/** Shopify CDN: Minification failed

Line 473:0 All "@import" rules must come first

**/
/* ============================================================
   SALMATCHA MODERN DESIGN SYSTEM  ·  2026 redesign
   Loaded globally via style-tags.liquid (custom.css)
   Inspiration: modern DTC wellness (type scale, pills, color
   blocking, rounded cards) adapted to Salmatcha's matcha brand
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..700;1,9..144,400..700&display=swap');

:root {
  --sal-green: #234622;
  --sal-green-deep: #1a3519;
  --sal-green-ink: #163015;
  --sal-mist: #eaf1e2;
  --sal-sage: #dcE9cd;
  --sal-cream: #f7f2e9;
  --sal-cream-deep: #f1e9db;
  --sal-olive: #93a164;
  --sal-white: #ffffff;
  --sal-radius-lg: 28px;
  --sal-radius-md: 20px;
  --sal-radius-sm: 14px;
  --sal-font-display: 'Fraunces', Georgia, serif;
  --sal-shadow-soft: 0 18px 40px -20px rgba(22, 48, 21, .25);
  --sal-ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Typography ---------- */
h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--sal-font-display) !important;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1, .h1 { line-height: 1.05; }
h2, .h2 { line-height: 1.1; }
/* keep product card titles + UI headings in the sans */
.sf__pcard h3, .sf__pcard-name, .sf-footer__block h3,
.m-search-wrapper h3, .sf__accordion-button, .cart-drawer h3,
.sf-cart-drawer h3, .sf__tooltip-content, .sf-tab-content h3 {
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0;
}
/* section headings scale */
.shopify-section .sf__section-header h2,
.shopify-section h2.section-header__title,
.sal-display {
  font-size: clamp(30px, 4.2vw, 52px) !important;
  color: var(--sal-green);
}

/* ---------- Buttons: everything becomes a pill ---------- */
.sf__btn, a.sf__btn, button.sf__btn,
.sf-pqv__button, .sf__pcard-quick-add .sf__btn,
form[action*="/cart/add"] button[name="add"],
.m-product-form button[type="submit"] {
  border-radius: 999px !important;
  font-weight: 600 !important;
  letter-spacing: .02em;
  transition: transform .25s var(--sal-ease), background-color .25s, box-shadow .25s;
}
.sf__btn.sf__btn-primary, a.sf__btn.sf__btn-primary, button.sf__btn.sf__btn-primary {
  background-color: var(--sal-green) !important;
  border: none !important;
  color: #fff !important;
}
.sf__btn.sf__btn-primary:hover, .sf__btn-primary:focus {
  background-color: var(--sal-green-deep) !important;
  transform: translateY(-2px);
  box-shadow: var(--sal-shadow-soft);
}
.sf__btn-secondary { border-radius: 999px !important; }

/* ---------- Product cards: cream tile + chips + pill ATC ---------- */
.sf__pcard .sf__image-box,
.sf__pcard .sf__pcard-image .sf-image,
.sf__pcard .spc__main-img, .sf__pcard .spc__hover-img {
  border-radius: var(--sal-radius-md);
  overflow: hidden;
}
.sf__pcard .sf__image-box { background: var(--sal-cream); }
.sf__pcard .sf__image-box img { border-radius: var(--sal-radius-md); }
.sf__pcard-name { font-weight: 600 !important; color: var(--sal-green) !important; }
.sf__pcard .sf__pcard-price .prod__price { color: var(--sal-green) !important; font-weight: 600 !important; }
.prod__tag {
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 12px !important;
  background: var(--sal-green) !important;
}
.prod__tag--soldout {
  background: #b9b9b3 !important;
  border-radius: 999px !important;
  width: auto !important; height: auto !important;
  padding: 6px 14px !important;
  font-size: 11px !important; font-weight: 700 !important;
  text-transform: uppercase; letter-spacing: .06em;
  line-height: 1 !important;
}
.sf__pcard-style-4 .sf__pcard-content .sf__pcard-quick-add .sf__btn {
  background: var(--sal-green) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  margin-top: 14px;
}
.sf__pcard-style-4 .sf__pcard-content .sf__pcard-quick-add .sf__btn:hover {
  background: var(--sal-green-deep) !important;
}
/* review stars on cards */
.sf-pcard__reviews .jdgm-star { color: var(--sal-olive) !important; }

/* ---------- Header / announcement ---------- */
.m-announcement-bar, .sf__annoucement, [data-section-type="annoucement"] .sf__row {
  background: var(--sal-green) !important;
  color: #fff !important;
}
.sf-header { border-bottom: 1px solid rgba(35,70,34,.08); }

/* ---------- Sections rhythm ---------- */
.shopify-section .section-my { margin-top: 0; margin-bottom: 0; }

/* ---------- Newsletter: color-blocked rounded panel ---------- */
.sf__footer-newsletter, .shopify-section .sf-newsletter__wrapper { border-radius: var(--sal-radius-lg); }

/* ---------- PDP polish ---------- */
.prod__title h1 {
  font-family: var(--sal-font-display) !important;
  font-size: clamp(30px, 3.2vw, 44px) !important;
  color: var(--sal-green);
  line-height: 1.08 !important;
}
.f-price-item { font-weight: 600; color: var(--sal-green); }
.prod__block .sf__accordion-item, .prod__accordion, .m-product-accordion {
  border-radius: var(--sal-radius-sm);
}
/* collapsible tabs -> soft mist pills */
.main-product__block-collapsible_tab, .prod__block--collapsible_tab,
[data-block-type="collapsible_tab"] {
  background: var(--sal-mist);
  border-radius: var(--sal-radius-sm);
  padding: 2px 18px;
  margin-bottom: 10px;
  border: none !important;
}
/* variant option buttons -> pills */
.product-option-item, .variant-picker__option-button {
  border-radius: 999px !important;
}
/* sticky ATC bar */
.m-sticky-atc, .sticky-atc, [data-sticky-atc] {
  background: var(--sal-green) !important;
  color: #fff;
  box-shadow: 0 -8px 30px rgba(22,48,21,.18);
}
.m-sticky-atc .sf__btn, .sticky-atc .sf__btn {
  background: #fff !important; color: var(--sal-green) !important;
  border-radius: 999px !important; border: none !important;
}
/* judge.me widget accents */
.jdgm-star { color: var(--sal-olive) !important; }
.jdgm-btn, .jdgm-write-rev-link {
  border-radius: 999px !important;
  background: var(--sal-green) !important;
  border-color: var(--sal-green) !important;
}

