/* HAMART Storefront V2 — commerce-first visual system inspired by high-trust electronics/security retail. */
:root{--sf-v2-bg:#f7f7f8;--sf-v2-dark:#16181d;--sf-v2-soft:#f1f2f4;--sf-v2-line:#e6e7ea;--sf-v2-muted:#6d727c;--sf-v2-shadow:0 18px 50px rgba(16,24,40,.08);--sf-v2-shadow-sm:0 8px 24px rgba(16,24,40,.06)}
body.sf-v2{background:#fff;color:#181a20;font-family:Tahoma,Arial,"Segoe UI",sans-serif;overflow-x:hidden}
body.sf-v2 .sf-container{width:min(1380px,calc(100% - 40px));margin-inline:auto}
body.sf-v2 a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
body.sf-v2 .sf-main{min-height:65vh;background:#fff}
body.sf-v2 .sf-icon{stroke-width:1.75}
body.sf-v2 .sf-muted{color:var(--sf-v2-muted)}
body.sf-v2 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Announcement */
body.sf-v2 .sf-announcement{background:var(--sf-v2-dark);color:#fff;padding:0;text-align:initial}
body.sf-v2 .sf-announcement-inner{min-height:37px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:12px;font-weight:700;letter-spacing:.05px}
body.sf-v2 .sf-announcement-inner a{color:var(--sf-accent);font-weight:900;direction:ltr}

/* Header */
body.sf-v2 .sf-header{position:sticky;top:0;z-index:100;background:#fff;border:0;box-shadow:0 1px 0 rgba(17,24,39,.08)}
body.sf-v2 .sf-header-main{height:92px;grid-template-columns:minmax(210px,280px) minmax(320px,1fr) auto;gap:28px}
body.sf-v2 .sf-brand{gap:12px;min-width:0;font-size:inherit}
body.sf-v2 .sf-brand img{width:auto;max-width:166px;height:54px;object-fit:contain;border-radius:0}
body.sf-v2 .sf-brand-mark{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--sf-primary);color:#fff;font-size:24px;font-weight:900;box-shadow:inset 0 -4px 0 rgba(255,255,255,.08)}
body.sf-v2 .sf-brand-copy{display:flex;min-width:0;flex-direction:column;line-height:1.25}
body.sf-v2 .sf-brand-copy strong{font-size:20px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.sf-v2 .sf-brand-copy small{margin-top:3px;font-size:10px;color:#777d86;font-weight:600;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.sf-v2 .sf-search form{height:52px;background:#fff;border:2px solid #e2e4e8;border-radius:7px;overflow:visible;transition:border-color .2s,box-shadow .2s}
body.sf-v2 .sf-search form:focus-within{border-color:var(--sf-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--sf-accent) 14%,transparent)}
body.sf-v2 .sf-search input{padding:0 18px;font-size:14px}
body.sf-v2 .sf-search button{width:58px;padding:0;background:var(--sf-accent);color:#111;border-radius:0 5px 5px 0}
html[dir=rtl] body.sf-v2 .sf-search button{border-radius:5px 0 0 5px}
body.sf-v2 .sf-search button:hover{filter:brightness(.96)}
body.sf-v2 .sf-suggestions{top:calc(100% + 9px);border-radius:8px;border-color:#e2e4e8;box-shadow:0 20px 45px rgba(0,0,0,.12)}
body.sf-v2 .sf-suggestion{grid-template-columns:52px 1fr auto;padding:10px 12px}
body.sf-v2 .sf-suggestion img{width:52px;height:52px;border-radius:7px;object-fit:contain;background:#f8f8f8}
body.sf-v2 .sf-header-actions{gap:4px}
body.sf-v2 .sf-head-action{position:relative;min-height:50px;padding:5px 9px;display:flex;align-items:center;gap:8px;color:#25272d;border-radius:7px}
body.sf-v2 .sf-head-action:hover{background:#f7f7f8;color:var(--sf-primary)}
body.sf-v2 .sf-head-action>.sf-icon{width:24px;height:24px}
body.sf-v2 .sf-head-action>span{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}
body.sf-v2 .sf-head-action small{font-size:10px;color:#7b8089;font-weight:600}
body.sf-v2 .sf-head-action strong{font-size:12px;font-weight:900}
body.sf-v2 .sf-head-action-compact{width:44px;justify-content:center;padding-inline:6px}
body.sf-v2 .sf-language{border:0;background:transparent;cursor:pointer;font-weight:900;font-size:12px}
body.sf-v2 .sf-locale-form{margin:0}
body.sf-v2 .sf-cart-action .sf-badge{position:absolute;top:1px;inset-inline-start:27px;min-width:19px;height:19px;padding:0 4px;background:var(--sf-accent);color:#111;border:2px solid #fff;font-size:9px}

/* Main navigation */
body.sf-v2 .sf-nav{position:relative;background:var(--sf-primary);border:0;color:#fff}
body.sf-v2 .sf-nav-inner{height:51px;gap:0;overflow:visible}
body.sf-v2 .sf-primary-links{display:flex;align-items:stretch;height:100%;gap:0;min-width:0;overflow:hidden}
body.sf-v2 .sf-primary-links>a{height:100%;display:flex;align-items:center;padding:0 16px;color:#fff;font-size:13px;font-weight:800;opacity:.92;position:relative}
body.sf-v2 .sf-primary-links>a:hover,body.sf-v2 .sf-primary-links>a.active{background:rgba(255,255,255,.08);color:#fff;opacity:1}
body.sf-v2 .sf-primary-links>a.active:after{content:"";position:absolute;inset-inline:16px;bottom:0;height:3px;background:var(--sf-accent)}
body.sf-v2 .sf-category-menu{position:relative;height:100%;min-width:250px;flex:0 0 250px}
body.sf-v2 .sf-category-trigger{width:100%;height:100%;border:0;background:var(--sf-accent);color:#151515;padding:0 16px;display:flex;align-items:center;gap:10px;font-weight:900;cursor:pointer;text-align:initial}
body.sf-v2 .sf-category-trigger .sf-icon{width:22px;height:22px}
body.sf-v2 .sf-menu-chevron{margin-inline-start:auto;font-size:17px;transition:transform .2s}
body.sf-v2 .sf-category-menu.open .sf-menu-chevron{transform:rotate(180deg)}
body.sf-v2 .sf-category-dropdown{position:absolute;top:100%;inset-inline-start:0;width:min(850px,80vw);background:#fff;color:#1d2025;border:1px solid #e5e7eb;border-top:0;border-radius:0 0 10px 10px;box-shadow:0 22px 50px rgba(0,0,0,.16);padding:18px;opacity:0;visibility:hidden;transform:translateY(-7px);transition:.18s;z-index:120}
body.sf-v2 .sf-category-menu.open .sf-category-dropdown{opacity:1;visibility:visible;transform:none}
body.sf-v2 .sf-category-dropdown-head{display:flex;justify-content:space-between;align-items:center;padding:0 0 12px;border-bottom:1px solid #eceef0;margin-bottom:14px}
body.sf-v2 .sf-category-dropdown-head strong{font-size:16px}
body.sf-v2 .sf-category-dropdown-head a{font-size:12px;color:var(--sf-primary);font-weight:800}
body.sf-v2 .sf-category-dropdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 20px}
body.sf-v2 .sf-category-menu-group{min-width:0}
body.sf-v2 .sf-category-main-link{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:900;padding:6px;border-radius:7px}
body.sf-v2 .sf-category-main-link:hover{background:#f8f8f9;color:var(--sf-primary)}
body.sf-v2 .sf-category-mini-image{width:38px;height:38px;display:grid;place-items:center;border-radius:7px;background:#f4f4f5;overflow:hidden;flex:none}
body.sf-v2 .sf-category-mini-image img{width:100%;height:100%;object-fit:contain;padding:3px}
body.sf-v2 .sf-category-child-links{display:flex;flex-direction:column;padding-inline-start:54px;gap:3px;margin-top:2px}
body.sf-v2 .sf-category-child-links a{font-size:11px;color:#737781;padding:2px 0}
body.sf-v2 .sf-category-child-links a:hover{color:var(--sf-accent)}
body.sf-v2 .sf-nav-phone{margin-inline-start:auto;height:100%;display:flex;align-items:flex-end;justify-content:center;flex-direction:column;padding-inline-start:20px;color:#fff;white-space:nowrap}
body.sf-v2 .sf-nav-phone span{font-size:9px;opacity:.7}
body.sf-v2 .sf-nav-phone strong{font-size:12px;direction:ltr}

/* Buttons */
body.sf-v2 .sf-btn{border-radius:6px;min-height:43px;padding:10px 17px;font-weight:900;font-size:13px;box-shadow:none}
body.sf-v2 .sf-btn-accent{background:var(--sf-accent);color:#111;border:1px solid var(--sf-accent)}
body.sf-v2 .sf-btn-accent:hover{filter:brightness(.95);transform:translateY(-1px)}
body.sf-v2 .sf-btn-dark{background:var(--sf-primary);color:#fff;border:1px solid var(--sf-primary)}
body.sf-v2 .sf-btn-dark:hover{filter:brightness(1.08)}
body.sf-v2 .sf-btn-light{background:#fff;color:#222;border:1px solid #dfe1e4}
body.sf-v2 .sf-btn-light:hover{border-color:#c9cbd0;background:#fafafa}
body.sf-v2 .sf-btn-ghost{background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(255,255,255,.3)}
body.sf-v2 .sf-btn:disabled{opacity:.5;filter:grayscale(.2);transform:none}

/* Hero */
body.sf-v2 .sf-home-hero{padding:24px 0 14px;background:#fff}
body.sf-v2 .sf-hero-card,body.sf-v2 .sf-hero-slide{position:relative;min-height:465px;display:grid;grid-template-columns:1.02fr .98fr;overflow:hidden;border-radius:10px;background:linear-gradient(112deg,#15171b 0%,var(--sf-primary) 58%,#262b34 100%);color:#fff}
body.sf-v2 .sf-hero-content,body.sf-v2 .sf-hero-slide-copy{padding:60px 58px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}
body.sf-v2 .sf-eyebrow{padding:0;border:0;border-radius:0;margin:0 0 13px;color:var(--sf-accent);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900}
body.sf-v2 .sf-hero-card h1,body.sf-v2 .sf-hero-slide h1{max-width:690px;margin:0;font-size:clamp(35px,4.4vw,63px);line-height:1.12;letter-spacing:-1.5px;font-weight:900}
html[dir=rtl] body.sf-v2 .sf-hero-card h1,html[dir=rtl] body.sf-v2 .sf-hero-slide h1{letter-spacing:0}
body.sf-v2 .sf-hero-card p,body.sf-v2 .sf-hero-slide p{max-width:660px;margin:19px 0 27px;color:#d4d7dc;font-size:15px;line-height:1.8}
body.sf-v2 .sf-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.sf-v2 .sf-hero-image,body.sf-v2 .sf-hero-slide-media{min-height:465px;position:relative;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.13),transparent 65%);overflow:hidden}
body.sf-v2 .sf-hero-image:before,body.sf-v2 .sf-hero-slide-media:before{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.11);border-radius:50%;top:12%;inset-inline-end:12%;z-index:1}
body.sf-v2 .sf-hero-image img,body.sf-v2 .sf-hero-slide-media img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center;mix-blend-mode:normal}
body.sf-v2 .sf-hero-slide.has-copy .sf-hero-slide-media:after,body.sf-v2 .sf-hero-image:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,color-mix(in srgb,var(--sf-primary) 96%,transparent) 0%,color-mix(in srgb,var(--sf-primary) 88%,transparent) 18%,color-mix(in srgb,var(--sf-primary) 68%,transparent) 36%,color-mix(in srgb,var(--sf-primary) 42%,transparent) 54%,color-mix(in srgb,var(--sf-primary) 18%,transparent) 72%,transparent 94%)}
html[dir=rtl] body.sf-v2 .sf-hero-slide.has-copy .sf-hero-slide-media:after,html[dir=rtl] body.sf-v2 .sf-hero-image:after{background:linear-gradient(270deg,color-mix(in srgb,var(--sf-primary) 96%,transparent) 0%,color-mix(in srgb,var(--sf-primary) 88%,transparent) 18%,color-mix(in srgb,var(--sf-primary) 68%,transparent) 36%,color-mix(in srgb,var(--sf-primary) 42%,transparent) 54%,color-mix(in srgb,var(--sf-primary) 18%,transparent) 72%,transparent 94%)}
body.sf-v2 .sf-hero-slide.image-only .sf-hero-slide-media:after{content:none}
body.sf-v2 .sf-hero-slide.has-copy h1{text-shadow:0 3px 18px rgba(0,0,0,.24)}
body.sf-v2 .sf-hero-slide.has-copy p{text-shadow:0 2px 12px rgba(0,0,0,.18)}
body.sf-v2 .sf-hero-placeholder{width:210px;height:210px;color:var(--sf-accent);opacity:.75;display:grid;place-items:center}
body.sf-v2 .sf-hero-placeholder svg{width:100%;fill:none;stroke:currentColor;stroke-width:5}
body.sf-v2 .sf-hero-slider{position:relative;overflow:hidden;border-radius:10px;background:var(--sf-primary)}
body.sf-v2 .sf-hero-slides{position:relative;min-height:465px}
body.sf-v2 .sf-hero-slide{position:absolute;inset:0;width:100%;opacity:0;visibility:hidden;transform:translateX(18px);transition:opacity .45s ease,transform .45s ease,visibility .45s;pointer-events:none}
body.sf-v2 .sf-hero-slide.active{position:relative;opacity:1;visibility:visible;transform:none;pointer-events:auto}
body.sf-v2 .sf-slider-controls{position:absolute;z-index:5;inset-inline-start:58px;bottom:24px;display:flex;align-items:center;gap:9px}
body.sf-v2 .sf-slider-controls>button{width:34px;height:34px;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.24);color:#fff;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}
body.sf-v2 .sf-slider-dots{display:flex;gap:6px}
body.sf-v2 .sf-slider-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.35);cursor:pointer}
body.sf-v2 .sf-slider-dots button.active{width:24px;border-radius:8px;background:var(--sf-accent)}

/* Sections */
body.sf-v2 .sf-section{padding:52px 0}
body.sf-v2 .sf-section-alt{background:#f7f7f8}
body.sf-v2 .sf-section-head{align-items:flex-end;margin-bottom:24px}
body.sf-v2 .sf-section-head.compact{margin-bottom:15px}
body.sf-v2 .sf-section-kicker{display:block;margin-bottom:5px;color:#8a6b00;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}
body.sf-v2 .sf-kicker-offer{color:#b42318}
body.sf-v2 .sf-section-head h2{font-size:30px;line-height:1.2;font-weight:900;color:#1c1e23}
body.sf-v2 .sf-section-head p{font-size:13px;color:#727781;max-width:680px}
body.sf-v2 .sf-link{color:#202329;font-size:12px;font-weight:900;border-bottom:1px solid #c8cad0;padding-bottom:3px;white-space:nowrap}
body.sf-v2 .sf-link:hover{color:var(--sf-accent);border-color:var(--sf-accent)}

/* Category showcase */
body.sf-v2 .sf-section-categories{padding-top:38px}
body.sf-v2 .sf-categories.sf-category-showcase{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
body.sf-v2 .sf-category{padding:18px 12px 16px;border:1px solid #e6e7e9;border-radius:8px;background:#fff;display:flex;align-items:center;flex-direction:column;min-height:190px;justify-content:center}
body.sf-v2 .sf-category:hover{border-color:var(--sf-accent);box-shadow:var(--sf-v2-shadow-sm);transform:translateY(-3px)}
body.sf-v2 .sf-category-image{width:112px;height:112px;display:grid;place-items:center;margin-bottom:11px}
body.sf-v2 .sf-category-image img,body.sf-v2 .sf-category img{width:100%;height:100%;object-fit:contain;margin:0;padding:4px}
body.sf-v2 .sf-category strong{font-size:14px;font-weight:900;line-height:1.4;text-align:center}
body.sf-v2 .sf-category small{font-size:10px;color:#8a8f98;margin-top:4px}

/* Product cards */
body.sf-v2 .sf-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.sf-v2 .sf-product-card{border:1px solid #e5e6e8;border-radius:8px;background:#fff;overflow:hidden;box-shadow:none;transform:none}
body.sf-v2 .sf-product-card:hover{transform:translateY(-3px);border-color:#d6d8dc;box-shadow:var(--sf-v2-shadow-sm)}
body.sf-v2 .sf-product-media{position:relative;background:#fff}
body.sf-v2 .sf-product-image{display:block;aspect-ratio:1.08/1;background:#fff;border-bottom:1px solid #f0f0f1}
body.sf-v2 .sf-product-image img{padding:22px;object-fit:contain;transition:transform .28s ease}
body.sf-v2 .sf-product-card:hover .sf-product-image img{transform:scale(1.045)}
body.sf-v2 .sf-product-badges{position:absolute;z-index:4;top:10px;inset-inline-start:10px;display:flex;gap:5px;flex-wrap:wrap}
body.sf-v2 .sf-product-badge{padding:5px 7px;border-radius:4px;font-size:9px;line-height:1;font-weight:900;text-transform:uppercase;color:#fff;background:#3a3e46}
body.sf-v2 .sf-product-badge.sale{background:#b42318}
body.sf-v2 .sf-product-badge.new{background:#19764d}
body.sf-v2 .sf-product-badge.featured{background:var(--sf-primary)}
body.sf-v2 .sf-fav-form{margin:0}
body.sf-v2 .sf-fav{display:grid;place-items:center;position:absolute;top:9px;inset-inline-end:9px;width:35px;height:35px;padding:0;border-radius:50%;background:rgba(255,255,255,.95);border:1px solid #e4e5e7;color:#555a63;z-index:5}
body.sf-v2 .sf-fav:hover{color:#b42318;border-color:#efc5c1;background:#fff}
body.sf-v2 .sf-fav .sf-icon{width:18px;height:18px}
body.sf-v2 .sf-product-body{padding:15px;gap:0}
body.sf-v2 .sf-product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}
body.sf-v2 .sf-product-cat{font-size:9px;font-weight:900;color:#7e838c;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.sf-v2 .sf-product-cat:hover{color:var(--sf-primary)}
body.sf-v2 .sf-product-code{font-size:9px;color:#9a9ea6;direction:ltr;white-space:nowrap}
body.sf-v2 .sf-product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px;font-size:14px;line-height:1.55;font-weight:900;color:#25282e}
body.sf-v2 .sf-product-name:hover{color:var(--sf-accent)}
body.sf-v2 .sf-product-brief{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:37px;margin:7px 0 10px;color:#777c85;font-size:11px;line-height:1.6}
body.sf-v2 .sf-card-commerce{border-top:1px solid #f0f0f1;padding-top:10px;margin-top:auto}
body.sf-v2 .sf-card-status{min-height:18px}
body.sf-v2 .sf-stock{position:relative;padding-inline-start:12px;font-size:10px;color:#067647;font-weight:800}
body.sf-v2 .sf-stock:before{content:"";position:absolute;inset-inline-start:0;top:50%;width:6px;height:6px;border-radius:50%;background:currentColor;transform:translateY(-50%)}
body.sf-v2 .sf-stock.out{color:#b42318}
body.sf-v2 .sf-price-row{margin-top:5px;gap:7px;align-items:baseline}
body.sf-v2 .sf-price{font-size:18px;line-height:1.2;color:#17191d;font-weight:900}
body.sf-v2 .sf-price small{font-size:10px;color:#626771;font-weight:800}
body.sf-v2 .sf-price-old{font-size:11px;color:#969ba4}
body.sf-v2 .sf-card-actions{margin-top:12px;gap:7px}
body.sf-v2 .sf-card-actions form{flex:1}
body.sf-v2 .sf-card-actions .sf-btn{min-height:38px;padding:8px 9px;font-size:10px;border-radius:5px}
body.sf-v2 .sf-card-cart{width:100%}
body.sf-v2 .sf-card-cart .sf-icon{width:16px;height:16px}
body.sf-v2 .sf-card-details{flex:0 0 auto!important;padding-inline:12px!important}

/* Brands & promotional modules */
body.sf-v2 .sf-brands{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
body.sf-v2 .sf-brand-card{height:108px;border-radius:8px;border-color:#e6e7e9;background:#fff}
body.sf-v2 .sf-brand-card:hover{border-color:var(--sf-accent);box-shadow:var(--sf-v2-shadow-sm)}
body.sf-v2 .sf-custom-banner{min-height:280px;border-radius:10px;overflow:hidden;background:var(--sf-primary);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:0}
body.sf-v2 .sf-custom-banner>div{padding:45px}
body.sf-v2 .sf-custom-banner h2{font-size:34px;line-height:1.2;margin:6px 0 10px}
body.sf-v2 .sf-custom-banner p{margin:0 0 20px;color:#d2d5da;max-width:600px}
body.sf-v2 .sf-custom-banner>img{width:100%;height:100%;min-height:280px;object-fit:cover}
body.sf-v2 .sf-home-commercial-cta{padding:50px 0;background:#fff}
body.sf-v2 .sf-home-commercial-inner{background:#f4f5f6;border:1px solid #e5e6e8;border-radius:10px;padding:38px 44px;display:flex;align-items:center;justify-content:space-between;gap:30px}
body.sf-v2 .sf-home-commercial-inner h2{font-size:28px;margin:4px 0 8px;line-height:1.25}
body.sf-v2 .sf-home-commercial-inner p{margin:0;color:#6f747d;max-width:760px}
body.sf-v2 .sf-home-commercial-actions{display:flex;gap:9px;flex:none}

/* Breadcrumb */
body.sf-v2 .sf-breadcrumb{padding:18px 0 10px;font-size:11px;color:#828791}
body.sf-v2 .sf-breadcrumb a:hover{color:var(--sf-accent)}

/* Catalog */
body.sf-v2 .sf-shop-hero{background:#f5f6f7;border-bottom:1px solid #eceef0;padding-bottom:22px}
body.sf-v2 .sf-shop-hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:8px 0 14px}
body.sf-v2 .sf-shop-hero h1{font-size:38px;line-height:1.1;margin:4px 0 8px;font-weight:900}
body.sf-v2 .sf-shop-hero p{margin:0;color:#727781;font-size:13px;max-width:740px}
body.sf-v2 .sf-shop-count{display:flex;align-items:baseline;gap:7px;padding:10px 15px;background:#fff;border:1px solid #e2e4e7;border-radius:7px;white-space:nowrap}
body.sf-v2 .sf-shop-count strong{font-size:22px}
body.sf-v2 .sf-shop-count span{font-size:10px;color:#777c85}
body.sf-v2 .sf-shop-category-pills{display:flex;gap:7px;overflow-x:auto;padding:7px 0 1px;scrollbar-width:none}
body.sf-v2 .sf-shop-category-pills a{flex:none;padding:8px 12px;background:#fff;border:1px solid #e0e2e5;border-radius:5px;font-size:10px;font-weight:800;color:#555a63}
body.sf-v2 .sf-shop-category-pills a.active,body.sf-v2 .sf-shop-category-pills a:hover{background:var(--sf-primary);border-color:var(--sf-primary);color:#fff}
body.sf-v2 .sf-shop-section{background:#fff;padding:30px 0 55px}
body.sf-v2 .sf-shop-layout{grid-template-columns:265px minmax(0,1fr);gap:28px;padding:0}
body.sf-v2 .sf-filter{top:166px;padding:20px;border:1px solid #e3e5e8;border-radius:7px;box-shadow:none}
body.sf-v2 .sf-filter-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px;padding-bottom:13px;border-bottom:1px solid #eceef0}
body.sf-v2 .sf-filter h3{margin:0;font-size:19px}
body.sf-v2 .sf-field{margin-bottom:16px}
body.sf-v2 .sf-field label,body.sf-v2 .sf-filter-group-title{font-size:11px;font-weight:900;color:#34373d;margin-bottom:7px}
body.sf-v2 .sf-field>span{display:block;font-size:9px;color:#777c85;margin-bottom:5px}
body.sf-v2 .sf-input,body.sf-v2 .sf-select,body.sf-v2 .sf-textarea{border-radius:5px;min-height:43px;border-color:#dfe1e4;padding:9px 11px;font-size:12px}
body.sf-v2 .sf-filter-search{position:relative}
body.sf-v2 .sf-filter-search .sf-icon{position:absolute;top:50%;inset-inline-end:11px;transform:translateY(-50%);width:16px;height:16px;color:#8e939c;pointer-events:none}
body.sf-v2 .sf-filter-search .sf-input{padding-inline-end:35px}
body.sf-v2 .sf-filter-group{margin-bottom:15px}
body.sf-v2 .sf-form-grid{gap:8px}
body.sf-v2 .sf-choice{padding:11px;border-radius:5px;margin-bottom:9px;border-color:#e0e2e5}
body.sf-v2 .sf-choice span{display:flex;flex-direction:column;gap:1px}
body.sf-v2 .sf-choice strong{font-size:11px}
body.sf-v2 .sf-choice small{font-size:9px;color:#858a93;line-height:1.4}
body.sf-v2 .sf-filter-apply,body.sf-v2 .sf-filter-reset{width:100%;margin-top:8px}
body.sf-v2 .sf-shop-toolbar{margin-bottom:16px;padding-bottom:13px;border-bottom:1px solid #ebecef}
body.sf-v2 .sf-shop-toolbar h2{margin:0;font-size:20px}
body.sf-v2 .sf-row-actions{display:flex;align-items:center;gap:8px}
body.sf-v2 .sf-row-actions .sf-select{min-width:190px}
body.sf-v2 .sf-active-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:-2px 0 16px;font-size:9px;color:#777c85}
body.sf-v2 .sf-active-filters b{background:#f2f3f5;border:1px solid #e5e6e8;padding:5px 8px;border-radius:4px;color:#41454c;font-weight:800}
body.sf-v2 .sf-active-filters a{margin-inline-start:auto;color:#b42318;font-weight:900}
body.sf-v2 .sf-shop-products{grid-template-columns:repeat(3,minmax(0,1fr))}
body.sf-v2 .sf-empty{padding:55px 20px;text-align:center;border-radius:7px}
body.sf-v2 .sf-empty-icon{width:58px;height:58px;margin:0 auto 13px;border-radius:50%;background:#f2f3f4;display:grid;place-items:center;color:#8a8f97}
body.sf-v2 .sf-empty-icon .sf-icon{width:25px;height:25px}
body.sf-v2 .sf-empty h2{margin:0 0 8px}
body.sf-v2 .sf-empty .sf-btn{margin-top:14px}
body.sf-v2 .sf-pagination{margin-top:30px}

/* Product detail */
body.sf-v2 .sf-product-page{background:#fff;padding-bottom:40px}
body.sf-v2 .sf-product-detail{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:48px;padding:18px 0 45px}
body.sf-v2 .sf-product-gallery{min-width:0}
body.sf-v2 .sf-gallery-main{position:relative;border-radius:8px;border-color:#e3e5e8;background:#fff;aspect-ratio:1.08/1}
body.sf-v2 .sf-gallery-main img{padding:36px}
body.sf-v2 .sf-thumbs{gap:8px;margin-top:10px}
body.sf-v2 .sf-thumb-button{padding:0;border:0;background:transparent;cursor:pointer}
body.sf-v2 .sf-thumb{width:78px;height:78px;border-radius:6px}
body.sf-v2 .sf-detail{padding-top:5px}
body.sf-v2 .sf-product-detail-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
body.sf-v2 .sf-detail-brand{font-size:10px;color:#777c84}
body.sf-v2 .sf-detail-brand strong{color:#25282d}
body.sf-v2 .sf-detail h1{font-size:36px;line-height:1.28;margin:7px 0 7px;font-weight:900;letter-spacing:-.4px}
html[dir=rtl] body.sf-v2 .sf-detail h1{letter-spacing:0}
body.sf-v2 .sf-detail-code{font-size:10px;color:#878c95;direction:inherit}
body.sf-v2 .sf-detail-lead{color:#626771;font-size:13px;line-height:1.8;margin:18px 0}
body.sf-v2 .sf-detail-commerce-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-top:1px solid #eceef0;border-bottom:1px solid #eceef0}
body.sf-v2 .sf-detail .sf-price{font-size:29px}
body.sf-v2 .sf-buy-box{margin:18px 0;padding:17px;background:#f7f7f8;border:1px solid #e8e9eb;border-radius:7px}
body.sf-v2 .sf-buy-box-label{display:flex;justify-content:space-between;gap:15px;margin-bottom:10px;font-size:11px;font-weight:900}
body.sf-v2 .sf-buy-box-label small{font-size:9px;color:#7d828b;font-weight:700}
body.sf-v2 .sf-qty-row{margin:0;gap:9px;align-items:stretch}
body.sf-v2 .sf-qty{border-radius:5px;background:#fff}
body.sf-v2 .sf-qty button{width:38px;background:#f3f4f5}
body.sf-v2 .sf-qty input{width:52px;padding:8px}
body.sf-v2 .sf-buy-box .sf-btn{flex:1;min-width:130px}
body.sf-v2 .sf-detail-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
body.sf-v2 .sf-detail-actions form{margin:0}
body.sf-v2 .sf-detail-secondary-action{display:flex;align-items:center;gap:7px;min-height:39px;padding:8px 11px;border:1px solid #dfe1e4;background:#fff;border-radius:5px;font-size:10px;font-weight:800;color:#4d525b;cursor:pointer}
body.sf-v2 .sf-detail-secondary-action:hover{border-color:#c8cbd0;color:#1e2025}
body.sf-v2 .sf-detail-secondary-action .sf-icon{width:17px;height:17px}
body.sf-v2 .sf-product-service-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
body.sf-v2 .sf-product-service-points>div{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid #e7e8ea;border-radius:6px;background:#fff}
body.sf-v2 .sf-product-service-points strong{font-size:9px;line-height:1.4}
body.sf-v2 .sf-product-information{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding:33px 0;border-top:1px solid #eceef0}
body.sf-v2 .sf-product-description{min-width:0}
body.sf-v2 .sf-detail-copy{margin:0;color:#535862;line-height:1.9;font-size:13px;white-space:normal}
body.sf-v2 .sf-product-info-aside{padding:20px;border:1px solid #e4e6e9;border-radius:7px;background:#fafafa;align-self:start}
body.sf-v2 .sf-product-info-aside h3{margin:0 0 12px;font-size:17px}
body.sf-v2 .sf-product-info-aside dl{margin:0 0 16px}
body.sf-v2 .sf-product-info-aside dl>div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid #e6e7e9;font-size:10px}
body.sf-v2 .sf-product-info-aside dt{color:#7d828b}
body.sf-v2 .sf-product-info-aside dd{margin:0;text-align:end;font-weight:900}
body.sf-v2 .sf-product-info-aside .sf-btn{width:100%}
body.sf-v2 .sf-related-section{padding:35px 0 10px}

/* Trust strip */
body.sf-v2 .sf-trust-strip{background:#fff;border-top:1px solid #e6e7e9;border-bottom:1px solid #e6e7e9;padding:24px 0}
body.sf-v2 .sf-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
body.sf-v2 .sf-trust-item{display:flex;align-items:center;gap:12px;padding:3px 24px;border-inline-end:1px solid #e6e7e9}
body.sf-v2 .sf-trust-item:last-child{border-inline-end:0}
body.sf-v2 .sf-trust-icon{width:35px;height:35px;display:grid;place-items:center;flex:none;color:var(--sf-accent);position:relative}
body.sf-v2 .sf-trust-icon:before{content:"✓";width:28px;height:28px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:12px}
body.sf-v2 .sf-trust-icon[data-icon="truck"]:before{content:"↠"}
body.sf-v2 .sf-trust-icon[data-icon="headset"]:before{content:"?"}
body.sf-v2 .sf-trust-icon[data-icon="lock"]:before{content:"✓"}
body.sf-v2 .sf-trust-item div{display:flex;flex-direction:column;min-width:0}
body.sf-v2 .sf-trust-item strong{font-size:11px;font-weight:900;color:#2e3137}
body.sf-v2 .sf-trust-item small{font-size:8px;color:#8c9199;margin-top:2px}

/* Footer */
body.sf-v2 .sf-footer{background:#17191e;color:#fff;padding:0}
body.sf-v2 .sf-footer-cta{background:#21242a;border-bottom:1px solid rgba(255,255,255,.08)}
body.sf-v2 .sf-footer-cta-inner{min-height:205px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center}
body.sf-v2 .sf-footer-cta h2{font-size:30px;line-height:1.28;margin:4px 0 10px;max-width:720px}
body.sf-v2 .sf-footer-cta p{margin:0;color:#b8bdc5;max-width:720px;font-size:12px;line-height:1.7}
body.sf-v2 .sf-footer-stats{display:grid;grid-template-columns:repeat(3,110px);gap:8px}
body.sf-v2 .sf-footer-stats>div{min-height:95px;padding:14px 10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);border-radius:6px;display:flex;flex-direction:column;justify-content:center;text-align:center}
body.sf-v2 .sf-footer-stats strong{font-size:24px;color:var(--sf-accent);font-weight:900;direction:ltr}
body.sf-v2 .sf-footer-stats span{font-size:9px;color:#c1c5cc;margin-top:3px}
body.sf-v2 .sf-footer-main{display:grid;grid-template-columns:1.4fr repeat(3,minmax(145px,.55fr));gap:50px;padding:50px 0 40px}
body.sf-v2 .sf-footer h4{font-size:13px;margin:0 0 15px;color:#fff;text-transform:none}
body.sf-v2 .sf-footer-main>div:not(.sf-footer-brand){display:flex;flex-direction:column;align-items:flex-start}
body.sf-v2 .sf-footer-main a{display:block;margin:0 0 9px;color:#afb4bc;font-size:10px}
body.sf-v2 .sf-footer-main a:hover{color:var(--sf-accent)}
body.sf-v2 .sf-brand-footer{margin-bottom:15px!important;color:#fff!important}
body.sf-v2 .sf-brand-footer img{max-width:145px;height:48px}
body.sf-v2 .sf-footer-brand p{color:#aeb3bb;font-size:10px;line-height:1.8;max-width:430px;margin:0 0 15px}
body.sf-v2 .sf-footer-contact{display:flex;flex-wrap:wrap;gap:8px 15px;color:#c5c9cf;font-size:10px}
body.sf-v2 .sf-footer-contact a{margin:0!important;color:#fff!important}
body.sf-v2 .sf-footer-bottom{min-height:55px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:#7f858e;font-size:9px}

/* Support + mobile bottom */
body.sf-v2 .sf-support-fab{background:var(--sf-accent);color:#111;bottom:82px;width:52px;height:52px;border:0;box-shadow:0 10px 25px rgba(0,0,0,.2)}
body.sf-v2 .sf-mobile-nav{border-top:1px solid #e1e3e6;box-shadow:0 -8px 20px rgba(0,0,0,.06)}
body.sf-v2 .sf-mobile-nav a.active{color:var(--sf-primary)}
body.sf-v2 .sf-mobile-badge{position:absolute;top:3px;margin-inline-start:18px;background:var(--sf-accent);color:#111;min-width:16px;height:16px;border-radius:999px;font-size:8px;display:grid;place-items:center;padding:0 3px}

/* Keep account/cart/checkout cards visually aligned with the new system. */
body.sf-v2 .sf-card{border-radius:7px;border-color:#e3e5e8;box-shadow:none}
body.sf-v2 .sf-card-pad{padding:22px}
body.sf-v2 .sf-summary{border-radius:7px}
body.sf-v2 .sf-account-nav{border-radius:7px}
body.sf-v2 .sf-auth-card{border-radius:8px}
body.sf-v2 .sf-cart-item img{border-radius:6px}

@media(max-width:1180px){
 body.sf-v2 .sf-header-main{grid-template-columns:190px minmax(280px,1fr) auto;gap:15px}
 body.sf-v2 .sf-brand-copy small{display:none}
 body.sf-v2 .sf-head-action>span{display:none}
 body.sf-v2 .sf-head-action{width:44px;justify-content:center;padding-inline:5px}
 body.sf-v2 .sf-category-menu{min-width:220px;flex-basis:220px}
 body.sf-v2 .sf-primary-links>a{padding-inline:11px;font-size:11px}
 body.sf-v2 .sf-nav-phone{display:none}
 body.sf-v2 .sf-products{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.sf-v2 .sf-shop-products{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.sf-v2 .sf-categories.sf-category-showcase{grid-template-columns:repeat(5,minmax(0,1fr))}
 body.sf-v2 .sf-footer-main{gap:30px}
}

@media(max-width:920px){
 body.sf-v2 .sf-container{width:min(100% - 28px,1380px)}
 body.sf-v2 .sf-announcement-inner{justify-content:space-between}
 body.sf-v2 .sf-header-main{height:auto;min-height:76px;grid-template-columns:1fr auto;padding-block:10px}
 body.sf-v2 .sf-brand img{max-width:135px;height:45px}
 body.sf-v2 .sf-search{grid-column:1/-1;grid-row:2;margin-top:0;width:100%}
 body.sf-v2 .sf-search form{height:46px}
 body.sf-v2 .sf-header-actions{grid-column:2;grid-row:1}
 body.sf-v2 .sf-head-action:not(.sf-language):not(.sf-cart-action){display:none}
 body.sf-v2 .sf-nav{display:none}
 body.sf-v2 .sf-home-hero{padding-top:16px}
 body.sf-v2 .sf-hero-card,body.sf-v2 .sf-hero-slide{grid-template-columns:1fr;min-height:560px}
 body.sf-v2 .sf-hero-content,body.sf-v2 .sf-hero-slide-copy{padding:42px 36px;min-height:320px}
 body.sf-v2 .sf-hero-image,body.sf-v2 .sf-hero-slide-media{min-height:240px}
 body.sf-v2 .sf-hero-image:after,body.sf-v2 .sf-hero-slide-media:after{background:linear-gradient(180deg,var(--sf-primary),transparent 50%)}
 html[dir=rtl] body.sf-v2 .sf-hero-image:after,html[dir=rtl] body.sf-v2 .sf-hero-slide-media:after{background:linear-gradient(180deg,var(--sf-primary),transparent 50%)}
 body.sf-v2 .sf-slider-controls{inset-inline-start:36px;bottom:18px}
 body.sf-v2 .sf-products,body.sf-v2 .sf-shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.sf-v2 .sf-categories.sf-category-showcase{grid-template-columns:repeat(4,minmax(0,1fr))}
 body.sf-v2 .sf-shop-layout{grid-template-columns:1fr}
 body.sf-v2 .sf-filter{position:fixed;z-index:220;top:0;bottom:0;inset-inline-start:0;width:min(360px,92vw);overflow-y:auto;border-radius:0;transform:translateX(-105%);transition:transform .25s ease;box-shadow:0 0 50px rgba(0,0,0,.25)}
 html[dir=rtl] body.sf-v2 .sf-filter{transform:translateX(105%)}
 body.sf-v2 .sf-filter.open{transform:none}
 body.sf-v2 .sf-mobile-only{display:inline-flex!important}
 body.sf-v2 .sf-product-detail{grid-template-columns:1fr;gap:26px}
 body.sf-v2 .sf-gallery-main{max-height:650px}
 body.sf-v2 .sf-product-information{grid-template-columns:1fr}
 body.sf-v2 .sf-product-info-aside{width:100%}
 body.sf-v2 .sf-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}
 body.sf-v2 .sf-trust-item:nth-child(2){border-inline-end:0}
 body.sf-v2 .sf-footer-cta-inner{grid-template-columns:1fr;padding-block:35px;gap:25px}
 body.sf-v2 .sf-footer-stats{grid-template-columns:repeat(3,minmax(90px,1fr))}
 body.sf-v2 .sf-footer-main{grid-template-columns:1.3fr repeat(2,1fr)}
 body.sf-v2 .sf-footer-main>div:last-child{grid-column:2/4}
 body.sf-v2 .sf-home-commercial-inner{align-items:flex-start;flex-direction:column}
}

@media(min-width:921px){body.sf-v2 .sf-filter-close{display:none!important}}

@media(max-width:680px){
 body.sf-v2{padding-bottom:62px}
 body.sf-v2 .sf-container{width:calc(100% - 22px)}
 body.sf-v2 .sf-announcement-inner{min-height:34px;font-size:9px;gap:8px}
 body.sf-v2 .sf-announcement-inner a{font-size:9px}
 body.sf-v2 .sf-header-main{padding-block:8px}
 body.sf-v2 .sf-brand img{max-width:115px;height:40px}
 body.sf-v2 .sf-brand-copy strong{font-size:16px}
 body.sf-v2 .sf-brand-mark{width:41px;height:41px;font-size:20px}
 body.sf-v2 .sf-cart-action{width:42px}
 body.sf-v2 .sf-language{width:38px}
 body.sf-v2 .sf-home-hero{padding:10px 0 0}
 body.sf-v2 .sf-hero-card,body.sf-v2 .sf-hero-slide,body.sf-v2 .sf-hero-slider{border-radius:7px}
 body.sf-v2 .sf-hero-card,body.sf-v2 .sf-hero-slide{min-height:500px}
 body.sf-v2 .sf-hero-content,body.sf-v2 .sf-hero-slide-copy{padding:31px 24px;min-height:305px}
 body.sf-v2 .sf-hero-card h1,body.sf-v2 .sf-hero-slide h1{font-size:34px;line-height:1.18}
 body.sf-v2 .sf-hero-card p,body.sf-v2 .sf-hero-slide p{font-size:12px;margin:15px 0 21px}
 body.sf-v2 .sf-hero-image,body.sf-v2 .sf-hero-slide-media{min-height:195px}
 body.sf-v2 .sf-slider-controls{inset-inline-start:24px;bottom:12px}
 body.sf-v2 .sf-section{padding:35px 0}
 body.sf-v2 .sf-section-head{align-items:flex-start;margin-bottom:17px}
 body.sf-v2 .sf-section-head h2{font-size:23px}
 body.sf-v2 .sf-section-head p{font-size:11px}
 body.sf-v2 .sf-categories.sf-category-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 body.sf-v2 .sf-category{min-height:160px;padding:14px 9px}
 body.sf-v2 .sf-category-image{width:91px;height:91px}
 body.sf-v2 .sf-products,body.sf-v2 .sf-shop-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 body.sf-v2 .sf-product-image img{padding:12px}
 body.sf-v2 .sf-product-body{padding:10px}
 body.sf-v2 .sf-product-meta{margin-bottom:5px}
 body.sf-v2 .sf-product-code{display:none}
 body.sf-v2 .sf-product-name{font-size:11px;min-height:36px;line-height:1.55}
 body.sf-v2 .sf-product-brief{display:none}
 body.sf-v2 .sf-price{font-size:14px}
 body.sf-v2 .sf-price-old{font-size:9px}
 body.sf-v2 .sf-card-actions{gap:4px;margin-top:8px}
 body.sf-v2 .sf-card-actions .sf-btn{min-height:34px;padding:6px;font-size:9px}
 body.sf-v2 .sf-card-details{display:none}
 body.sf-v2 .sf-product-badge{font-size:8px;padding:4px 5px}
 body.sf-v2 .sf-fav{width:30px;height:30px}
 body.sf-v2 .sf-brands{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
 body.sf-v2 .sf-brand-card{height:78px}
 body.sf-v2 .sf-custom-banner{grid-template-columns:1fr;min-height:0}
 body.sf-v2 .sf-custom-banner>div{padding:29px 23px}
 body.sf-v2 .sf-custom-banner h2{font-size:25px}
 body.sf-v2 .sf-custom-banner>img{min-height:170px;max-height:210px}
 body.sf-v2 .sf-home-commercial-cta{padding:30px 0}
 body.sf-v2 .sf-home-commercial-inner{padding:26px 22px}
 body.sf-v2 .sf-home-commercial-inner h2{font-size:23px}
 body.sf-v2 .sf-home-commercial-actions{width:100%;flex-wrap:wrap}
 body.sf-v2 .sf-home-commercial-actions .sf-btn{flex:1}
 body.sf-v2 .sf-shop-hero{padding-bottom:15px}
 body.sf-v2 .sf-shop-hero-row{align-items:flex-start;flex-direction:column;gap:12px}
 body.sf-v2 .sf-shop-hero h1{font-size:29px}
 body.sf-v2 .sf-shop-count{padding:6px 10px}
 body.sf-v2 .sf-shop-count strong{font-size:17px}
 body.sf-v2 .sf-shop-section{padding-top:20px}
 body.sf-v2 .sf-shop-toolbar{align-items:flex-start;gap:9px;flex-direction:column}
 body.sf-v2 .sf-row-actions{width:100%}
 body.sf-v2 .sf-row-actions form{flex:1}
 body.sf-v2 .sf-row-actions .sf-select{width:100%;min-width:0}
 body.sf-v2 .sf-active-filters a{margin-inline-start:0}
 body.sf-v2 .sf-detail h1{font-size:27px}
 body.sf-v2 .sf-gallery-main img{padding:18px}
 body.sf-v2 .sf-detail-commerce-row{align-items:flex-start;flex-direction:column;gap:10px}
 body.sf-v2 .sf-buy-box{padding:13px}
 body.sf-v2 .sf-qty-row{flex-wrap:wrap}
 body.sf-v2 .sf-qty{width:100%;justify-content:center}
 body.sf-v2 .sf-qty input{flex:1}
 body.sf-v2 .sf-buy-box .sf-btn{flex:1 1 calc(50% - 5px);min-width:0}
 body.sf-v2 .sf-product-service-points{grid-template-columns:1fr}
 body.sf-v2 .sf-product-information{padding-top:25px}
 body.sf-v2 .sf-trust-strip{padding:20px 0}
 body.sf-v2 .sf-trust-grid{grid-template-columns:1fr;gap:0}
 body.sf-v2 .sf-trust-item{padding:11px 0;border-inline-end:0;border-bottom:1px solid #eee}
 body.sf-v2 .sf-trust-item:last-child{border-bottom:0}
 body.sf-v2 .sf-footer-cta-inner{min-height:0;padding-block:28px}
 body.sf-v2 .sf-footer-cta h2{font-size:23px}
 body.sf-v2 .sf-footer-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
 body.sf-v2 .sf-footer-stats>div{min-height:78px;padding:10px 5px}
 body.sf-v2 .sf-footer-stats strong{font-size:17px}
 body.sf-v2 .sf-footer-main{grid-template-columns:repeat(2,1fr);gap:28px 18px;padding:34px 0}
 body.sf-v2 .sf-footer-brand{grid-column:1/-1}
 body.sf-v2 .sf-footer-main>div:last-child{grid-column:auto}
 body.sf-v2 .sf-footer-bottom{align-items:flex-start;justify-content:center;flex-direction:column;gap:2px}
 body.sf-v2 .sf-support-fab{bottom:76px;inset-inline-end:13px}
}

@media(max-width:390px){
 body.sf-v2 .sf-products,body.sf-v2 .sf-shop-products{grid-template-columns:1fr}
 body.sf-v2 .sf-product-image{aspect-ratio:1.3/1}
 body.sf-v2 .sf-product-brief{display:-webkit-box}
 body.sf-v2 .sf-card-details{display:inline-flex}
 body.sf-v2 .sf-footer-main{grid-template-columns:1fr}
 body.sf-v2 .sf-footer-main>div:last-child{grid-column:auto}
}

/* R15.11 — full-bleed hero, category rail, best-seller merchandising, inline cart quantity controls */
body.sf-v2 .sf-hero-fullbleed{width:100%;max-width:none;margin:0}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slider{width:100%;border-radius:0;background:#111;overflow:hidden}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slides{min-height:0}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide{display:block;height:clamp(460px,36vw,690px);min-height:0;border-radius:0;background:#111;overflow:hidden}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-media{position:absolute!important;inset:0!important;width:100%;height:100%;min-height:0;background:#111;z-index:0}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-media:before,body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-media:after{display:none!important}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-media img{position:absolute;inset:0;width:100%;height:100%;padding:0;object-fit:cover;object-position:center;mix-blend-mode:normal}
body.sf-v2 .sf-hero-fullbleed .sf-hero-media-link{position:absolute;inset:0;display:block;z-index:1}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide.has-copy:after{content:"";position:absolute;z-index:1;top:0;bottom:0;inset-inline-start:0;width:78%;pointer-events:none;background:linear-gradient(90deg,rgba(8,10,14,.92) 0%,rgba(8,10,14,.88) 20%,rgba(8,10,14,.72) 42%,rgba(8,10,14,.46) 62%,rgba(8,10,14,.18) 80%,rgba(8,10,14,0) 100%)}
html[dir=rtl] body.sf-v2 .sf-hero-fullbleed .sf-hero-slide.has-copy:after{background:linear-gradient(270deg,rgba(8,10,14,.92) 0%,rgba(8,10,14,.88) 20%,rgba(8,10,14,.72) 42%,rgba(8,10,14,.46) 62%,rgba(8,10,14,.18) 80%,rgba(8,10,14,0) 100%)}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-copy{position:relative;z-index:2;width:55%;height:100%;min-height:0;padding:clamp(48px,6vw,92px) clamp(34px,6vw,92px);justify-content:center;align-items:flex-start}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide h1{font-size:clamp(38px,4.8vw,72px);max-width:820px}
body.sf-v2 .sf-hero-fullbleed .sf-hero-slide p{max-width:720px;color:#e7e7e7}
body.sf-v2 .sf-hero-fullbleed .sf-slider-controls{inset-inline-start:clamp(28px,6vw,92px);bottom:28px}
body.sf-v2 .sf-hero-fullbleed .sf-slider-controls>button{background:rgba(0,0,0,.5);backdrop-filter:blur(5px)}
body.sf-v2 .sf-hero-fullbleed .sf-slider-dots button{background:rgba(255,255,255,.6)}

body.sf-v2 .sf-category-slider{position:relative}
body.sf-v2 .sf-category-slider-viewport{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;padding:4px 2px 14px}
body.sf-v2 .sf-category-slider-viewport::-webkit-scrollbar{display:none}
body.sf-v2 .sf-category-slider-track{display:flex;gap:14px;width:max-content;min-width:100%}
body.sf-v2 .sf-category-slider-track .sf-category{scroll-snap-align:start;flex:0 0 clamp(180px,calc((min(1380px,100vw - 40px) - 56px)/5),250px);width:auto}
body.sf-v2 .sf-rail-nav{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #dfe1e5;border-radius:50%;background:#fff;color:#1e2025;box-shadow:0 8px 20px rgba(16,24,40,.12);font-size:27px;line-height:1;display:grid;place-items:center;cursor:pointer}
body.sf-v2 .sf-rail-nav:hover{background:var(--sf-primary);border-color:var(--sf-primary);color:#fff}
body.sf-v2 .sf-rail-prev{inset-inline-start:-18px}
body.sf-v2 .sf-rail-next{inset-inline-end:-18px}

body.sf-v2 .sf-best-sellers-section{background:#fff}
body.sf-v2 .sf-best-seller-feature{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:430px;border:1px solid #e1e3e7;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 14px 40px rgba(16,24,40,.06)}
body.sf-v2 .sf-best-seller-media{position:relative;min-height:430px;display:grid;place-items:center;background:linear-gradient(145deg,#f7f8f9,#fff);overflow:hidden}
body.sf-v2 .sf-best-seller-media img{width:100%;height:100%;max-height:500px;object-fit:contain;padding:36px;transition:transform .3s ease}
body.sf-v2 .sf-best-seller-feature:hover .sf-best-seller-media img{transform:scale(1.025)}
body.sf-v2 .sf-best-rank{position:absolute;z-index:2;top:20px;inset-inline-start:20px;padding:9px 13px;border-radius:6px;background:var(--sf-primary);color:#fff;font-size:11px;font-weight:900}
body.sf-v2 .sf-best-discount{position:absolute;z-index:2;top:20px;inset-inline-end:20px;padding:9px 12px;border-radius:6px;background:#b42318;color:#fff;font-size:12px;font-weight:900}
body.sf-v2 .sf-best-seller-copy{padding:44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
body.sf-v2 .sf-best-seller-title{display:block;margin:9px 0 14px;color:#17191d;font-size:clamp(27px,3vw,43px);line-height:1.22;font-weight:900}
body.sf-v2 .sf-best-seller-title:hover{color:var(--sf-accent)}
body.sf-v2 .sf-best-seller-copy>p{margin:0 0 20px;color:#6e737d;font-size:13px;line-height:1.9;max-width:650px}
body.sf-v2 .sf-best-seller-commerce{width:100%;padding:17px 0;border-top:1px solid #eceef0;border-bottom:1px solid #eceef0}
body.sf-v2 .sf-best-seller-commerce .sf-price-row{margin-top:9px}
body.sf-v2 .sf-best-seller-commerce .sf-price{font-size:27px}
body.sf-v2 .sf-best-seller-actions{display:flex;gap:9px;align-items:stretch;width:100%;margin-top:20px}
body.sf-v2 .sf-best-seller-actions>.sf-btn{flex:0 0 auto}
body.sf-v2 .sf-best-cart-control{max-width:280px;flex:1}
body.sf-v2 .sf-best-seller-followups{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:18px}

body.sf-v2 .sf-cart-control{flex:1;min-width:0}
body.sf-v2 .sf-cart-control .is-hidden{display:none!important}
body.sf-v2 .sf-cart-add-form{width:100%;margin:0}
body.sf-v2 .sf-card-quantity{min-height:38px;width:100%;display:grid;grid-template-columns:38px minmax(42px,1fr) 38px;align-items:center;border:1px solid var(--sf-accent);border-radius:6px;overflow:hidden;background:#fff}
body.sf-v2 .sf-card-quantity strong{height:100%;display:grid;place-items:center;color:#15171b;font-size:12px;font-weight:900;border-inline:1px solid color-mix(in srgb,var(--sf-accent) 42%,#e4e6ea)}
body.sf-v2 .sf-cart-qty-btn{height:100%;border:0;background:color-mix(in srgb,var(--sf-accent) 14%,#fff);color:#17191d;font-size:20px;font-weight:900;cursor:pointer}
body.sf-v2 .sf-cart-qty-btn:hover{background:var(--sf-accent)}
body.sf-v2 .sf-cart-control.is-busy{opacity:.7;pointer-events:none}
body.sf-v2 .sf-card-actions>.sf-cart-control{display:block;flex:1}

@media(max-width:920px){
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide{height:clamp(420px,62vw,590px);min-height:0}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide.has-copy:after{width:88%}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-copy{width:68%;min-height:0;padding:44px 34px}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-media{min-height:0}
 body.sf-v2 .sf-hero-fullbleed .sf-slider-controls{inset-inline-start:34px;bottom:20px}
 body.sf-v2 .sf-best-seller-feature{grid-template-columns:1fr;min-height:0}
 body.sf-v2 .sf-best-seller-media{min-height:360px}
 body.sf-v2 .sf-best-seller-copy{padding:32px}
 body.sf-v2 .sf-best-seller-followups{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.sf-v2 .sf-category-slider-track .sf-category{flex-basis:210px}
}

@media(max-width:680px){
 body.sf-v2 .sf-home-hero{padding-top:0}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slider,body.sf-v2 .sf-hero-fullbleed .sf-hero-slide{border-radius:0}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide{height:430px;min-height:0}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide.has-copy:after{width:100%;background:linear-gradient(90deg,rgba(8,10,14,.90) 0%,rgba(8,10,14,.82) 34%,rgba(8,10,14,.56) 60%,rgba(8,10,14,.22) 82%,rgba(8,10,14,0) 100%)}
 html[dir=rtl] body.sf-v2 .sf-hero-fullbleed .sf-hero-slide.has-copy:after{background:linear-gradient(270deg,rgba(8,10,14,.90) 0%,rgba(8,10,14,.82) 34%,rgba(8,10,14,.56) 60%,rgba(8,10,14,.22) 82%,rgba(8,10,14,0) 100%)}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide-copy{width:84%;height:100%;min-height:0;padding:35px 22px 70px}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide h1{font-size:31px;line-height:1.18}
 body.sf-v2 .sf-hero-fullbleed .sf-hero-slide p{font-size:11px;line-height:1.7;margin:13px 0 18px}
 body.sf-v2 .sf-hero-fullbleed .sf-slider-controls{inset-inline-start:22px;bottom:15px}
 body.sf-v2 .sf-category-slider-track{gap:9px}
 body.sf-v2 .sf-category-slider-track .sf-category{flex-basis:158px;min-height:160px}
 body.sf-v2 .sf-rail-nav{width:34px;height:34px;font-size:22px}
 body.sf-v2 .sf-rail-prev{inset-inline-start:-6px}
 body.sf-v2 .sf-rail-next{inset-inline-end:-6px}
 body.sf-v2 .sf-best-seller-media{min-height:285px}
 body.sf-v2 .sf-best-seller-media img{padding:22px}
 body.sf-v2 .sf-best-seller-copy{padding:25px 20px}
 body.sf-v2 .sf-best-seller-title{font-size:25px}
 body.sf-v2 .sf-best-seller-actions{flex-wrap:wrap}
 body.sf-v2 .sf-best-cart-control{max-width:none;flex:1 1 100%}
 body.sf-v2 .sf-best-seller-actions>.sf-btn{width:100%}
 body.sf-v2 .sf-best-seller-followups{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
 body.sf-v2 .sf-card-quantity{min-height:34px;grid-template-columns:34px minmax(34px,1fr) 34px}
}

@media(max-width:390px){
 body.sf-v2 .sf-best-seller-followups{grid-template-columns:1fr!important}
 body.sf-v2 .sf-category-slider-track .sf-category{flex-basis:145px}
}
body.sf-v2 .sf-detail-cart-row{align-items:stretch}
body.sf-v2 .sf-detail-cart-control{flex:1;max-width:320px}
body.sf-v2 .sf-detail-cart-control .sf-card-quantity{min-height:44px}
body.sf-v2 .sf-buy-now-form{margin:0;display:flex}
body.sf-v2 .sf-buy-now-form .sf-btn{height:100%;min-height:44px}
@media(max-width:680px){
 body.sf-v2 .sf-detail-cart-control{max-width:none;flex:1 1 100%}
 body.sf-v2 .sf-buy-now-form{flex:1 1 100%}
 body.sf-v2 .sf-buy-now-form .sf-btn{width:100%}
}

/* R15.12 — homepage merchandising rails, pinned ads and offer-category hierarchy */
body.sf-v2 .sf-home-hero{padding-top:0}
body.sf-v2 .sf-home-hero .sf-hero-fullbleed{margin-top:0}
body.sf-v2 .sf-home-ads-section{background:#fff;padding-top:34px;padding-bottom:36px}
body.sf-v2 .sf-ad-rail-shell{display:flex;gap:14px;align-items:stretch;min-width:0}
body.sf-v2 .sf-ad-pinned{display:flex;gap:12px;flex:0 0 auto}
body.sf-v2 .sf-ad-slider{position:relative;min-width:0;flex:1}
body.sf-v2 .sf-ad-slider-viewport{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 2px 10px}
body.sf-v2 .sf-ad-slider-viewport::-webkit-scrollbar{display:none}
body.sf-v2 .sf-ad-slider-track{display:flex;gap:12px;width:max-content;min-width:100%}
body.sf-v2 .sf-ad-card{position:relative;display:flex;flex:0 0 clamp(220px,24vw,320px);min-height:150px;overflow:hidden;border:1px solid #eceef1;border-radius:10px;background:#f7f8fa;scroll-snap-align:start;text-decoration:none;color:#17191d;box-shadow:0 4px 15px rgba(20,25,35,.05)}
body.sf-v2 .sf-ad-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.sf-v2 .sf-ad-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,rgba(10,12,16,0),rgba(10,12,16,.78));pointer-events:none}
body.sf-v2 .sf-ad-copy{position:relative;z-index:2;align-self:flex-end;width:100%;padding:48px 14px 13px;color:#fff;line-height:1.35;display:flex;flex-direction:column;gap:3px}
body.sf-v2 .sf-ad-copy strong{font-size:13px;font-weight:900;color:#fff}
body.sf-v2 .sf-ad-copy small{font-size:10px;color:rgba(255,255,255,.86);line-height:1.45}
body.sf-v2 .sf-ad-card:hover img{transform:scale(1.035)}
body.sf-v2 .sf-ad-card[aria-disabled=true]{pointer-events:none}
body.sf-v2 .sf-ad-card-pinned{flex-basis:220px;border-color:color-mix(in srgb,var(--sf-accent) 50%,#e6e7ea)}
body.sf-v2 .sf-ad-pin{position:absolute;z-index:3;top:9px;inset-inline-start:9px;padding:4px 8px;border-radius:999px;background:var(--sf-accent);color:#17191d;font-size:9px;font-weight:900}
body.sf-v2 .sf-ad-slider .sf-rail-prev{inset-inline-start:-8px}
body.sf-v2 .sf-ad-slider .sf-rail-next{inset-inline-end:-8px}
body.sf-v2 .sf-offer-category-block{margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid #eceef1}
body.sf-v2 .sf-subsection-title{display:flex;align-items:baseline;gap:12px;margin-bottom:14px}
body.sf-v2 .sf-subsection-title strong{font-size:16px;font-weight:900;color:#1b1d22}
body.sf-v2 .sf-subsection-title span{font-size:11px;color:#7b8089}
body.sf-v2 .sf-product-offers-title{margin-top:4px}
body.sf-v2 .sf-offer-category-rail{position:relative}
body.sf-v2 .sf-offer-category{border-color:color-mix(in srgb,var(--sf-accent) 28%,#e9eaed);background:linear-gradient(180deg,#fff,#fbfaf6)}
body.sf-v2 .sf-offer-category small{color:#9b6900;font-weight:800}

body.sf-v2 .sf-offer-scope-block+ .sf-offer-scope-block{margin-top:30px;padding-top:26px;border-top:1px solid #eceef1}
body.sf-v2 .sf-delivery-offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.sf-v2 .sf-delivery-offer-card{display:grid;grid-template-columns:118px 1fr;min-height:145px;overflow:hidden;border:1px solid #eceef1;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(20,25,35,.05)}
body.sf-v2 .sf-delivery-offer-card>img{width:118px;height:100%;min-height:145px;object-fit:cover;background:#f5f6f8}
body.sf-v2 .sf-delivery-offer-card>div{padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
body.sf-v2 .sf-delivery-offer-card h3{margin:7px 0 5px;font-size:15px;font-weight:900;line-height:1.35;color:#181b20}
body.sf-v2 .sf-delivery-offer-card p{margin:0 0 9px;color:#707681;font-size:11px;line-height:1.65}
body.sf-v2 .sf-offer-scope-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--sf-accent) 18%,#fff);color:#7b5700;font-size:9px;font-weight:900}
body.sf-v2 .sf-delivery-discount{font-size:12px;color:#9b6900}

@media(max-width:1100px){
 body.sf-v2 .sf-delivery-offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.sf-v2 .sf-ad-rail-shell.has-pinned{display:block}
 body.sf-v2 .sf-ad-pinned{margin-bottom:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:5px}
 body.sf-v2 .sf-ad-pinned::-webkit-scrollbar{display:none}
 body.sf-v2 .sf-ad-card-pinned{flex:0 0 220px}
}
@media(max-width:680px){
 body.sf-v2 .sf-home-ads-section{padding-top:25px;padding-bottom:28px}
 body.sf-v2 .sf-ad-card{flex-basis:210px;min-height:135px}
 body.sf-v2 .sf-ad-card-pinned{flex-basis:200px}
 body.sf-v2 .sf-subsection-title{align-items:flex-start;flex-direction:column;gap:3px}
 body.sf-v2 .sf-delivery-offers-grid{grid-template-columns:1fr}
 body.sf-v2 .sf-delivery-offer-card{grid-template-columns:96px 1fr;min-height:125px}
 body.sf-v2 .sf-delivery-offer-card>img{width:96px;min-height:125px}
}
/* R15.14.2 — enabled homepage sections remain visible even when their source is temporarily empty */
body.sf-v2 .sf-section-empty{min-height:86px;border:1px dashed var(--sf-border);border-radius:12px;background:rgba(148,163,184,.06);display:flex;align-items:center;justify-content:center;padding:22px;color:#7b8491;text-align:center}
