/* ===== Homepage (front-page) styles — Style Vibe Threads ===== */
:root{
  /* ui-ux-pro-max palette: scarlet accent on warm off-white + ink; red reserved for SALE/urgency */
  --color-1:244,242,237;--color-2:222,218,209;--color-3:232,38,28;
  --color-4:14,14,16;--color-5:21,21,26;--sale:#E8261C;
  --ink:#0E0E10;--paper:#F4F2ED;--card:#FFFFFF;
  --gold:#E8261C;--gold-deep:#C41208;
  --muted:#6E6B66;--muted-fg:#6E6B66;--border:#DEDAD1;--ring:#E8261C;
  --h:'Archivo',sans-serif;--p:'Inter',sans-serif;
}
body{background:var(--paper)}
*:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:2px}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}

/* ===== HERO — premium "Feature-Rich Showcase": dark ink + gold accent + soft grain ===== */
.hero{position:relative;isolation:isolate;background:
   radial-gradient(120% 90% at 82% 4%,rgba(232,38,28,.26),transparent 52%),
   linear-gradient(100deg,rgba(14,14,16,.95) 0%,rgba(14,14,16,.88) 34%,rgba(27,27,31,.62) 66%,rgba(14,14,16,.5) 100%),
   url('hero.jpg') center 28%/cover no-repeat,
   linear-gradient(160deg,#0E0E10 0%,#1B1B1F 55%,#0E0E10 100%);
   color:rgb(var(--color-1));overflow:hidden;padding:clamp(88px,15vh,160px) 28px clamp(80px,12vh,130px)}
/* fine grain texture */
.hero::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.35;mix-blend-mode:overlay;
   background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E")}
/* ghost 2026 */
.hero::after{content:'2026';position:absolute;bottom:-8%;right:2%;z-index:0;font-family:var(--h);font-weight:900;font-size:clamp(150px,26vw,400px);color:transparent;-webkit-text-stroke:1.5px rgba(232,38,28,.10);line-height:1;pointer-events:none;letter-spacing:.02em}
.hero-in{position:relative;z-index:2;max-width:1180px;margin:0 auto}
.hero .orb,.scroll-cue{display:none !important}
.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--p);font-size:12px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:22px;opacity:0;animation:heroUp .7s .05s ease forwards}
.hero-eyebrow .dotpulse{width:8px;height:8px;border-radius:50%;background:var(--sale);box-shadow:0 0 0 0 rgba(232,38,28,.7);animation:pulse 1.8s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(232,38,28,.6)}70%{box-shadow:0 0 0 12px rgba(232,38,28,0)}100%{box-shadow:0 0 0 0 rgba(232,38,28,0)}}
.hero h1{font-family:var(--h);font-weight:900;font-size:clamp(46px,9vw,118px);line-height:.96;text-transform:uppercase;letter-spacing:-.02em;margin:0}
.hero h1 span{display:block;opacity:0;animation:heroUp .9s ease forwards}
.hero h1 span:nth-child(1){animation-delay:.12s}
.hero h1 span:nth-child(2){animation-delay:.22s}
.hero h1 span:nth-child(3){animation-delay:.32s;color:var(--gold)}
.hero p{max-width:520px;margin:28px 0 36px;font-family:var(--p);font-size:17px;line-height:1.7;color:rgba(244,242,237,.74);opacity:0;animation:heroUp .8s .42s ease forwards}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;opacity:0;animation:heroUp .8s .52s ease forwards}
.hero-stats{margin-top:30px;font-family:var(--p);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(244,242,237,.55);opacity:0;animation:heroUp .8s .62s ease forwards}
.hero-stats b{color:var(--gold)}
@keyframes heroUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;font-family:var(--p);font-weight:800;font-size:14px;letter-spacing:.06em;text-transform:uppercase;padding:14px 32px;border-radius:8px;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;cursor:pointer}
.btn-primary{background:var(--gold);color:var(--ink);box-shadow:0 10px 26px -10px rgba(232,38,28,.7)}
.btn-primary:hover{transform:translateY(-2px);background:#FF3B2E;box-shadow:0 16px 32px -10px rgba(232,38,28,.55)}
.btn-ghost{background:transparent;color:rgb(var(--color-1));border:2px solid rgba(244,242,237,.32)}
.btn-ghost:hover{transform:translateY(-2px);border-color:var(--gold);color:var(--gold)}

/* Marquee */
.marquee{background:rgb(var(--color-3));color:rgb(var(--color-4));overflow:hidden;padding:13px 0;white-space:nowrap}
.marquee-track{display:inline-block;font-family:var(--h);font-weight:800;font-size:19px;letter-spacing:.08em;text-transform:uppercase;animation:scroll 26s linear infinite}
.marquee-track span{margin:0 24px}
.marquee-track .dot{opacity:.5}
@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Section shell */
.section{max-width:1300px;margin:0 auto;padding:78px 28px}
.sec-title{text-align:center;margin-bottom:44px}
.sec-title h2{font-size:clamp(40px,5vw,64px);text-transform:uppercase;line-height:1}
.sec-title p{font-size:14px;color:rgba(var(--color-5),.6);margin-top:8px;letter-spacing:.02em}
.viewall{display:block;text-align:center;margin-top:40px}
.viewall a{font-family:var(--h);font-weight:700;font-size:19px;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-4));border-bottom:2px solid rgb(var(--color-3));padding-bottom:3px}