/* ---------- Footer ---------- */
.sf__footer, footer.sf-footer { background: var(--sal-mist); }

/* ============================================================
   CUSTOM SAL SECTIONS (sal-*)
   ============================================================ */
.sal-section { position: relative; overflow: hidden; }
.sal-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.sal-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--sal-green);
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(35,70,34,.15);
  border-radius: 999px; padding: 8px 18px;
}
.sal-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; padding: 16px 36px; border-radius: 999px;
  background: var(--sal-green); color: #fff !important;
  font-weight: 600; font-size: 15px; letter-spacing: .02em;
  text-decoration: none !important; border: none;
  transition: transform .25s var(--sal-ease), background-color .25s, box-shadow .25s;
}
.sal-btn:hover { background: var(--sal-green-deep); transform: translateY(-2px); box-shadow: var(--sal-shadow-soft); }
.sal-btn--ghost {
  background: transparent; color: var(--sal-green) !important;
  border: 1.5px solid var(--sal-green);
}
.sal-btn--ghost:hover { background: var(--sal-green); color: #fff !important; }
.sal-btn--light { background: #fff; color: var(--sal-green) !important; }
.sal-btn--light:hover { background: var(--sal-cream); }

/* ----- Hero ----- */
.sal-hero { background: linear-gradient(160deg, var(--sal-mist) 0%, var(--sal-sage) 60%, var(--sal-mist) 100%); }
.sal-hero__inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px;
  align-items: center; min-height: 640px; padding: 72px 0;
}
.sal-hero__title {
  font-family: var(--sal-font-display);
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 620; color: var(--sal-green);
  line-height: 1.02; margin: 26px 0 20px;
}
.sal-hero__title em { font-style: italic; font-weight: 500; }
.sal-hero__text { font-size: 18px; line-height: 1.65; color: var(--sal-green); max-width: 480px; opacity: .85; }
.sal-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.sal-hero__proof { display: flex; align-items: center; gap: 12px; margin-top: 30px; font-size: 14px; font-weight: 600; color: var(--sal-green); }
.sal-stars { color: var(--sal-olive); font-size: 16px; letter-spacing: 2px; }
.sal-hero__media { position: relative; }
.sal-hero__blob {
  position: absolute; inset: -6% -8%;
  background: radial-gradient(closest-side, rgba(255,255,255,.85), rgba(255,255,255,0));
  border-radius: 50%;
}
.sal-hero__img {
  position: relative; width: 100%; aspect-ratio: 4/4.6;
  object-fit: cover; border-radius: var(--sal-radius-lg);
  box-shadow: var(--sal-shadow-soft);
}
.sal-chip {
  position: absolute; background: #fff; color: var(--sal-green);
  font-size: 12px; font-weight: 700; letter-spacing: .05em;
  padding: 10px 18px; border-radius: 999px;
  box-shadow: 0 10px 24px -10px rgba(22,48,21,.35);
  text-transform: uppercase;
  animation: sal-float 5s ease-in-out infinite;
}
.sal-chip--1 { top: 8%; left: -4%; }
.sal-chip--2 { bottom: 14%; right: -3%; animation-delay: 1.4s; }
.sal-chip--3 { bottom: -3%; left: 12%; animation-delay: 2.6s; }
@keyframes sal-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 900px) {
  .sal-hero__inner { grid-template-columns: 1fr; min-height: 0; padding: 56px 0 64px; gap: 40px; }
  .sal-hero__text { font-size: 16px; }
  .sal-chip--1 { left: 2%; } .sal-chip--2 { right: 2%; }
}

/* ----- Marquee ----- */
.sal-marquee { padding: 26px 0; border-top: 1px solid rgba(35,70,34,.08); border-bottom: 1px solid rgba(35,70,34,.08); }
.sal-marquee--green { background: var(--sal-green); border: none; }
.sal-marquee--cream { background: var(--sal-cream); border: none; }
.sal-marquee__track { display: flex; width: max-content; animation: sal-marquee var(--sal-marquee-speed, 28s) linear infinite; }
.sal-marquee__group { display: flex; align-items: center; flex-shrink: 0; }
.sal-marquee__item {
  font-family: var(--sal-font-display);
  font-size: clamp(20px, 2.4vw, 30px); font-weight: 550;
  color: var(--sal-green); white-space: nowrap; padding: 0 18px;
}
.sal-marquee--green .sal-marquee__item { color: #fff; }
.sal-marquee__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sal-olive); flex-shrink: 0; }
@keyframes sal-marquee { to { transform: translateX(-50%); } }

