:root {
  --fw-teal: #078e92;
  --fw-teal-dark: #087a7e;
  --fw-orange: #ff6b42;
  --fw-ink: #103b3d;
  --fw-muted: #617f7f;
  --fw-bg: #f0f8f5;
  --fw-mint: #e4f1eb;
  --fw-surface: #ffffff;
  --fw-line: #d4e5df;
  --fw-shadow: 0 20px 55px rgba(16, 59, 61, .08);
  --fw-radius: 28px;
  --fw-container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--fw-ink);
  background: var(--fw-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.fw-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--fw-teal); }

.fw-container { width: min(calc(100% - 40px), var(--fw-container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px;
  clip: auto !important; color: var(--fw-ink); background: #fff; border-radius: 8px;
}
.fw-site-main { min-height: 55vh; }

/* Header */
.fw-announcement { color: #fff; background: var(--fw-teal-dark); }
.fw-announcement__inner {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase;
}
.fw-announcement i { width: 4px; height: 4px; border-radius: 50%; background: var(--fw-orange); }
.fw-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,59,61,.09); backdrop-filter: blur(18px); }
.admin-bar .fw-header { top: 32px; }
.fw-header__inner { min-height: 84px; display: grid; grid-template-columns: 245px 1fr 285px; align-items: center; gap: 24px; }
.fw-brand, .custom-logo-link { display: inline-flex; align-items: center; width: max-content; max-width: 100%; }
.custom-logo { width: auto; max-width: 230px; max-height: 62px; }
.fw-brand { gap: 13px; }
.fw-brand__drop {
  position: relative; width: 25px; height: 34px; flex: 0 0 25px;
  border-radius: 70% 45% 70% 50%; background: var(--fw-teal); transform: rotate(45deg);
  box-shadow: inset 4px 4px 9px rgba(255,255,255,.28);
}
.fw-brand__text { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; font-size: 22px; letter-spacing: .015em; line-height: 1; }
.fw-brand__text strong { font-weight: 900; }
.fw-brand__text b { color: var(--fw-teal); font-weight: 820; }
.fw-nav { justify-self: center; }
.fw-menu, .fw-mobile-menu { list-style: none; margin: 0; padding: 0; }
.fw-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.fw-menu > li { position: relative; }
.fw-menu a { display: block; padding: 29px 0; font-size: 12px; font-weight: 800; }
.fw-menu > li > a::after { content: ""; position: absolute; right: 50%; bottom: 20px; left: 50%; height: 2px; background: var(--fw-orange); transition: .2s ease; }
.fw-menu > li:hover > a::after, .fw-menu > .current-menu-item > a::after { right: 0; left: 0; }
.fw-menu .sub-menu {
  position: absolute; top: calc(100% - 10px); left: -20px; min-width: 220px; margin: 0; padding: 10px;
  list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease;
  border: 1px solid var(--fw-line); border-radius: 14px; background: #fff; box-shadow: var(--fw-shadow);
}
.fw-menu li:hover > .sub-menu, .fw-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.fw-menu .sub-menu a { padding: 10px 12px; border-radius: 8px; }
.fw-menu .sub-menu a:hover { background: var(--fw-bg); }
.fw-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.fw-account-link, .fw-cart-link { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 820; white-space: nowrap; }
.fw-account-link:hover, .fw-cart-link:hover { color: var(--fw-teal); }
.fw-account-icon { position: relative; width: 20px; height: 24px; }
.fw-account-icon::before { content: ""; position: absolute; top: 1px; left: 6px; width: 8px; height: 8px; border: 1.6px solid currentColor; border-radius: 50%; }
.fw-account-icon::after { content: ""; position: absolute; bottom: 1px; left: 2px; width: 16px; height: 9px; border: 1.6px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; }
.fw-bag-icon { position: relative; width: 16px; height: 17px; border: 1.6px solid currentColor; border-radius: 2px; }
.fw-bag-icon::before { content: ""; position: absolute; top: -6px; left: 3px; width: 7px; height: 5px; border: 1.6px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; }
.fw-cart-count { min-width: 21px; height: 21px; display: inline-grid; place-items: center; padding: 0 5px; color: #fff; background: var(--fw-orange); border-radius: 999px; font-size: 10px; }
.fw-menu-toggle { display: none; width: 40px; height: 40px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.fw-menu-toggle i { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.fw-menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
.fw-menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
.fw-mobile-panel {
  position: fixed; z-index: 99; top: var(--fw-mobile-panel-top, 102px); right: 0; bottom: 0; left: 0;
  padding: 25px 20px max(40px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch; opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-12px); background: #fff; transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.fw-mobile-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.fw-mobile-panel[hidden] { display: none; }
.fw-mobile-menu li { position: relative; }
.fw-mobile-menu a { display: block; min-height: 54px; padding: 13px 48px 13px 4px; border-bottom: 1px solid var(--fw-line); font-size: 18px; font-weight: 800; }
.fw-mobile-menu .sub-menu { margin: 0; padding: 5px 0 7px 18px; list-style: none; background: #f8fbfa; }
.fw-mobile-menu .sub-menu[hidden] { display: none; }
.fw-mobile-menu .sub-menu a { min-height: 46px; padding: 11px 44px 11px 12px; font-size: 14px; color: var(--fw-muted); }
.fw-submenu-toggle {
  position: absolute; z-index: 2; top: 7px; right: 0; width: 42px; height: 42px; padding: 0;
  border: 0; border-radius: 50%; background: transparent; cursor: pointer;
}
.fw-submenu-toggle:hover, .fw-submenu-toggle:focus-visible { background: var(--fw-bg); outline: 2px solid transparent; }
.fw-submenu-toggle span::before, .fw-submenu-toggle span::after {
  content: ""; position: absolute; top: 20px; left: 13px; width: 16px; height: 2px; border-radius: 2px;
  background: var(--fw-teal); transition: transform .2s ease;
}
.fw-submenu-toggle span::after { transform: rotate(90deg); }
.fw-submenu-toggle[aria-expanded="true"] span::after { transform: rotate(0); }
.fw-mobile-panel .fw-button { margin-top: 28px; width: 100%; }

/* Elements */
.fw-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--fw-teal); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.fw-eyebrow::before { content: ""; width: 25px; height: 2px; background: var(--fw-orange); }
.fw-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px;
  border: 1.5px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 860; line-height: 1.2; text-align: center; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.fw-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); }
.fw-button--primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
  color: #fff !important; background: var(--fw-orange) !important; box-shadow: 0 14px 30px rgba(255,107,66,.23);
}
.fw-button--primary:hover { background: #ef5933; }
.fw-button--outline { color: var(--fw-ink); border-color: rgba(16,59,61,.55); background: rgba(255,255,255,.5); }
.fw-text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 820; }
.fw-text-link:hover { color: var(--fw-orange); }
.fw-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.fw-section { padding: 90px 0; }
.fw-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.fw-section-heading h2, .fw-club h2, .fw-how h2, .fw-faq-preview h2, .fw-page__header h1, .fw-page-hero h1, .fw-club-page-hero h1 {
  margin: 0; font-size: clamp(38px, 4.1vw, 62px); line-height: 1.03; letter-spacing: -.055em;
}
.fw-section-heading--center { justify-content: center; text-align: center; }
.fw-section-heading--center .fw-eyebrow { justify-content: center; }

/* Hero */
.fw-hero {
  min-height: 690px; display: flex; align-items: center;
  background-color: var(--fw-bg);
  background-image: linear-gradient(90deg, rgba(240,248,245,.98) 0%, rgba(240,248,245,.88) 37%, rgba(240,248,245,.1) 69%), var(--fw-hero-image);
  background-repeat: no-repeat; background-position: center; background-size: cover;
}
.fw-hero__inner { width: min(calc(100% - 40px), var(--fw-container)); }
.fw-hero__copy { max-width: 620px; padding: 72px 0 78px; }
.fw-hero h1 { max-width: 610px; margin: 0 0 24px; font-size: clamp(60px, 6vw, 92px); line-height: .95; letter-spacing: -.07em; }
.fw-hero__copy > p { max-width: 560px; margin: 0 0 31px; color: var(--fw-muted); font-size: 18px; line-height: 1.65; }
.fw-hero__notes { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; color: var(--fw-muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.fw-hero__notes span::before { content: "✓"; margin-right: 7px; color: var(--fw-teal); }

/* Benefits */
.fw-benefits { color: #fff; background: var(--fw-teal-dark); }
.fw-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fw-benefits article { min-height: 125px; display: flex; align-items: center; gap: 16px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.fw-benefits article:last-child { border-right: 0; }
.fw-benefits i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--fw-orange); font-style: normal; font-weight: 900; }
.fw-benefits strong, .fw-benefits span { display: block; }
.fw-benefits strong { margin-bottom: 3px; font-size: 12px; }
.fw-benefits span { color: rgba(255,255,255,.65); font-size: 10px; }

/* Products */
.fw-home-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fw-home-product { overflow: hidden; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: var(--fw-surface); box-shadow: var(--fw-shadow); }
.fw-home-product__image { position: relative; height: 350px; display: block; overflow: hidden; background: #f4f7f6; }
.fw-home-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fw-home-product:hover .fw-home-product__image img { transform: scale(1.025); }
.fw-home-product__content { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 20px 22px; }
.fw-home-product__content span { color: var(--fw-teal); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.fw-home-product__content h3 { margin: 7px 0 3px; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.fw-home-product__content p, .fw-home-product__price { margin: 0; color: var(--fw-muted); font-size: 11px; }
.fw-round-arrow { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--fw-teal-dark); font-size: 18px; }
.fw-round-arrow:hover { background: var(--fw-orange); }

/* Subscription */
.fw-club { display: grid; grid-template-columns: 46% 54%; min-height: 665px; background: var(--fw-mint); }
.fw-club__image { min-height: 665px; overflow: hidden; }
.fw-club__image img { width: 100%; height: 100%; object-fit: cover; }
.fw-club__content { display: flex; flex-direction: column; justify-content: center; padding: 75px clamp(40px, 7vw, 115px); }
.fw-club__content > p { max-width: 650px; margin: 25px 0 28px; color: var(--fw-muted); }
.fw-plan-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 650px; margin-bottom: 26px; }
.fw-plan-selector button { min-height: 46px; padding: 8px 12px; border: 1px solid #bdd6ce; border-radius: 999px; background: #fff; font-size: 10px; font-weight: 850; cursor: pointer; }
.fw-plan-selector button.is-active { color: #fff; border-color: var(--fw-orange); background: var(--fw-orange); }
.fw-check-list { display: grid; gap: 11px; margin: 0 0 30px; padding: 0; list-style: none; }
.fw-check-list li { position: relative; padding-left: 24px; font-size: 12px; font-weight: 720; }
.fw-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--fw-teal); font-weight: 900; }
.fw-club .fw-button { align-self: flex-start; }

/* How */
.fw-how { display: grid; grid-template-columns: 50% 50%; min-height: 640px; background: #fff; }
.fw-how__media { min-height: 640px; overflow: hidden; }
.fw-how__media img { width: 100%; height: 100%; object-fit: cover; }
.fw-how__content { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(42px, 7vw, 120px); background: #f5fbf8; }
.fw-how__content h2 { max-width: 650px; margin-bottom: 35px; }
.fw-how ol { margin: 0; padding: 0; list-style: none; }
.fw-how li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--fw-line); }
.fw-how li > b { color: var(--fw-orange); font-size: 12px; }
.fw-how li strong { font-size: 15px; }
.fw-how li p { margin: 4px 0 0; color: var(--fw-muted); font-size: 12px; }

/* Flavours */
.fw-flavour-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fw-flavour-grid article { padding: 12px 12px 20px; text-align: center; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: #fff; box-shadow: var(--fw-shadow); }
.fw-flavour-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: calc(var(--fw-radius) - 9px); }
.fw-flavour-grid strong, .fw-flavour-grid span { display: block; }
.fw-flavour-grid strong { margin-top: 14px; font-size: 15px; }
.fw-flavour-grid span { margin-top: 2px; color: var(--fw-muted); font-size: 11px; }

/* FAQ */
.fw-faq-preview { padding: 95px 0; background: #fff; }
.fw-faq-preview__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.fw-faq-preview header .fw-text-link { display: inline-block; margin-top: 28px; }
.fw-accordion details { border-top: 1px solid var(--fw-line); }
.fw-accordion details:last-child { border-bottom: 1px solid var(--fw-line); }
.fw-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; list-style: none; font-size: 14px; font-weight: 800; cursor: pointer; }
.fw-accordion summary::-webkit-details-marker { display: none; }
.fw-accordion summary span { color: var(--fw-orange); font-size: 20px; font-weight: 500; transition: transform .2s; }
.fw-accordion details[open] summary span { transform: rotate(45deg); }
.fw-accordion details p { max-width: 760px; margin: -4px 50px 22px 0; color: var(--fw-muted); font-size: 13px; }

/* Footer */
.fw-footer { padding-top: 70px; color: #fff; background: var(--fw-teal-dark); }
.fw-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 45px; padding-bottom: 50px; }
.fw-footer__grid > div:not(.fw-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.fw-footer .fw-brand__text strong, .fw-footer .fw-brand__text b { color: #fff; }
.fw-footer h2 { margin: 0 0 4px; font-size: 13px; }
.fw-footer a, .fw-footer p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; }
.fw-footer a:hover { color: #fff; }
.fw-footer__brand p { margin-top: 16px; }
.fw-payment-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.fw-payment-chips span { padding: 6px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; color: #fff; font-size: 9px; font-weight: 800; }
.fw-footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.fw-footer__bottom div { display: flex; gap: 20px; }

/* Generic pages */
.fw-content-shell, .fw-page-shell { padding-top: 78px; padding-bottom: 90px; }
.fw-page { max-width: 980px; margin: 0 auto; }
.fw-page__header { margin-bottom: 45px; text-align: center; }
.fw-page__header .fw-eyebrow { justify-content: center; }
.fw-entry-content { padding: clamp(24px, 4vw, 55px); border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: #fff; box-shadow: var(--fw-shadow); }
.fw-entry-content > :first-child { margin-top: 0; }
.fw-entry-content > :last-child { margin-bottom: 0; }
.fw-entry-content h2 { margin-top: 1.8em; font-size: 32px; line-height: 1.15; }
.fw-entry-content a { color: var(--fw-teal); text-decoration: underline; }
.fw-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fw-post-card { overflow: hidden; border: 1px solid var(--fw-line); border-radius: 22px; background: #fff; }
.fw-post-card__image { display: block; aspect-ratio: 1.4; overflow: hidden; }
.fw-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.fw-post-card__content { padding: 22px; }
.fw-post-card h2 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; }
.fw-404 { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 80px; text-align: center; }
.fw-404 h1 { margin: 0 0 16px; font-size: clamp(46px, 7vw, 90px); line-height: 1; letter-spacing: -.06em; }
.fw-404 p { max-width: 580px; margin: 0 0 28px; color: var(--fw-muted); }

/* Club page */
.fw-club-page-hero, .fw-page-hero { padding: 95px 0 75px; text-align: center; }
.fw-club-page-hero { color: #fff; background: var(--fw-teal-dark); }
.fw-club-page-hero .fw-eyebrow { color: #fff; }
.fw-club-page-hero p, .fw-page-hero p { max-width: 720px; margin: 25px auto 0; color: rgba(255,255,255,.75); font-size: 18px; }
.fw-page-hero p { color: var(--fw-muted); }
.fw-club-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 80px; padding-bottom: 80px; }
.fw-club-plans article { position: relative; padding: 38px 30px; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: #fff; box-shadow: var(--fw-shadow); }
.fw-club-plans article.is-featured { border: 2px solid var(--fw-orange); transform: translateY(-12px); }
.fw-card-badge { position: absolute; top: -15px; left: 28px; padding: 7px 12px; border-radius: 999px; color: #fff; background: var(--fw-orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fw-club-plans h2 { margin: 0 0 14px; font-size: 28px; }
.fw-club-plans p { color: var(--fw-muted); font-size: 13px; }
.fw-club-plans .fw-button { width: 100%; margin-top: 5px; }
.fw-club-account-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 90px; padding: 45px; border-radius: var(--fw-radius); background: var(--fw-mint); }
.fw-club-account-cta h2 { margin: 0; font-size: clamp(28px, 3.5vw, 46px); line-height: 1.05; letter-spacing: -.045em; }

/* FAQ page */
.fw-faq-page { display: grid; gap: 65px; padding-bottom: 90px; }
.fw-faq-category { display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; }
.fw-faq-category h2 { margin: 0; font-size: 26px; }

/* Contact */
.fw-contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; padding-bottom: 90px; }
.fw-contact-card, .fw-contact-form { padding: clamp(25px, 4vw, 48px); border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: #fff; box-shadow: var(--fw-shadow); }
.fw-contact-card h2 { margin-top: 0; }
.fw-contact-card p { color: var(--fw-muted); }
.fw-contact-form { display: grid; gap: 18px; }
.fw-contact-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.fw-contact-form input, .fw-contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--fw-line); border-radius: 12px; color: var(--fw-ink); background: #fbfdfc; }
.fw-contact-form input:focus, .fw-contact-form textarea:focus { outline: 2px solid color-mix(in srgb, var(--fw-teal) 30%, transparent); border-color: var(--fw-teal); }
.fw-contact-form .fw-button { justify-self: start; }
.fw-honeypot { position: absolute !important; left: -9999px !important; }
.fw-form-success, .fw-form-error { padding: 13px 15px; border-radius: 10px; font-size: 13px; font-weight: 750; }
.fw-form-success { color: #075e30; background: #ddf5e8; }
.fw-form-error { color: #8d1b19; background: #fde4e1; }

/* WooCommerce */
.fw-woocommerce-shell { padding-top: 65px; padding-bottom: 90px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 32px; color: var(--fw-muted); font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--fw-teal); }
.woocommerce-products-header__title.page-title { margin: 0 0 35px; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.06em; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 30px; color: var(--fw-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select { padding: 10px 38px 10px 14px; border: 1px solid var(--fw-line); border-radius: 999px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { position: relative; width: auto; float: none; margin: 0; overflow: hidden; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: #fff; box-shadow: var(--fw-shadow); }
.woocommerce ul.products li.product a img { height: 350px; margin: 0; object-fit: cover; background: #f5f7f6; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 20px 20px 6px; color: var(--fw-ink); font-size: 17px; line-height: 1.25; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--fw-orange); font-size: 15px; font-weight: 850; }
.woocommerce ul.products li.product .button { margin: 10px 20px 22px; }
.woocommerce span.onsale { top: 15px; right: auto; left: 15px; min-width: 0; min-height: 0; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--fw-orange); font-size: 10px; line-height: 1; }
.fw-subscription-badge { position: absolute; z-index: 2; top: 15px; right: 15px; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--fw-teal); font-size: 9px; font-weight: 900; }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 85px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images img { border-radius: 18px; }
.woocommerce div.product .product_title { margin: 10px 0 20px; font-size: clamp(38px, 5vw, 65px); line-height: 1; letter-spacing: -.055em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--fw-orange); font-size: 26px; font-weight: 850; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--fw-line); border-radius: 999px; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs { margin-top: 35px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 30px; border: 1px solid var(--fw-line); border-radius: 18px; background: #fff; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--fw-teal); border-radius: 12px; background: #fff; box-shadow: var(--fw-shadow); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--fw-teal); }
.woocommerce-error { border-top-color: var(--fw-orange); }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--fw-line); border-radius: 15px; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--fw-line); }
.woocommerce-cart table.cart img { width: 82px; border-radius: 10px; }
.woocommerce .cart-collaterals .cart_totals { padding: 25px; border: 1px solid var(--fw-line); border-radius: 18px; background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 13px; border: 1px solid var(--fw-line); border-radius: 11px; background: #fff; }
.woocommerce-checkout #payment { border-radius: 18px; background: var(--fw-mint); }
.woocommerce form.checkout { display: grid; grid-template-columns: 1fr .85fr; gap: 35px; }
.woocommerce form.checkout > h3, .woocommerce form.checkout > #order_review_heading, .woocommerce form.checkout > #order_review { grid-column: 2; }
.woocommerce form.checkout > #customer_details { grid-column: 1; grid-row: 1 / span 5; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 250px 1fr; gap: 35px; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 12px; list-style: none; border: 1px solid var(--fw-line); border-radius: 18px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 11px 13px; border-radius: 10px; font-size: 12px; font-weight: 750; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: #fff; background: var(--fw-teal); }
.woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; padding: 28px; border: 1px solid var(--fw-line); border-radius: 18px; background: #fff; }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; }
.woocommerce-account .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.woocommerce-account .u-column1, .woocommerce-account .u-column2 { width: auto !important; float: none !important; padding: 28px; border: 1px solid var(--fw-line); border-radius: 18px; background: #fff; }
.fw-account-welcome { margin-bottom: 30px; padding: 25px; border-radius: 16px; background: var(--fw-mint); }
.fw-account-welcome h2 { margin: 0 0 8px; font-size: 28px; }
.fw-account-welcome p { margin: 0; color: var(--fw-muted); }
.fw-flavour-preferences h2 { margin-top: 0; font-size: 34px; }
.fw-flavour-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 25px 0; }
.fw-flavour-choice-grid label { position: relative; cursor: pointer; }
.fw-flavour-choice-grid input { position: absolute; opacity: 0; }
.fw-flavour-choice-grid span { display: block; padding: 13px 15px; border: 1px solid var(--fw-line); border-radius: 12px; background: #fff; font-size: 12px; font-weight: 750; }
.fw-flavour-choice-grid input:checked + span { color: #fff; border-color: var(--fw-teal); background: var(--fw-teal); }

@media (max-width: 1120px) {
  .fw-header__inner { grid-template-columns: 220px 1fr 210px; }
  .fw-menu { gap: 18px; }
  .fw-menu a { font-size: 11px; }
  .fw-account-link span:last-child { display: none; }
  .fw-club { grid-template-columns: 42% 58%; }
}

@media (max-width: 900px) {
  .admin-bar .fw-header { top: 46px; }
  .fw-announcement__inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .fw-announcement__inner span:nth-of-type(3), .fw-announcement__inner i:nth-of-type(2) { display: none; }
  .fw-header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .fw-nav--desktop { display: none; }
  .fw-header__actions { gap: 5px; }
  .fw-account-link { padding: 0 6px; }
  .fw-account-link span:last-child, .fw-cart-link__label { display: none; }
  .fw-menu-toggle { display: block; }
  .fw-hero { min-height: auto; padding-top: 390px; background-image: linear-gradient(180deg, rgba(240,248,245,0) 0%, rgba(240,248,245,.08) 260px, rgba(240,248,245,1) 380px), var(--fw-hero-image); background-size: auto 390px; background-position: 73% 0; }
  .fw-hero__copy { max-width: none; padding: 24px 0 48px; }
  .fw-benefits__grid { grid-template-columns: 1fr 1fr; }
  .fw-benefits article { min-height: 95px; padding: 15px 20px; }
  .fw-benefits article:nth-child(2) { border-right: 0; }
  .fw-benefits article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .fw-home-products, .fw-flavour-grid { grid-template-columns: 1fr 1fr; }
  .fw-home-product:last-child { grid-column: 1 / -1; }
  .fw-club, .fw-how { grid-template-columns: 1fr; }
  .fw-club__image, .fw-how__media { min-height: 480px; max-height: 620px; }
  .fw-club__content, .fw-how__content { padding: 60px 40px; }
  .fw-faq-preview__grid { grid-template-columns: 1fr; gap: 45px; }
  .fw-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .fw-footer__payments { grid-column: 1 / -1; }
  .fw-post-grid { grid-template-columns: 1fr 1fr; }
  .fw-club-plans { grid-template-columns: 1fr; max-width: 650px; }
  .fw-club-plans article.is-featured { transform: none; }
  .fw-faq-category, .fw-contact-grid { grid-template-columns: 1fr; gap: 25px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce form.checkout { display: block; }
}

@media (max-width: 620px) {
  .fw-container { width: min(calc(100% - 28px), var(--fw-container)); }
  .fw-announcement__inner { min-height: 30px; gap: 8px; font-size: 8px; }
  .fw-header__inner { min-height: 66px; }
  .custom-logo { max-width: 185px; max-height: 48px; }
  .fw-brand { gap: 9px; }
  .fw-brand__drop { width: 19px; height: 27px; flex-basis: 19px; }
  .fw-brand__text { gap: 4px; font-size: 17px; }
  .fw-account-link { display: none; }
  .fw-hero { padding-top: 345px; background-size: auto 350px; background-position: 72% 0; }
  .fw-hero h1 { font-size: 51px; }
  .fw-hero__copy > p { font-size: 15px; line-height: 1.55; }
  .fw-actions { align-items: stretch; flex-direction: column; }
  .fw-actions .fw-button { width: 100%; }
  .fw-hero__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 8px; }
  .fw-benefits article { min-height: 82px; gap: 10px; padding: 11px; }
  .fw-benefits i { width: 30px; height: 30px; flex-basis: 30px; font-size: 11px; }
  .fw-benefits strong { font-size: 9px; }
  .fw-benefits span { font-size: 8px; }
  .fw-section { padding: 58px 0; }
  .fw-section-heading { align-items: flex-start; margin-bottom: 28px; }
  .fw-section-heading h2, .fw-club h2, .fw-how h2, .fw-faq-preview h2 { font-size: 37px; }
  .fw-section-heading > .fw-text-link { display: none; }
  .fw-home-products { display: flex; gap: 13px; overflow-x: auto; padding: 0 3px 13px; scroll-snap-type: x mandatory; }
  .fw-home-product { min-width: 86%; scroll-snap-align: start; }
  .fw-home-product:last-child { grid-column: auto; }
  .fw-home-product__image { height: 290px; }
  .fw-club__image, .fw-how__media { min-height: 360px; }
  .fw-club__content, .fw-how__content { padding: 50px 20px; }
  .fw-plan-selector { grid-template-columns: 1fr; }
  .fw-plan-selector button { min-height: 44px; }
  .fw-club .fw-button { width: 100%; }
  .fw-flavour-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fw-faq-preview { padding: 60px 0; }
  .fw-footer { padding-top: 52px; }
  .fw-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .fw-footer__brand, .fw-footer__payments { grid-column: 1 / -1; }
  .fw-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .fw-footer__bottom div { flex-wrap: wrap; gap: 8px 15px; }
  .fw-post-grid { grid-template-columns: 1fr; }
  .fw-page-hero, .fw-club-page-hero { padding: 65px 0 50px; }
  .fw-page-hero h1, .fw-club-page-hero h1, .fw-page__header h1 { font-size: 44px; }
  .fw-club-plans { padding-top: 55px; padding-bottom: 55px; }
  .fw-club-account-cta { align-items: stretch; flex-direction: column; padding: 30px 22px; }
  .fw-club-account-cta .fw-button { width: 100%; }
  .fw-contact-form .fw-button { width: 100%; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product a img { height: 330px; }
  .woocommerce-account .woocommerce { display: block; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 20px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; gap: 6px; overflow-x: auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-account .u-columns { grid-template-columns: 1fr; }
  .fw-flavour-choice-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
