:root{
  /* BizLED live-site readability palette */
  --navy:#0f172a;
  --navy-2:#111827;
  --navy-3:#172554;
  --yellow:#fed700;
  --yellow-dark:#b58d00;
  --cream:#fff8cc;
  --ink:#101828;
  --muted:#64748b;
  --line:#e5e7eb;
  --surface:#f8fafc;
  --white:#fff;
  --success:#16a34a;
  --danger:#dc3545;
  --shadow-sm:0 14px 40px rgba(15,23,42,.08);
  --shadow-md:0 24px 70px rgba(15,23,42,.15);
  --shadow-lg:0 30px 90px rgba(15,23,42,.18);
  --radius-sm:12px;
  --radius:18px;
  --radius-lg:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}
body::selection{background:var(--yellow);color:#111}
a{color:inherit;text-decoration:none;transition:all .2s ease}
a:hover{color:var(--yellow-dark)}
p{font-weight:500}
strong,b{font-weight:950}
.small,small{font-weight:700}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.container{max-width:1320px}
.btn{border-radius:14px;font-weight:800;border-width:1.5px;padding:.72rem 1.18rem;transition:all .2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-warning{background:var(--yellow);border-color:var(--yellow);color:#171717;box-shadow:0 12px 28px rgba(254,215,0,.28)}
.btn-warning:hover,.btn-warning:focus{background:var(--yellow-dark);border-color:var(--yellow-dark);color:#111}
.btn-dark{background:var(--navy);border-color:var(--navy)}
.btn-dark:hover{background:var(--navy-2);border-color:var(--navy-2)}
.btn-outline-dark{border-color:#ced5df;color:var(--navy)}
.btn-outline-dark:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.skip-link{position:fixed;left:-9999px;top:10px;z-index:9999;background:#fff;padding:10px 16px;border-radius:14px;box-shadow:var(--shadow-md)}
.skip-link:focus{left:10px}

/* Header */
.utility-bar{background:var(--navy-2);color:#d4deea;font-size:12.5px}
.utility-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-copy,.utility-links{display:flex;align-items:center;gap:24px}
.utility-copy i,.utility-links i{color:var(--yellow);margin-right:5px}
.utility-links a:hover{color:#fff}
.store-header{z-index:1040;background:#fff;box-shadow:0 6px 28px rgba(15,23,42,.05)}
.header-main{background:#fff}
.header-main-grid{min-height:88px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;align-items:center;gap:34px}
.store-brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}
.store-brand-mark{width:46px;height:46px;border-radius:12px;background:var(--yellow);color:var(--navy-2);display:grid;place-items:center;font-size:24px;box-shadow:0 14px 28px rgba(254,215,0,.30)}
.store-brand-copy strong{display:block;font-size:28px;line-height:1;font-weight:950;letter-spacing:-1px;color:var(--navy)}
.store-brand-copy strong span{color:var(--yellow-dark)}
.store-brand-copy small{display:block;margin-top:5px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.store-search{height:50px;border:2px solid var(--yellow);border-radius:16px;overflow:hidden;background:#fff;display:grid!important;grid-template-columns:180px minmax(0,1fr) 56px}
.store-search select,.store-search input{border:0;outline:0;background:#fff;color:var(--ink)}
.store-search select{padding:0 14px;border-right:1px solid var(--line);font-size:13px;font-weight:800}
.store-search input{padding:0 18px;font-size:14px;font-weight:700;color:var(--ink)}
.store-search button{border:0;background:var(--yellow);color:var(--navy);font-size:20px}
.store-search button:hover{background:var(--yellow-dark)}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:17px}
.header-tool{align-items:center;gap:9px;color:var(--navy)}
.tool-icon{width:39px;height:39px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:18px;color:var(--yellow-dark)}
.header-tool span:last-child{display:grid}
.header-tool small{font-size:11px;color:var(--muted);line-height:1.2}
.header-tool strong{font-size:13px;white-space:nowrap}
.cart-tool{position:relative;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:22px}
.cart-tool:hover{color:var(--yellow)}
.cart-tool span{position:absolute;right:-4px;top:-5px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--yellow);color:#111;font-size:11px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}
.mobile-menu-button{width:44px;height:44px;border:0;border-radius:16px;background:var(--surface);font-size:25px;color:var(--navy)}
.nav-shell{background:var(--navy);color:#fff}
.store-nav{height:54px;display:flex;align-items:stretch;justify-content:space-between;gap:18px}
.category-nav{min-width:252px}
.category-nav-button{height:54px;width:100%;border:0;background:var(--yellow);color:#171717;padding:0 20px;display:flex;align-items:center;gap:10px;font-weight:900;text-transform:uppercase;font-size:12.5px;letter-spacing:.03em}
.category-nav-button::after{margin-left:auto}
.category-dropdown{width:280px;border:0;border-radius:0 0 10px 10px;padding:8px 0;box-shadow:var(--shadow-md)}
.category-dropdown .dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;font-size:13px;font-weight:700;color:var(--ink)}
.category-dropdown .dropdown-item small{color:var(--muted)}
.category-dropdown .dropdown-item:hover{background:var(--cream);color:var(--navy)}
.category-dropdown .category-all{border-top:1px solid var(--line);margin-top:5px;padding-top:13px;color:var(--yellow-dark)}
.nav-links{display:flex;align-items:stretch;min-width:0;overflow:hidden}
.nav-links a{display:flex;align-items:center;padding:0 14px;color:#e8eef5;font-size:13px;font-weight:800;white-space:nowrap;position:relative}
.nav-links a::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;background:var(--yellow);transform:scaleX(0);transition:.2s}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.nav-offer{display:flex;align-items:center;gap:8px;color:var(--yellow);font-size:13px;font-weight:900;white-space:nowrap}
.nav-offer:hover{color:#fff}
.mobile-offcanvas{width:min(360px,92vw)!important}
.mobile-offcanvas .offcanvas-header{border-bottom:1px solid var(--line)}
.mobile-store-search{height:48px;border:2px solid var(--yellow);border-radius:14px;display:grid;grid-template-columns:1fr 50px;overflow:hidden;margin-bottom:18px}
.mobile-store-search input,.mobile-store-search button{border:0;outline:0}
.mobile-store-search input{padding:0 14px}
.mobile-store-search button{background:var(--yellow);font-size:18px}
.mobile-nav-links{display:grid}
.mobile-nav-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:900;margin:18px 0 7px}
.mobile-nav-links a{display:flex;align-items:center;gap:12px;padding:12px 2px;border-bottom:1px solid var(--line);font-weight:800;color:var(--navy)}
.mobile-nav-links a i{color:var(--yellow-dark);width:20px;text-align:center}
.mobile-nav-links a small{margin-left:auto;background:var(--surface);padding:2px 7px;border-radius:20px;color:var(--muted)}

/* Home hero */
.home-hero{background:#f8fafc;padding:24px 0 0}
.home-hero-grid{display:grid;grid-template-columns:252px minmax(0,1fr) 280px;gap:18px;align-items:stretch}
.home-categories{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden;min-height:484px}
.home-categories-title{height:55px;background:var(--navy);color:#fff;display:flex;align-items:center;gap:10px;padding:0 18px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.04em}
.home-categories-title i{color:var(--yellow)}
.home-categories>a{min-height:39px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12.5px;font-weight:700;color:#334155}
.home-categories>a span{display:flex;align-items:center;gap:10px;min-width:0}
.home-categories>a span i{width:19px;color:var(--yellow-dark)}
.home-categories>a small{color:#64748b;font-weight:800}
.home-categories>a:hover{background:var(--cream);color:var(--navy);padding-left:19px}
.home-categories .all-categories-link{background:#f8fafc;color:var(--navy);font-weight:900;border-bottom:0}
.hero-carousel-wrap{min-width:0}
#homeHeroCarousel,.hero-slide{height:484px}
#homeHeroCarousel{overflow:hidden;border-radius:16px;box-shadow:var(--shadow-md);background:var(--navy)}
.hero-slide{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;padding:52px 48px;color:#fff;background:linear-gradient(115deg,var(--navy-2) 0%,var(--navy) 56%,var(--navy-3) 100%);overflow:hidden}
.hero-slide::before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-110px;top:-170px;background:rgba(255,196,0,.12)}
.hero-slide::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:18%;bottom:-210px}
.hero-slide-copy{position:relative;z-index:2}
.hero-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--yellow);font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.09em;margin-bottom:14px}
.hero-slide h1,.hero-slide h2{font-size:clamp(32px,3.3vw,52px);line-height:1.05;letter-spacing:-2px;font-weight:950;margin:0 0 15px;max-width:690px}
.hero-slide h2{font-size:clamp(30px,3vw,46px)}
.hero-slide p{color:#e2e8f0;font-size:18px;max-width:650px;margin:0 0 18px;font-weight:600}
.hero-price-line{display:flex;align-items:center;gap:13px;margin-bottom:22px}
.hero-price-line small{color:#e2e8f0;font-weight:700}
.hero-price-line strong{color:var(--yellow);font-size:27px;line-height:1}
.hero-buttons{display:flex;gap:10px;flex-wrap:wrap}
.hero-buttons .btn-outline-light{color:#fff;border-color:rgba(255,255,255,.5)}
.hero-buttons .btn-outline-light:hover{background:#fff;color:var(--navy)}
.hero-slide-media{position:relative;z-index:2;height:350px;display:flex;align-items:center;justify-content:center}
.hero-product-halo{position:absolute;width:315px;height:315px;border-radius:50%;background:radial-gradient(circle,#fff 0%,#f7f9fc 56%,rgba(255,255,255,.18) 57%,transparent 70%);filter:drop-shadow(0 26px 30px rgba(0,0,0,.22))}
.hero-slide-media img{position:relative;z-index:2;width:92%;height:92%;object-fit:contain;filter:drop-shadow(0 22px 30px rgba(0,0,0,.25));border-radius:14px}
.hero-image-label{position:absolute;left:15px;bottom:15px;z-index:3;background:rgba(11,27,46,.88);color:#fff;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.carousel-indicators{margin-bottom:17px}
.carousel-indicators [data-bs-target]{width:26px;height:4px;border:0;border-radius:16px;background:#fff;opacity:.45}
.carousel-indicators .active{background:var(--yellow);opacity:1}
.carousel-control-prev,.carousel-control-next{width:42px;height:42px;top:auto;bottom:14px;background:rgba(255,255,255,.14);border-radius:50%;opacity:1}
.carousel-control-prev{left:auto;right:67px}
.carousel-control-next{right:16px}
.carousel-control-prev-icon,.carousel-control-next-icon{width:17px;height:17px}
.hero-side{grid-template-rows:1fr 1fr;gap:18px}
.hero-side-card{position:relative;overflow:hidden;border-radius:16px;padding:25px;box-shadow:var(--shadow-sm)}
.hero-side-help{background:var(--yellow);color:#171717}
.side-card-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950;margin-bottom:10px;opacity:.7}
.hero-side-help>i{position:absolute;right:20px;top:18px;font-size:58px;opacity:.15}
.hero-side-card h3{font-size:22px;font-weight:950;line-height:1.12;margin:0 0 9px;letter-spacing:-.6px}
.hero-side-card p{font-size:13px;margin:0 0 14px;opacity:.78}
.hero-side-card strong{font-size:13px}
.hero-side-product{background:#fff;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:8px;color:var(--navy)}
.hero-side-product h3{font-size:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hero-side-product strong{font-size:20px;color:var(--yellow-dark)}
.hero-side-product img{width:100%;height:145px;object-fit:contain}

.home-trust-strip{background:#f8fafc;padding:18px 0 38px}
.trust-grid{background:#fff;border-radius:16px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--shadow-sm);overflow:hidden}
.trust-grid>div{min-height:84px;padding:16px 20px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:0}
.trust-grid>div>i{font-size:27px;color:var(--yellow-dark)}
.trust-grid span{display:grid}
.trust-grid strong{font-size:13px;color:var(--navy)}
.trust-grid small{font-size:11px;color:var(--muted);margin-top:2px}

/* Sections */
.store-section{padding:70px 0}
.store-section:nth-of-type(even){background:#fff}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}
.section-heading>div>span,.description-heading span{display:block;color:var(--yellow-dark);font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:950;margin-bottom:5px}
.section-heading h2{font-size:clamp(28px,3vw,42px);line-height:1.1;color:var(--navy);font-weight:1000;letter-spacing:-1.2px;margin:0}
.section-heading p{margin:8px 0 0;color:var(--muted);font-size:15px;font-weight:600}
.section-heading>a{font-size:13px;font-weight:900;color:var(--navy);white-space:nowrap}
.section-heading>a i{margin-left:5px;color:var(--yellow-dark)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{min-height:98px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;box-shadow:0 5px 16px rgba(18,38,63,.04)}
.category-card:hover{border-color:var(--yellow);box-shadow:var(--shadow-sm);transform:translateY(-3px);color:var(--navy)}
.category-icon{width:48px;height:48px;border-radius:50%;background:#fed700;color:#0f172a;display:grid;place-items:center;font-size:22px}
.category-card-copy{display:grid;min-width:0}
.category-card-copy strong{font-size:13px;color:var(--navy);line-height:1.2}
.category-card-copy small{font-size:11px;color:var(--muted);margin-top:5px}
.category-card>i{color:#64748b;font-size:13px}
.business-use-section{padding:70px 0;background:var(--surface)}
.business-use-grid{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:18px}
.business-use-intro,.business-use-card{border-radius:12px;padding:28px}
.business-use-intro{background:var(--navy);color:#fff}
.business-use-intro>span{color:var(--yellow);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}
.business-use-intro h2{font-size:31px;line-height:1.1;font-weight:950;letter-spacing:-1px;margin:9px 0 12px}
.business-use-intro p{color:#e2e8f0;font-size:14px;margin-bottom:20px}
.business-use-intro .btn{background:#fff;border-color:#fff;color:var(--navy)}
.business-use-card{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-sm)}
.business-use-card>i{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fed700;color:#0f172a;font-size:22px;margin-bottom:24px}
.business-use-card h3{font-size:18px;font-weight:950;color:var(--navy);margin:0 0 9px}
.business-use-card p{font-size:14px;color:var(--muted);margin-bottom:15px;font-weight:600}
.business-use-card strong{font-size:12px;color:var(--navy)}
.business-use-card:hover{transform:translateY(-4px);border-color:var(--yellow);color:inherit}
.latest-products-section{background:#fff}

/* Product card */
.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column}
.product-card:hover{border-color:#cbd5e1;box-shadow:var(--shadow-md);transform:translateY(-5px)}
.product-card-media{height:245px;position:relative;background:#f8fafc;overflow:hidden}
.product-card-image{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:15px}
.product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.product-card:hover .product-card-image img{transform:scale(1.045)}
.product-card-badges{position:absolute;left:10px;top:10px;right:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none}
.badge-context,.badge-stock{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:900}
.badge-context{background:var(--navy);color:#fff}
.badge-stock{background:var(--yellow);color:#171717;margin-left:auto}
.product-card-actions{position:absolute;right:10px;bottom:10px;display:flex;gap:7px;transform:translateY(12px);opacity:0;transition:.25s ease}
.product-card:hover .product-card-actions{transform:none;opacity:1}
.product-card-actions a{width:38px;height:38px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;box-shadow:0 8px 18px rgba(18,38,63,.15)}
.product-card-actions a:hover{background:var(--yellow);color:#111}
.product-card-body{padding:16px 16px 15px;display:flex;flex-direction:column;flex:1}
.product-sku{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:950;margin-bottom:7px}
.product-card h3{font-size:15px;line-height:1.42;font-weight:950;margin:0;min-height:64px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-card h3 a{color:var(--ink)}
.product-card h3 a:hover{color:var(--yellow-dark)}
p{font-weight:500}
strong,b{font-weight:950}
.small,small{font-weight:700}
.product-card-meta{margin-top:9px;font-size:11px;color:var(--muted);font-weight:700}
.product-card-meta i{color:var(--yellow-dark)}
.product-card-footer{margin-top:auto;padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}
.product-card-footer>strong{font-size:22px;letter-spacing:-.5px;color:var(--navy)}
.product-add-button{height:36px;min-width:42px;padding:0 10px;border-radius:12px;background:var(--yellow);display:flex;align-items:center;justify-content:center;gap:5px;color:#111;font-size:11px;font-weight:900}
.product-add-button:hover{background:var(--yellow-dark);color:#111}
.product-add-button span{display:none}

/* Promotions and guides */
.promo-section{padding:0 0 70px}
.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.promo-card{min-height:260px;border-radius:12px;padding:38px;position:relative;overflow:hidden;display:flex;align-items:center}
.promo-card>div{position:relative;z-index:2;max-width:66%}
.promo-card>i{position:absolute;right:42px;font-size:120px;opacity:.13}
.promo-card span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:950}
.promo-card h3{font-size:31px;line-height:1.08;font-weight:950;letter-spacing:-1px;margin:8px 0 12px}
.promo-card p{font-size:13px;margin-bottom:16px}
.promo-card a{font-size:13px;font-weight:950}
.promo-dark{background:linear-gradient(135deg,var(--navy-2),var(--navy-3));color:#fff}
.promo-dark span,.promo-dark a{color:var(--yellow)}
.promo-dark p{color:#e2e8f0}
.promo-yellow{background:var(--yellow);color:#171717}
.guide-section{padding-top:0}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.guide-grid>a,.guide-grid>div{min-height:118px;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;background:#fff}
.guide-grid>a>i:first-child,.guide-grid>div>i:first-child{width:44px;height:44px;border-radius:50%;background:#fed700;color:#0f172a;display:grid;place-items:center;font-size:20px}
.guide-grid>a>div,.guide-grid>div>div{display:grid}
.guide-grid strong{color:var(--navy);font-size:14px}
.guide-grid span{font-size:13px;color:var(--muted);margin-top:4px;font-weight:600}
.guide-grid>a>i:last-child{color:#64748b}
.guide-grid>div{display:block}
.guide-grid>div strong,.guide-grid>div span{display:block}
.guide-grid>div span{margin-top:6px}
.guide-grid>a:hover{border-color:var(--yellow);box-shadow:var(--shadow-sm);transform:translateY(-3px);color:inherit}

/* Inner hero */
.inner-hero,.shop-hero{background:linear-gradient(125deg,var(--navy-2),var(--navy-3));color:#fff;padding:44px 0}
.inner-hero .container,.shop-hero .container{position:relative}
.breadcrumb-line{display:flex;align-items:center;gap:7px;color:#b7c5d5;font-size:11px;font-weight:700;margin-bottom:16px}
.breadcrumb-line a:hover{color:var(--yellow)}
.breadcrumb-line i{font-size:9px}
.inner-hero-copy>span,.shop-hero span{color:var(--yellow);font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:950}
.inner-hero h1,.shop-hero h1{font-size:clamp(34px,4vw,48px);line-height:1.05;font-weight:1000;letter-spacing:-1.4px;margin:7px 0 10px}
.inner-hero p,.shop-hero p{max-width:780px;color:#e2e8f0;margin:0;font-size:16px;font-weight:600}
.shop-hero.small{padding:38px 0}

/* Catalogue */
.catalogue-section{padding:50px 0 70px;background:#f8fafc}
.catalogue-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:24px;align-items:start}
.catalogue-sidebar{position:sticky;top:164px}
.sidebar-block{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm)}
.sidebar-block-title{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:var(--navy);color:#fff}
.sidebar-block-title h2{font-size:14px;text-transform:uppercase;letter-spacing:.06em;font-weight:950;margin:0}
.sidebar-block-title i{color:var(--yellow)}
.sidebar-category{min-height:42px;padding:8px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12px;font-weight:700;color:#334155}
.sidebar-category:last-child{border-bottom:0}
.sidebar-category small{background:#f2f4f7;color:#475569;padding:2px 7px;border-radius:20px;font-size:10px}
.sidebar-category:hover,.sidebar-category.active{background:var(--cream);color:var(--navy);padding-left:18px}
.sidebar-category.active{font-weight:900;border-left:3px solid var(--yellow)}
.sidebar-support{margin-top:18px;padding:25px;border-radius:16px;background:var(--yellow);color:#171717}
.sidebar-support-icon{width:48px;height:48px;border-radius:50%;background:rgba(18,38,63,.12);display:grid;place-items:center;font-size:22px;margin-bottom:15px}
.sidebar-support h3{font-size:19px;font-weight:950;margin:0 0 8px}
.sidebar-support p{font-size:12px;margin-bottom:13px;opacity:.75}
.sidebar-support a{font-size:12px;font-weight:950}
.catalogue-filter-toggle{width:100%;border:0;border-radius:14px;background:var(--navy);color:#fff;padding:13px;margin-bottom:15px;font-weight:900}
.catalogue-filters{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;display:grid;grid-template-columns:minmax(230px,1.4fr) 1fr .8fr 1fr 1fr auto;gap:10px;align-items:end;box-shadow:var(--shadow-sm);margin-bottom:18px}
.catalogue-search-field{height:45px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;gap:9px;padding:0 12px}
.catalogue-search-field i{color:#9ca7b4}
.catalogue-search-field input{min-width:0;width:100%;border:0;outline:0;font-size:12px}
.catalogue-select-field label,.catalogue-price-field label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:950;color:#64748b;margin-bottom:4px}
.catalogue-select-field select{width:100%;height:45px;border:1px solid var(--line);border-radius:14px;padding:0 9px;background:#fff;font-size:11px;font-weight:700;color:var(--ink)}
.catalogue-price-field>div{height:45px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;padding:0 7px}
.catalogue-price-field input{width:50%;border:0;outline:0;min-width:0;font-size:11px;padding:0 5px}
.catalogue-price-field span{color:#64748b}
.catalogue-filter-actions{display:flex;align-items:center;gap:7px}
.catalogue-filter-actions .btn{height:45px;padding:0 14px;font-size:11px}
.catalogue-filter-actions>a{width:45px;height:45px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--navy)}
.catalogue-filter-actions>a:hover{background:var(--navy);color:#fff}
.catalogue-toolbar{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:var(--muted);font-size:12px}
.catalogue-toolbar strong{color:var(--navy);font-size:14px}
.store-pagination{margin-top:42px}
.pagination{gap:7px}
.page-link{min-width:40px;height:40px;border:1px solid var(--line)!important;border-radius:14px!important;color:var(--navy);font-weight:800;display:grid;place-items:center}
.page-item.active .page-link{background:var(--yellow);border-color:var(--yellow)!important;color:#111}

/* Product detail */
.product-breadcrumb{background:#f8fafc;border-bottom:1px solid var(--line)}
.product-breadcrumb .container{min-height:48px;display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden}
.product-breadcrumb a{color:var(--navy);font-weight:800}
.product-breadcrumb i{font-size:8px}
.product-breadcrumb span{overflow:hidden;text-overflow:ellipsis}
.product-page-section{padding:44px 0 70px;background:#fff}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:32px;align-items:start}
.product-gallery-card,.product-purchase-card,.product-description-card,.product-help-card,.cart-card,.summary-card,.modern-form,.checkout-side,.contact-panel,.content-page,.empty-card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm)}
.product-gallery-card{padding:16px}
.product-gallery-layout{display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px}
.product-thumbnail-rail{max-height:610px;overflow:auto;display:grid;align-content:start;gap:10px;padding-right:2px}
.thumb-btn{border:1px solid var(--line);background:#fff;border-radius:14px;padding:6px;cursor:pointer;transition:.2s;position:relative}
.thumb-btn img{width:100%;height:76px;object-fit:contain;display:block;background:#f8f9fb;border-radius:10px}
.thumb-btn span{display:block;font-size:8.5px;line-height:1.25;color:var(--muted);font-weight:800;margin-top:5px;text-align:center}
.thumb-btn:hover,.thumb-btn.active{border-color:var(--yellow);box-shadow:0 0 0 2px rgba(255,196,0,.15)}
.product-main-stage{height:610px;border-radius:16px;background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.product-main-stage>img{width:100%;height:100%;object-fit:contain;padding:24px;cursor:zoom-in}
.gallery-arrow,.gallery-zoom{position:absolute;z-index:3;border:1px solid var(--line);background:rgba(255,255,255,.94);color:var(--navy);box-shadow:0 6px 16px rgba(18,38,63,.08);display:grid;place-items:center}
.gallery-arrow{top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%}
.gallery-arrow:hover,.gallery-zoom:hover{background:var(--yellow);border-color:var(--yellow)}
.gallery-prev{left:12px}.gallery-next{right:12px}
.gallery-zoom{right:12px;top:12px;width:40px;height:40px;border-radius:14px}
.main-image-context{position:absolute;left:13px;bottom:13px;background:rgba(18,38,63,.9);color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;padding:6px 9px;border-radius:10px}
.gallery-trust-note{margin-top:13px;padding:11px 13px;background:#f8fbff;border:1px solid #dbe3f0;border-radius:14px;display:flex;gap:8px;color:#334155;font-size:11px;line-height:1.45}
.gallery-trust-note i{color:var(--yellow-dark);margin-top:1px}
.product-purchase-card{padding:30px;position:sticky;top:164px}
.product-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.availability-badge{display:inline-flex;align-items:center;gap:6px;background:#eaf7ef;color:#137441;border-radius:10px;padding:6px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.product-sku-chip{font-size:10px;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.product-purchase-card h1{font-size:31px;line-height:1.18;color:var(--navy);font-weight:950;letter-spacing:-.8px;margin:0 0 11px}
.product-type-line{font-size:11px;color:var(--muted);padding-bottom:17px;border-bottom:1px solid var(--line)}
.product-type-line span{color:var(--yellow-dark);margin-right:6px}
.product-price-block{display:flex;align-items:end;gap:15px;padding:19px 0 15px}
.product-price-block small{color:var(--muted);font-weight:800;margin-bottom:5px}
.product-price-block strong{font-size:38px;line-height:1;color:var(--navy);letter-spacing:-1px}
.product-short-description{font-size:13px;color:#536176;padding-bottom:18px;border-bottom:1px solid var(--line)}
.product-short-description p:last-child{margin-bottom:0}
.product-benefit-list{padding:18px 0 8px}
.product-benefit-list h2{font-size:15px;color:var(--navy);font-weight:950;margin-bottom:11px}
.product-benefit-list ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.product-benefit-list li{display:flex;gap:8px;font-size:12px;color:#506076}
.product-benefit-list i{color:var(--success);font-size:15px;flex:0 0 auto}
.product-buy-form{display:grid;grid-template-columns:118px 1fr;gap:10px;margin:20px 0}
.product-qty label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:950;margin-bottom:5px}
.product-qty>div{height:50px;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:32px 1fr 32px;overflow:hidden}
.product-qty button,.product-qty input{border:0;background:#fff;text-align:center;outline:0;font-weight:900;color:var(--navy)}
.product-qty button:hover{background:var(--surface)}
.product-qty input{width:100%;min-width:0;border-left:1px solid var(--line);border-right:1px solid var(--line);appearance:textfield}
.product-cart-button{height:50px}
.product-question-button{grid-column:1/-1;height:48px}
.purchase-services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:20px 0}
.purchase-services>div{padding:15px 7px;text-align:center;border-right:1px solid var(--line)}
.purchase-services>div:last-child{border-right:0}
.purchase-services i{display:block;color:var(--yellow-dark);font-size:20px;margin-bottom:5px}
.purchase-services span{display:grid}
.purchase-services strong{font-size:9.5px;color:var(--navy)}
.purchase-services small{font-size:8.5px;color:var(--muted);margin-top:2px}
.product-spec-card{background:#f8fafc;border-radius:14px;padding:17px}
.product-spec-card h3{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--navy);font-weight:950;margin:0 0 12px}
.product-spec-grid{display:grid;grid-template-columns:120px 1fr;gap:8px;font-size:11px}
.product-spec-grid span{color:var(--muted)}
.product-spec-grid strong{color:var(--ink);overflow-wrap:anywhere}
.product-lower-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start;margin-top:30px}
.product-description-card{padding:31px;min-width:0}
.description-heading{border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:22px}
.description-heading h2{font-size:27px;color:var(--navy);font-weight:950;margin:0}
.description-content{font-size:14px;color:#4b5a6f;overflow:hidden}
.description-content img{max-width:100%!important;height:auto!important}
.description-content table{display:block;max-width:100%;overflow-x:auto}
.description-content iframe{max-width:100%}
.description-content *{max-width:100%}
.product-help-card{padding:25px;position:sticky;top:164px;background:linear-gradient(160deg,#fff8db,#fff)}
.product-help-icon{width:48px;height:48px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;color:var(--navy);font-size:21px;margin-bottom:16px}
.product-help-card h3{font-size:21px;line-height:1.18;color:var(--navy);font-weight:950;margin:0 0 10px}
.product-help-card p{font-size:12px;color:#657389}
.product-help-card>div{margin-top:14px;padding:11px;border-radius:14px;background:rgba(255,255,255,.65);font-size:10px;color:#69758a}
.product-help-card>div i{color:var(--yellow-dark)}
.gallery-modal .modal-content{background:#fff;border:0;border-radius:12px;padding:20px;position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center}
.gallery-modal .btn-close{position:absolute;right:14px;top:14px;z-index:3;background-color:#fff;border-radius:50%;padding:10px;box-shadow:var(--shadow-sm)}
.gallery-modal img{max-width:100%;max-height:82vh;object-fit:contain}

/* Cart, checkout, contact and content pages */
.cart-card{padding:20px}
.cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) 100px 82px 110px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.cart-item:last-of-type{border-bottom:0}
.cart-item img{width:100px;height:100px;object-fit:contain;background:#f8fafc;border-radius:14px;padding:7px}
.cart-info h4{font-size:14px;color:var(--navy);font-weight:950;margin:0 0 5px}
.cart-info p{font-size:10px;color:var(--muted);margin:0 0 6px}
.cart-info a{font-size:10px;color:var(--danger);font-weight:900}
.cart-price,.line-total{font-size:14px;color:var(--navy);font-weight:950}
.qty-input{height:42px;border:1px solid var(--line);border-radius:14px;text-align:center;font-weight:800}
.summary-card{padding:24px;position:sticky;top:164px}
.summary-card h3{font-size:20px;color:var(--navy);font-weight:950}
.summary-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin:17px 0}
.summary-row span{color:var(--muted);font-size:12px}
.summary-row strong{font-size:25px;color:var(--navy)}
.summary-note{padding:12px;background:#f8fafc;border-radius:14px;font-size:11px;color:#607086;margin-bottom:17px}
.summary-note i{color:var(--yellow-dark)}
.empty-card{padding:55px 25px;text-align:center}
.empty-card>i{font-size:56px;color:var(--yellow-dark)}
.empty-card h1,.empty-card h2{font-size:28px;color:var(--navy);font-weight:950;margin:12px 0 8px}
.empty-card p{color:var(--muted);font-size:13px}
.empty-card.success>i{color:var(--success)}
.checkout-shell,.contact-shell{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}
.contact-shell{grid-template-columns:380px minmax(0,1fr)}
.modern-form,.checkout-side,.contact-panel{padding:30px}
.modern-form h3,.checkout-side h4,.contact-panel h2{font-size:24px;color:var(--navy);font-weight:950;margin-bottom:8px}
.modern-form p,.form-intro,.contact-panel>p{color:var(--muted);font-size:12px}
.modern-form label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#687689;font-weight:950;margin-bottom:5px}
.modern-form .form-control{min-height:47px;border:1px solid var(--line);border-radius:14px;font-size:12px;padding:10px 12px}
.modern-form .form-control:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,196,0,.14)}
.checkout-side{background:linear-gradient(145deg,var(--navy-2),var(--navy-3));color:#fff}
.checkout-side h4{color:#fff}
.checkout-side p,.checkout-side li{color:#ccd7e2;font-size:12px}
.contact-panel{background:linear-gradient(145deg,#fff9e7,#fff)}
.contact-method{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(18,38,63,.09)}
.contact-method:last-child{border-bottom:0}
.contact-method>i{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto}
.contact-method span{font-size:11px;color:#5d6b7e}
.contact-method strong{display:block;color:var(--navy);font-size:12px}
.contact-method a{display:block;color:var(--navy);font-weight:850}
.content-page{max-width:1000px;margin:auto;padding:34px}
.page-hero-card{padding:34px;border-radius:16px;background:linear-gradient(135deg,var(--navy-2),var(--navy-3));color:#fff;margin-bottom:22px}
.page-hero-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--yellow);font-weight:950}
.page-hero-card h2{font-size:34px;line-height:1.1;font-weight:950;letter-spacing:-1px;margin:8px 0 12px}
.page-hero-card p{color:#ccd7e2;font-size:14px;margin:0}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.info-grid>div{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}
.info-grid h3{font-size:17px;color:var(--navy);font-weight:950}
.info-grid p{font-size:12px;color:var(--muted);margin:0}
.faq-list h2{font-size:28px;color:var(--navy);font-weight:950;margin-bottom:18px}
.faq-list details{border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin-bottom:10px}
.faq-list summary{cursor:pointer;font-size:13px;color:var(--navy);font-weight:900}
.faq-list p{font-size:12px;color:var(--muted);margin:12px 0 0}

/* Footer */
.store-benefits{border-top:1px solid var(--line);background:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit-grid>div{min-height:104px;padding:22px 18px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}
.benefit-grid>div:last-child{border-right:0}
.benefit-grid>div>i{font-size:27px;color:var(--yellow-dark)}
.benefit-grid span{display:grid}
.benefit-grid strong{font-size:13px;color:var(--navy)}
.benefit-grid small{font-size:10px;color:var(--muted);margin-top:3px}
.help-banner{background:var(--yellow);padding:32px 0}
.help-banner-inner{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:20px}
.help-banner-icon{width:58px;height:58px;border-radius:50%;background:rgba(18,38,63,.12);display:grid;place-items:center;font-size:25px;color:var(--navy)}
.help-banner span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950;opacity:.7}
.help-banner h3{font-size:26px;font-weight:950;color:var(--navy);margin:2px 0 3px;letter-spacing:-.7px}
.help-banner p{font-size:12px;margin:0;color:#574900}
.help-banner .btn{white-space:nowrap;color:var(--navy)}
.site-footer{background:var(--navy-2);color:#fff;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr 1.1fr;gap:50px}
.footer-logo .store-brand-copy strong{color:#fff}
.footer-logo .store-brand-copy small{color:#9bacbf}
.footer-about>p{color:#adbac9;font-size:12px;max-width:420px;margin:18px 0}
.footer-badges{display:flex;gap:8px;flex-wrap:wrap}
.footer-badges span{padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#c5d0dc;font-size:10px}
.footer-badges i{color:var(--yellow)}
.footer-grid h5{font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:950;color:#fff;margin-bottom:18px}
.footer-grid>div:not(.footer-about):not(.footer-contact)>a{display:block;color:#aebdcd;font-size:12px;margin:10px 0}
.footer-grid a:hover{color:var(--yellow)}
.footer-contact p{display:flex;gap:11px;color:#aebdcd;font-size:11px;margin-bottom:14px}
.footer-contact p>i{color:var(--yellow);margin-top:2px}
.footer-contact p span{display:grid}
.footer-contact p small{color:#8293a7;text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:900;margin-bottom:2px}
.footer-contact p a{color:#dbe3ec}
.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:40px;padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#7f91a5;font-size:10px}
.footer-bottom div{display:flex;gap:16px}
.back-to-top{position:fixed;right:18px;bottom:18px;width:43px;height:43px;border:0;border-radius:50%;background:var(--yellow);color:var(--navy);box-shadow:var(--shadow-md);display:grid;place-items:center;z-index:1030;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}
.back-to-top.show{opacity:1;visibility:visible;transform:none}

@media(max-width:1299px){
  .header-main-grid{gap:22px}.store-search{grid-template-columns:155px minmax(0,1fr) 54px}.home-hero-grid{grid-template-columns:230px minmax(0,1fr) 250px}.category-nav{min-width:230px}.nav-links a{padding:0 10px}.hero-slide{padding:42px 36px}.catalogue-filters{grid-template-columns:minmax(200px,1.3fr) 1fr .85fr 1fr}.catalogue-select-field:nth-of-type(4){display:none}
}
@media(max-width:1199px){
  .home-hero-grid{grid-template-columns:minmax(0,1fr) 280px}.hero-slide{grid-template-columns:1.1fr .9fr}.business-use-grid{grid-template-columns:1fr 1fr}.business-use-intro{grid-row:span 2}.category-grid{grid-template-columns:repeat(3,1fr)}.product-detail-grid{grid-template-columns:minmax(0,1fr) 430px}.product-main-stage{height:540px}.product-thumbnail-rail{max-height:540px}.catalogue-filters{grid-template-columns:1.4fr 1fr 1fr auto}.catalogue-price-field{display:none}.header-main-grid{grid-template-columns:auto 1fr auto}
}
@media(max-width:991px){
  .header-main-grid{min-height:76px;grid-template-columns:auto minmax(0,1fr) auto;gap:15px}.store-search{grid-template-columns:minmax(0,1fr) 50px}.store-search select{display:none}.home-hero{padding-top:18px}.home-hero-grid{grid-template-columns:1fr}.hero-carousel-wrap{grid-column:1}.hero-slide{padding:40px}.trust-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2),.benefit-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2),.benefit-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(2,1fr)}.store-section,.business-use-section{padding:55px 0}.product-card-media{height:220px}.catalogue-layout{grid-template-columns:1fr}.catalogue-sidebar{position:static}.catalogue-sidebar.collapse:not(.show){display:none}.catalogue-filters{grid-template-columns:1.4fr 1fr 1fr auto}.product-detail-grid{grid-template-columns:1fr}.product-purchase-card{position:static}.product-lower-grid{grid-template-columns:1fr}.product-help-card{position:static}.product-main-stage{height:560px}.product-thumbnail-rail{max-height:560px}.checkout-shell,.contact-shell{grid-template-columns:1fr}.checkout-side{order:2}.contact-panel{order:2}.summary-card{position:static}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-contact{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.footer-contact h5{grid-column:1/-1;margin-bottom:0}.help-banner-inner{grid-template-columns:58px 1fr}.help-banner .btn{grid-column:2;justify-self:start}.info-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .header-main-grid{grid-template-columns:auto 1fr auto}.store-brand-mark{width:41px;height:41px;font-size:21px}.store-brand-copy strong{font-size:23px}.store-brand-copy small{font-size:9px}.header-tools{gap:10px}.cart-tool{width:43px;height:43px}.home-hero{padding-top:0}.home-hero .container{padding:0}.hero-carousel-wrap,#homeHeroCarousel,.hero-slide{border-radius:0}.hero-slide{height:510px;grid-template-columns:1fr;padding:34px 24px 72px}.hero-slide-copy{align-self:end}.hero-slide-media{position:absolute;right:8px;top:20px;width:48%;height:220px;opacity:.9}.hero-product-halo{width:210px;height:210px}.hero-slide h1,.hero-slide h2{font-size:36px;max-width:90%}.hero-slide p{font-size:14px;max-width:85%}.hero-price-line strong{font-size:24px}.home-trust-strip{padding:15px 0 28px}.section-heading{align-items:flex-start}.section-heading h2{font-size:29px}.business-use-grid{grid-template-columns:1fr}.business-use-intro{grid-row:auto}.product-card-media{height:200px}.promo-grid{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr}.catalogue-filters{grid-template-columns:1fr 1fr}.catalogue-search-field{grid-column:1/-1}.catalogue-filter-actions{justify-content:flex-end}.product-gallery-layout{grid-template-columns:1fr}.product-thumbnail-rail{order:2;display:flex;max-height:none;overflow-x:auto;padding:2px 0 2px}.thumb-btn{min-width:92px}.product-main-stage{height:480px}.product-purchase-card{padding:23px}.product-purchase-card h1{font-size:27px}.product-buy-form{grid-template-columns:110px 1fr}.cart-item{grid-template-columns:80px 1fr 80px}.cart-item img{width:80px;height:80px}.cart-price{display:none}.qty-input{width:70px}.line-total{grid-column:3}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-about{grid-column:1/-1}.footer-contact{grid-template-columns:1fr}.footer-contact h5{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.help-banner h3{font-size:22px}
}
@media(max-width:575px){
  .container{padding-left:15px;padding-right:15px}.header-main-grid{min-height:70px}.store-brand-copy small{display:none}.store-brand-mark{width:39px;height:39px}.store-brand-copy strong{font-size:22px}.cart-tool,.mobile-menu-button{width:39px;height:39px}.hero-slide{height:530px;padding:30px 20px 72px}.hero-slide-media{width:60%;height:205px;right:-12px}.hero-product-halo{width:190px;height:190px}.hero-slide h1,.hero-slide h2{font-size:31px;letter-spacing:-1px;max-width:95%}.hero-slide p{max-width:96%;font-size:13px}.hero-buttons .btn{padding:.65rem .85rem;font-size:12px}.carousel-control-prev,.carousel-control-next{display:none}.trust-grid,.benefit-grid{grid-template-columns:1fr}.trust-grid>div,.benefit-grid>div{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:75px}.trust-grid>div:last-child,.benefit-grid>div:last-child{border-bottom:0!important}.store-section,.business-use-section{padding:44px 0}.section-heading{display:block;margin-bottom:22px}.section-heading h2{font-size:26px}.section-heading>a{display:inline-block;margin-top:14px}.category-grid{grid-template-columns:1fr}.category-card{min-height:84px}.product-card-media{height:165px}.product-card-body{padding:12px}.product-card h3{font-size:12px;min-height:49px}.product-card-footer>strong{font-size:16px}.product-add-button{height:34px}.promo-card{padding:28px;min-height:235px}.promo-card>div{max-width:83%}.promo-card h3{font-size:25px}.business-use-intro,.business-use-card{padding:23px}.inner-hero,.shop-hero{padding:34px 0}.inner-hero h1,.shop-hero h1{font-size:31px}.catalogue-section{padding:30px 0 50px}.catalogue-filters{grid-template-columns:1fr}.catalogue-search-field{grid-column:auto}.catalogue-filter-actions{justify-content:stretch}.catalogue-filter-actions .btn{flex:1}.catalogue-toolbar{align-items:flex-start;flex-direction:column;gap:4px}.product-page-section{padding:24px 0 50px}.product-gallery-card{padding:10px}.product-main-stage{height:350px}.product-main-stage>img{padding:13px}.gallery-arrow{width:36px;height:36px}.thumb-btn{min-width:80px}.thumb-btn img{height:62px}.product-purchase-card{padding:19px}.product-status-row{align-items:flex-start;flex-direction:column}.product-purchase-card h1{font-size:24px}.product-price-block strong{font-size:32px}.product-buy-form{grid-template-columns:1fr}.product-question-button{grid-column:auto}.purchase-services{grid-template-columns:1fr}.purchase-services>div{border-right:0;border-bottom:1px solid var(--line);display:flex;align-items:center;text-align:left;gap:10px;padding:12px}.purchase-services>div:last-child{border-bottom:0}.purchase-services i{margin:0}.product-spec-grid{grid-template-columns:95px 1fr}.product-description-card,.product-help-card,.modern-form,.checkout-side,.contact-panel,.content-page,.empty-card{padding:21px}.cart-item{grid-template-columns:66px 1fr}.cart-item img{width:66px;height:66px}.qty-input,.line-total{grid-column:2}.line-total{justify-self:end}.cart-card>.btn{width:100%;margin-top:12px}.guide-grid>a,.guide-grid>div{grid-template-columns:42px 1fr auto;padding:16px}.help-banner-inner{grid-template-columns:1fr;text-align:center}.help-banner-icon{margin:auto}.help-banner .btn{grid-column:auto;justify-self:center}.footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-contact{grid-column:auto}.footer-bottom div{flex-wrap:wrap}.page-hero-card{padding:24px}.page-hero-card h2{font-size:27px}
}


/* Homepage lifestyle-only hero slider */
.hero-lifestyle-slide{display:block!important;height:484px;min-height:484px;padding:0!important;background:#0f172a;overflow:hidden}
.hero-lifestyle-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.hero-lifestyle-slide::before,.hero-lifestyle-slide::after{display:none!important}
@media (max-width:1199.98px){.hero-lifestyle-slide{height:430px;min-height:430px}}
@media (max-width:767.98px){.hero-lifestyle-slide{height:360px;min-height:360px}}
@media (max-width:575.98px){.hero-lifestyle-slide{height:300px!important;min-height:300px;padding:0!important}.hero-lifestyle-slide img{object-fit:cover}}