/* Collection heading + "See All Collection" button (button sits BELOW the title, flush left) */
.coll-head{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}
.coll-head-t h2{font-size:clamp(30px,4vw,50px);text-transform:uppercase;line-height:1}
.coll-head-t p{font-size:14px;color:rgba(var(--color-5),.6);margin-top:8px;letter-spacing:.02em}
.coll-seeall{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;font-family:var(--p);font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:rgb(var(--color-4));padding:13px 22px;border-radius:8px;white-space:nowrap;min-height:44px;box-shadow:0 6px 16px -8px rgba(21,21,26,.45);transition:background .2s,transform .18s ease,box-shadow .2s}
.coll-seeall:hover{background:#050506;transform:translateY(-2px);box-shadow:0 12px 26px -10px rgba(21,21,26,.5)}
.coll-seeall:active{transform:translateY(0)}
.coll-seeall span{transition:transform .2s}
.coll-seeall:hover span{transform:translateX(3px)}
@media(max-width:600px){.coll-head{gap:14px;margin-bottom:24px}}

/* Shop by team — compact horizontal strip + "view all" modal */
.teams-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:26px}
.teams-head h2{font-size:clamp(32px,4.2vw,50px);text-transform:uppercase;line-height:1}
.teams-viewall{font-family:var(--p);font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-4));background:none;border:none;cursor:pointer;white-space:nowrap;padding:10px 8px;min-height:44px;display:inline-flex;align-items:center;gap:6px}
.teams-viewall:hover{color:var(--gold-deep);text-decoration:underline;text-underline-offset:3px}
.teams{display:flex;gap:20px;overflow-x:auto;padding:6px 2px 14px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
.teams::-webkit-scrollbar{height:6px}
.teams::-webkit-scrollbar-thumb{background:rgba(0,0,0,.16);border-radius:3px}
.teams .team{flex:0 0 auto;width:88px;scroll-snap-align:start}
/* ===== Shop By Team — infinite auto-running logo marquee (no box / no scrollbar) ===== */
.teams-run{position:relative;overflow:hidden;padding:8px 0 14px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.teams-run-track{display:flex;gap:36px;width:max-content;animation:teamsRun 48s linear infinite;will-change:transform}
.teams-run:hover .teams-run-track{animation-play-state:paused}
.teams-run .team{flex:0 0 auto;width:92px}
@keyframes teamsRun{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){
  .teams-run{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
  .teams-run-track{animation:none}
}
/* modal */
.teams-modal{position:fixed;inset:0;z-index:600;background:rgba(21,21,26,.82);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:24px}
.teams-modal[hidden]{display:none}
.teams-modal-card{background:#fff;border-radius:16px;max-width:1120px;width:100%;max-height:86vh;overflow:auto;padding:24px 30px 34px;box-shadow:0 30px 80px rgba(0,0,0,.4)}
.tm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;position:sticky;top:-24px;background:#fff;padding-top:6px}
.tm-head h3{font-family:var(--h);font-size:30px;text-transform:uppercase}
.tm-close{font-size:26px;line-height:1;border:none;background:none;cursor:pointer;color:rgb(var(--color-5));min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}
.teams-modal-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.teams-modal-grid .team{width:auto}
@media(max-width:1000px){.teams-modal-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.teams-modal-grid{grid-template-columns:repeat(2,1fr)}}
.team{text-align:center;cursor:pointer;transition:transform .2s;color:inherit}
.team:hover{transform:translateY(-5px)}
.team .badge{width:78%;margin:0 auto 10px;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.14);transition:transform .2s,box-shadow .2s}
.team .badge img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}
/* Country flags fill the rounded-square badge as a clean tile */
.teams-logos .badge img{object-fit:cover;border-radius:0;padding:0;box-sizing:border-box}
.team:hover .badge{box-shadow:0 9px 24px rgba(0,0,0,.22)}
.team .nm{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}

/* Product area (WooCommerce shortcode output) */
.alt{background:rgb(var(--color-1))}
/* ===== PRODUCT CARDS — single source of truth for .wc-grid + .woocommerce loops
   Matches backyournation reference: borderless, square 1:1 imagery (4px radius),
   2-line clamped title, bold sale range over a small muted struck "was" range,
   red SALE badge top-right, subtle image zoom on hover. ===== */
.wc-grid ul.products,.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:34px 24px !important;margin:0 !important;padding:0 !important;list-style:none;width:100% !important}
.wc-grid ul.products::before,.wc-grid ul.products::after,
.woocommerce ul.products::before,.woocommerce ul.products::after{content:none !important;display:none !important}

.wc-grid ul.products li.product,.woocommerce ul.products li.product{position:relative;display:flex !important;flex-direction:column;width:auto !important;margin:0 !important;float:none !important;background:transparent;border:0;border-radius:4px;text-align:left;padding:0;transition:transform .25s ease}

/* image — uniform square, clipped so hover-zoom stays tidy */
.wc-grid ul.products li.product a.woocommerce-LoopProduct-link,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.wc-grid ul.products li.product a.woocommerce-loop-product__link,.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block;overflow:hidden;border-radius:4px}
.wc-grid ul.products li.product img,.woocommerce ul.products li.product img{width:100% !important;height:auto;aspect-ratio:1/1;object-fit:cover;display:block;margin:0 0 12px !important;border-radius:4px;background:#f2f2f2;transition:transform .5s cubic-bezier(.2,.6,.2,1)}
.wc-grid ul.products li.product:hover img,.woocommerce ul.products li.product:hover img{transform:scale(1.04)}

/* title — Inter, 2-line clamp, never overlaps the price */
.wc-grid ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--p);font-size:16px;font-weight:400;line-height:1.4;color:rgb(var(--color-5));padding:0;margin:12px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;max-height:2.8em}

