:root{--navy:#2B3A67;--navy-light:#3D4F7C;--blue:#5B7BB4;--blue-light:#A3BAE0;--blue-pale:#D6E2F3;--blue-ghost:#EBF0F9;--red:#C03A3A;--red-soft:#D4605E;--red-light:#EABCBA;--white:#FFFFFF;--off-white:#F8F9FC;--cream:#F3F5FA;--border:#E1E5EE;--border-light:#ECEEF5;--text:#1E2840;--text-mid:#4A5568;--text-light:#7A8599;--gold:#D4A03C;--shadow-sm:0 1px 3px rgba(43,58,103,.06);--shadow-md:0 4px 16px rgba(43,58,103,.08);--shadow-lg:0 8px 30px rgba(43,58,103,.12)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Outfit',sans-serif;background:var(--off-white);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}
.promo-bar{background:var(--red);color:#fff;text-align:center;padding:9px 1rem;font-size:.82rem;font-weight:500;letter-spacing:.03em;z-index:1001;position:relative}
.promo-bar strong{color:#FFD}.promo-bar a{color:#FFD;text-decoration:underline;margin-left:4px}
.main-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1100;background:#fff;box-shadow:0 1px 8px rgba(43,58,103,.08)}
.nav-tabs{display:flex;gap:.25rem;flex-shrink:0}
.nav-tab{padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;color:var(--navy);background:0 0;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;font-family:'Outfit',sans-serif}
.nav-tab:hover{background:var(--blue-ghost);border-color:var(--blue-pale)}
.nav-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.nav-search{flex:1;max-width:480px;position:relative}
.nav-search input{width:100%;padding:.6rem 2.8rem .6rem 1.1rem;border:2px solid var(--border);border-radius:50px;font-size:.88rem;font-family:'Outfit',sans-serif;background:var(--cream);color:var(--text);outline:0;transition:all .2s}
.nav-search input::placeholder{color:#9aa3b2}
.nav-search input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--blue-pale)}
.nav-search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:var(--navy);border:0;width:34px;height:34px;min-width:34px;min-height:34px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-appearance:none;padding:0}
.nav-search-btn:hover{background:var(--blue)}
.nav-search-btn svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.5}
.nav-icons{display:flex;align-items:center;gap:.15rem}
.nav-icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:0 0;border:0;border-radius:50%;cursor:pointer;transition:background .2s}
.nav-icon-btn:hover{background:var(--blue-ghost)}
.nav-icon-btn svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8}
.nav-badge{position:absolute;top:3px;right:3px;background:var(--red);color:#fff;font-size:.62rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
.sub-nav{background:var(--cream);border-bottom:1px solid var(--border-light);overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:visible}
.help-banner{display:block;overflow:hidden;background:linear-gradient(90deg,#2B3A67 0%,#3a4d85 100%);color:#fff;text-decoration:none;padding:.7rem 0;font-size:.85rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.1);transition:filter .2s;line-height:1.35;-webkit-text-size-adjust:100%;text-size-adjust:100%}
.help-banner:hover{filter:brightness(1.1)}
.help-banner:hover .help-ticker-track{animation-play-state:paused}
/* Constant left-to-right marquee: track holds two identical segments; sliding from -50% to 0 loops seamlessly */
.help-ticker-track{display:inline-flex;white-space:nowrap;will-change:transform;animation:helpTickerLTR 60s linear infinite}
.help-ticker-seg{display:inline-flex;align-items:center}
.help-ticker-item{display:inline-flex;align-items:center;gap:.6rem;padding-right:3.5rem}
@keyframes helpTickerLTR{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){.help-ticker-track{animation:none}}
.help-banner-icon{font-size:1.05rem;flex-shrink:0}
.help-banner-text strong{font-weight:700;text-decoration:underline;text-underline-offset:2px}
@media(max-width:600px){.help-banner{font-size:.78rem;padding:.6rem 0}.help-banner-icon{font-size:.95rem}}

.sub-nav-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;padding:0 1.5rem;height:44px}
.sub-nav-link{padding:.5rem 1.2rem;font-size:.8rem;font-weight:500;color:var(--text-mid);text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s;height:100%;display:flex;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}
.sub-nav-link:hover{color:var(--navy);border-bottom-color:var(--blue)}
.sub-nav-link.hot{color:var(--red);font-weight:600}
.hero{position:relative;width:100%;height:520px;overflow:hidden;background:var(--navy)}
.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block;opacity:.85}
.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(43,58,103,.7) 0%,rgba(43,58,103,.3) 45%,transparent 100%);display:flex;align-items:center}
.hero-content{max-width:1400px;margin:0 auto;width:100%;padding:2rem 3rem}
.hero-eyebrow{display:inline-block;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;padding:.35rem 1rem;border-radius:4px;margin-bottom:1rem;animation:fadeUp .6s ease both}
.hero h1{font-family:'Libre Baskerville',serif;font-size:3.2rem;font-weight:700;color:#fff;line-height:1.15;max-width:540px;margin-bottom:1rem;animation:fadeUp .6s ease .1s both;text-shadow:0 2px 12px rgba(0,0,0,.2)}
.hero p{font-size:1.05rem;color:rgba(255,255,255,.92);max-width:440px;line-height:1.6;margin-bottom:1.5rem;animation:fadeUp .6s ease .2s both}
.hero-actions{display:flex;gap:.8rem;animation:fadeUp .6s ease .3s both}
.hero-btn{padding:.8rem 1.8rem;font-size:.88rem;font-weight:600;font-family:'Outfit',sans-serif;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .25s;display:inline-flex;align-items:center;gap:.5rem}
.hero-btn-primary{background:var(--red);color:#fff;border:0}
.hero-btn-primary:hover{background:var(--red-soft);transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.hero-btn-outline{background:rgba(255,255,255,.12);color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.hero-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.2);transform:translateY(-2px)}
.trust-bar{background:#fff;border-bottom:1px solid var(--border-light);padding:1rem 1.5rem}
.trust-bar-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--text-mid);font-weight:500}
.trust-icon{width:36px;height:36px;border-radius:50%;background:var(--blue-ghost);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2}
.section{max-width:1400px;margin:0 auto;padding:3rem 1.5rem}
.about-us-section{background:var(--off-white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}
.about-us-content{max-width:1180px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.about-us-content p{font-size:1rem;line-height:1.75;color:var(--text-mid);margin-bottom:1.2rem;text-align:center}
.about-us-content p:last-child{margin-bottom:0}
.about-us-content strong{color:var(--navy);font-weight:600}
@media(max-width:700px){
  .about-us-content p{font-size:.95rem;line-height:1.65}
}

.section-header{text-align:center;margin-bottom:2.5rem}
.section-header h2{font-family:'Libre Baskerville',serif;font-size:1.9rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.section-header p{font-size:1rem;color:var(--text-light);max-width:520px;margin:0 auto}
.accent-line{display:block;width:48px;height:3px;background:var(--red);margin:.8rem auto 0;border-radius:2px}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1200px;margin:0 auto}
.cat-card{-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all .3s;text-decoration:none;color:inherit}
.cat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--blue-light)}
.cat-card-img{height:220px;overflow:hidden;position:relative}
.cat-card-img img{width:100%;height:100%;object-fit:cover;object-position:center 35%;transition:transform .4s}
.cat-card:hover .cat-card-img img{transform:scale(1.05)}
.cat-card-img::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 40%,rgba(43,58,103,.5))}
.cat-card-body{padding:1.2rem;text-align:center}
.cat-card-body h3{font-family:'Libre Baskerville',serif;font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}
.cat-card-body p{font-size:.82rem;color:var(--text-light)}
.cat-card-count{display:inline-block;margin-top:.6rem;font-size:.72rem;font-weight:600;color:var(--navy);background:var(--blue-pale);padding:.25rem .75rem;border-radius:20px}
.products-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}
.result-count{font-size:.88rem;color:var(--text-light)}
.filter-tabs{display:flex;gap:.4rem;flex-wrap:wrap}
.filter-tab{padding:.5rem 1.1rem;font-size:.78rem;font-weight:600;border:1.5px solid var(--border);border-radius:50px;background:#fff;color:var(--text-mid);cursor:pointer;transition:all .2s;font-family:'Outfit',sans-serif}
.filter-tab:hover{border-color:var(--blue);color:var(--navy)}
.filter-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.sort-select{padding:.5rem 1rem;font-size:.82rem;font-family:'Outfit',sans-serif;border:1.5px solid var(--border);border-radius:6px;background:#fff;color:var(--text);cursor:pointer}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}
.product-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:all .3s;position:relative}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--blue-light)}
.product-card:hover .product-tag{position:absolute;top:10px;left:10px;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .65rem;border-radius:4px;z-index:2}
.product-tag.bestseller{background:var(--navy);color:#fff}
.product-tag.new{background:var(--red);color:#fff}
.product-fav{position:absolute;top:10px;right:10px;width:36px;height:36px;background:#fff;border:0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:all .2s;z-index:2}
.product-fav:hover{transform:scale(1.1)}.product-fav svg{width:18px;height:18px;stroke:var(--text-light);fill:none;stroke-width:2}
.product-fav.liked svg{fill:var(--red);stroke:var(--red)}
.product-info{padding:1.1rem}
.product-category{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:.3rem}
.product-info h3{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem;line-height:1.3}
.product-desc{font-size:.78rem;color:var(--text-light);line-height:1.4;margin-bottom:.6rem}
.product-rating{display:flex;align-items:center;gap:.3rem;margin-bottom:.6rem}
.product-rating .stars{color:var(--gold);font-size:.78rem}
.product-rating .count{font-size:.72rem;color:var(--text-light)}
.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}
.product-price{font-size:1.15rem;font-weight:700;color:var(--navy)}
.product-add-btn{width:38px;height:38px;border-radius:50%;border:0;background:var(--navy);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}
.product-add-btn:hover{background:var(--red);transform:scale(1.1)}
.product-add-btn svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.5}
.product-quick-view{position:absolute;bottom:0;left:0;right:0;background:var(--navy);color:#fff;text-align:center;padding:.65rem;font-size:.82rem;font-weight:600;cursor:pointer;transform:translateY(100%);transition:transform .25s}
.grant-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:#fff;margin:2rem 0;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;min-height:280px}
.grant-banner::before{content:'';position:absolute;top:-60%;right:-8%;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.04)}
.grant-banner-content{padding:2.5rem 3rem;position:relative;z-index:1}
.grant-banner-content h3{font-family:'Libre Baskerville',serif;font-size:1.6rem;margin-bottom:.5rem}
.grant-banner-content p{font-size:.95rem;opacity:.9;max-width:480px;margin-bottom:1.2rem;line-height:1.5}
.grant-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;background:var(--red);color:#fff;font-weight:600;font-size:.88rem;font-family:'Outfit',sans-serif;border:0;border-radius:6px;cursor:pointer;transition:all .2s}
.grant-btn:hover{background:var(--red-soft);transform:translateY(-1px)}
.grant-banner-img{height:100%;overflow:hidden}
.grant-banner-img img{width:100%;height:100%;object-fit:cover;min-height:280px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.why-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.8rem 1.4rem;text-align:center;transition:all .3s}
.why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.why-icon{width:56px;height:56px;border-radius:50%;background:var(--blue-ghost);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.why-icon svg{width:26px;height:26px;stroke:var(--navy);fill:none;stroke-width:1.8}
.why-card h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}
.why-card p{font-size:.82rem;color:var(--text-light);line-height:1.5}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.5rem;position:relative}
.testimonial-card::before{content:'"';font-family:'Libre Baskerville',serif;font-size:4rem;color:var(--blue-pale);position:absolute;top:.5rem;left:1.2rem;line-height:1}
.testimonial-card p{font-size:.88rem;color:var(--text-mid);line-height:1.6;margin-top:1.5rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:.6rem;margin-top:1rem}
.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--navy)}
.testimonial-name{font-size:.82rem;font-weight:600;color:var(--text)}
.testimonial-loc{font-size:.72rem;color:var(--text-light)}
.testimonial-stars{color:var(--gold);font-size:.75rem;margin-top:.2rem}
.cta-banner{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:3rem;text-align:center;margin:1rem 0}
.cta-banner h3{font-family:'Libre Baskerville',serif;font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}
.cta-banner p{font-size:.95rem;color:var(--text-light);margin-bottom:1.2rem;max-width:500px;margin-left:auto;margin-right:auto}
.cta-banner-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.cta-btn-phone{padding:.75rem 1.8rem;background:var(--navy);color:#fff;font-weight:600;font-size:.9rem;font-family:'Outfit',sans-serif;border:0;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}
.cta-btn-phone:hover{background:var(--blue);transform:translateY(-1px)}
#ctaCallArrow{animation:ctaArrowBounce 0.9s ease-in-out infinite}
.cta-arrow-label{background:#e63946;color:#fff;font-size:.78rem;font-weight:700;padding:.25rem .7rem;border-radius:14px;white-space:nowrap;box-shadow:0 3px 10px rgba(230,57,70,.35)}
.cta-arrow-point{color:#e63946;font-size:1.5rem;line-height:1;font-weight:900;margin-top:-2px}
@keyframes ctaArrowBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}
.cta-btn-email{padding:.75rem 1.8rem;background:#fff;color:var(--navy);font-weight:600;font-size:.9rem;font-family:'Outfit',sans-serif;border:2px solid var(--navy);border-radius:6px;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}
.cta-btn-email:hover{background:var(--navy);color:#fff}
.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(43,58,103,.35);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:2000;opacity:0;visibility:hidden;transition:all .3s}
.cart-overlay.open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:#fff;z-index:2001;transform:translateX(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-4px 0 32px rgba(43,58,103,.15)}
.cart-overlay.open .cart-drawer{transform:translateX(0)}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border)}
.cart-header h3{font-family:'Libre Baskerville',serif;font-size:1.15rem;color:var(--navy)}
.cart-close{width:36px;height:36px;border-radius:50%;border:0;background:var(--cream);cursor:pointer;display:flex;align-items:center;justify-content:center}
.cart-close:hover{background:var(--border)}
.cart-close svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:2}
.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}
.cart-empty{text-align:center;padding:3rem 1rem;color:var(--text-light)}
.cart-empty-icon{font-size:3rem;margin-bottom:.8rem}
.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-light)}
.cart-item-img{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--cream)}
.cart-item-img img{width:100%;height:100%;object-fit:cover}
.cart-item-details{flex:1}
.cart-item-details h4{font-size:.86rem;font-weight:600}
.item-variant{font-size:.73rem;color:var(--text-light)}
.item-price{font-size:.92rem;font-weight:700;color:var(--navy);margin-top:.3rem}
.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}
.qty-btn{width:28px;height:28px;border-radius:4px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;font-family:'Outfit',sans-serif}
.qty-btn:hover{border-color:var(--blue);background:var(--blue-ghost)}
.qty-num{font-size:.85rem;font-weight:600;min-width:20px;text-align:center}
.cart-item-remove{background:0 0;border:0;color:var(--text-light);cursor:pointer;font-size:.72rem;text-decoration:underline;margin-top:.3rem;padding:0;font-family:'Outfit',sans-serif}
.cart-item-remove:hover{color:var(--red)}
.cart-footer{border-top:1px solid var(--border);padding:1.2rem 1.5rem}
.cart-totals{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.88rem;color:var(--text-mid)}
.cart-totals.total{font-size:1.1rem;font-weight:700;color:var(--navy);border-top:1px solid var(--border);padding-top:.6rem;margin-top:.5rem}
.cart-checkout-btn{width:100%;padding:.9rem;background:var(--red);color:#fff;font-size:.95rem;font-weight:600;font-family:'Outfit',sans-serif;border:0;border-radius:8px;cursor:pointer;margin-top:1rem;transition:all .2s}
.cart-checkout-btn:hover{background:var(--red-soft);transform:translateY(-1px)}
.cart-continue{display:block;text-align:center;margin-top:.7rem;font-size:.82rem;color:var(--text-light);cursor:pointer;background:0 0;border:0;text-decoration:underline;font-family:'Outfit',sans-serif;width:100%}
footer{background:var(--navy);color:rgba(255,255,255,.7);padding:3rem 1.5rem 1.5rem;margin-top:2rem}
.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}
.footer-brand .footer-logo-img{height:52px;width:auto;margin-bottom:.8rem;object-fit:contain}
.footer-brand p{font-size:.85rem;line-height:1.6;max-width:300px}
.footer-col h4{color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.footer-col a{display:block;color:rgba(255,255,255,.6);text-decoration:none;font-size:.85rem;margin-bottom:.5rem;transition:color .2s}
.footer-col a:hover{color:var(--red-light)}
.footer-bottom{max-width:1400px;margin:2rem auto 0;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.78rem}
.footer-payments{display:flex;gap:.5rem}
.footer-payments span{background:rgba(255,255,255,.1);padding:.3rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600}
/* BURGER MENU */
.burger-btn{width:42px;height:auto;background:0 0;border:0;cursor:pointer;flex-shrink:0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .2s;padding:4px 6px;gap:1px}
.burger-btn:hover{background:var(--blue-ghost)}
.burger-btn .burger-label{font-size:.58rem;font-weight:600;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;line-height:1}
.burger-btn .burger-lines{display:flex;flex-direction:column;align-items:center}
.burger-btn span.bl{display:block;width:20px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s;margin:2.5px auto}
.burger-btn.open span.bl:nth-child(1){transform:rotate(45deg) translate(3px,3.5px)}
.burger-btn.open span.bl:nth-child(2){opacity:0}
.burger-btn.open span.bl:nth-child(3){transform:rotate(-45deg) translate(3px,-3.5px)}
.burger-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(43,58,103,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1500;opacity:0;visibility:hidden;transition:all .25s}
.burger-overlay.open{opacity:1;visibility:visible}
.burger-drawer{position:fixed;top:0;left:0;bottom:0;width:320px;max-width:85vw;background:#fff;z-index:1501;transform:translateX(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:4px 0 32px rgba(43,58,103,.15);overflow-y:auto}
.burger-overlay.open .burger-drawer{transform:translateX(0)}


.burger-close{width:36px;height:36px;border-radius:50%;border:0;background:var(--cream);cursor:pointer;display:flex;align-items:center;justify-content:center}
.burger-close:hover{background:var(--border)}
.burger-close svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:2}


.burger-link{display:flex;align-items:center;gap:.7rem;padding:.55rem 0;color:var(--text);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .2s;cursor:pointer}
.burger-link:hover{color:var(--red)}
.burger-link-img{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--cream)}
.burger-link-text{flex:1}
.burger-link-price{font-size:.82rem;font-weight:700;color:var(--navy)}