/* ----- Benefits ----- */
.sal-benefits { padding: 96px 0; background: #fff; }
.sal-benefits__head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.sal-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.sal-benefit { text-align: center; }
.sal-benefit__icon {
  width: 84px; height: 84px; margin: 0 auto 20px;
  border: 1.5px solid var(--sal-green); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--sal-green); background: #fff;
  transition: background .3s, transform .3s var(--sal-ease);
}
.sal-benefit:hover .sal-benefit__icon { background: var(--sal-mist); transform: translateY(-4px); }
.sal-benefit__icon svg { width: 38px; height: 38px; }
.sal-benefit h3 { font-size: 19px !important; margin-bottom: 8px; color: var(--sal-green); }
.sal-benefit p { font-size: 14.5px; line-height: 1.6; color: var(--sal-green); opacity: .75; max-width: 240px; margin: 0 auto; }
@media (max-width: 900px) { .sal-benefits { padding: 64px 0; } .sal-benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }

/* ----- Story ----- */
.sal-story { padding: 40px 0 96px; background: #fff; }
.sal-story__panel {
  background: var(--sal-cream); border-radius: var(--sal-radius-lg);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px;
  padding: 72px; align-items: center;
}
.sal-story__kicker { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--sal-olive); margin-bottom: 18px; }
.sal-story__title { font-size: clamp(30px, 3.6vw, 48px); color: var(--sal-green); margin-bottom: 22px; }
.sal-story__text { font-size: 16.5px; line-height: 1.75; color: var(--sal-green); opacity: .85; }
.sal-story__text p + p { margin-top: 14px; }
.sal-story__media img { width: 100%; aspect-ratio: 1/1.1; object-fit: cover; border-radius: var(--sal-radius-md); box-shadow: var(--sal-shadow-soft); }
.sal-story .sal-btn { margin-top: 30px; }
@media (max-width: 900px) { .sal-story { padding: 24px 0 64px; } .sal-story__panel { grid-template-columns: 1fr; padding: 36px 24px; gap: 32px; } }

/* ----- Categories ----- */
.sal-categories { padding: 96px 0; background: #fff; }
.sal-categories__head { text-align: center; margin-bottom: 52px; }
.sal-categories__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sal-category { display: block; text-decoration: none !important; }
.sal-category__img {
  border-radius: var(--sal-radius-md); overflow: hidden;
  aspect-ratio: 4/4.7; background: var(--sal-mist); position: relative;
}
.sal-category__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--sal-ease); }
.sal-category:hover .sal-category__img img { transform: scale(1.05); }
.sal-category__label {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 16px; color: var(--sal-green);
  font-family: var(--sal-font-display); font-size: 22px; font-weight: 600;
}
.sal-category__label span:last-child { transition: transform .3s var(--sal-ease); }
.sal-category:hover .sal-category__label span:last-child { transform: translateX(6px); }
@media (max-width: 900px) { .sal-categories { padding: 64px 0; } .sal-categories__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }

/* ----- Reviews ----- */
.sal-reviews { padding: 96px 0; background: var(--sal-mist); }
.sal-reviews__head { text-align: center; max-width: 620px; margin: 0 auto 54px; }
.sal-reviews__rating { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 16px; font-weight: 600; color: var(--sal-green); }
.sal-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sal-review {
  background: #fff; border-radius: var(--sal-radius-md);
  padding: 34px 30px; display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 10px 30px -18px rgba(22,48,21,.18);
}
.sal-review__quote {
  font-family: var(--sal-font-display); font-size: 19px; font-weight: 500;
  font-style: italic; line-height: 1.45; color: var(--sal-green);
}
.sal-review__author { font-size: 13.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sal-olive); margin-top: auto; }
.sal-reviews__cta { text-align: center; margin-top: 44px; }
@media (max-width: 900px) { .sal-reviews { padding: 64px 0; } .sal-reviews__grid { grid-template-columns: 1fr; } }

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .sal-marquee__track, .sal-chip { animation: none; }
}

/* ============ v2 polish pass ============ */
::selection { background: var(--sal-sage); color: var(--sal-green-ink); }
a, button { -webkit-tap-highlight-color: transparent; }
.sf__btn:active, .sal-btn:active { transform: translateY(0) scale(.985); }

/* product cards: white tile + hairline + hover lift */
.sf__pcard .sf__image-box {
  background: #fff;
  border: 1px solid rgba(35,70,34,.08);
  transition: transform .35s var(--sal-ease), box-shadow .35s var(--sal-ease);
}
.sf__pcard:hover .sf__image-box {
  transform: translateY(-5px);
  box-shadow: 0 24px 44px -24px rgba(22,48,21,.28);
}

/* section header descriptions -> kicker treatment */
.sf__section-header p, .section-header__description p {
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sal-olive);
}

/* PDP price + spacing */
.prod__price, .f-price { font-size: 24px !important; }
.prod__price .f-price-item--regular, .f-price-item--sale { font-weight: 700 !important; }

/* announcement bar refinement */
[data-section-type="annoucement"] * , .sf__annoucement * {
  font-size: 12.5px !important; font-weight: 600 !important;
  letter-spacing: .12em; text-transform: uppercase;
}

/* footer block titles */
.sf-footer__block .sf__footer-block-title {
  font-size: 13px !important; font-weight: 700 !important;
  letter-spacing: .14em; text-transform: uppercase;
}

/* breathing room between homepage sections that keep theme defaults */
.sf__featured-collection .section-my, .sf-featured-collection .section-my { padding-top: 48px; padding-bottom: 48px; }

/* ============ v3: tighter homepage ============ */
/* shorter hero so products land within one scroll */
.sal-hero__inner { min-height: 520px; padding: 48px 0 56px; }
.sal-hero__title { font-size: clamp(38px, 4.8vw, 64px); margin: 20px 0 16px; }
.sal-hero__img { aspect-ratio: 4/4.1; }

/* compact review band */
.sal-reviews { padding: 56px 0; }
.sal-reviews__head { margin-bottom: 30px; }
.sal-reviews__head .sal-display { font-size: clamp(26px, 3vw, 38px) !important; }
.sal-review { padding: 24px 24px; gap: 10px; }
.sal-review__quote { font-size: 16.5px; }
.sal-reviews__cta { margin-top: 28px; }
.sal-reviews__cta .sal-btn { padding: 12px 28px; font-size: 14px; }

