:root{--accent:#e8521a;--on:#fff;--black:#111;--border:#e5e5e5;--gray:#767676;--r:6px}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:#f6f6f6;color:#222;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;font-size:14px}
#shop{flex:1 0 auto;display:flex;flex-direction:column;width:100%;min-height:100%}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}

/* HEADER — white chrome incl. notch/status safe-area (no accent strip above topbar) */
.site-header{
  background:#fff;
  border-bottom:1px solid var(--border);
  position:sticky;top:0;z-index:500;
  padding-top:env(safe-area-inset-top,0px);
}
.header-main{max-width:1280px;margin:0 auto;padding:0 20px;height:60px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;background:#fff}
.header-left{display:flex;align-items:center}
.header-center{display:flex;align-items:center;justify-content:center;width:100%}
.header-right{display:flex;align-items:center;justify-content:flex-end}

/* Logo */
.header-logo{font-size:22px;font-weight:800;color:var(--black);letter-spacing:1.5px;white-space:nowrap}
.header-logo img,.drawer-logo img{height:36px;width:auto;object-fit:contain;display:block}
.logo-sm{display:none}
.logo-lg{display:block}

/* Search (LG center) */
.header-search{display:flex;border:1.5px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s;width:100%;max-width:480px}
.header-search:focus-within{border-color:var(--accent)}
.header-search input{flex:1;border:none;outline:none;padding:9px 16px;font-size:14px;font-family:inherit;background:transparent;min-width:0}
.header-search button{background:var(--accent);color:#fff;border:none;padding:0 18px;cursor:pointer;font-size:14px;border-radius:0 8px 8px 0;white-space:nowrap}
.header-search button:hover{opacity:.85}

/* Cart icon only */
.cart-icon-btn{position:relative;cursor:pointer;padding:8px;border-radius:8px;transition:background .15s}
.cart-icon-btn:hover{background:#f5f5f5}
.cart-icon-btn svg{width:24px;height:24px;display:block;stroke:#333}
.cart-bubble{position:absolute;top:-4px;right:-4px;background:var(--accent);color:#fff;border-radius:50%;min-width:18px;height:18px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}

/* Hamburger (SM only) */
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px}
.hamburger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px}

/* NAV — center */
.nav-bar{background:var(--accent)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:stretch;justify-content:center}
.nav-item{position:relative}
.nav-link{display:flex;align-items:center;gap:4px;color:var(--on);padding:11px 15px;font-size:13px;font-weight:500;letter-spacing:.3px;white-space:nowrap;transition:background .15s}
.nav-link:hover{background:color-mix(in srgb, var(--on) 14%, transparent)}
.nav-arrow{font-size:9px;opacity:.7;transition:transform .2s}
.nav-item:hover .nav-arrow{transform:rotate(180deg)}

/* Dropdowns — unlimited depth */
.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:0 0 var(--r) var(--r);box-shadow:0 8px 24px rgba(0,0,0,.1);min-width:190px;z-index:600;padding:5px 0}
.nav-item:hover>.nav-dropdown{display:block}
.nd-item{position:relative}
.nd-item a{display:flex;align-items:center;justify-content:space-between;padding:9px 16px;font-size:13px;color:#333;transition:background .1s;white-space:nowrap}
.nd-item a:hover{background:#f5f5f5;color:var(--accent)}
.nd-arr{font-size:11px;color:#bbb}
.nd-has-sub>.nav-dropdown{display:none;position:absolute;top:0;left:100%;border-radius:var(--r)}
.nd-has-sub:hover>.nav-dropdown{display:block}

/* DRAWER */
.drawer-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:700}
.drawer-overlay.open{display:block}
.drawer{position:fixed;top:0;left:-310px;width:290px;height:100%;background:#fff;z-index:800;transition:left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}
.drawer.open{left:0}
.drawer-head{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.drawer-logo{font-size:18px;font-weight:800;color:var(--black)}
.drawer-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;line-height:1}
.drawer-search{padding:12px 14px;border-bottom:1px solid var(--border)}
.drawer-search form{display:flex;border:1.5px solid var(--border);border-radius:10px;overflow:hidden}
.drawer-search input{flex:1;border:none;outline:none;padding:8px 12px;font-size:13px;font-family:inherit}
.drawer-search button{background:var(--accent);color:#fff;border:none;padding:0 12px;cursor:pointer}
.drawer-menu{flex:1}
.drawer-link{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;font-size:14px;font-weight:500;color:#222;border-bottom:1px solid #f5f5f5;cursor:pointer;background:none;border-left:none;border-right:none;border-top:none;width:100%;font-family:inherit;text-align:left}
.drawer-link:hover{background:#f9f9f9;color:var(--accent)}
.drawer-arrow{font-size:13px;color:#aaa;transition:transform .2s}
.drawer-arrow.open{transform:rotate(90deg)}
.drawer-sub{display:none;background:#f9f9f9}
.drawer-sub.open{display:block}
.drawer-sub a{display:block;padding:10px 18px 10px 32px;font-size:13px;color:#555;border-bottom:1px solid #efefef}
.drawer-sub a:hover{color:var(--accent)}

/* HERO SLIDER */
.hero-slider{position:relative;overflow:hidden;background:#f0f0f0}
.hero-slides{display:flex;transition:transform .5s ease;will-change:transform}
.hero-slide{min-width:100%;flex-shrink:0}
.hero-slide img{width:100%;height:420px;object-fit:cover;display:block}
.hero-placeholder{width:100%;height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#f8f8f8,#efefef)}
.hero-placeholder p{font-size:15px;color:#aaa;text-align:center}
.hero-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.85);border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:2}
.hero-btn:hover{background:#fff}
.hprev{left:14px}.hnext{right:14px}
.hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;border:none;transition:all .2s}
.hero-dot.active{background:#fff;transform:scale(1.25)}

/* BODY — flex 1 0 auto: fill space for sticky footer, never shrink content */
.body-wrap,
.all-prods-wrap,
.prod-page-wrap,
.track-page,
.faq-page,
.static-page,
.lp-page{flex:1 0 auto;width:100%}
.body-wrap{max-width:1280px;margin:0 auto;padding:28px 16px}
.section-title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:14px;text-align:center}

/* MAIN CATEGORIES — horizontal scroll */
.main-cats{margin-bottom:36px}
.main-cats-scroll-wrap{position:relative}
.main-cats-scroll{
  display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px 8px;
}
.main-cats-scroll::-webkit-scrollbar{display:none}
.cat-card{
  flex:0 0 auto;width:92px;scroll-snap-align:start;text-align:center;
  color:#333;display:flex;flex-direction:column;align-items:center;gap:8px;
  text-decoration:none;background:transparent;border:none;padding:0;box-shadow:none;
}
.cat-card:hover{border:none;box-shadow:none;opacity:.88}
.cat-icon{
  width:72px;height:72px;border-radius:16px;background:#f3f4f6;border:none;
  display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;
}
.cat-icon img{width:100%;height:100%;object-fit:cover}
.cat-name{font-size:12px;font-weight:600;line-height:1.3;text-align:center;width:100%;word-break:break-word}
.cats-nav{display:none;justify-content:center;gap:10px;margin-top:10px}
.cats-nav-btn{
  width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:#fff;
  font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:0 1px 6px rgba(0,0,0,.06);
}
.cats-nav-btn:hover{border-color:var(--accent);color:var(--accent)}
@media(min-width:769px){
  .cats-nav.has-overflow{display:flex}
}

/* CATEGORY SECTION */
.cat-section{margin-bottom:40px}
.cat-section-head{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px;padding-bottom:0;border-bottom:none;text-align:center}
.cat-section-head h3{font-size:18px;font-weight:700;color:var(--black);margin:0;text-align:center}
.see-all-btn{
  font-size:12px;color:var(--accent);font-weight:600;padding:0;border:none;border-radius:0;
  background:none;text-decoration:underline;text-underline-offset:3px;display:inline-block;
  margin-top:14px;text-align:center;width:100%;
}
.see-all-btn:hover{background:none;color:var(--accent);opacity:.8}

/* CAROUSEL — horizontal scroll + arrows below (desktop) */
.carousel-outer{position:relative;overflow:visible;padding:0!important}
.carousel-track{
  display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0 6px;
  transition:none;will-change:auto;transform:none!important;
}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-track .product-card{scroll-snap-align:start}
.carousel-nav{display:none;justify-content:center;gap:10px;margin-top:12px}
.carousel-btn{
  position:static;transform:none;background:#fff;border:1px solid var(--border);
  width:36px;height:36px;border-radius:50%;font-size:18px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,.06);z-index:1;
}
.carousel-btn:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 2px 10px rgba(0,0,0,.08)}
.cbtn-prev,.cbtn-next{left:auto;right:auto}
@media(min-width:769px){
  .carousel-nav.has-overflow{display:flex}
}

/* PRODUCT CARD */
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;flex-shrink:0;width:200px;display:flex;flex-direction:column;transition:box-shadow .2s;color:inherit;cursor:pointer}
.product-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}
.pc-img{position:relative;background:#f9f9f9;overflow:hidden}
.pc-img img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .3s;display:block}
.product-card:hover .pc-img img{transform:scale(1.04)}
.no-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:48px}
.pc-disc-badge{position:absolute;top:8px;left:8px;background:#1a9e55;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px}
.pc-body{padding:10px 12px 12px;display:flex;flex-direction:column;flex:1;min-height:0}
.pc-stars{display:flex;align-items:center;gap:2px;margin-bottom:4px}
.pstar{color:#e0e0e0;font-size:12px}.pstar.on{color:#f5a623}
.pc-name{font-size:13px;font-weight:500;color:var(--black);line-height:1.4;margin-bottom:6px;flex:1;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pc-prices{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:10px;min-height:24px}
.pc-orig{font-size:12px;color:var(--gray);text-decoration:line-through}
.pc-sale{font-size:16px;font-weight:700;color:var(--accent)}
.pc-dbadge{background:#1a9e55;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:3px}
.btn-add-cart{width:100%;background:var(--accent);color:#fff;border:none;padding:9px 6px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s;text-align:center;margin-top:auto}
.btn-add-cart:hover{opacity:.88}

/* ALL PRODUCTS / CATEGORY PAGE */
.all-prods-wrap{max-width:1280px;margin:0 auto;padding:24px 16px;box-sizing:border-box}
.all-prods-head{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}
.all-prods-head h2{font-size:20px;font-weight:700}
.products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:14px;
  align-items:stretch;
}
.products-grid .product-card{
  width:100%;
  max-width:none;
  min-width:0;
  height:100%;
  flex-shrink:1;
  box-sizing:border-box;
}

/* PRODUCT PAGE */
.prod-page-wrap{max-width:1200px;margin:0 auto;padding:24px 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.gallery-main{position:relative;border-radius:var(--r);overflow:hidden;background:#f9f9f9}
.gslides{position:relative}
.gslide{display:none}
.gslide.active{display:block}
.gslide img{width:100%;display:block}
.gslide-count{position:absolute;bottom:12px;right:16px;background:rgba(0,0,0,.5);color:#fff;font-size:12px;padding:3px 10px;border-radius:12px}
.gbtn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.85);border:none;width:38px;height:38px;border-radius:50%;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}
.gbtn:hover{background:#fff}
.gprev{left:10px}.gnext{right:10px}
.gthumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.gthumb{width:64px;height:64px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;flex-shrink:0}
.gthumb.active{border-color:var(--accent)}
.gthumb img{width:100%;height:100%;object-fit:cover}
.prod-title{font-size:22px;font-weight:700;color:var(--black);line-height:1.35;margin-bottom:10px}
.prod-prices{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.prod-prices .pc-orig{font-size:16px}.prod-prices .pc-sale{font-size:26px}.prod-prices .pc-dbadge{font-size:13px;padding:4px 12px}
.prod-opts{margin:0 0 14px}
.prod-opts-label{font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}
.prod-chips{display:flex;flex-wrap:wrap;gap:8px}
.prod-chip{border:1.5px solid #e5e7eb;background:#fff;border-radius:8px;padding:7px 12px;font-size:13px;cursor:pointer;color:#111}
.prod-chip.on{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, #fff);color:var(--accent);font-weight:600}
.prod-combo-chip{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:110px}
.prod-combo-chip strong{font-size:13px}
.prod-combo-chip span{font-size:12px;opacity:.85}
.lp-card{background:#fff;border:1px solid var(--border,#e5e7eb);border-radius:14px;padding:16px}
.lp-field{margin-bottom:10px}
.lp-field label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:5px}
.lp-field input,.lp-field textarea{width:100%;padding:11px 12px;border:1.5px solid var(--border,#e5e7eb);border-radius:8px;font:inherit;font-size:15px;box-sizing:border-box}
.prod-bullets{list-style:none;margin-bottom:18px}
.prod-bullets li{padding:4px 0;font-size:15px;color:#444;display:flex;align-items:flex-start;gap:6px}
.prod-bullets li::before{content:'–';color:var(--accent);font-weight:700;flex-shrink:0}
.prod-stars-row{display:flex;align-items:center;gap:5px;margin-bottom:16px;font-size:13px;color:var(--gray)}
.prod-stars-row .pstar{font-size:16px}
.prod-qty-box{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-bottom:14px}
.prod-qty-box button{background:#f5f5f5;border:none;width:40px;height:44px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.prod-qty-box button:hover{background:#e8e8e8}
.prod-qty-box input{width:52px;height:44px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:16px;font-family:inherit;outline:none}
.btn-add-to-cart-lg{width:100%;padding:14px;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}
.btn-add-to-cart-lg:hover{opacity:.88}
.trust-grid{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;margin-top:14px}
.trust-cell{padding:12px 8px;text-align:center;border-right:1px solid var(--border);font-size:12px;color:#555}
.trust-cell:last-child{border-right:none}
.trust-cell .ti{font-size:22px;margin-bottom:4px}

/* TABS */
.prod-tabs{width:100%;max-width:1200px;margin:0 auto 40px;padding:0 20px;align-self:stretch}
.rev-hint{font-size:14px;line-height:1.6;color:#444;margin-bottom:12px}
.tab-nav{display:flex;border-bottom:2px solid var(--border);margin-bottom:20px}
.tab-btn{padding:10px 20px;background:none;border:none;font-size:14px;font-weight:600;color:var(--gray);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s;font-family:inherit}
.tab-btn.active{color:var(--black);border-bottom-color:var(--black)}
.tab-pane{display:none;font-size:15px;line-height:1.85;color:#444}
.tab-pane.active{display:block}
.review-card{border:1px solid var(--border);border-radius:var(--r);padding:14px 16px;margin-bottom:10px}
.rev-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.rev-name{font-weight:600;font-size:14px;color:var(--black)}
.rev-text{font-size:14px;color:#555;line-height:1.6}
.btn-add-review{background:var(--accent);color:#fff;border:none;border-radius:var(--r);padding:10px 16px;font-weight:700;font-size:14px;cursor:pointer;margin-bottom:14px;font-family:inherit}
.rev-empty{color:var(--gray);font-size:14px;margin-bottom:8px}
.rev-err{background:#fef2f2;color:#991b1b;border-radius:8px;padding:8px 10px;font-size:13px;margin-bottom:10px}
.rev-stars{display:flex;gap:6px}
.rev-stars button{border:none;background:none;font-size:28px;line-height:1;color:#d1d5db;cursor:pointer;padding:0}
.rev-stars button.on{color:#f5a623}
.modal-field input[readonly]{background:#f8fafc;color:#334155}

/* CART DRAWER */
.cart-drawer{position:fixed;top:0;right:-380px;width:360px;height:100%;background:#fff;z-index:900;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.12)}
.cart-drawer.open{right:0}
.cart-head{padding:16px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.cart-head h3{font-size:16px;font-weight:700}
.cart-close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;line-height:1}
.cart-items{flex:1;overflow-y:auto;padding:12px}
.cart-item{display:flex;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--r);margin-bottom:10px}
.ci-img{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0;background:#f0f0f0}
.ci-info{flex:1;min-width:0}
.ci-name{font-size:13px;font-weight:600;color:var(--black);margin-bottom:4px;line-height:1.3}
.ci-price{font-size:14px;font-weight:700;color:var(--accent);margin-bottom:8px}
.ci-qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:4px;overflow:hidden;width:fit-content}
.ci-qty button{background:#f5f5f5;border:none;width:28px;height:28px;font-size:16px;cursor:pointer}
.ci-qty span{width:32px;text-align:center;font-size:14px;font-weight:600;border-left:1px solid var(--border);border-right:1px solid var(--border);height:28px;line-height:28px}
.ci-remove{background:none;border:none;color:#ccc;font-size:18px;cursor:pointer;align-self:flex-start;transition:color .15s}
.ci-remove:hover{color:#ea4335}
.cart-empty-msg{text-align:center;padding:60px 20px;color:#999}
.cart-foot{padding:16px 18px;border-top:1px solid var(--border)}
.cart-total-row{display:flex;justify-content:space-between;font-size:15px;font-weight:700;margin-bottom:14px}
.btn-checkout{width:100%;padding:14px;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}
.btn-checkout:hover{opacity:.88}

/* CHECKOUT MODAL */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;align-items:center;justify-content:center;padding:16px}
.modal-overlay.open{display:flex}
.modal-box{background:#fff;width:100%;max-width:440px;border-radius:12px;padding:24px;max-height:90vh;overflow-y:auto}
.modal-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}
.modal-title{font-size:18px;font-weight:700}
.modal-close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#888;line-height:1}
.modal-field{margin-bottom:14px}
.modal-field label{display:block;font-size:13px;font-weight:600;color:#555;margin-bottom:5px}
.modal-field input,.modal-field textarea{width:100%;padding:11px 13px;border:1.5px solid var(--border);border-radius:var(--r);font-size:15px;font-family:inherit;outline:none;transition:border .15s}
.modal-field input:focus,.modal-field textarea:focus{border-color:var(--accent)}
.modal-field textarea{resize:none}
.modal-submit{width:100%;padding:14px;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;margin-top:6px;transition:opacity .15s}
.modal-submit:hover{opacity:.88}
.cart-summary{background:#f9f9f9;border-radius:var(--r);padding:14px;margin-bottom:16px;font-size:14px}
.cs-item{display:flex;justify-content:space-between;padding:4px 0;color:#555}
.cs-total{display:flex;justify-content:space-between;padding:8px 0 0;margin-top:6px;border-top:1px solid var(--border);font-weight:700;color:var(--black);font-size:15px}
.order-success-box{text-align:center;padding:16px 0}
.ok-icon{font-size:52px;margin-bottom:12px}
.order-success-box h3{font-size:18px;font-weight:700;color:#137333;margin-bottom:8px}
.order-success-box p{font-size:14px;color:#555;line-height:1.6}
.order-num-badge{display:inline-block;background:#e6f4ea;color:#137333;font-size:15px;font-weight:700;padding:6px 16px;border-radius:20px;margin:10px 0}

/* TRACK */
.track-page{max-width:500px;margin:40px auto;padding:0 16px}
.track-page h1{font-size:22px;font-weight:700;margin-bottom:20px}
.track-form{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:22px;margin-bottom:14px}
.order-list{display:flex;flex-direction:column;gap:12px}
.order-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:16px}
.order-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.order-card-num{font-weight:700;font-size:14px;color:var(--black)}
.order-card-rows div{padding:5px 0;border-bottom:1px solid #f5f5f5;font-size:13px;color:#555}
.order-card-rows div:last-child{border-bottom:none}
.status-chip{padding:3px 12px;border-radius:20px;font-size:12px;font-weight:600}
.chip-new{background:#dbeafe;color:#1d4ed8}.chip-processing{background:#fef3c7;color:#92400e}
.chip-shipped{background:#cffafe;color:#164e63}.chip-delivered{background:#dcfce7;color:#15803d}.chip-cancelled{background:#fee2e2;color:#991b1b}

/* FAQ */
.faq-page{max-width:720px;margin:32px auto;padding:0 16px}
.faq-page h1{font-size:24px;font-weight:700;margin-bottom:24px}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--r);margin-bottom:10px;overflow:hidden}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;cursor:pointer;font-size:15px;font-weight:600;color:var(--black);user-select:none}
.faq-q:hover{background:#fafafa}
.faq-icon{font-size:20px;color:var(--accent);transition:transform .25s;flex-shrink:0}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 18px 16px;font-size:14px;color:#555;line-height:1.8}
.faq-item.open .faq-a{display:block}

/* STATIC */
.static-page{max-width:760px;margin:32px auto;padding:0 20px}
.static-page h1{font-size:22px;font-weight:700;margin-bottom:18px}
.static-content{font-size:15px;line-height:1.85;color:#444}
.empty-state{text-align:center;padding:60px;color:#999;font-size:15px;grid-column:1/-1}

/* FOOTER */
.site-footer{background:var(--accent);color:var(--on);padding:24px 20px;margin-top:auto;text-align:center}
.footer-social{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:14px}
.footer-social a{color:var(--on);font-size:13px;font-weight:500;transition:opacity .15s}
.footer-social a:hover{opacity:.8}
.footer-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.footer-links a{color:color-mix(in srgb, var(--on) 82%, transparent);font-size:13px;transition:color .15s}
.footer-links a:hover{color:var(--on)}
.footer-sep{color:color-mix(in srgb, var(--on) 55%, transparent);font-size:13px}
.footer-copy{font-size:12px;color:color-mix(in srgb, var(--on) 75%, transparent)}
.footer-copy a{color:var(--on)}

/* PWA */
#install-banner{display:none;position:fixed;bottom:16px;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #ddd;border-radius:12px;padding:12px 16px;box-shadow:0 4px 24px rgba(0,0,0,.13);align-items:center;gap:12px;z-index:400;max-width:340px;width:calc(100% - 32px)}
#install-banner:not(.hidden){display:flex}
#install-banner.hidden{display:none!important}
.i-icon{width:40px;height:40px;border-radius:10px;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;flex-shrink:0;overflow:hidden}
.i-icon img{width:100%;height:100%;object-fit:contain}
.i-text{flex:1}.i-text strong{display:block;font-size:13px;color:var(--black)}.i-text span{font-size:11px;color:#888}
.i-install{background:var(--accent);color:#fff;border:none;padding:7px 13px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}
.i-close{background:none;border:none;color:#aaa;font-size:20px;cursor:pointer;line-height:1;padding:4px}

/* Offline bar — only visible when offline/online flash; no leftover line when hidden */
#wb-offline-bar{
  display:flex;align-items:center;justify-content:center;
  height:28px;padding:0 12px;box-sizing:border-box;
  margin:0;border:0;outline:0;flex-shrink:0;
  background:#dc2626;color:#fff;
  font-size:12px;font-weight:600;letter-spacing:.01em;
  text-align:center;line-height:28px;
  transition:height .32s ease,opacity .32s ease,background-color .25s ease,padding .32s ease
}
#wb-offline-bar.hidden{display:none!important;height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden}
#wb-offline-bar .wb-off-msg{display:block;width:100%;text-align:center}
#wb-offline-bar.is-online{background:#16a34a}
#wb-offline-bar.wb-bar-out{
  height:0!important;padding:0!important;margin:0!important;opacity:0;overflow:hidden;pointer-events:none;border:0
}

/* RESPONSIVE */
@media(max-width:900px){
  .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .prod-page-wrap{grid-template-columns:1fr;gap:20px}
}
@media(max-width:768px){
    .header-main{padding:0 12px;gap:10px;height:54px}
    .logo-lg{display:none}
    .logo-sm{display:block;font-size:18px}
    .header-search{display:none}
    .hamburger{display:flex}
    .nav-bar{display:none}
    .hero-slide img{height:200px}
    .carousel-track .product-card{width:160px}
    .cat-card{width:78px}
    .cat-icon{width:64px;height:64px;border-radius:14px}
    .products-grid .product-card{width:100%;max-width:none}
    .all-prods-wrap{padding:16px 12px}
}
@media(max-width:480px){
  .carousel-track .product-card{width:148px}
  .body-wrap{padding:16px 10px}
  .products-grid{gap:8px;grid-template-columns:repeat(2,1fr)}
  .products-grid .product-card{width:100%}
}


.chip-returned{background:#f3e8ff;color:#6b21a8}
.cart-bubble{display:none}
.cart-bubble.show{display:flex}
.sb-social{display:flex;justify-content:center;gap:10px;margin:0 0 12px}
.sb-social a{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff}
.sb-social a.fb{background:#1877F2}.sb-social a.ig{background:#E1306C}.sb-social a.yt{background:#FF0000}.sb-social a.yt svg{width:20px;height:20px}.sb-social a.tt{background:#fff;color:#111}
.sb-contact{position:absolute;right:14px;bottom:14px;z-index:8}
.sb-contact-btn{width:40px;height:40px;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.28)}
.sb-contact-menu{display:none;position:absolute;right:0;bottom:48px;background:#fff;color:#111;border-radius:12px;min-width:196px;max-width:260px;padding:6px;box-shadow:0 10px 28px rgba(0,0,0,.22);text-align:left}
.sb-contact-menu.open{display:block}
.sb-contact-menu a{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:8px;color:#111;text-decoration:none;font-size:13px;line-height:1.35}
.sb-contact-menu a:hover{background:#f4f4f5}
.sb-contact-menu .lbl{font-weight:600;display:block}
.sb-contact-menu .sub{display:block;font-weight:400;color:#555;font-size:12px;margin-top:1px}
.site-footer{position:relative}
.site-footer:has(.sb-contact){padding-right:64px;padding-left:64px}
/* LP */
.lp-page{max-width:560px;margin:0 auto;padding:0 0 40px;background:#fff;min-height:100vh}
.lp-top{padding:12px 16px;border-bottom:1px solid #eee;font-weight:800;font-size:16px}
.lp-hero img{width:100%;display:block;max-height:360px;object-fit:cover}
.lp-body{padding:18px 16px}
.lp-offer{display:inline-block;background:var(--accent);color:var(--on);font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;margin-bottom:10px}
.lp-head{font-size:22px;font-weight:800;line-height:1.35;margin-bottom:8px}
.lp-sub{font-size:14px;color:#555;margin-bottom:14px;line-height:1.6}
.lp-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.lp-price{font-size:28px;font-weight:800;color:var(--accent)}
.lp-compare{font-size:16px;color:#888;text-decoration:line-through}
.lp-save{font-size:12px;font-weight:700;color:#15803d}
.lp-benefits{list-style:none;margin:0 0 16px}
.lp-benefits li{padding:6px 0;font-size:14px;color:#333;display:flex;gap:8px}
.lp-benefits li::before{content:'✓';color:var(--accent);font-weight:700}
.lp-back{display:inline-block;margin:12px 16px;color:var(--accent);font-weight:600;font-size:13px}