.burger-nav-link:hover{color:var(--red)}
.burger-contact{padding:1.2rem 1.4rem}
.burger-contact a{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:var(--text-mid);text-decoration:none;font-size:.85rem;transition:color .2s}
.burger-contact a:hover{color:var(--navy)}
.burger-contact svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}
/* PRODUCT DETAIL PAGE */
.product-detail{display:none;max-width:1400px;margin:0 auto;padding:2rem 1.5rem}
.product-detail.visible{display:block}
.pd-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--text-mid);cursor:pointer;margin-bottom:1.5rem;background:0 0;border:0;padding:.4rem 0;font-family:'Outfit',sans-serif;transition:color .2s}
.pd-back:hover{color:var(--navy)}
.pd-back svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.pd-gallery{position:relative;border-radius:12px;overflow:hidden;background:var(--cream)}
.pd-gallery img{width:100%;height:auto;display:block;min-height:300px;object-fit:cover}
.pd-gallery-tag{position:absolute;top:14px;left:14px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .8rem;border-radius:4px}
.pd-gallery-tag.bestseller{background:var(--navy);color:#fff}
.pd-gallery-tag.new{background:var(--red);color:#fff}
.pd-info{padding:.5rem 0}
.pd-breadcrumb{font-size:.75rem;color:var(--text-light);margin-bottom:.6rem}
.pd-breadcrumb span{cursor:pointer;transition:color .2s}.pd-breadcrumb span:hover{color:var(--navy)}
.pd-info h1{font-family:'Libre Baskerville',serif;font-size:1.8rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.3}
.pd-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.pd-rating .stars{color:var(--gold);font-size:1rem}
.pd-rating .count{font-size:.85rem;color:var(--text-light)}
.pd-price{font-size:1.8rem;font-weight:700;color:var(--navy);margin-bottom:1rem}
.pd-price small{font-size:.85rem;font-weight:400;color:var(--text-light);margin-left:.5rem}
.pd-desc{font-size:.95rem;color:var(--text-mid);line-height:1.7;margin-bottom:1.5rem}
.pd-features{margin-bottom:1.5rem}
.pd-features h3{font-size:.85rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}
.pd-feature-list{display:flex;flex-direction:column;gap:.4rem}
.pd-feature{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--text-mid)}
.pd-feature svg{width:16px;height:16px;stroke:var(--navy);fill:none;stroke-width:2.5;flex-shrink:0}
.pd-finishes{margin-bottom:1.5rem}
.pd-finishes h3{font-size:.85rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}
.pd-finish-options{display:flex;gap:.5rem}
.pd-finish-chip{padding:.4rem 1rem;border:2px solid var(--border);border-radius:50px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:'Outfit',sans-serif}
.pd-finish-chip:hover,.pd-finish-chip.active{border-color:var(--navy);background:var(--navy);color:#fff}
.pd-actions{display:flex;gap:.8rem;margin-bottom:1.5rem}
.pd-add-btn{flex:1;padding:.9rem 1.5rem;background:var(--navy);color:#fff;font-size:.95rem;font-weight:600;font-family:'Outfit',sans-serif;border:0;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}
.pd-add-btn:hover{background:var(--red);transform:translateY(-1px)}
.pd-add-btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}
.pd-fav-btn{width:50px;height:50px;border:2px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}
.pd-fav-btn:hover{border-color:var(--red)}.pd-fav-btn svg{width:22px;height:22px;stroke:var(--text-light);fill:none;stroke-width:2}
.pd-delivery{background:var(--blue-ghost);border-radius:10px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.5rem}
.pd-delivery-item{display:flex;align-items:center;gap:.5rem;font-size:.84rem;color:var(--text-mid)}
.pd-delivery-item svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2;flex-shrink:0}
@media(max-width:900px){
  .pd-grid{grid-template-columns:1fr;gap:1.5rem}
  .pd-info h1{font-size:1.4rem}
  .pd-price{font-size:1.5rem}
}
@media(max-width:560px){
  .pd-grid{gap:1rem}
  .product-detail{padding:1rem .8rem}
  .pd-info h1{font-size:1.2rem}
  .pd-actions{flex-direction:column}.pd-fav-btn{width:100%;height:auto;padding:.7rem}
  .pd-gallery img{min-height:220px}
  .burger-drawer{width:280px}
}
.cart-fitting-section{padding:1rem 1.5rem;border-top:1px solid var(--border-light);background:var(--blue-ghost)}
.fitting-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.6rem 0}
.fitting-toggle-label{font-size:.88rem;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:.5rem}
.fitting-toggle-label svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2}
.toggle-switch{position:relative;width:44px;height:24px;background:var(--border);border-radius:12px;transition:background .2s;flex-shrink:0}
.toggle-switch.on{background:var(--navy)}
.toggle-switch::after{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:var(--shadow-sm)}
.toggle-switch.on::after{transform:translateX(20px)}
.fitting-details{max-height:0;overflow:hidden;transition:max-height .4s ease}
.fitting-details.expanded{max-height:800px}
.fitting-inner{padding:.8rem 0}
.fitting-note{font-size:.78rem;color:var(--text-mid);line-height:1.5;margin-bottom:1rem;background:#fff;padding:.6rem .8rem;border-radius:8px;border-left:3px solid var(--navy)}
.photo-upload-area{margin-bottom:1rem}
.photo-upload-label{font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.5rem;display:block}
.photo-slots{display:flex;gap:.6rem}
.photo-slot{width:90px;height:90px;border:2px dashed var(--border);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;background:#fff;position:relative;overflow:hidden}
.photo-slot:hover{border-color:var(--blue);background:var(--blue-ghost)}
.photo-slot.has-photo{border-style:solid;border-color:var(--navy)}
.photo-slot svg{width:22px;height:22px;stroke:var(--text-light);fill:none;stroke-width:1.8;margin-bottom:2px}
.photo-slot span{font-size:.62rem;color:var(--text-light);font-weight:500}
.photo-slot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}
.photo-slot .photo-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;background:var(--red);border:0;border-radius:50%;color:#fff;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .2s}
.photo-slot:hover .photo-remove{opacity:1}
.photo-slot input[type=file]{display:none}
.profile-form{display:flex;flex-direction:column;gap:.6rem}
.profile-form label{font-size:.8rem;font-weight:600;color:var(--text);display:block;margin-bottom:.2rem}
.profile-input{width:100%;padding:.55rem .8rem;border:1.5px solid var(--border);border-radius:8px;font-size:.84rem;font-family:'Outfit',sans-serif;outline:0;transition:border-color .2s;background:#fff}
.profile-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-pale)}
.profile-input::placeholder{color:#9aa3b2}
.profile-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.profile-textarea{resize:none;min-height:60px}
.fitting-callback{display:flex;align-items:center;gap:.5rem;margin-top:.4rem;font-size:.78rem;color:var(--text-mid)}
.fitting-submit{width:100%;padding:.75rem;background:var(--navy);color:#fff;font-size:.88rem;font-weight:600;font-family:'Outfit',sans-serif;border:0;border-radius:8px;cursor:pointer;margin-top:.5rem;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}
.fitting-submit:hover{background:var(--blue)}
.fitting-saved{display:none;padding:.6rem;background:#e8f5e9;border-radius:8px;text-align:center;font-size:.82rem;color:#2e7d32;font-weight:600}
.fitting-charges{background:#fff;border-radius:10px;padding:.8rem 1rem;margin-bottom:.8rem;border:1px solid var(--border-light)}
.fitting-charges-title{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:.5rem}
.fitting-charge-row{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--border-light)}
.fitting-charge-row:last-child{border-bottom:0}
.fitting-charge-label{font-size:.84rem;font-weight:500;color:var(--text)}
.fitting-charge-label small{display:block;font-size:.72rem;color:var(--text-light);font-weight:400}
.fitting-charge-price{font-size:.9rem;font-weight:700;color:var(--navy)}
.fitting-total-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0 0;margin-top:.3rem;border-top:2px solid var(--navy)}
.fitting-total-row span:first-child{font-size:.85rem;font-weight:700;color:var(--navy)}
.fitting-total-row span:last-child{font-size:1rem;font-weight:800;color:var(--red)}
/* PRODUCT OPTIONS DROPDOWN */
.product-options-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(43,58,103,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:4000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:none}
.product-options-overlay.open{opacity:1;visibility:visible}
.product-options-modal{background:#fff;border-radius:14px;box-shadow:0 16px 48px rgba(43,58,103,.2);width:420px;max-width:90vw;max-height:85vh;overflow-y:auto;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.16,1,.3,1)}
.product-options-overlay.open .product-options-modal{transform:translateY(0) scale(1)}
.options-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:1px solid var(--border)}
.options-header h3{font-family:'Libre Baskerville',serif;font-size:1.05rem;color:var(--navy)}
.options-close{width:32px;height:32px;border-radius:50%;border:0;background:var(--cream);cursor:pointer;display:flex;align-items:center;justify-content:center}
.options-close:hover{background:var(--border)}
.options-close svg{width:16px;height:16px;stroke:var(--text);fill:none;stroke-width:2}
.options-body{padding:1.2rem 1.4rem}
.options-label{font-size:.82rem;font-weight:600;color:var(--text-mid);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.06em}
.option-card{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border:2px solid var(--border);border-radius:10px;margin-bottom:.6rem;cursor:pointer;transition:all .2s;position:relative}
.option-card:hover{border-color:var(--blue-light);background:var(--blue-ghost)}
.option-card.selected{border-color:var(--navy);background:var(--blue-ghost)}
.option-price{font-size:.95rem;font-weight:700;color:var(--navy);white-space:nowrap;margin-left:auto;padding-left:.5rem}
.option-card.selected::after{content:'✓';position:absolute;top:8px;right:10px;width:22px;height:22px;background:var(--navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}
.option-swatch{width:72px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--cream)}
.option-swatch svg{width:100%;height:100%}
.option-details h4{font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:.15rem}
.option-details p{font-size:.75rem;color:var(--text-light);line-height:1.4}
.options-footer{padding:1rem 1.4rem;border-top:1px solid var(--border);display:flex;gap:.6rem}
.options-add-btn{flex:1;padding:.75rem;background:var(--navy);color:#fff;font-size:.88rem;font-weight:600;font-family:'Outfit',sans-serif;border:0;border-radius:8px;cursor:pointer;transition:all .2s}
.options-add-btn:hover{background:var(--red)}
.options-cancel-btn{padding:.75rem 1.2rem;background:var(--cream);color:var(--text-mid);font-size:.88rem;font-weight:600;font-family:'Outfit',sans-serif;border:0;border-radius:8px;cursor:pointer;transition:all .2s}
.options-cancel-btn:hover{background:var(--border)}
/* CHATBOT */
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.3)}}
.bot-msg{background:var(--blue-ghost);color:var(--text);align-self:flex-start;border-bottom-left-radius:4px}
.user-msg{background:var(--navy);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.typing-dots{display:flex;gap:4px;padding:.7rem 1rem;align-self:flex-start}
.typing-dots span{width:8px;height:8px;border-radius:50%;background:var(--blue-light);animation:bounce .6s infinite alternate}
.typing-dots span:nth-child(2){animation-delay:.15s}
.typing-dots span:nth-child(3){animation-delay:.3s}
@keyframes bounce{to{transform:translateY(-6px);opacity:.4}}

/* RELATED PRODUCTS */
.related-products{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}
.related-products h3{font-family:'Libre Baskerville',serif;font-size:1.2rem;color:var(--navy);margin-bottom:1.2rem}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
.related-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all .3s}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--blue-light)}
.related-card-img{height:150px;overflow:hidden;background:var(--cream)}
.related-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.related-card:hover .related-card-img img{transform:scale(1.05)}
.related-card-info{padding:.8rem}
.related-card-info h4{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:.3rem;line-height:1.3}
.related-card-price{font-size:.95rem;font-weight:700;color:var(--navy)}

