.products-page{background:#fafbfe}
.products-page .main-nav{background:rgba(255,255,255,.98)}

/* Product hero */
.products-hero{
    position:relative;
    overflow:hidden;
    min-height:360px;
    color:#fff;
    background:
        radial-gradient(circle at 76% 40%,rgba(111,56,255,.34),transparent 28%),
        radial-gradient(circle at 58% 100%,rgba(60,28,195,.38),transparent 38%),
        linear-gradient(108deg,#080516 0%,#100724 48%,#090512 100%);
    box-shadow:inset 0 -1px 0 rgba(255,255,255,.06);
}
.products-hero::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.32;
    background-image:
        linear-gradient(rgba(129,91,255,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(129,91,255,.08) 1px,transparent 1px);
    background-size:44px 44px;
    mask-image:linear-gradient(90deg,transparent 18%,#000 60%,#000 100%);
}
.products-hero::after{
    content:"";
    position:absolute;
    left:45%;right:-10%;bottom:-150px;height:260px;
    border-radius:50%;
    background:radial-gradient(ellipse,rgba(96,49,255,.35),transparent 68%);
    filter:blur(10px);
}
.products-hero-inner{position:relative;z-index:2;min-height:360px;display:grid;grid-template-columns:46% 54%;align-items:center}
.products-hero-copy{padding:42px 0 46px 20px}
.products-hero-copy>p{margin:0 0 10px;color:#f2edff;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.03em}
.products-hero-copy h1{margin:0;color:#fff;font-size:clamp(44px,4.5vw,72px);line-height:.98;letter-spacing:-2.4px;text-transform:uppercase;font-weight:800}
.products-hero-copy h1 span{color:#7548ff}
.products-hero-description{margin-top:19px;color:#e9e7f1;font-size:14px;line-height:1.65}
.products-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:26px}
.products-primary-button{min-height:48px;padding:0 23px;border-radius:999px;background:linear-gradient(135deg,#5b2ff1,#782eff);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:12px;font-weight:700;box-shadow:0 14px 28px rgba(91,47,241,.33);transition:transform .18s ease,box-shadow .18s ease}
.products-primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(91,47,241,.42)}
.products-primary-button .icon{width:15px;height:15px}
.products-whatsapp-link{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:9px;border-bottom:1px solid rgba(255,255,255,.65);padding-bottom:3px;font-size:11px;font-weight:600}
.products-whatsapp-link .icon{width:20px;height:20px}
.products-hero-art{position:relative;align-self:stretch;min-height:360px;isolation:isolate}
.products-hero-art::before{
    content:"";
    position:absolute;
    left:6%;right:2%;bottom:12%;height:30%;
    background:radial-gradient(ellipse,rgba(86,44,236,.45),transparent 68%);
    filter:blur(20px);
}
.hero-laptop{position:absolute;object-fit:contain;filter:drop-shadow(0 30px 34px rgba(0,0,0,.55));user-select:none}
.hero-laptop-front{z-index:3;right:11%;bottom:6%;width:min(50vw,660px);transform:rotate(-1deg)}
.hero-laptop-back{z-index:2;right:-3%;top:17%;width:min(42vw,560px);opacity:.82;transform:rotate(4deg) scale(.88)}
.hero-orbit{position:absolute;border:1px solid rgba(131,83,255,.25);border-radius:50%;transform:rotate(-18deg)}
.orbit-one{width:520px;height:160px;right:7%;bottom:7%}
.orbit-two{width:420px;height:110px;right:16%;bottom:15%;opacity:.6}

/* Catalog shell */
.product-catalog{padding-top:22px;padding-bottom:68px}
.products-toolbar{min-height:64px;padding:10px 0 18px;border-bottom:1px solid #e3e6ed;display:flex;align-items:center;justify-content:space-between;gap:20px}
.products-toolbar-left,.products-toolbar-right{display:flex;align-items:center;gap:18px}
.filter-toggle{min-width:110px;height:44px;padding:0 17px;border:1px solid #e0e3eb;border-radius:8px;background:#fff;color:#5c35f4;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:700;box-shadow:0 7px 18px rgba(15,23,42,.04)}
.filter-toggle .icon{width:18px;height:18px}
.products-result-count{color:#4f5562;font-size:11px}
.products-result-count strong{color:#151821;font-weight:700}
.products-toolbar-right>label{color:#646a76;font-size:11px}
.products-toolbar-right select{width:170px;height:44px;padding:0 40px 0 15px;border:1px solid #e0e3eb;border-radius:8px;background:#fff;color:#262a33;font-size:11px;outline:none}
.products-toolbar-right select:focus{border-color:#765bf6;box-shadow:0 0 0 3px rgba(92,53,244,.12)}
.view-switch{display:flex;gap:9px;padding-left:2px}
.view-button{width:42px;height:42px;padding:0;border:1px solid #e0e3eb;border-radius:8px;background:#fff;color:#6e7480;display:grid;place-items:center;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
.view-button .icon{width:18px;height:18px}
.view-button.is-active{border-color:#5c35f4;background:#5c35f4;color:#fff;box-shadow:0 9px 19px rgba(92,53,244,.2)}
.products-catalog-layout{display:grid;grid-template-columns:215px minmax(0,1fr);gap:22px;align-items:start;padding-top:18px}

/* Filters */
.product-filters{position:sticky;top:15px;border:1px solid #e1e4eb;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.03)}
.filters-mobile-heading{display:none}
.filter-heading-row{min-height:52px;padding:0 15px;border-bottom:1px solid #e8eaf0;display:flex;align-items:center;justify-content:space-between;gap:12px}
.filter-heading-row span{color:#171920;font-size:11px;font-weight:800;text-transform:uppercase}
.clear-filters{padding:0;border:0;background:transparent;color:#6040ec;font-size:10px;font-weight:700}
.filter-group{border-bottom:1px solid #e8eaf0;background:#fff}
.filter-group:last-child{border-bottom:0}
.filter-group summary{list-style:none;min-height:44px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#20232a;font-size:10px;font-weight:800;text-transform:uppercase;cursor:pointer}
.filter-group summary::-webkit-details-marker{display:none}
.filter-group summary .icon{width:13px;height:13px;transition:transform .18s ease}
.filter-group:not([open]) summary .icon{transform:rotate(-90deg)}
.filter-options{display:flex;flex-direction:column;gap:9px;padding:0 15px 14px}
.filter-options label{display:flex;align-items:center;gap:8px;color:#444a56;font-size:10px;line-height:1.2;cursor:pointer}
.filter-options input{appearance:none;width:13px;height:13px;margin:0;border:1px solid #cbd0da;border-radius:3px;background:#fff;display:grid;place-items:center;flex:0 0 auto}
.filter-options input::after{content:"";width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) scale(0);margin-top:-2px;transition:transform .1s ease}
.filter-options input:checked{border-color:#5c35f4;background:#5c35f4}
.filter-options input:checked::after{transform:rotate(-45deg) scale(1)}
.filter-options small{color:#777e8a;font-size:10px}
.price-filter{padding-bottom:2px}
.price-inputs{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:0 15px 10px}
.price-inputs label{height:31px;border:1px solid #d9dde6;border-radius:5px;background:#fff;display:flex;align-items:center;padding:0 7px}
.price-inputs label span{color:#747a85;font-size:10px}
.price-inputs input{width:100%;min-width:0;border:0;outline:none;padding:0 0 0 5px;color:#20242d;font-size:10px;background:transparent;-moz-appearance:textfield}
.price-inputs input::-webkit-outer-spin-button,.price-inputs input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.price-inputs b{color:#787e89;font-size:10px;text-transform:uppercase;font-weight:500}
.price-range{width:calc(100% - 30px);height:4px;margin:2px 15px 0;appearance:none;border-radius:999px;background:linear-gradient(90deg,#5934f4 0%,#7548ff var(--price-progress,100%),#e4e6ed var(--price-progress,100%),#e4e6ed 100%);outline:none}
.price-range::-webkit-slider-thumb{appearance:none;width:13px;height:13px;border:0;border-radius:50%;background:#6240eb;box-shadow:0 0 0 3px rgba(98,64,235,.12)}
.price-range::-moz-range-thumb{width:13px;height:13px;border:0;border-radius:50%;background:#6240eb;box-shadow:0 0 0 3px rgba(98,64,235,.12)}
.price-scale{display:flex;justify-content:space-between;padding:5px 15px 13px;color:#8a909a;font-size:10px}
.filter-overlay{display:none}

/* Results */
.products-results-panel{min-width:0}
.active-search-message{margin-bottom:15px;padding:12px 14px;border:1px solid #e1ddfb;border-radius:8px;background:#f7f5ff;color:#4c5060;font-size:10px}
.active-search-message strong{color:#2e244f}
.active-search-message a{margin-left:10px;color:#5c35f4;font-weight:700}
.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.catalog-product-card{position:relative;min-width:0;min-height:395px;border:1px solid #e0e4eb;border-radius:10px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(15,23,42,.025);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.catalog-product-card:hover{transform:translateY(-4px);border-color:#d6d0fb;box-shadow:0 16px 32px rgba(33,27,79,.09)}
.catalog-product-card[hidden]{display:none!important}
.catalog-product-image{position:relative;height:190px;padding:22px 16px 10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#fbfbfd)}
.catalog-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}
.catalog-product-card:hover .catalog-product-image img{transform:scale(1.035)}
.product-badge{position:absolute;z-index:2;left:12px;top:12px;min-height:22px;padding:0 9px;border-radius:999px;background:#f0edff;color:#5c35f4;display:flex;align-items:center;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.catalog-product-content{flex:1;padding:0 14px 14px;display:flex;flex-direction:column}
.catalog-product-main{flex:1}
.product-brand{margin:0 0 5px;color:#6a4ef1;font-size:10px;line-height:1;text-transform:uppercase;font-weight:800;letter-spacing:.05em}
.catalog-product-card h2{margin:0;color:#191b21;font-size:12px;line-height:1.32;font-weight:700;letter-spacing:-.1px}
.catalog-product-spec{margin:10px 0 0;color:#555b67;font-size:10px;line-height:1.45}
.catalog-product-extra{margin:4px 0 0;color:#8a909a;font-size:10px;line-height:1.4}
.catalog-product-bottom{margin-top:17px}
.catalog-product-bottom>strong{display:block;margin-bottom:13px;color:#171820;font-size:15px;line-height:1;font-weight:800;text-align:center}
.catalog-product-actions{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:8px}
.product-details-button,.product-card-whatsapp{min-height:36px;border:1px solid #704bff;border-radius:6px;color:#5c35f4;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.product-details-button:hover{background:#5c35f4;color:#fff}
.product-card-whatsapp{background:#f7f5ff}
.product-card-whatsapp:hover{background:#5c35f4;color:#fff;transform:translateY(-1px)}
.product-card-whatsapp .icon{width:17px;height:17px}
.no-products{padding:70px 20px;text-align:center;border:1px dashed #d9dce5;border-radius:12px;background:#fff}
.no-products h2{margin:0;font-size:23px}
.no-products p{margin:10px 0 18px;color:#6f7580;font-size:11px}
.no-products button{min-height:38px;padding:0 17px;border:0;border-radius:7px;background:#5c35f4;color:#fff;font-size:10px;font-weight:700}

/* List view */
.products-grid.is-list{grid-template-columns:1fr}
.products-grid.is-list .catalog-product-card{min-height:190px;display:grid;grid-template-columns:235px minmax(0,1fr)}
.products-grid.is-list .catalog-product-image{height:100%;min-height:190px;border-right:1px solid #edf0f4}
.products-grid.is-list .catalog-product-content{padding:24px;display:grid;grid-template-columns:minmax(0,1fr) 175px;align-items:center;gap:28px}
.products-grid.is-list .catalog-product-card h2{font-size:17px}
.products-grid.is-list .catalog-product-spec{font-size:10px}
.products-grid.is-list .catalog-product-extra{font-size:10px}
.products-grid.is-list .catalog-product-bottom{margin:0}
.products-grid.is-list .catalog-product-bottom>strong{text-align:left;font-size:19px}

/* Pagination */
.products-pagination{min-height:56px;margin-top:46px;display:flex;align-items:center;justify-content:center;gap:8px}
.products-pagination button{min-width:38px;height:38px;padding:0 11px;border:1px solid #e0e3ea;border-radius:7px;background:#fff;color:#272a32;font-size:10px;font-weight:600;display:grid;place-items:center;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
.products-pagination button .icon{width:14px;height:14px}
.products-pagination button:hover:not(:disabled),.products-pagination button.is-active{border-color:#5c35f4;background:#5c35f4;color:#fff}
.products-pagination button:disabled{opacity:.45;cursor:not-allowed}
.products-pagination span{color:#858b96;font-size:11px;padding:0 3px}
.products-footer{margin-top:0}
.products-floating-whatsapp{display:none}

@media (max-width:1300px){
    .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .products-hero-inner{grid-template-columns:48% 52%}
    .hero-laptop-front{right:5%;width:min(53vw,610px)}
    .hero-laptop-back{right:-8%;width:min(45vw,510px)}
}

@media (max-width:980px){
    .products-hero{min-height:420px}
    .products-hero-inner{min-height:420px;grid-template-columns:52% 48%}
    .products-hero-copy{padding-left:6px}
    .products-hero-copy h1{font-size:48px}
    .hero-laptop-front{right:-12%;bottom:9%;width:520px}
    .hero-laptop-back{right:-27%;top:19%;width:460px}
    .products-catalog-layout{grid-template-columns:1fr}
    .product-filters{
        position:fixed;z-index:90;left:0;top:0;bottom:0;width:min(330px,88vw);border-radius:0;
        transform:translateX(-105%);transition:transform .24s ease;overflow-y:auto;box-shadow:20px 0 55px rgba(9,11,20,.22)
    }
    .product-filters.is-open{transform:translateX(0)}
    .filters-mobile-heading{min-height:64px;padding:0 17px;border-bottom:1px solid #e8eaf0;display:flex;align-items:center;justify-content:space-between}
    .filters-mobile-heading strong{font-size:13px}
    .filter-close{width:36px;height:36px;padding:0;border:1px solid #e0e3eb;border-radius:7px;background:#fff;display:grid;place-items:center}
    .filter-close .icon{width:17px;height:17px}
    .filter-overlay{position:fixed;z-index:80;inset:0;background:rgba(5,6,12,.55);backdrop-filter:blur(3px)}
    .filter-overlay.is-open{display:block}
    .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .catalog-product-card{min-height:385px}
    .catalog-product-image{height:180px}
    .products-grid.is-list .catalog-product-card{grid-template-columns:190px minmax(0,1fr)}
    .products-grid.is-list .catalog-product-content{grid-template-columns:minmax(0,1fr) 160px;padding:20px}
}

@media (max-width:760px){
    .products-hero{min-height:560px}
    .products-hero-inner{min-height:560px;display:block}
    .products-hero-copy{position:relative;z-index:5;padding:45px 4px 0;text-align:center}
    .products-hero-copy h1{font-size:45px}
    .products-hero-description{font-size:12px}
    .products-hero-actions{justify-content:center;gap:16px}
    .products-hero-art{position:absolute;left:0;right:0;bottom:0;height:275px;min-height:0}
    .hero-laptop-front{right:7%;bottom:3%;width:460px;max-width:82vw}
    .hero-laptop-back{right:-9%;top:19%;width:390px;max-width:70vw}
    .products-toolbar{align-items:flex-start}
    .products-toolbar-right{gap:9px}
    .products-toolbar-right>label{display:none}
    .products-toolbar-right select{width:145px}
    .products-result-count{display:none}
    .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
    .catalog-product-card{min-height:380px}
    .catalog-product-image{height:175px}
    .products-grid.is-list .catalog-product-card{grid-template-columns:155px minmax(0,1fr)}
    .products-grid.is-list .catalog-product-content{grid-template-columns:1fr;gap:14px;padding:18px}
    .products-grid.is-list .catalog-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .products-grid.is-list .catalog-product-bottom>strong{margin:0}
    .products-grid.is-list .catalog-product-actions{width:150px}
    .products-floating-whatsapp{display:grid}
}

@media (max-width:520px){
    .products-hero{min-height:535px}
    .products-hero-copy{padding-top:36px}
    .products-hero-copy>p{font-size:11px}
    .products-hero-copy h1{font-size:38px;letter-spacing:-1.5px}
    .products-hero-description br{display:none}
    .products-whatsapp-link{font-size:10px}
    .products-toolbar{flex-direction:column;align-items:stretch;padding-top:4px}
    .products-toolbar-left,.products-toolbar-right{justify-content:space-between}
    .filter-toggle{flex:1}
    .products-toolbar-right select{flex:1;width:auto}
    .view-switch{flex:0 0 auto}
    .products-catalog-layout{padding-top:13px}
    .products-grid{grid-template-columns:1fr}
    .catalog-product-card{min-height:410px}
    .catalog-product-image{height:215px}
    .catalog-product-card h2{font-size:14px}
    .catalog-product-spec{font-size:10px}
    .catalog-product-extra{font-size:10px}
    .catalog-product-bottom>strong{font-size:18px}
    .products-grid.is-list .catalog-product-card{display:flex;min-height:0}
    .products-grid.is-list .catalog-product-image{height:190px;min-height:190px;border-right:0;border-bottom:1px solid #edf0f4}
    .products-grid.is-list .catalog-product-content{display:flex;padding:16px}
    .products-grid.is-list .catalog-product-bottom{display:block}
    .products-grid.is-list .catalog-product-bottom>strong{margin-bottom:12px;text-align:center}
    .products-grid.is-list .catalog-product-actions{width:auto}
    .products-pagination{margin-top:32px;gap:5px}
    .products-pagination button{min-width:34px;height:34px;padding:0 8px}
}

/* Category-aware catalogue additions */
.hero-category-image{position:absolute;z-index:3;right:4%;top:7%;width:88%;height:86%;object-fit:contain;border-radius:28px;filter:drop-shadow(0 30px 34px rgba(0,0,0,.5));user-select:none}
.catalog-intro{padding:10px 0 20px;border-bottom:1px solid #e3e6ed;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.catalog-intro p{margin:0 0 6px;color:#6b4df4;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.catalog-intro h2{margin:0;color:#171922;font-size:clamp(25px,2.6vw,38px);line-height:1.1;letter-spacing:-.8px}
.catalog-intro .products-result-count{padding-bottom:5px;font-size:12px;white-space:nowrap}
.active-taxonomy-summary{display:flex;align-items:center;gap:10px;color:#666d79;font-size:10px}
.active-taxonomy-summary>span{padding-left:10px;border-left:1px solid #dfe2e9}
.active-taxonomy-summary strong{color:#2b2e36}
.clear-all-link{text-decoration:none}
.taxonomy-options{display:flex;flex-direction:column;gap:5px;padding:0 10px 13px}
.taxonomy-option{min-height:33px;padding:7px 7px;border-radius:6px;color:#444a56;text-decoration:none;display:flex;align-items:center;gap:8px;font-size:10px;line-height:1.25;transition:background-color .16s ease,color .16s ease}
.taxonomy-option:hover{background:#f6f4ff;color:#5334df}
.taxonomy-option.is-active{background:#f0edff;color:#5030df;font-weight:700}
.taxonomy-checkbox{width:14px;height:14px;border:1px solid #cbd0da;border-radius:3px;background:#fff;display:grid;place-items:center;flex:0 0 auto}
.taxonomy-option.is-active .taxonomy-checkbox{border-color:#5c35f4;background:#5c35f4}
.taxonomy-option.is-active .taxonomy-checkbox::after{content:"";width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-top:-2px}
.taxonomy-option small{color:#858b96;font-size:10px;font-weight:500}
.catalog-product-card{cursor:pointer}
.catalog-product-card:focus-visible{outline:3px solid rgba(92,53,244,.25);outline-offset:3px}
.catalog-product-image>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.catalog-product-card h2 a{color:inherit;text-decoration:none}
.no-products-clear{min-height:38px;padding:0 17px;border-radius:7px;background:#5c35f4;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}

@media (max-width:900px){
    .catalog-intro{align-items:flex-start}
    .active-taxonomy-summary{display:none}
    .hero-category-image{right:6%;top:8%;width:88%;height:84%}
}

@media (max-width:640px){
    .catalog-intro{display:block}
    .catalog-intro .products-result-count{display:block;margin-top:8px;padding:0}
    .hero-category-image{right:4%;top:auto;bottom:3%;width:92%;height:48%}
}


/* Product catalogue standardization */
.product-catalog{padding-top:26px;padding-bottom:62px}
.catalog-intro{
    position:relative;
    z-index:3;
    padding:14px 0 18px;
    background:#fafbfe;
    opacity:1;
}
.catalog-intro h2{position:relative;z-index:2;color:#141720!important;opacity:1!important;text-shadow:none;font-weight:800}
.catalog-intro p{opacity:1}
.products-catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:20px}
.product-filters{border-radius:16px}
.products-grid{gap:15px}
.catalog-product-card{
    min-height:330px;
    border-radius:16px;
}
.catalog-product-image{
    height:168px;
    min-height:168px;
    padding:16px 14px 8px;
    aspect-ratio:4/3;
    max-height:178px;
}
.catalog-product-image img{max-width:100%;max-height:100%;object-fit:contain;transform:scale(1)}
.catalog-product-card.category-laptop .catalog-product-image img{transform:scale(1.10)}
.catalog-product-card.category-desktop .catalog-product-image img,
.catalog-product-card.category-printer .catalog-product-image img{transform:scale(.86)}
.catalog-product-card.category-monitor .catalog-product-image img{transform:scale(.91)}
.catalog-product-card.category-accessories .catalog-product-image img,
.catalog-product-card.category-networking .catalog-product-image img{transform:scale(.88)}
.catalog-product-card:hover .catalog-product-image img{transform:scale(1.04)}
.catalog-product-card.category-laptop:hover .catalog-product-image img{transform:scale(1.14)}
.catalog-product-card.category-desktop:hover .catalog-product-image img,
.catalog-product-card.category-printer:hover .catalog-product-image img{transform:scale(.90)}
.catalog-product-content{padding:4px 14px 14px;gap:11px}
.catalog-product-main{flex:0 0 auto;min-height:82px}
.product-brand{margin-bottom:5px}
.catalog-product-card h2{
    min-height:32px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    font-size:11.5px;
    line-height:1.38;
}
.catalog-product-spec{
    min-height:24px;
    margin-top:7px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    font-size:10px;
    line-height:1.45;
}
.catalog-product-extra{
    min-height:10px;
    margin-top:3px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:10px;
}
.catalog-product-bottom{margin-top:auto}
.catalog-product-bottom>strong{margin-bottom:10px;text-align:left;font-size:15px}
.catalog-product-actions{grid-template-columns:minmax(0,1fr) 36px;gap:7px}
.product-details-button,.product-card-whatsapp{min-height:34px;border-radius:8px}

@media (max-width:1300px){
    .products-catalog-layout{grid-template-columns:185px minmax(0,1fr)}
    .catalog-product-card{min-height:326px}
    .catalog-product-image{height:164px;min-height:164px}
}
@media (max-width:980px){
    .catalog-product-card{min-height:326px}
    .catalog-product-image{height:160px;min-height:160px}
}
@media (max-width:760px){
    .catalog-product-card{min-height:340px}
    .catalog-product-image{height:165px;min-height:165px}
}
@media (max-width:520px){
    .catalog-product-card{min-height:360px}
    .catalog-product-image{height:190px;min-height:190px;max-height:none}
}

/* LASTO typography — Products Page final active rules */
.products-page{font-family:"Montserrat",Arial,Helvetica,sans-serif}
.products-hero-copy h1{font-weight:800}
.products-hero-copy>p{font-size:14px;font-weight:500;line-height:1.4}
.products-hero-description{font-size:14px;line-height:1.65}
.products-primary-button{font-size:12px;font-weight:700}
.products-whatsapp-link{font-size:11.5px;font-weight:600}
.catalog-intro h2{font-size:var(--font-section-title);font-weight:800;line-height:1.2}
.catalog-intro p{font-size:10.5px;font-weight:700}
.products-result-count,.products-toolbar-right>label,.sort-label,.result-count{font-size:11.5px;line-height:1.5}
.products-toolbar-right select{font-size:11.5px}
.filter-heading-row span,.filter-panel h2,.filter-heading{font-size:13px;font-weight:800}
.filter-group summary{font-size:12px;font-weight:700;line-height:1.3}
.filter-options label,.taxonomy-option{font-size:11.5px;line-height:1.4}
.filter-options small,.taxonomy-option small{font-size:10.5px;line-height:1.4}
.clear-filters{font-size:10.5px;font-weight:700}
.price-inputs label span,.price-inputs input,.price-inputs b,.price-scale{font-size:10.5px}
.product-badge{font-size:10px;font-weight:700}
.product-brand,.product-category{font-size:10.5px;font-weight:700;line-height:1.25}
.catalog-product-card{min-height:382px}
.catalog-product-main{min-height:128px}
.catalog-product-card h2,.product-card h2,.product-card h3{min-height:41px;font-size:15px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.catalog-product-spec,.product-spec{min-height:35px;font-size:11.5px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.catalog-product-extra,.product-extra{min-height:16px;font-size:10.5px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-product-bottom>strong,.product-price{font-size:20px;font-weight:800;line-height:1.2}
.product-details-button,.product-card-whatsapp{min-height:36px;font-size:11.5px;font-weight:700}
.no-products,.active-search-message{font-size:12px;line-height:1.6}
.no-products button,.products-pagination button{font-size:11px;font-weight:700}
@media (max-width:1300px){.catalog-product-card{min-height:388px}}
@media (max-width:980px){.catalog-product-card{min-height:390px}}
@media (max-width:760px){
    .catalog-product-card{min-height:398px}
    .catalog-product-card h2,.product-card h2,.product-card h3{font-size:14px}
}
@media (max-width:520px){.catalog-product-card{min-height:430px}}


/* Tablet catalogue correction retained after the final standardization block. */
.products-hero-copy h1{line-height:1.05}
@media (max-width:980px){
    .products-catalog-layout{grid-template-columns:minmax(0,1fr)}
    .products-results-panel{width:100%}
}


/* Requested contained internal hero and compact toolbar. */
.products-hero{
    height:clamp(240px,18vw,320px);
    min-height:240px;
    margin-top:20px;
    border-radius:18px;
    overflow:hidden;
}
.products-hero-inner{height:100%;min-height:100%}
.products-hero-copy{padding-top:28px;padding-bottom:28px}
.products-hero-art{min-height:0}
.products-hero-actions{margin-top:20px}
.products-toolbar{min-height:56px;padding-top:6px}
.filter-toggle{display:none}
@media (max-width:980px){
    .products-hero{height:auto;min-height:500px}
    .products-hero-inner{min-height:500px}
    .filter-toggle{display:inline-grid;place-items:center;width:44px;min-width:44px;height:44px;padding:0;flex:0 0 44px}
    .filter-toggle .icon{width:19px;height:19px}
}
@media (max-width:560px){
    .products-toolbar-left{justify-content:flex-start}
}

/* =========================================================
   PRODUCTS PAGE — HERO, SORT BOX & FILTER SIZE
   ========================================================= */

/* =========================
   1. PRODUCT HERO BANNER
   ========================= */

.products-hero {
    width: calc(100% - 80px);
    max-width: none;

    height: 300px;
    min-height: 300px;

    margin: 14px auto 0;
    border-radius: 22px;
    overflow: hidden;
}

.products-hero-inner {
    height: 100%;
    min-height: 0;
    grid-template-columns: 48% 52%;
}

/* Hero text area */
.products-hero-copy {
    padding: 42px 30px;
}

.products-hero-copy > p {
    margin-bottom: 12px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.products-hero-copy h1 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.products-hero-description {
    margin-top: 18px;
    max-width: 580px;

    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.products-hero-actions {
    margin-top: 17px;
}

.products-whatsapp-link {
    font-size: 11.5px;
}

/* Hero image area */
.products-hero-art {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

/* Reduce image zoom */
.hero-laptop-front {
    right: 3%;
    bottom: -3%;
    width: min(40vw, 520px);
}

.hero-laptop-back {
    right: -6%;
    top: 17%;
    width: min(33vw, 430px);
}

/* Other product-category hero images */
.hero-category-image {
    right: 5%;
    top: 8%;
    width: 82%;
    height: 84%;
    object-fit: contain;
    border-radius: 18px;
}

/* =========================
   2. PRODUCT TITLE AREA
   ========================= */

.product-catalog {
    padding-top: 48px;
}

.catalog-intro {
    padding: 14px 0 20px;
}

.catalog-intro p {
    margin-bottom: 7px;
    font-size: 11px;
}

.catalog-intro h2 {
    font-size: clamp(30px, 2.5vw, 39px);
    line-height: 1.12;
}

.catalog-intro .products-result-count {
    padding-bottom: 7px;
    font-size: 12px;
}

/* =========================
   3. TOOLBAR AND SORT BOX
   ========================= */

.products-toolbar {
    min-height: 80px;
    padding: 10px 0 20px;
    align-items: center;
}

.products-toolbar-left,
.products-toolbar-right {
    gap: 14px;
}

.products-toolbar-right > label {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

/* Sort By dropdown */
.products-toolbar-right select {
    width: 212px;
    height: 54px;

    padding: 0 44px 0 20px;

    border: 1px solid #dce0e8;
    border-radius: 11px;
    background-color: #ffffff;

    color: #272a34;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;

    cursor: pointer;
}

.products-toolbar-right select:focus {
    border-color: #6a43f5;
    box-shadow: 0 0 0 3px rgba(106, 67, 245, 0.11);
}

/* Grid and list buttons */
.view-switch {
    gap: 10px;
}

.view-button {
    width: 52px;
    height: 52px;

    border-radius: 11px;
}

.view-button .icon {
    width: 19px;
    height: 19px;
}

.view-button.is-active {
    box-shadow: 0 10px 22px rgba(92, 53, 244, 0.22);
}

/* =========================
   4. REFINE RESULTS
   ========================= */

.products-catalog-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    padding-top: 22px;
}

.product-filters {
    width: 100%;
    border: 1px solid #e1e4eb;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
}

.filter-heading-row {
    min-height: 62px;
    padding: 0 18px;
    gap: 12px;
}

.filter-heading-row span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.clear-filters {
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.filter-group summary {
    min-height: 50px;
    padding: 0 18px;

    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.filter-options,
.taxonomy-options {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 17px;
}

.filter-options label,
.taxonomy-option {
    font-size: 11.5px;
    line-height: 1.45;
}

.filter-options input,
.taxonomy-checkbox {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}


@media (min-width: 1600px) {
    .products-page .products-hero {
        height: 320px;
        min-height: 320px;
    }
}

/* =========================
   5. STANDARD LAPTOP
   ========================= */

@media (max-width: 1400px) {
    .products-hero {
        width: calc(100% - 64px);
        height: 300px;
        min-height: 300px;
    }

    .products-hero-copy h1 {
        font-size: 52px;
    }

    .hero-laptop-front {
        right: 1%;
        width: min(40vw, 500px);
    }

    .hero-laptop-back {
        right: -8%;
        width: min(33vw, 410px);
    }

    .products-catalog-layout {
        grid-template-columns: 225px minmax(0, 1fr);
        gap: 20px;
    }

    .products-toolbar-right select {
        width: 190px;
        height: 50px;
    }

    .view-button {
        width: 48px;
        height: 48px;
    }
}

/* =========================
   6. TABLET
   ========================= */

@media (max-width: 980px) {
    .products-hero {
        width: calc(100% - 40px);
        height: auto;
        min-height: 470px;
    }

    .products-hero-inner {
        min-height: 470px;
        display: block;
    }

    .products-hero-copy {
        padding: 34px 24px 0;
        text-align: center;
    }

    .products-hero-copy h1 {
        font-size: 48px;
    }

    .products-hero-actions {
        justify-content: center;
    }

    .products-hero-art {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;

        height: 235px;
    }

    .hero-laptop-front {
        right: 8%;
        bottom: 0;
        width: 440px;
        max-width: 78vw;
    }

    .hero-laptop-back {
        right: -5%;
        top: 20%;
        width: 350px;
    }

    .products-catalog-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .products-toolbar-right select {
        width: 175px;
        height: 46px;
    }

    .view-button {
        width: 46px;
        height: 46px;
    }
}

/* =========================
   7. MOBILE
   ========================= */

@media (max-width: 600px) {
    .products-hero {
        width: calc(100% - 28px);
        min-height: 440px;
        margin-top: 12px;
        border-radius: 15px;
    }

    .products-hero-copy {
        padding: 30px 18px 0;
    }

    .products-hero-copy h1 {
        font-size: 38px;
        letter-spacing: -1.3px;
    }

    .products-hero-description {
        font-size: 12px;
    }

    .products-toolbar {
        gap: 12px;
    }

    .products-toolbar-right {
        width: 100%;
    }

    .products-toolbar-right select {
        flex: 1;
        width: auto;
        min-width: 0;
        height: 46px;
    }

    .view-button {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
    }
}

/* =========================================================
   PRODUCTS PAGE — EMPTY CATEGORY FINAL STATE
   ========================================================= */
.products-catalog-layout.is-empty {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 22px;
}

.products-catalog-layout.is-empty .products-results-panel {
    width: 100%;
    min-width: 0;
}

.products-catalog-layout.is-empty .products-grid,
.products-catalog-layout.is-empty .products-pagination {
    display: none;
}

.products-catalog-layout.is-empty .no-products {
    min-height: 300px;
    padding: 48px 24px;
    border: 1px dashed #d8dce5;
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.products-catalog-layout.is-empty .no-products h2 {
    margin: 0;
    color: #111522;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.7px;
}

.products-catalog-layout.is-empty .no-products p {
    max-width: 560px;
    margin: 12px 0 0;
    color: #687084;
    font-size: 13px;
    line-height: 1.65;
}

.products-catalog-layout.is-empty .no-products-clear {
    min-height: 44px;
    margin-top: 22px;
    padding: 0 20px;
    border-radius: 9px;
    background: #633cff;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 680px) {
    .products-catalog-layout.is-empty .no-products {
        min-height: 250px;
        padding: 38px 20px;
    }
}

/* =========================================================
   PRODUCTS TOOLBAR — COMPACT HEIGHT + WIDER SORT DROPDOWN
   Authoritative final override
   ========================================================= */
.products-toolbar {
    min-height: 64px;
    padding: 5px 0 10px;
}

.products-toolbar-right {
    gap: 14px;
}

.products-toolbar-right select {
    width: 270px;
    height: 48px;
    padding-right: 46px;
}

.view-button {
    width: 48px;
    height: 48px;
}

@media (max-width: 1400px) {
    .products-toolbar {
        min-height: 60px;
        padding: 4px 0 9px;
    }

    .products-toolbar-right select {
        width: 245px;
        height: 46px;
    }

    .view-button {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 980px) {
    .products-toolbar-right select {
        width: 220px;
    }
}

@media (max-width: 600px) {
    .products-toolbar {
        min-height: 0;
        padding: 4px 0 9px;
    }

    .products-toolbar-right select {
        flex: 1;
        width: auto;
        min-width: 0;
    }
}

/* =========================================================
   PRODUCT COMPARISON — PRODUCT CARD + FLOATING BAR
   ========================================================= */
.product-compare-button {
    width: 100%;
    min-height: 34px;
    margin: 0 0 8px;
    padding: 0 11px;
    border: 1px solid #ddd8fb;
    border-radius: 8px;
    background: #fbfaff;
    color: #5b3ee8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.product-compare-button .icon {
    width: 15px;
    height: 15px;
}

.product-compare-button:hover {
    border-color: #6a45f3;
    background: #f2efff;
    transform: translateY(-1px);
}

.product-compare-button.is-selected {
    border-color: #5f3be7;
    background: #5f3be7;
    color: #ffffff;
}

.product-compare-button:focus-visible,
.compare-clear-button:focus-visible,
.compare-now-button:focus-visible,
.compare-selected-remove:focus-visible {
    outline: 3px solid rgba(101, 65, 239, .24);
    outline-offset: 2px;
}

.compare-floating-bar[hidden] {
    display: none;
}

.compare-floating-bar {
    position: fixed;
    z-index: 110;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(91, 62, 220, .17);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -14px 34px rgba(24, 20, 62, .12);
    backdrop-filter: blur(14px);
}

.compare-floating-inner {
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1.6fr) auto;
    align-items: center;
    gap: 18px;
}

.compare-floating-heading {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}

.compare-floating-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: #eeeaff;
    color: #5f3be7;
    display: grid;
    place-items: center;
}

.compare-floating-icon .icon {
    width: 20px;
    height: 20px;
}

.compare-floating-heading div {
    min-width: 0;
}

.compare-floating-heading strong,
.compare-floating-heading span {
    display: block;
}

.compare-floating-heading strong {
    color: #171925;
    font-size: 12px;
    line-height: 1.25;
}

.compare-floating-heading span {
    margin-top: 3px;
    color: #73798a;
    font-size: 9px;
    line-height: 1.35;
}

.compare-selected-products {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.compare-selected-product {
    position: relative;
    min-width: 0;
    min-height: 58px;
    padding: 7px 30px 7px 7px;
    border: 1px solid #e4e2ef;
    border-radius: 10px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.compare-selected-product img {
    width: 48px;
    height: 42px;
    border-radius: 7px;
    object-fit: contain;
    background: #f7f7fa;
}

.compare-selected-product div {
    min-width: 0;
}

.compare-selected-product strong,
.compare-selected-product span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compare-selected-product strong {
    color: #222430;
    font-size: 9px;
    line-height: 1.35;
}

.compare-selected-product span {
    margin-top: 3px;
    color: #6745e8;
    font-size: 9px;
    font-weight: 800;
}

.compare-selected-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f2f0f8;
    color: #686c78;
    display: grid;
    place-items: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.compare-selected-remove:hover {
    background: #eee9ff;
    color: #5f3be7;
}

.compare-floating-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.compare-clear-button,
.compare-now-button {
    min-height: 42px;
    border-radius: 9px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.compare-clear-button {
    padding: 0 13px;
    border: 1px solid #dedfe6;
    background: #ffffff;
    color: #555a68;
}

.compare-now-button {
    min-width: 132px;
    padding: 0 16px;
    border: 1px solid #5f3be7;
    background: #5f3be7;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(95, 59, 231, .2);
}

.compare-now-button span {
    margin-left: 5px;
    opacity: .82;
}

.compare-now-button:disabled {
    border-color: #c9c7d3;
    background: #c9c7d3;
    box-shadow: none;
    cursor: not-allowed;
}

.compare-toast[hidden] {
    display: none;
}

.compare-toast {
    position: fixed;
    z-index: 180;
    left: 50%;
    bottom: 112px;
    width: min(440px, calc(100% - 32px));
    padding: 13px 16px;
    border-radius: 10px;
    background: #211d35;
    color: #ffffff;
    transform: translateX(-50%);
    box-shadow: 0 14px 34px rgba(20, 17, 41, .28);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
}

body.compare-bar-visible {
    padding-bottom: 94px;
}

body.compare-bar-visible .global-floating-whatsapp {
    bottom: 112px;
}

.products-grid.is-list .product-compare-button {
    margin-bottom: 8px;
}

@media (max-width: 1100px) {
    .compare-floating-inner {
        grid-template-columns: minmax(170px, .7fr) minmax(0, 1.4fr) auto;
        gap: 12px;
    }

    .compare-selected-product {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .compare-selected-product img {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 820px) {
    .compare-floating-bar {
        padding: 9px 0 10px;
    }

    .compare-floating-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 9px 12px;
    }

    .compare-floating-heading {
        grid-column: 1;
    }

    .compare-floating-heading span {
        display: none;
    }

    .compare-selected-products {
        grid-column: 1 / -1;
        grid-row: 2;
        overflow-x: auto;
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        scrollbar-width: thin;
    }

    .compare-floating-actions {
        grid-column: 2;
        grid-row: 1;
    }

    .compare-clear-button {
        display: none;
    }

    .compare-now-button {
        min-width: 128px;
        min-height: 40px;
    }

    body.compare-bar-visible {
        padding-bottom: 142px;
    }

    body.compare-bar-visible .global-floating-whatsapp {
        bottom: 158px;
    }

    .compare-toast {
        bottom: 164px;
    }
}

@media (max-width: 520px) {
    .compare-floating-inner {
        width: calc(100% - 24px);
    }

    .compare-floating-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
    }

    .compare-floating-heading strong {
        font-size: 10px;
    }

    .compare-now-button {
        min-width: 116px;
        padding: 0 12px;
        font-size: 9px;
    }

    .compare-selected-products {
        grid-template-columns: repeat(3, 168px);
    }

    .compare-selected-product {
        min-height: 52px;
    }
}

/* =========================================================
   CATEGORY-AWARE DYNAMIC FILTERS
   ========================================================= */
.dynamic-filter-profile {
    margin: 12px 12px 4px;
    padding: 13px 14px;
    border: 1px solid #e4dfff;
    border-radius: 12px;
    background: linear-gradient(145deg, #faf9ff, #f2efff);
    display: grid;
    gap: 4px;
}

.dynamic-filter-profile > span {
    color: #6844f4;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dynamic-filter-profile strong {
    color: #1c2030;
    font-size: 12px;
    line-height: 1.35;
}

.dynamic-filter-profile small {
    color: #73798a;
    font-size: 9.5px;
    line-height: 1.55;
}

.subcategory-filter-gate {
    margin: 12px;
    padding: 14px;
    border: 1px dashed #cfc5ff;
    border-radius: 12px;
    background: #fbfaff;
    color: #6743ec;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.subcategory-filter-gate > .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.subcategory-filter-gate div {
    display: grid;
    gap: 4px;
}

.subcategory-filter-gate strong {
    color: #2c2545;
    font-size: 11px;
}

.subcategory-filter-gate span {
    color: #77718d;
    font-size: 9.5px;
    line-height: 1.5;
}

.availability-sync-note {
    margin: 0 18px 17px;
    padding: 12px;
    border-radius: 10px;
    background: #f6f7fb;
    display: grid;
    gap: 4px;
}

.availability-sync-note strong {
    color: #353a49;
    font-size: 10px;
}

.availability-sync-note span {
    color: #858b98;
    font-size: 9px;
    line-height: 1.5;
}

.taxonomy-option.is-empty-option {
    opacity: .55;
}

.clear-all-link {
    cursor: pointer;
    font-family: inherit;
}

.products-catalog-layout.is-empty {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 26px;
}

@media (max-width: 1400px) {
    .products-catalog-layout.is-empty {
        grid-template-columns: 225px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .products-catalog-layout.is-empty {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }
}