/* craft panel (story + benefits merged) */
.sal-craft { padding: 64px 0; background: #fff; }
.sal-craft__panel {
  background: var(--sal-cream); border-radius: var(--sal-radius-lg);
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px;
  padding: 56px; align-items: center;
}
.sal-craft__title { font-size: clamp(28px, 3.2vw, 42px); color: var(--sal-green); margin-bottom: 16px; }
.sal-craft__text { font-size: 15.5px; line-height: 1.7; color: var(--sal-green); opacity: .85; max-width: 440px; }
.sal-craft .sal-btn { margin-top: 24px; padding: 14px 30px; font-size: 14.5px; }
.sal-craft__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.sal-craft__item h3 { font-size: 16.5px !important; margin: 10px 0 4px; color: var(--sal-green); }
.sal-craft__item p { font-size: 13px; line-height: 1.55; color: var(--sal-green); opacity: .72; }
.sal-craft__icon { width: 56px; height: 56px; margin: 0; background: #fff; }
.sal-craft__icon svg { width: 26px; height: 26px; }
@media (max-width: 900px) {
  .sal-craft { padding: 40px 0; }
  .sal-craft__panel { grid-template-columns: 1fr; padding: 32px 22px; gap: 30px; }
}
/* tighter categories + bestsellers rhythm */
.sal-categories { padding: 64px 0 80px; }
.sal-categories__head { margin-bottom: 36px; }

/* ============ v4: conversion stack (deep Bloom audit) ============ */
/* scroll reveal */
.sal-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--sal-ease), transform .7s var(--sal-ease); }
.sal-reveal.sal-in { opacity: 1; transform: none; }
/* hero entrance on load */
@keyframes sal-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.sal-hero__content { animation: sal-rise .8s var(--sal-ease) both; }
.sal-hero__media { animation: sal-rise .8s .15s var(--sal-ease) both; }
@media (prefers-reduced-motion: reduce) { .sal-hero__content, .sal-hero__media { animation: none; } .sal-reveal { opacity: 1; transform: none; } }

/* free-shipping progress bar */
.sal-shipbar { margin: 10px 0 2px; }
.sal-shipbar__label { font-size: 12.5px; font-weight: 600; color: var(--sal-green); margin-bottom: 7px; }
.sal-shipbar__track { height: 8px; border-radius: 999px; background: var(--sal-mist); overflow: hidden; }
.sal-shipbar__fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--sal-olive), var(--sal-green)); transition: width .5s var(--sal-ease); }
.sal-shipbar--done .sal-shipbar__label { color: var(--sal-green); }
.sal-shipbar--done .sal-shipbar__fill { background: var(--sal-green); }

/* cart upsell */
.sal-upsell { margin-bottom: 14px; }
.sal-upsell__kicker { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sal-olive); margin-bottom: 8px; }
.sal-upsell__card { display: flex; align-items: center; gap: 12px; background: var(--sal-cream); border-radius: var(--sal-radius-sm); padding: 10px 12px; }
.sal-upsell__img { width: 52px; height: 52px; border-radius: 10px; overflow: hidden; background: #fff; flex-shrink: 0; }
.sal-upsell__img img { width: 100%; height: 100%; object-fit: cover; }
.sal-upsell__info { flex: 1; min-width: 0; }
.sal-upsell__title { font-size: 13.5px; font-weight: 600; color: var(--sal-green); display: block; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sal-upsell__price { font-size: 13px; color: var(--sal-green); opacity: .75; }
.sal-upsell__btn { background: var(--sal-green); color: #fff; border: none; border-radius: 999px; padding: 8px 20px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .25s; }
.sal-upsell__btn:hover { background: var(--sal-green-deep); }
.sal-upsell__btn.is-loading { opacity: .7; pointer-events: none; }

/* PDP benefit chips */
.sal-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 14px; }
.sal-chips__item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--sal-green); background: var(--sal-mist);
  border-radius: 999px; padding: 8px 15px;
}
.sal-chips__item svg { width: 14px; height: 14px; }

/* PDP trust row */
.sal-trust { display: flex; flex-wrap: wrap; gap: 18px; margin: 16px 0 6px; padding: 14px 0 0; border-top: 1px solid rgba(35,70,34,.09); }
.sal-trust__item { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--sal-green); opacity: .85; }
.sal-trust__item svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--sal-olive); }