@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1150px) and (min-width:901px){
  .nav-inner-wrap{flex-wrap:wrap;align-items:center;min-height:unset;padding:.4rem 1.2rem .2rem}
  .nav-tabs{flex:1;justify-content:flex-start}
  .nav-search{order:10;flex:1;max-width:none;padding:.2rem 0 .6rem}
  #burgerBtn{order:11;flex-shrink:0}
}
@media(max-width:900px){
  .nav-tabs{display:none}
  .nav-inner-wrap{flex-wrap:wrap;align-items:center;min-height:unset;padding:.4rem 1.2rem .2rem}
  .nav-logo{flex:1}
  .nav-search{order:10;flex:1;max-width:none;padding:.2rem 0 .6rem}
  #burgerBtn{order:11;flex-shrink:0}
  .hero{height:380px}.hero h1{font-size:2rem}.hero p{font-size:.9rem}.hero-content{padding:1.5rem}
  .hero-actions{flex-direction:column;gap:.5rem}.hero-btn{text-align:center;justify-content:center}
  .trust-bar-inner{gap:1.2rem}.trust-item{font-size:.78rem}
  .section{padding:2rem 1rem}
  .section-header h2{font-size:1.5rem}
  .cat-grid{grid-template-columns:1fr;gap:1rem}
  .cat-card-img{height:180px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}  .products-toolbar{flex-direction:column;align-items:flex-start;gap:.8rem}
  .grant-banner{grid-template-columns:1fr}.grant-banner-img{display:none}.grant-banner-content{padding:1.8rem 1.5rem}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .testimonials-grid{grid-template-columns:1fr}
  .cta-banner{padding:2rem 1.2rem}
  .footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem}
  .footer-bottom{flex-direction:column;gap:.6rem;text-align:center}
  
  
  
  
  .cart-drawer{width:100%;max-width:100vw}
  .product-options-modal{width:95vw;max-height:90vh}
  .option-card{padding:.7rem .8rem}
}
@media(max-width:560px){
  .promo-bar{font-size:.72rem;padding:8px .8rem}
  .nav-icons{gap:0}.nav-icon-btn{width:36px;height:36px}.nav-icon-btn svg{width:18px;height:18px}
  .sub-nav-inner{padding:0 .8rem}.sub-nav-link{padding:.4rem .8rem;font-size:.72rem}
  .hero{height:320px}.hero h1{font-size:1.6rem;max-width:280px}.hero p{font-size:.82rem;max-width:300px}
  .hero-eyebrow{font-size:.62rem;padding:.3rem .7rem}
  .hero-btn{padding:.65rem 1.2rem;font-size:.8rem}
  .trust-bar{padding:.8rem}.trust-bar-inner{flex-direction:column;gap:.6rem;align-items:flex-start}
  .trust-item{font-size:.76rem}.trust-icon{width:30px;height:30px}.trust-icon svg{width:15px;height:15px}
  .section{padding:1.5rem .8rem}.section-header{margin-bottom:1.5rem}
  .section-header h2{font-size:1.3rem}.section-header p{font-size:.85rem}
  .cat-card-img{height:160px}.cat-card-body{padding:.9rem}.cat-card-body h3{font-size:.92rem}
  .product-grid{grid-template-columns:1fr 1fr;gap:.6rem}
    .product-info{padding:.6rem}.product-info h3{font-size:.8rem}.product-desc{font-size:.7rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  .product-category{font-size:.6rem}.product-price{font-size:1rem}
  .product-add-btn{width:32px;height:32px}.product-add-btn svg{width:15px;height:15px}
  .product-tag{font-size:.58rem;padding:.2rem .5rem}
  .product-fav{width:30px;height:30px;top:6px;right:6px}.product-fav svg{width:14px;height:14px}
  .filter-tabs{gap:.3rem}.filter-tab{padding:.4rem .8rem;font-size:.7rem}
  .sort-select{font-size:.75rem;padding:.4rem .6rem}
  .result-count{font-size:.78rem}
  .grant-banner-content{padding:1.5rem 1.2rem}.grant-banner-content h3{font-size:1.2rem}.grant-banner-content p{font-size:.82rem}
  .grant-btn{font-size:.8rem;padding:.6rem 1.2rem}
  .why-grid{grid-template-columns:1fr;gap:.8rem}
  .why-card{padding:1.3rem 1rem;display:flex;align-items:center;gap:1rem;text-align:left}
  .why-icon{margin:0;width:48px;height:48px;flex-shrink:0}.why-icon svg{width:22px;height:22px}
  .testimonial-card{padding:1.2rem}.testimonial-card p{font-size:.82rem;margin-top:1.2rem}
  .cta-banner{padding:1.5rem 1rem}.cta-banner h3{font-size:1.2rem}.cta-banner p{font-size:.85rem}
  .cta-banner-btns{flex-direction:column}.cta-btn-phone,.cta-btn-email{justify-content:center;width:100%;font-size:.84rem}
  .footer-inner{grid-template-columns:1fr;gap:1.2rem}
  .footer-brand p{font-size:.8rem}
  .cart-header{padding:1rem}.cart-items{padding:.8rem 1rem}
  .cart-item-img{width:54px;height:54px}.cart-item-details h4{font-size:.8rem}
  .cart-fitting-section{padding:.8rem 1rem}
  .fitting-toggle-label{font-size:.82rem}
  .photo-slots{gap:.4rem}.photo-slot{width:80px;height:80px}
  .profile-row{grid-template-columns:1fr}
  .profile-input{font-size:.82rem;padding:.5rem .7rem}
  .cart-footer{padding:1rem}
  .cart-checkout-btn{padding:.8rem;font-size:.88rem}
  .options-header{padding:1rem}.options-body{padding:1rem}
  .option-swatch{width:60px;height:48px}
  .option-details h4{font-size:.82rem}.option-details p{font-size:.7rem}
  .options-footer{padding:.8rem 1rem}
}

/* CART SCROLL */
.cart-scroll-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}
#cartFitting{border-top:1px solid var(--border);background:#f9fafc;padding:.8rem 1.5rem}

