.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 — compact shared product-card component */
.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}

.catalog-product-card{
    min-height:0;
    height:100%;
    font-family:"Montserrat",Arial,Helvetica,sans-serif;
}
.catalog-product-content{
    flex:1;
    padding:14px 16px 16px;
    display:flex;
    flex-direction:column;
    gap:0;
}
.catalog-product-main{flex:0 0 auto;min-height:0}
.product-badge{font-size:10px;font-weight:700}
.product-brand,.product-category{
    margin:0 0 5px;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
}
.catalog-product-card h2,.product-card h2,.product-card h3{
    min-height:45px;
    margin:0 0 10px;
    font-size:18px;
    font-weight:700;
    line-height:1.25;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.catalog-product-spec,.product-spec,
.catalog-product-extra,.product-extra{
    min-height:19px;
    margin:0 0 6px;
    font-size:14px;
    line-height:1.35;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.catalog-product-extra,.product-extra{margin-top:2px}
.catalog-product-availability{
    margin:3px 0 10px;
    font-size:12px;
    line-height:1.3;
}
.catalog-product-bottom{position:relative;margin-top:auto;padding-top:15px}
.product-original-price{position:absolute;top:0;left:0;margin:0}
.catalog-product-bottom>strong,.product-price{
    display:block;
    margin:0 0 10px;
    font-size:25px;
    font-weight:800;
    line-height:1.1;
    text-align:left;
}
.product-compare-button{
    min-height:42px;
    margin:0 0 8px;
    padding:9px 14px;
    line-height:1.2;
}
.catalog-product-actions{
    display:flex;
    grid-template-columns:none;
    gap:8px;
}
.product-details-button{
    flex:1 1 auto;
}
.product-card-whatsapp{
    flex:0 0 42px;
    width:42px;
}
.product-details-button,.product-card-whatsapp{
    min-height:42px;
    padding:9px 14px;
    border-radius:8px;
    font-size:11.5px;
    font-weight:700;
    line-height:1.2;
}
.product-card-whatsapp{padding:9px}
.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 h2,.product-card h2,.product-card h3{font-size:16px}
    .catalog-product-spec,.product-spec,.catalog-product-extra,.product-extra{font-size:12.5px}
    .product-brand,.product-category{font-size:11.5px}
}
@media (max-width:760px){
    .catalog-product-card h2,.product-card h2,.product-card h3{font-size:14px}
}


/* 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: 42px;
    margin: 0 0 8px;
    padding: 9px 14px;
    line-height: 1.2;
    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;
}

@media (min-width:769px) {
    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 (min-width: 769px) and (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;
    }
}

/* =========================================================
   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;
    }
}

/* Admin-managed visual content additions */
.catalog-intro-description{max-width:680px;margin-top:8px;color:#70798b;font-size:14px;line-height:1.55}.products-hero-copy-center{text-align:center;margin-inline:auto}.products-hero-copy-center .products-hero-actions{justify-content:center}.product-original-price{display:block;color:#8d96a6;text-decoration:line-through;font-size:12px;font-weight:600;margin-bottom:3px}.ve-content-hidden[hidden]{display:none!important}
.products-catalog-layout.filters-hidden{grid-template-columns:minmax(0,1fr)}.products-catalog-layout.filters-hidden .products-results-panel{grid-column:1}
.products-hero-inner.has-custom-background .products-hero-art{opacity:.18}.products-hero-inner.has-custom-background .products-hero-copy{position:relative;z-index:2}

/* Server-side catalogue pagination */
.products-pagination a{min-width:38px;height:38px;padding:0 11px;border:1px solid var(--site-border,#e0e3ea);border-radius:7px;background:var(--site-surface,#fff);color:var(--site-text,#272a32);font-size:11px;font-weight:700;display:grid;place-items:center;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
.products-pagination a .icon{width:14px;height:14px}.products-pagination a:hover,.products-pagination a.is-active{border-color:#5c35f4;background:#5c35f4;color:#fff}
@media(max-width:560px){.products-pagination a{min-width:34px;height:34px;padding:0 8px}}

.product-stock-badge{position:absolute;right:12px;top:12px;z-index:2;display:inline-flex;min-height:25px;align-items:center;padding:0 9px;border-radius:999px;background:#fff0ec;color:#b74428;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.catalog-product-availability{margin:3px 0 10px;color:#16805c;font-size:12px;font-weight:750;line-height:1.3}.catalog-product-availability.is-confirm{color:var(--site-muted,#717784)}
html[data-theme="dark"] .product-stock-badge{background:#3a211c;color:#ff9e86}


/* =========================================================
   PRODUCT CARD DESIGN SYSTEM — 2026-07-27
   Shared by Featured Products, Products and You May Also Like.
   ========================================================= */
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card{
    min-height:0;
    height:100%;
    font-family:"Montserrat",Arial,Helvetica,sans-serif;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-content{
    flex:1;
    padding:14px 16px 16px;
    display:flex;
    flex-direction:column;
    gap:0;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-main{
    flex:0 0 auto;
    min-height:92px;
}
.product-brand,.product-card-meta{
    width:100%;
    max-width:100%;
    margin:0 0 6px;
    color:#667286;
    font-size:12px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.01em;
    text-transform:uppercase;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.catalog-product-card h2,.product-card h2,.product-card h3{
    width:100%;
    max-width:100%;
    min-height:0;
    margin:0 0 10px;
    font-size:16px;
    font-weight:700;
    line-height:1.2;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:unset;
    -webkit-box-orient:unset;
}
.catalog-product-card h2 a,.product-card h2 a,.product-card h3 a{
    display:block;
    color:inherit;
    text-decoration:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.catalog-product-spec,.product-spec,
.catalog-product-extra,.product-extra{
    width:100%;
    max-width:100%;
    min-height:16px;
    margin:0 0 5px;
    color:#667286;
    font-size:13px;
    font-weight:400;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.catalog-product-extra,.product-extra{margin-top:0}

/* Keep genuine branch availability, but suppress the generic stock-confirmation sentence. */
.catalog-product-availability{
    width:100%;
    max-width:100%;
    min-height:0;
    margin:1px 0 6px;
    color:#16805c;
    font-size:11.5px;
    font-weight:700;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.catalog-product-availability.is-confirm,
.product-card-stock,
[data-stock-confirm]{display:none!important}

.catalog-product-bottom{
    position:relative;
    margin-top:auto;
    padding-top:11px;
}
.product-original-price{
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
.catalog-product-bottom>strong,.product-price{
    display:block;
    margin:0 0 10px;
    font-size:26px;
    font-weight:700;
    line-height:1.1;
    text-align:left;
}
.catalog-product-actions{
    display:flex;
    grid-template-columns:none;
    gap:8px;
}
.product-details-button{
    flex:1 1 auto;
    border-color:#5c35f4;
    background:#5c35f4;
    color:#fff;
    box-shadow:0 5px 12px rgba(92,53,244,.16);
}
.product-details-button:hover{
    border-color:#4c2dd7;
    background:#4c2dd7;
    color:#fff;
}
.product-card-whatsapp{
    flex:0 0 42px;
    width:42px;
    padding:9px;
    border-color:#9edbb7;
    background:#effaf4;
    color:#16864f;
}
.product-card-whatsapp:hover{
    border-color:#16864f;
    background:#16864f;
    color:#fff;
}
.product-card-whatsapp .icon{color:currentColor}
.product-details-button,.product-card-whatsapp,
.product-compare-button,.product-card button,.product-card .button{
    min-height:42px;
    border-radius:8px;
    font-size:13px;
    font-weight:600;
    line-height:1.2;
}
.product-compare-button{
    min-height:36px;
    margin:0 0 8px;
    padding:7px 12px;
    border:1px solid #cfd4dd;
    background:transparent;
    color:#4c5565;
    box-shadow:none;
}
.product-compare-button .icon{width:14px;height:14px}
.product-compare-button:hover{
    border-color:#8e7fe0;
    background:#f8f6ff;
    color:#5c35f4;
}
.product-compare-button.is-selected{
    border-color:#9d8fea;
    background:#f1edff;
    color:#5c35f4;
}

@media (max-width:1300px){
    .product-brand,.product-card-meta{font-size:11.5px}
    .catalog-product-card h2,.product-card h2,.product-card h3{font-size:15px}
    .catalog-product-spec,.product-spec,.catalog-product-extra,.product-extra{font-size:12.5px}
}
@media (max-width:760px){
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-main{min-height:86px}
    .catalog-product-card h2,.product-card h2,.product-card h3{font-size:14px}
    .catalog-product-spec,.product-spec,.catalog-product-extra,.product-extra{font-size:12px}
    .catalog-product-bottom>strong,.product-price{font-size:23px}
}

/* Products hero WhatsApp CTA: full-size branded action, matching site CTA sizing. */
.products-whatsapp-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:0 20px;
    border:1px solid transparent;
    border-radius:14px;
    background:linear-gradient(135deg,#25d366,#18ad4e);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    line-height:1.2;
    box-shadow:0 12px 26px rgba(37,211,102,.28);
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.products-whatsapp-link:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#2adb70,#159c46);
    color:#fff;
    box-shadow:0 16px 32px rgba(37,211,102,.36);
}
.products-whatsapp-link .icon{
    width:19px;
    height:19px;
    flex:0 0 auto;
}
@media(max-width:560px){
    .products-whatsapp-link{
        min-height:44px;
        padding:0 16px;
        border-radius:12px;
        font-size:12px;
    }
}


/* =========================================================
   SCREENSHOT-MATCHED PRODUCT CARDS — 2026-07-27
   Applies consistently to Featured Products, Products page
   and You May Also Like without changing card functions.
   ========================================================= */
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card{
    border-radius:18px;
    border:1px solid #d9dee8;
    box-shadow:none;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-image{
    height:202px;
    min-height:202px;
    padding:18px 16px 10px;
    background:#f5f7fa;
    border-bottom:1px solid #d9dee8;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-badge{
    left:14px;
    top:14px;
    min-height:25px;
    padding:0 11px;
    border-radius:999px;
    background:#34285d;
    color:#d8ceff;
    font-size:11px;
    font-weight:800;
    line-height:1;
    letter-spacing:.015em;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-content{
    padding:10px 16px 16px;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-brand,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-meta{
    margin:0 0 5px;
    font-size:13px;
    font-weight:700;
    line-height:1.15;
    letter-spacing:.015em;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3{
    margin:0 0 14px;
    font-size:18px;
    font-weight:700;
    line-height:1.18;
    letter-spacing:-.02em;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-spec,
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{
    min-height:0;
    margin:0 0 11px;
    font-size:14px;
    font-weight:400;
    line-height:1.28;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{
    margin-bottom:0;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-bottom{
    padding-top:17px;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-bottom>strong,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-price{
    margin:0 0 12px;
    font-size:25px;
    font-weight:800;
    line-height:1.05;
    letter-spacing:-.025em;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button{
    min-height:41px;
    margin:0 0 9px;
    border-radius:9px;
    font-size:13px;
    font-weight:600;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-details-button,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-whatsapp{
    min-height:43px;
    border-radius:9px;
    font-size:13px;
    font-weight:700;
}

/* Exact dark card palette based on supplied reference screenshot. */
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card{
    background:#111827!important;
    border-color:#2b374b!important;
    color:#f8fafc!important;
    box-shadow:none!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-image{
    background:#f5f7fa!important;
    border-bottom-color:#2b374b!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-brand,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-meta{
    color:#d0d7e4!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2 a,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-bottom>strong,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-price{
    color:#f8fafc!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-spec,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{
    color:#b8c2d3!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button{
    border-color:#59449b!important;
    background:#2a214b!important;
    color:#c9baff!important;
    box-shadow:none!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button:hover,
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button.is-selected{
    border-color:#7b5cff!important;
    background:#35275f!important;
    color:#e1d9ff!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-details-button{
    border-color:#765cff!important;
    background:transparent!important;
    color:#c6b8ff!important;
    box-shadow:none!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-details-button:hover{
    border-color:#8c75ff!important;
    background:#5c35f4!important;
    color:#fff!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-whatsapp{
    border-color:#765cff!important;
    background:transparent!important;
    color:#10d875!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-whatsapp:hover{
    border-color:#10d875!important;
    background:#10b866!important;
    color:#fff!important;
}

@media(max-width:1300px){
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-brand,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-meta{font-size:12px}
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3{font-size:16px}
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-spec,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{font-size:13px}
}
@media(max-width:760px){
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-image{height:178px;min-height:178px}
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3{font-size:15px}
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-spec,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{font-size:12px;margin-bottom:8px}
}

/* =========================================================
   PRODUCT TITLE SINGLE-LINE FIT — 2026-07-27
   The reference card uses a compact title size. The previous
   18px rule was too wide for real product names, especially
   in the five-column Featured Products grid.
   ========================================================= */
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3{
    font-size:15px;
    font-weight:700;
    line-height:1.15;
    letter-spacing:-.035em;
    margin-bottom:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2 a,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2 a,
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3 a{
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* Featured cards use five columns, so the usable text area is slightly narrower. */
.featured-products-grid .catalog-product-card h2,
.featured-products-grid .product-card h2,
.featured-products-grid .product-card h3{
    font-size:14px;
    letter-spacing:-.04em;
}

@media(max-width:1300px){
    :is(.products-grid,.related-products-grid) .catalog-product-card h2,
    :is(.products-grid,.related-products-grid) .product-card h2,
    :is(.products-grid,.related-products-grid) .product-card h3{font-size:14px}
    .featured-products-grid .catalog-product-card h2,
    .featured-products-grid .product-card h2,
    .featured-products-grid .product-card h3{font-size:13.5px}
}
@media(max-width:760px){
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3{
        font-size:14px;
        letter-spacing:-.03em;
    }
}

/* =========================================================
   LIGHT MODE PRODUCT CARD PALETTE — 2026-07-27
   Matches the supplied light-mode reference while preserving
   the existing dark-mode card design and all card functions.
   ========================================================= */
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card{
    background:#ffffff!important;
    border-color:#dde2eb!important;
    color:#181a22!important;
    box-shadow:0 8px 24px rgba(35,43,64,.035)!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-image{
    background:#f8f9fb!important;
    border-bottom-color:#e6e9ef!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-badge{
    background:#f0edff!important;
    color:#5c35f4!important;
    box-shadow:0 7px 18px rgba(92,53,244,.10)!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-brand,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-meta{
    margin:0 0 6px!important;
    color:#5c35f4!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1.2!important;
    letter-spacing:.025em!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2 a,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h2 a,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card h3 a{
    color:#181a22!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-spec,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{
    color:#7c8595!important;
    font-size:13px!important;
    font-weight:400!important;
    line-height:1.25!important;
    margin-bottom:10px!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{
    margin-bottom:0!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-bottom{
    padding-top:18px!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-bottom>strong,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-price{
    color:#181a22!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button{
    border-color:#d9d0ff!important;
    background:#fcfbff!important;
    color:#5c35f4!important;
    box-shadow:none!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button:hover,
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-compare-button.is-selected{
    border-color:#765cff!important;
    background:#f1edff!important;
    color:#4f2de0!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-details-button{
    border-color:#765cff!important;
    background:#ffffff!important;
    color:#5c35f4!important;
    box-shadow:none!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-details-button:hover{
    border-color:#5c35f4!important;
    background:#5c35f4!important;
    color:#ffffff!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-whatsapp{
    border-color:#765cff!important;
    background:#ffffff!important;
    color:#11c96b!important;
    box-shadow:none!important;
}
html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-whatsapp:hover{
    border-color:#11b960!important;
    background:#11b960!important;
    color:#ffffff!important;
}

@media(max-width:1300px){
    html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-brand,
    html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-card-meta{
        font-size:10.5px!important;
    }
    html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
    html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-spec,
    html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra,
    html[data-site-theme="light"] :is(.featured-products-grid,.products-grid,.related-products-grid) .product-extra{
        font-size:12.5px!important;
    }
}

/* =========================================================
   PRODUCT COMPARE MODE — TOOLBAR, CARD SELECTION AND TRAY
   Requested 2026-07-27. Scoped to the Products page only.
   ========================================================= */
.products-toolbar-right{
    flex-wrap:wrap;
    justify-content:flex-end;
}
.compare-mode-toggle{
    min-height:42px;
    padding:0 13px;
    border:1px solid #d8d2f8;
    border-radius:8px;
    background:#fff;
    color:#5c35f4;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-family:"Montserrat",Arial,Helvetica,sans-serif;
    font-size:10.5px;
    font-weight:700;
    white-space:nowrap;
    cursor:pointer;
    transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.compare-mode-toggle .icon{width:16px;height:16px}
.compare-mode-toggle strong{
    min-width:21px;
    height:21px;
    padding:0 6px;
    border-radius:999px;
    background:#eeeaff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:9px;
    line-height:1;
}
.compare-mode-toggle:hover,
.compare-mode-toggle.is-active{
    border-color:#5c35f4;
    background:#5c35f4;
    color:#fff;
    box-shadow:0 8px 18px rgba(92,53,244,.18);
}
.compare-mode-toggle.is-active strong{display:none}
.compare-mode-summary{
    color:#6c7280;
    font-size:9.5px;
    font-weight:600;
    line-height:1.35;
    white-space:nowrap;
}
.compare-mode-summary[hidden]{display:none!important}
.compare-mode-toggle:focus-visible,
.compare-select-button:focus-visible,
.compare-add-placeholder:focus-visible{
    outline:3px solid rgba(92,53,244,.22);
    outline-offset:2px;
}

.compare-card-controls{
    position:absolute;
    z-index:5;
    top:11px;
    right:11px;
    display:none;
    align-items:center;
    gap:8px;
}
.compare-drag-handle,
.compare-card-checkbox{
    width:29px;
    height:29px;
    border:1px solid #d7d0fb;
    border-radius:8px;
    background:rgba(255,255,255,.96);
    color:#5c35f4;
    box-shadow:0 5px 14px rgba(42,31,92,.1);
    display:grid;
    place-items:center;
    font-size:15px;
    font-weight:800;
    line-height:1;
}
.compare-card-checkbox{
    border-radius:50%;
    font-size:13px;
}
.compare-select-button{
    width:100%;
    min-height:42px;
    margin:0;
    padding:8px 13px;
    border:1px solid #765cff;
    border-radius:9px;
    background:#fff;
    color:#5c35f4;
    display:none;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-family:"Montserrat",Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.compare-select-symbol{
    width:20px;
    height:20px;
    border-radius:50%;
    background:#eeeaff;
    display:grid;
    place-items:center;
    font-size:13px;
    line-height:1;
}
.compare-select-button:hover{
    background:#f3efff;
    transform:translateY(-1px);
}
.compare-select-button.is-selected{
    border-color:#5c35f4;
    background:#5c35f4;
    color:#fff;
}
.compare-select-button.is-selected .compare-select-symbol{
    background:rgba(255,255,255,.18);
}

body.compare-mode-active .compare-card-controls{display:flex}
body.compare-mode-active .catalog-product-actions{display:none!important}
body.compare-mode-active .compare-select-button{display:flex}
body.compare-mode-active .catalog-product-card{
    cursor:default;
    user-select:none;
}
body.compare-mode-active .catalog-product-card a{
    pointer-events:none;
}
body.compare-mode-active .catalog-product-card.is-compare-selected{
    border-color:#6d4cff!important;
    box-shadow:0 0 0 2px rgba(109,76,255,.16),0 17px 34px rgba(57,38,142,.12)!important;
}
body.compare-mode-active .catalog-product-card.is-compare-selected .compare-card-checkbox{
    border-color:#5c35f4;
    background:#5c35f4;
    color:#fff;
}
body.compare-mode-active .catalog-product-card.is-dragging{
    opacity:.55;
    transform:scale(.985);
}
@media (min-width:821px) and (pointer:fine){
    body.compare-mode-active .catalog-product-card.is-compare-draggable{cursor:grab}
    body.compare-mode-active .catalog-product-card.is-compare-draggable:active{cursor:grabbing}
}

.compare-floating-bar{
    transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}
.compare-floating-bar.is-drag-over{
    border-top-color:#704bff;
    background:rgba(246,243,255,.98);
    box-shadow:0 -8px 0 rgba(112,75,255,.1),0 -18px 42px rgba(58,36,151,.18);
}
.compare-selected-products{
    grid-template-columns:repeat(4,minmax(0,1fr));
}
.compare-add-placeholder{
    min-width:0;
    min-height:58px;
    padding:7px 12px;
    border:1px dashed #c9c0f7;
    border-radius:10px;
    background:#faf9ff;
    color:#6750d8;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-family:"Montserrat",Arial,Helvetica,sans-serif;
    cursor:pointer;
}
.compare-add-placeholder span{
    width:23px;
    height:23px;
    border-radius:50%;
    background:#eeeaff;
    display:grid;
    place-items:center;
    font-size:16px;
    line-height:1;
}
.compare-add-placeholder strong{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:9px;
}
body.compare-bar-visible{padding-bottom:96px}
body.compare-bar-visible .global-floating-whatsapp{bottom:114px}

html[data-site-theme="dark"] .compare-mode-toggle{
    border-color:#3a4660;
    background:#111827;
    color:#c7baff;
}
html[data-site-theme="dark"] .compare-mode-toggle strong{
    background:#2a214b;
    color:#d7ceff;
}
html[data-site-theme="dark"] .compare-mode-toggle:hover,
html[data-site-theme="dark"] .compare-mode-toggle.is-active{
    border-color:#765cff;
    background:#5c35f4;
    color:#fff;
}
html[data-site-theme="dark"] .compare-mode-summary{color:#aeb8c9}
html[data-site-theme="dark"] .compare-floating-bar{
    border-top-color:#334057;
    background:rgba(12,18,30,.97);
}
html[data-site-theme="dark"] .compare-floating-heading strong{color:#f8fafc}
html[data-site-theme="dark"] .compare-floating-heading span{color:#aeb8c9}
html[data-site-theme="dark"] .compare-selected-product{
    border-color:#344158;
    background:#111827;
}
html[data-site-theme="dark"] .compare-selected-product strong{color:#eef2f8}
html[data-site-theme="dark"] .compare-add-placeholder{
    border-color:#59449b;
    background:#171329;
    color:#c9baff;
}
html[data-site-theme="dark"] .compare-select-button{
    border-color:#765cff;
    background:#111827;
    color:#c9baff;
}
html[data-site-theme="dark"] body.compare-mode-active .catalog-product-card.is-compare-selected{
    border-color:#8068ff!important;
    box-shadow:0 0 0 2px rgba(128,104,255,.22)!important;
}

@media (min-width:769px) and (max-width:980px){
    .products-toolbar-right{width:100%;justify-content:flex-end}
    .compare-mode-summary{order:5;width:100%;text-align:right}
}
/* =========================================================
   COMPARE DRAG INTERACTION FIX — HANDLE-ONLY DRAG
   Keeps native card content from becoming the drag preview.
   ========================================================= */
.compare-drag-handle{
    padding:0;
    appearance:none;
    -webkit-appearance:none;
    cursor:grab;
    -webkit-user-drag:element;
    touch-action:none;
}
.compare-drag-handle:active:not(:disabled){cursor:grabbing}
.compare-drag-handle:disabled{
    opacity:.42;
    cursor:not-allowed;
    box-shadow:none;
}
.compare-drag-handle:focus-visible{
    outline:3px solid rgba(92,53,244,.22);
    outline-offset:2px;
}

.catalog-product-card,
.catalog-product-card *{
    -webkit-user-drag:none;
}
.catalog-product-card img{
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}
body.compare-mode-active .compare-drag-handle{
    -webkit-user-drag:element;
}
body.compare-mode-active .catalog-product-card,
body.compare-mode-active .catalog-product-card.is-compare-draggable,
body.compare-mode-active .catalog-product-card.is-compare-draggable:active{
    cursor:default;
}
body.compare-mode-active .catalog-product-card.compare-limit-reached:not(.is-compare-selected) .compare-drag-handle{
    opacity:.34;
}

.compare-drag-preview{
    position:fixed;
    top:-1000px;
    left:-1000px;
    z-index:9999;
    width:210px;
    min-height:64px;
    padding:8px 10px;
    border:1px solid #7657ff;
    border-radius:12px;
    background:#111827;
    color:#fff;
    box-shadow:0 14px 34px rgba(17,24,39,.28);
    display:flex;
    align-items:center;
    gap:10px;
    overflow:hidden;
    pointer-events:none;
}
.compare-drag-preview img{
    width:46px;
    height:46px;
    flex:0 0 46px;
    object-fit:contain;
    border-radius:8px;
    background:#fff;
}
.compare-drag-preview div{
    min-width:0;
    display:grid;
    gap:4px;
}
.compare-drag-preview strong,
.compare-drag-preview span{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.compare-drag-preview strong{
    font-size:12px;
    font-weight:700;
    line-height:1.25;
}
.compare-drag-preview span{
    color:#c9baff;
    font-size:11px;
    font-weight:800;
    line-height:1.2;
}

.compare-floating-bar.is-drop-ready{
    border-top-color:#7657ff;
    box-shadow:0 -8px 28px rgba(118,87,255,.14),0 -14px 34px rgba(24,20,62,.12);
}
.compare-floating-bar.is-drag-over{
    border-top-color:#7657ff;
    background:rgba(118,87,255,.10);
    box-shadow:0 -8px 30px rgba(118,87,255,.18);
}
html[data-site-theme="dark"] .compare-floating-bar.is-drop-ready{
    border-top-color:#8068ff;
    box-shadow:0 -8px 30px rgba(118,87,255,.2);
}
html[data-site-theme="dark"] .compare-floating-bar.is-drag-over{
    background:rgba(118,87,255,.16);
}

@media (min-width:769px){
    body.compare-bar-visible{
        padding-bottom:0!important;
    }
    body.compare-mode-active .products-catalog-layout{
        padding-bottom:130px;
    }
}


/* ================================================================
   PRODUCTS HERO — SINGLE AUTHORITATIVE RESPONSIVE RULESET (28 JUL 2026)
   Scoped to Products page so other page heroes remain unchanged.
   ================================================================ */
.products-page .products-hero{
  position:relative;width:min(100% - 32px,1440px);height:auto;min-height:360px;
  margin:18px auto 0;padding:0;border-radius:20px;overflow:hidden;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%);
}
.products-page .products-hero-inner{
  position:relative;z-index:2;width:100%;min-height:360px;height:100%;display:grid;
  grid-template-columns:minmax(0,46%) minmax(0,54%);align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;
}
.products-page .products-hero-copy{position:relative;z-index:3;max-width:650px;padding:44px 20px 46px 42px}
.products-page .products-hero-copy>p{margin:0 0 10px;font-size:13px;line-height:1.4}
.products-page .products-hero-copy h1{font-size:clamp(42px,4.4vw,70px);line-height:1;letter-spacing:-2px}
.products-page .products-hero-description{max-width:620px;margin-top:18px;font-size:14px;line-height:1.65}
.products-page .products-hero-actions{margin-top:22px}
.products-page .products-hero-art{position:relative;align-self:stretch;min-height:360px;overflow:hidden}
.products-page .hero-laptop,.products-page .hero-category-image{max-width:none;object-fit:contain;object-position:center}
.products-page .hero-category-image{position:absolute;inset:7% 2% 7% 4%;width:94%;height:86%}
.products-page .products-hero-inner.has-custom-background:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,24,.92) 0%,rgba(8,12,24,.68) 47%,rgba(8,12,24,.30) 100%);z-index:1}
.products-page .products-hero-inner.has-custom-background .products-hero-art{opacity:.20}
.products-page .products-hero-copy-center{margin-inline:auto;text-align:center}.products-page .products-hero-copy-center .products-hero-actions{justify-content:center}
@media(max-width:980px){
  .products-page .products-hero{min-height:420px}
  .products-page .products-hero-inner{min-height:420px;grid-template-columns:52% 48%}
  .products-page .products-hero-copy{padding:38px 14px 40px 28px}
  .products-page .products-hero-copy h1{font-size:clamp(40px,6vw,54px)}
  .products-page .hero-laptop-front{right:-5%;width:min(58vw,560px)}
  .products-page .hero-laptop-back{right:-20%;width:min(50vw,470px)}
}
@media(max-width:700px){
  .products-page .products-hero{width:calc(100% - 24px);min-height:440px;margin-top:12px;border-radius:16px}
  .products-page .products-hero-inner{min-height:440px;display:block}
  .products-page .products-hero-copy{max-width:none;padding:30px 22px 210px;text-align:left}
  .products-page .products-hero-copy-center{text-align:center}
  .products-page .products-hero-copy>p{font-size:11px}
  .products-page .products-hero-copy h1{font-size:38px;letter-spacing:-1.3px}
  .products-page .products-hero-description{font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .products-page .products-hero-actions{margin-top:16px}
  .products-page .products-hero-art{position:absolute;left:0;right:0;bottom:0;height:220px;min-height:0}
  .products-page .hero-laptop-front{right:0;bottom:0;width:320px}
  .products-page .hero-laptop-back{right:-80px;top:28px;width:270px}
  .products-page .hero-category-image{inset:5% 4%;width:92%;height:90%}
  .products-page .products-hero-inner.has-custom-background:before{background:linear-gradient(180deg,rgba(8,12,24,.94) 0%,rgba(8,12,24,.70) 58%,rgba(8,12,24,.34) 100%)}
}
@media(max-width:420px){
  .products-page .products-hero{width:calc(100% - 20px);min-height:420px}
  .products-page .products-hero-inner{min-height:420px}
  .products-page .products-hero-copy{padding:26px 18px 190px}
  .products-page .products-hero-copy h1{font-size:34px}
  .products-page .products-hero-art{height:195px}
}

/* 28 JUL 2026 — Products hero uses one image source and one overlay only. */
.products-page .products-hero-inner{
  background-image:none;
}
.products-page .products-hero-inner.has-custom-background{
  background-image:var(--products-hero-image,none);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.products-page .products-hero-inner.has-custom-background::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(8,12,24,.90) 0%,rgba(8,12,24,.66) 54%,rgba(8,12,24,.35) 100%);
}
.products-page .products-hero-inner.has-custom-background::after{content:none;display:none}
.products-page .products-hero-inner.has-custom-background>*{position:relative;z-index:1}
@media(max-width:720px){
  .products-page .products-hero-inner.has-custom-background::before{
    background:linear-gradient(180deg,rgba(8,12,24,.92) 0%,rgba(8,12,24,.68) 58%,rgba(8,12,24,.38) 100%);
  }
}


/* ================================================================
   28 JUL 2026 — PRODUCTS HERO: ONE CUSTOM BACKGROUND SOURCE ONLY
   The uploaded image lives on .products-hero. Inner containers and
   decorative product artwork cannot create a second visual layer.
   ================================================================ */
.products-page .products-hero.has-custom-background{
  background-color:#080c18;
  background-image:var(--products-hero-image,none);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.products-page .products-hero.has-custom-background::before{
  content:"";
  display:block;
  position:absolute;
  inset:0;
  z-index:0;
  opacity:1;
  pointer-events:none;
  mask-image:none;
  -webkit-mask-image:none;
  background:linear-gradient(90deg,rgba(8,12,24,.90) 0%,rgba(8,12,24,.66) 54%,rgba(8,12,24,.34) 100%);
}
.products-page .products-hero.has-custom-background::after{content:none;display:none}
.products-page .products-hero.has-custom-background .products-hero-inner{
  background:none!important;
  background-image:none!important;
}
.products-page .products-hero.has-custom-background .products-hero-art{display:none!important}
.products-page .products-hero.has-custom-background .products-hero-inner>*{position:relative;z-index:1}
@media(max-width:700px){
  .products-page .products-hero.has-custom-background::before{
    background:linear-gradient(180deg,rgba(8,12,24,.92) 0%,rgba(8,12,24,.68) 58%,rgba(8,12,24,.36) 100%);
  }
  .products-page .products-hero.has-custom-background .products-hero-copy{padding:34px 22px}
}
@media(max-width:420px){
  .products-page .products-hero.has-custom-background .products-hero-copy{padding:28px 18px}
}


/* ================================================================
   28 JUL 2026 — CUSTOM ALL PRODUCTS BANNER WITHOUT AUTO DARKENING
   The uploaded image keeps its original brightness. Text remains in
   place and uses shadow only; no second image or dark overlay is added.
   ================================================================ */
.products-page .products-hero.has-custom-background::before,
.products-page .products-hero.has-custom-background::after{
  content:none!important;
  display:none!important;
  background:none!important;
}
.products-page .products-hero.has-custom-background .products-hero-copy{
  text-shadow:0 2px 5px rgba(0,0,0,.72),0 1px 18px rgba(0,0,0,.34);
}
.products-page .products-hero.has-custom-background .products-hero-copy :is(p,h1,.products-hero-description){
  color:#fff;
}
.products-page .products-hero.has-custom-background .products-hero-copy h1 span{color:#7657ff}


/* ================================================================
   PRODUCT PAGE CARDS — TRUE 4:3 IMAGE CANVAS
   Product uploads are standardised at 1200 x 900. Match the card's
   image area to that ratio so the complete image fills the panel
   without cropping or the surrounding grey letterbox.
   ================================================================ */
.products-page .products-grid:not(.is-list) .catalog-product-image{
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  aspect-ratio:4 / 3;
  padding:0;
  overflow:hidden;
  background:#fff;
}
.products-page .products-grid:not(.is-list) .catalog-product-image > a{
  display:block;
  width:100%;
  height:100%;
}
.products-page .products-grid:not(.is-list) .catalog-product-image img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.products-page .products-grid:not(.is-list) .catalog-product-card:hover .catalog-product-image img{
  transform:none!important;
}


/* =========================================================
   DESKTOP QA — Product card condition + typography 2026-08-28
   ========================================================= */
.product-condition-badge{
    position:absolute;
    z-index:4;
    top:14px;
    left:14px;
    min-height:25px;
    padding:0 11px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    line-height:1;
    font-weight:850;
    letter-spacing:.045em;
    text-transform:uppercase;
    box-shadow:0 7px 17px rgba(15,23,42,.12);
}
.product-condition-badge.is-new{background:#e8f7ee;color:#147044;border:1px solid #bfe7d0}
.product-condition-badge.is-recond{background:#eeeaff;color:#5a3dd2;border:1px solid #d7cdfd}
html[data-site-theme="dark"] .product-condition-badge.is-new{background:#173528;color:#8ce0b4;border-color:#285844}
html[data-site-theme="dark"] .product-condition-badge.is-recond{background:#282042;color:#c2b3ff;border-color:#493d70}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-image>.product-badge{
    left:auto!important;
    right:14px!important;
}
:is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-image:has(.product-badge)>.product-stock-badge{
    top:48px;
}
@media (min-width:821px){
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-main{
        min-height:128px;
    }
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-card h2 a{
        white-space:normal!important;
        overflow:hidden!important;
        text-overflow:clip!important;
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        min-height:2.36em;
    }
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-spec,
    :is(.featured-products-grid,.products-grid,.related-products-grid) .catalog-product-extra{
        white-space:normal!important;
        overflow:hidden!important;
        text-overflow:clip!important;
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
    }
    .products-grid.is-list .catalog-product-main{min-height:0}
    .products-grid.is-list .catalog-product-card h2,
    .products-grid.is-list .catalog-product-card h2 a{min-height:0}
}

/* Long filter groups: keep the toggle directly under the third/last option. */
.filter-options[data-filter-option-list]{padding-bottom:3px}
.filter-show-more{
    width:auto;
    min-height:18px;
    margin:2px 15px 10px 36px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:#6b4ee6;
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    font:700 11.5px/1.2 "Montserrat",Arial,sans-serif;
    cursor:pointer;
    text-decoration:none;
}
.filter-show-more:hover{background:transparent;color:#5235cf;text-decoration:underline;text-underline-offset:3px}
.filter-show-more[hidden]{display:none!important}
html[data-site-theme="dark"] .filter-show-more{background:transparent;color:#b9a8ff}
html[data-site-theme="dark"] .filter-show-more:hover{color:#d2c8ff}

/* Filter collapse must visibly hide every option after the first three. */
.filter-option-extra[hidden]{display:none!important}

/* Catalogue cards: three key specifications stacked vertically with compact icons. */
.products-grid .catalog-product-key-specs{
    display:flex;
    flex-direction:column;
    gap:5px;
    margin:7px 0 8px;
    min-height:52px;
}
.products-grid .catalog-product-key-spec{
    display:flex;
    align-items:center;
    gap:7px;
    min-width:0;
    color:#697386;
    font-size:10.2px;
    line-height:1.18;
}
.products-grid .catalog-product-key-spec-icon{
    width:14px;
    height:14px;
    flex:0 0 14px;
    display:grid;
    place-items:center;
    color:#777f90;
}
.products-grid .catalog-product-key-spec-icon .icon{width:14px;height:14px}
.products-grid .catalog-product-key-spec-value{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
html[data-site-theme="dark"] .products-grid .catalog-product-key-spec{color:#aeb7c8}
html[data-site-theme="dark"] .products-grid .catalog-product-key-spec-icon{color:#9fa9ba}
.products-grid .catalog-product-spec,.products-grid .catalog-product-extra{display:none!important}
.products-grid.is-list .catalog-product-key-specs{gap:4px;margin:5px 0 7px;min-height:0}
.products-grid.is-list .catalog-product-key-spec{font-size:10.8px}

/* Requested lighter catalogue price treatment. */
.products-grid .catalog-product-bottom>strong{font-weight:500!important}

/* Keep the fixed comparison tray from covering the final row of products. */
@media (min-width:821px){
    body.products-page.compare-mode-active main{padding-bottom:150px}
}


/* =========================================================
   PRODUCTS QA V5 — compact left badges + no availability filter
   ========================================================= */
.catalog-product-badges{
    position:absolute;
    z-index:4;
    top:12px;
    left:12px;
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
    max-width:calc(100% - 64px);
}
.catalog-product-badges .product-condition-badge,
.catalog-product-badges .product-badge{
    position:static !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    min-height:24px;
    padding:0 10px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    line-height:1;
    font-weight:800;
    letter-spacing:.035em;
    text-transform:uppercase;
    box-shadow:0 7px 16px rgba(15,23,42,.10);
}
.catalog-product-badges .product-condition-badge.is-new{
    background:#e8f7ee;
    color:#147044;
    border:1px solid #bfe7d0;
}
.catalog-product-badges .product-condition-badge.is-recond{
    background:#eeeaff;
    color:#5a3dd2;
    border:1px solid #d7cdfd;
}
.catalog-product-badges .product-badge{
    background:#f2efff;
    color:#5a3dd2;
    border:1px solid #ddd4ff;
}
html[data-site-theme="dark"] .catalog-product-badges .product-condition-badge.is-new{
    background:#173528;
    color:#8ce0b4;
    border-color:#285844;
}
html[data-site-theme="dark"] .catalog-product-badges .product-condition-badge.is-recond{
    background:#282042;
    color:#c2b3ff;
    border-color:#493d70;
}
html[data-site-theme="dark"] .catalog-product-badges .product-badge{
    background:#241d3d;
    color:#d1c5ff;
    border-color:#45396f;
}
.catalog-product-badges .product-stock-badge{
    position:static !important;
    top:auto !important;
    right:auto !important;
    left:auto !important;
    min-height:24px;
    padding:0 10px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    line-height:1;
    font-weight:800;
    letter-spacing:.035em;
    text-transform:uppercase;
    background:#eef1f4;
    color:#667085;
    border:1px solid #d0d5dd;
    box-shadow:0 7px 16px rgba(15,23,42,.06);
}
html[data-site-theme="dark"] .catalog-product-badges .product-stock-badge,
html[data-theme="dark"] .catalog-product-badges .product-stock-badge{
    background:rgba(148,163,184,.16);
    color:#d5d9e1;
    border-color:rgba(148,163,184,.30);
    box-shadow:0 7px 16px rgba(0,0,0,.18);
}
@media (max-width: 820px){
    .catalog-product-badges{
        top:10px;
        left:10px;
        gap:5px;
        max-width:calc(100% - 58px);
    }
    .catalog-product-badges .product-condition-badge,
    .catalog-product-badges .product-badge,
    .catalog-product-badges .product-stock-badge{
        min-height:22px;
        padding:0 8px;
        border-radius:9px;
        font-size:9px;
    }
}


/* =========================================================
   QA V7 — Shared Products + Home Featured card system
   ========================================================= */
:is(.featured-products-grid,.products-grid) .catalog-product-key-specs{
    display:flex;
    flex-direction:column;
    gap:5px;
    margin:7px 0 8px;
    min-height:63px;
}
:is(.featured-products-grid,.products-grid) .catalog-product-key-spec{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
    color:#687386;
    font-size:11.5px;
    font-weight:500;
    line-height:1.25;
}
:is(.featured-products-grid,.products-grid) .catalog-product-key-spec-icon{
    width:17px;
    min-width:17px;
    height:17px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#6b4ee6;
}
:is(.featured-products-grid,.products-grid) .catalog-product-key-spec-icon .icon{
    width:14px;
    height:14px;
}
:is(.featured-products-grid,.products-grid) .catalog-product-key-spec-value{
    min-width:0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
:is(.featured-products-grid,.products-grid) .catalog-product-bottom>strong{
    font-weight:500!important;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid) .catalog-product-key-spec{
    color:#b8c2d3;
}
html[data-site-theme="dark"] :is(.featured-products-grid,.products-grid) .catalog-product-key-spec-icon{
    color:#b9a8ff;
}
@media (max-width:820px){
    :is(.featured-products-grid,.products-grid) .catalog-product-key-specs{
        gap:4px;
        margin:6px 0 7px;
        min-height:57px;
    }
    :is(.featured-products-grid,.products-grid) .catalog-product-key-spec{
        gap:6px;
        font-size:9.5px;
    }
    :is(.featured-products-grid,.products-grid) .catalog-product-key-spec-icon{
        width:14px;
        min-width:14px;
        height:14px;
    }
    :is(.featured-products-grid,.products-grid) .catalog-product-key-spec-icon .icon{
        width:12px;
        height:12px;
    }
}

/* =========================================================
   PRODUCT DETAILS — Related cards match All Products / Featured
   2026-09-01
   Uses the existing shared catalog-product-card design system.
   ========================================================= */
.related-products-grid .catalog-product-key-specs{
    display:flex;
    flex-direction:column;
    gap:5px;
    margin:7px 0 8px;
    min-height:63px;
}
.related-products-grid .catalog-product-key-spec{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
    color:#687386;
    font-size:11.5px;
    font-weight:500;
    line-height:1.25;
}
.related-products-grid .catalog-product-key-spec-icon{
    width:17px;
    min-width:17px;
    height:17px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#6b4ee6;
}
.related-products-grid .catalog-product-key-spec-icon .icon{width:14px;height:14px}
.related-products-grid .catalog-product-key-spec-value{
    min-width:0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.related-products-grid .catalog-product-bottom>strong{font-weight:500!important}
html[data-site-theme="dark"] .related-products-grid .catalog-product-key-spec{color:#b8c2d3}
html[data-site-theme="dark"] .related-products-grid .catalog-product-key-spec-icon{color:#b9a8ff}

/* On wide desktop, use the same practical card width as the four-column
   Products catalogue (which has a filter sidebar) / five-column Featured row.
   Keep the related product count at four instead of stretching four cards. */
@media (min-width:1401px){
    body.product-details-page .related-products-grid{
        width:100%!important;
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
        gap:18px!important;
    }
}

@media (max-width:820px){
    .related-products-grid .catalog-product-key-specs{
        gap:4px;
        margin:6px 0 7px;
        min-height:57px;
    }
    .related-products-grid .catalog-product-key-spec{
        gap:6px;
        font-size:9.5px;
    }
    .related-products-grid .catalog-product-key-spec-icon{
        width:14px;
        min-width:14px;
        height:14px;
    }
    .related-products-grid .catalog-product-key-spec-icon .icon{width:12px;height:12px}
}


/* =========================================================
   DESKTOP PRODUCT CARD SIZE SYNC — 2026-09-01
   Keep Featured Products, All Products and You May Also Like
   on the same physical card width on wide desktop.
   Tablet/mobile responsive behaviour remains unchanged.
   ========================================================= */
@media (min-width:1401px){
    :root{--lasto-standard-product-card-width:249px}

    .featured-products-grid{
        grid-template-columns:repeat(5,var(--lasto-standard-product-card-width))!important;
        justify-content:start;
    }

    .products-grid:not(.is-list){
        grid-template-columns:repeat(4,var(--lasto-standard-product-card-width))!important;
        justify-content:start;
    }

    body.product-details-page .related-products-grid{
        width:max-content!important;
        max-width:100%!important;
        grid-template-columns:repeat(5,var(--lasto-standard-product-card-width))!important;
        justify-content:start;
    }

    :is(.featured-products-grid,.products-grid:not(.is-list),.related-products-grid) > .catalog-product-card{
        width:var(--lasto-standard-product-card-width)!important;
        min-width:var(--lasto-standard-product-card-width)!important;
        max-width:var(--lasto-standard-product-card-width)!important;
        box-sizing:border-box;
    }
}

/* =========================================================
   FEATURED PRODUCTS — wider desktop section only
   2026-09-01
   Keep current card sizing/grid; only enlarge the outer box
   so the fifth card sits inside the section border.
   ========================================================= */
@media (min-width:1401px){
    .featured-products.site-container{
        width:min(1760px,calc(100% - 80px))!important;
        max-width:1760px!important;
        box-sizing:border-box!important;
        padding-top:26px!important;
        padding-bottom:26px!important;
    }
}

/* =========================================================
   FEATURED PRODUCTS — centred section, all viewport widths
   2026-09-01
   No min-width trigger: equal left/right spacing at every size.
   Existing responsive card/grid rules remain in control.
   ========================================================= */
.featured-products.site-container{
    width:calc(100% - 24px)!important;
    max-width:1720px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
    padding:18px clamp(12px,2vw,30px) 16px!important;
}
.featured-products .featured-products-grid{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
}
.featured-products .section-heading-row{
    width:100%!important;
    margin-bottom:10px!important;
}

/* FEATURED PRODUCTS — remove outer section box */
.featured-products.site-container{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
}

/* FEATURED PRODUCTS — align heading exactly with the 5-card row */
.featured-products .section-heading-row{
    width:min(100%,1317px)!important; /* 5 × 249px cards + 4 × 18px gaps */
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
}

/* Laptop condition is nested under Category > Laptop. */
.taxonomy-option-chevron{margin-left:auto;display:grid;place-items:center;flex:0 0 auto}
.taxonomy-option-chevron .icon{width:12px;height:12px}
.taxonomy-child-options{margin:-1px 10px 7px 28px;padding:0 0 0 9px;border-left:1px solid rgba(92,53,244,.18);display:flex;flex-direction:column;gap:4px}
.taxonomy-child-options .taxonomy-option{min-height:30px;padding:6px 7px;font-size:9.5px}
.taxonomy-child-options .taxonomy-option small{font-size:9.5px}

/* Laptop category is a parent dropdown. Child filters stay hidden until the row is pressed. */
.taxonomy-parent-dropdown{margin:0;padding:0;border:0}
.taxonomy-parent-dropdown>summary{list-style:none;cursor:pointer}
.taxonomy-parent-dropdown>summary::-webkit-details-marker{display:none}
.taxonomy-parent-toggle{justify-content:space-between}
.taxonomy-parent-dropdown.is-current>.taxonomy-parent-toggle{background:rgba(92,53,244,.14);color:inherit}
.taxonomy-parent-dropdown[open]>.taxonomy-parent-toggle .taxonomy-option-chevron{transform:rotate(180deg)}
.taxonomy-parent-dropdown>.taxonomy-child-options{display:none}
.taxonomy-parent-dropdown[open]>.taxonomy-child-options{display:flex}
.taxonomy-parent-dropdown .taxonomy-option-chevron{transition:transform .18s ease}

/* ================================================================
   CATEGORY > LAPTOP PARENT — STANDARDISE TYPOGRAPHY WITH CATEGORY ROWS
   2026-09-03
   The nested <summary> was inheriting the filter-section summary style,
   making "Laptop" larger/bolder than Desktop & Components. Make the
   parent dropdown row use the same typography and row sizing as the
   normal taxonomy options while keeping the expand/collapse chevron.
   ================================================================ */
.products-page .taxonomy-filter-group .taxonomy-parent-dropdown > summary.taxonomy-parent-toggle{
    min-height:33px!important;
    padding:7px 7px!important;
    font-family:inherit!important;
    font-size:11.5px!important;
    font-weight:400!important;
    line-height:1.45!important;
    letter-spacing:normal!important;
    text-transform:none!important;
}
.products-page .taxonomy-filter-group .taxonomy-parent-dropdown.is-current > summary.taxonomy-parent-toggle{
    font-weight:400!important;
}
.products-page .taxonomy-filter-group .taxonomy-parent-dropdown > summary.taxonomy-parent-toggle small{
    font-size:10.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

/* CATEGORY > LAPTOP — match parent-to-first-child spacing with child row gaps */
.products-page .taxonomy-filter-group .taxonomy-parent-dropdown[open] > .taxonomy-child-options{
    margin-top:4px!important;
}

/* =========================================================
   2026-09-06 — SHARED PRODUCT CARD BRAND LOGO + IMAGE SYNC
   All Products is the master card. Featured Products and
   You May Also Like use the same 4:3 image canvas/card system.
   ========================================================= */
:is(.featured-products-grid,.products-grid:not(.is-list),.related-products-grid) .catalog-product-image{
    width:100%;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:4 / 3!important;
    padding:0!important;
    overflow:hidden!important;
    background:#fff!important;
}
:is(.featured-products-grid,.products-grid:not(.is-list),.related-products-grid) .catalog-product-image > a{
    display:block;
    width:100%;
    height:100%;
}
:is(.featured-products-grid,.products-grid:not(.is-list),.related-products-grid) .catalog-product-image img{
    display:block;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
}
:is(.featured-products-grid,.products-grid:not(.is-list),.related-products-grid) .catalog-product-card:hover .catalog-product-image img{
    transform:none!important;
}

.catalog-product-brand-logo-row{
    width:100%;
    min-height:30px;
    margin:0 0 7px;
    display:grid;
    grid-template-columns:minmax(16px,1fr) auto minmax(16px,1fr);
    align-items:center;
    gap:8px;
}
.catalog-product-brand-logo-line{
    display:block;
    width:100%;
    height:1px;
    background:#dfe4ec;
}
.catalog-product-brand-logo-frame{
    width:64px;
    height:28px;
    padding:4px 7px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:1px solid #d9dee8;
    border-radius:999px;
    background:#fff;
    box-shadow:0 1px 3px rgba(15,23,42,.08);
}
.catalog-product-brand-logo{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}
.catalog-product-brand-logo-frame--dell{width:46px;height:28px;padding:3px 8px}
.catalog-product-brand-logo-frame--hp{width:46px;height:28px;padding:3px 8px}
.catalog-product-brand-logo-frame--acer{width:68px;height:28px;padding:4px 8px}
.catalog-product-brand-logo-frame--asus{width:68px;height:28px;padding:4px 8px}
.catalog-product-brand-logo-frame--lenovo{width:68px;height:28px;padding:4px 8px}
.catalog-product-brand-logo-fallback{
    max-width:72px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#5b6270;
    font-size:9px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
}

/* Remove the old textual brand meta when legacy card markup appears. */
:is(.featured-products-grid,.products-grid,.related-products-grid) .product-brand{
    display:none!important;
}

html[data-site-theme="dark"] .catalog-product-brand-logo-line{background:#334155}
html[data-site-theme="dark"] .catalog-product-brand-logo-frame{
    background:#fff;
    border-color:#d9dee8;
    box-shadow:0 1px 4px rgba(0,0,0,.22);
}
html[data-site-theme="dark"] .catalog-product-brand-logo-fallback{color:#4b5563}

@media (max-width:820px){
    .catalog-product-brand-logo-row{
        min-height:24px;
        margin-bottom:5px;
        gap:6px;
    }
    .catalog-product-brand-logo-frame{
        width:56px;
        height:24px;
        padding:3px 6px;
    }
    .catalog-product-brand-logo-frame--dell,
    .catalog-product-brand-logo-frame--hp{
        width:40px;
        height:24px;
        padding:3px 7px;
    }
    .catalog-product-brand-logo-frame--acer{width:60px;height:24px;padding:3px 7px}
    .catalog-product-brand-logo-frame--asus{width:60px;height:24px;padding:3px 7px}
    .catalog-product-brand-logo-frame--lenovo{width:60px;height:24px;padding:3px 7px}
}


/* ================================================================
   2026-09-06 — DESKTOP LIST VIEW 4:3 IMAGE FIT
   Keep list image canvas tied to the uploaded 4:3 product image instead
   of stretching the image panel to the full content/card height.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-card{
        display:grid!important;
        grid-template-columns:clamp(235px,20vw,280px) minmax(0,1fr)!important;
        min-height:0!important;
        height:auto!important;
        align-items:start!important;
    }
    .products-page .products-grid.is-list .catalog-product-image{
        width:100%!important;
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        aspect-ratio:4 / 3!important;
        padding:0!important;
        align-self:start!important;
        overflow:hidden!important;
        border-right:1px solid #edf0f4!important;
        border-bottom:0!important;
        background:#fff!important;
    }
    .products-page .products-grid.is-list .catalog-product-image > a{
        display:block!important;
        width:100%!important;
        height:100%!important;
    }
    .products-page .products-grid.is-list .catalog-product-image img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        max-width:none!important;
        max-height:none!important;
        object-fit:contain!important;
        object-position:center!important;
        transform:none!important;
    }
    .products-page .products-grid.is-list .catalog-product-card:hover .catalog-product-image img{
        transform:none!important;
    }
    .products-page .products-grid.is-list .catalog-product-content{
        min-height:0!important;
        align-self:stretch!important;
    }
}

/* ================================================================
   2026-09-06 — SIX KEY SPECS ON LAPTOP/DESKTOP PRODUCT CARDS
   Product Details key_specs order: Processor, RAM, Storage,
   Graphics, Display, Warranty. Other categories keep their existing specs.
   ================================================================ */
:is(.featured-products-grid,.products-grid,.related-products-grid)
:is(.category-laptop,.category-desktop) .catalog-product-key-specs{
    min-height:129px;
}

/* Keep the desktop List View compact enough to respect the 4:3 image canvas:
   six specs become two columns / three rows instead of a tall six-row stack. */
@media (min-width:981px){
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        column-gap:18px!important;
        row-gap:5px!important;
        min-height:0!important;
        margin:5px 0 7px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-width:0!important;
    }
}

@media (max-width:820px){
    :is(.featured-products-grid,.products-grid,.related-products-grid)
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        min-height:111px;
    }
}

/* ================================================================
   2026-09-06 — SIX SPEC CARD COMPACT SPACING
   Match Product Details six-item Key Specifications while reducing
   vertical space on All Products, Featured Products and Related cards.
   ================================================================ */
:is(.featured-products-grid,.products-grid,.related-products-grid)
:is(.category-laptop,.category-desktop) .catalog-product-key-specs{
    gap:3px!important;
    margin:5px 0 6px!important;
    min-height:106px!important;
}
:is(.featured-products-grid,.products-grid,.related-products-grid)
:is(.category-laptop,.category-desktop) .catalog-product-key-spec{
    line-height:1.18!important;
}

@media (min-width:981px){
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        row-gap:3px!important;
        column-gap:14px!important;
        margin:4px 0 5px!important;
        min-height:0!important;
    }
}

@media (max-width:820px){
    :is(.featured-products-grid,.products-grid,.related-products-grid)
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        gap:2px!important;
        margin:4px 0 5px!important;
        min-height:94px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW REFERENCE LAYOUT
   Desktop-only horizontal product card: image left, brand/model +
   six key specs center, price/actions right. Grid/mobile stay unchanged.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list{
        gap:14px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card{
        display:grid!important;
        grid-template-columns:clamp(285px,23vw,320px) minmax(0,1fr)!important;
        align-items:stretch!important;
        min-height:0!important;
        height:auto!important;
        border-radius:16px!important;
        overflow:hidden!important;
    }

    .products-page .products-grid.is-list .catalog-product-image{
        width:100%!important;
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        aspect-ratio:4 / 3!important;
        align-self:start!important;
        padding:0!important;
        overflow:hidden!important;
        border-right:1px solid var(--site-border,#dfe4ec)!important;
        border-bottom:0!important;
        background:#fff!important;
    }
    .products-page .products-grid.is-list .catalog-product-image > a{
        display:block!important;
        width:100%!important;
        height:100%!important;
    }
    .products-page .products-grid.is-list .catalog-product-image img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        max-width:none!important;
        max-height:none!important;
        object-fit:contain!important;
        object-position:center!important;
        transform:none!important;
    }
    .products-page .products-grid.is-list .catalog-product-card:hover .catalog-product-image img{
        transform:none!important;
    }

    .products-page .products-grid.is-list .catalog-product-content{
        min-width:0!important;
        min-height:0!important;
        padding:16px 18px!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) clamp(170px,17vw,205px)!important;
        align-items:stretch!important;
        gap:18px!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        min-width:0!important;
        min-height:0!important;
        display:grid!important;
        grid-template-columns:auto minmax(0,1fr)!important;
        grid-template-rows:auto 1fr!important;
        align-content:start!important;
        column-gap:15px!important;
        row-gap:8px!important;
    }

    /* Brand logo + model on one row, matching the reference. */
    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        width:auto!important;
        min-width:0!important;
        min-height:40px!important;
        margin:0!important;
        display:flex!important;
        align-items:center!important;
        gap:0!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-line{
        display:none!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame{
        width:70px!important;
        height:40px!important;
        padding:6px 9px!important;
        flex:0 0 auto!important;
        border-radius:999px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--hp{
        width:58px!important;
        height:40px!important;
        padding:5px 10px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--lenovo{
        width:76px!important;
        height:40px!important;
        padding:6px 10px!important;
    }
    .products-page .products-grid.is-list .catalog-product-card h2{
        align-self:center!important;
        min-width:0!important;
        min-height:0!important;
        margin:0!important;
        font-size:18px!important;
        line-height:1.2!important;
        font-weight:800!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    .products-page .products-grid.is-list .catalog-product-card h2 a{
        min-height:0!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }

    /* Six specs: 2 columns × 3 rows with clean dividers. */
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        grid-column:1 / -1!important;
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:0!important;
        min-height:0!important;
        margin:0!important;
        align-self:end!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-width:0!important;
        min-height:43px!important;
        padding:8px 10px!important;
        display:grid!important;
        grid-template-columns:28px minmax(0,1fr)!important;
        align-items:center!important;
        gap:9px!important;
        border:0!important;
        font-size:12px!important;
        line-height:1.28!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even){
        border-left:1px solid var(--site-border,#dfe4ec)!important;
        padding-left:18px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(-n+4){
        border-bottom:1px solid var(--site-border,#dfe4ec)!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon{
        width:26px!important;
        height:26px!important;
        flex:0 0 26px!important;
        display:grid!important;
        place-items:center!important;
        color:#8d6cff!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon .icon{
        width:23px!important;
        height:23px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-value{
        min-width:0!important;
        white-space:normal!important;
        overflow:hidden!important;
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        text-overflow:ellipsis!important;
    }
    .products-page .products-grid.is-list .catalog-product-availability{
        display:none!important;
    }

    /* Separate price/actions panel on the right. */
    .products-page .products-grid.is-list .catalog-product-bottom{
        min-width:0!important;
        margin:0!important;
        padding:8px 0 8px 18px!important;
        border-left:1px solid var(--site-border,#dfe4ec)!important;
        display:flex!important;
        flex-direction:column!important;
        justify-content:center!important;
        align-items:stretch!important;
    }
    .products-page .products-grid.is-list .product-original-price{
        position:static!important;
        margin:0 0 3px!important;
        font-size:11px!important;
        text-align:left!important;
    }
    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin:0 0 12px!important;
        color:inherit!important;
        font-size:25px!important;
        line-height:1.05!important;
        font-weight:800!important;
        text-align:left!important;
        white-space:nowrap!important;
    }
    .products-page .products-grid.is-list .catalog-product-actions{
        width:100%!important;
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:8px!important;
    }
    .products-page .products-grid.is-list .product-details-button,
    .products-page .products-grid.is-list .product-card-whatsapp{
        width:100%!important;
        min-width:0!important;
        min-height:44px!important;
        height:44px!important;
        border-radius:10px!important;
        box-sizing:border-box!important;
        font-size:12px!important;
        font-weight:800!important;
    }
    .products-page .products-grid.is-list .product-details-button{
        position:relative!important;
        border-color:#6e40ff!important;
        background:linear-gradient(135deg,#5930ff,#7a28ff)!important;
        color:#fff!important;
    }
    .products-page .products-grid.is-list .product-details-button::after{
        content:"› ›";
        margin-left:10px;
        font-size:18px;
        line-height:1;
        letter-spacing:-3px;
    }
    .products-page .products-grid.is-list .product-card-whatsapp{
        gap:8px!important;
        border:1.5px solid #00d56f!important;
        background:transparent!important;
        color:#00d56f!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp::after{
        content:"WhatsApp Us";
        font-size:12px;
        font-weight:800;
        line-height:1;
    }
    .products-page .products-grid.is-list .product-card-whatsapp .icon{
        width:18px!important;
        height:18px!important;
    }

    /* Compare selection stays available but does not disturb the reference layout. */
    .products-page .products-grid.is-list .compare-select-button{
        width:100%!important;
        margin:0 0 8px!important;
    }
}

/* Dark reference treatment for list dividers and card surface. */
@media (min-width:981px){
    html[data-site-theme="dark"] .products-page .products-grid.is-list .catalog-product-card{
        background:#0f1a2a!important;
        border-color:#2b3c53!important;
    }
    html[data-site-theme="dark"] .products-page .products-grid.is-list .catalog-product-content{
        background:linear-gradient(110deg,#0f1a2a,#0b1625)!important;
    }
    html[data-site-theme="dark"] .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even),
    html[data-site-theme="dark"] .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(-n+4),
    html[data-site-theme="dark"] .products-page .products-grid.is-list .catalog-product-bottom{
        border-color:#2a3b52!important;
    }
    html[data-site-theme="dark"] .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        color:#d2d9e6!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW: KEEP ORIGINAL CARD SIZE
   Retain the new reference arrangement, but use the pre-reference list
   card/image footprint. Desktop List View only.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-card{
        grid-template-columns:clamp(235px,20vw,280px) minmax(0,1fr)!important;
        min-height:0!important;
        height:auto!important;
    }

    .products-page .products-grid.is-list .catalog-product-content{
        padding:12px 14px!important;
        grid-template-columns:minmax(0,1fr) clamp(150px,14vw,175px)!important;
        gap:14px!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        column-gap:12px!important;
        row-gap:5px!important;
    }

    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        min-height:34px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame{
        width:62px!important;
        height:34px!important;
        padding:5px 8px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--hp{
        width:52px!important;
        height:34px!important;
        padding:4px 9px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--lenovo{
        width:68px!important;
        height:34px!important;
        padding:5px 9px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card h2{
        font-size:16px!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:36px!important;
        padding:5px 8px!important;
        grid-template-columns:24px minmax(0,1fr)!important;
        gap:7px!important;
        font-size:11px!important;
        line-height:1.2!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even){
        padding-left:14px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon{
        width:22px!important;
        height:22px!important;
        flex-basis:22px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon .icon{
        width:20px!important;
        height:20px!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom{
        padding:6px 0 6px 14px!important;
    }
    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin-bottom:9px!important;
        font-size:22px!important;
    }
    .products-page .products-grid.is-list .catalog-product-actions{
        gap:6px!important;
    }
    .products-page .products-grid.is-list .product-details-button,
    .products-page .products-grid.is-list .product-card-whatsapp{
        min-height:38px!important;
        height:38px!important;
        border-radius:8px!important;
        font-size:11px!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp::after{
        font-size:11px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW: EXTRA COMPACT CARD
   Keep the approved reference structure, but reduce the list-card
   footprint further. Desktop List View only; grid/mobile unchanged.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list{
        gap:10px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card{
        grid-template-columns:clamp(190px,17vw,225px) minmax(0,1fr)!important;
        min-height:0!important;
        height:auto!important;
        border-radius:13px!important;
    }

    .products-page .products-grid.is-list .catalog-product-content{
        padding:8px 10px!important;
        grid-template-columns:minmax(0,1fr) clamp(128px,11.5vw,150px)!important;
        gap:10px!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        column-gap:9px!important;
        row-gap:3px!important;
    }

    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        min-height:29px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame{
        width:54px!important;
        height:29px!important;
        padding:4px 7px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--hp{
        width:45px!important;
        height:29px!important;
        padding:3px 8px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--lenovo{
        width:59px!important;
        height:29px!important;
        padding:4px 8px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card h2{
        font-size:14px!important;
        line-height:1.15!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:30px!important;
        padding:3px 6px!important;
        grid-template-columns:20px minmax(0,1fr)!important;
        gap:6px!important;
        font-size:10px!important;
        line-height:1.15!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even){
        padding-left:10px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon{
        width:18px!important;
        height:18px!important;
        flex-basis:18px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon .icon{
        width:17px!important;
        height:17px!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom{
        padding:4px 0 4px 10px!important;
    }
    .products-page .products-grid.is-list .product-original-price{
        margin-bottom:2px!important;
        font-size:9px!important;
    }
    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin-bottom:7px!important;
        font-size:19px!important;
    }
    .products-page .products-grid.is-list .catalog-product-actions{
        gap:5px!important;
    }
    .products-page .products-grid.is-list .product-details-button,
    .products-page .products-grid.is-list .product-card-whatsapp{
        min-height:33px!important;
        height:33px!important;
        border-radius:7px!important;
        font-size:10px!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp::after{
        font-size:10px!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp .icon{
        width:15px!important;
        height:15px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW: TIGHT HEADER + NO INNER DIVIDERS
   Keep the approved compact size, move the six specs directly under
   the brand/model row, and remove all internal card divider lines.
   Desktop List View only; grid/mobile unchanged.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list{
        gap:8px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card{
        grid-template-columns:clamp(180px,16vw,215px) minmax(0,1fr)!important;
    }

    .products-page .products-grid.is-list .catalog-product-image{
        border-right:0!important;
        border-bottom:0!important;
    }

    .products-page .products-grid.is-list .catalog-product-content{
        padding:6px 8px!important;
        grid-template-columns:minmax(0,1fr) clamp(120px,10.5vw,142px)!important;
        gap:8px!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        grid-template-rows:auto auto!important;
        align-content:start!important;
        align-items:start!important;
        column-gap:8px!important;
        row-gap:0!important;
    }

    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        min-height:27px!important;
        align-self:start!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame{
        width:50px!important;
        height:27px!important;
        padding:3px 6px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--hp{
        width:42px!important;
        height:27px!important;
        padding:3px 7px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--lenovo{
        width:56px!important;
        height:27px!important;
        padding:3px 7px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card h2{
        align-self:center!important;
        font-size:13px!important;
        line-height:1.1!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        align-self:start!important;
        margin-top:2px!important;
        gap:0 12px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:27px!important;
        padding:2px 4px!important;
        grid-template-columns:18px minmax(0,1fr)!important;
        gap:5px!important;
        border:0!important;
        font-size:9.5px!important;
        line-height:1.12!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even),
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(-n+4){
        border:0!important;
        padding-left:6px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon{
        width:17px!important;
        height:17px!important;
        flex-basis:17px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon .icon{
        width:16px!important;
        height:16px!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom{
        padding:3px 0 3px 7px!important;
        border-left:0!important;
    }
    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin-bottom:5px!important;
        font-size:18px!important;
    }
    .products-page .products-grid.is-list .catalog-product-actions{
        gap:4px!important;
    }
    .products-page .products-grid.is-list .product-details-button,
    .products-page .products-grid.is-list .product-card-whatsapp{
        min-height:31px!important;
        height:31px!important;
        font-size:9.5px!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp::after{
        font-size:9.5px!important;
    }

    html[data-site-theme="dark"] .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec,
    html[data-site-theme="dark"] .products-page .products-grid.is-list .catalog-product-bottom,
    html[data-site-theme="dark"] .products-page .products-grid.is-list .catalog-product-image{
        border-color:transparent!important;
    }
}


/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW: EVEN VERTICAL SPEC SPACING
   Keep equal breathing room from model -> spec rows -> card bottom.
   Desktop List View only; grid/mobile unchanged.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-main{
        grid-template-rows:auto minmax(0,1fr)!important;
        row-gap:0!important;
        align-content:stretch!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        align-self:stretch!important;
        height:100%!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        grid-template-rows:repeat(3,minmax(0,auto))!important;
        column-gap:12px!important;
        row-gap:0!important;
        align-content:space-evenly!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:0!important;
        padding:0 4px!important;
        align-self:center!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even){
        padding-left:6px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW: GRID SELECT BUTTON REUSE
   Compare Mode in List View reuses the exact Select Product button
   styling from Grid View. Only placement is adjusted; card size and
   the approved compact list layout remain unchanged.
   ================================================================ */
@media (min-width:981px){
    .products-page.compare-mode-active .products-grid.is-list .catalog-product-actions{
        display:none!important;
    }

    .products-page.compare-mode-active .products-grid.is-list .compare-select-button{
        /* Reuse base/grid button appearance; only neutralise old list spacing. */
        width:100%!important;
        min-width:0!important;
        height:auto!important;
        min-height:42px!important;
        margin:0!important;
        padding:8px 13px!important;
        border:1px solid #765cff!important;
        border-radius:9px!important;
        background:#fff!important;
        color:#5c35f4!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:8px!important;
        font-family:"Montserrat",Arial,Helvetica,sans-serif!important;
        font-size:12px!important;
        font-weight:700!important;
        line-height:1.2!important;
        box-shadow:none!important;
        transform:none!important;
    }

    .products-page.compare-mode-active .products-grid.is-list .compare-select-button:hover{
        background:#f3efff!important;
        color:#5c35f4!important;
        transform:translateY(-1px)!important;
    }

    .products-page.compare-mode-active .products-grid.is-list .compare-select-button.is-selected{
        border-color:#5c35f4!important;
        background:#5c35f4!important;
        color:#fff!important;
    }

    .products-page.compare-mode-active .products-grid.is-list .compare-select-symbol{
        display:grid!important;
        width:20px!important;
        height:20px!important;
        border-radius:50%!important;
        background:#eeeaff!important;
        place-items:center!important;
        font-size:13px!important;
        line-height:1!important;
    }

    .products-page.compare-mode-active .products-grid.is-list .compare-select-button.is-selected .compare-select-symbol{
        background:rgba(255,255,255,.18)!important;
    }

    html[data-site-theme="dark"] .products-page.compare-mode-active .products-grid.is-list .compare-select-button{
        border-color:#765cff!important;
        background:#111827!important;
        color:#c9baff!important;
    }

    html[data-site-theme="dark"] .products-page.compare-mode-active .products-grid.is-list .compare-select-button:hover{
        background:#171329!important;
        color:#d7ccff!important;
    }

    html[data-site-theme="dark"] .products-page.compare-mode-active .products-grid.is-list .compare-select-button.is-selected{
        border-color:#5c35f4!important;
        background:#5c35f4!important;
        color:#fff!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST BUTTON REFINEMENT
   - Keep Select Product on one line without changing its approved size.
   - Reuse Grid View's View Details visual treatment in List View.
   - Keep List View WhatsApp as icon + text.
   Desktop List View only; grid/mobile unchanged.
   ================================================================ */
@media (min-width:981px){
    /* Do not let the compare label wrap; dimensions stay unchanged. */
    .products-page.compare-mode-active .products-grid.is-list .compare-select-button,
    .products-page.compare-mode-active .products-grid.is-list .compare-select-button [data-compare-select-label]{
        white-space:nowrap!important;
    }
    .products-page.compare-mode-active .products-grid.is-list .compare-select-button [data-compare-select-label]{
        display:block!important;
        min-width:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }

    /* Remove the reference-layout arrow treatment so View Details matches Grid View. */
    .products-page .products-grid.is-list .product-details-button::after{
        content:none!important;
        display:none!important;
    }

    /* Grid View treatment, while retaining the approved compact List View dimensions. */
    html[data-site-theme="light"] .products-page .products-grid.is-list .product-details-button{
        border-color:#765cff!important;
        background:#fff!important;
        color:#5c35f4!important;
        box-shadow:none!important;
    }
    html[data-site-theme="light"] .products-page .products-grid.is-list .product-details-button:hover{
        border-color:#5c35f4!important;
        background:#5c35f4!important;
        color:#fff!important;
    }
    html[data-site-theme="dark"] .products-page .products-grid.is-list .product-details-button{
        border-color:#765cff!important;
        background:transparent!important;
        color:#c6b8ff!important;
        box-shadow:none!important;
    }
    html[data-site-theme="dark"] .products-page .products-grid.is-list .product-details-button:hover{
        border-color:#8c75ff!important;
        background:#5c35f4!important;
        color:#fff!important;
    }

    /* Explicitly preserve List View WhatsApp icon + text presentation. */
    .products-page .products-grid.is-list .product-card-whatsapp{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:6px!important;
        white-space:nowrap!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp::after{
        content:"WhatsApp Us"!important;
        display:inline!important;
        white-space:nowrap!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW: COMPACT INTERNAL SPACING
   Match the approved reference density: remove wasted inner space,
   keep model/specs/actions visually tight, and preserve card size,
   grid view, mobile view and compare behaviour.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-content{
        padding:5px 7px!important;
        gap:7px!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        grid-template-rows:auto auto!important;
        align-content:center!important;
        align-items:center!important;
        column-gap:7px!important;
        row-gap:5px!important;
        padding:0!important;
    }

    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        min-height:25px!important;
        height:25px!important;
        margin:0!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame{
        height:25px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--hp,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--lenovo{
        height:25px!important;
    }

    .products-page .products-grid.is-list .catalog-product-card h2{
        margin:0!important;
        padding:0!important;
        align-self:center!important;
        line-height:1.05!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        align-self:start!important;
        height:auto!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        grid-template-rows:repeat(3,auto)!important;
        column-gap:10px!important;
        row-gap:3px!important;
        align-content:start!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:22px!important;
        padding:1px 3px!important;
        gap:5px!important;
        align-self:center!important;
        line-height:1.08!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec:nth-child(even){
        padding-left:4px!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom{
        padding:2px 2px 2px 6px!important;
        justify-content:center!important;
    }
    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin:0 0 4px!important;
        line-height:1!important;
    }
    .products-page .products-grid.is-list .catalog-product-actions{
        gap:4px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW TYPOGRAPHY MATCH GRID VIEW
   Keep the approved compact List View spacing/card dimensions, but use
   the same typography scale as Grid View. Desktop List View only.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-card h2,
    .products-page .products-grid.is-list .catalog-product-card h2 a{
        font-size:15px!important;
        font-weight:700!important;
        line-height:1.15!important;
        letter-spacing:-.035em!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        font-size:11.5px!important;
        font-weight:500!important;
        line-height:1.25!important;
    }

    .products-page .products-grid.is-list .product-original-price{
        font-size:12px!important;
        font-weight:600!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        font-size:25px!important;
        line-height:1.05!important;
    }

    .products-page .products-grid.is-list .product-details-button,
    .products-page .products-grid.is-list .product-card-whatsapp{
        font-size:13px!important;
        font-weight:700!important;
    }
    .products-page .products-grid.is-list .product-card-whatsapp::after{
        font-size:13px!important;
        font-weight:700!important;
    }

    .products-page.compare-mode-active .products-grid.is-list .compare-select-button,
    .products-page.compare-mode-active .products-grid.is-list .compare-select-button [data-compare-select-label]{
        font-size:12px!important;
        font-weight:700!important;
    }
}

@media (min-width:981px) and (max-width:1300px){
    .products-page .products-grid.is-list .catalog-product-card h2,
    .products-page .products-grid.is-list .catalog-product-card h2 a{
        font-size:14px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW FINAL COMPACT POLISH
   Match List View brand-logo scale to Grid View, use a lighter price
   weight, and tighten internal spacing without changing card footprint.
   Desktop List View only; Grid View and mobile remain unchanged.
   ================================================================ */
@media (min-width:981px){
    /* Use the same brand-logo frame sizing as Grid View. */
    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        min-height:28px!important;
        height:28px!important;
        margin:0!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame{
        width:64px!important;
        height:28px!important;
        padding:4px 7px!important;
        border-radius:999px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--hp{
        width:46px!important;
        height:28px!important;
        padding:3px 8px!important;
    }
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list .catalog-product-brand-logo-frame--lenovo{
        width:68px!important;
        height:28px!important;
        padding:4px 8px!important;
    }

    /* Compact but still breathable content spacing. */
    .products-page .products-grid.is-list .catalog-product-content{
        padding:6px 8px!important;
        gap:8px!important;
    }
    .products-page .products-grid.is-list .catalog-product-main{
        column-gap:8px!important;
        row-gap:4px!important;
        align-content:center!important;
    }
    .products-page .products-grid.is-list .catalog-product-card h2{
        margin:0!important;
        padding:0!important;
        line-height:1.12!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        margin:0!important;
        padding:0!important;
        column-gap:9px!important;
        row-gap:2px!important;
    }
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:21px!important;
        padding:1px 2px!important;
        gap:5px!important;
    }

    /* Price should not read as bold in List View. */
    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin:0 0 4px!important;
        font-weight:400!important;
        line-height:1!important;
    }
    .products-page .products-grid.is-list .catalog-product-bottom{
        padding:2px 2px 2px 5px!important;
        gap:4px!important;
        justify-content:center!important;
    }
    .products-page .products-grid.is-list .catalog-product-actions{
        gap:4px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW CONTENT INSET + MODEL/SPEC RHYTHM
   Keep all right-side content inside a clean inner safe area while
   giving the model row a little more breathing room before the specs.
   Desktop List View only.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-content{
        padding:10px 14px!important;
        gap:12px!important;
        box-sizing:border-box!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        padding:0!important;
        column-gap:9px!important;
        row-gap:8px!important;
        align-content:center!important;
    }

    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        margin:0!important;
    }

    /* Slightly larger visual separation between model row and specs. */
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        margin-top:4px!important;
        margin-bottom:0!important;
        column-gap:10px!important;
        row-gap:3px!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:22px!important;
        padding:1px 2px!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom{
        padding:0!important;
        margin:0!important;
        align-self:center!important;
        justify-content:center!important;
        gap:5px!important;
    }

    .products-page .products-grid.is-list .catalog-product-actions{
        gap:5px!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW FINAL COLUMN ALIGNMENT
   Match the requested guide lines: main content begins at a consistent
   inset after the image, the price/actions panel starts at a fixed right
   column, and Compare Mode Select Product remains fully visible.
   Desktop List View only; Grid View and mobile remain unchanged.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list .catalog-product-content{
        /* Image edge + 44px = approved logo/spec start line. */
        padding:14px 18px 14px 44px!important;
        grid-template-columns:minmax(0,1fr) 225px!important;
        column-gap:0!important;
        row-gap:0!important;
        align-items:stretch!important;
        box-sizing:border-box!important;
        overflow:visible!important;
    }

    .products-page .products-grid.is-list .catalog-product-main{
        min-width:0!important;
        padding:0 24px 0 0!important;
        grid-template-columns:auto minmax(0,1fr)!important;
        grid-template-rows:auto auto!important;
        column-gap:10px!important;
        row-gap:12px!important;
        align-content:center!important;
        box-sizing:border-box!important;
    }

    .products-page .products-grid.is-list .catalog-product-brand-logo-row{
        margin:0!important;
        align-self:center!important;
    }

    .products-page .products-grid.is-list .catalog-product-card h2{
        margin:0!important;
        align-self:center!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-specs{
        grid-column:1 / -1!important;
        margin:0!important;
        padding:0!important;
        column-gap:12px!important;
        row-gap:4px!important;
        align-self:center!important;
        align-content:center!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        min-height:24px!important;
        padding:1px 2px!important;
        gap:6px!important;
    }

    /* Approved start point for the dedicated price/action column. */
    .products-page .products-grid.is-list .catalog-product-bottom{
        min-width:0!important;
        width:100%!important;
        margin:0!important;
        padding:0 2px 0 46px!important;
        display:flex!important;
        flex-direction:column!important;
        justify-content:center!important;
        align-items:stretch!important;
        gap:5px!important;
        box-sizing:border-box!important;
        overflow:visible!important;
    }

    .products-page .products-grid.is-list .catalog-product-bottom>strong{
        margin:0 0 5px!important;
        white-space:nowrap!important;
    }

    .products-page .products-grid.is-list .catalog-product-actions{
        width:100%!important;
        min-width:0!important;
        gap:5px!important;
    }

    /* Compare Mode: always show the complete Grid-style Select Product button. */
    body.products-page.compare-mode-active .products-grid.is-list .catalog-product-actions{
        display:none!important;
    }
    body.products-page.compare-mode-active .products-grid.is-list .compare-select-button{
        display:flex!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        min-height:40px!important;
        height:40px!important;
        margin:0!important;
        padding:0 8px!important;
        box-sizing:border-box!important;
        align-items:center!important;
        justify-content:center!important;
        gap:7px!important;
        white-space:nowrap!important;
        overflow:visible!important;
    }
    body.products-page.compare-mode-active .products-grid.is-list .compare-select-button [data-compare-select-label]{
        display:block!important;
        min-width:0!important;
        max-width:100%!important;
        white-space:nowrap!important;
        overflow:visible!important;
        text-overflow:clip!important;
    }
}

/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW SPEC ICON OPTICAL CENTERING
   Keep all six specification icons on the same visual center line.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec{
        display:grid!important;
        grid-template-columns:24px minmax(0,1fr)!important;
        align-items:center!important;
        min-height:24px!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon{
        width:24px!important;
        height:24px!important;
        min-width:24px!important;
        min-height:24px!important;
        margin:0!important;
        padding:0!important;
        display:grid!important;
        place-items:center!important;
        align-self:center!important;
        justify-self:center!important;
        line-height:0!important;
        box-sizing:border-box!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-icon .icon{
        display:block!important;
        width:17px!important;
        height:17px!important;
        margin:auto!important;
        flex:0 0 17px!important;
        vertical-align:middle!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-key-spec-value{
        align-self:center!important;
        line-height:1.25!important;
    }
}


/* ================================================================
   2026-09-07 — LEFT SPEC ICON COLUMN OPTICAL ALIGNMENT
   Align Processor / Storage / Display as one visual column.
   Desktop List View only.
   ================================================================ */
@media (min-width:981px){
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop)
    .catalog-product-key-spec:nth-child(odd)
    .catalog-product-key-spec-icon{
        transform:translateX(3px)!important;
    }
}


/* ================================================================
   2026-09-07 — DESKTOP LIST VIEW LEFT ICON TRUE CENTER
   Standardise the list-view brand logo frame and centre the left-side
   Processor / Storage / Display icon column directly beneath it.
   ================================================================ */
@media (min-width:981px){
    /* One fixed logo frame width gives every brand the same visual axis. */
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-row{
        width:64px!important;
        min-width:64px!important;
        max-width:64px!important;
        justify-content:center!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-frame,
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-frame--dell,
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-frame--hp,
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-frame--acer,
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-frame--asus,
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop) .catalog-product-brand-logo-frame--lenovo{
        width:64px!important;
        min-width:64px!important;
        max-width:64px!important;
        box-sizing:border-box!important;
    }

    /* Left spec column: 20px inset + 24px icon = icon centre at 32px,
       exactly matching the centre of the 64px logo frame above. */
    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop)
    .catalog-product-key-spec:nth-child(odd){
        grid-template-columns:24px minmax(0,1fr)!important;
        padding-left:20px!important;
        box-sizing:border-box!important;
    }

    .products-page .products-grid.is-list
    :is(.category-laptop,.category-desktop)
    .catalog-product-key-spec:nth-child(odd)
    .catalog-product-key-spec-icon{
        transform:none!important;
        justify-self:center!important;
        margin:0!important;
    }
}

/* OUT OF STOCK BADGE POSITION FIX - CSS ONLY */
.products-grid .catalog-product-image > .product-stock-badge,
.featured-products-grid .catalog-product-image > .product-stock-badge,
.related-products-grid .catalog-product-image > .product-stock-badge {
    left:12px !important;
    right:auto !important;
    top:12px !important;
    z-index:5 !important;
    background:#eef1f4 !important;
    color:#667085 !important;
    border:1px solid #d0d5dd !important;
    opacity:.95;
}
html[data-site-theme="dark"] .catalog-product-image > .product-stock-badge,
html[data-theme="dark"] .catalog-product-image > .product-stock-badge {
    background:#e5e7eb !important;
    color:#374151 !important;
    border-color:#9ca3af !important;
}
