/* =========================================================
   PuffRush theme — main stylesheet
   ========================================================= */

.container{max-width:var(--pr-max);margin:0 auto;padding:0 20px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  background:var(--pr-accent);color:var(--pr-accent-ink);font-weight:700;letter-spacing:.02em;
  padding:14px 30px;border-radius:100px;border:0;cursor:pointer;
  transition:transform .15s ease,background .2s ease,box-shadow .2s ease;
  box-shadow:0 8px 30px rgba(190,220,10,.30);
}
.btn:hover{background:var(--pr-accent-2);transform:translateY(-2px)}
.btn--ghost{background:transparent;border:1px solid var(--pr-line);box-shadow:none}
.btn--ghost:hover{background:rgba(255,255,255,.06)}
.section{padding:80px 0}
.section-title{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.05;margin:0}
.eyebrow{color:var(--pr-accent-2);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:12px;margin:0 0 14px}
.muted{color:var(--pr-muted)}

/* ---------- Announcement bar ---------- */
.announce{
  background:#0f0f13;border-bottom:1px solid var(--pr-line);
  color:#fff;text-align:center;font-size:13px;font-weight:600;
  overflow:hidden;white-space:nowrap;
}
.announce .ann-track{display:inline-flex;gap:60px;padding:9px 0;animation:pr-marquee 22s linear infinite}
.announce span{padding:0 10px}
@keyframes pr-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(10,10,12,.82);backdrop-filter:blur(12px);border-bottom:1px solid var(--pr-line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:70px}
.brand{font-weight:900;font-size:22px;letter-spacing:-.02em;display:flex;align-items:center;gap:8px}
.brand .dot{color:var(--pr-accent-2)}
.main-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}
.main-nav a{font-weight:600;font-size:15px;color:var(--pr-muted);transition:color .2s}
.main-nav a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:16px}
.icon-btn{color:var(--pr-muted);cursor:pointer;background:none;border:0;font-size:15px;font-weight:600;display:flex;align-items:center;gap:6px}
.icon-btn:hover{color:#fff}
.cart-count{background:var(--pr-accent);color:#fff;border-radius:100px;font-size:11px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:24px;cursor:pointer}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:78vh;display:flex;align-items:center;overflow:hidden}
.hero video,.hero .hero-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero .hero-fallback{background:
  radial-gradient(1200px 600px at 20% 10%,rgba(190,220,10,.28),transparent 60%),
  radial-gradient(900px 500px at 90% 90%,rgba(90,20,140,.35),transparent 60%),
  #050507;}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,7,.35),rgba(5,5,7,.85));z-index:1}
.hero .container{position:relative;z-index:2}
.hero h1{font-size:clamp(40px,7vw,84px);font-weight:900;line-height:.98;margin:0 0 26px;max-width:14ch}
.hero h1 .accent{color:var(--pr-accent-2)}

/* ---------- Marquee strip ---------- */
.strip{background:#000;color:var(--pr-accent);overflow:hidden;white-space:nowrap;border-top:2px solid var(--pr-accent);border-bottom:2px solid var(--pr-accent)}
.strip .strip-track{display:inline-flex;gap:0;padding:16px 0;animation:pr-marquee 28s linear infinite;font-weight:800;text-transform:uppercase;font-size:16px;letter-spacing:.04em}
.strip .strip-track span{padding:0 34px;position:relative}
.strip .strip-track span::after{content:"•";position:absolute;right:-4px;opacity:.6}

/* ---------- Product tabs ---------- */
.tabs-head{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;margin-bottom:40px}
.tab-btns{display:inline-flex;gap:8px;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:100px;padding:6px}
.tab-btns button{background:none;border:0;color:var(--pr-muted);font-weight:700;padding:10px 24px;border-radius:100px;cursor:pointer;text-transform:capitalize;transition:.2s}
.tab-btns button.active{background:var(--pr-accent);color:var(--pr-accent-ink)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.tab-panel{display:none}
.tab-panel.active{display:block}
.pcard{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);overflow:hidden;transition:.2s;position:relative}
.pcard:hover{transform:translateY(-4px);border-color:rgba(190,220,10,.4)}
.pcard .pmedia{aspect-ratio:1;background:linear-gradient(160deg,#1c1c26,#101016);display:flex;align-items:center;justify-content:center;position:relative}
.pcard .pmedia .ph{font-size:13px;color:#4a4a58;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.pcard .badge{position:absolute;top:12px;left:12px;background:#000;color:#fff;font-size:11px;font-weight:800;padding:5px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}
.pcard .sold{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.1);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:100px}
.pcard .pbody{padding:16px}
.pcard h3{font-size:15px;font-weight:700;margin:0 0 8px;line-height:1.35}
.pcard .price{font-weight:800;color:#fff}
.pcard .price .strike{color:var(--pr-muted);text-decoration:line-through;font-weight:500;margin-left:6px;font-size:13px}

/* ---------- Feature cards ---------- */
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.fcard{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:30px 24px;text-align:center}
.fcard .ficon{width:56px;height:56px;margin:0 auto 18px;border-radius:14px;background:linear-gradient(160deg,var(--pr-accent),#7a9c06);display:flex;align-items:center;justify-content:center;font-size:26px}
.fcard h3{margin:0 0 8px;font-size:18px}
.fcard p{margin:0;font-size:14px}

/* ---------- Split story ---------- */
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.split .art{aspect-ratio:4/3;border-radius:var(--pr-radius);background:
  radial-gradient(600px 300px at 30% 20%,rgba(190,220,10,.4),transparent 60%),
  radial-gradient(500px 400px at 90% 90%,rgba(90,20,140,.45),transparent 60%),#0d0d12;
  border:1px solid var(--pr-line);display:flex;align-items:center;justify-content:center;color:#3a3a48;font-weight:800;letter-spacing:.15em;text-transform:uppercase;font-size:13px}
.split p{color:var(--pr-muted);font-size:16px}
.split h2{margin:0 0 22px}

/* ---------- Ops / steps ---------- */
.ops{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.steps .step{border-top:1px solid var(--pr-line);padding:22px 0}
.steps .step h4{margin:0 0 8px;font-size:18px}
.steps .step p{margin:0;color:var(--pr-muted);font-size:14px}
.steps .step .num{color:var(--pr-accent-2);font-weight:900;margin-right:8px}

/* ---------- Banner ---------- */
.banner{border-radius:24px;overflow:hidden;min-height:320px;display:flex;align-items:center;background:
  radial-gradient(700px 400px at 15% 20%,rgba(190,220,10,.5),transparent 55%),
  radial-gradient(700px 500px at 85% 90%,rgba(60,20,120,.55),transparent 60%),#0b0b10;border:1px solid var(--pr-line)}
.banner .container{padding:60px 40px}
.banner h2{margin:0 0 16px}

/* ---------- Blog ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bcard{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);overflow:hidden}
.bcard .bthumb{aspect-ratio:16/10;background:linear-gradient(160deg,#15221a,#0c1510)}
.bcard .bbody{padding:22px}
.bcard .bmeta{color:var(--pr-accent-2);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.bcard h3{font-size:18px;margin:0 0 10px;line-height:1.3}
.bcard p{color:var(--pr-muted);font-size:14px;margin:0 0 14px}
.bcard .read{color:var(--pr-accent-2);font-weight:700;font-size:14px}

/* ---------- Testimonials ---------- */
.reviews{overflow:hidden}
.rev-track{display:inline-flex;gap:20px;padding:10px 0;animation:pr-marquee 40s linear infinite}
.rev{width:320px;flex:0 0 auto;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:24px}
.rev .stars{color:#ffb400;margin-bottom:12px;letter-spacing:2px}
.rev p{margin:0;font-size:15px}

/* ---------- Footer ---------- */
.site-footer{background:var(--pr-bg-2);border-top:1px solid var(--pr-line);padding:70px 0 30px;margin-top:40px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
.foot-grid h4{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--pr-muted);margin:0 0 18px}
.foot-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.foot-grid a{color:#cfcfd6;font-size:14px}
.foot-grid a:hover{color:#fff}
.foot-brand .brand{font-size:26px;margin-bottom:14px}
.newsletter{display:flex;gap:8px;margin-top:12px}
.newsletter input{flex:1;background:var(--pr-bg);border:1px solid var(--pr-line);border-radius:100px;padding:12px 18px;color:#fff}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;margin-top:50px;padding-top:24px;border-top:1px solid var(--pr-line);color:var(--pr-muted);font-size:13px}
.socials{display:flex;gap:14px}
.socials a{width:36px;height:36px;border:1px solid var(--pr-line);border-radius:50%;display:flex;align-items:center;justify-content:center}
.socials a:hover{background:var(--pr-accent);border-color:var(--pr-accent)}

/* ---------- Age gate ---------- */
.age-gate{position:fixed;inset:0;z-index:9999;background:rgba(4,4,6,.92);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px}
.age-gate[hidden]{display:none}
.age-box{max-width:460px;width:100%;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:24px;padding:44px 36px;text-align:center}
.age-box .brand{justify-content:center;font-size:30px;margin-bottom:18px}
.age-box h2{margin:0 0 10px;font-size:26px}
.age-box p{color:var(--pr-muted);margin:0 0 26px}
.age-actions{display:flex;gap:12px;justify-content:center}
.age-deny{display:none}
.age-deny.show{display:block}

/* ---------- Responsive ---------- */
@media(max-width:1024px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:1fr}
  .split,.ops{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .main-nav{display:none}
  .nav-toggle{display:block}
  .main-nav.open{display:block;position:absolute;top:70px;left:0;right:0;background:var(--pr-bg-2);border-bottom:1px solid var(--pr-line);padding:16px 20px}
  .main-nav.open ul{flex-direction:column;gap:16px}
  .product-grid{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr}
  .section{padding:56px 0}
}

/* ---------- Brand fonts (Anton headings / Jost body) ---------- */
.hero h1,.section-title,.brand,.strip .strip-track,.fcard h3{
  font-family:var(--pr-head);font-weight:400;letter-spacing:.01em;text-transform:uppercase;
}
.hero h1{letter-spacing:.005em;line-height:.95}
.section-title{letter-spacing:.01em}
/* Anton is heavy already; relax some smaller headings back to Jost for readability */
.pcard h3,.bcard h3,.rev p,.foot-grid h4{font-family:var(--pr-font);text-transform:none}

/* ---------- Logo lockup in header/footer ---------- */
.brand .logo-mark{width:36px;height:36px;border-radius:8px;display:block}
.brand{gap:10px}
.age-box .brand .logo-mark{width:52px;height:52px}

/* ---------- Real-asset elements (match puffrush.co) ---------- */
.warning-bar{background:var(--pr-accent);color:var(--pr-accent-ink);text-align:center;padding:22px 0}
.warning-bar h3{font-family:var(--pr-head);margin:0 0 4px;font-size:22px;letter-spacing:.05em}
.warning-bar p{margin:0;font-weight:600;font-size:14px}

.fcard .ficon-img{width:72px;height:72px;object-fit:contain;margin:0 auto 18px;display:block}

.art--img{padding:0;border:0;background:none;overflow:hidden;border-radius:var(--pr-radius)}
.art--img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--pr-radius)}

.fullbanner{width:100%;border-radius:24px;display:block}

.ops-media{border-radius:var(--pr-radius);overflow:hidden;border:1px solid var(--pr-line)}
.ops-media img{width:100%;display:block}

.banner--img{background-size:cover;background-position:center;position:relative}
.banner--img::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,7,.82),rgba(5,5,7,.35));border-radius:24px}
.banner--img > .container{position:relative;z-index:1}

/* ---------- Logo sizing (fixes oversized Site Identity logo) ---------- */
.site-header .brand img,
.site-header .brand .custom-logo{height:44px!important;width:auto!important;max-width:190px;border-radius:8px;display:block}
.site-footer .brand img,
.site-footer .brand .custom-logo{height:40px!important;width:auto!important;max-width:190px}
.age-box .brand img,
.age-box .brand .custom-logo{height:56px!important;width:auto!important}

/* ---------- WooCommerce shop/archive: match the home .pcard look ---------- */
.woo-page{color:var(--pr-text)}
.woo-page .page-title,.woo-page h1.entry-title{font-family:var(--pr-head);text-transform:uppercase;margin-bottom:26px}
.woo-page .woocommerce-result-count,.woo-page .woocommerce-ordering{color:var(--pr-muted);margin-bottom:18px}
.woo-page .woocommerce-ordering select{background:var(--pr-card);color:var(--pr-text);border:1px solid var(--pr-line);border-radius:100px;padding:8px 16px}

/* grid */
.woo-page ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:22px;list-style:none;margin:0;padding:0}
.woo-page ul.products::before,.woo-page ul.products::after{display:none!important}

/* card = .pcard */
.woo-page ul.products li.product{
  width:auto!important;margin:0!important;float:none!important;padding:0!important;text-align:left;
  background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);
  overflow:hidden;transition:.2s;position:relative;
}
.woo-page ul.products li.product:hover{transform:translateY(-4px);border-color:rgba(190,220,10,.4)}

/* image area = .pmedia (square, dark) */
.woo-page ul.products li.product a.woocommerce-LoopProduct-link{display:block}
.woo-page ul.products li.product a img{
  margin:0!important;border-radius:0;display:block;width:100%;aspect-ratio:1;object-fit:cover;
  background:linear-gradient(160deg,#1c1c26,#101016);
}

/* title + price = .pbody */
.woo-page ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--pr-font);font-size:15px;font-weight:700;line-height:1.35;
  color:var(--pr-text);padding:16px 16px 6px;margin:0;
}
.woo-page ul.products li.product .price{display:block;padding:0 16px;color:#fff!important;font-weight:800;font-size:15px}
.woo-page ul.products li.product .price del{color:var(--pr-muted);font-weight:500;margin-left:6px;font-size:13px}
.woo-page ul.products li.product .price ins{text-decoration:none}
.woo-page ul.products li.product .star-rating{margin:8px 16px 0;color:#ffb400}

/* sale flash = lime badge */
.woo-page ul.products li.product .onsale{
  position:absolute;top:12px;left:12px;margin:0;min-height:0;min-width:0;line-height:1;
  background:var(--pr-accent);color:var(--pr-accent-ink);font-size:11px;font-weight:800;
  padding:6px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.05em;
}

/* add-to-cart / buttons = lime pill */
.woo-page ul.products li.product .button,
.woo-page ul.products li.product .added_to_cart,
.woo-page .single_add_to_cart_button,
.woo-page .checkout-button,
.woo-page .button.alt,
.woo-page .button{
  display:inline-block;margin:12px 16px 16px;background:var(--pr-accent)!important;color:var(--pr-accent-ink)!important;
  border:0!important;border-radius:100px!important;font-weight:700!important;padding:11px 22px!important;
}
.woo-page ul.products li.product .button:hover{background:var(--pr-accent-2)!important}

/* misc */
.woo-page a{color:var(--pr-accent-2)}
.woo-page .woocommerce-breadcrumb{color:var(--pr-muted);margin-bottom:24px}
.woo-page .woocommerce-message,.woo-page .woocommerce-info{border-top-color:var(--pr-accent);background:var(--pr-card);color:var(--pr-text)}

@media(max-width:1024px){.woo-page ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.woo-page ul.products{grid-template-columns:1fr 1fr}}

/* ---------- Shop two-column layout + filter sidebar ---------- */
.woo-layout{display:grid;grid-template-columns:250px 1fr;gap:34px;align-items:start}
.woo-content{min-width:0}
.woo-sidebar{position:sticky;top:90px}
.woo-sidebar .woo-shopall{
  display:block;background:var(--pr-accent);color:var(--pr-accent-ink);font-weight:700;
  text-align:center;padding:11px;border-radius:100px;margin-bottom:18px;
}
.woo-sidebar .woo-shopall:hover{background:var(--pr-accent-2)}
.woo-widget{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:18px 18px 20px;margin-bottom:18px}
.woo-widget-title{font-family:var(--pr-head);text-transform:uppercase;font-size:16px;letter-spacing:.03em;margin:0 0 12px;color:var(--pr-text)}

/* category list (fallback + Product Categories widget) */
.woo-widget ul{list-style:none;margin:0;padding:0}
.woo-widget li{margin:0}
.woo-widget li a{display:flex;justify-content:space-between;gap:8px;padding:8px 0;color:var(--pr-muted);font-weight:600;font-size:14px;border-bottom:1px solid var(--pr-line);transition:color .15s}
.woo-widget li:last-child a{border-bottom:0}
.woo-widget li a:hover{color:#fff}
.woo-widget li.current-cat > a,.woo-widget li.chosen > a{color:var(--pr-accent-2)}
.woo-widget .count{color:#5a5a68;font-weight:500}
.woo-widget ul ul{padding-left:12px;margin-top:2px}

/* WooCommerce dropdown variant of the categories widget */
.woo-widget select{width:100%;background:var(--pr-bg);color:var(--pr-text);border:1px solid var(--pr-line);border-radius:10px;padding:10px 12px}

/* price filter widget */
.woo-widget .price_slider_wrapper .ui-slider{background:var(--pr-line);border-radius:100px;height:5px;position:relative;margin:14px 0}
.woo-widget .ui-slider .ui-slider-range{background:var(--pr-accent);height:5px;position:absolute}
.woo-widget .ui-slider .ui-slider-handle{background:var(--pr-accent);width:15px;height:15px;border-radius:50%;top:-5px;position:absolute;cursor:pointer}
.woo-widget .price_slider_amount{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--pr-muted)}
.woo-widget .price_slider_amount .button{background:var(--pr-accent)!important;color:var(--pr-accent-ink)!important;border-radius:100px!important;border:0!important;font-weight:700!important;padding:8px 16px!important}

/* active filters / mobile toggle */
.woocommerce-widget-layered-nav-list__item a{border:0!important}
.woo-filter-toggle{display:none}

@media(max-width:900px){
  .woo-layout{grid-template-columns:1fr}
  .woo-sidebar{position:static}
  .woo-page ul.products{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){.woo-page ul.products{grid-template-columns:1fr 1fr}}

/* ---------- Shop: brand pills, free-ship bar, toolbar, steppers ---------- */
/* brand pills */
.brand-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}
.brand-pills .pill{
  display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:100px;
  background:var(--pr-card);border:1px solid var(--pr-line);color:var(--pr-muted);
  font-weight:700;font-size:13px;transition:.15s;white-space:nowrap;
}
.brand-pills .pill span{background:rgba(255,255,255,.08);color:var(--pr-text);border-radius:100px;padding:1px 8px;font-size:11px}
.brand-pills .pill:hover{color:#fff;border-color:rgba(190,220,10,.4)}
.brand-pills .pill.active{background:var(--pr-accent);border-color:var(--pr-accent);color:var(--pr-accent-ink)}
.brand-pills .pill.active span{background:rgba(0,0,0,.18);color:var(--pr-accent-ink)}

/* free-delivery progress bar */
.freeship{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:14px;padding:14px 18px;margin:0 0 20px}
.freeship-msg{font-size:14px;color:var(--pr-muted);margin-bottom:10px}
.freeship-msg strong{color:var(--pr-accent-2)}
.freeship-track{height:7px;background:var(--pr-bg);border-radius:100px;overflow:hidden}
.freeship-fill{height:100%;background:linear-gradient(90deg,var(--pr-accent),var(--pr-accent-2));border-radius:100px;transition:width .35s ease}

/* toolbar: "X found" + Sort by */
.woo-page .woocommerce-result-count{float:left;font-weight:700;color:var(--pr-text);margin:0 0 18px}
.woo-page .woocommerce-ordering{float:right;margin:0 0 18px}
.woo-page .woocommerce-ordering select{background:var(--pr-card);color:var(--pr-text);border:1px solid var(--pr-line);border-radius:100px;padding:9px 16px;font-weight:600}
.woo-page ul.products{clear:both}

/* quantity stepper on cards */
.pr-stepper{display:inline-flex;align-items:center;gap:0;margin:12px 16px 16px;border:1px solid var(--pr-line);border-radius:100px;overflow:hidden;background:var(--pr-bg)}
.pr-stepper button{width:38px;height:38px;border:0;background:transparent;color:var(--pr-text);font-size:20px;font-weight:700;cursor:pointer;line-height:1;transition:.15s}
.pr-stepper .pr-inc{background:var(--pr-accent);color:var(--pr-accent-ink)}
.pr-stepper .pr-inc:hover{background:var(--pr-accent-2)}
.pr-stepper .pr-dec:hover{background:rgba(255,255,255,.06)}
.pr-stepper .pr-count{min-width:34px;text-align:center;font-weight:800;color:#fff;font-size:15px}
.pr-stepper.loading{opacity:.55;pointer-events:none}
.pr-soldout{display:inline-block;margin:12px 16px 16px;padding:9px 18px;border-radius:100px;background:rgba(255,255,255,.08);color:var(--pr-muted);font-weight:700;font-size:13px}

/* the loop card is a flex column so the stepper sits at the bottom */
.woo-page ul.products li.product{display:flex;flex-direction:column}
.woo-page ul.products li.product .price{margin-top:auto}

/* hero image fallback (when a background image is set instead of video) */
img.hero-fallback{object-fit:cover;width:100%;height:100%;position:absolute;inset:0;z-index:0}

/* ---------- Inner pages (FAQ / Contact) ---------- */
.pr-page-head{margin-bottom:40px;max-width:760px}
.pr-page-intro{font-size:17px;margin-top:14px}
.pr-page-content{color:#d5d5dd;font-size:16px;line-height:1.7;margin-top:36px}
.pr-page-content a{color:var(--pr-accent-2)}

/* FAQ accordion */
.faq-list{max-width:860px;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:14px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:rgba(190,220,10,.45)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:none;border:0;cursor:pointer;text-align:left;padding:20px 22px;
  color:var(--pr-text);font-family:var(--pr-font);font-weight:700;font-size:16px;line-height:1.4;
}
.faq-q:hover{color:#fff}
.faq-icon{
  flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--pr-bg);
  display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;
  color:var(--pr-accent-2);transition:transform .25s ease,background .2s;
}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--pr-accent);color:var(--pr-accent-ink)}
.faq-a{padding:0 22px 20px}
.faq-a p{margin:0;color:var(--pr-muted);font-size:15px;line-height:1.65}

.faq-cta{margin-top:46px;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:34px;text-align:center;max-width:860px}
.faq-cta h3{font-family:var(--pr-head);text-transform:uppercase;margin:0 0 8px;font-size:22px}
.faq-cta p{margin:0 0 18px}

/* Contact */
.contact-grid{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}
.contact-info{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:26px}
.ci-block{padding:16px 0;border-bottom:1px solid var(--pr-line)}
.ci-block:first-child{padding-top:0}
.ci-block:last-child{border-bottom:0;padding-bottom:0}
.ci-block h4{font-family:var(--pr-head);text-transform:uppercase;font-size:13px;letter-spacing:.1em;color:var(--pr-muted);margin:0 0 8px}
.ci-block a{color:var(--pr-accent-2);font-weight:600;word-break:break-word}
.ci-block a:hover{color:#fff}
.ci-block p{margin:0 0 4px;color:#d5d5dd;font-size:15px}

.contact-form{background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:28px}
.cf-row{margin-bottom:16px;display:flex;flex-direction:column;gap:7px}
.cf-row label{font-weight:700;font-size:14px;color:var(--pr-text)}
.cf-row input,.cf-row textarea{
  background:var(--pr-bg);border:1px solid var(--pr-line);border-radius:12px;
  padding:13px 15px;color:var(--pr-text);font-family:var(--pr-font);font-size:15px;width:100%;
}
.cf-row input:focus,.cf-row textarea:focus{outline:0;border-color:var(--pr-accent)}
.cf-row textarea{resize:vertical}
.pr-hp{position:absolute;left:-9999px;height:0;overflow:hidden}

.pr-notice{border-radius:12px;padding:15px 18px;margin-bottom:22px;font-weight:600;font-size:15px}
.pr-notice--ok{background:rgba(190,220,10,.12);border:1px solid rgba(190,220,10,.4);color:var(--pr-accent-2)}
.pr-notice--bad{background:rgba(255,80,80,.1);border:1px solid rgba(255,80,80,.35);color:#ff9a9a}

@media(max-width:860px){
  .contact-grid{grid-template-columns:1fr}
}

/* ---------- Policy / legal pages ---------- */
.policy-updated{color:var(--pr-muted);font-size:14px;margin-top:12px}
.policy-layout{display:block}
.policy-layout.has-toc{display:grid;grid-template-columns:250px 1fr;gap:48px;align-items:start}

.policy-toc{position:sticky;top:90px;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:22px}
.policy-toc h4{font-family:var(--pr-head);text-transform:uppercase;font-size:13px;letter-spacing:.1em;color:var(--pr-muted);margin:0 0 14px}
.policy-toc ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.policy-toc a{display:block;padding:7px 0;color:var(--pr-muted);font-size:14px;font-weight:600;line-height:1.4;border-bottom:1px solid var(--pr-line)}
.policy-toc li:last-child a{border-bottom:0}
.policy-toc a:hover{color:var(--pr-accent-2)}

.policy-body{max-width:820px;color:#cfcfd8;font-size:16px;line-height:1.75}
.policy-body h2{
  font-family:var(--pr-head);text-transform:uppercase;color:var(--pr-text);
  font-size:24px;font-weight:400;letter-spacing:.02em;
  margin:42px 0 14px;padding-top:22px;border-top:1px solid var(--pr-line);scroll-margin-top:100px;
}
.policy-body h2:first-child{margin-top:0;padding-top:0;border-top:0}
.policy-body h3{color:var(--pr-text);font-size:18px;margin:28px 0 10px}
.policy-body p{margin:0 0 16px}
.policy-body ul,.policy-body ol{margin:0 0 18px;padding-left:22px}
.policy-body li{margin-bottom:9px}
.policy-body a{color:var(--pr-accent-2);text-decoration:underline}
.policy-body strong{color:var(--pr-text)}
.policy-body table{width:100%;border-collapse:collapse;margin:0 0 20px}
.policy-body th,.policy-body td{border:1px solid var(--pr-line);padding:11px 14px;text-align:left;font-size:15px}
.policy-body th{background:var(--pr-card);color:var(--pr-text);font-weight:700}

.policy-contact{margin-top:44px;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);padding:26px}
.policy-contact h3{font-family:var(--pr-head);text-transform:uppercase;margin:0 0 8px;font-size:18px}
.policy-contact p{margin:0}

@media(max-width:900px){
  .policy-layout.has-toc{grid-template-columns:1fr;gap:28px}
  .policy-toc{position:static}
}

/* ---------- Shop sidebar product search ---------- */
.pr-shop-search{position:relative;margin-bottom:18px}
.pr-shop-search input[type="search"]{
  width:100%;background:var(--pr-card);border:1px solid var(--pr-line);border-radius:100px;
  padding:12px 46px 12px 18px;color:var(--pr-text);font-family:var(--pr-font);font-size:14px;
}
.pr-shop-search input[type="search"]::placeholder{color:var(--pr-muted)}
.pr-shop-search input[type="search"]:focus{outline:0;border-color:var(--pr-accent)}
.pr-shop-search button{
  position:absolute;right:5px;top:50%;transform:translateY(-50%);
  width:38px;height:38px;border:0;border-radius:50%;background:var(--pr-accent);color:var(--pr-accent-ink);
  display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;
}
.pr-shop-search button:hover{background:var(--pr-accent-2)}

/* ---------- Single product page: related / up-sell products ---------- */
/* Give the "Related products" (and "You may also like") heading its own line */
.woocommerce .related.products,
.woocommerce .up-sells.products,
.woocommerce-page .related.products,
.woocommerce-page .up-sells.products{clear:both;margin-top:56px;width:100%}
.woocommerce .related.products > h2,
.woocommerce .up-sells.products > h2{
  font-family:var(--pr-head);text-transform:uppercase;font-size:24px;font-weight:400;letter-spacing:.02em;
  display:block;width:100%;float:none;margin:0 0 24px;color:var(--pr-text);
}

/* Reuse the shop card styling for these grids */
.woocommerce .related.products ul.products,
.woocommerce .up-sells.products ul.products{
  display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px;list-style:none;margin:0;padding:0;
}
.woocommerce .related.products ul.products::before,
.woocommerce .related.products ul.products::after,
.woocommerce .up-sells.products ul.products::before,
.woocommerce .up-sells.products ul.products::after{display:none!important}
.woocommerce .related.products li.product,
.woocommerce .up-sells.products li.product{
  width:auto!important;margin:0!important;float:none!important;padding:0!important;text-align:left;
  background:var(--pr-card);border:1px solid var(--pr-line);border-radius:var(--pr-radius);
  overflow:hidden;transition:.2s;position:relative;display:flex;flex-direction:column;
}
.woocommerce .related.products li.product:hover,
.woocommerce .up-sells.products li.product:hover{transform:translateY(-4px);border-color:rgba(190,220,10,.4)}
.woocommerce .related.products li.product a img,
.woocommerce .up-sells.products li.product a img{margin:0!important;width:100%;aspect-ratio:1;object-fit:cover;background:linear-gradient(160deg,#1c1c26,#101016)}
.woocommerce .related.products li.product .woocommerce-loop-product__title,
.woocommerce .up-sells.products li.product .woocommerce-loop-product__title{font-size:15px;font-weight:700;color:var(--pr-text);padding:16px 16px 6px;margin:0}
.woocommerce .related.products li.product .price,
.woocommerce .up-sells.products li.product .price{display:block;padding:0 16px;color:#fff!important;font-weight:800;margin-top:auto}

@media(max-width:1024px){
  .woocommerce .related.products ul.products,
  .woocommerce .up-sells.products ul.products{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .woocommerce .related.products ul.products,
  .woocommerce .up-sells.products ul.products{grid-template-columns:1fr 1fr}
}

/* ---------- Your customizations (consolidated from Additional CSS) ---------- */
.woo-sidebar{margin-left:18px;margin-right:18px}
.woo-content{margin-left:18px;margin-right:18px}

/* Force the single-product area to contain its floats so the
   "Related products" section always drops below, never beside the image. */
.woocommerce div.product::after,
.woocommerce #content div.product::after{content:"";display:table;clear:both}
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells.products{clear:both;float:none;width:100%}