/* SERVICE PANELS */
.service-panel{border:1.5px solid var(--border);border-radius:10px;margin-bottom:.6rem;overflow:hidden}
.service-panel-header{width:100%;display:flex;align-items:center;gap:.55rem;padding:.75rem .9rem;background:#fff;border:0;cursor:pointer;text-align:left;transition:background .15s}
.service-panel-header:hover{background:var(--blue-ghost,#f5f8ff)}
.service-panel-icon{font-size:1.05rem;flex-shrink:0}
.service-panel-title{flex:1;font-size:.88rem;font-weight:700;color:var(--navy)}
.service-panel-price{font-size:.78rem;font-weight:600;color:#3D59A1;white-space:nowrap}
.service-panel-chevron{font-size:.85rem;color:var(--text-light);transition:transform .2s;flex-shrink:0}
.service-panel-chevron.open{transform:rotate(180deg)}
.service-panel-body{padding:.8rem .9rem;border-top:1px solid var(--border);background:#fafbff}

/* CALLOUT BOX */
.callout-box{background:var(--blue-ghost,#f5f8ff);border:1.5px solid #c5d3f0;border-radius:12px;padding:1rem 1.1rem}
.callout-box-desc{font-size:.78rem;color:var(--text-light);margin-bottom:.75rem;line-height:1.4}
.callout-result-inner{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:8px;padding:.65rem .8rem;margin-bottom:.5rem;border:1px solid var(--border)}
.callout-result-inner .callout-area{font-size:.9rem;font-weight:700;color:var(--navy)}
.callout-result-inner .callout-zone{font-size:.72rem;color:var(--text-light);margin-top:.1rem}
.callout-result-inner .callout-fee-price{font-size:1.15rem;font-weight:800;color:var(--navy)}
.callout-zones-details{margin-top:.7rem}
.callout-zones-details summary{font-size:.75rem;color:var(--text-light);cursor:pointer;padding:.2rem 0}

/* OPTION GRID */
.opt-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:.25rem 0}
.opt-card{display:flex;flex-direction:column;align-items:center;border:2px solid var(--border);border-radius:12px;padding:.75rem .6rem .7rem;background:#fff;transition:border-color .2s,box-shadow .2s}
.opt-card:hover{border-color:#3D59A1;box-shadow:0 2px 10px rgba(43,58,103,.1)}
.opt-card.added{border-color:#22863a;background:#f0faf3}
.opt-name{font-size:.82rem;font-weight:700;color:var(--navy);text-align:center;margin-bottom:.5rem}
.opt-diagram{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f0f4f9;border-radius:10px;overflow:hidden;padding:8px;box-sizing:border-box}
.opt-diagram svg{width:100%;max-width:110px;height:auto;display:block;border-radius:6px}
.opt-price{font-size:.9rem;font-weight:800;color:var(--navy);text-align:center;margin-bottom:.55rem;min-height:1.2em}
.opt-add-btn{width:100%;padding:.45rem .4rem;border-radius:8px;border:0;background:var(--navy);color:#fff;font-size:.78rem;font-weight:700;cursor:pointer;transition:background .2s}
.opt-add-btn:hover{background:#3D59A1}
.opt-add-btn.added{background:#22863a}

/* CHECKOUT */
.checkout-overlay{position:fixed;inset:0;background:rgba(20,28,60,.55);z-index:3500;display:none;align-items:flex-start;justify-content:center;overflow-y:auto;padding:0}
.checkout-overlay.open{display:flex}
.checkout-modal{background:#fff;width:100%;max-width:520px;min-height:100dvh;display:flex;flex-direction:column;box-shadow:0 0 48px rgba(20,28,60,.25)}
.checkout-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:2}
.checkout-header h3{flex:1;font-size:1.05rem;font-weight:800;color:var(--navy);margin:0}
.checkout-back{display:flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--navy);background:none;border:0;cursor:pointer;padding:.3rem .5rem;border-radius:6px}
.checkout-back:hover{background:#f5f8ff}
.checkout-body{flex:1;overflow-y:auto;padding:1.25rem}
.co-section{margin-bottom:1.4rem}
.co-section-title{font-size:.78rem;font-weight:800;color:var(--text-mid);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.7rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}
.co-field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.65rem}
.co-field label{font-size:.78rem;font-weight:600;color:var(--navy)}
.co-optional{font-weight:400;color:var(--text-light)}
.co-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}
.co-input{width:100%;padding:.6rem .75rem;border:1.5px solid var(--border);border-radius:8px;font-size:.88rem;color:var(--navy);background:#fff;box-sizing:border-box;font-family:inherit}
.co-input:focus{outline:none;border-color:var(--navy)}
.co-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232B3A67' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}
.co-textarea{min-height:80px;resize:vertical}
.co-total-bar{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:#f5f8ff;border-radius:10px;margin-bottom:1.1rem;font-weight:800;font-size:1.05rem;color:var(--navy)}
.co-submit-btn{width:100%;padding:.95rem;background:#C03A3A;color:#fff;font-size:1rem;font-weight:800;border:0;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.55rem}
.co-submit-btn:hover{background:#a82e2e}
.co-secure-note{text-align:center;font-size:.75rem;color:var(--text-light);margin:.6rem 0 0}
.co-order-line{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.85rem;color:var(--navy)}
.co-order-line:last-child{border-bottom:none}
.co-order-line span:first-child{flex:1;padding-right:.5rem}
.co-order-line span:last-child{font-weight:700;white-space:nowrap}


/* ── CART SCROLL ── */
.cart-scroll-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}
.cart-footer{flex-shrink:0;border-top:1px solid var(--border);padding:1.1rem 1.4rem 1.4rem}
#cartFitting{border-top:1px solid var(--border)}

/* ── OPT GRID ── */
.opt-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;padding:.2rem 0 .5rem}
.opt-card{display:flex;flex-direction:column;align-items:center;border:2px solid var(--border,#dde3f0);border-radius:12px;padding:.7rem .55rem .65rem;background:#fff;transition:border-color .18s}
.opt-card:hover{border-color:var(--blue,#3D59A1)}
.opt-card.added{border-color:#22863a;background:#f0faf3}
.opt-name{font-size:.8rem;font-weight:700;color:var(--navy,#2B3A67);text-align:center;margin-bottom:.45rem}
.opt-diagram{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f0f4f9;border-radius:10px;overflow:hidden;padding:8px;box-sizing:border-box}
.opt-diagram svg{width:100%;height:auto;display:block;border-radius:5px}
.opt-price{font-size:.88rem;font-weight:800;color:var(--navy,#2B3A67);text-align:center;margin-bottom:.5rem;min-height:1.1em}
.opt-add-btn{width:100%;padding:.42rem .3rem;border-radius:7px;border:0;background:var(--navy,#2B3A67);color:#fff;font-size:.74rem;font-weight:700;cursor:pointer;transition:background .18s}
.opt-add-btn:hover{background:var(--blue,#3D59A1)}
.opt-add-btn.added{background:#22863a}
.opt-btn-tick{display:none}
.options-footer-close{padding:.8rem 1.2rem;border-top:1px solid var(--border,#dde3f0);text-align:center}

/* ── SERVICE PANELS ── */
.service-panel{border:1.5px solid var(--border,#dde3f0);border-radius:10px;margin:.6rem 1rem .4rem;overflow:hidden}
.service-panel-header{width:100%;display:flex;align-items:center;gap:.5rem;padding:.7rem .85rem;background:#fff;border:0;cursor:pointer;text-align:left}
.service-panel-header:hover{background:#f7f9ff}
.service-panel-icon{font-size:1rem;flex-shrink:0}
.service-panel-title{flex:1;font-size:.85rem;font-weight:700;color:var(--navy,#2B3A67)}
.service-panel-price{font-size:.76rem;font-weight:600;color:var(--blue,#3D59A1);white-space:nowrap}
.service-panel-chevron{font-size:.8rem;color:#888;transition:transform .18s;flex-shrink:0}
.service-panel-chevron.open{transform:rotate(180deg)}
.service-panel-body{padding:.75rem .85rem;border-top:1px solid var(--border,#dde3f0);background:#fafbff}

/* ── CALLOUT BOX ── */
.callout-result-inner{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:8px;padding:.6rem .75rem;margin-bottom:.45rem;border:1px solid var(--border,#dde3f0)}
.callout-result-inner .callout-area{font-size:.85rem;font-weight:700;color:var(--navy,#2B3A67)}
.callout-result-inner .callout-zone{font-size:.7rem;color:#888;margin-top:.1rem}
.callout-result-inner .callout-fee-price{font-size:1.1rem;font-weight:800;color:var(--navy,#2B3A67)}
.callout-zones-details{margin-top:.6rem}
.callout-zones-details summary{font-size:.74rem;color:#888;cursor:pointer}

/* ── CHECKOUT OVERLAY ── */
.checkout-panel{background:#fff;width:100%;max-width:480px;max-height:92vh;border-radius:18px 18px 0 0;display:flex;flex-direction:column;overflow:hidden}
.checkout-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.2rem;border-bottom:1px solid var(--border,#dde3f0);flex-shrink:0}
.checkout-header h3{flex:1;font-size:1rem;font-weight:700;margin:0;color:var(--navy,#2B3A67)}
.checkout-back{background:0;border:0;cursor:pointer;color:var(--navy,#2B3A67);font-size:.82rem;font-weight:600;display:flex;align-items:center;gap:.3rem;padding:.3rem .5rem;border-radius:6px}
.checkout-back:hover{background:#f0f3fa}
.checkout-body{flex:1;overflow-y:auto;padding:1.1rem 1.2rem 1.4rem}
.checkout-intro{font-size:.82rem;color:#666;margin-bottom:1rem;line-height:1.5}
.checkout-order-summary{background:#f7f9ff;border:1px solid var(--border,#dde3f0);border-radius:10px;padding:.75rem .9rem;margin-bottom:1.1rem;font-size:.82rem}
.checkout-order-summary .co-row{display:flex;justify-content:space-between;padding:.2rem 0;color:var(--navy,#2B3A67)}
.checkout-order-summary .co-row.total{font-weight:800;border-top:1px solid var(--border,#dde3f0);margin-top:.35rem;padding-top:.5rem}
.checkout-form{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.cf-field{display:flex;flex-direction:column;gap:.28rem}
.cf-field label{font-size:.75rem;font-weight:600;color:var(--navy,#2B3A67)}
.cf-input{padding:.6rem .75rem;border:1.5px solid var(--border,#dde3f0);border-radius:8px;font-size:.88rem;outline:none;transition:border-color .15s}
.cf-input:focus{border-color:var(--blue,#3D59A1)}
.checkout-submit-btn{width:100%;padding:.85rem;background:var(--navy,#2B3A67);color:#fff;border:0;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;margin-bottom:.6rem}
.checkout-submit-btn:hover{background:var(--blue,#3D59A1)}
.checkout-secure-note{font-size:.74rem;color:#888;text-align:center}


/* NAV LOGO */

/* DETAIL PAGE */

.detail-back button{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:var(--navy,#2B3A67);font-weight:600;padding:.4rem 0;margin-bottom:1rem}
.detail-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto}
.detail-img-col,.detail-info-col{min-width:0}
@media(max-width:600px){.detail-wrap{grid-template-columns:1fr}}
.detail-img-wrap{border-radius:12px;overflow:hidden;background:#f0f3fa}
.detail-img-wrap img{width:100%;height:auto;display:block;object-fit:cover}
.detail-tag{display:inline-block;background:var(--red,#C03A3A);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;margin-bottom:.5rem}
.detail-name{font-size:1.4rem;font-weight:800;color:var(--navy,#2B3A67);margin:.3rem 0}
.detail-rating{font-size:.82rem;color:#f59e0b;margin-bottom:.5rem}
.detail-price{display:none}
body.modal-open #galleryHeroLabel{display:none!important}
body.modal-open #galleryThumbs, body.modal-open .gallery-arrow, body.modal-open .thumb-arrow{visibility:hidden!important}

.detail-desc{font-size:.88rem;color:#555;line-height:1.6;margin-bottom:1rem;white-space:pre-line}
.detail-finishes{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.8rem}
.finish-swatch{padding:.3rem .8rem;border:2px solid var(--border,#dde3f0);border-radius:20px;font-size:.78rem;font-weight:600;cursor:pointer;color:var(--navy,#2B3A67)}
.finish-swatch:hover,.finish-swatch.active{border-color:var(--navy,#2B3A67);background:var(--navy,#2B3A67);color:#fff}
.detail-features{list-style:none;padding:0;margin:0 0 1.2rem}
.detail-features li{font-size:.82rem;color:#555;padding:.3rem 0;padding-left:1.2rem;position:relative}
.detail-features li::before{content:'✓';position:absolute;left:0;color:var(--navy,#2B3A67);font-weight:700}
.detail-add-btn{display:inline-block;width:auto;margin-top:1rem;padding:.65rem 1.4rem;background:var(--navy,#2B3A67);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s}
.detail-add-btn:hover{background:var(--blue,#3D59A1)}
#relatedProducts{margin-top:2rem;padding:1rem}


/* ── NAV BAR ── */



/* ── NAV ── */
.nav-inner-wrap{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:92px;padding:.4rem 1.2rem;gap:.8rem}
.nav-logo{display:flex;align-items:center;text-decoration:none;z-index:1;padding:0}


.nav-logo img{width:216px;max-width:60vw;height:auto;display:block;cursor:pointer}
.nav-logo-text{font-size:1rem;font-weight:800;color:var(--navy,#2B3A67)}


/* PER-ITEM FITTING TOGGLE */




.product-img-wrap{position:relative;height:220px;background:var(--cream,#f5f0e8);overflow:hidden;display:block}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.product-card:hover .product-img-wrap img{transform:scale(1.04)}

.co-section-lbl{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#999;margin-bottom:.8rem;padding-bottom:.4rem;border-bottom:1px solid #eee}
.lbl-opt{font-size:.7rem;color:#aaa;font-weight:400}

.cart-totals-fitting{color:var(--navy);font-weight:600}
.cart-totals-fitting span:last-child{color:var(--red,#C03A3A)}

.burger-product-item{display:block;padding:.55rem 0;font-size:.88rem;font-weight:500;color:var(--navy,#2B3A67);border-bottom:1px solid var(--border-light,#f0f0f5);cursor:pointer;line-height:1.3}
.burger-product-item:last-child{border-bottom:0}
.burger-product-item:hover{color:var(--red,#C03A3A);padding-left:.3rem;transition:all .15s}
.burger-section{padding:.9rem 1.4rem;border-bottom:1px solid var(--border-light,#f0f0f5)}
.burger-section-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#aaa;margin-bottom:.5rem}
.burger-nav-link{display:block;padding:.55rem 0;font-size:.95rem;font-weight:600;color:var(--navy,#2B3A67);text-decoration:none;border-bottom:1px solid var(--border-light,#f0f0f5)}
.burger-nav-link:last-child{border-bottom:0}
.burger-nav-link:hover{color:var(--red,#C03A3A)}




.nav-inner-wrap{background:#fff}

.nav-logo img{background:transparent;mix-blend-mode:normal}



.options-continue-btn{padding:.6rem 1.2rem;border:2px solid var(--navy,#2B3A67);background:transparent;color:var(--navy,#2B3A67);border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s}
.options-continue-btn:hover{background:var(--navy,#2B3A67);color:#fff}
.options-cancel-btn{padding:.6rem 1.2rem;border:1px solid #ddd;background:#f5f5f5;color:#666;border-radius:8px;font-size:.88rem;font-weight:500;cursor:pointer}


/* ── FEATURED HOMEPAGE STRIP ── */
.featured-strip-section{background:#fff;padding:2.5rem 0 2rem}
.featured-strip-inner{max-width:1100px;margin:0 auto;padding:0 1.2rem}
.featured-strip-header{text-align:center;margin-bottom:1.6rem}
.featured-strip-title{font-size:1.7rem;font-weight:800;color:var(--navy,#2B3A67);margin-bottom:.35rem}
.featured-strip-sub{font-size:.95rem;color:#666}
.featured-strip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.6rem}
.fs-card{background:#fff;border:1.5px solid var(--border,#dde3f0);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .22s;display:flex;flex-direction:column}
.fs-card:hover{border-color:var(--navy,#2B3A67);box-shadow:0 6px 24px rgba(43,58,103,.13);transform:translateY(-2px)}
.fs-card-img{height:145px;overflow:hidden;background:var(--cream,#f5f0e8)}
.fs-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.fs-card-body{padding:.75rem .9rem .85rem;flex:1;display:flex;flex-direction:column;gap:.3rem}
.fs-card-name{font-size:.85rem;font-weight:700;color:var(--navy,#2B3A67);line-height:1.3}
.fs-card-price{font-size:.92rem;font-weight:800;color:var(--red,#C03A3A)}
.fs-card-tag{display:inline-block;font-size:.62rem;font-weight:700;text-transform:uppercase;background:var(--red,#C03A3A);color:#fff;padding:.12rem .45rem;border-radius:3px;letter-spacing:.05em}
.fs-card-btn{margin-top:auto;padding:.45rem .7rem;background:var(--navy,#2B3A67);color:#fff;border:0;border-radius:7px;font-size:.78rem;font-weight:700;cursor:pointer;width:100%;transition:background .18s}
.fs-card-btn:hover{background:var(--blue,#3D59A1)}
.featured-strip-cta{text-align:center}
.featured-strip-btn{padding:.65rem 2rem;background:transparent;border:2px solid var(--navy,#2B3A67);color:var(--navy,#2B3A67);border-radius:8px;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .2s}
.featured-strip-btn:hover{background:var(--navy,#2B3A67);color:#fff}
@media(max-width:600px){.featured-strip-grid{grid-template-columns:repeat(2,1fr)}.featured-strip-title{font-size:1.3rem}}


/* ── PRODUCT CARDS (screenshot style) ── */
.product-card{background:#fff;border:1px solid #e8edf5;border-radius:16px;overflow:hidden;transition:box-shadow .2s,transform .2s;cursor:pointer;display:flex;flex-direction:column}
.product-card:hover{box-shadow:0 8px 32px rgba(43,58,103,.14);transform:translateY(-2px)}
.product-img-wrap{position:relative;height:220px;background:#f0f3f8;overflow:hidden;flex-shrink:0}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.product-card:hover .product-img-wrap img{transform:scale(1.04)}
.product-tag{position:absolute;top:12px;left:12px;background:var(--navy,#2B3A67);color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.08em;padding:.28rem .65rem;border-radius:5px;text-transform:uppercase}
.product-heart{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#fff;border:none;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.12);color:#aaa;transition:color .2s}
.product-heart:hover{color:#e04040}
.product-info{padding:1rem 1rem .9rem;flex:1;display:flex;flex-direction:column;gap:.25rem}
.product-cat-label{font-size:.66rem;font-weight:700;letter-spacing:.09em;color:var(--blue,#3D5A99);text-transform:uppercase}
.product-name{font-size:1rem;font-weight:700;color:var(--navy,#2B3A67);margin:0;line-height:1.25}
.product-short-desc{font-size:.78rem;color:#7a8499;margin:0;line-height:1.4;flex:1}
.product-rating{display:flex;align-items:center;gap:.35rem;margin:.1rem 0}
.stars-filled{color:#e8a020;font-size:.92rem;letter-spacing:.05em}
.review-count{font-size:.75rem;color:#999}
.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:.35rem}
.product-price{font-size:1.2rem;font-weight:800;color:var(--navy,#2B3A67)}
.product-add-circle{width:42px;height:42px;border-radius:50%;background:var(--navy,#2B3A67);color:#fff;border:none;font-size:1.4rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;flex-shrink:0}
.product-add-circle:hover{background:var(--red,#C03A3A);transform:scale(1.08)}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}
@media(max-width:640px){.product-grid{grid-template-columns:1fr 1fr;gap:.7rem}.product-img-wrap{height:160px}.product-info{padding:.7rem .7rem .65rem}.product-name{font-size:.88rem}.product-price{font-size:1.05rem}.product-add-circle{width:36px;height:36px;font-size:1.2rem}.product-short-desc{display:none}}


/* Chat FAB pulse */
@keyframes chatPulse{0%{box-shadow:0 0 0 0 rgba(43,58,103,.5)}70%{box-shadow:0 0 0 14px rgba(43,58,103,0)}100%{box-shadow:0 0 0 0 rgba(43,58,103,0)}}


/* ── CHAT WIDGET ── */
.gr-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2B3A67,#3D5A99);border:0;cursor:pointer;box-shadow:0 4px 20px rgba(43,58,103,.4);z-index:3000;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}
.gr-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(43,58,103,.5)}
@keyframes grPulse{0%{box-shadow:0 0 0 0 rgba(43,58,103,.5)}70%{box-shadow:0 0 0 14px rgba(43,58,103,0)}100%{box-shadow:0 0 0 0 rgba(43,58,103,0)}}
.gr-fab.pulse{animation:grPulse 1s ease-out 2}

.gr-tip{position:fixed;bottom:32px;right:90px;background:#fff;color:#2B3A67;font-size:.8rem;font-weight:600;padding:.55rem 1rem;border-radius:10px;box-shadow:0 4px 20px rgba(43,58,103,.15);z-index:2999;white-space:nowrap;pointer-events:none;transition:opacity .4s ease;display:block;opacity:1}
.gr-tip::after{content:'';position:absolute;right:-6px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#fff;border-right:0}

.gr-chat{position:fixed;bottom:92px;right:24px;width:360px;max-width:calc(100vw - 32px);height:500px;max-height:calc(100vh - 120px);background:#f8f9fb;border-radius:20px;box-shadow:0 16px 60px rgba(43,58,103,.22);z-index:3001;display:flex;flex-direction:column;overflow:hidden;transform:scale(0.92) translateY(16px);transform-origin:bottom right;opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);pointer-events:none}
.gr-chat.open{transform:scale(1) translateY(0);opacity:1;pointer-events:auto}

.gr-chat-head{background:linear-gradient(135deg,#2B3A67 0%,#3D5A99 100%);padding:1rem 1.1rem;display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.gr-chat-avatar{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}
.gr-chat-meta{flex:1;min-width:0}
.gr-chat-meta strong{display:block;font-size:.88rem;font-weight:700;color:#fff;line-height:1.2}
.gr-chat-meta span{font-size:.7rem;color:rgba(255,255,255,.75)}
.gr-chat-close{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.15);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s;flex-shrink:0}
.gr-chat-close:hover{background:rgba(255,255,255,.28)}

.gr-chat-msgs{flex:1;overflow-y:auto;padding:.85rem;display:flex;flex-direction:column;gap:.55rem;scroll-behavior:smooth}
.gr-chat-msgs::-webkit-scrollbar{width:4px}
.gr-chat-msgs::-webkit-scrollbar-thumb{background:#dde3f0;border-radius:2px}

.gr-msg{display:flex;max-width:82%}
.gr-msg-bot{align-self:flex-start}
.gr-msg-user{align-self:flex-end}
.gr-bubble{padding:.65rem .9rem;border-radius:14px;font-size:.83rem;line-height:1.5;animation:grFadeUp .25s ease}
.gr-msg-bot .gr-bubble{background:#fff;color:#2B3A67;border-radius:4px 14px 14px 14px;box-shadow:0 2px 8px rgba(43,58,103,.08)}
.gr-msg-user .gr-bubble{background:linear-gradient(135deg,#2B3A67,#3D5A99);color:#fff;border-radius:14px 4px 14px 14px}
@keyframes grFadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

.gr-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin:.2rem 0 .3rem}
.gr-chip{padding:.32rem .72rem;font-size:.7rem;font-weight:600;border:1.5px solid #d0d8ee;border-radius:50px;background:#fff;color:#2B3A67;cursor:pointer;transition:all .18s;font-family:inherit}
.gr-chip:hover{background:#2B3A67;color:#fff;border-color:#2B3A67}

.gr-typing{display:flex;gap:4px;align-items:center;padding:.6rem .9rem}
.gr-typing span{width:7px;height:7px;border-radius:50%;background:#b0bcd8;animation:grDot 1.2s infinite}
.gr-typing span:nth-child(2){animation-delay:.2s}
.gr-typing span:nth-child(3){animation-delay:.4s}
@keyframes grDot{0%,80%,100%{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}

.gr-chat-foot{display:flex;align-items:center;gap:.5rem;padding:.75rem .85rem;border-top:1px solid #e8edf5;background:#fff;flex-shrink:0}
.gr-chat-input{flex:1;border:1.5px solid #e0e6f0;border-radius:22px;padding:.55rem 1rem;font-size:.83rem;font-family:inherit;outline:0;background:#f8f9fb;color:#2B3A67;transition:border .2s}
.gr-chat-input:focus{border-color:#3D5A99;background:#fff}
.gr-chat-send{width:38px;height:38px;border-radius:50%;background:#C03A3A;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}
.gr-chat-send:hover{background:#a02828;transform:scale(1.08)}

@media(max-width:480px){.gr-chat{bottom:80px;right:12px;left:12px;width:auto;max-width:100%;border-radius:16px}.gr-fab{bottom:16px;right:16px;width:50px;height:50px}.gr-tip{bottom:22px;right:74px;font-size:.74rem;white-space:normal;max-width:180px}}


.burger-header{position:relative;background:#fff;padding:1.4rem 1.2rem 1.2rem;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #eee;min-height:100px}
.burger-header img{width:75%;max-width:240px;height:auto;display:block;background:#fff;padding:6px 12px;border-radius:10px;cursor:pointer}
.burger-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}


#detailPage{
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  background:#fff;
  z-index:1500;
  overflow-y:auto;
  padding:1rem 1rem 2rem;
  display:none;
}
#detailPage.open{display:block}
.detail-back{position:relative;background:#fff;padding:.75rem 1rem;margin:-1rem -1rem 1rem;border-bottom:1px solid #eee}
.detail-back button{display:flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--navy,#2B3A67);font-size:.9rem;font-weight:600;cursor:pointer;padding:.4rem .6rem;border-radius:6px}
.detail-back button:hover{background:#f0f3f8}


/* ── PRODUCT GALLERY ── */
.detail-gallery-wrap{position:relative;width:100%;background:transparent}
.detail-gallery-wrap img{display:block;transition:opacity .3s}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;border-radius:50%;width:42px;height:42px;font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.15);z-index:5;transition:background .2s;color:#2B3A67;display:flex;align-items:center;justify-content:center}
.gallery-arrow:hover{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.2)}
.gallery-prev{left:10px}
.gallery-next{right:10px}
.thumb-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);border:1px solid #dde3f0;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#2B3A67;z-index:6;box-shadow:0 2px 6px rgba(0,0,0,.08);padding:0}
.thumb-arrow:hover{background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.12)}
.thumb-prev{left:0}
.thumb-next{right:0}

.gallery-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:5}
.gallery-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background .2s;border:none;padding:0}
.gallery-dot.active{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.3)}

.opt-call-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--navy,#2B3A67);color:#fff;border-radius:8px;padding:.65rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s;width:100%;box-sizing:border-box;margin-top:.5rem}
.opt-call-btn:hover{background:#1a2a57}



/* ══ EXTERNAL HANDRAIL OVERLAY ══ */
.ext-overlay{position:fixed;inset:0;background:rgba(43,58,103,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:4500;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:none}
.ext-overlay.open{opacity:1;visibility:visible}
.ext-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(43,58,103,.25);width:min(820px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden}
.ext-modal-header{padding:1.2rem 1.4rem .8rem;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #eef0f5;flex-shrink:0}
.ext-modal-title{font-size:1.15rem;font-weight:800;color:var(--navy,#2B3A67);margin:0}
.ext-modal-sub{font-size:.78rem;color:#888;margin:.2rem 0 0}
.ext-modal-close{width:34px;height:34px;border:none;background:#f0f3f8;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy)}
.ext-modal-close:hover{background:#e0e5f0}

/* Track + arrows */
.ext-track-wrap{position:relative;flex:1;overflow:hidden;padding:1rem 0}
.ext-track{display:flex;transition:transform .35s cubic-bezier(.16,1,.3,1);will-change:transform}
.ext-card{min-width:100%;padding:0 3.5rem;box-sizing:border-box}
.ext-card-inner{border:2px solid #e8edf5;border-radius:16px;overflow:hidden;background:#fafbfd}
.ext-card-type{background:var(--navy,#2B3A67);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .8rem}
.ext-card-title{font-size:1.1rem;font-weight:800;color:var(--navy,#2B3A67);margin:.7rem .9rem .5rem;padding:0}
.ext-card-visuals{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:300px;max-height:min(440px,55vh)}
.ext-card-schematic{background:#f0f4f9;display:flex;align-items:center;justify-content:center;padding:1rem;border-right:1px solid #e8edf5}
.ext-card-schematic svg{width:100%;max-height:260px;height:auto}
.ext-card-photo{overflow:hidden}
.ext-card-photo img{width:100%;height:100%;object-fit:cover;display:block}
.ext-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-top:1px solid #eef0f5;background:#fff}
.ext-card-price{font-size:1.3rem;font-weight:800;color:var(--navy,#2B3A67)}
.ext-card-btn{background:var(--navy,#2B3A67);color:#fff;border:none;border-radius:8px;padding:.65rem 1.4rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s}
.ext-card-btn:hover{background:#1a2a57}

/* Arrows */
.ext-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #dde3f0;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy,#2B3A67);box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .2s;z-index:2;padding:0}
.ext-arrow:hover{background:var(--navy,#2B3A67);color:#fff;border-color:var(--navy,#2B3A67)}
.ext-arrow-left{left:10px}
.ext-arrow-right{right:10px}

/* Dots */
.ext-dots{display:flex;gap:5px;justify-content:center;padding:.4rem 0 .2rem;flex-shrink:0}
.ext-dot{width:8px;height:8px;border-radius:50%;background:#dde3f0;border:none;cursor:pointer;padding:0;transition:background .2s}
.ext-dot.active{background:var(--navy,#2B3A67);width:22px;border-radius:4px}

/* Footer */
.ext-modal-footer{padding:.7rem 1.4rem;border-top:1px solid #eef0f5;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.ext-close-btn{padding:.5rem 1rem;border:1.5px solid #dde3f0;background:#f5f7fa;color:#666;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500}
.ext-counter{font-size:.78rem;color:#999;font-weight:600}

@media(max-width:600px){
  .ext-card{padding:0 2.5rem}
  .ext-card-visuals{grid-template-columns:1fr;min-height:auto}
  /* Compact the stacked schematic + photo so the whole card incl. Add to Bag fits without scrolling */
  .ext-card-schematic{border-right:none;border-bottom:1px solid #e8edf5;max-height:130px;padding:.4rem}
  .ext-card-schematic svg{max-height:120px}
  .ext-card-photo{height:150px}
  .ext-card-title{margin:.45rem .9rem .35rem;font-size:1rem}
  .ext-card-footer{padding:.55rem .8rem;position:sticky;bottom:0;z-index:2}
  .ext-card-price{font-size:1.1rem}
  .ext-card-btn{padding:.55rem 1.1rem;font-size:.85rem}
  .ext-arrow{width:34px;height:34px;font-size:1.4rem}
  /* Hide the long spec list on mobile — it pushes the card off-screen; keep it on desktop */
  .ext-spec-block{display:none}
  .ext-modal-header{padding:.9rem 1rem .6rem}
  .ext-track-wrap{padding:.5rem 0;overflow-y:auto;-webkit-overflow-scrolling:touch}
}


/* Fitting row enhancements */
.cart-fitting-label .fit-price{font-weight:800;color:var(--navy,#2B3A67);white-space:nowrap}
.cart-fitting-row .fit-icon{font-size:1rem;flex-shrink:0}





.cart-fitting-price strong{font-weight:800}












.cart-fitting-row{margin:.6rem 0 .2rem;padding:.1rem 0}
.cart-fitting-label{display:flex;flex-direction:column;gap:.2rem;cursor:pointer}
.cart-fitting-top{display:flex;align-items:center;gap:.5rem}
.cart-fitting-top input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#666;flex-shrink:0}
.cart-fitting-top span{font-size:.82rem;color:#444;font-weight:400}
.cart-fitting-bottom{padding-left:1.6rem;font-size:.82rem;font-weight:700;color:#222}


.filter-active-bar{display:flex;align-items:center;gap:.6rem;margin-top:.5rem;padding:.45rem .8rem;background:#eef2ff;border-radius:8px;border:1px solid #c8d4f0;animation:fadeIn .3s ease}
.filter-active-label{font-size:.78rem;font-weight:600;color:var(--navy,#2B3A67);flex:1}
.filter-reset-btn{font-size:.72rem;font-weight:700;color:var(--red,#C03A3A);background:none;border:1.5px solid var(--red,#C03A3A);border-radius:20px;padding:.2rem .7rem;cursor:pointer;white-space:nowrap;transition:all .2s}
.filter-reset-btn:hover{background:var(--red,#C03A3A);color:#fff}
@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}


.product-quote-cta{display:inline-flex;align-items:center;gap:.35rem;background:var(--navy,#2B3A67);color:#fff;font-size:.75rem;font-weight:700;padding:.45rem .9rem;border-radius:22px;text-decoration:none;white-space:nowrap;transition:background .2s}
.product-quote-cta:hover{background:var(--red,#C03A3A)}


.finish-btn{padding:.35rem .9rem;border:2px solid #dde3f0;border-radius:20px;background:#f5f7fa;color:var(--navy,#2B3A67);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;margin-right:.4rem}
.finish-btn.active{background:var(--navy,#2B3A67);color:#fff;border-color:var(--navy,#2B3A67)}
.finish-btn:hover{border-color:var(--navy,#2B3A67)}


#detailRating{display:none!important}


@media (max-width:700px){
  .nav-inner-wrap{min-height:76px;padding:.3rem .8rem}
  .nav-logo img{width:162px!important;height:auto!important}
  .burger-btn-inline .burger-label{display:none!important}
}

.sides-pill{transition:background .2s,color .2s,border-color .2s}
.sides-pill.active{background:#2B3A67!important;color:#fff!important;border-color:#2B3A67!important}
.sides-pill:not(.active){background:#fff!important;color:#2B3A67!important;border-color:#2B3A67!important}
.sides-pill:not(.active):hover{background:#f0f4ff!important}


.product-heart.is-fav{color:#e04040!important}
.pd-fav-btn.is-fav svg{fill:#e04040;stroke:#e04040}

/* Account modal */
#accountModal{display:none;position:fixed;inset:0;background:rgba(43,58,103,.5);z-index:9999;align-items:center;justify-content:center;padding:1rem}
.account-card{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px rgba(43,58,103,.25)}
.account-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:1px solid var(--border-light)}
.account-header h2{margin:0;font-family:'Libre Baskerville',serif;font-size:1.25rem;color:var(--navy)}
.account-close{background:0 0;border:0;font-size:1.4rem;cursor:pointer;color:#888;width:32px;height:32px;border-radius:50%}
.account-close:hover{background:var(--blue-ghost);color:var(--navy)}
.account-body{padding:1.4rem}
.account-body h3{font-size:.95rem;margin:0 0 .6rem;color:var(--navy)}
.account-input{width:100%;padding:.7rem .9rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;margin-bottom:.7rem;box-sizing:border-box;font-family:inherit}
.account-input:focus{outline:none;border-color:var(--navy)}
.account-btn{width:100%;padding:.8rem;background:var(--navy);color:#fff;border:0;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}
.account-btn:hover{background:#1f2c52}
.account-btn-secondary{background:#fff;color:var(--navy);border:1.5px solid var(--navy)}
.account-btn-secondary:hover{background:var(--blue-ghost)}
.account-email-display{padding:.7rem .9rem;background:var(--blue-ghost);border-radius:8px;font-size:.9rem;color:var(--navy);margin-bottom:1rem;word-break:break-all}
.account-section{margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid var(--border-light)}
.account-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.account-hint{font-size:.78rem;color:var(--text-light);margin-top:.5rem;line-height:1.5}

/* Favourites list inside the account modal */
.fav-item{display:flex;align-items:center;gap:.8rem;padding:.7rem;border-radius:10px;cursor:pointer;transition:background .2s;border:1px solid var(--border-light);margin-bottom:.5rem}
.fav-item:hover{background:var(--off-white)}
.fav-item-img{width:54px;height:54px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--cream)}
.fav-item-img img{width:100%;height:100%;object-fit:cover;display:block}
.fav-item-info{flex:1;min-width:0}
.fav-item-name{font-size:.88rem;font-weight:600;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fav-item-price{font-size:.82rem;color:var(--text-mid);margin-top:.15rem}
.fav-item-remove{background:0 0;border:0;font-size:1.4rem;color:#aaa;cursor:pointer;padding:.2rem .5rem;border-radius:6px;line-height:1}
.fav-item-remove:hover{color:#e04040;background:rgba(224,64,64,.08)}

.qty-badge{
  display:inline-block;
  margin-left:.5rem;
  padding:.18rem .55rem;
  background:var(--blue-ghost);
  color:var(--navy);
  border:1px solid var(--blue-pale);
  border-radius:12px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.03em;
  vertical-align:middle;
  line-height:1.2;
}

#sidesPopup button[onclick^="sidesPopupChoose"]:hover{background:#2B3A67!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(43,58,103,.18)}
#sidesPopup button[onclick^="sidesPopupChoose"]:hover span{color:#fff!important}
.cookie-toast{position:fixed;bottom:72px;left:50%;transform:translateX(-50%);background:#fff;color:#2B3A67;border:1.5px solid #c8d4f0;border-radius:14px;box-shadow:0 8px 32px rgba(43,58,103,.18);padding:.9rem 1.2rem;z-index:2990;display:flex;align-items:center;gap:.9rem;font-size:.82rem;max-width:420px;width:calc(100vw - 32px);opacity:0;pointer-events:none;transition:opacity .4s}
.cookie-toast.visible{opacity:1;pointer-events:auto}
.cookie-toast-text{flex:1;line-height:1.4}
.cookie-toast-btn{background:var(--navy);color:#fff;border:0;border-radius:8px;padding:.45rem .9rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit}