/* price — bold sale range on top, small muted struck "was" range below; clear gap under the title */
.wc-grid ul.products li.product .price,.woocommerce ul.products li.product .price{font-family:var(--p);color:rgb(var(--color-5));padding:0;margin:12px 0 0}
.wc-grid ul.products li.product .price .byn-range,.woocommerce ul.products li.product .price .byn-range{display:block;font-weight:700;font-size:16px;color:rgb(var(--color-5))}
.wc-grid ul.products li.product .price .byn-was,.woocommerce ul.products li.product .price .byn-was{display:block;margin-top:2px}
.wc-grid ul.products li.product .price .byn-was del,.woocommerce ul.products li.product .price .byn-was del{font-size:12px;color:rgba(var(--color-5),.5);font-weight:400;text-decoration:line-through}

/* SALE badge — top-right, bright red like the reference */
.wc-grid ul.products li.product .onsale,.woocommerce ul.products li.product .onsale{position:absolute;top:8px;right:8px;left:auto;z-index:3;margin:0;background:var(--sale);color:#fff;border-radius:4px;font-family:var(--p);font-weight:800;font-size:12px;letter-spacing:.03em;text-transform:uppercase;min-height:0;min-width:0;line-height:1.2;padding:4px 8px}

/* MOBILE only (PC kept as-is): price left-aligned, "% OFF" drops to its own line separated from the price */
@media(max-width:1000px){
  .wc-grid ul.products li.product .price,.woocommerce ul.products li.product .price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;gap:0 8px;text-align:left}
  .wc-grid ul.products li.product .price .byn-range,.woocommerce ul.products li.product .price .byn-range,
  .wc-grid ul.products li.product .price .byn-was,.woocommerce ul.products li.product .price .byn-was{flex-basis:100%}
  .wc-grid ul.products li.product .price>ins,.woocommerce ul.products li.product .price>ins{font-weight:700;text-decoration:none;color:rgb(var(--color-5))}
  .wc-grid ul.products li.product .price>del,.woocommerce ul.products li.product .price>del{font-size:13px;color:rgba(var(--color-5),.5)}
  .wc-grid ul.products li.product .price .byn-off,.woocommerce ul.products li.product .price .byn-off{flex-basis:100%;margin:5px 0 0}
}

.wc-empty{text-align:center;color:rgba(var(--color-5),.5);font-size:14px;padding:30px 0}
/* graceful placeholder for a collection with no products yet (no ugly empty band) */
.byn-coll-empty{padding:46px 20px;font-size:15px;border:1px dashed rgba(var(--color-5),.14);border-radius:12px;background:rgba(var(--color-5),.015)}
/* offset anchor jumps so targets aren't hidden under the sticky header */
.section,.alt,[id="teams"],[id="fav"]{scroll-margin-top:90px}
/* Reusable image placeholder frame — drop wherever a real image will go later */
.byn-imgph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;aspect-ratio:1/1;width:100%;background:#ECEAE6;border:1px dashed rgba(var(--color-5),.2);border-radius:8px;color:var(--muted);font-family:var(--p);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;text-align:center;padding:16px}
.byn-imgph svg{width:40px;height:40px;stroke:var(--gold);fill:none;stroke-width:1.6}
.byn-imgph.wide{aspect-ratio:16/9}
/* WooCommerce placeholder image sits cleanly in the square card frame */
.woocommerce ul.products li.product img[src$=".svg"],.wc-grid ul.products li.product img[src$=".svg"]{object-fit:cover;background:#ECEAE6}
/* Hide "Add to cart" on cards everywhere (cards link to product) */
.wc-grid ul.products li.product .button,.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{display:none !important}
@media(max-width:1000px){.wc-grid ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr) !important;gap:24px 16px !important}}

