[hidden] { display: none !important; }

.shop-page { background: #f5f2ea; }
.shop-page .site-nav a[aria-current="page"]::after { right: 0; }

.shop-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 22%, rgba(197, 121, 66, .31), transparent 24%),
    radial-gradient(circle at 78% 22%, transparent 0 34%, rgba(255, 255, 255, .07) 34.2% 34.7%, transparent 35%),
    linear-gradient(125deg, #071c15 0%, #173e32 62%, #2f5c49 100%);
}
.shop-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -280px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 92px rgba(255, 255, 255, .025), 0 0 0 184px rgba(255, 255, 255, .025);
}
.shop-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 25%, #000 100%);
}
.shop-hero-content { position: relative; z-index: 2; padding: 168px 0 92px; }
.shop-hero .breadcrumb { margin-bottom: 42px; }
.shop-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.5rem, 8vw, 7.5rem); }
.shop-hero-copy { max-width: 760px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: clamp(1.06rem, 2vw, 1.25rem); }
.shop-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.shop-hero-facts { display: flex; flex-wrap: wrap; gap: 16px 34px; margin: 56px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: .82rem; font-weight: 750; }
.shop-hero-facts li { display: flex; align-items: center; gap: 10px; }
.shop-hero-facts li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sand); }

.shop-disclosure { padding: 62px 0; color: var(--ink); background: var(--sand); }
.shop-disclosure-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 80px; align-items: start; }
.shop-disclosure h2 { max-width: 540px; margin: 0; color: var(--forest); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.035em; }
.shop-disclosure-copy { padding-left: 30px; border-left: 3px solid var(--copper); }
.shop-disclosure-copy p { margin: 0; color: #45564f; }
.shop-disclosure-copy p + p { margin-top: 16px; }

.shop-controls { position: sticky; top: 76px; z-index: 80; padding: 15px 0; background: rgba(244,240,231,.97); border-bottom: 1px solid var(--line); box-shadow: 0 12px 28px rgba(7,25,19,.08); backdrop-filter: blur(12px); }
.shop-controls-inner { display: grid; gap: 13px; }
.shop-category-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 2px; scrollbar-width: thin; }
.shop-category-tabs a { flex: 0 0 auto; padding: 8px 12px; color: var(--forest); background: var(--white); border: 1px solid rgba(23,62,50,.18); border-radius: 999px; font-size: .72rem; font-weight: 800; text-decoration: none; white-space: nowrap; transition: color 160ms ease, background 160ms ease, border-color 160ms ease; }
.shop-category-tabs a:hover,
.shop-category-tabs a:focus-visible,
.shop-category-tabs a.is-active { color: var(--white); background: var(--forest); border-color: var(--forest); outline: none; }
.shop-search { display: grid; grid-template-columns: auto minmax(280px, 540px) auto; gap: 14px; align-items: center; margin: 0; }
.shop-search > label { color: var(--forest); font-size: .76rem; font-weight: 850; letter-spacing: .04em; }
.shop-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.shop-search input { min-height: 44px; width: 100%; padding: 9px 13px; color: var(--ink); background: var(--white); border: 1px solid rgba(23,62,50,.28); border-radius: 3px 0 0 3px; }
.shop-search input:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(47,92,73,.13); outline: none; }
.shop-search button { min-height: 44px; padding: 8px 14px; color: var(--white); background: var(--moss); border: 1px solid var(--moss); border-radius: 0 3px 3px 0; font-size: .76rem; font-weight: 800; cursor: pointer; }
.shop-search button:hover, .shop-search button:focus-visible { background: var(--forest-deep); outline: none; }
.shop-search-status { margin: 0; color: #65716b; font-size: .76rem; white-space: nowrap; }

.shop-category { scroll-margin-top: 188px; padding: 92px 0; background: #f6f3ec; }
.shop-category-alt { background: #eaf0e9; }
.shop-category-heading { display: grid; grid-template-columns: minmax(210px, .42fr) minmax(0, 1.58fr); gap: 60px; align-items: end; margin-bottom: 36px; }
.shop-category-heading > div:first-child > span { display: block; margin-bottom: 18px; color: var(--copper); font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; line-height: 1; }
.shop-category-heading .eyebrow { margin: 0; }
.shop-category-heading h2 { margin: 0 0 14px; color: var(--forest); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.04em; }
.shop-category-heading > div:last-child > p { max-width: 760px; margin: 0; color: #52635b; }
.shop-category-heading .amazon-required-disclosure { margin-top: 12px; color: #704529; font-size: .82rem; font-weight: 850; }

.shop-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.shop-card-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.shop-card { display: flex; flex-direction: column; min-height: 390px; padding: 28px; background: var(--white); border: 1px solid rgba(23,62,50,.12); border-top: 4px solid var(--moss); box-shadow: 0 14px 38px rgba(7,25,19,.08); }
.shop-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 28px; }
.shop-card-meta > span:first-child { color: var(--moss); font-size: .69rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.link-status { display: inline-flex; min-height: 27px; align-items: center; padding: 5px 9px; border-radius: 999px; font-size: .64rem; font-weight: 900; letter-spacing: .035em; }
.link-status.affiliate { color: #fff; background: #95502d; }
.link-status.candidate { color: #274a3c; background: #dce9df; border: 1px solid rgba(39,74,60,.16); }
.link-status.direct { color: #4f5e58; background: #eff1ee; border: 1px solid rgba(79,94,88,.15); }
.shop-card h3 { margin: 0 0 15px; color: var(--forest); font-size: clamp(1.55rem, 2.5vw, 2.15rem); font-weight: 500; letter-spacing: -.02em; }
.shop-card > p { margin: 0; color: #586760; line-height: 1.65; }
.shop-card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 0; padding: 0; list-style: none; }
.shop-card-tags li { padding: 5px 8px; color: #53615b; background: #f2f1ec; border: 1px solid rgba(23,62,50,.1); font-size: .65rem; font-weight: 750; }
.shop-card-action { display: grid; gap: 7px; align-items: end; margin-top: auto; padding-top: 28px; }
.shop-card-action a { width: fit-content; color: var(--forest); border-bottom: 1px solid rgba(23,62,50,.4); font-size: .83rem; font-weight: 850; text-decoration: none; }
.shop-card-action a:hover, .shop-card-action a:focus-visible { color: var(--copper); border-color: var(--copper); outline: none; }
.shop-card-action small { color: #728078; font-size: .67rem; line-height: 1.35; }

.shop-category-sauna { color: var(--white); background: #0d2a21; }
.shop-category-heading-light h2 { color: var(--white); }
.shop-category-heading-light > div:last-child > p { color: rgba(255,255,255,.72); }
.shop-category-heading-light > div:first-child > span { color: var(--sand); }
.shop-card-featured { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); min-height: 0; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-top: 0; background: #071c15; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.shop-feature-media { min-height: 420px; display: block; overflow: hidden; background: #050b08; }
.shop-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.shop-feature-media:hover img, .shop-feature-media:focus-visible img { transform: scale(1.015); }
.shop-feature-copy { display: grid; align-content: space-between; gap: 38px; padding: 38px; }
.shop-feature-copy .shop-card-meta > span:first-child { color: var(--sand); }
.shop-feature-copy h3 { max-width: 510px; color: var(--white); }
.shop-feature-copy p { color: rgba(255,255,255,.75); }
.shop-feature-actions { display: grid; justify-items: start; gap: 14px; }
.shop-feature-actions .button { color: var(--forest); background: var(--sand); }
.shop-feature-actions .button:hover { color: var(--white); background: var(--copper); }
.shop-inline-link { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.42); font-size: .82rem; font-weight: 800; text-decoration: none; }
.shop-feature-actions small { max-width: 520px; padding-top: 14px; color: var(--sand); border-top: 1px solid rgba(255,255,255,.18); font-size: .72rem; line-height: 1.55; }

.shop-empty { padding: 100px 0; text-align: center; background: #f6f3ec; }
.shop-empty h2 { margin-bottom: 18px; color: var(--forest); font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 500; }
.shop-empty p:not(.eyebrow) { max-width: 620px; margin: 0 auto 28px; color: #596862; }

.shop-final-note { padding: 90px 0; color: var(--white); background: var(--forest); }
.shop-final-note-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; align-items: start; }
.shop-final-note h2 { max-width: 600px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.04em; }
.shop-final-note-grid > div:last-child p { margin: 0; color: rgba(255,255,255,.75); }
.shop-final-note-grid > div:last-child p + p { margin-top: 18px; }
.shop-final-note .button { margin-top: 28px; }

@media (max-width: 980px) {
  .shop-search { grid-template-columns: auto minmax(260px, 1fr); }
  .shop-search-status { grid-column: 2; }
  .shop-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-card-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-card-featured { grid-template-columns: 1fr; }
  .shop-feature-media { min-height: 0; aspect-ratio: 16 / 8.4; }
}

@media (max-width: 900px) {
  .shop-hero { min-height: 680px; }
  .shop-hero-content { padding-top: 134px; }
  .shop-controls { top: 76px; }
  .shop-disclosure-grid,
  .shop-category-heading,
  .shop-final-note-grid { grid-template-columns: 1fr; gap: 28px; }
  .shop-disclosure-copy { padding-left: 22px; }
  .shop-category-heading { align-items: start; }
}

@media (max-width: 620px) {
  .shop-hero { min-height: 650px; }
  .shop-hero::after { right: -380px; }
  .shop-hero-grid { background-size: 42px 42px; }
  .shop-hero-content { padding: 120px 0 66px; }
  .shop-hero .breadcrumb { margin-bottom: 28px; }
  .shop-hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .shop-hero-actions { display: grid; }
  .shop-hero-actions .button { width: 100%; }
  .shop-hero-facts { display: grid; gap: 10px; margin-top: 36px; }
  .shop-disclosure { padding: 48px 0; }
  .shop-controls { padding: 10px 0 12px; }
  .shop-controls-inner { gap: 10px; }
  .shop-category-tabs { max-width: 100%; }
  .shop-search { grid-template-columns: 1fr; gap: 7px; }
  .shop-search-status { grid-column: 1; }
  .shop-category { scroll-margin-top: 178px; padding: 68px 0; }
  .shop-category-heading > div:first-child > span { font-size: 2.15rem; }
  .shop-card-grid,
  .shop-card-grid-two { grid-template-columns: 1fr; }
  .shop-card { min-height: 340px; padding: 24px; }
  .shop-card-meta { align-items: flex-start; margin-bottom: 24px; }
  .link-status { max-width: 160px; text-align: center; }
  .shop-feature-copy { padding: 28px 24px; }
  .shop-feature-actions .button { width: 100%; }
  .shop-final-note { padding: 68px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-feature-media img { transition: none; }
}