/* ============================================================
   FEEL EDITION (WIP v2) — editorial energy, Salmatcha brand
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* --- editorial type: condensed caps section headers, serif-italic accents --- */
.sal-display, .shopify-section .sf__section-header h2, .shopify-section h2.section-header__title {
  font-family: 'Anton', 'Arial Narrow', sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: 1.04;
}
.sal-hero__title, .sal-craft__title, .sal-review__quote, .sal-story__title, .prod__title h1 {
  font-family: var(--sal-font-display) !important;
  text-transform: none;
  letter-spacing: -0.01em;
}
.sal-hero__title em, .sal-craft__title em, .sal-display em {
  font-family: var(--sal-font-display);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.sal-display em { font-size: .92em; }

/* --- floating pill nav --- */
.sf-header .header__wrapper { padding: 10px 14px 0; }
header.sf-header__desktop, header.sf-header__mobile {
  border-radius: 999px;
  box-shadow: 0 10px 30px -12px rgba(22,48,21,.18);
  overflow: visible;
}
header.sf-header__desktop { padding: 0 10px; }
header.sf-header__mobile { border-radius: 20px; }

/* --- proof bar --- */
.sal-announce { background: var(--sal-green); color: #fff; }
.sal-announce--ink { background: #101b0f; }
.sal-announce__track {
  display: flex; align-items: center; justify-content: center;
  gap: 26px; padding: 9px 18px; max-width: 1240px; margin: 0 auto;
}
.sal-announce__slot {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  white-space: nowrap;
}
.sal-announce__slot a { color: #fff !important; text-decoration: none; }
.sal-announce__slot a:hover { text-decoration: underline; }
.sal-announce__stars { color: #d8e6b8; letter-spacing: 2px; font-size: 11px; }
.sal-announce__divider { width: 1px; height: 14px; background: rgba(255,255,255,.28); flex-shrink: 0; }
@media (max-width: 767px) {
  .sal-announce__track { position: relative; height: 34px; padding: 0 16px; }
  .sal-announce__divider { display: none; }
  .sal-announce__slot {
    position: absolute; inset: 0; display: flex; justify-content: center; align-items: center;
    opacity: 0; transition: opacity .5s var(--sal-ease); font-size: 11px;
  }
  .sal-announce__slot.is-active { opacity: 1; }
}

/* --- ritual timeline --- */
.sal-timeline { padding: 80px 0; background: #fff; position: relative; }
.sal-timeline__head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.sal-timeline__grid { display: grid; gap: 28px; position: relative; }
.sal-timeline__grid::before {
  content: ''; position: absolute; top: 5px; left: 2%; right: 2%;
  height: 2px; background: linear-gradient(90deg, var(--sal-sage), var(--sal-green));
  border-radius: 2px;
}
.sal-timeline__item { position: relative; padding-top: 26px; }
.sal-timeline__dot {
  position: absolute; top: 0; left: 0; width: 12px; height: 12px;
  border-radius: 50%; background: var(--sal-green); box-shadow: 0 0 0 4px var(--sal-mist);
}
.sal-timeline__period {
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sal-olive); margin-bottom: 8px;
}
.sal-timeline__title { font-size: 20px !important; color: var(--sal-green); margin-bottom: 8px; font-family: var(--sal-font-display) !important; text-transform: none; }
.sal-timeline__item p { font-size: 14px; line-height: 1.65; color: var(--sal-green); opacity: .78; }
@media (max-width: 900px) {
  .sal-timeline { padding: 56px 0; }
  .sal-timeline__grid { grid-template-columns: 1fr 1fr !important; }
  .sal-timeline__grid::before { display: none; }
}

/* --- goal navigator --- */
.sal-goals { padding: 80px 0; background: var(--sal-mist); }
.sal-goals__head { text-align: center; margin-bottom: 44px; }
.sal-goals__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 0 auto; }
.sal-goal {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border-radius: 999px; padding: 12px 24px 12px 12px;
  text-decoration: none !important;
  box-shadow: 0 8px 26px -18px rgba(22,48,21,.3);
  transition: transform .3s var(--sal-ease), box-shadow .3s var(--sal-ease);
}
.sal-goal:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -18px rgba(22,48,21,.4); }
.sal-goal__img { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--sal-sage); }
.sal-goal__img img { width: 100%; height: 100%; object-fit: cover; }
.sal-goal__text { flex: 1; display: flex; flex-direction: column; }
.sal-goal__label { font-weight: 700; font-size: 16.5px; color: var(--sal-green); }
.sal-goal__sub { font-size: 12.5px; color: var(--sal-green); opacity: .65; }
.sal-goal__arrow { color: var(--sal-green); font-size: 18px; transition: transform .3s var(--sal-ease); }
.sal-goal:hover .sal-goal__arrow { transform: translateX(5px); }
@media (max-width: 767px) { .sal-goals { padding: 52px 0; } .sal-goals__grid { grid-template-columns: 1fr; } }

/* --- comparison table --- */
.sal-compare { padding: 80px 0; background: #fff; }
.sal-compare__head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.sal-compare__panel {
  max-width: 980px; margin: 0 auto; border-radius: var(--sal-radius-lg);
  border: 1px solid rgba(35,70,34,.1); overflow: hidden;
}
.sal-compare__row { display: grid; grid-template-columns: .8fr 1.2fr 1.2fr; }
.sal-compare__row + .sal-compare__row { border-top: 1px solid rgba(35,70,34,.08); }
.sal-compare__cell { padding: 16px 20px; font-size: 14px; line-height: 1.55; color: var(--sal-green); display: flex; align-items: center; gap: 10px; }
.sal-compare__cell--label { font-weight: 700; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--sal-olive); }
.sal-compare__cell--ours { background: var(--sal-mist); font-weight: 600; }
.sal-compare__row--header .sal-compare__cell { font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; padding: 18px 20px; }
.sal-compare__row--header .sal-compare__cell--ours { background: var(--sal-green); color: #fff; }
.sal-compare__icon { width: 17px; height: 17px; flex-shrink: 0; }
.sal-compare__icon--yes { color: var(--sal-green); }
.sal-compare__icon--no { color: #b9b9b3; }
.sal-compare__row:not(.sal-compare__row--header) .sal-compare__cell:last-child { opacity: .75; }
@media (max-width: 767px) {
  .sal-compare { padding: 52px 0; }
  .sal-compare__row { grid-template-columns: 1fr 1fr; }
  .sal-compare__cell--label { grid-column: 1 / -1; padding-bottom: 0; }
}

/* --- per-serving line (PDP) --- */
.sal-serving {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--sal-green);
  background: var(--sal-cream); border-radius: 999px; padding: 7px 16px;
  margin: 6px 0 4px;
}
.sal-serving::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--sal-olive); }

/* --- floating sticky ATC pill --- */
.prod__sticky-atc {
  margin: 0 14px 14px; border-radius: 22px;
  box-shadow: 0 18px 44px -18px rgba(22,48,21,.45) !important;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) { .prod__sticky-atc { margin: 0 auto 18px; max-width: 860px; left: 0; right: 0; } }

/* ============================================================
   v7 FORENSIC PASS — Feel-grade finish, Salmatcha brand
   Derived from computed-style audit of wearefeel.com:
   · one type scale, 3 weights · buttons 52-60px, r10, uppercase
   +1px tracking, color-only .33s transitions · tiles r30, flat
   (no default shadows) · nav 60px pill, thin links · ease-in .4s
   ============================================================ */
:root {
  --sal-ease-color: 0.33s ease;
  --sal-ease-move: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --sal-radius-tile: 24px;
  --sal-radius-panel: 30px;
  --sal-shadow-1: 0 1px 2px rgba(22,48,21,.05), 0 8px 24px -16px rgba(22,48,21,.18);
  --sal-shadow-2: 0 2px 4px rgba(22,48,21,.06), 0 16px 40px -20px rgba(22,48,21,.26);
}

/* ---- type scale: calm the display sizes, tighten hierarchy ---- */
.sal-display, .shopify-section .sf__section-header h2 {
  font-size: clamp(26px, 3.2vw, 42px) !important;
  letter-spacing: .035em;
}
.sal-hero__title { font-size: clamp(36px, 4.6vw, 58px); }
.prod__title h1 { font-size: clamp(25px, 2.3vw, 34px) !important; }
.sal-goal__label { font-size: 16px; }
.sal-review__quote { font-size: 16px; }
.sal-timeline__title { font-size: 18.5px !important; }

/* ---- buttons: Feel metrics (tall, wide, uppercase, no movement) ---- */
.sal-btn,
.sf__btn.sf__btn-primary, a.sf__btn.sf__btn-primary, button.sf__btn.sf__btn-primary,
.sf__pcard-style-4 .sf__pcard-content .sf__pcard-quick-add .sf__btn {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: .08em !important;
  transition: background-color var(--sal-ease-color), opacity var(--sal-ease-color) !important;
}
.sal-btn { padding: 17px 44px; }
.sal-btn:hover, .sf__btn.sf__btn-primary:hover {
  transform: none !important;
  box-shadow: none !important;
  background-color: var(--sal-green-deep) !important;
}
.sal-btn--ghost:hover { background: var(--sal-green); }
.sf__btn:active, .sal-btn:active { transform: none; opacity: .85; }

/* ---- cards: flat by default, 24px tiles, restrained hover ---- */
.sf__pcard .sf__image-box,
.sf__pcard .sf__pcard-image .sf-image,
.sf__pcard .spc__main-img, .sf__pcard .spc__hover-img {
  border-radius: var(--sal-radius-tile);
}
.sf__pcard .sf__image-box {
  border: 1px solid rgba(35,70,34,.07);
  box-shadow: none;
  transition: box-shadow var(--sal-ease-move), transform var(--sal-ease-move);
}
.sf__pcard:hover .sf__image-box {
  transform: translateY(-3px);
  box-shadow: var(--sal-shadow-1);
}
.sf__pcard-name { font-size: 15.5px !important; }

/* ---- nav: 60px pill, thin quiet links, hairline edge ---- */
header.sf-header__desktop, header.sf-header__mobile {
  box-shadow: 0 4px 20px rgba(22,48,21,.07);
  border: 1px solid rgba(35,70,34,.06);
}
header.sf-header__desktop .sf-menu-logo-bar { min-height: 60px; }
header.sf-header__desktop nav a, .sf-header__desktop .sf-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  color: rgba(35,70,34,.72);
  transition: color var(--sal-ease-color);
}
header.sf-header__desktop nav a:hover, .sf-header__desktop .sf-menu > li > a:hover { color: var(--sal-green); }

