/*
Theme Name: Fitness & Wellness Pro Astra Child
Template: astra
Version: 1.0.0
Description: Premium presentation layer for the Fitness & Wellness Pro WooCommerce store.
*/

:root {
  --fwp-navy: #0b1f3a;
  --fwp-dark: #061426;
  --fwp-blue: #1769e0;
  --fwp-blue-hover: #0d56c7;
  --fwp-surface: #ffffff;
  --fwp-soft: #f7f9fc;
  --fwp-text: #172033;
  --fwp-muted: #667085;
  --fwp-border: #e4e9f0;
  --fwp-sale: #c83434;
  --fwp-container: 1480px;
  --fwp-radius: 12px;
}

html { scroll-behavior: smooth; }
body { background: var(--fwp-soft); color: var(--fwp-text); }
a { color: var(--fwp-blue); }
a:hover { color: var(--fwp-blue-hover); }
.ast-container, .site-primary-header-wrap .ast-builder-grid-row-container { max-width: var(--fwp-container); }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--fwp-border); }
.main-header-bar { box-shadow: 0 2px 14px rgba(6,20,38,.04); }
.main-header-menu > .menu-item > a { color: var(--fwp-navy); font-weight: 600; font-size: 14px; letter-spacing: .01em; }
.main-header-menu > .menu-item > a:hover, .main-header-menu > .menu-item.current-menu-item > a { color: var(--fwp-blue); }
.ast-builder-menu-1 .menu-item > .menu-link { padding-left: 13px; padding-right: 13px; }
.ast-header-search .ast-search-menu-icon .search-field { border-color: var(--fwp-border); border-radius: 6px; }
.ast-site-header-cart .ast-addon-cart-wrap { color: var(--fwp-navy); }
.fwp-hero__trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 850px; gap: 18px; margin-top: 44px; }
.fwp-hero__trust strong { display: block; color: #fff; font-size: 13px; }
.fwp-hero__trust span { display: block; margin-top: 4px; color: #bfd0e5; font-size: 12px; }

.fwp-hero { position: relative; isolation: isolate; min-height: 570px; display: grid; align-items: center; overflow: hidden; background: var(--fwp-dark); color: #fff; }
.fwp-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,20,38,.96) 0%, rgba(6,20,38,.78) 43%, rgba(6,20,38,.25) 100%), var(--fwp-hero-image) center/cover no-repeat; }
.fwp-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,20,38,.1), rgba(6,20,38,.25)); }
.fwp-hero__inner, .fwp-section__inner { width: min(calc(100% - 64px), var(--fwp-container)); margin: 0 auto; }
.fwp-hero__content { max-width: 680px; padding: 84px 0; }
.fwp-eyebrow { display: inline-block; margin-bottom: 18px; color: #b8d3ff; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.fwp-hero h1 { margin: 0 0 22px; color: #fff; font-size: clamp(42px, 5vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.fwp-hero p { max-width: 600px; margin: 0 0 32px; color: #e5edf8; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.fwp-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.fwp-button, .fwp-button:hover { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; text-decoration: none; }
.fwp-button--primary { background: var(--fwp-blue); color: #fff; }
.fwp-button--primary:hover { background: var(--fwp-blue-hover); color: #fff; }
.fwp-button--ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.fwp-button--ghost:hover { border-color: #fff; background: #fff; color: var(--fwp-navy); }

.fwp-section { padding: 88px 0; background: var(--fwp-surface); }
.fwp-section--soft { background: var(--fwp-soft); }
.fwp-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.fwp-section h2 { margin: 0; color: var(--fwp-navy); font-size: clamp(30px, 4vw, 44px); letter-spacing: -.035em; }
.fwp-section__heading p { max-width: 560px; margin: 10px 0 0; color: var(--fwp-muted); line-height: 1.65; }
.fwp-link-arrow { white-space: nowrap; font-weight: 700; }
.fwp-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.fwp-category-card { position: relative; min-height: 220px; display: flex; align-items: end; overflow: hidden; border-radius: var(--fwp-radius); background: var(--fwp-navy); color: #fff; text-decoration: none; }
.fwp-category-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(6,20,38,.9)); }
.fwp-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transition: transform .3s ease, opacity .3s ease; }
.fwp-category-card:hover { color: #fff; }
.fwp-category-card:hover img { transform: scale(1.05); opacity: .95; }
.fwp-category-card__label { position: relative; z-index: 1; padding: 20px; font-size: 17px; font-weight: 750; }

.fwp-products ul.products { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px 18px; margin: 0 !important; }
.fwp-products ul.products::before, .fwp-products ul.products::after { display: none !important; }
.fwp-products ul.products li.product { float: none !important; width: auto !important; display: flex; flex-direction: column; margin: 0 !important; padding: 0 0 18px; border: 1px solid var(--fwp-border); border-radius: var(--fwp-radius); background: #fff; overflow: hidden; box-shadow: 0 4px 16px rgba(6,20,38,.04); transition: transform .25s ease, box-shadow .25s ease; }
.fwp-products ul.products li.product:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(6,20,38,.1); }
.fwp-products ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.fwp-products ul.products li.product a img { width: 100%; height: 238px; margin: 0 0 16px !important; object-fit: contain; background: #fff; }
.fwp-products ul.products li.product .ast-woo-product-category { padding: 0 18px; color: var(--fwp-muted); font-size: 12px; }
.fwp-products ul.products li.product .woocommerce-loop-product__title { min-height: 48px; padding: 0 18px; color: var(--fwp-navy); font-size: 16px; line-height: 1.45; }
.fwp-products ul.products li.product .price { min-height: 25px; padding: 0 18px; color: var(--fwp-navy); font-size: 17px; font-weight: 750; }
.fwp-products ul.products li.product .price del { color: #98a2b3; font-size: 14px; font-weight: 500; }
.fwp-products ul.products li.product .price ins { text-decoration: none; }
.fwp-products ul.products li.product a.button { align-self: stretch; margin: 16px 18px 0 !important; border-radius: 6px; background: var(--fwp-navy); color: #fff; font-size: 14px; font-weight: 700; text-align: center; }
.fwp-products ul.products li.product a.button:hover { background: var(--fwp-blue); color: #fff; }
.fwp-products ul.products li.product span.onsale { top: 14px; left: 14px; min-height: auto; min-width: auto; padding: 7px 10px; border-radius: 4px; background: var(--fwp-sale); color: #fff; font-size: 11px; font-weight: 800; }

.fwp-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--fwp-border); border-bottom: 1px solid var(--fwp-border); }
.fwp-trust__item { padding: 28px 24px; border-right: 1px solid var(--fwp-border); }
.fwp-trust__item:last-child { border-right: 0; }
.fwp-trust__item strong { display: block; color: var(--fwp-navy); font-size: 16px; }
.fwp-trust__item span { display: block; margin-top: 6px; color: var(--fwp-muted); font-size: 14px; }
.fwp-support { background: var(--fwp-navy); color: #fff; }
.fwp-support h2 { color: #fff; }
.fwp-support p { color: #c8d3e2; }
.site-footer { background: var(--fwp-dark); color: #b9c5d6; }
.site-footer a { color: #dce8fb; }
.site-footer a:hover { color: #fff; }
.fwp-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; padding: 70px 0 40px; }
.fwp-footer h3 { margin: 0 0 18px; color: #fff; font-size: 15px; }
.fwp-footer p, .fwp-footer li { font-size: 14px; line-height: 1.8; }
.fwp-footer ul { margin: 0; padding: 0; list-style: none; }
.fwp-footer__brand { max-width: 300px; }
.fwp-footer__brand strong { display: block; margin-bottom: 12px; color: #fff; font-size: 22px; }
.fwp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }

@media (max-width: 1200px) { .fwp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .fwp-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1200px) { .fwp-desktop-nav { gap: 15px; } .fwp-desktop-nav a, .fwp-nav-dropdown summary { font-size: 12px; } .fwp-logo { flex-basis: 170px; margin-right: 10px; } .fwp-header-tools { gap: 12px; margin-left: 12px; } }
@media (max-width: 1040px) { .fwp-desktop-nav { display: none; } .fwp-header-tools { margin-left: auto; } .fwp-mobile-menu { display: block; } }
@media (max-width: 767px) { .fwp-header-container { width: min(calc(100% - 36px), var(--fwp-container)); } .fwp-utility .fwp-header-container span:last-child { display: none; } .fwp-header-main { min-height: 68px; gap: 12px; } .fwp-logo { flex-basis: 150px; margin-right: 0; } .fwp-logo img { width: 145px; max-height: 50px; } .fwp-header-tools { gap: 10px; } .fwp-header-tools a { width: 25px; } .fwp-hero__inner, .fwp-section__inner { width: min(calc(100% - 36px), var(--fwp-container)); } .fwp-hero { min-height: 620px; } .fwp-hero__content { padding: 64px 0 40px; } .fwp-hero__trust { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; } .fwp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fwp-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; } .fwp-products ul.products li.product a img { height: 170px; } .fwp-products ul.products li.product .woocommerce-loop-product__title { min-height: 66px; padding-left: 12px; padding-right: 12px; font-size: 14px; } .fwp-products ul.products li.product .price, .fwp-products ul.products li.product .ast-woo-product-category { padding-left: 12px; padding-right: 12px; } .fwp-products ul.products li.product a.button { margin-left: 12px !important; margin-right: 12px !important; padding-left: 8px; padding-right: 8px; } .fwp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fwp-trust__item:nth-child(2) { border-right: 0; } .fwp-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--fwp-border); } .fwp-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; } .fwp-footer__bottom { display: block; } .fwp-footer__bottom span { display: block; margin-top: 8px; } }
@media (max-width: 380px) { .fwp-category-grid, .fwp-products ul.products { grid-template-columns: 1fr; } .fwp-trust { grid-template-columns: 1fr; } .fwp-trust__item { border-right: 0; border-bottom: 1px solid var(--fwp-border); } .fwp-trust__item:last-child { border-bottom: 0; } .fwp-footer { grid-template-columns: 1fr; } }

/* Reference storefront presentation layer. */
.fwp-section__inner, .fwp-hero__inner { width: min(calc(100% - 80px), 1380px); }
.fwp-hero { min-height: 360px; }
.fwp-hero::before { background: linear-gradient(90deg, rgba(6,20,38,.97) 0%, rgba(6,20,38,.78) 40%, rgba(6,20,38,.22) 100%), var(--fwp-hero-image) center/cover no-repeat; }
.fwp-hero__content { max-width: 590px; padding: 56px 0; }
.fwp-hero h1 { margin-bottom: 14px; font-size: clamp(36px, 4vw, 58px); line-height: 1.04; }
.fwp-hero p { max-width: 520px; margin-bottom: 22px; font-size: 15px; line-height: 1.55; }
.fwp-eyebrow, .fwp-section__eyebrow { color: var(--fwp-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.fwp-section { padding: 34px 0; background: #fff; }
.fwp-section--soft { background: #f7f9fc; }
.fwp-section--categories { padding-top: 24px; padding-bottom: 30px; }
.fwp-section__heading { align-items: end; margin-bottom: 16px; }
.fwp-section__heading h2 { margin: 6px 0 0; font-size: 22px; letter-spacing: -.02em; }
.fwp-link-arrow { color: var(--fwp-blue); font-size: 12px; font-weight: 700; }
.fwp-category-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.fwp-category-card { min-height: 142px; display: flex; flex-direction: column; align-items: stretch; border: 1px solid var(--fwp-border); border-radius: 5px; background: #fff; color: var(--fwp-navy); box-shadow: 0 2px 8px rgba(6,20,38,.03); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.fwp-category-card::before { display: none; }
.fwp-category-card:hover { color: var(--fwp-navy); border-color: #cbd6e5; box-shadow: 0 8px 18px rgba(6,20,38,.08); transform: translateY(-2px); }
.fwp-category-card__image { display: grid; height: 94px; place-items: center; padding: 8px 14px 0; }
.fwp-category-card__image img { width: 100%; height: 88px; margin: 0; object-fit: contain; }
.fwp-category-card__body { display: flex; flex: 1; flex-direction: column; justify-content: end; padding: 8px 12px 11px; text-align: left; }
.fwp-category-card__body strong { color: var(--fwp-navy); font-size: 12px; line-height: 1.25; }
.fwp-category-card__body > span { margin-top: 4px; color: var(--fwp-blue); font-size: 10px; font-weight: 700; }
.fwp-product-section { padding-top: 28px; padding-bottom: 28px; }
.fwp-products ul.products, .fwp-archive__grid ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.fwp-products ul.products li.product, .fwp-archive__grid ul.products li.product { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--fwp-border); border-radius: 5px; background: #fff; box-shadow: 0 2px 8px rgba(6,20,38,.035); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.fwp-products ul.products li.product:hover, .fwp-archive__grid ul.products li.product:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(6,20,38,.09); }
.fwp-products ul.products li.product a.woocommerce-LoopProduct-link, .fwp-archive__grid ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.fwp-products ul.products li.product a img, .fwp-archive__grid ul.products li.product a img { width: 100%; height: 160px; margin: 0 !important; padding: 10px; object-fit: contain; background: #fff; transition: transform .2s ease; }
.fwp-products ul.products li.product:hover a img, .fwp-archive__grid ul.products li.product:hover a img { transform: scale(1.03); }
.fwp-products ul.products li.product .ast-woo-product-category, .fwp-archive__grid ul.products li.product .ast-woo-product-category { padding: 8px 12px 0; color: var(--fwp-muted); font-size: 10px; }
.fwp-products ul.products li.product .woocommerce-loop-product__title, .fwp-archive__grid ul.products li.product .woocommerce-loop-product__title { display: -webkit-box; min-height: 38px; max-height: 38px; margin: 4px 0 0; padding: 0 12px; overflow: hidden; color: var(--fwp-navy); font-size: 12px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fwp-products ul.products li.product .star-rating, .fwp-archive__grid ul.products li.product .star-rating { margin: 7px 12px 0; font-size: 10px; }
.fwp-products ul.products li.product .price, .fwp-archive__grid ul.products li.product .price { min-height: 20px; margin: 7px 0 0; padding: 0 12px; color: var(--fwp-blue); font-size: 13px; font-weight: 800; }
.fwp-products ul.products li.product .price del, .fwp-archive__grid ul.products li.product .price del { color: #98a2b3; font-size: 10px; font-weight: 500; }
.fwp-products ul.products li.product .price ins, .fwp-archive__grid ul.products li.product .price ins { text-decoration: none; }
.fwp-products ul.products li.product a.button, .fwp-archive__grid ul.products li.product a.button { align-self: stretch; margin: 12px !important; padding: 8px 10px; border: 0; border-radius: 3px; background: var(--fwp-navy); color: #fff; font-size: 11px; font-weight: 700; text-align: center; }
.fwp-products ul.products li.product a.button:hover, .fwp-archive__grid ul.products li.product a.button:hover { background: var(--fwp-blue); color: #fff; }
.fwp-products ul.products li.product span.onsale, .fwp-archive__grid ul.products li.product span.onsale { top: 10px; left: 10px; padding: 5px 7px; border-radius: 3px; background: #c74634; color: #fff; font-size: 9px; }
.fwp-trust-section { padding: 22px 0; background: #f7f9fc; border-top: 1px solid var(--fwp-border); border-bottom: 1px solid var(--fwp-border); }
.fwp-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); border: 0; }
.fwp-trust__item { display: flex; align-items: flex-start; gap: 11px; padding: 4px 20px; border-right: 1px solid var(--fwp-border); }
.fwp-trust__item:first-child { padding-left: 0; }
.fwp-trust__item:last-child { border-right: 0; }
.fwp-trust__icon { color: var(--fwp-navy); font-size: 26px; line-height: 1; }
.fwp-trust__item strong { font-size: 12px; }
.fwp-trust__item span:not(.fwp-trust__icon) { margin-top: 3px; font-size: 10px; line-height: 1.35; }
.fwp-promos { padding-top: 26px; padding-bottom: 26px; }
.fwp-promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.fwp-promo-card { position: relative; min-height: 132px; display: flex; align-items: end; isolation: isolate; overflow: hidden; padding: 18px; background: var(--fwp-dark); color: #fff; }
.fwp-promo-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,20,38,.97), rgba(6,20,38,.38)), var(--fwp-promo-image) center/cover no-repeat; }
.fwp-promo-card h3 { margin: 0 0 4px; color: #fff; font-size: 15px; }
.fwp-promo-card p { max-width: 240px; margin: 0 0 10px; color: #d8e1ee; font-size: 11px; line-height: 1.35; }
.fwp-promo-card .fwp-button { min-height: 30px; padding: 0 12px; font-size: 10px; }
.fwp-newsletter { padding: 23px 0; border-top: 1px solid var(--fwp-border); background: #fff; }
.fwp-newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.fwp-newsletter__inner > div:first-child { display: flex; align-items: center; gap: 14px; }
.fwp-newsletter__icon { color: var(--fwp-navy); font-size: 29px; }
.fwp-newsletter h2 { margin: 0 0 3px; color: var(--fwp-navy); font-size: 17px; }
.fwp-newsletter p { margin: 0; color: var(--fwp-muted); font-size: 11px; }
.fwp-newsletter-form { position: relative; display: flex; gap: 7px; width: min(100%, 440px); }
.fwp-newsletter-form input { flex: 1; min-width: 0; height: 38px; padding: 0 12px; border: 1px solid var(--fwp-border); border-radius: 3px; }
.fwp-newsletter-form button { height: 38px; padding: 0 18px; border: 0; border-radius: 3px; background: var(--fwp-blue); color: #fff; font-size: 11px; font-weight: 700; }
.fwp-newsletter-form small { position: absolute; top: calc(100% + 3px); right: 0; color: var(--fwp-muted); font-size: 9px; }
.fwp-footer { grid-template-columns: 1.35fr repeat(4, 1fr); gap: 28px; padding: 42px 0 28px; }
.site-footer { background: var(--fwp-dark); }
.fwp-footer h3 { margin-bottom: 12px; color: #fff; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.fwp-footer p, .fwp-footer li, .fwp-footer a { font-size: 11px; line-height: 1.65; }
.fwp-footer__brand strong { font-size: 20px; }
.fwp-footer__secure { display: inline-block; margin-top: 4px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 10px; }
.fwp-footer__bottom { padding: 16px 0; font-size: 10px; }
.fwp-footer__bottom span:last-child { display: inline-flex; gap: 16px; }
.fwp-archive { min-height: 520px; padding: 36px 0 60px; background: #fff; }
.fwp-breadcrumb { display: flex; gap: 8px; margin-bottom: 36px; color: var(--fwp-muted); font-size: 12px; }
.fwp-breadcrumb a { color: var(--fwp-muted); }
.fwp-archive__header { margin-bottom: 28px; }
.fwp-archive__header h1 { margin: 8px 0 10px; color: var(--fwp-navy); font-size: 38px; letter-spacing: -.03em; }
.fwp-archive__description { max-width: 650px; margin: 0; color: var(--fwp-muted); font-size: 14px; line-height: 1.6; }
.fwp-archive .woocommerce-notices-wrapper { margin-bottom: 10px; }
.fwp-archive .woocommerce-result-count { color: var(--fwp-muted); font-size: 12px; }
.fwp-archive .woocommerce-ordering select { min-height: 36px; padding: 0 28px 0 10px; border: 1px solid var(--fwp-border); border-radius: 3px; color: var(--fwp-text); font-size: 12px; }
.fwp-archive__grid { clear: both; }
.fwp-archive__grid ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 16px !important; }

@media (max-width: 1100px) { .fwp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .fwp-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); } .fwp-footer { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px) { .fwp-section__inner, .fwp-hero__inner { width: calc(100% - 32px); } .fwp-hero { min-height: 430px; } .fwp-hero__content { padding: 54px 0 42px; } .fwp-hero h1 { font-size: 39px; } .fwp-section__heading { display: block; } .fwp-section__heading .fwp-link-arrow { display: inline-block; margin-top: 9px; } .fwp-category-grid, .fwp-products ul.products, .fwp-archive__grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fwp-category-card__image { height: 100px; } .fwp-products ul.products li.product a img, .fwp-archive__grid ul.products li.product a img { height: 150px; } .fwp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fwp-trust__item, .fwp-trust__item:first-child { padding: 12px 8px; border-bottom: 1px solid var(--fwp-border); border-right: 1px solid var(--fwp-border); } .fwp-trust__item:nth-child(2n) { border-right: 0; } .fwp-promo-grid { grid-template-columns: 1fr; } .fwp-newsletter__inner { display: block; } .fwp-newsletter-form { margin-top: 18px; } .fwp-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fwp-footer__bottom { display: block; } .fwp-footer__bottom span:last-child { margin-top: 8px; } .fwp-archive { padding-top: 24px; } .fwp-archive__header h1 { font-size: 31px; } }
@media (max-width: 390px) { .fwp-category-grid, .fwp-products ul.products, .fwp-archive__grid ul.products { gap: 8px; } .fwp-products ul.products li.product a img, .fwp-archive__grid ul.products li.product a img { height: 130px; } .fwp-footer { grid-template-columns: 1fr; } .fwp-newsletter-form { display: block; } .fwp-newsletter-form input, .fwp-newsletter-form button { width: 100%; } .fwp-newsletter-form button { margin-top: 7px; } }

/* Premium Astra-style header: utility bar, measured brand/search row, then navigation. */
.fwp-header-shell-v2, .fwp-header-shell { width: min(calc(100% - 64px), 1400px); margin-inline: auto; }
.fwp-utility-v2 { position: relative; z-index: 60; min-height: 32px; background: var(--fwp-dark); color: #dce7f4; font-size: 12px; line-height: 1; }
.fwp-utility-v2 .fwp-header-shell { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 24px; }
.fwp-utility-v2__right { display: flex; align-items: center; gap: 13px; white-space: nowrap; }
.fwp-utility-v2 a { color: #fff; }
.fwp-utility-v2 a:hover { color: #8dbdff; }

.fwp-header-v2 { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--fwp-border); box-shadow: 0 2px 12px rgba(6,20,38,.04); }
.fwp-mainbar-v2 { min-height: 82px; display: grid; grid-template-columns: 205px minmax(280px, 1fr) auto; align-items: center; gap: clamp(24px, 4vw, 64px); }
.fwp-logo-v2 { display: flex; width: 205px; height: 58px; align-items: center; overflow: hidden; color: var(--fwp-navy); text-decoration: none; }
.fwp-logo-v2 .custom-logo-link { display: flex; width: 100%; height: 100%; align-items: center; }
.fwp-logo-v2 .custom-logo { display: block; width: 100%; max-width: 205px; height: 58px; max-height: 58px; margin: 0; object-fit: contain; object-position: left center; }
.fwp-logo-v2 > span { color: var(--fwp-blue); font-size: 22px; font-weight: 900; line-height: .83; letter-spacing: -.06em; }
.fwp-logo-v2 > span small { color: var(--fwp-navy); font-size: 10px; letter-spacing: .02em; }
.fwp-logo-v2 > span b { display: block; margin-left: 55px; color: var(--fwp-blue); font-size: 11px; letter-spacing: .02em; }

.fwp-search-v2 { width: min(100%, 500px); height: 44px; justify-self: center; display: flex; align-items: center; gap: 10px; padding: 0 8px 0 14px; border: 1px solid #d6deea; border-radius: 6px; background: #f8fafc; }
.fwp-search-v2:focus-within { border-color: var(--fwp-blue); background: #fff; box-shadow: 0 0 0 3px rgba(23,105,224,.1); }
.fwp-search-v2 svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: var(--fwp-navy); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.fwp-search-v2 input { min-width: 0; flex: 1; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--fwp-navy); font-size: 13px; }
.fwp-search-v2 input::placeholder { color: #7b8798; }
.fwp-search-v2 button { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; padding: 0; border: 0; border-radius: 4px; background: var(--fwp-blue); cursor: pointer; }
.fwp-search-v2 button svg { width: 16px; height: 16px; stroke: #fff; }
.fwp-tools-v2 { display: flex; align-items: center; gap: 22px; }
.fwp-tools-v2 a { position: relative; display: inline-flex; align-items: center; gap: 7px; color: var(--fwp-navy); font-size: 12px; font-weight: 700; white-space: nowrap; }
.fwp-tools-v2 a:hover { color: var(--fwp-blue); }
.fwp-tools-v2 svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.fwp-cart-count-v2 { position: absolute; top: -11px; left: 14px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--fwp-blue); color: #fff; font-size: 10px; line-height: 17px; text-align: center; }

.fwp-navrow-v2 { border-top: 1px solid #edf1f6; background: #fff; }
.fwp-nav-v2 { min-height: 52px; display: flex; align-items: stretch; justify-content: center; gap: clamp(20px, 2.7vw, 42px); }
.fwp-nav-v2 > a, .fwp-nav-v2 > details > summary { position: relative; display: flex; min-height: 52px; align-items: center; padding: 0; color: var(--fwp-navy); font-size: 13px; font-weight: 750; white-space: nowrap; cursor: pointer; }
.fwp-nav-v2 > a:hover, .fwp-nav-v2 > details > summary:hover { color: var(--fwp-blue); }
.fwp-nav-v2 > a.is-current::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--fwp-blue); }
.fwp-nav-v2 summary { list-style: none; }
.fwp-nav-v2 summary::-webkit-details-marker { display: none; }
.fwp-nav-v2 > details > summary span { margin-left: 8px; color: #60718b; font-size: 14px; line-height: 1; transform: translateY(-1px); }
.fwp-dropdown-v2 { position: relative; }
.fwp-dropdown-v2 > div { position: absolute; top: calc(100% - 1px); left: -18px; min-width: 218px; padding: 8px; border: 1px solid var(--fwp-border); border-radius: 0 0 6px 6px; background: #fff; box-shadow: 0 12px 28px rgba(6,20,38,.13); }
.fwp-dropdown-v2:not([open]) > div { display: none; }
.fwp-dropdown-v2 > div a { display: block; padding: 9px 11px; color: var(--fwp-navy); font-size: 12px; }
.fwp-dropdown-v2 > div a:hover { border-radius: 3px; background: #f4f7fb; color: var(--fwp-blue); }
@media (min-width: 901px) {
    .fwp-dropdown-v2 > div { top: calc(100% + 10px); left: 50%; width: 352px; min-width: 352px; padding: 15px; border: 1px solid #dbe5f2; border-radius: 12px; box-shadow: 0 22px 48px rgba(6,20,38,.18), 0 3px 10px rgba(6,20,38,.06); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -6px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
    .fwp-dropdown-v2 > div::before { content: ""; position: absolute; top: -11px; right: 0; left: 0; height: 12px; }
    .fwp-dropdown-v2[open] > div, .fwp-dropdown-v2:hover > div, .fwp-dropdown-v2:focus-within > div { display: block; opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
    .fwp-dropdown-v2[open] > summary, .fwp-dropdown-v2:hover > summary, .fwp-dropdown-v2:focus-within > summary { color: var(--fwp-blue); }
    .fwp-dropdown-v2__header { padding: 2px 5px 12px; border-bottom: 1px solid #edf2f8; }
    .fwp-dropdown-v2__header span { display: block; margin-bottom: 5px; color: var(--fwp-blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
    .fwp-dropdown-v2__header strong { display: block; color: var(--fwp-navy); font-size: 16px; letter-spacing: -.02em; }
    .fwp-dropdown-v2__link { display: flex !important; min-height: 62px; align-items: center; gap: 11px; margin-top: 7px; padding: 5px !important; border: 1px solid transparent; border-radius: 9px !important; color: var(--fwp-navy) !important; text-decoration: none; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
    .fwp-dropdown-v2__link:hover { border-color: #d8e6f8; background: #f5f9ff !important; transform: translateX(2px); }
    .fwp-dropdown-v2__image { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; overflow: hidden; border: 1px solid #e5ebf3; border-radius: 8px; background: #f2f5f9; color: var(--fwp-blue); font-size: 18px; font-weight: 700; }
    .fwp-dropdown-v2__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
    .fwp-dropdown-v2__copy { min-width: 0; flex: 1; }
    .fwp-dropdown-v2__copy strong { display: block; overflow: hidden; color: var(--fwp-navy); font-size: 12px; font-weight: 800; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
    .fwp-dropdown-v2__copy small { display: block; margin-top: 4px; color: #718198; font-size: 10px; line-height: 1; }
    .fwp-dropdown-v2__arrow { color: #7b93b3; font-size: 16px; font-weight: 700; transition: color .16s ease, transform .16s ease; }
    .fwp-dropdown-v2__link:hover .fwp-dropdown-v2__arrow { color: var(--fwp-blue); transform: translateX(3px); }
}
.fwp-mobile-menu-v2 { display: none; position: relative; }
.fwp-mobile-menu-v2 > summary { display: flex; width: 34px; height: 34px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid #d6deea; border-radius: 5px; list-style: none; cursor: pointer; }
.fwp-mobile-menu-v2 > summary::-webkit-details-marker { display: none; }
.fwp-mobile-menu-v2 > summary span { display: block; width: 16px; height: 2px; background: var(--fwp-navy); }
.fwp-mobile-panel-v2 { position: absolute; top: calc(100% + 18px); left: -16px; width: min(330px, calc(100vw - 32px)); max-height: calc(100vh - 120px); overflow-y: auto; padding: 10px; border: 1px solid var(--fwp-border); border-radius: 7px; background: #fff; box-shadow: 0 14px 32px rgba(6,20,38,.18); }
.fwp-mobile-panel-v2 > a, .fwp-mobile-panel-v2 details > summary { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 0 12px; border-bottom: 1px solid #edf1f6; color: var(--fwp-navy); font-size: 14px; font-weight: 700; }
.fwp-mobile-panel-v2 > a:hover, .fwp-mobile-panel-v2 details > summary:hover { color: var(--fwp-blue); }
.fwp-mobile-panel-v2 details > div { padding: 4px 0 7px 14px; }
.fwp-mobile-panel-v2 details > div a { display: block; padding: 8px 12px; color: var(--fwp-muted); font-size: 12px; }

.admin-bar .fwp-header-v2 { top: 32px; }
@media (max-width: 1100px) {
    .fwp-mainbar-v2 { grid-template-columns: 180px minmax(220px, 1fr) auto; gap: 24px; }
    .fwp-logo-v2, .fwp-logo-v2 .custom-logo { width: 180px; max-width: 180px; }
    .fwp-tools-v2 { gap: 14px; }
    .fwp-account-v2 span, .fwp-cart-v2 span { display: none; }
    .fwp-nav-v2 { gap: 19px; }
}
@media (max-width: 900px) {
    .fwp-header-shell { width: min(calc(100% - 32px), 700px); }
    .fwp-mainbar-v2 { min-height: 70px; grid-template-columns: auto minmax(170px, 1fr) auto auto; gap: 14px; }
    .fwp-mobile-menu-v2 { display: block; }
    .fwp-logo-v2 { width: 180px; height: 50px; }
    .fwp-logo-v2 .custom-logo { width: 180px; height: 50px; }
    .fwp-search-v2 { width: 100%; }
    .fwp-navrow-v2 { display: none; }
    .fwp-tools-v2 { gap: 0; }
    .fwp-account-v2 { display: none !important; }
}
@media (max-width: 560px) {
    .fwp-utility-v2 { font-size: 10px; }
    .fwp-utility-v2 .fwp-header-shell { min-height: 29px; }
    .fwp-utility-v2 > .fwp-header-shell > span:first-child { max-width: 52%; line-height: 1.15; }
    .fwp-utility-v2__right { gap: 7px; }
    .fwp-utility-v2__right a:first-child, .fwp-utility-v2__right > span { display: none; }
    .fwp-mainbar-v2 { grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 9px; }
    .fwp-logo-v2 { width: 132px; height: 45px; justify-self: center; }
    .fwp-logo-v2 .custom-logo { width: 132px; height: 45px; }
    .fwp-search-v2 { width: 36px; height: 36px; justify-self: end; padding: 0; border: 0; background: transparent; box-shadow: none; }
    .fwp-search-v2:focus-within { border: 0; background: transparent; box-shadow: none; }
    .fwp-search-v2 .fwp-search-icon-v2 { display: none; }
    .fwp-search-v2 input { display: none; }
    .fwp-search-v2 button { width: 36px; height: 36px; background: transparent; }
    .fwp-search-v2 button svg { width: 22px; height: 22px; stroke: var(--fwp-navy); }
    .fwp-tools-v2 { width: 32px; }
    .fwp-cart-v2 svg { width: 23px; height: 23px; }
    .fwp-cart-count-v2 { top: -8px; left: 14px; }
    .admin-bar .fwp-header-v2 { top: 46px; }
}

/* WooCommerce cart: native calculations and actions, intentionally designed to match the storefront. */
.woocommerce-cart .site-content { background: #f7f9fc; }
.woocommerce-cart .ast-container { width: 100%; max-width: none; padding-inline: 0; }
.woocommerce-cart .entry-header { display: none; }
.woocommerce-cart .entry-content { margin: 0; }
.fwp-cart-page { min-height: 560px; padding: 48px 0 72px; }
.fwp-cart-page__inner { width: min(calc(100% - 64px), 1400px); margin: 0 auto; }
.fwp-cart-page__intro { margin-bottom: 28px; }
.fwp-cart-page__intro h1 { margin: 7px 0 8px; color: var(--fwp-navy); font-size: clamp(30px, 4vw, 42px); letter-spacing: -.035em; }
.fwp-cart-page__intro p { margin: 0; color: var(--fwp-muted); font-size: 14px; }
.fwp-cart-page .woocommerce { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr); gap: 24px; align-items: start; }
.fwp-cart-page .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.fwp-cart-page form.woocommerce-cart-form, .fwp-cart-page .cart_totals { border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); }
.fwp-cart-page form.woocommerce-cart-form { grid-column: 1; overflow: hidden; }
.fwp-cart-page table.shop_table { width: 100%; margin: 0; border: 0; border-collapse: collapse; color: var(--fwp-navy); }
.fwp-cart-page table.shop_table thead { background: #f7f9fc; }
.fwp-cart-page table.shop_table th { padding: 14px 14px; border: 0; color: var(--fwp-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.fwp-cart-page table.shop_table td { padding: 16px 14px; border: 0; border-top: 1px solid #edf1f6; vertical-align: middle; }
.fwp-cart-page table.shop_table .product-thumbnail { width: 86px; }
.fwp-cart-page table.shop_table .product-thumbnail img { width: 72px; height: 72px; margin: 0; border: 1px solid #edf1f6; border-radius: 5px; object-fit: contain; }
.fwp-cart-page table.shop_table .product-name { min-width: 210px; }
.fwp-cart-page table.shop_table .product-name a { color: var(--fwp-navy); font-size: 13px; font-weight: 750; line-height: 1.35; }
.fwp-cart-page table.shop_table .product-name a:hover { color: var(--fwp-blue); }
.fwp-cart-item-category { display: block; margin-top: 5px; color: var(--fwp-muted); font-size: 10px; font-weight: 500; }
.fwp-cart-page table.shop_table .product-price, .fwp-cart-page table.shop_table .product-subtotal { color: var(--fwp-navy); font-size: 13px; font-weight: 750; white-space: nowrap; }
.fwp-cart-page table.shop_table .product-subtotal { text-align: right; }
.fwp-cart-page table.shop_table .product-remove { width: 34px; padding-right: 18px; text-align: right; }
.fwp-cart-page table.shop_table .product-remove a { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 4px; color: #8a96a7; font-size: 18px; line-height: 1; text-decoration: none; }
.fwp-cart-page table.shop_table .product-remove a:hover { background: #fff1f0; color: #c74634; }
.fwp-cart-page .quantity { display: inline-flex; width: fit-content; height: 34px; align-items: center; border: 1px solid #d6deea; border-radius: 4px; background: #fff; }
.fwp-cart-page .quantity button.fwp-quantity-button { width: 29px; height: 32px; padding: 0; border: 0; background: transparent; color: var(--fwp-navy); font-size: 18px; line-height: 1; cursor: pointer; }
.fwp-cart-page .quantity button.fwp-quantity-button:hover { color: var(--fwp-blue); }
.fwp-cart-page .quantity input.qty { width: 34px; height: 32px; padding: 0; border: 0; border-inline: 1px solid #edf1f6; border-radius: 0; color: var(--fwp-navy); font-size: 12px; font-weight: 750; text-align: center; }
.fwp-cart-page .quantity input.qty::-webkit-inner-spin-button, .fwp-cart-page .quantity input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.fwp-cart-page .quantity input.qty { appearance: textfield; }
.fwp-cart-page table.shop_table td.actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 14px; background: #fff; }
.fwp-cart-page .coupon { display: flex; max-width: 360px; gap: 7px; }
.fwp-cart-page .coupon input.input-text { width: 160px; height: 38px; padding: 0 10px; border: 1px solid #d6deea; border-radius: 4px; font-size: 12px; }
.fwp-cart-page .coupon button, .fwp-cart-page button[name="update_cart"] { min-height: 38px; padding: 0 14px; border: 0; border-radius: 4px; background: var(--fwp-navy); color: #fff; font-size: 11px; font-weight: 750; cursor: pointer; }
.fwp-cart-page .coupon button:hover, .fwp-cart-page button[name="update_cart"]:hover { background: var(--fwp-blue); }
.fwp-cart-page button[name="update_cart"]:disabled { opacity: .55; cursor: not-allowed; }
.fwp-cart-page .cart-collaterals { grid-column: 2; margin: 0; }
.fwp-cart-page .cart_totals { width: 100%; padding: 22px; }
.fwp-cart-page .cart_totals h2 { margin: 0 0 16px; color: var(--fwp-navy); font-size: 19px; letter-spacing: -.02em; }
.fwp-cart-page .cart_totals table.shop_table { background: transparent; }
.fwp-cart-page .cart_totals table.shop_table th, .fwp-cart-page .cart_totals table.shop_table td { padding: 10px 0; border: 0; color: var(--fwp-muted); font-size: 12px; font-weight: 500; text-transform: none; }
.fwp-cart-page .cart_totals table.shop_table td { color: var(--fwp-navy); font-weight: 750; text-align: right; }
.fwp-cart-page .cart_totals table.shop_table tr.order-total th, .fwp-cart-page .cart_totals table.shop_table tr.order-total td { padding-top: 16px; border-top: 1px solid var(--fwp-border); color: var(--fwp-navy); font-size: 16px; font-weight: 800; }
.fwp-cart-page .cart_totals .woocommerce-shipping-destination, .fwp-cart-page .cart_totals .woocommerce-shipping-calculator { margin-top: 8px; color: var(--fwp-muted); font-size: 11px; line-height: 1.5; }
.fwp-cart-page .cart_totals .shipping-calculator-button { color: var(--fwp-blue); font-size: 11px; font-weight: 700; }
.fwp-cart-page .wc-proceed-to-checkout { padding: 13px 0 0; }
.fwp-cart-page .wc-proceed-to-checkout a.checkout-button { display: flex; min-height: 46px; align-items: center; justify-content: center; margin: 0; padding: 0 16px; border-radius: 4px; background: var(--fwp-blue); color: #fff; font-size: 13px; font-weight: 800; text-align: center; }
.fwp-cart-page .wc-proceed-to-checkout a.checkout-button:hover { background: #0f56bd; color: #fff; }
.fwp-cart-continue { display: inline-block; margin-top: 22px; color: var(--fwp-blue); font-size: 12px; font-weight: 750; }
.fwp-cart-continue:hover { color: var(--fwp-navy); }
.fwp-cart-page .woocommerce-info { grid-column: 1 / -1; border-top-color: var(--fwp-blue); background: #fff; color: var(--fwp-navy); }
.fwp-cart-empty { grid-column: 1 / -1; padding: 76px 24px 84px; border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); text-align: center; }
.fwp-cart-empty__icon { width: 56px; height: 56px; margin: 0 auto 20px; border: 1px solid #cbd6e5; border-radius: 50%; color: var(--fwp-blue); font-size: 30px; line-height: 54px; }
.fwp-cart-empty h2 { margin: 8px 0 7px; color: var(--fwp-navy); font-size: 27px; letter-spacing: -.025em; text-transform: none; }
.fwp-cart-empty p { margin: 0 0 22px; color: var(--fwp-muted); font-size: 13px; }
.fwp-cart-empty .fwp-button { display: inline-flex; min-height: 42px; align-items: center; gap: 10px; padding: 0 18px; border-radius: 4px; background: var(--fwp-blue); color: #fff; font-size: 12px; font-weight: 750; }
.fwp-cart-empty .fwp-button:hover { background: var(--fwp-navy); color: #fff; }
.fwp-products li.product a.added_to_cart, .fwp-archive__grid li.product a.added_to_cart { display: block; margin: -4px 12px 10px; color: var(--fwp-blue); font-size: 10px; font-weight: 750; }
.fwp-products li.product a.added_to_cart:hover, .fwp-archive__grid li.product a.added_to_cart:hover { color: var(--fwp-navy); }

@media (max-width: 900px) {
    .fwp-cart-page { padding-top: 36px; }
    .fwp-cart-page__inner { width: min(calc(100% - 32px), 700px); }
    .fwp-cart-page .woocommerce { grid-template-columns: 1fr; }
    .fwp-cart-page form.woocommerce-cart-form, .fwp-cart-page .cart-collaterals { grid-column: 1; }
}
@media (max-width: 600px) {
    .fwp-cart-page { padding: 28px 0 48px; }
    .fwp-cart-page__intro { margin-bottom: 20px; }
    .fwp-cart-page__intro h1 { font-size: 31px; }
    .fwp-cart-page__intro p { font-size: 12px; }
    .fwp-cart-page table.shop_table thead { display: none; }
    .fwp-cart-page table.shop_table tbody, .fwp-cart-page table.shop_table tr.cart_item { display: block; }
    .fwp-cart-page table.shop_table tr.cart_item { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; grid-template-areas: "thumb name remove" "thumb price price" "thumb qty subtotal"; gap: 4px 12px; padding: 16px 14px; }
    .fwp-cart-page table.shop_table tr.cart_item td { display: block; min-width: 0; padding: 0; border: 0; }
    .fwp-cart-page table.shop_table tr.cart_item .product-thumbnail { grid-area: thumb; width: 74px; }
    .fwp-cart-page table.shop_table tr.cart_item .product-thumbnail img { width: 74px; height: 74px; }
    .fwp-cart-page table.shop_table tr.cart_item .product-name { grid-area: name; min-width: 0; align-self: center; }
    .fwp-cart-page table.shop_table tr.cart_item .product-price { grid-area: price; align-self: end; font-size: 12px; }
    .fwp-cart-page table.shop_table tr.cart_item .product-quantity { grid-area: qty; align-self: end; }
    .fwp-cart-page table.shop_table tr.cart_item .product-subtotal { grid-area: subtotal; align-self: end; text-align: right; }
    .fwp-cart-page table.shop_table tr.cart_item .product-remove { grid-area: remove; width: auto; padding: 0; text-align: right; }
    .fwp-cart-page table.shop_table td.actions { display: block; padding: 14px; }
    .fwp-cart-page .coupon { max-width: none; margin-bottom: 10px; }
    .fwp-cart-page .coupon input.input-text { width: 100%; }
    .fwp-cart-page .coupon button { flex: 0 0 auto; }
    .fwp-cart-page button[name="update_cart"] { width: 100%; }
    .fwp-cart-page .cart_totals { padding: 18px; }
    .fwp-cart-empty { padding: 58px 18px 64px; }
}

/* Product-card system: dynamic WooCommerce data in a reference-quality storefront layout. */
.fwp-products ul.products, .fwp-archive__grid ul.products { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin: 0 !important; }
.fwp-products ul.products::before, .fwp-products ul.products::after, .fwp-archive__grid ul.products::before, .fwp-archive__grid ul.products::after { display: none !important; }
.fwp-products ul.products li.fwp-product-card, .fwp-archive__grid ul.products li.fwp-product-card { min-width: 0; display: block; height: auto; margin: 0; padding: 0; border: 1px solid #e4e9f0; border-radius: 11px; background: #fff; box-shadow: 0 5px 16px rgba(6,20,38,.065); overflow: hidden; }
.fwp-archive__grid ul.products li.fwp-product-card { float: none !important; width: auto !important; }
.fwp-product-card__inner { display: flex; height: 100%; flex-direction: column; }
.fwp-product-card__media { position: relative; height: 218px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #edf1f6; background: #fff; }
.fwp-product-card__image-link { display: grid; width: 100%; height: 100%; place-items: center; padding: 12px; }
.fwp-products ul.products li.fwp-product-card .fwp-product-card__image-link img, .fwp-archive__grid ul.products li.fwp-product-card .fwp-product-card__image-link img { width: 100%; height: 100%; margin: 0 !important; padding: 0 !important; border: 0; background: transparent; object-fit: contain; transition: transform .2s ease; }
.fwp-product-card:hover .fwp-product-card__image-link img { transform: scale(1.035); }
.fwp-product-card__badge { position: absolute; top: 11px; left: 11px; z-index: 2; padding: 5px 8px; border-radius: 6px; background: #f97316; color: #fff; font-size: 11px; font-weight: 800; line-height: 1; }
.fwp-product-card__wishlist { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #edf1f6; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(6,20,38,.08); color: #f97316; font-size: 22px; line-height: 1; }
.fwp-product-card__body { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 13px 13px 13px; }
.fwp-product-card__category { display: block; min-height: 14px; margin-bottom: 5px; color: var(--fwp-muted); font-size: 10px; line-height: 1.2; }
.fwp-product-card__category a { color: inherit; }
.fwp-product-card__category a:hover { color: var(--fwp-blue); }
.fwp-product-card__title-link { display: block; color: var(--fwp-navy); }
.fwp-product-card__title-link:hover { color: var(--fwp-blue); }
.fwp-product-card__title { display: -webkit-box; min-height: 43px; max-height: 43px; margin: 0 0 10px; overflow: hidden; color: inherit; font-size: 13px; font-weight: 750; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fwp-product-card__price-row { display: flex; min-height: 27px; align-items: center; gap: 8px; }
.fwp-product-card__price { color: var(--fwp-navy); font-size: 15px; font-weight: 850; line-height: 1.25; }
.fwp-product-card__price del { margin-right: 5px; color: #8b96a5; font-size: 11px; font-weight: 500; }
.fwp-product-card__price ins { color: var(--fwp-navy); text-decoration: none; }
.fwp-product-card__discount { padding: 4px 5px; border-radius: 4px; background: #fff0dc; color: #e76713; font-size: 10px; font-weight: 800; white-space: nowrap; }
.fwp-product-card__rating { display: flex; min-height: 22px; align-items: center; gap: 4px; margin-top: 7px; color: #f6a900; font-size: 12px; }
.fwp-product-card__rating .star-rating { width: 5.4em; margin: 0; color: #f6a900; font-size: 12px; letter-spacing: 0; }
.fwp-product-card__rating .star-rating::before { color: #d6dde7; }
.fwp-product-card__rating .star-rating span::before { color: #f6a900; }
.fwp-product-card__review-count { color: var(--fwp-muted); font-size: 11px; }
.fwp-product-card__rating--empty { gap: 7px; color: #a2adbb; font-size: 10px; }
.fwp-product-card__rating--empty > span:first-child { color: #c3ccd8; font-size: 13px; letter-spacing: -1px; white-space: nowrap; }
.fwp-product-card__stock { display: flex; min-height: 21px; align-items: center; gap: 6px; margin-top: 5px; color: #1d7a36; font-size: 11px; font-weight: 750; }
.fwp-product-card__stock > span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.fwp-product-card__stock.is-out-of-stock { color: #bd433d; }
.fwp-product-card__stock.is-backorder { color: #a66a00; }
.fwp-product-card__cta { margin-top: auto; padding-top: 13px; }
.fwp-product-card__cta a.button { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: center; margin: 0 !important; padding: 0 12px; border: 0; border-radius: 8px; background: #f97316; color: #fff; font-size: 12px; font-weight: 800; text-align: center; transition: background .18s ease, transform .18s ease; }
.fwp-product-card__cta a.button:hover { background: #df5b0b; color: #fff; transform: translateY(-1px); }
.fwp-product-card__cta a.fwp-product-card__view-product { background: var(--fwp-navy); }
.fwp-product-card__cta a.fwp-product-card__view-product:hover { background: var(--fwp-blue); }
.fwp-products ul.products li.fwp-product-card .fwp-product-card__cta a.button, .fwp-archive__grid ul.products li.fwp-product-card .fwp-product-card__cta a.button { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: center; margin: 0 !important; padding: 0 12px; border: 0; border-radius: 8px; background: #f97316; color: #fff; font-size: 12px; font-weight: 800; text-align: center; }
.fwp-products ul.products li.fwp-product-card .fwp-product-card__cta a.button:hover, .fwp-archive__grid ul.products li.fwp-product-card .fwp-product-card__cta a.button:hover { background: #df5b0b; color: #fff; }
.fwp-products ul.products li.fwp-product-card .fwp-product-card__rating .star-rating, .fwp-archive__grid ul.products li.fwp-product-card .fwp-product-card__rating .star-rating { width: 5.4em; margin: 0; font-size: 12px; }
.fwp-archive { margin-top: 0 !important; padding-top: 28px; }
.fwp-archive .fwp-breadcrumb { margin-bottom: 21px; }
.fwp-archive__header { margin-bottom: 22px; }
.fwp-archive__header h1 { font-size: clamp(32px, 4vw, 42px); }
.fwp-archive .woocommerce-result-count { margin: 9px 0 0; }
.fwp-archive .woocommerce-ordering { display: flex; width: 230px; float: right; margin: 0; }
.fwp-archive .woocommerce-ordering select { width: 230px !important; min-width: 0; height: 40px; padding-inline: 12px 28px; border-color: #d6deea; border-radius: 6px; background: #fff; }
.fwp-archive__grid ul.products { margin-top: 18px !important; }

@media (max-width: 1100px) {
    .fwp-products ul.products, .fwp-archive__grid ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .fwp-products ul.products, .fwp-archive__grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .fwp-product-card__media { height: 174px; }
    .fwp-product-card__body { padding: 11px 10px 10px; }
    .fwp-product-card__title { font-size: 12px; }
    .fwp-product-card__price { font-size: 13px; }
    .fwp-product-card__discount { font-size: 9px; }
    .fwp-archive .woocommerce-ordering { width: 100%; float: none; }
    .fwp-archive .woocommerce-ordering select { width: 100% !important; }
}
@media (max-width: 360px) {
    .fwp-products ul.products, .fwp-archive__grid ul.products { grid-template-columns: 1fr; }
    .fwp-product-card__media { height: 210px; }
}

/* Customer pages: native WooCommerce account and checkout, aligned to the storefront system. */
.woocommerce-account .site-content,
.woocommerce-checkout .site-content,
.fwp-faq-page { background: #f7f9fc; }
.woocommerce-account .ast-container,
.woocommerce-checkout .ast-container { width: 100%; max-width: none; padding-inline: 0; }
.woocommerce-account .entry-header,
.woocommerce-checkout .entry-header { display: none; }
.woocommerce-account .entry-content,
.woocommerce-checkout .entry-content { margin: 0; }
.fwp-account-page,
.fwp-checkout-page { min-height: 600px; padding: 48px 0 74px; }
.fwp-account-page__inner,
.fwp-checkout-page__inner,
.fwp-faq-page__inner { width: min(calc(100% - 64px), 1240px); margin: 0 auto; }
.fwp-account-page__intro,
.fwp-checkout-page__intro { margin-bottom: 28px; }
.fwp-account-page__intro h1,
.fwp-checkout-page__intro h1 { margin: 7px 0 8px; color: var(--fwp-navy); font-size: clamp(32px, 4vw, 46px); letter-spacing: -.04em; }
.fwp-account-page__intro p,
.fwp-checkout-page__intro p { max-width: 600px; margin: 0; color: var(--fwp-muted); font-size: 14px; }

.fwp-account-page .woocommerce { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 22px; align-items: start; }
.fwp-account-page .woocommerce-MyAccount-navigation,
.fwp-account-page .woocommerce-MyAccount-content { min-width: 0; border: 1px solid var(--fwp-border); border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); }
.fwp-account-page .woocommerce-MyAccount-navigation { padding: 9px; }
.fwp-account-page .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.fwp-account-page .woocommerce-MyAccount-navigation li { margin: 0; }
.fwp-account-page .woocommerce-MyAccount-navigation li + li { border-top: 1px solid #edf1f6; }
.fwp-account-page .woocommerce-MyAccount-navigation a { display: flex; min-height: 43px; align-items: center; padding: 0 12px; border-radius: 5px; color: var(--fwp-navy); font-size: 12px; font-weight: 750; }
.fwp-account-page .woocommerce-MyAccount-navigation a:hover,
.fwp-account-page .woocommerce-MyAccount-navigation .is-active a { background: #edf5ff; color: var(--fwp-blue); }
.fwp-account-page .woocommerce-MyAccount-navigation .is-active a { box-shadow: inset 3px 0 0 var(--fwp-blue); }
.fwp-account-page .woocommerce-MyAccount-content { min-height: 280px; padding: 28px; color: var(--fwp-muted); font-size: 13px; line-height: 1.65; }
.fwp-account-page .woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.fwp-account-page .woocommerce-MyAccount-content h2,
.fwp-account-page .woocommerce-MyAccount-content h3 { margin: 0 0 12px; color: var(--fwp-navy); letter-spacing: -.025em; }
.fwp-account-page .woocommerce-MyAccount-content a { color: var(--fwp-blue); font-weight: 700; }
.fwp-account-page .woocommerce-MyAccount-content a:hover { color: var(--fwp-navy); }
.fwp-account-page .woocommerce-MyAccount-content .woocommerce-info,
.fwp-account-page .woocommerce-MyAccount-content .woocommerce-message,
.fwp-account-page .woocommerce-MyAccount-content .woocommerce-error { margin: 0 0 18px; }
.fwp-account-page .woocommerce-MyAccount-content table.shop_table { margin: 0 0 20px; border: 1px solid var(--fwp-border); border-collapse: collapse; border-radius: 6px; overflow: hidden; color: var(--fwp-navy); }
.fwp-account-page .woocommerce-MyAccount-content table.shop_table th { background: #f7f9fc; color: var(--fwp-muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.fwp-account-page .woocommerce-MyAccount-content table.shop_table th,
.fwp-account-page .woocommerce-MyAccount-content table.shop_table td { padding: 12px 13px; border: 0; border-bottom: 1px solid #edf1f6; font-size: 12px; }
.fwp-account-page .woocommerce-MyAccount-content .button,
.fwp-account-page .woocommerce-MyAccount-content button,
.fwp-account-page .woocommerce-MyAccount-content input[type="submit"] { min-height: 40px; padding: 0 16px; border: 0; border-radius: 5px; background: var(--fwp-blue); color: #fff; font-size: 12px; font-weight: 800; }
.fwp-account-page .woocommerce-MyAccount-content .button:hover,
.fwp-account-page .woocommerce-MyAccount-content button:hover,
.fwp-account-page .woocommerce-MyAccount-content input[type="submit"]:hover { background: var(--fwp-navy); color: #fff; }
.fwp-account-page .woocommerce form .form-row { margin: 0 0 14px; padding: 0; }
.fwp-account-page .woocommerce form label { display: block; margin-bottom: 5px; color: var(--fwp-navy); font-size: 11px; font-weight: 750; }
.fwp-account-page .woocommerce form input.input-text,
.fwp-account-page .woocommerce form input[type="text"],
.fwp-account-page .woocommerce form input[type="email"],
.fwp-account-page .woocommerce form input[type="password"],
.fwp-account-page .woocommerce form select,
.fwp-account-page .woocommerce form textarea { width: 100%; min-height: 40px; padding: 9px 11px; border: 1px solid #d6deea; border-radius: 5px; background: #fff; color: var(--fwp-navy); font-size: 12px; }
.fwp-account-page .woocommerce form textarea { min-height: 105px; }
.fwp-account-page .woocommerce form input:focus,
.fwp-account-page .woocommerce form select:focus,
.fwp-account-page .woocommerce form textarea:focus { border-color: var(--fwp-blue); outline: 0; box-shadow: 0 0 0 3px rgba(23,105,224,.1); }
.fwp-account-page .woocommerce .woocommerce-form-login,
.fwp-account-page .woocommerce .woocommerce-form-register { max-width: 540px; margin: 0; padding: 22px; border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; }
.fwp-account-page .woocommerce .woocommerce-form-login__rememberme { margin: 8px 0 15px; color: var(--fwp-muted); font-size: 11px; }

.fwp-checkout-native .woocommerce { min-width: 0; }
.fwp-checkout-native .woocommerce-notices-wrapper { margin-bottom: 16px; }
.fwp-checkout-native form.checkout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: 22px; align-items: start; }
.fwp-checkout-native form.checkout #customer_details { grid-column: 1; min-width: 0; padding: 25px; border: 1px solid var(--fwp-border); border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); }
.fwp-checkout-native form.checkout #order_review { grid-column: 2; min-width: 0; padding: 25px; border: 1px solid var(--fwp-border); border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); }
.fwp-checkout-native form.checkout h3 { margin: 0 0 17px; color: var(--fwp-navy); font-size: 20px; letter-spacing: -.025em; }
.fwp-checkout-native form.checkout .col-2 { margin-top: 22px; }
.fwp-checkout-native form.checkout .form-row { margin: 0 0 14px; padding: 0; }
.fwp-checkout-native form.checkout label { display: block; margin-bottom: 5px; color: var(--fwp-navy); font-size: 11px; font-weight: 750; }
.fwp-checkout-native form.checkout input.input-text,
.fwp-checkout-native form.checkout input[type="text"],
.fwp-checkout-native form.checkout input[type="email"],
.fwp-checkout-native form.checkout input[type="tel"],
.fwp-checkout-native form.checkout select,
.fwp-checkout-native form.checkout textarea { width: 100%; min-height: 41px; padding: 9px 11px; border: 1px solid #d6deea; border-radius: 5px; background: #fff; color: var(--fwp-navy); font-size: 12px; }
.fwp-checkout-native form.checkout textarea { min-height: 94px; }
.fwp-checkout-native form.checkout input:focus,
.fwp-checkout-native form.checkout select:focus,
.fwp-checkout-native form.checkout textarea:focus { border-color: var(--fwp-blue); outline: 0; box-shadow: 0 0 0 3px rgba(23,105,224,.1); }
.fwp-checkout-native .woocommerce-checkout-review-order-table { width: 100%; margin: 0 0 18px; border: 0; border-collapse: collapse; color: var(--fwp-navy); }
.fwp-checkout-native .woocommerce-checkout-review-order-table th,
.fwp-checkout-native .woocommerce-checkout-review-order-table td { padding: 11px 0; border: 0; border-bottom: 1px solid #edf1f6; font-size: 12px; text-align: left; }
.fwp-checkout-native .woocommerce-checkout-review-order-table td { color: var(--fwp-navy); font-weight: 750; text-align: right; }
.fwp-checkout-native .woocommerce-checkout-review-order-table .product-name { padding-right: 12px; font-weight: 600; }
.fwp-checkout-native .woocommerce-checkout-review-order-table .product-total { white-space: nowrap; }
.fwp-checkout-native .woocommerce-checkout-review-order-table tfoot th { color: var(--fwp-muted); font-weight: 500; }
.fwp-checkout-native .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.fwp-checkout-native .woocommerce-checkout-review-order-table tfoot tr.order-total td { padding-top: 16px; border-bottom: 0; color: var(--fwp-navy); font-size: 16px; font-weight: 850; }
.fwp-checkout-native #payment { padding: 16px; border-radius: 6px; background: #f7f9fc; }
.fwp-checkout-native #payment ul.payment_methods { margin: 0; padding: 0 0 10px; border-bottom: 1px solid var(--fwp-border); list-style: none; }
.fwp-checkout-native #payment ul.payment_methods li { color: var(--fwp-navy); font-size: 12px; }
.fwp-checkout-native #payment .payment_box { margin: 10px 0 0; padding: 10px; background: #fff; color: var(--fwp-muted); font-size: 11px; line-height: 1.5; }
.fwp-checkout-native #payment .place-order { margin: 16px 0 0; padding: 0; }
.fwp-checkout-native #payment .woocommerce-terms-and-conditions-wrapper { margin-bottom: 13px; color: var(--fwp-muted); font-size: 11px; line-height: 1.5; }
.fwp-checkout-native #payment #place_order { width: 100%; min-height: 46px; padding: 0 16px; border: 0; border-radius: 5px; background: var(--fwp-blue); color: #fff; font-size: 13px; font-weight: 800; }
.fwp-checkout-native #payment #place_order:hover { background: var(--fwp-navy); }
.fwp-checkout-native .woocommerce-privacy-policy-text { margin: 0 0 15px; color: var(--fwp-muted); font-size: 11px; line-height: 1.55; }
.fwp-checkout-native .woocommerce-privacy-policy-text a { color: var(--fwp-blue); font-weight: 700; }
.fwp-checkout-native .woocommerce form .woocommerce-NoticeGroup,
.fwp-checkout-native .woocommerce form .woocommerce-error { grid-column: 1 / -1; }

/* FAQ: editorial support layout with native details accordions and policy-aware answers. */
.fwp-faq-page { min-height: 700px; padding: 35px 0 84px; }
.fwp-faq-breadcrumb { display: flex; gap: 8px; margin-bottom: 32px; color: var(--fwp-muted); font-size: 12px; }
.fwp-faq-breadcrumb a { color: var(--fwp-blue); font-weight: 700; }
.fwp-faq-hero { max-width: 720px; margin-bottom: 38px; }
.fwp-faq-hero h1 { margin: 7px 0 10px; color: var(--fwp-navy); font-size: clamp(35px, 5vw, 56px); letter-spacing: -.05em; line-height: 1.04; }
.fwp-faq-hero p { margin: 0; color: var(--fwp-muted); font-size: 16px; line-height: 1.65; }
.fwp-faq-layout { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 42px; align-items: start; }
.fwp-faq-aside { position: sticky; top: 132px; }
.fwp-faq-aside__card { padding: 23px; border-radius: 9px; background: var(--fwp-navy); color: #dce7f4; box-shadow: 0 8px 24px rgba(6,20,38,.13); }
.fwp-faq-aside__card h2 { margin: 8px 0 9px; color: #fff; font-size: 24px; letter-spacing: -.03em; }
.fwp-faq-aside__card p { margin: 0 0 20px; color: #b9c8dc; font-size: 12px; line-height: 1.65; }
.fwp-faq-aside__card .fwp-button { display: inline-flex; min-height: 40px; align-items: center; gap: 9px; padding: 0 13px; border-radius: 4px; background: var(--fwp-blue); color: #fff; font-size: 11px; font-weight: 800; }
.fwp-faq-aside__card .fwp-button:hover { background: #fff; color: var(--fwp-navy); }
.fwp-faq-section + .fwp-faq-section { margin-top: 42px; }
.fwp-faq-section h2 { margin: 7px 0 15px; color: var(--fwp-navy); font-size: 25px; letter-spacing: -.035em; }
.fwp-faq-list { border-top: 1px solid var(--fwp-border); }
.fwp-faq-item { border-bottom: 1px solid var(--fwp-border); background: #fff; }
.fwp-faq-item summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 17px; color: var(--fwp-navy); font-size: 13px; font-weight: 750; list-style: none; cursor: pointer; }
.fwp-faq-item summary::-webkit-details-marker { display: none; }
.fwp-faq-item summary:hover { color: var(--fwp-blue); }
.fwp-faq-item__plus { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; border: 1px solid #d6deea; border-radius: 50%; color: var(--fwp-blue); font-size: 17px; font-weight: 500; line-height: 1; transition: transform .18s ease, background .18s ease; }
.fwp-faq-item[open] summary { color: var(--fwp-blue); }
.fwp-faq-item[open] .fwp-faq-item__plus { background: #edf5ff; transform: rotate(45deg); }
.fwp-faq-item__answer { max-width: 780px; padding: 0 58px 18px 17px; color: var(--fwp-muted); font-size: 13px; line-height: 1.7; }
.fwp-faq-item__answer a { color: var(--fwp-blue); font-weight: 700; }
.fwp-faq-item__answer a:hover { color: var(--fwp-navy); }

@media (max-width: 900px) {
    .fwp-account-page__inner, .fwp-checkout-page__inner, .fwp-faq-page__inner { width: min(calc(100% - 32px), 700px); }
    .fwp-checkout-native form.checkout { grid-template-columns: 1fr; }
    .fwp-checkout-native form.checkout #customer_details,
    .fwp-checkout-native form.checkout #order_review { grid-column: 1; }
    .fwp-faq-layout { grid-template-columns: 1fr; gap: 28px; }
    .fwp-faq-aside { position: static; order: 2; }
    .fwp-faq-aside__card { max-width: 520px; }
}
@media (max-width: 600px) {
    .fwp-account-page, .fwp-checkout-page { padding: 30px 0 52px; }
    .fwp-account-page__intro, .fwp-checkout-page__intro { margin-bottom: 21px; }
    .fwp-account-page__intro h1, .fwp-checkout-page__intro h1 { font-size: 32px; }
    .fwp-account-page__intro p, .fwp-checkout-page__intro p { font-size: 12px; }
    .fwp-account-page .woocommerce { grid-template-columns: 1fr; gap: 14px; }
    .fwp-account-page .woocommerce-MyAccount-navigation { padding: 7px; }
    .fwp-account-page .woocommerce-MyAccount-navigation ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fwp-account-page .woocommerce-MyAccount-navigation li + li { border-top: 0; }
    .fwp-account-page .woocommerce-MyAccount-navigation li:nth-child(even) { border-left: 1px solid #edf1f6; }
    .fwp-account-page .woocommerce-MyAccount-navigation a { min-height: 39px; padding-inline: 9px; font-size: 10px; }
    .fwp-account-page .woocommerce-MyAccount-content { padding: 18px 15px; font-size: 12px; }
    .fwp-account-page .woocommerce-MyAccount-content table.shop_table { display: block; overflow-x: auto; white-space: nowrap; }
    .fwp-checkout-native form.checkout #customer_details, .fwp-checkout-native form.checkout #order_review { padding: 18px 15px; }
    .fwp-checkout-native form.checkout h3 { font-size: 18px; }
    .fwp-faq-page { padding: 27px 0 56px; }
    .fwp-faq-breadcrumb { margin-bottom: 24px; }
    .fwp-faq-hero { margin-bottom: 29px; }
    .fwp-faq-hero h1 { font-size: 35px; }
    .fwp-faq-hero p { font-size: 13px; }
    .fwp-faq-section + .fwp-faq-section { margin-top: 31px; }
    .fwp-faq-section h2 { font-size: 21px; }
    .fwp-faq-item summary { min-height: 54px; padding-inline: 12px; font-size: 12px; }
    .fwp-faq-item__answer { padding: 0 39px 16px 12px; font-size: 12px; }
}

/* Homepage FAQ callout and footer-linked customer pages. */
.fwp-button--ghost-dark { border-color: #c6d3e4; background: #fff; color: var(--fwp-navy); }
.fwp-button--ghost-dark:hover { border-color: var(--fwp-navy); background: var(--fwp-navy); color: #fff; }
.fwp-home-faq { padding: 46px 0 48px; }
.fwp-home-faq__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.fwp-home-faq__heading h2 { margin: 6px 0 7px; color: var(--fwp-navy); font-size: clamp(25px, 3vw, 34px); letter-spacing: -.04em; }
.fwp-home-faq__heading p { max-width: 570px; margin: 0; color: var(--fwp-muted); font-size: 13px; line-height: 1.6; }
.fwp-home-faq__grid { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.7fr); gap: 18px; align-items: stretch; }
.fwp-home-faq__intro { display: flex; flex-direction: column; align-items: flex-start; padding: 23px; border-radius: 8px; background: var(--fwp-navy); color: #fff; }
.fwp-home-faq__mark { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; font-size: 21px; }
.fwp-home-faq__intro strong { color: #fff; font-size: 17px; letter-spacing: -.02em; }
.fwp-home-faq__intro p { margin: 8px 0 auto; color: #c7d5e7; font-size: 12px; line-height: 1.6; }
.fwp-home-faq__intro .fwp-link-arrow { margin-top: 22px; color: #fff; font-size: 11px; }
.fwp-home-faq__intro .fwp-link-arrow:hover { color: #8dbdff; }
.fwp-home-faq__list { border-top: 1px solid var(--fwp-border); }
.fwp-home-faq__item { border-bottom: 1px solid var(--fwp-border); background: #fff; }
.fwp-home-faq__item summary { display: flex; min-height: 51px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 15px; color: var(--fwp-navy); font-size: 12px; font-weight: 750; list-style: none; cursor: pointer; }
.fwp-home-faq__item summary::-webkit-details-marker { display: none; }
.fwp-home-faq__item summary:hover { color: var(--fwp-blue); }
.fwp-home-faq__item summary > span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border: 1px solid #d6deea; border-radius: 50%; color: var(--fwp-blue); font-size: 16px; font-weight: 500; line-height: 1; transition: transform .18s ease, background .18s ease; }
.fwp-home-faq__item[open] summary { color: var(--fwp-blue); }
.fwp-home-faq__item[open] summary > span { background: #edf5ff; transform: rotate(45deg); }
.fwp-home-faq__item div { padding: 0 49px 15px 15px; color: var(--fwp-muted); font-size: 12px; line-height: 1.6; }
.fwp-home-faq__item div a { color: var(--fwp-blue); font-weight: 700; }

.fwp-info-page { min-height: 650px; padding: 35px 0 82px; background: #f7f9fc; }
.fwp-info-page__inner { width: min(calc(100% - 64px), 1240px); margin: 0 auto; }
.fwp-info-breadcrumb { display: flex; gap: 8px; margin-bottom: 31px; color: var(--fwp-muted); font-size: 12px; }
.fwp-info-breadcrumb a { color: var(--fwp-blue); font-weight: 700; }
.fwp-info-hero { max-width: 760px; margin-bottom: 38px; }
.fwp-info-hero h1 { margin: 7px 0 10px; color: var(--fwp-navy); font-size: clamp(36px, 5vw, 57px); letter-spacing: -.05em; line-height: 1.04; }
.fwp-info-hero p { max-width: 690px; margin: 0; color: var(--fwp-muted); font-size: 15px; line-height: 1.7; }
.fwp-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-bottom: 38px; }
.fwp-contact-card { display: flex; min-height: 192px; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); color: var(--fwp-navy); }
a.fwp-contact-card:hover { border-color: #bad0ed; box-shadow: 0 9px 24px rgba(6,20,38,.09); transform: translateY(-2px); }
.fwp-contact-card__icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: #edf5ff; color: var(--fwp-blue); font-size: 18px; font-weight: 700; }
.fwp-contact-card .fwp-eyebrow { margin-bottom: 7px; color: var(--fwp-blue); font-size: 10px; }
.fwp-contact-card strong { color: var(--fwp-navy); font-size: 14px; line-height: 1.35; }
.fwp-contact-card small { margin-top: auto; color: var(--fwp-muted); font-size: 11px; line-height: 1.5; }
.fwp-info-panel { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr); gap: 28px; align-items: center; margin-top: 16px; padding: 28px; border: 1px solid var(--fwp-border); border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); }
.fwp-info-panel h2 { margin: 7px 0 0; color: var(--fwp-navy); font-size: 24px; letter-spacing: -.035em; }
.fwp-info-panel p { margin: 0 0 18px; color: var(--fwp-muted); font-size: 13px; line-height: 1.7; }
.fwp-contact-panel--muted { background: #eef4fb; box-shadow: none; }
.fwp-contact-panel--muted p { margin-bottom: 0; }
.fwp-policy-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: 42px; align-items: start; }
.fwp-policy-aside { position: sticky; top: 132px; }
.fwp-policy-aside__card { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: 8px; background: var(--fwp-navy); color: #c7d5e7; box-shadow: 0 8px 24px rgba(6,20,38,.13); }
.fwp-policy-aside__card .fwp-eyebrow { margin-bottom: 1px; color: #8dbdff; }
.fwp-policy-aside__card strong { color: #fff; font-size: 20px; letter-spacing: -.03em; }
.fwp-policy-aside__card > span:not(.fwp-eyebrow) { font-size: 11px; line-height: 1.45; }
.fwp-policy-aside__card--alert { background: #16345a; }
.fwp-policy-content { min-width: 0; border-top: 1px solid var(--fwp-border); }
.fwp-policy-block { padding: 25px 0 28px; border-bottom: 1px solid var(--fwp-border); }
.fwp-policy-block .fwp-eyebrow { margin-bottom: 7px; color: var(--fwp-blue); font-size: 10px; }
.fwp-policy-block h2 { margin: 0 0 9px; color: var(--fwp-navy); font-size: 23px; letter-spacing: -.03em; }
.fwp-policy-block p { max-width: 760px; margin: 0 0 13px; color: var(--fwp-muted); font-size: 13px; line-height: 1.75; }
.fwp-policy-block p:last-child { margin-bottom: 0; }
.fwp-policy-block a:not(.fwp-button) { color: var(--fwp-blue); font-weight: 700; }
.fwp-policy-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 17px 0; }
.fwp-policy-facts div { padding: 15px; border: 1px solid var(--fwp-border); border-radius: 6px; background: #fff; }
.fwp-policy-facts strong { display: block; color: var(--fwp-navy); font-size: 17px; }
.fwp-policy-facts span { display: block; margin-top: 3px; color: var(--fwp-muted); font-size: 10px; }
.fwp-policy-note { padding-left: 13px; border-left: 3px solid #c9d9ec; font-size: 12px !important; }
.fwp-footer__logo { display: block; width: 190px; margin-bottom: 17px; }
.fwp-footer__logo .custom-logo { display: block; width: 190px; max-height: 64px; object-fit: contain; object-position: left center; filter: none; }
.fwp-footer__brand-link { display: inline-flex; gap: 8px; color: #fff !important; font-size: 11px !important; font-weight: 750; }
.fwp-footer__brand-link:hover { color: #8dbdff !important; }

@media (max-width: 900px) {
    .fwp-info-page__inner { width: min(calc(100% - 32px), 700px); }
    .fwp-policy-layout { grid-template-columns: 1fr; gap: 26px; }
    .fwp-policy-aside { position: static; }
    .fwp-policy-aside__card { max-width: 540px; }
}
@media (max-width: 700px) {
    .fwp-home-faq__heading, .fwp-info-panel { display: block; }
    .fwp-home-faq__heading .fwp-button { margin-top: 16px; }
    .fwp-home-faq__grid { grid-template-columns: 1fr; }
    .fwp-home-faq__intro { min-height: 180px; }
    .fwp-contact-grid { grid-template-columns: 1fr; }
    .fwp-contact-card { min-height: 154px; }
    .fwp-info-panel { padding: 21px 17px; }
    .fwp-info-panel > div + div { margin-top: 18px; }
    .fwp-policy-facts { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
    .fwp-home-faq { padding: 36px 0 40px; }
    .fwp-home-faq__heading h2 { font-size: 25px; }
    .fwp-home-faq__item summary { min-height: 53px; padding-inline: 12px; font-size: 11px; }
    .fwp-home-faq__item div { padding-inline: 12px 38px; font-size: 11px; }
    .fwp-info-page { padding-top: 27px; }
    .fwp-info-hero h1 { font-size: 35px; }
    .fwp-info-hero p { font-size: 13px; }
    .fwp-policy-block h2 { font-size: 21px; }
}

/* Homepage story and collection sliders. */
.fwp-about-section { padding: 54px 0; background: #fff; border-top: 1px solid var(--fwp-border); border-bottom: 1px solid var(--fwp-border); }
.fwp-about-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); gap: clamp(35px, 6vw, 86px); align-items: center; }
.fwp-about-copy { max-width: 560px; }
.fwp-about-copy h2 { margin: 7px 0 14px; color: var(--fwp-navy); font-size: clamp(31px, 3.5vw, 48px); letter-spacing: -.05em; line-height: 1.05; }
.fwp-about-copy p { margin: 0 0 12px; color: var(--fwp-muted); font-size: 13px; line-height: 1.75; }
.fwp-about-pillars { display: flex; gap: 24px; margin: 25px 0 25px; padding: 16px 0; border-top: 1px solid var(--fwp-border); border-bottom: 1px solid var(--fwp-border); }
.fwp-about-pillars span { display: flex; flex-direction: column; gap: 3px; }
.fwp-about-pillars strong { color: var(--fwp-blue); font-size: 11px; letter-spacing: .06em; }
.fwp-about-pillars small { color: var(--fwp-navy); font-size: 11px; font-weight: 750; }
.fwp-about-copy .fwp-button { min-height: 42px; padding-inline: 17px; font-size: 11px; }
.fwp-about-slider { position: relative; min-width: 0; }
.fwp-about-slider__slides { position: relative; height: clamp(290px, 33vw, 440px); overflow: hidden; border-radius: 9px; background: var(--fwp-navy); box-shadow: 0 13px 32px rgba(6,20,38,.15); }
.fwp-about-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.04); transition: opacity .55s ease, transform 1s ease; }
.fwp-about-slide.is-active { opacity: 1; transform: scale(1); }
.fwp-about-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,38,.03) 40%, rgba(6,20,38,.87) 100%); }
.fwp-about-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fwp-about-slide figcaption { position: absolute; right: 23px; bottom: 68px; left: 23px; z-index: 1; display: flex; flex-direction: column; gap: 5px; color: #fff; }
.fwp-about-slide figcaption span { color: #a8caff; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.fwp-about-slide figcaption strong { color: #fff; font-size: 20px; letter-spacing: -.025em; }
.fwp-about-slider__controls { position: absolute; right: 16px; bottom: 16px; left: 16px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fwp-slider-button { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; padding: 0; border: 1px solid #cbd8e7; border-radius: 50%; background: #fff; color: var(--fwp-navy); font-size: 16px; line-height: 1; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.fwp-slider-button:hover { border-color: var(--fwp-blue); background: var(--fwp-blue); color: #fff; }
.fwp-about-slider__controls .fwp-slider-button { border-color: rgba(255,255,255,.46); background: rgba(6,20,38,.45); color: #fff; backdrop-filter: blur(5px); }
.fwp-about-slider__controls .fwp-slider-button:hover { border-color: #fff; background: #fff; color: var(--fwp-navy); }
.fwp-about-slider__dots { display: flex; align-items: center; justify-content: center; gap: 6px; }
.fwp-about-slider__dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }
.fwp-about-slider__dots button.is-active { width: 20px; border-radius: 9px; background: #fff; }
.fwp-collection-section { padding: 48px 0 52px; background: var(--fwp-soft); }
.fwp-collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 21px; }
.fwp-collection-heading h2 { margin: 6px 0 5px; color: var(--fwp-navy); font-size: clamp(26px, 3vw, 36px); letter-spacing: -.04em; }
.fwp-collection-heading p { margin: 0; color: var(--fwp-muted); font-size: 12px; }
.fwp-collection-controls { display: flex; gap: 8px; }
.fwp-collection-track { display: flex; gap: 13px; overflow-x: auto; padding: 3px 2px 15px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b9c7d8 transparent; }
.fwp-collection-track::-webkit-scrollbar { height: 5px; }
.fwp-collection-track::-webkit-scrollbar-thumb { border-radius: 9px; background: #b9c7d8; }
.fwp-collection-card { position: relative; min-width: 0; flex: 0 0 calc((100% - 52px) / 5); scroll-snap-align: start; overflow: hidden; border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; color: var(--fwp-navy); box-shadow: 0 4px 13px rgba(6,20,38,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fwp-collection-card:hover { border-color: #bbd0eb; color: var(--fwp-navy); box-shadow: 0 10px 24px rgba(6,20,38,.1); transform: translateY(-3px); }
.fwp-collection-card__image { display: grid; height: 152px; place-items: center; padding: 13px; background: #fff; }
.fwp-collection-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.fwp-collection-card:hover .fwp-collection-card__image img { transform: scale(1.05); }
.fwp-collection-card__body { position: relative; display: flex; min-height: 92px; flex-direction: column; padding: 12px 13px 14px; border-top: 1px solid #edf1f6; }
.fwp-collection-card__number { color: var(--fwp-blue); font-size: 9px; font-weight: 850; letter-spacing: .09em; }
.fwp-collection-card__body strong { margin-top: 7px; color: var(--fwp-navy); font-size: 13px; line-height: 1.25; }
.fwp-collection-card__body small { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; color: var(--fwp-muted); font-size: 10px; }
.fwp-collection-card__body small span { color: var(--fwp-blue); font-size: 14px; }

@media (max-width: 1100px) {
    .fwp-about-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 30px; }
    .fwp-collection-card { flex-basis: calc((100% - 39px) / 4); }
}
@media (max-width: 700px) {
    .fwp-about-section { padding: 40px 0; }
    .fwp-about-grid { grid-template-columns: 1fr; gap: 28px; }
    .fwp-about-copy { max-width: none; }
    .fwp-about-copy h2 { font-size: 31px; }
    .fwp-about-slider__slides { height: 285px; }
    .fwp-collection-section { padding: 38px 0 42px; }
    .fwp-collection-heading { display: block; }
    .fwp-collection-controls { margin-top: 15px; }
    .fwp-collection-card { flex-basis: calc((100% - 13px) / 2); }
    .fwp-collection-card__image { height: 138px; }
}
@media (max-width: 390px) {
    .fwp-about-pillars { gap: 14px; }
    .fwp-about-pillars small { font-size: 10px; }
    .fwp-about-slider__slides { height: 250px; }
    .fwp-collection-card { flex-basis: 74%; }
}

/* About Us page: premium editorial layout using the existing brand and store imagery. */
.fwp-about-page { background: #f7f9fc; }
.fwp-about-page__inner { width: min(calc(100% - 64px), 1240px); margin: 0 auto; }
.fwp-about-hero { position: relative; isolation: isolate; min-height: 505px; display: flex; align-items: center; overflow: hidden; background: var(--fwp-dark); color: #fff; }
.fwp-about-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,20,38,.98) 0%, rgba(6,20,38,.88) 43%, rgba(6,20,38,.34) 100%), var(--fwp-about-hero-image) center/cover no-repeat; }
.fwp-about-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,20,38,.08), rgba(6,20,38,.35)); }
.fwp-about-hero .fwp-info-breadcrumb { margin-bottom: 65px; color: #c5d5e8; }
.fwp-about-hero .fwp-info-breadcrumb a { color: #fff; }
.fwp-about-hero__copy { max-width: 675px; padding-bottom: 68px; }
.fwp-about-hero__copy .fwp-eyebrow { color: #9cc2ff; }
.fwp-about-hero__copy h1 { margin: 0 0 17px; color: #fff; font-size: clamp(39px, 5vw, 68px); letter-spacing: -.055em; line-height: 1.02; }
.fwp-about-hero__copy p { max-width: 585px; margin: 0 0 26px; color: #dbe6f4; font-size: 15px; line-height: 1.7; }
.fwp-about-hero__copy .fwp-button { min-height: 44px; font-size: 11px; }
.fwp-about-story { padding: 72px 0; background: #fff; }
.fwp-about-story__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .86fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.fwp-about-story__visual { position: relative; max-width: 610px; padding: 0 30px 30px 0; }
.fwp-about-story__visual-image { position: relative; height: 370px; overflow: hidden; border-radius: 9px; background: var(--fwp-navy); box-shadow: 0 13px 30px rgba(6,20,38,.14); }
.fwp-about-story__visual-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(6,20,38,.72)); }
.fwp-about-story__visual-image img { width: 100%; height: 100%; object-fit: cover; }
.fwp-about-story__visual-tag { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 1; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.fwp-about-story__stamp { position: absolute; right: 0; bottom: 0; display: flex; width: 118px; height: 118px; flex-direction: column; align-items: center; justify-content: center; border: 7px solid #fff; border-radius: 50%; background: var(--fwp-blue); color: #fff; box-shadow: 0 7px 20px rgba(6,20,38,.15); }
.fwp-about-story__stamp strong { font-size: 27px; line-height: .9; letter-spacing: -.08em; }
.fwp-about-story__stamp span { margin-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.fwp-about-story__copy h2 { margin: 7px 0 15px; color: var(--fwp-navy); font-size: clamp(29px, 3.5vw, 45px); letter-spacing: -.05em; line-height: 1.06; }
.fwp-about-story__copy p { max-width: 520px; margin: 0 0 13px; color: var(--fwp-muted); font-size: 13px; line-height: 1.75; }
.fwp-about-story__signature { display: flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--fwp-navy); font-size: 11px; font-weight: 750; }
.fwp-about-story__line { display: block; width: 32px; height: 2px; background: var(--fwp-blue); }
.fwp-about-principles { padding: 68px 0; background: var(--fwp-soft); border-top: 1px solid var(--fwp-border); border-bottom: 1px solid var(--fwp-border); }
.fwp-about-section-heading { max-width: 670px; margin-bottom: 28px; }
.fwp-about-section-heading h2 { margin: 7px 0 7px; color: var(--fwp-navy); font-size: clamp(29px, 3.5vw, 43px); letter-spacing: -.045em; line-height: 1.06; }
.fwp-about-section-heading p { margin: 0; color: var(--fwp-muted); font-size: 13px; line-height: 1.65; }
.fwp-about-principles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.fwp-about-principles__grid article { min-height: 205px; padding: 22px; border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(6,20,38,.035); }
.fwp-about-principle__number { color: var(--fwp-blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.fwp-about-principles__grid h3 { margin: 28px 0 8px; color: var(--fwp-navy); font-size: 19px; letter-spacing: -.025em; }
.fwp-about-principles__grid p { margin: 0; color: var(--fwp-muted); font-size: 12px; line-height: 1.65; }
.fwp-about-collections { padding: 72px 0; background: #fff; }
.fwp-about-section-heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 24px; }
.fwp-about-collections__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.fwp-about-collection-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--fwp-border); border-radius: 8px; background: #fff; color: var(--fwp-navy); box-shadow: 0 4px 14px rgba(6,20,38,.035); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fwp-about-collection-card:hover { border-color: #bcd1ed; color: var(--fwp-navy); box-shadow: 0 10px 22px rgba(6,20,38,.1); transform: translateY(-3px); }
.fwp-about-collection-card__image { display: grid; height: 175px; place-items: center; padding: 15px; }
.fwp-about-collection-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.fwp-about-collection-card:hover img { transform: scale(1.04); }
.fwp-about-collection-card__body { display: flex; min-height: 92px; flex-direction: column; padding: 13px 15px 14px; border-top: 1px solid #edf1f6; }
.fwp-about-collection-card__body small { color: var(--fwp-blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.fwp-about-collection-card__body strong { margin-top: 7px; color: var(--fwp-navy); font-size: 14px; }
.fwp-about-collection-card__body > span { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; color: var(--fwp-muted); font-size: 10px; }
.fwp-about-collection-card__body b { color: var(--fwp-blue); font-size: 15px; }
.fwp-about-commitment { padding: 70px 0; background: var(--fwp-navy); color: #fff; }
.fwp-about-commitment__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 60px; align-items: center; }
.fwp-about-commitment h2 { max-width: 600px; margin: 7px 0 0; color: #fff; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; line-height: 1.05; }
.fwp-about-commitment p { margin: 0 0 20px; color: #c8d6e8; font-size: 13px; line-height: 1.75; }
.fwp-about-commitment .fwp-eyebrow { color: #9cc2ff; }
.fwp-about-commitment .fwp-link-arrow { align-self: center; color: #fff; font-size: 11px; }
.fwp-about-commitment .fwp-link-arrow:hover { color: #9cc2ff; }

@media (max-width: 900px) {
    .fwp-about-page__inner { width: min(calc(100% - 32px), 700px); }
    .fwp-about-story__grid { gap: 35px; }
    .fwp-about-collections__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fwp-about-commitment__inner { gap: 30px; }
}
@media (max-width: 700px) {
    .fwp-about-hero { min-height: 550px; }
    .fwp-about-hero .fwp-info-breadcrumb { margin-bottom: 52px; }
    .fwp-about-hero__copy { padding-bottom: 55px; }
    .fwp-about-hero__copy h1 { font-size: 39px; }
    .fwp-about-hero__copy p { font-size: 13px; }
    .fwp-about-story { padding: 48px 0; }
    .fwp-about-story__grid, .fwp-about-commitment__inner { grid-template-columns: 1fr; }
    .fwp-about-story__visual { order: 2; }
    .fwp-about-story__visual-image { height: 285px; }
    .fwp-about-principles, .fwp-about-collections, .fwp-about-commitment { padding: 48px 0; }
    .fwp-about-principles__grid { grid-template-columns: 1fr; }
    .fwp-about-principles__grid article { min-height: 0; }
    .fwp-about-principles__grid h3 { margin-top: 19px; }
    .fwp-about-section-heading--row { display: block; }
    .fwp-about-section-heading--row .fwp-link-arrow { display: inline-block; margin-top: 15px; }
}
@media (max-width: 390px) {
    .fwp-about-hero__copy h1 { font-size: 35px; }
    .fwp-about-story__visual { padding-right: 16px; padding-bottom: 16px; }
    .fwp-about-story__stamp { width: 86px; height: 86px; border-width: 5px; }
    .fwp-about-story__stamp strong { font-size: 20px; }
    .fwp-about-story__stamp span { font-size: 8px; }
    .fwp-about-collections__grid { grid-template-columns: 1fr; }
    .fwp-about-collection-card__image { height: 165px; }
}

/* Global WhatsApp support control. */
.fwp-whatsapp-float { position: fixed; right: auto; bottom: 22px; left: 22px; z-index: 90; display: grid; width: 54px; height: 54px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 22px rgba(6,20,38,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.fwp-whatsapp-float:hover { background: #1ebe5d; color: #fff; box-shadow: 0 11px 27px rgba(6,20,38,.3); transform: translateY(-3px) scale(1.04); }
.fwp-whatsapp-float:focus-visible { outline: 3px solid #9cc2ff; outline-offset: 3px; }
.fwp-whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.fwp-whatsapp-float__tooltip { position: absolute; bottom: 7px; left: calc(100% + 10px); width: max-content; padding: 7px 10px; border-radius: 4px; background: var(--fwp-navy); color: #fff; font-size: 10px; font-weight: 700; line-height: 1; opacity: 0; pointer-events: none; transform: translateX(-4px); transition: opacity .18s ease, transform .18s ease; }
.fwp-whatsapp-float:hover .fwp-whatsapp-float__tooltip, .fwp-whatsapp-float:focus-visible .fwp-whatsapp-float__tooltip { opacity: 1; transform: translateX(0); }
.admin-bar .fwp-whatsapp-float { bottom: 22px; }
@media (max-width: 600px) {
    .fwp-whatsapp-float { bottom: 16px; left: 15px; width: 48px; height: 48px; border-width: 2px; }
    .fwp-whatsapp-float svg { width: 25px; height: 25px; }
    .fwp-whatsapp-float__tooltip { display: none; }
}

/* Homepage SEO content: practical gym and fitness guidance cards. */
.fwp-fitness-tips { padding: 66px 0 72px; background: #fff; border-top: 1px solid var(--fwp-border); }
.fwp-fitness-tips__heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.fwp-fitness-tips__heading h2 { max-width: 650px; margin: 7px 0 8px; color: var(--fwp-navy); font-size: clamp(27px, 3.2vw, 40px); letter-spacing: -.045em; line-height: 1.08; }
.fwp-fitness-tips__heading p { max-width: 640px; margin: 0; color: var(--fwp-muted); font-size: 13px; line-height: 1.7; }
.fwp-fitness-tips__heading .fwp-link-arrow { flex: 0 0 auto; margin-bottom: 3px; }
.fwp-fitness-tips__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fwp-fitness-tip-card { min-width: 0; overflow: hidden; border: 1px solid var(--fwp-border); border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(6,20,38,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.fwp-fitness-tip-card:hover { border-color: #b9d0ed; box-shadow: 0 13px 28px rgba(6,20,38,.105); transform: translateY(-4px); }
.fwp-fitness-tip-card__image { position: relative; display: block; height: 174px; overflow: hidden; background: #eef3f8; }
.fwp-fitness-tip-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,38,.02), rgba(6,20,38,.36)); pointer-events: none; }
.fwp-fitness-tip-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.fwp-fitness-tip-card:hover .fwp-fitness-tip-card__image img { transform: scale(1.055); }
.fwp-fitness-tip-card__image > span { position: absolute; right: 13px; bottom: 11px; z-index: 1; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(6,20,38,.56); color: #fff; font-size: 15px; }
.fwp-fitness-tip-card__body { display: flex; min-height: 224px; flex-direction: column; padding: 18px 17px 16px; }
.fwp-fitness-tip-card__eyebrow { color: var(--fwp-blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.fwp-fitness-tip-card h3 { margin: 9px 0 9px; color: var(--fwp-navy); font-size: 17px; letter-spacing: -.025em; line-height: 1.22; }
.fwp-fitness-tip-card h3 a { color: inherit; }
.fwp-fitness-tip-card h3 a:hover { color: var(--fwp-blue); }
.fwp-fitness-tip-card p { margin: 0; color: var(--fwp-muted); font-size: 11px; line-height: 1.65; }
.fwp-fitness-tip-card__link { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 15px; color: var(--fwp-blue); font-size: 10px; font-weight: 800; }
.fwp-fitness-tip-card__link:hover { color: var(--fwp-navy); }
@media (max-width: 1100px) {
    .fwp-fitness-tips__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .fwp-fitness-tips { padding: 44px 0 50px; }
    .fwp-fitness-tips__heading { display: block; }
    .fwp-fitness-tips__heading h2 { font-size: 28px; }
    .fwp-fitness-tips__heading .fwp-link-arrow { display: inline-block; margin-top: 14px; }
    .fwp-fitness-tip-card__image { height: 155px; }
}
@media (max-width: 390px) {
    .fwp-fitness-tips__grid { grid-template-columns: 1fr; }
}

/* Mobile search: full-width, viewport-safe search dialog triggered by the header icon. */
.fwp-mobile-search-pop-v2 { position: fixed; inset: 0; z-index: 120; display: block; }
.fwp-mobile-search-pop-v2[hidden] { display: none !important; }
.fwp-mobile-search-pop-v2__backdrop { position: absolute; inset: 0; background: rgba(6,20,38,.62); backdrop-filter: blur(3px); }
.fwp-mobile-search-pop-v2__dialog { position: relative; width: min(calc(100% - 28px), 520px); margin: max(18px, env(safe-area-inset-top)) auto 0; padding: 19px 17px 16px; border: 1px solid rgba(255,255,255,.48); border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(6,20,38,.3); }
.fwp-mobile-search-pop-v2__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.fwp-mobile-search-pop-v2__eyebrow { display: block; margin-bottom: 5px; color: var(--fwp-blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.fwp-mobile-search-pop-v2__top strong { display: block; color: var(--fwp-navy); font-size: 19px; letter-spacing: -.025em; line-height: 1.15; }
.fwp-mobile-search-pop-v2__close { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; padding: 0; border: 1px solid #d6deea; border-radius: 50%; background: #fff; color: var(--fwp-navy); font-size: 22px; font-weight: 400; line-height: 1; cursor: pointer; }
.fwp-mobile-search-pop-v2__close:hover { border-color: var(--fwp-blue); background: #edf5ff; color: var(--fwp-blue); }
.fwp-mobile-search-pop-v2__form { display: flex; align-items: stretch; gap: 7px; padding: 5px; border: 1px solid #cbd7e6; border-radius: 7px; background: #f8fafc; }
.fwp-mobile-search-pop-v2__form:focus-within { border-color: var(--fwp-blue); background: #fff; box-shadow: 0 0 0 3px rgba(23,105,224,.1); }
.fwp-mobile-search-pop-v2__form input { min-width: 0; flex: 1; height: 39px; padding: 0 8px; border: 0; outline: 0; background: transparent; color: var(--fwp-navy); font-size: 13px; }
.fwp-mobile-search-pop-v2__form input::placeholder { color: #7b8798; }
.fwp-mobile-search-pop-v2__form button { display: inline-flex; min-width: 83px; height: 39px; align-items: center; justify-content: center; gap: 6px; padding: 0 11px; border: 0; border-radius: 5px; background: var(--fwp-blue); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.fwp-mobile-search-pop-v2__form button:hover { background: var(--fwp-navy); }
.fwp-mobile-search-pop-v2__form button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.fwp-mobile-search-pop-v2__hint { margin: 10px 2px 0; color: var(--fwp-muted); font-size: 10px; line-height: 1.45; }
body.fwp-mobile-search-is-open { overflow: hidden; }
@media (min-width: 561px) {
    .fwp-mobile-search-pop-v2 { display: none !important; }
}
@media (max-width: 380px) {
    .fwp-mobile-search-pop-v2__dialog { width: calc(100% - 20px); padding: 16px 13px 14px; }
    .fwp-mobile-search-pop-v2__top strong { font-size: 17px; }
    .fwp-mobile-search-pop-v2__form button { min-width: 72px; padding-inline: 8px; }
    .fwp-mobile-search-pop-v2__form button span { display: none; }
}
