/* =========================================================================
   HH Shop — the /shop/ landing in the Free Eighth house style.

   Dark cinematic hero (copy + package render + flower cutout + trust strip) → cream category
   tiles → quick links → faceted sidebar + editorial product grid → dark Free Eighth promo band
   → shop-by-vibe → dark "why" → FAQ. Same tokens, rules, gutters and shape language as
   hh-free-eighth.css (near-zero radius, no cards, whitespace and thin rules do the separating).
   Scoped to body.hh-shop-page; runtime classes (.is-open, .is-busy, .hh-shop-js) are safelisted
   for WP Rocket RUCSS in inc/hh-shop-page.php.
   ========================================================================= */

/* -------------------------------------------------------------------------
   Tokens (kept in sync with hh-free-eighth.css)
   ---------------------------------------------------------------------- */
body.hh-shop-page{
	--fe-dark:#0b0c0d;
	--fe-dark-2:#101112;
	--fe-dark-3:#17181a;
	--fe-cream:#f5f0e8;
	--fe-cream-2:#f8f4ec;
	--fe-ink:#111111;
	--fe-ink-2:#3a3a3a;
	--fe-muted:#6f6a63;
	--fe-off:#f3ede4;
	--fe-off-2:rgba(243,237,228,.72);
	--fe-coral:#e83b60;
	--fe-coral-2:#cf2f52;   /* solid buttons: white text 5.0:1 */
	--fe-coral-hi:#ff5f82;  /* small coral text on dark */
	--fe-coral-3:#a81d3d;   /* hover */
	--fe-coral-text:#c8244a;/* small coral text on cream */
	--fe-rule:rgba(17,17,17,.14);
	--fe-rule-dark:rgba(243,237,228,.16);
	--fe-ok:#2f7a45;
	--fe-radius:2px;
	--fe-font:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--fe-ease:cubic-bezier(.2,.7,.2,1);
	--fe-gutter:clamp(20px,4vw,56px);
	--hh-shop-sidebar:272px;
}

/* -------------------------------------------------------------------------
   Porto neutralisation: open the content container so every section spans the content area
   (viewport minus the side header). Porto's shop title / breadcrumb bar is hidden here only.
   ---------------------------------------------------------------------- */
body.hh-shop-page #main .main-content{padding-top:0;padding-bottom:0;}
/* Porto prints the shop title/breadcrumb bar (.page-top) and the "Category Banner" builder block
   (post 522) above #main; the landing brings its own hero, so both are hidden on this page only. */
body.hh-shop-page .page-wrapper > .page-top,
body.hh-shop-page .page-wrapper > .porto-block:has(.elementor-522),
body.hh-shop-page .page-wrapper > .porto-block > .elementor-522{display:none;}
/* Porto's script writes the fixed title bar's height as an inline padding-top on #main; with the
   bar hidden that becomes an empty band above the hero, and only !important beats an inline style. */