/* ---- proof bar: 36px, quieter ---- */
.sal-announce__track { padding: 10px 18px; }
.sal-announce__slot { font-size: 11.5px; font-weight: 600; letter-spacing: .11em; }

/* ---- panels & sections: unified rhythm (76/52) + r30 panels ---- */
.sal-benefits, .sal-timeline, .sal-compare, .sal-categories, .sal-goals, .sal-reviews { padding: 76px 0; }
.sal-craft { padding: 56px 0 76px; }
@media (max-width: 900px) {
  .sal-benefits, .sal-timeline, .sal-compare, .sal-categories, .sal-goals, .sal-reviews { padding: 52px 0; }
  .sal-craft { padding: 36px 0 52px; }
}
.sal-craft__panel, .sal-story__panel, .sal-compare__panel { border-radius: var(--sal-radius-panel); }
.sal-hero__img { border-radius: var(--sal-radius-panel); box-shadow: var(--sal-shadow-2); }

/* ---- motion: shorter, calmer, one system ---- */
.sal-reveal { transform: translateY(18px); transition: opacity .55s var(--sal-ease-move) 0s, transform .55s var(--sal-ease-move) 0s; }
.sal-goal, .sal-category__img img, .sal-goal__arrow, .sal-category__label span:last-child {
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sal-goal:hover { transform: translateY(-2px); box-shadow: var(--sal-shadow-1); }
@keyframes sal-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.sal-chip { font-size: 11px; padding: 9px 16px; box-shadow: var(--sal-shadow-1); }

/* ---- review cards: hairline + micro shadow (flatness) ---- */
.sal-review { box-shadow: var(--sal-shadow-1); border: 1px solid rgba(35,70,34,.05); padding: 26px 24px; }

/* ---- PDP polish: calmer canvas, consistent ATC height ---- */
.sf-prod__info-wrapper { border-radius: var(--sal-radius-panel); box-shadow: var(--sal-shadow-2); }
.prod__sticky-atc { box-shadow: var(--sal-shadow-2) !important; }
.sal-serving { font-size: 12.5px; padding: 6px 14px; }
form[action*="/cart/add"] button[name="add"], .m-product-form button[type="submit"] {
  min-height: 54px;
  font-size: 13.5px !important;
  text-transform: uppercase;
  letter-spacing: .08em !important;
}
.sal-chips__item { letter-spacing: .07em; padding: 7px 14px; }
.sal-trust__item { font-size: 12px; }

/* ---- compare + timeline detail finish ---- */
.sal-compare__cell { padding: 15px 20px; font-size: 13.5px; }
.sal-compare__row--header .sal-compare__cell { padding: 16px 20px; font-size: 12px; letter-spacing: .1em; }
.sal-timeline__period { font-size: 11px; }
.sal-timeline__item p { font-size: 13.5px; }

/* ============================================================
   v8 MOBILE-FIRST — Feel phone teardown applied
   Feel mobile facts: h1 32/42 · h2 28/42 · buttons 15px/700,
   ≥50px tall, upper+1px · 35px bar · sticky bottom CTA ·
   carousel peek + snap · dense hero (product in first swipe)
   ============================================================ */

/* ---- hero proof line → white badge pill (desktop + mobile) ---- */
.sal-hero__proof {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(35,70,34,.1);
  border-radius: 999px;
  padding: 9px 18px;
  width: max-content;
  box-shadow: var(--sal-shadow-1);
  font-size: 13px;
}

/* ---- bestseller tabs → pills ---- */
.product-tabs__wrapper [data-tab-header] a {
  display: inline-block;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  border: 1px solid rgba(35,70,34,.16);
  color: var(--sal-green);
  background: transparent;
  margin: 0 4px 8px;
  text-decoration: none !important;
  transition: background-color var(--sal-ease-color), color var(--sal-ease-color), border-color var(--sal-ease-color);
}
.product-tabs__wrapper [data-tab-header] a.active,
.product-tabs__wrapper [data-tab-header] a.sf-tab-active,
.product-tabs__wrapper [data-tab-header] a[aria-current],
.product-tabs__wrapper [data-tab-header] li.active a {
  background: var(--sal-green);
  color: #fff;
  border-color: var(--sal-green);
}

/* ---- mobile: Feel type scale + dense hero + thumb ergonomics ---- */
@media (max-width: 767px) {
  .sal-hero__inner { padding: 28px 0 42px; gap: 24px; min-height: 0; }
  .sal-hero__title { font-size: 32px; line-height: 1.16; margin: 16px 0 12px; }
  .sal-hero__text { font-size: 15px; line-height: 1.6; }
  .sal-hero__ctas { gap: 10px; margin-top: 24px; }
  .sal-hero__ctas .sal-btn { flex: 1 1 45%; justify-content: center; padding: 15px 18px; font-size: 13.5px; min-height: 50px; }
  .sal-hero__img { aspect-ratio: 4/3.4; }
  .sal-hero__proof { margin-top: 20px; font-size: 12px; }
  .sal-chip { font-size: 10px; padding: 7px 12px; }
  .sal-chip--3 { display: none; }

  .sal-display, .shopify-section .sf__section-header h2 { font-size: 26px !important; line-height: 1.15; }
  .sal-craft__title, .sal-story__title { font-size: 26px; }
  .prod__title h1 { font-size: 24px !important; }

  .sal-btn, .sf__btn.sf__btn-primary, button.sf__btn.sf__btn-primary { font-size: 14px !important; min-height: 48px; }
  .sf__pcard-style-4 .sf__pcard-content .sf__pcard-quick-add .sf__btn { min-height: 46px; font-size: 13px !important; }

  /* thumb targets */
  .prod__qty-input button, .quantity button, [data-quantity-button], .sf-qty__btn { min-width: 44px; min-height: 44px; }
  .sf-menu-drawer a, .m-menu-drawer a, [data-menu-drawer] a { font-size: 17px; padding-top: 12px; padding-bottom: 12px; }

  /* PDP mobile gallery: native aspect behaviour (no img cap) — see v11 note */
  .sf-prod__info-wrapper { padding: 20px 16px 24px; border-radius: 22px; }
  .prod__sticky-atc { margin: 0 10px 10px; border-radius: 18px; }
  .sal-serving { font-size: 12px; }
  .sal-trust { gap: 8px 14px; }
  .sal-trust__item { font-size: 11.5px; }
  .sal-chips__item { font-size: 11px; padding: 6px 12px; }

  .sal-compare__cell { padding: 12px 14px; font-size: 12.5px; }
  .sal-timeline__grid { gap: 22px; }
}

/* ---- mobile carousels: snap + peek (Minimog scroll wrappers) ---- */
@media (max-width: 767px) {
  .sf__ms {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sf__ms::-webkit-scrollbar { display: none; }
  .sf__ms-wrapper { display: flex !important; gap: 12px; padding-left: 16px; padding-right: 16px; }
  .sf__ms-wrapper > * {
    flex: 0 0 76vw !important;
    max-width: 76vw;
    scroll-snap-align: center;
  }
}

/* ============================================================
   v9 DENSITY + TRUST — round 3 (real-iPhone feedback)
   No hidden content ever (reveals are desktop-only, fail-open in
   JS). Every mobile viewport carries something visual & dense.
   ============================================================ */

/* ---- craft panel: photo column (image-led) ---- */
.sal-craft__panel--with-image {
  grid-template-columns: 1.05fr .95fr;
  grid-template-areas: 'content media' 'grid media';
  align-items: start;
}
.sal-craft__panel--with-image .sal-craft__content { grid-area: content; }
.sal-craft__media { grid-area: media; height: 100%; min-height: 300px; }
.sal-craft__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; box-shadow: var(--sal-shadow-1); }
.sal-craft__panel--with-image .sal-craft__grid { grid-area: grid; margin-top: 20px; }
@media (max-width: 900px) {
  .sal-craft__panel--with-image { grid-template-columns: 1fr; grid-template-areas: 'content' 'media' 'grid'; }
  .sal-craft__media { min-height: 0; }
  .sal-craft__media img { aspect-ratio: 16/10; height: auto; border-radius: 16px; }
}

/* ---- mobile density: no empty rooms ---- */
@media (max-width: 767px) {
  /* rhythm: 36px, headers pull sections together */
  .sal-benefits, .sal-timeline, .sal-compare, .sal-categories, .sal-goals, .sal-reviews { padding: 36px 0; }
  .sal-craft { padding: 24px 0 36px; }
  .sal-goals__head, .sal-reviews__head, .sal-timeline__head, .sal-compare__head, .sal-categories__head { margin-bottom: 20px; }

  /* comparison table: dense — fits ~1.3 screens */
  .sal-compare__panel { border-radius: 18px; }
  .sal-compare__row { grid-template-columns: 1fr 1fr; }
  .sal-compare__row--header .sal-compare__cell--label { display: none; }
  .sal-compare__cell--label { grid-column: 1 / -1; padding: 9px 12px 3px; font-size: 9.5px; letter-spacing: .13em; opacity: .8; }
  .sal-compare__cell { padding: 8px 11px 11px; font-size: 11.5px; line-height: 1.45; gap: 6px; align-items: flex-start; }
  .sal-compare__icon { width: 13px; height: 13px; margin-top: 2px; }
  .sal-compare__row--header .sal-compare__cell { padding: 11px; font-size: 10px; letter-spacing: .08em; }

  /* craft: tight 2x2, photo banner, one-line copy */
  .sal-craft__panel { padding: 20px 16px 24px; gap: 16px; border-radius: 20px; }
  .sal-craft__title { font-size: 22px; margin-bottom: 8px; }
  .sal-craft__text { font-size: 13px; line-height: 1.5; }
  .sal-craft .sal-btn { margin-top: 14px; padding: 13px 22px; min-height: 44px; }
  .sal-craft__grid { grid-template-columns: 1fr 1fr; gap: 12px 10px; }
  .sal-craft__icon { width: 36px; height: 36px; }
  .sal-craft__icon svg { width: 17px; height: 17px; }
  .sal-craft__item h3 { font-size: 12.5px !important; margin: 5px 0 1px; }
  .sal-craft__item p { font-size: 11px; line-height: 1.4; }

  /* goals: compact rows */
  .sal-goal { padding: 9px 16px 9px 9px; gap: 11px; }
  .sal-goal__img { width: 44px; height: 44px; }
  .sal-goal__label { font-size: 14.5px; }
  .sal-goal__sub { font-size: 11px; }
  .sal-goals__grid { gap: 9px; }

  /* timeline: tight 2x2 */
  .sal-timeline__grid { gap: 14px 12px; }
  .sal-timeline__item { padding-top: 18px; }
  .sal-timeline__dot { width: 9px; height: 9px; box-shadow: 0 0 0 3px var(--sal-mist); }
  .sal-timeline__period { font-size: 9.5px; margin-bottom: 4px; }
  .sal-timeline__title { font-size: 15px !important; margin-bottom: 4px; }
  .sal-timeline__item p { font-size: 11px; line-height: 1.45; }

  /* reviews: one-card snap carousel with peek (short section, still 3 quotes) */
  .sal-reviews__grid { display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .sal-reviews__grid::-webkit-scrollbar { display: none; }
  .sal-review { flex: 0 0 82%; scroll-snap-align: center; padding: 18px 16px; gap: 8px; }
  .sal-review__quote { font-size: 14px; }
  .sal-review__author { font-size: 11px; }
  .sal-reviews__cta { margin-top: 16px; }
  .sal-reviews__cta .sal-btn { padding: 11px 22px; font-size: 12.5px; min-height: 42px; }
  .sal-reviews__rating { font-size: 12.5px; margin-top: 8px; }

  /* marquee slimmer */
  .sal-marquee { padding: 15px 0; }
  .sal-marquee__item { font-size: 17px; padding: 0 12px; }
  .sal-marquee__dot { width: 5px; height: 5px; }
}

/* ============================================================
   v10 ZERO-GLITCH QA GATE — real-iPhone bug fixes + sweep
   ============================================================ */

/* ---- header: one state only. Solid white pill over transparent
   shells — no fade, no white strip, no mid-scroll flicker ---- */
.sf-header, .sf-header .header__wrapper { background: transparent !important; }
header.sf-header__desktop, header.sf-header__mobile {
  background: #ffffff !important;
  transition: box-shadow .33s ease !important;
}
.sf-header header { background-color: #ffffff; } /* overrides any template-level transparency */

/* ---- PDP mobile gallery: ROLLED BACK to theme-native rendering (v11) ----
   The prior 52vh fixed-stage forced height:100% + padding-top:0 on the
   aspect wrapper, collapsing the lazy-loaded image to 0-height on iOS.
   Gallery now uses the theme's own proven markup/CSS untouched.
   Portrait greeting-card art renders at its natural ratio (small void
   acceptable; invisible products are not). No custom height on media. ---- */

/* ---- tap targets (sweep findings) ---- */
@media (max-width: 767px) {
  /* FAQ + all theme accordions: 24px → 44px rows */
  .sf__accordion-button, details summary { min-height: 44px; display: flex; align-items: center; }
  /* variant swatches 40 → 44 */
  .product-option-item { min-height: 44px !important; min-width: 44px; }
  /* forms: contact inputs 42 → 46 */
  form input:not([type="checkbox"]):not([type="radio"]), form select { min-height: 46px; }
  /* collection toolbar links */
  .collection-page-toolbar a, .collection-page-toolbar button { padding-top: 8px; padding-bottom: 8px; }
}