/* Trust */
.trust{background:rgb(var(--color-4));color:rgb(var(--color-1))}
.trust-in{max-width:1300px;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.ti{display:flex;align-items:center;gap:15px;padding:30px 26px;border-left:1px solid rgba(255,255,255,.14);transition:background .22s}
.ti:first-child{border-left:none}
.ti:hover{background:rgba(255,255,255,.07)}
.ti:hover .ic{background:rgb(var(--color-3))}
.ti:hover .ic svg{stroke:rgb(var(--color-4))}
.ti .ic{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:rgba(var(--color-3),.18);display:flex;align-items:center;justify-content:center;transition:background .22s}
.ti .ic svg{transition:stroke .22s}
.ti .ic svg{width:24px;height:24px;stroke:rgb(var(--color-3))}
.ti b{font-family:var(--h);font-size:19px;letter-spacing:.03em;text-transform:uppercase;display:block;line-height:1.1}
.ti span{font-size:12.5px;color:rgba(255,255,255,.66)}

/* Newsletter */
.news{text-align:center;background:rgb(var(--color-1))}
.news-in{max-width:620px;margin:0 auto;padding:74px 28px}
.news h2{font-size:clamp(34px,4.4vw,52px);text-transform:uppercase;margin-bottom:12px}
.news p{font-size:14px;color:rgba(var(--color-5),.65);margin-bottom:28px}
.news form{display:flex;gap:10px;max-width:440px;margin:0 auto}
.news input{flex:1;border:1.5px solid rgba(var(--color-5),.15);border-radius:6px;padding:14px 18px;font-size:14px;font-family:inherit;outline:none;background:#fff}
.news input:focus{border-color:rgb(var(--color-3))}
.news button{background:rgb(var(--color-4));color:rgb(var(--color-1));border-radius:6px;padding:0 30px;font-family:var(--h);font-size:18px;letter-spacing:.05em;text-transform:uppercase;transition:background .2s,transform .18s ease,box-shadow .2s}
.news button:hover{background:#050506;transform:translateY(-2px);box-shadow:0 10px 22px -10px rgba(21,21,26,.5)}
.news button:active{transform:translateY(0)}

/* Reveal + toast */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.in{opacity:1;transform:none}
.toast{position:fixed;top:78px;right:24px;z-index:320;background:rgb(var(--color-4));color:#fff;padding:15px 22px;border-radius:8px;font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:0 18px 50px rgba(0,0,0,.3);transform:translateX(130%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.toast.show{transform:translateX(0)}
.toast .ck{color:rgb(var(--color-3))}

@media (max-width:1000px){
  .section{padding:56px 18px}
  .hero{padding:72px 20px 80px}
  .teams{display:flex;overflow-x:auto;gap:14px;padding:4px 0 12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
  .teams::-webkit-scrollbar{height:0}
  .team{flex:0 0 22%;scroll-snap-align:start}
  .wc-grid ul.products{grid-template-columns:repeat(2,1fr);gap:16px}
  .trust-in{grid-template-columns:1fr 1fr;padding:0}
  .ti{padding:22px 16px}
  .ti:nth-child(odd){border-left:none}
  .ti:nth-child(n+3){border-top:1px solid rgba(255,255,255,.14)}
  .news form{flex-direction:column}
}
@media (max-width:420px){
  .team{flex:0 0 28%}
  .hero h1{font-size:44px}
}

/* ===== Perf: skip off-screen rendering for smooth scroll ===== */
.section,.alt{content-visibility:auto;contain-intrinsic-size:auto 620px}
.news{content-visibility:auto;contain-intrinsic-size:auto 340px}
.hero .orb{will-change:transform;transform:translateZ(0)}
.marquee-track{will-change:transform}

/* ===== Rich product page (Style/Size/Name + promo + sticky) ===== */
/* Product title: cap size (Rubik 900 + 5vw was overflowing) + keep it tidy */
.woocommerce div.product .product_title,.byn-page h1.product_title,.byn-page h1.entry-title{font-family:var(--h)!important;font-weight:800!important;font-size:clamp(26px,3vw,42px)!important;line-height:1.08!important;text-transform:uppercase;letter-spacing:-.01em;margin:0 0 12px!important}
/* Clear the floated gallery/summary so the accordion + reviews drop BELOW (was overlapping the title) */
.byn-acc,.byn-speak{clear:both}
.woocommerce div.product{overflow:hidden}
.byn-off{display:inline-block;background:rgb(var(--color-4));color:#fff;font-family:var(--p);font-size:12px;font-weight:800;letter-spacing:.04em;padding:3px 9px;border-radius:99px;vertical-align:middle;margin-left:6px}

/* Single-product SALE badge — clean red pill pinned top-left of the gallery (default WC styling was broken) */
.woocommerce div.product .woocommerce-product-gallery{position:relative}
.woocommerce div.product span.onsale{position:absolute;top:14px;left:14px;right:auto;z-index:5;margin:0;min-height:0;min-width:0;background:var(--sale);color:#fff;font-family:var(--p);font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase;line-height:1;padding:7px 12px;border-radius:4px}

/* Quantity selector — branded − [n] + stepper (was a tiny bare box) */
.woocommerce div.product form.cart div.quantity{display:inline-flex;align-items:stretch;border:1.5px solid rgba(var(--color-5),.18);border-radius:9px;overflow:hidden;height:50px;margin:14px 24px 14px 0;float:none;vertical-align:middle}
@media(max-width:560px){.woocommerce div.product form.cart div.quantity{margin:12px 18px 16px 0}.woocommerce div.product form.cart .single_add_to_cart_button{margin-bottom:8px}}
.woocommerce div.product form.cart div.quantity .qty{width:54px;height:100%;border:none;border-radius:0;text-align:center;font-family:var(--p);font-size:16px;font-weight:700;background:#fff;-moz-appearance:textfield;padding:0}
.woocommerce div.product form.cart div.quantity .qty::-webkit-outer-spin-button,.woocommerce div.product form.cart div.quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.byn-qbtn{width:46px;border:none;background:rgb(var(--color-1));font-size:22px;font-weight:600;color:rgb(var(--color-4));cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s;-webkit-tap-highlight-color:transparent}
.byn-qbtn:hover{background:rgb(var(--color-2))}
.byn-qbtn.byn-qminus{border-right:1.5px solid rgba(var(--color-5),.18)}
.byn-qbtn.byn-qplus{border-left:1.5px solid rgba(var(--color-5),.18)}
.woocommerce div.product form.cart .single_add_to_cart_button{min-height:50px;font-family:var(--h);font-weight:700;font-size:18px;letter-spacing:.05em;text-transform:uppercase;border-radius:9px;background:rgb(var(--color-4));color:#fff;padding:0 38px;vertical-align:middle;box-shadow:0 6px 16px -8px rgba(21,21,26,.5);transition:background .2s,transform .18s ease,box-shadow .2s}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#050506;transform:translateY(-2px);box-shadow:0 12px 26px -10px rgba(21,21,26,.55)}
.woocommerce div.product form.cart .single_add_to_cart_button:active{transform:translateY(0);box-shadow:0 4px 12px -8px rgba(21,21,26,.5)}

/* Trust badges under Add-to-Cart — fills the summary column on no-variation products + adds credibility */
.byn-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;margin:22px 0 6px;padding-top:20px;border-top:1px solid rgba(var(--color-5),.1)}
.byn-trust-row .bt{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:rgb(var(--color-5))}
.byn-trust-row .bt svg{width:22px;height:22px;flex-shrink:0;stroke:var(--gold-deep);fill:none;stroke-width:1.8}
@media(max-width:560px){.byn-trust-row{grid-template-columns:1fr}}

/* Variable products — variation selectors (Size / Color) styled to match the theme */
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td{display:block;width:auto}
.woocommerce div.product form.cart .variations{margin:0 0 18px}
.woocommerce div.product form.cart .variations tr{margin-bottom:14px}
.woocommerce div.product form.cart .variations th.label{text-align:left;font-family:var(--p);font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:0 0 8px;line-height:1.2}
.woocommerce div.product form.cart .variations td.value{position:relative}
/* Native <select> kept for WooCommerce JS but visually hidden — the buttons below drive it */
.byn-swatch-wrap select{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;opacity:0;pointer-events:none}
.byn-swatches{display:flex;flex-wrap:wrap;gap:9px}
.byn-swatch{padding:11px 20px;border:1.5px solid rgba(var(--color-5),.18);background:#fff;border-radius:9px;font-family:var(--p);font-size:14px;font-weight:600;color:rgb(var(--color-5));cursor:pointer;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s}
.byn-swatch:hover{border-color:rgb(var(--color-4));box-shadow:0 4px 12px -6px rgba(21,21,26,.35);transform:translateY(-1px)}
.byn-swatch.is-active{background:rgb(var(--color-4));color:#fff;border-color:rgb(var(--color-4))}
.byn-swatch:disabled,.byn-swatch.byn-swatch-off{opacity:.32;cursor:not-allowed;text-decoration:line-through;pointer-events:none;transform:none;box-shadow:none}
.woocommerce div.product form.cart .reset_variations{display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:var(--sale);text-decoration:underline;text-underline-offset:2px}
.woocommerce div.product .woocommerce-variation{margin:0 0 14px}
.woocommerce div.product .woocommerce-variation-price .price{font-family:var(--h)!important;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px}
.woocommerce div.product .woocommerce-variation-price .price ins{font-size:30px;color:rgb(var(--color-3))!important;text-decoration:none}
.woocommerce div.product .woocommerce-variation-price .price del{font-size:18px;color:rgba(var(--color-5),.45)}
.woocommerce div.product .woocommerce-variation-price .price .byn-off{align-self:center}
.woocommerce div.product .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:6px}
.woocommerce div.product .woocommerce-variation-add-to-cart div.quantity{margin:0}
/* Categories (product meta) — clear separation from the trust badges above */
.woocommerce div.product .product_meta{margin-top:24px;padding-top:18px;border-top:1px solid rgba(var(--color-5),.1);font-size:13px;line-height:1.7}
.woocommerce div.product .product_meta .posted_in{color:rgba(var(--color-5),.7)}
.woocommerce div.product .product_meta .posted_in a{color:rgb(var(--color-4));font-weight:600}
/* Product-page dark trust strip — full-bleed width, flush to the footer (same dark family) */
.byn-product-trust{width:100vw;max-width:100vw;position:relative;left:50%;right:50%;margin:40px -50vw 0;padding:0}
.summary .price,.entry-summary .price{font-family:var(--h)!important;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin:8px 0 20px!important;line-height:1.1}
.summary .price ins,.entry-summary .price ins{font-size:34px;color:rgb(var(--color-3))!important;text-decoration:none}
.summary .price del,.entry-summary .price del{font-size:20px;color:rgba(var(--color-5),.45);margin-right:0}
.summary .price .byn-off,.entry-summary .price .byn-off{align-self:center}
.byn-promo{background:rgba(var(--color-3),.08);border:1px solid rgba(var(--color-3),.28);border-radius:12px;padding:14px 16px;margin:18px 0 22px}
.byn-promo-row{display:flex;align-items:center;gap:10px;font-size:14px}
.byn-promo-row+.byn-promo-row{margin-top:10px;padding-top:10px;border-top:1px solid rgba(var(--color-3),.28)}
.byn-promo b{font-weight:800}
.byn-auto{margin-left:auto;font-size:11px;font-weight:700;color:rgb(var(--color-4));background:rgba(var(--color-3),.18);padding:4px 10px;border-radius:99px;white-space:nowrap}
.byn-urgent{color:var(--sale)}.byn-urgent small{color:rgba(var(--color-5),.6);font-weight:500}
.byn-field{margin:0 0 20px}
.byn-field>label{display:block;font-size:13px;font-weight:700;letter-spacing:.03em;margin-bottom:10px}
.byn-field>label b{font-weight:800}.byn-field>label em{float:right;font-style:normal;color:rgba(var(--color-5),.5);font-weight:500}
.byn-opts{display:flex;flex-wrap:wrap;gap:9px}
.byn-opt{padding:11px 20px;border:1.5px solid rgba(var(--color-5),.18);background:#fff;border-radius:9px;font-family:var(--p);font-size:14px;font-weight:600;cursor:pointer;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s}
.byn-opt:hover{border-color:rgb(var(--color-4));box-shadow:0 4px 12px -6px rgba(21,21,26,.35);transform:translateY(-1px)}
.byn-opt.active{background:rgb(var(--color-4));color:#fff;border-color:rgb(var(--color-4))}
.byn-sizes{display:grid;grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:7px}
.byn-sizes .byn-opt{min-width:0;min-height:44px;text-align:center;padding:12px 0;font-size:13px;border-radius:8px}
@media(max-width:560px){.byn-sizes{grid-template-columns:repeat(5,1fr)}}
.byn-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.byn-pf label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}
.byn-req{color:var(--sale)}
.byn-pf input{width:100%;border:1.5px solid rgba(var(--color-5),.18);border-radius:9px;padding:12px 14px;font-size:14px;outline:none;transition:border-color .18s,box-shadow .18s}
.byn-pf input:focus{border-color:rgb(var(--color-3));box-shadow:0 0 0 3px rgba(var(--color-3),.14)}
.byn-pf.byn-invalid input{border-color:var(--sale);box-shadow:0 0 0 3px rgba(232,38,28,.14)}
/* sticky add-to-cart */
.byn-sticky{position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid rgba(var(--color-5),.12);box-shadow:0 -8px 24px rgba(0,0,0,.08);transform:translateY(110%);transition:transform .3s ease}
.byn-sticky.show{transform:translateY(0)}
.byn-sticky-in{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 28px}
.byn-sticky-info{display:flex;align-items:center;gap:12px}
.byn-sticky-info img{width:48px;height:48px;border-radius:8px;object-fit:cover}
.byn-sticky-info b{font-size:14px}
.byn-sticky-price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:4px 12px}
.byn-sticky-price ins{font-family:var(--h);font-weight:800;font-size:20px;color:var(--gold-deep);text-decoration:none}
.byn-sticky-price del{font-size:14px;color:rgba(var(--color-5),.45)}
.byn-sticky-price .byn-off{display:none}
.byn-sticky-btn{background:rgb(var(--color-4));color:#fff;font-family:var(--h);font-weight:700;font-size:18px;letter-spacing:.05em;text-transform:uppercase;padding:13px 38px;border:none;border-radius:9px;cursor:pointer;transition:background .2s,transform .18s ease,box-shadow .2s}
.byn-sticky-btn:hover{background:#050506;transform:translateY(-2px);box-shadow:0 10px 24px -10px rgba(21,21,26,.5)}
.byn-sticky-btn:active{transform:translateY(0)}
@media(max-width:1000px){.byn-two{grid-template-columns:1fr}.byn-sticky-in{padding:10px 16px}.byn-sticky-info b{display:none}.byn-sticky-btn{flex:1}}

/* ===== Slide-out shopping cart drawer ===== */
.tfo-cart-overlay{position:fixed;inset:0;background:rgba(14,14,16,.5);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .3s;z-index:600}
.tfo-cart-overlay.show{opacity:1;visibility:visible}
.tfo-cart-drawer{position:fixed;top:0;right:0;height:100%;width:380px;max-width:92vw;background:#fff;z-index:610;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .38s cubic-bezier(.2,.8,.2,1);box-shadow:-20px 0 60px rgba(0,0,0,.22)}
.tfo-cart-drawer.show{transform:translateX(0)}
.tfo-cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(var(--color-5),.1)}
.tfo-cart-head h3{font-family:var(--h);font-size:22px;text-transform:uppercase}
.tfo-cart-x{font-size:26px;line-height:1;border:none;background:none;cursor:pointer;color:rgba(var(--color-5),.55)}
.tfo-cart-drawer .widget_shopping_cart_content{flex:1;overflow-y:auto}
.tfo-mc{display:flex;flex-direction:column;min-height:100%}
.tfo-mc-ship{padding:14px 20px;background:rgb(var(--color-1))}
.tfo-mc-ship p{font-size:13px;margin:0 0 8px}.tfo-mc-ship b{color:rgb(var(--color-4))}
.tfo-mc-bar{height:7px;border-radius:4px;background:rgba(var(--color-5),.12);overflow:hidden}
.tfo-mc-bar i{display:block;height:100%;background:rgb(var(--color-4));border-radius:4px;transition:width .4s ease}
.tfo-mc-items{list-style:none;margin:0;padding:6px 20px}
.tfo-mc-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid rgba(var(--color-5),.08);position:relative}
.tfo-mc-thumb img{width:60px;height:60px;border-radius:8px;object-fit:cover;display:block}
.tfo-mc-meta{flex:1;min-width:0;padding-right:20px}
.tfo-mc-meta>b{font-size:13px;display:block;line-height:1.3;margin-bottom:2px}
.tfo-mc-opts,.tfo-mc-opts dl,.tfo-mc-opts p{margin:0;font-size:11.5px;color:rgba(var(--color-5),.6);line-height:1.5}
.tfo-mc-opts dt,.tfo-mc-opts dd{display:inline;margin:0;font-weight:400}
.tfo-mc-line{margin-top:6px;font-family:var(--h);font-weight:700;font-size:17px;color:rgb(var(--color-4))}
.tfo-mc-qty{font-family:var(--p);font-size:12px;color:rgba(var(--color-5),.5);margin-left:4px}
.tfo-mc-remove{position:absolute;right:0;top:14px;color:rgba(var(--color-5),.35);text-decoration:none;font-size:15px}
.tfo-mc-remove:hover{color:var(--sale)}
.tfo-mc-foot{padding:16px 20px;border-top:1px solid rgba(var(--color-5),.1)}
.tfo-mc-sub{display:flex;justify-content:space-between;align-items:baseline}
.tfo-mc-sub span{font-size:12px;letter-spacing:.06em;color:rgba(var(--color-5),.6)}
.tfo-mc-sub b{font-family:var(--h);font-size:24px;color:rgb(var(--color-5))}
.tfo-mc-foot small{display:block;font-size:11px;color:rgba(var(--color-5),.45);margin:2px 0 12px}
.tfo-mc-btns{display:flex;gap:10px}
.tfo-mc-cart{flex:1;text-align:center;border:1.5px solid rgba(var(--color-5),.25);border-radius:8px;padding:12px;font-weight:600;font-size:13px;color:rgb(var(--color-5))}
.tfo-mc-cart:hover{border-color:rgb(var(--color-4))}
.tfo-mc-checkout{flex:1;text-align:center;background:rgb(var(--color-4));color:#fff;border-radius:8px;padding:12px;font-family:var(--h);font-weight:700;font-size:16px;letter-spacing:.04em;text-transform:uppercase;transition:background .2s,transform .18s ease,box-shadow .2s}
.tfo-mc-checkout:hover{background:#050506;transform:translateY(-2px);box-shadow:0 10px 22px -10px rgba(21,21,26,.5)}
.tfo-mc-checkout:active{transform:translateY(0)}
.tfo-mc-empty{padding:40px 20px;text-align:center;color:rgba(var(--color-5),.5)}
.tfo-mc-shop{display:block;flex:0 0 auto;margin:16px 20px}
.tfo-mc-protect{margin:10px 20px 18px;background:rgb(var(--color-1));border-radius:10px;padding:12px 14px}
.tfo-mc-protect>b{display:block;font-size:12px;margin-bottom:6px}
.tfo-mc-protect span{display:block;font-size:11.5px;color:rgb(var(--color-4));margin-top:3px}

/* ===== Upsell rows (same team / same type / trending) ===== */
.byn-ups-wrap{clear:both;max-width:1300px;margin:8px auto 0;padding:0 28px}
.byn-ups{margin-top:48px}
.byn-ups-title{font-family:var(--h);font-weight:800;font-size:clamp(24px,3vw,36px);text-transform:uppercase;letter-spacing:-.01em;margin:0 0 24px}
.byn-ups ul.products{margin:0!important}
@media(max-width:1000px){.byn-ups-wrap{padding:0 18px}.byn-ups{margin-top:36px}}

/* ===== Single-product accordion + "Let Customers Speak For Us" ===== */
.byn-acc{max-width:1300px;margin:46px auto 0;padding:0 28px}
.byn-acc details{border-bottom:1px solid rgba(var(--color-5),.12)}
.byn-acc details:first-child{border-top:1px solid rgba(var(--color-5),.12)}
.byn-acc summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:18px 2px;cursor:pointer;font-family:var(--h);font-size:21px;text-transform:uppercase;letter-spacing:.02em}
.byn-acc summary::-webkit-details-marker{display:none}
.byn-acc-i{font-family:var(--p);font-size:24px;font-weight:300;color:rgba(var(--color-5),.5);display:inline-block;transition:transform .22s}
.byn-acc details[open] .byn-acc-i{transform:rotate(45deg)}
.byn-acc-body{padding:0 2px 22px;font-size:14px;line-height:1.8;color:#2A2825}
.byn-acc-body ul{padding-left:18px;margin-top:8px}.byn-acc-body li{margin-bottom:5px}
.byn-speak{max-width:1300px;margin:12px auto 0;padding:46px 28px}
.byn-speak h2{font-family:var(--h);font-size:clamp(30px,4vw,46px);text-transform:uppercase;text-align:center;line-height:1}
.byn-speak-sub{text-align:center;color:rgba(var(--color-5),.6);margin:6px 0 30px;font-size:14px;letter-spacing:.02em}
.byn-speak-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media(max-width:1000px){.byn-acc,.byn-speak{padding:0 18px}.byn-speak-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.byn-speak-grid{grid-template-columns:1fr}}

/* ===== Reviews ("Let customers speak for us") ===== */
.reviews-home{background:rgb(var(--color-1))}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rev-card{background:#fff;border:1px solid rgba(var(--color-5),.08);border-radius:14px;padding:26px;transition:transform .2s,box-shadow .2s}
.rev-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(var(--color-5),.08)}
.rev-stars{color:var(--gold-deep);letter-spacing:2px;margin-bottom:12px}
.rev-card p{font-size:14px;line-height:1.7;color:#2A2825;margin-bottom:18px}
.rev-who{display:flex;align-items:center;gap:11px}
.rev-av{width:38px;height:38px;border-radius:50%;background:rgb(var(--color-4));color:#fff;font-family:var(--h);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center}
.rev-who b{display:block;font-size:13px}
.rev-who small{font-size:11px;color:var(--gold-deep);text-transform:uppercase;letter-spacing:.06em;font-weight:700}
@media (max-width:1000px){.rev-grid{grid-template-columns:1fr}}