body.hh-shop-page #main{padding-top:0 !important;}
body.hh-shop-page #main > .container,
body.hh-shop-page #main > .container-fluid{max-width:none;width:100%;padding-left:0;padding-right:0;}
body.hh-shop-page #main .main-content-wrap{margin-left:0;margin-right:0;}
body.hh-shop-page #main .main-content{padding-left:0;padding-right:0;}
body.hh-shop-page #main #content{margin:0;padding:0;}
body.hh-shop-page #main{overflow-x:clip;}
@supports not (overflow-x:clip){body.hh-shop-page #main{overflow-x:hidden;}}

/* -------------------------------------------------------------------------
   Base
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-main{font-family:var(--fe-font);color:var(--fe-ink);background:var(--fe-cream);}
/* Paper ground with the brand burst (same recipe as the Free Eighth upgrades / picker sections). */
.hh-shop-page .hh-shop-cats,
.hh-shop-page .hh-shop-quick,
.hh-shop-page .hh-shop-catalog,
.hh-shop-page .hh-shop-about,
.hh-shop-page .hh-shop-faq{
	background:
		radial-gradient(1200px 520px at 12% 10%, rgba(251,227,76,.55), transparent 60%),
		radial-gradient(900px 520px at 86% 18%, rgba(233,59,96,.22), transparent 65%),
		linear-gradient(180deg, var(--hh-paper, #fffaf0), var(--hh-cream2, #fff6dd));
}
.hh-shop-page .hh-shop-main [hidden]{display:none;}
.hh-shop-page .hh-shop-wrap{max-width:1320px;margin:0 auto;padding:0 var(--fe-gutter);}
.hh-shop-page .hh-shop-main a:not(.hh-shop-btn){transition:color .18s,opacity .18s;}
.hh-shop-page .hh-shop-main ul[role="list"]{list-style:none;margin:0;padding:0;}

.hh-shop-page .hh-shop-eyebrow{margin:0 0 14px;font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--fe-coral-text);}
.hh-shop-page .hh-shop-eyebrow--light{color:var(--fe-coral-hi);}
/* The Customizer's Additional CSS styles every `.archive .container h2` (dark colour, gradient
   underline via ::after) for the old shop copy; these selectors outrank it so the landing's
   headings keep their own colour on dark sections and no stray underline. */
html body.hh-shop-page .hh-shop-main h2.hh-shop-h2{margin:0 0 14px;padding:0;position:static;font-weight:700;font-size:clamp(30px,3.8vw,48px);line-height:1.04;letter-spacing:-.025em;color:var(--fe-ink);}
html body.hh-shop-page .hh-shop-main h2.hh-shop-h2--light{color:var(--fe-off);}
html body.hh-shop-page .hh-shop-main h2::after{content:none;}
.hh-shop-page .hh-shop-section__head{margin:0 0 40px;max-width:760px;}
.hh-shop-page .hh-shop-section__head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:none;}
html body.hh-shop-page .hh-shop-main .hh-shop-section__head--row h2.hh-shop-h2{margin-bottom:0;}

/* Buttons: rectangular, coral, 2px radius */
.hh-shop-page .hh-shop-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:14px;box-sizing:border-box;min-height:52px;padding:14px 26px;
	background:var(--fe-coral-2);color:#fff;border:1px solid var(--fe-coral-2);border-radius:var(--fe-radius);
	font-family:var(--fe-font);font-weight:600;font-size:13px;letter-spacing:.16em;text-transform:uppercase;line-height:1;text-decoration:none;
	cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s var(--fe-ease);
}
.hh-shop-page .hh-shop-btn:hover{background:var(--fe-coral-3);border-color:var(--fe-coral-3);color:#fff;text-decoration:none;transform:translateY(-1px);}
.hh-shop-page .hh-shop-btn:focus-visible{outline:2px solid var(--fe-coral);outline-offset:3px;}
.hh-shop-page .hh-shop-btn__arrow{font-weight:400;font-size:16px;line-height:1;transition:transform .18s var(--fe-ease);}
.hh-shop-page .hh-shop-btn:hover .hh-shop-btn__arrow{transform:translateX(4px);}
.hh-shop-page .hh-shop-btn--outline{background:transparent;color:var(--fe-coral-hi);border-color:var(--fe-coral);}
.hh-shop-page .hh-shop-btn--outline:hover{background:var(--fe-coral-2);color:#fff;}
.hh-shop-page .hh-shop-btn--sm{min-height:42px;padding:10px 18px;font-size:12px;}
.hh-shop-page .hh-shop-btn--muted{background:transparent;color:var(--fe-muted);border-color:var(--fe-rule);}
.hh-shop-page .hh-shop-btn--muted:hover{background:transparent;color:var(--fe-ink);border-color:var(--fe-ink);transform:none;}

/* Text links */
.hh-shop-page .hh-shop-textlink{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:var(--fe-coral-text);text-decoration:none;background:none;border:0;padding:0;cursor:pointer;font-family:var(--fe-font);white-space:nowrap;}
.hh-shop-page .hh-shop-textlink:hover{color:var(--fe-coral-3);text-decoration:none;}
.hh-shop-page .hh-shop-textlink--light{color:var(--fe-coral-hi);}
.hh-shop-page .hh-shop-textlink--light:hover{color:#fff;}
.hh-shop-page .hh-shop-textlink:focus-visible{outline:2px solid var(--fe-coral);outline-offset:3px;}
.hh-shop-page .hh-shop-textlink span{transition:transform .18s var(--fe-ease);}
.hh-shop-page .hh-shop-textlink:hover span{transform:translateX(4px);}

/* Icons */
.hh-shop-page .hh-shop-icon,.hh-shop-page .hh-fe-icon{width:34px;height:34px;flex:0 0 auto;color:var(--fe-off);}

/* Preview notice (managers only) */
.hh-shop-page .hh-shop-diag{margin:0;padding:12px var(--fe-gutter);font-size:13px;line-height:1.5;background:#fff3cd;color:#5b4300;border-bottom:1px solid #e0c76a;}
.hh-shop-page .hh-shop-diag code{font-size:12px;background:rgba(0,0,0,.06);padding:1px 5px;}

/* -------------------------------------------------------------------------
   HERO
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-hero{
	position:relative;isolation:isolate;overflow:hidden;width:100%;color:var(--fe-off);
	background:
		radial-gradient(70% 90% at 78% 30%, rgba(232,59,96,.10), rgba(232,59,96,0) 60%),
		linear-gradient(180deg,#141516 0%,var(--fe-dark) 100%);
}
.hh-shop-page .hh-shop-hero__grid{
	position:relative;display:grid;grid-template-columns:46fr 54fr;align-items:center;gap:0;
	margin:0 auto;padding:clamp(48px,6vw,88px) var(--fe-gutter) 0;min-height:min(70vh,640px);
}
.hh-shop-page .hh-shop-hero__copy{position:relative;z-index:2;padding-bottom:clamp(40px,5vw,72px);max-width:600px;}
.hh-shop-page .hh-shop-hero__title{margin:0 0 24px;font-weight:800;text-transform:uppercase;letter-spacing:-.035em;line-height:.92;font-size:clamp(46px,6.6vw,92px);color:var(--fe-off);}
.hh-shop-page .hh-shop-hero__line{display:block;}
.hh-shop-page .hh-shop-hero__line--accent{color:var(--fe-coral);}
.hh-shop-page .hh-shop-hero__lead{margin:0 0 32px;font-size:clamp(15px,1.25vw,17px);line-height:1.65;color:var(--fe-off-2);max-width:500px;}
.hh-shop-page .hh-shop-hero__actions{display:flex;flex-wrap:wrap;gap:12px 16px;}

.hh-shop-page .hh-shop-hero__art{position:relative;z-index:1;align-self:stretch;min-height:480px;pointer-events:none;}
.hh-shop-page .hh-shop-hero__poster-wrap{
	position:absolute;right:-6%;top:-14%;width:96%;height:122%;
	-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 100%),linear-gradient(180deg,transparent 0%,#000 22%,#000 72%,transparent 100%);
	mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 100%),linear-gradient(180deg,transparent 0%,#000 22%,#000 72%,transparent 100%);
	-webkit-mask-composite:source-in;mask-composite:intersect;
	filter:saturate(1.05) contrast(1.02);opacity:.96;
}
.hh-shop-page .hh-shop-hero__poster-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,12,13,.85),rgba(11,12,13,0) 45%);}
.hh-shop-page .hh-shop-hero__poster{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 40%;}
.hh-shop-page .hh-shop-hero__flower{
	position:absolute;left:-2%;bottom:0;width:54%;height:auto;max-height:92%;object-fit:contain;
	filter:drop-shadow(0 40px 60px rgba(0,0,0,.65)) drop-shadow(0 10px 18px rgba(0,0,0,.5));
}
.hh-shop-page .hh-shop-hero__art::after{content:"";position:absolute;left:0;right:0;bottom:0;height:26%;background:linear-gradient(180deg,rgba(11,12,13,0),rgba(11,12,13,.9));} /* fades the image floor into the trust strip */

/* Trust strip */
.hh-shop-page .hh-shop-trust{display:grid;grid-template-columns:repeat(4,1fr);background:var(--fe-dark-2);border-top:1px solid var(--fe-rule-dark);position:relative;z-index:3;}
.hh-shop-page .hh-shop-trust__item{display:flex;align-items:center;gap:16px;padding:22px var(--fe-gutter);font-size:14px;line-height:1.35;color:var(--fe-off-2);border-left:1px solid var(--fe-rule-dark);}
.hh-shop-page .hh-shop-trust__item:first-child{border-left:0;}

/* Browse bar (filtered / paged views) */
.hh-shop-page .hh-shop-bar{background:linear-gradient(180deg,#141516 0%,var(--fe-dark) 100%);color:var(--fe-off);border-bottom:1px solid var(--fe-rule-dark);}
.hh-shop-page .hh-shop-bar__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-top:clamp(28px,4vw,44px);padding-bottom:clamp(22px,3vw,32px);}
.hh-shop-page .hh-shop-bar .hh-shop-eyebrow{color:var(--fe-coral-hi);margin-bottom:6px;}
.hh-shop-page .hh-shop-bar__title{margin:0;font-weight:800;text-transform:uppercase;letter-spacing:-.03em;line-height:1;font-size:clamp(32px,4vw,52px);color:var(--fe-off);}

/* -------------------------------------------------------------------------
   CATEGORY TILES (cream)
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-cats{padding:clamp(48px,6vw,80px) 0 clamp(24px,3vw,40px);}
.hh-shop-page .hh-shop-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px;}
.hh-shop-page .hh-shop-tile__link{display:block;color:inherit;text-decoration:none;}
.hh-shop-page .hh-shop-tile__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#fff;border-bottom:2px solid var(--fe-ink);}
.hh-shop-page .hh-shop-tile__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--fe-ease);}
.hh-shop-page .hh-shop-tile__link:hover .hh-shop-tile__media img{transform:scale(1.04);}
.hh-shop-page .hh-shop-tile__body{display:flex;flex-direction:column;gap:2px;padding:14px 0 0;}
.hh-shop-page .hh-shop-tile__label{font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--fe-ink);}
.hh-shop-page .hh-shop-tile__link:hover .hh-shop-tile__label{color:var(--fe-coral-2);}
.hh-shop-page .hh-shop-tile__sub{font-size:13px;color:var(--fe-muted);letter-spacing:.02em;}
.hh-shop-page .hh-shop-tile__link:focus-visible{outline:2px solid var(--fe-coral);outline-offset:4px;}

/* Quick links */
.hh-shop-page .hh-shop-quick{border-top:1px solid var(--fe-rule);border-bottom:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-quick__inner{display:flex;align-items:center;gap:18px;padding-top:14px;padding-bottom:14px;flex-wrap:wrap;}
.hh-shop-page .hh-shop-quick__label{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--fe-muted);white-space:nowrap;}
.hh-shop-page .hh-shop-quick__list{display:flex;flex-wrap:wrap;gap:10px;}
.hh-shop-page .hh-shop-pill{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border:1px solid var(--fe-ink);border-radius:var(--fe-radius);color:var(--fe-ink);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background .18s,color .18s,border-color .18s;}
.hh-shop-page .hh-shop-pill:hover{background:var(--fe-ink);color:#fff;text-decoration:none;}
.hh-shop-page .hh-shop-pill--accent{border-color:var(--fe-coral-2);color:var(--fe-coral-text);}
.hh-shop-page .hh-shop-pill--accent:hover{background:var(--fe-coral-2);border-color:var(--fe-coral-2);color:#fff;}
.hh-shop-page .hh-shop-pill:focus-visible{outline:2px solid var(--fe-coral);outline-offset:3px;}

/* -------------------------------------------------------------------------
   CATALOG: sidebar + grid
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-catalog{padding:clamp(40px,5vw,64px) 0 clamp(56px,7vw,96px);scroll-margin-top:24px;}
.hh-shop-page .hh-shop-catalog__inner{display:grid;grid-template-columns:var(--hh-shop-sidebar) minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:start;margin-bottom:0;}

/* Sidebar */
.hh-shop-page .hh-shop-filters{position:sticky;top:24px;}
.hh-shop-page .hh-shop-filters__toggle{display:none;}
.hh-shop-page .hh-shop-filters__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:2px solid var(--fe-ink);}
html body.hh-shop-page .hh-shop-main h2.hh-shop-filters__title{margin:0;padding:0;position:static;font-size:13px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--fe-ink);}
.hh-shop-page .hh-shop-filters__clear{font-size:12px;font-weight:600;color:var(--fe-coral-text);text-decoration:none;letter-spacing:.04em;}
.hh-shop-page .hh-shop-filters__clear:hover{color:var(--fe-coral-3);}
.hh-shop-page .hh-shop-facet{margin:0;padding:18px 0;border:0;border-bottom:1px solid var(--fe-rule);min-width:0;}
.hh-shop-page .hh-shop-facet__legend{padding:0;margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fe-ink);}
.hh-shop-page .hh-shop-facet__list{display:flex;flex-direction:column;gap:2px;}
.hh-shop-page .hh-shop-facet__item.is-empty{opacity:.5;}
.hh-shop-page .hh-shop-facet__input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none;}
.hh-shop-page .hh-shop-facet__label{display:flex;align-items:center;gap:10px;padding:6px 0;margin:0;font-size:14px;font-weight:500;color:var(--fe-ink-2);cursor:pointer;line-height:1.3;}
.hh-shop-page .hh-shop-facet__box{flex:0 0 auto;width:16px;height:16px;box-sizing:border-box;border:1.5px solid var(--fe-ink-2);border-radius:var(--fe-radius);background:#fff;position:relative;transition:background .15s,border-color .15s;}
.hh-shop-page .hh-shop-facet__box::after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .15s var(--fe-ease);}
.hh-shop-page .hh-shop-facet__input:checked + .hh-shop-facet__label .hh-shop-facet__box{background:var(--fe-coral-2);border-color:var(--fe-coral-2);}
.hh-shop-page .hh-shop-facet__input:checked + .hh-shop-facet__label .hh-shop-facet__box::after{transform:rotate(45deg) scale(1);}
.hh-shop-page .hh-shop-facet__input:checked + .hh-shop-facet__label{color:var(--fe-ink);font-weight:600;}
.hh-shop-page .hh-shop-facet__input:focus-visible + .hh-shop-facet__label .hh-shop-facet__box{outline:2px solid var(--fe-coral);outline-offset:2px;}
.hh-shop-page .hh-shop-facet__label:hover .hh-shop-facet__box{border-color:var(--fe-coral-2);}
.hh-shop-page .hh-shop-facet__text{flex:1 1 auto;}
.hh-shop-page .hh-shop-facet__count{font-size:12px;color:var(--fe-muted);font-variant-numeric:tabular-nums;}
.hh-shop-page .hh-shop-price{display:flex;align-items:center;gap:8px;}
.hh-shop-page .hh-shop-price__field{position:relative;flex:1 1 0;margin:0;}
.hh-shop-page .hh-shop-price__sym{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:13px;color:var(--fe-muted);}
.hh-shop-page .hh-shop-price input{width:100%;box-sizing:border-box;height:40px;padding:0 8px 0 22px;border:1px solid var(--fe-rule);border-radius:var(--fe-radius);background:#fff;color:var(--fe-ink);font-family:var(--fe-font);font-size:14px;-moz-appearance:textfield;}
.hh-shop-page .hh-shop-price input::-webkit-outer-spin-button,.hh-shop-page .hh-shop-price input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.hh-shop-page .hh-shop-price input:focus{outline:2px solid var(--fe-coral);outline-offset:1px;border-color:var(--fe-coral);}
.hh-shop-page .hh-shop-price__dash{color:var(--fe-muted);}
.hh-shop-page .hh-shop-filters__actions{padding:18px 0 0;}
.hh-shop-page .hh-shop-filters__actions .hh-shop-btn{width:100%;}
html.hh-shop-js .hh-shop-page .hh-shop-filters__actions{display:none;} /* JS submits on change */

/* Toolbar */
.hh-shop-page .hh-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:2px solid var(--fe-ink);}
.hh-shop-page .hh-shop-toolbar__count{margin:0;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--fe-ink);}
.hh-shop-page .hh-shop-toolbar__sort{display:flex;align-items:center;gap:10px;margin:0;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--fe-muted);}
.hh-shop-page .hh-shop-select{height:40px;padding:0 34px 0 12px;border:1px solid var(--fe-ink);border-radius:var(--fe-radius);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center/14px;color:var(--fe-ink);font-family:var(--fe-font);font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:none;-webkit-appearance:none;appearance:none;cursor:pointer;}
.hh-shop-page .hh-shop-select:focus-visible{outline:2px solid var(--fe-coral);outline-offset:2px;}

/* Chips */
.hh-shop-page .hh-shop-chips{display:flex;flex-wrap:wrap;gap:8px;padding:14px 0 0;}
.hh-shop-page .hh-shop-chip{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:5px 12px;border:1px solid var(--fe-ink);border-radius:var(--fe-radius);background:#fff;color:var(--fe-ink);font-size:12px;font-weight:600;letter-spacing:.04em;text-decoration:none;transition:background .15s,color .15s;}
.hh-shop-page .hh-shop-chip:hover{background:var(--fe-ink);color:#fff;text-decoration:none;}
.hh-shop-page .hh-shop-chip__x{font-size:15px;line-height:1;}
.hh-shop-page .hh-shop-chip--clear{border-color:transparent;background:transparent;color:var(--fe-coral-text);}
.hh-shop-page .hh-shop-chip--clear:hover{background:transparent;color:var(--fe-coral-3);}
.hh-shop-page .hh-shop-chip:focus-visible{outline:2px solid var(--fe-coral);outline-offset:2px;}

/* Results column busy state */
.hh-shop-page .hh-shop-results{position:relative;min-width:0;transition:opacity .2s;}
.hh-shop-page .hh-shop-results.is-busy{opacity:.55;pointer-events:none;}

/* Product grid */
.hh-shop-page .hh-shop-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 28px;padding-top:28px;}
.hh-shop-page .hh-shop-card{list-style:none;margin:0;padding:0;float:none;width:auto;position:relative;display:flex;flex-direction:column;min-width:0;}
.hh-shop-page .hh-shop-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#fff;margin:0 0 12px;}
.hh-shop-page .hh-shop-card__img{display:block;width:100%;height:100%;}
.hh-shop-page .hh-shop-card__img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s var(--fe-ease);}
.hh-shop-page .hh-shop-card:hover .hh-shop-card__img img{transform:scale(1.03);}
.hh-shop-page .hh-shop-card__chips{position:absolute;top:10px;right:10px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:6px;pointer-events:none;}
.hh-shop-page .hh-shop-chip-tag{display:inline-block;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.2;border-radius:var(--fe-radius);background:var(--fe-ink);color:#fff;}
.hh-shop-page .hh-shop-chip-tag--new{background:var(--fe-ok);}
/* WooCommerce / Porto sale flash inside our media box (Porto wraps it in .labels) */
.hh-shop-page .hh-shop-card__media .labels,
.hh-shop-page .hh-shop-card__media > .onsale{position:absolute;top:10px;left:10px;z-index:3;margin:0;pointer-events:none;}
.hh-shop-page .hh-shop-card__media .onsale{position:static;display:inline-block;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.2;border-radius:var(--fe-radius);background:var(--fe-coral-2);color:#fff;min-width:0;min-height:0;width:auto;height:auto;}
.hh-shop-page .hh-shop-card__media > .onsale{position:absolute;}
.hh-shop-page .hh-shop-card__body{display:flex;flex-direction:column;flex:1 1 auto;gap:4px;}
.hh-shop-page .hh-shop-card__meta{display:block;margin:0;font-size:12px;line-height:1.5;letter-spacing:.06em;color:var(--fe-muted);}
.hh-shop-page .hh-shop-card__meta > span{display:inline;white-space:nowrap;}
.hh-shop-page .hh-shop-card__dot{color:var(--fe-rule);margin:0 4px;}
.hh-shop-page .hh-shop-type{font-weight:600;color:var(--fe-ink-2);}
.hh-shop-page .hh-shop-type::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin:0 6px 1px 0;background:currentColor;}
.hh-shop-page .hh-shop-type--indica{color:#2f5bd6;}
.hh-shop-page .hh-shop-type--sativa{color:#a04d0e;}
.hh-shop-page .hh-shop-type--hybrid{color:#7a4fc4;}
.hh-shop-page .hh-shop-card__name{margin:0;font-size:16px;font-weight:700;line-height:1.3;letter-spacing:-.01em;}
.hh-shop-page .hh-shop-card__name a{color:inherit;text-decoration:none;}
.hh-shop-page .hh-shop-card__name a:hover{color:var(--fe-coral-2);}
.hh-shop-page .hh-shop-card__name a::after{content:"";position:absolute;inset:0;z-index:1;} /* whole card clickable */
.hh-shop-page .hh-shop-card__actions,.hh-shop-page .hh-shop-card__actions a{position:relative;z-index:2;}
.hh-shop-page .hh-shop-rating{margin:2px 0 0;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--fe-muted);}
.hh-shop-page .hh-shop-stars{position:relative;display:inline-block;font-size:13px;line-height:1;letter-spacing:1px;color:#d9d3c8;}
.hh-shop-page .hh-shop-stars__fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;width:var(--hh-fe-fill,0%);color:#f5b301;}
.hh-shop-page .hh-shop-card__price{margin:4px 0 10px;font-size:15px;font-weight:700;color:var(--fe-ink);}
.hh-shop-page .hh-shop-card__price del{color:var(--fe-muted);font-weight:500;font-size:13px;margin-right:6px;}
.hh-shop-page .hh-shop-card__price ins{text-decoration:none;}
.hh-shop-page .hh-shop-card__size{display:block;margin-top:2px;font-size:12px;font-weight:500;letter-spacing:.04em;color:var(--fe-muted);}
.hh-shop-page .hh-shop-card__actions{margin-top:auto;}
.hh-shop-page .hh-shop-btn--card{width:100%;min-height:44px;padding:10px 14px;font-size:12px;letter-spacing:.14em;background:transparent;color:var(--fe-ink);border-color:var(--fe-ink);}
.hh-shop-page .hh-shop-btn--card:hover{background:var(--fe-coral-2);border-color:var(--fe-coral-2);color:#fff;transform:none;}
.hh-shop-page .hh-shop-btn--card.loading{color:transparent;position:relative;}
.hh-shop-page .hh-shop-btn--card.loading::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid var(--fe-ink);border-right-color:transparent;border-radius:50%;animation:hh-shop-spin .7s linear infinite;}
.hh-shop-page .hh-shop-btn--card.added{background:var(--fe-ok);border-color:var(--fe-ok);color:#fff;}
.hh-shop-page .hh-shop-card__actions .added_to_cart{display:none;} /* WooCommerce injects a "View cart" link after AJAX add; the mini-cart opens instead */
@keyframes hh-shop-spin{to{transform:rotate(360deg);}}
/* Free ⅛ badge from the HH Custom Features plugin (bottom-left of .product-image) inherits its own CSS.
   The Super Exotic "$69 Half Oz" badge defaults to top-left (Porto's labels live there): move it bottom-right. */
.hh-shop-page .hh-shop-card__media .hh-sex-badge{top:auto;left:auto;right:10px;bottom:10px;border-radius:var(--fe-radius);}

/* Pagination */
.hh-shop-page .hh-shop-pagination{margin:48px 0 0;}
.hh-shop-page .hh-shop-pagination ul.page-numbers{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;border:0;background:transparent;min-width:0;height:auto;}
.hh-shop-page .hh-shop-pagination a.page-numbers,.hh-shop-page .hh-shop-pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--fe-rule);border-radius:var(--fe-radius);color:var(--fe-ink);font-size:13px;font-weight:600;text-decoration:none;background:transparent;}
.hh-shop-page .hh-shop-pagination a.page-numbers:hover{border-color:var(--fe-ink);}
.hh-shop-page .hh-shop-pagination .page-numbers.current{background:var(--fe-ink);border-color:var(--fe-ink);color:#fff;}
.hh-shop-page .hh-shop-pagination .page-numbers.dots{border-color:transparent;background:transparent;}
.hh-shop-page .hh-shop-pagination a:focus-visible{outline:2px solid var(--fe-coral);outline-offset:2px;}

/* Empty state */
.hh-shop-page .hh-shop-empty{padding:56px 0;text-align:center;max-width:520px;margin:0 auto;}
.hh-shop-page .hh-shop-empty__title{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:-.01em;}
.hh-shop-page .hh-shop-empty__text{margin:0 0 20px;color:var(--fe-ink-2);}

/* -------------------------------------------------------------------------
   FREE EIGHTH PROMO BAND (dark)
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-promo{background:linear-gradient(180deg,#141516 0%,var(--fe-dark) 100%);color:var(--fe-off);border-top:1px solid var(--fe-rule-dark);border-bottom:1px solid var(--fe-rule-dark);}
.hh-shop-page .hh-shop-promo__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(24px,4vw,56px);padding-top:clamp(36px,5vw,56px);padding-bottom:clamp(36px,5vw,56px);}
.hh-shop-page .hh-shop-promo__burst{
	position:relative;width:132px;height:132px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;
	color:var(--fe-coral);font-weight:800;line-height:.9;text-transform:uppercase;transform:rotate(-10deg);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100.0,2.0 115.6,21.5 137.5,9.5 144.4,33.5 169.3,30.7 166.5,55.6 190.5,62.5 178.5,84.4 198.0,100.0 178.5,115.6 190.5,137.5 166.5,144.4 169.3,169.3 144.4,166.5 137.5,190.5 115.6,178.5 100.0,198.0 84.4,178.5 62.5,190.5 55.6,166.5 30.7,169.3 33.5,144.4 9.5,137.5 21.5,115.6 2.0,100.0 21.5,84.4 9.5,62.5 33.5,55.6 30.7,30.7 55.6,33.5 62.5,9.5 84.4,21.5' fill='%23fee25a'/%3E%3C/svg%3E") no-repeat center/contain;
}
.hh-shop-page .hh-shop-promo__burst span:first-child{font-size:24px;letter-spacing:.02em;}
.hh-shop-page .hh-shop-promo__burst span:last-child{font-size:40px;}
.hh-shop-page .hh-shop-promo__copy{min-width:0;}
html body.hh-shop-page .hh-shop-main .hh-shop-promo h2.hh-shop-h2{font-size:clamp(26px,3.2vw,40px);margin-bottom:10px;}
.hh-shop-page .hh-shop-promo__text{margin:0;font-size:15px;line-height:1.6;color:var(--fe-off-2);max-width:640px;}
.hh-shop-page .hh-shop-amt{display:inline-block;color:var(--fe-coral-hi);transform-origin:50% 80%;animation:hh-shop-amt-pop .55s cubic-bezier(.2,.9,.3,1.3) 1,hh-shop-amt-pulse 2.6s ease-in-out .55s infinite;}
@keyframes hh-shop-amt-pop{0%{transform:scale(.7);opacity:.35;}60%{transform:scale(1.12);opacity:1;}100%{transform:scale(1);}}
@keyframes hh-shop-amt-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.06);}}

/* -------------------------------------------------------------------------
   SHOP BY VIBE (cream)
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-vibes{padding:clamp(56px,7vw,96px) 0;background:#fff6dd;}
.hh-shop-page .hh-shop-vibe-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.hh-shop-page .hh-shop-vibe__link{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background:var(--fe-dark-3);color:var(--fe-off);text-decoration:none;isolation:isolate;}
.hh-shop-page .hh-shop-vibe__media{position:absolute;inset:0;z-index:0;}
.hh-shop-page .hh-shop-vibe__media{background:var(--fe-dark-3);}
/* Tile art is transparent cutouts (strain PNGs / the theme's flower cutouts) on the dark ground. */
.hh-shop-page .hh-shop-vibe__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 45%;filter:saturate(.95);transition:transform .6s var(--fe-ease);}
.hh-shop-page .hh-shop-vibe__media .hh-shop-vibe__cutout{object-fit:contain;object-position:50% 40%;padding:8% 10% 22%;box-sizing:border-box;filter:drop-shadow(0 18px 28px rgba(0,0,0,.6));}
.hh-shop-page .hh-shop-vibe__link:hover .hh-shop-vibe__media img{transform:scale(1.05);}
.hh-shop-page .hh-shop-vibe__link::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(11,12,13,0) 35%,rgba(11,12,13,.88) 100%);}
.hh-shop-page .hh-shop-vibe__body{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:4px;padding:20px;}
.hh-shop-page .hh-shop-vibe__label{font-weight:800;font-size:clamp(22px,2.2vw,28px);text-transform:uppercase;letter-spacing:-.02em;line-height:1;}
.hh-shop-page .hh-shop-vibe__sub{font-size:13px;color:var(--fe-off-2);}
.hh-shop-page .hh-shop-vibe__link:hover .hh-shop-vibe__label{color:var(--fe-coral-hi);}
.hh-shop-page .hh-shop-vibe__link:focus-visible{outline:2px solid var(--fe-coral);outline-offset:3px;}

/* -------------------------------------------------------------------------
   WHY HIGH HIPPY (dark)
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-why{background:var(--fe-dark);color:var(--fe-off);padding:clamp(56px,7vw,96px) 0;}
.hh-shop-page .hh-shop-why__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}
.hh-shop-page .hh-shop-why__item{padding:0 clamp(18px,2.6vw,40px);border-left:1px solid var(--fe-rule-dark);}
.hh-shop-page .hh-shop-why__item:first-child{border-left:0;padding-left:0;}
.hh-shop-page .hh-shop-why__item .hh-shop-icon,.hh-shop-page .hh-shop-why__item .hh-fe-icon{width:40px;height:40px;color:var(--fe-coral-hi);margin-bottom:18px;}
.hh-shop-page .hh-shop-why__title{margin:0 0 10px;font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--fe-off);}
.hh-shop-page .hh-shop-why__text{margin:0;font-size:15px;line-height:1.65;color:var(--fe-off-2);}

/* -------------------------------------------------------------------------
   FAQ (cream)
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-faq{padding:clamp(56px,7vw,96px) 0 clamp(48px,6vw,80px);}
.hh-shop-page .hh-shop-faq__list{border-top:1px solid var(--fe-rule);max-width:900px;}
.hh-shop-page .hh-shop-faq__item{border-bottom:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-faq__item summary{position:relative;list-style:none;cursor:pointer;padding:20px 44px 20px 0;font-size:17px;font-weight:600;line-height:1.35;color:var(--fe-ink);}
.hh-shop-page .hh-shop-faq__item summary::-webkit-details-marker{display:none;}
.hh-shop-page .hh-shop-faq__item summary::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:300;color:var(--fe-coral-text);transition:transform .2s var(--fe-ease);}
.hh-shop-page .hh-shop-faq__item[open] summary::after{transform:translateY(-50%) rotate(45deg);}
.hh-shop-page .hh-shop-faq__item summary:focus-visible{outline:2px solid var(--fe-coral);outline-offset:2px;}
.hh-shop-page .hh-shop-faq__item p{margin:0 0 22px;max-width:760px;font-size:15px;line-height:1.7;color:var(--fe-ink-2);}

/* -------------------------------------------------------------------------
   CTA BAND (dark) — between the FAQ and the long-form copy
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-cta{background:linear-gradient(180deg,#141516 0%,var(--fe-dark) 100%);color:var(--fe-off);border-top:1px solid var(--fe-rule-dark);}
.hh-shop-page .hh-shop-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(24px,4vw,64px);padding-top:clamp(48px,6vw,80px);padding-bottom:clamp(48px,6vw,80px);}
html body.hh-shop-page .hh-shop-main .hh-shop-cta h2.hh-shop-h2{max-width:720px;}
.hh-shop-page .hh-shop-cta__text{margin:0 0 22px;max-width:640px;font-size:16px;line-height:1.65;color:var(--fe-off-2);}
.hh-shop-page .hh-shop-cta__pills{display:flex;flex-wrap:wrap;gap:10px;}
.hh-shop-page .hh-shop-pill--light{border-color:var(--fe-rule-dark);color:var(--fe-off);}
.hh-shop-page .hh-shop-pill--light:hover{background:var(--fe-off);border-color:var(--fe-off);color:var(--fe-ink);}

/* -------------------------------------------------------------------------
   LONG-FORM COPY — editorial flow: sticky page nav + one readable column, thin rules only
   ---------------------------------------------------------------------- */
.hh-shop-page .hh-shop-about{padding:clamp(56px,7vw,96px) 0 clamp(48px,6vw,80px);}
.hh-shop-page .hh-shop-about__grid{display:grid;grid-template-columns:200px minmax(0,760px);gap:clamp(32px,5vw,80px);align-items:start;}
.hh-shop-page .hh-shop-about__nav{position:sticky;top:32px;}
.hh-shop-page .hh-shop-about__nav-label{margin:0 0 12px;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--fe-muted);}
.hh-shop-page .hh-shop-about__nav-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-about__nav-list li{border-bottom:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-about__nav-list a{display:block;padding:10px 0;font-size:14px;font-weight:600;color:var(--fe-ink-2);text-decoration:none;}
.hh-shop-page .hh-shop-about__nav-list a:hover{color:var(--fe-coral-text);}
.hh-shop-page .hh-shop-about__body{font-size:16px;line-height:1.7;color:var(--fe-ink-2);}
.hh-shop-page .hh-shop-about__body p{margin:0 0 16px;}
.hh-shop-page .hh-shop-about__body p a{color:var(--fe-coral-text);font-weight:600;text-decoration:none;} /* inline copy links only; ledger names and text links keep their own styles */
.hh-shop-page .hh-shop-about__body p a:hover{color:var(--fe-coral-3);text-decoration:underline;}
.hh-shop-page .hh-shop-about__intro{padding-bottom:16px;}
.hh-shop-page .hh-shop-about__lead{font-size:clamp(19px,1.8vw,24px);line-height:1.4;font-weight:600;color:var(--fe-ink);margin:0 0 18px;}
.hh-shop-page .hh-shop-about__lead-sm{font-size:18px;font-weight:600;line-height:1.45;color:var(--fe-ink);}
.hh-shop-page .hh-shop-about__part{padding:40px 0 8px;border-top:1px solid var(--fe-rule);scroll-margin-top:24px;}
.hh-shop-page .hh-shop-about__h3{margin:0 0 14px;font-weight:700;font-size:clamp(24px,2.6vw,32px);line-height:1.1;letter-spacing:-.02em;color:var(--fe-ink);}
.hh-shop-page .hh-shop-about__h3--sm{font-size:18px;}
.hh-shop-page .hh-shop-about__pull{font-size:clamp(18px,1.7vw,22px);font-weight:700;line-height:1.35;color:var(--fe-ink);padding-left:16px;border-left:3px solid var(--fe-coral);margin:22px 0 8px;}
/* Category ledger: name on the left, tagline + copy + link on the right, rules between rows */
.hh-shop-page .hh-shop-ledger{margin-top:28px;border-top:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-ledger__row{display:grid;grid-template-columns:200px minmax(0,1fr);gap:8px 32px;padding:24px 0;border-bottom:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-ledger__name{margin:0;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.3;}
.hh-shop-page .hh-shop-ledger__name a{color:var(--fe-ink);text-decoration:none;font-weight:700;}
.hh-shop-page .hh-shop-ledger__name a:hover{color:var(--fe-coral-2);text-decoration:none;}
.hh-shop-page .hh-shop-ledger__tag{font-weight:600;color:var(--fe-ink);margin:0 0 8px;}
.hh-shop-page .hh-shop-ledger__body p:last-of-type{margin-bottom:10px;}
.hh-shop-page .hh-shop-ledger__link{font-size:14px;}
/* Strain types */
.hh-shop-page .hh-shop-strains{margin:0 0 18px;display:grid;gap:14px;}
.hh-shop-page .hh-shop-strains li{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px 20px;align-items:baseline;padding:14px 0;border-top:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-strains li:last-child{border-bottom:1px solid var(--fe-rule);}
.hh-shop-page .hh-shop-strains .hh-shop-type{font-size:15px;}
.hh-shop-page .hh-shop-strains p{margin:0;}
/* Compliance note */
.hh-shop-page .hh-shop-about__legal{margin-top:40px;padding-top:24px;border-top:1px solid var(--fe-rule);font-size:14px;line-height:1.65;color:var(--fe-muted);max-width:640px;}
.hh-shop-page .hh-shop-about__legal p{margin:0 0 10px;}

/* -------------------------------------------------------------------------
   Responsive
   ---------------------------------------------------------------------- */
@media (max-width:1199px){
	.hh-shop-page .hh-shop-products{grid-template-columns:repeat(2,minmax(0,1fr));}
	.hh-shop-page .hh-shop-hero__title{font-size:clamp(44px,7vw,76px);}
	.hh-shop-page .hh-shop-vibe-list{grid-template-columns:repeat(2,minmax(0,1fr));}
	.hh-shop-page .hh-shop-vibe__link{aspect-ratio:4/3;}
}
@media (max-width:991px){
	.hh-shop-page .hh-shop-hero__grid{grid-template-columns:1fr;min-height:0;padding-top:44px;}
	.hh-shop-page .hh-shop-hero__copy{max-width:none;padding-bottom:0;}
	.hh-shop-page .hh-shop-hero__art{min-height:0;aspect-ratio:1/1;max-width:640px;margin:8px auto 0;width:100%;}
	.hh-shop-page .hh-shop-hero__poster-wrap{right:-4%;top:-6%;width:104%;height:112%;}
	.hh-shop-page .hh-shop-hero__flower{width:56%;left:0;bottom:2%;max-height:90%;}
	.hh-shop-page .hh-shop-trust{grid-template-columns:repeat(2,1fr);}
	.hh-shop-page .hh-shop-trust__item{padding:18px var(--fe-gutter);}
	.hh-shop-page .hh-shop-trust__item:nth-child(2n+1){border-left:0;}
	.hh-shop-page .hh-shop-trust__item:nth-child(n+3){border-top:1px solid var(--fe-rule-dark);}
	.hh-shop-page .hh-shop-section__head--row{flex-direction:column;align-items:flex-start;gap:10px;}
	.hh-shop-page .hh-shop-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px;}

	/* Catalog stacks; the sidebar becomes a drawer behind the toggle button (JS) */
	.hh-shop-page .hh-shop-catalog__inner{grid-template-columns:1fr;gap:20px;}
	.hh-shop-page .hh-shop-filters{position:static;}
	.hh-shop-page .hh-shop-filters__toggle{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 16px;border:1px solid var(--fe-ink);border-radius:var(--fe-radius);background:#fff;color:var(--fe-ink);font-family:var(--fe-font);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;}
	.hh-shop-page .hh-shop-filters__toggle .hh-shop-icon{width:18px;height:18px;color:var(--fe-ink);}
	.hh-shop-page .hh-shop-filters__toggle:focus-visible{outline:2px solid var(--fe-coral);outline-offset:2px;}
	.hh-shop-page .hh-shop-filters__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--fe-coral-2);color:#fff;font-size:11px;}
	html.hh-shop-js .hh-shop-page .hh-shop-filters__panel{display:none;}
	html.hh-shop-js .hh-shop-page .hh-shop-filters.is-open .hh-shop-filters__panel{display:block;}
	.hh-shop-page .hh-shop-filters__panel{margin-top:16px;padding:0 18px 18px;border:1px solid var(--fe-rule);background:var(--fe-cream-2);}
	.hh-shop-page .hh-shop-filters__head{padding-top:16px;}
	.hh-shop-page .hh-shop-facet__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;}
	.hh-shop-page .hh-shop-why__grid{grid-template-columns:1fr;gap:28px;}
	.hh-shop-page .hh-shop-why__item{border-left:0;padding:0;}
	.hh-shop-page .hh-shop-promo__inner{grid-template-columns:auto minmax(0,1fr);}
	.hh-shop-page .hh-shop-promo__cta{grid-column:1 / -1;}
	.hh-shop-page .hh-shop-cta__inner{grid-template-columns:1fr;}
	.hh-shop-page .hh-shop-about__grid{grid-template-columns:1fr;gap:28px;}
	.hh-shop-page .hh-shop-about__nav{position:static;}
	.hh-shop-page .hh-shop-about__nav-list{display:flex;flex-wrap:wrap;gap:6px 18px;border-top:0;}
	.hh-shop-page .hh-shop-about__nav-list li{border-bottom:0;}
	.hh-shop-page .hh-shop-about__nav-list a{padding:4px 0;color:var(--fe-coral-text);}
	.hh-shop-page .hh-shop-ledger__row{grid-template-columns:1fr;gap:4px;}
	.hh-shop-page .hh-shop-strains li{grid-template-columns:1fr;gap:4px;}
}
@media (max-width:767px){
	.hh-shop-page .hh-shop-products{gap:28px 16px;padding-top:20px;}
	.hh-shop-page .hh-shop-card__name{font-size:14px;}
	.hh-shop-page .hh-shop-btn--card{min-height:40px;font-size:11px;letter-spacing:.1em;}
	.hh-shop-page .hh-shop-toolbar{flex-wrap:wrap;}
	.hh-shop-page .hh-shop-quick__inner{gap:10px;}
	.hh-shop-page .hh-shop-quick__label{width:100%;}
	.hh-shop-page .hh-shop-promo__inner{grid-template-columns:1fr;}
	.hh-shop-page .hh-shop-promo__burst{width:104px;height:104px;}
	.hh-shop-page .hh-shop-promo__burst span:first-child{font-size:19px;}
	.hh-shop-page .hh-shop-promo__burst span:last-child{font-size:32px;}
	.hh-shop-page .hh-shop-btn{min-height:46px;padding:11px 18px;font-size:12px;letter-spacing:.12em;}
	.hh-shop-page .hh-shop-bar__inner{flex-direction:column;align-items:flex-start;gap:10px;}
}
@media (max-width:575px){
	.hh-shop-page .hh-shop-hero__title{font-size:clamp(40px,12vw,56px);}
	.hh-shop-page .hh-shop-tiles{grid-template-columns:1fr 1fr;}
	.hh-shop-page .hh-shop-tile__label{font-size:15px;}
	.hh-shop-page .hh-shop-tile__sub{font-size:12px;}
	.hh-shop-page .hh-shop-vibe-list{grid-template-columns:1fr 1fr;gap:12px;}
	.hh-shop-page .hh-shop-vibe__body{padding:14px;}
	.hh-shop-page .hh-shop-facet__list{grid-template-columns:1fr;}
}

@media (prefers-reduced-motion:reduce){
	/* html+body prefix outranks every element-level transition rule above (e.g. the FAQ summary::after). */
	html body.hh-shop-page .hh-shop-main *,html body.hh-shop-page .hh-shop-main *::before,html body.hh-shop-page .hh-shop-main *::after{transition:none;animation:none;}
	.hh-shop-page .hh-shop-faq__item summary::after{transition:none;}
	.hh-shop-page .hh-shop-btn--card.loading::after{animation:none;border-right-color:var(--fe-ink);} /* static ring instead of a spinner */
	.hh-shop-page .hh-shop-amt{animation:none;}
	.hh-shop-page .hh-shop-btn:hover,.hh-shop-page .hh-shop-btn:hover .hh-shop-btn__arrow,.hh-shop-page .hh-shop-textlink:hover span{transform:none;}
	.hh-shop-page .hh-shop-tile__link:hover .hh-shop-tile__media img,.hh-shop-page .hh-shop-card:hover .hh-shop-card__img img,.hh-shop-page .hh-shop-vibe__link:hover .hh-shop-vibe__media img{transform:none;}
}
