/*
Theme Name: Fouta Viva
Theme URI: https://beachtowel.ch
Author: Fouta Viva
Description: Individuelles WooCommerce-Theme für Fouta Viva.
Version: 1.1.20
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: beachtowel
*/

:root {
  --bt-ink: #18313b;
  --bt-paper: #f5eedf;
  --bt-coral: #e86f51;
  --bt-sea: #1d7180;
  --bt-saffron: #d9a83f;
  --bt-mint: #a7c8b7;
  --bt-white: #fffdf8;
  --bt-line: rgba(24, 49, 59, .16);
  --bt-shadow: 0 22px 60px rgba(24, 49, 59, .14);
  --bt-shell: min(1420px, 92vw);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bt-paper); color: var(--bt-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
body.admin-bar .bt-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.bt-announcement { min-height: 32px; display: flex; justify-content: center; align-items: center; gap: 18px; padding: 7px 20px; background: var(--bt-ink); color: var(--bt-white); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bt-dot { color: var(--bt-coral); }
.bt-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 78px; padding: 0 4vw; background: rgba(245, 238, 223, .96); border-bottom: 1px solid var(--bt-line); backdrop-filter: blur(14px); }
.bt-brand { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.bt-brand__logo { display: block; width: 270px; height: auto; max-height: 64px; }
.bt-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 25px; height: 28px; }
.bt-mark i { display: block; width: 5px; border-radius: 4px 4px 0 0; background: var(--bt-ink); }
.bt-mark i:nth-child(1) { height: 22px; }
.bt-mark i:nth-child(2) { height: 28px; background: var(--bt-coral); }
.bt-mark i:nth-child(3) { height: 20px; background: var(--bt-sea); }
.bt-nav { display: flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bt-nav a { position: relative; padding: 30px 0; }
.bt-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--bt-coral); transition: right .2s ease; }
.bt-nav a:hover::after { right: 0; }
.bt-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.bt-account { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bt-cart { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--bt-ink); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bt-cart-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 20px; background: var(--bt-coral); color: white; }
.bt-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.bt-menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--bt-ink); }

.bt-shell { width: var(--bt-shell); margin-inline: auto; }
.bt-section { padding: 110px 0; }
.bt-kicker { margin: 0 0 14px; color: var(--bt-coral); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.bt-heading { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.bt-heading em { color: var(--bt-coral); font-weight: 400; }
.bt-button, .button, button.button, input.button, .wp-element-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 14px 22px; border: 1px solid var(--bt-ink); border-radius: 0 !important; background: var(--bt-ink) !important; color: white !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.bt-button:hover, .button:hover, button.button:hover { transform: translateY(-2px); background: var(--bt-coral) !important; border-color: var(--bt-coral); }
.bt-button--light { border-color: white; background: white !important; color: var(--bt-ink) !important; }
.bt-text-link { display: inline-flex; gap: 8px; align-items: center; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }

.bt-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; }
.bt-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bt-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,238,223,.98) 0%, rgba(245,238,223,.88) 35%, rgba(245,238,223,.12) 72%); }
.bt-hero__copy { position: relative; z-index: 2; width: min(710px, 55vw); padding-left: 7vw; }
.bt-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(68px, 8vw, 126px); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.bt-hero h1 em { color: var(--bt-coral); font-weight: 400; }
.bt-hero__lead { max-width: 580px; margin: 34px 0 0; font-size: 17px; line-height: 1.65; }
.bt-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.bt-hero__stamp { position: absolute; z-index: 2; top: 65px; right: 6vw; display: grid; place-content: center; width: 112px; height: 112px; border: 1px solid var(--bt-ink); border-radius: 50%; background: var(--bt-saffron); font-family: Georgia, serif; font-size: 26px; line-height: .85; text-align: center; transform: rotate(8deg); }
.bt-hero__stamp small { font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bt-hero__product { position: absolute; z-index: 2; right: 6vw; bottom: 50px; min-width: 230px; padding: 15px 18px; background: rgba(255,253,248,.92); border-left: 4px solid var(--bt-coral); box-shadow: var(--bt-shadow); }
.bt-hero__product span, .bt-hero__product strong { display: block; }
.bt-hero__product span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bt-hero__product strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }

.bt-trust { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line); background: var(--bt-white); }
.bt-trust div { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 22px 4vw; border-right: 1px solid var(--bt-line); }
.bt-trust div:last-child { border-right: 0; }
.bt-trust strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.bt-trust span { color: rgba(24,49,59,.62); font-size: 10px; }

.bt-section-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.bt-section-head > p { max-width: 490px; margin: 0; color: rgba(24,49,59,.68); }
.bt-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 34px; }
.bt-filter { padding: 10px 15px; border: 1px solid var(--bt-line); background: transparent; color: var(--bt-ink); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.bt-filter.is-active, .bt-filter:hover { background: var(--bt-ink); color: white; }
.bt-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 18px; }
.bt-product.is-hidden { display: none; }
.bt-product__image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--bt-mint); }
.bt-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bt-product:hover .bt-product__image img { transform: scale(1.035); }
.bt-product__badge { position: absolute; top: 10px; left: 10px; padding: 6px 8px; background: var(--bt-coral); color: white; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bt-product__meta { padding-top: 16px; }
.bt-product__category { margin: 0 0 5px; color: rgba(24,49,59,.52); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bt-product__row { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.bt-product h3 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1; }
.bt-product .price { font-size: 12px; font-weight: 800; white-space: nowrap; }
.bt-product__excerpt { min-height: 42px; margin: 12px 0; color: rgba(24,49,59,.68); font-size: 11px; line-height: 1.55; }
.bt-product__link { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bt-empty { grid-column: 1 / -1; padding: 50px; border: 1px solid var(--bt-line); text-align: center; }

.bt-guide { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--bt-sea); color: white; }
.bt-guide__image { min-height: 700px; }
.bt-guide__image img { width: 100%; height: 100%; object-fit: cover; }
.bt-guide__copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.bt-guide__copy .bt-kicker { color: var(--bt-saffron); }
.bt-guide__copy h2, .bt-business h2, .bt-story h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 88px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.bt-guide__list { margin: 40px 0; border-top: 1px solid rgba(255,255,255,.25); }
.bt-guide__list div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.bt-guide__list span { color: var(--bt-saffron); font-size: 9px; font-weight: 800; }
.bt-guide__list p { margin: 0; font-size: 12px; }

.bt-uses { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--bt-line); }
.bt-uses article { min-height: 280px; padding: 28px; border-right: 1px solid var(--bt-line); }
.bt-uses article:last-child { border-right: 0; }
.bt-uses article > span { color: var(--bt-coral); font-size: 9px; font-weight: 800; }
.bt-uses h3 { margin: 78px 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.bt-uses p { margin: 0; color: rgba(24,49,59,.66); font-size: 12px; }

.bt-business { display: grid; grid-template-columns: 1fr 1fr; background: var(--bt-ink); color: white; }
.bt-business__copy { padding: 8vw; }
.bt-business__copy > p:not(.bt-kicker) { max-width: 600px; margin: 30px 0; color: rgba(255,255,255,.72); }
.bt-business__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 35px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.bt-business__facts span { padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.2); font-size: 9px; }
.bt-business__facts span:last-child { border-right: 0; }
.bt-business__facts strong { display: block; color: var(--bt-saffron); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.bt-business__image { min-height: 650px; }
.bt-business__image img { width: 100%; height: 100%; object-fit: cover; }

.bt-story { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; background: var(--bt-saffron); }
.bt-story__number { display: grid; place-items: center; min-height: 560px; border-right: 1px solid rgba(24,49,59,.2); font-family: Georgia, serif; font-size: clamp(100px, 14vw, 220px); letter-spacing: -.09em; }
.bt-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.bt-story__copy p:not(.bt-kicker) { max-width: 620px; margin: 30px 0; }

.bt-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.bt-faq details { border-top: 1px solid var(--bt-line); }
.bt-faq details:last-child { border-bottom: 1px solid var(--bt-line); }
.bt-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 21px; }
.bt-faq summary::-webkit-details-marker { display: none; }
.bt-faq details p { max-width: 700px; margin: -4px 0 24px; color: rgba(24,49,59,.68); font-size: 13px; }

.bt-footer { padding: 75px 4vw 25px; background: var(--bt-ink); color: white; }
.bt-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.bt-footer .bt-brand { color: white; }
.bt-footer .bt-brand--footer { width: min(300px, 100%); padding: 0; border-radius: 0; background: transparent; }
.bt-footer .bt-brand--footer .bt-brand__logo { width: 100%; max-height: none; }
.bt-footer .bt-mark i { background: white; }
.bt-footer .bt-mark i:nth-child(2) { background: var(--bt-coral); }
.bt-footer .bt-mark i:nth-child(3) { background: var(--bt-sea); }
.bt-footer__brand p { color: rgba(255,255,255,.55); }
.bt-footer__col { display: flex; flex-direction: column; gap: 9px; }
.bt-footer__col strong { margin-bottom: 8px; color: var(--bt-saffron); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.bt-footer__col a { color: rgba(255,255,255,.72); font-size: 11px; }
.bt-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: 9px; }

.bt-content { width: min(1040px, 90vw); min-height: 55vh; margin-inline: auto; padding: clamp(72px, 9vw, 130px) 0; }
.bt-content article { width: min(820px, 100%); margin-inline: auto; }
.bt-content h1 { max-width: 900px; margin: 0 0 48px; font-family: Georgia, serif; font-size: clamp(48px, 7vw, 86px); font-weight: 400; line-height: .95; letter-spacing: -.05em; text-wrap: balance; }
.bt-content h2, .bt-content h3 { font-family: Georgia, serif; font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.bt-content h2 { margin: 72px 0 18px; font-size: clamp(34px, 4vw, 48px); }
.bt-content h3 { margin: 38px 0 12px; font-size: clamp(25px, 3vw, 31px); }
.bt-content p, .bt-content li { font-size: 16px; line-height: 1.78; }
.bt-content ul, .bt-content ol { margin: 20px 0 30px; padding-left: 1.35em; }
.bt-content li + li { margin-top: 10px; }
.bt-content .bt-page-lead { margin: 0 0 36px; padding: 28px 32px; border-left: 4px solid var(--bt-coral); background: var(--bt-white); font-family: Georgia, serif; font-size: clamp(21px, 2.5vw, 28px); line-height: 1.45; box-shadow: 0 16px 44px rgba(24,49,59,.07); }
.bt-content .wp-block-table { width: calc(100% + 120px); margin: 34px -60px; overflow-x: auto; }
.bt-content table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--bt-white); }
.bt-content th, .bt-content td { padding: 17px 18px; border: 1px solid var(--bt-line); text-align: left; vertical-align: top; }
.bt-content th { background: var(--bt-ink); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.bt-content td { font-size: 13px; }
.bt-content figcaption { margin-top: 10px; color: rgba(24,49,59,.62); font-size: 11px; }
.bt-content a:not(.button) { color: var(--bt-sea); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.bt-guide__copy > p:not(.bt-kicker) { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }

/* WooCommerce */
.woocommerce main, .woocommerce-page main { width: var(--bt-shell); margin: 0 auto; padding: 80px 0; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: rgba(24,49,59,.58); font-size: 12px; font-weight: 600; line-height: 1.5; }
.woocommerce .bt-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.woocommerce .bt-breadcrumb a { color: var(--bt-sea); text-decoration: none; text-underline-offset: 3px; }
.woocommerce .bt-breadcrumb a:hover, .woocommerce .bt-breadcrumb a:focus-visible { color: var(--bt-ink); text-decoration: underline; }
.bt-breadcrumb__separator { color: rgba(24,49,59,.32); font-size: 16px; font-weight: 400; line-height: 1; }
.woocommerce-products-header__title, .woocommerce div.product .product_title, .woocommerce-cart .entry-title, .woocommerce-checkout .entry-title { font-family: Georgia, serif; font-size: clamp(48px, 6vw, 80px); font-weight: 400; letter-spacing: -.05em; }
.post-type-archive-product .woocommerce-products-header, .tax-product_cat .woocommerce-products-header { margin-bottom: 44px; }
.post-type-archive-product .woocommerce-products-header__title, .tax-product_cat .woocommerce-products-header__title { margin: 0; line-height: .95; }
.bt-shop-categories { margin: 0 0 18px; }
.bt-shop-sizes { margin: 0 0 28px; }
.bt-shop-categories__label, .bt-shop-sizes__label { margin: 0 0 12px; color: rgba(24,49,59,.58); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bt-shop-categories__rail, .bt-shop-sizes__rail { display: flex; gap: 8px; overflow-x: auto; padding: 1px 1px 8px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.bt-shop-categories__rail::-webkit-scrollbar, .bt-shop-sizes__rail::-webkit-scrollbar { display: none; }
.bt-shop-category, .bt-shop-size { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 40px; padding: 9px 15px; border: 1px solid var(--bt-line); border-radius: 999px; background: rgba(255,253,248,.46); font-size: 10px; font-weight: 700; line-height: 1; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.bt-shop-category:hover, .bt-shop-size:hover { border-color: var(--bt-ink); background: var(--bt-white); }
.bt-shop-category.is-active, .bt-shop-size.is-active { border-color: var(--bt-ink); background: var(--bt-ink); color: var(--bt-white); }
.bt-shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin: 0 0 38px; padding: 0 0 18px; border-bottom: 1px solid var(--bt-line); }
.bt-shop-sort { display: flex; align-items: center; gap: 9px; }
.bt-shop-sort__icon { display: grid; place-items: center; width: 22px; height: 22px; }
.bt-shop-sort__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.bt-shop-sort__label { color: rgba(24,49,59,.62); font-size: 11px; }
.woocommerce .bt-shop-toolbar .woocommerce-ordering { position: relative; float: none; margin: 0; }
.woocommerce .bt-shop-toolbar .woocommerce-ordering::after { content: ''; position: absolute; top: 50%; right: 14px; width: 6px; height: 6px; margin-top: -5px; border-right: 1.5px solid var(--bt-ink); border-bottom: 1.5px solid var(--bt-ink); pointer-events: none; transform: rotate(45deg); }
.woocommerce .bt-shop-toolbar .woocommerce-ordering select { width: auto; min-width: 146px; min-height: 40px; padding: 0 38px 0 14px; border: 1px solid var(--bt-line); border-radius: 999px; outline: none; appearance: none; -webkit-appearance: none; background: var(--bt-white); color: var(--bt-ink); font-size: 10px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; }
.woocommerce .bt-shop-toolbar .woocommerce-ordering select:hover, .woocommerce .bt-shop-toolbar .woocommerce-ordering select:focus { border-color: var(--bt-ink); box-shadow: 0 0 0 3px rgba(29,113,128,.09); }
.bt-shop-count { margin: 0; color: rgba(24,49,59,.62); font-size: 11px; white-space: nowrap; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 18px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { position: relative; min-width: 0; float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: block; }
.bt-loop-image { display: block; aspect-ratio: 4 / 5; margin: 0 0 17px; overflow: hidden; background: #eee9df; }
.woocommerce ul.products li.product .bt-loop-image img { width: 100%; height: 100%; margin: 0 !important; object-fit: cover; transform: scale(1.001); transition: transform .45s cubic-bezier(.2,.65,.3,1); }
.woocommerce ul.products li.product:hover .bt-loop-image img { transform: scale(1.025); }
.bt-card-eyebrow { display: block; margin: 0 0 7px; color: rgba(24,49,59,.53); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0; padding: 0 !important; font-family: Georgia, serif; font-size: 22px !important; font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.bt-card-colours { display: flex; min-width: 0; align-items: center; gap: 9px; min-height: 20px; margin: 10px 0 7px; }
.bt-card-colours__swatches { display: flex; flex: 0 0 auto; align-items: center; gap: 4px; }
.bt-card-swatch { display: block; width: 15px; height: 15px; border: 2px solid var(--bt-paper); border-radius: 50%; outline: 1px solid rgba(24,49,59,.18); background: var(--bt-swatch-bg); }
.bt-card-colours__label { min-width: 0; overflow: hidden; color: rgba(24,49,59,.62); font-size: 9px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.woocommerce ul.products li.product .price { display: block; margin: 9px 0 0 !important; color: var(--bt-ink) !important; font-size: 13px !important; font-weight: 800 !important; line-height: 1.2; }
.woocommerce ul.products li.product .price del { color: rgba(24,49,59,.46); font-weight: 500; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce span.onsale { z-index: 2; min-width: 0; min-height: 0; margin: 12px !important; padding: 7px 10px; border-radius: 999px; background: var(--bt-coral); font-size: 8px; line-height: 1; }
.single-product .woocommerce main { width: 100%; padding: 0; }
.single-product .woocommerce-breadcrumb { width: var(--bt-shell); margin: 26px auto 0; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(45px, 6vw, 110px); width: var(--bt-shell); margin: 42px auto 0; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images { position: relative; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; background: #eee9df; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: block; aspect-ratio: .805; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { width: 100%; height: 100%; object-fit: cover; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px !important; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; }
.woocommerce div.product div.images .flex-control-thumbs img { aspect-ratio: 1; object-fit: cover; opacity: .6; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active { opacity: 1; outline: 2px solid var(--bt-ink); outline-offset: -2px; }
.woocommerce div.product div.summary { position: relative; align-self: start; padding: 16px 0 40px; }
.bt-product-eyebrow { margin-bottom: 18px; color: var(--bt-coral); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.bt-product-eyebrow a { color: inherit; }
.woocommerce div.product .product_title { max-width: 700px; margin: 0 0 18px; font-size: clamp(48px, 5vw, 76px); line-height: .91; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 0 0 24px; color: var(--bt-ink); font-family: Georgia, serif; font-size: 25px; }
.woocommerce div.product .woocommerce-product-details__short-description { max-width: 640px; margin: 0 0 25px; color: rgba(24,49,59,.72); font-size: 13px; line-height: 1.65; }
.woocommerce div.product .woocommerce-product-details__short-description h2 { margin: 24px 0 10px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.woocommerce div.product .woocommerce-product-details__short-description h3 { margin: 21px 0 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-product-details__short-description ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; margin: 13px 0 18px; padding: 0; list-style: none; }
.woocommerce div.product .woocommerce-product-details__short-description li { position: relative; padding-left: 17px; }
.woocommerce div.product .woocommerce-product-details__short-description li::before { content: '✓'; position: absolute; left: 0; color: var(--bt-sea); font-size: 10px; font-weight: 800; }
.woocommerce div.product .stock { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 20px; color: #8b3b2d; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce div.product .stock::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin: 10px 0 20px; }
.woocommerce div.product form.cart .button { flex: 1; min-height: 58px; }
.woocommerce div.product form.cart .single_add_to_cart_button.disabled { opacity: .35; pointer-events: none; }
.woocommerce div.product form.cart .quantity .qty { min-height: 58px; }
.woocommerce div.product form.cart.variations_form { display: block; }
.woocommerce div.product form.cart .variations { margin: 0 0 18px; }
.woocommerce div.product form.cart .variations tr { display: block; margin-bottom: 16px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; padding: 0; text-align: left; }
.woocommerce div.product form.cart .variations label { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce div.product form.cart .variations select { width: 100%; min-height: 54px; padding: 0 44px 0 15px; border: 1px solid var(--bt-ink); border-radius: 0; background: var(--bt-white); color: var(--bt-ink); }

.bt-colour-row > th.label { display: none !important; }
.woocommerce div.product form.cart .variations .bt-colour-row > td.value { width: 100%; }
.woocommerce div.product form.cart .variations select.bt-native-variation-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0 !important;
  opacity: 0;
  white-space: nowrap;
}
.bt-variation-picker { width: 100%; margin: 0 0 6px; }
.bt-variation-picker__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 0 0 11px; }
.bt-variation-picker__title { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bt-variation-picker__current { color: rgba(24,49,59,.66); font-size: 11px; }
.bt-variation-picker__options { display: flex; gap: 10px; overflow-x: auto; padding: 2px 2px 10px; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.bt-variation-picker__options::-webkit-scrollbar { display: none; }
.bt-variation-swatch { position: relative; flex: 0 0 88px; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--bt-line); border-radius: 0; outline: 0; background: var(--bt-white); color: var(--bt-ink); text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.bt-variation-swatch:hover { border-color: var(--bt-ink); transform: translateY(-2px); }
.bt-variation-swatch:focus-visible { box-shadow: 0 0 0 3px rgba(29,113,128,.18); }
.bt-variation-swatch[aria-pressed="true"] { border-color: var(--bt-ink); box-shadow: 0 0 0 2px var(--bt-ink); }
.bt-variation-swatch[aria-pressed="true"]::after { content: '✓'; position: absolute; top: 6px; right: 6px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--bt-ink); color: white; font-size: 10px; font-weight: 800; }
.bt-variation-swatch.is-unavailable { opacity: .38; cursor: not-allowed; transform: none; }
.bt-variation-swatch__media { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #eee9df; }
.bt-variation-swatch__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bt-variation-swatch__media--fallback { display: grid; place-items: center; font-family: Georgia, serif; font-size: 24px; }
.bt-variation-swatch__label { display: block; overflow: hidden; padding: 8px 7px 9px; font-size: 9px; line-height: 1.2; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart { display: flex; gap: 10px; }
.bt-product-promises { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0 16px; border: 1px solid var(--bt-line); }
.bt-product-promises > span { position: relative; padding: 15px 14px 14px 39px; }
.bt-product-promises > span + span { border-left: 1px solid var(--bt-line); }
.bt-product-promises i { position: absolute; top: 16px; left: 15px; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--bt-sea); color: white; font-size: 9px; font-style: normal; }
.bt-product-promises strong, .bt-product-promises small { display: block; }
.bt-product-promises strong { font-size: 10px; }
.bt-product-promises small { margin-top: 2px; color: rgba(24,49,59,.58); font-size: 9px; }
.bt-product-accordions { margin-top: 10px; border-top: 1px solid var(--bt-line); }
.bt-product-accordions details { border-bottom: 1px solid var(--bt-line); }
.bt-product-accordions summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 2px; list-style: none; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bt-product-accordions summary::-webkit-details-marker { display: none; }
.bt-product-accordions summary span { position: relative; width: 15px; height: 15px; }
.bt-product-accordions summary span::before, .bt-product-accordions summary span::after { content: ''; position: absolute; top: 7px; left: 1px; width: 13px; height: 1px; background: currentColor; transition: transform .2s ease; }
.bt-product-accordions summary span::after { transform: rotate(90deg); }
.bt-product-accordions details[open] summary span::after { transform: rotate(0); }
.bt-accordion-content { padding: 0 2px 21px; color: rgba(24,49,59,.72); font-size: 12px; line-height: 1.7; }
.bt-accordion-content > :first-child { margin-top: 0; }
.bt-accordion-content > :last-child { margin-bottom: 0; }
.bt-accordion-content h2, .bt-accordion-content h3 { font-family: Georgia, serif; font-weight: 400; }
.bt-specs table { width: 100%; border-collapse: collapse; }
.bt-specs th, .bt-specs td { padding: 9px 0; border-bottom: 1px solid var(--bt-line); text-align: left; }
.bt-specs tr:last-child th, .bt-specs tr:last-child td { border-bottom: 0; }
.bt-specs p { margin: 0; }
.bt-product-story, .bt-related { grid-column: 1 / -1; width: 100vw; margin-left: calc((var(--bt-shell) - 100vw) / 2); }
.bt-product-story { display: grid; grid-template-columns: .34fr .66fr; margin-top: 85px; background: var(--bt-sea); color: white; }
.bt-product-story__label { display: flex; align-items: end; min-height: 500px; padding: 45px 4vw; border-right: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bt-product-story__visual { position: relative; min-height: 500px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.22); background: #d8e4df; }
.bt-product-story__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bt-product-story__visual span { position: absolute; z-index: 1; left: 28px; bottom: 28px; padding: 9px 12px; background: rgba(24,49,59,.84); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bt-product-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; }
.bt-product-story__copy .bt-kicker { color: var(--bt-saffron); }
.bt-product-story h2 { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 5.5vw, 82px); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.bt-product-story__lead { max-width: 680px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 14px; }
.bt-product-story__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.bt-product-story__facts span { padding: 17px 16px; border-right: 1px solid rgba(255,255,255,.22); font-size: 9px; text-transform: uppercase; }
.bt-product-story__facts span:last-child { border-right: 0; }
.bt-product-story__facts strong { margin-right: 8px; color: var(--bt-saffron); }
.bt-related { padding: 110px max(4vw, calc((100vw - 1420px) / 2)); background: var(--bt-white); }
.bt-related__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.bt-related__head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.bt-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bt-related-card__image { position: relative; display: block; aspect-ratio: .84; overflow: hidden; background: #eee9df; }
.bt-related-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bt-related-card__image span { position: absolute; right: 12px; bottom: 12px; padding: 9px 12px; background: var(--bt-white); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: .25s ease; }
.bt-related-card:hover .bt-related-card__image img { transform: scale(1.025); }
.bt-related-card:hover .bt-related-card__image span { opacity: 1; transform: none; }
.bt-related-card__info { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--bt-line); }
.bt-related-card__info p { margin: 0 0 5px; color: rgba(24,49,59,.52); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bt-related-card__info h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.05; }
.bt-related-card__price { font-size: 10px; font-weight: 800; white-space: nowrap; }
.bt-related-card__price .price { font: inherit; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--bt-line); background: white; }
.woocommerce table.shop_table { border: 1px solid var(--bt-line); border-radius: 0; background: var(--bt-white); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid var(--bt-line); border-radius: 0; background: white; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--bt-sea); background: var(--bt-white); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--bt-sea); }

@media (max-width: 1100px) {
  .bt-header { grid-template-columns: 1fr auto; }
  .bt-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 4vw; background: var(--bt-paper); border-bottom: 1px solid var(--bt-line); }
  .bt-nav.is-open { display: flex; }
  .bt-nav a { padding: 13px 0; }
  .bt-actions { grid-column: 2; grid-row: 1; }
  .bt-menu-toggle { display: block; }
  .bt-account { display: none; }
  .bt-products, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body.admin-bar .bt-header { top: 46px; }
  .bt-hero { min-height: 780px; align-items: end; }
  .bt-hero__image { height: 48%; object-position: 62% center; }
  .bt-hero__veil { background: linear-gradient(0deg, var(--bt-paper) 0 50%, transparent 64%); }
  .bt-hero__copy { width: 100%; padding: 400px 7vw 70px; }
  .bt-hero__stamp { top: 30px; }
  .bt-hero__product { top: 330px; bottom: auto; }
  .bt-trust { grid-template-columns: 1fr 1fr; }
  .bt-products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bt-guide, .bt-business, .bt-story, .bt-faq { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: minmax(0, 1fr); }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { width: 100%; min-width: 0; max-width: 100%; }
  .woocommerce div.product div.images .flex-viewport { max-width: 100%; }
  .woocommerce div.product div.summary { position: static; padding-top: 0; }
  .woocommerce div.product form.cart,
  .woocommerce div.product form.cart .variations,
  .woocommerce div.product form.cart .variations tbody,
  .woocommerce div.product form.cart .variations tr,
  .woocommerce div.product form.cart .variations td,
  .bt-variation-picker,
  .bt-variation-picker__head,
  .bt-variation-picker__options {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .woocommerce div.product form.cart .variations,
  .woocommerce div.product form.cart .variations tbody { display: block; }
  .bt-product-story { grid-template-columns: 1fr; }
  .bt-product-story__label { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .bt-product-story__visual { min-height: 440px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .bt-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bt-guide__image, .bt-business__image { min-height: 520px; }
  .bt-story__number { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(24,49,59,.2); }
  .bt-uses { grid-template-columns: 1fr 1fr; }
  .bt-uses article:nth-child(2) { border-right: 0; }
  .bt-uses article:nth-child(-n+2) { border-bottom: 1px solid var(--bt-line); }
  .bt-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .bt-shop-toolbar { margin-bottom: 30px; }
}

@media (max-width: 560px) {
  html, body { overflow-x: hidden; }
  body { padding-top: 67px; }
  .bt-announcement { display: none; }
  .bt-header { position: fixed; top: 0; right: 0; left: 0; min-height: 67px; padding: 0 18px; }
  .bt-brand { font-size: 17px; }
  .bt-brand__logo { width: 205px; max-height: 54px; }
  .bt-nav { top: 67px; }
  .bt-cart { position: relative; justify-content: center; width: 44px; height: 44px; padding: 0; font-size: 0; }
  .bt-cart::before { content: ""; display: block; width: 22px; height: 22px; background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318313b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.1 10.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L20.5 8H6'/%3E%3Ccircle cx='9.5' cy='20' r='1'/%3E%3Ccircle cx='16.5' cy='20' r='1'/%3E%3C/svg%3E"); }
  .bt-cart-count { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 4px; font-size: 9px; line-height: 18px; }
  .bt-section { padding: 75px 0; }
  .bt-section-head { align-items: start; flex-direction: column; }
  .bt-hero { min-height: 730px; }
  .bt-hero__image { height: 42%; }
  .bt-hero__veil { background: linear-gradient(0deg, var(--bt-paper) 0 57%, transparent 69%); }
  .bt-hero__copy { padding: 330px 22px 55px; }
  .bt-hero h1 { font-size: 17vw; }
  .bt-hero__lead { font-size: 14px; }
  .bt-hero__actions { align-items: start; flex-direction: column; }
  .bt-hero__stamp { width: 80px; height: 80px; right: 20px; font-size: 20px; }
  .bt-hero__product { top: 245px; right: 20px; min-width: 190px; }
  .bt-trust { grid-template-columns: 1fr; }
  .bt-trust div { border-right: 0; border-bottom: 1px solid var(--bt-line); }
  .bt-products, .woocommerce ul.products { gap: 38px 10px; }
  .bt-product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px !important; }
  .bt-product__row { display: block; }
  .bt-product__excerpt { display: none; }
  .bt-guide__copy, .bt-business__copy, .bt-story__copy { padding: 65px 22px; }
  .bt-guide__image, .bt-business__image { min-height: 420px; }
  .bt-uses { grid-template-columns: 1fr; }
  .bt-uses article { border-right: 0; border-bottom: 1px solid var(--bt-line); }
  .bt-business__facts { grid-template-columns: 1fr; }
  .bt-business__facts span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .bt-footer__grid { grid-template-columns: 1fr 1fr; }
  .bt-footer__brand { grid-column: 1 / -1; }
  .bt-footer__bottom { align-items: start; flex-direction: column; }
  .bt-content { width: min(100% - 36px, 1040px); padding: 60px 0; }
  .bt-content h1 { margin-bottom: 34px; }
  .bt-content h2 { margin-top: 52px; }
  .bt-content .bt-page-lead { padding: 22px 20px; }
  .bt-content .wp-block-table { width: 100%; margin: 28px 0; }
  .woocommerce main, .woocommerce-page main { padding: 55px 0; }
  .post-type-archive-product.woocommerce main, .tax-product_cat.woocommerce main { padding-top: 24px; }
  .post-type-archive-product .woocommerce-products-header, .tax-product_cat .woocommerce-products-header { margin-bottom: 32px; }
  .bt-shop-categories { margin-bottom: 14px; }
  .bt-shop-sizes { margin-bottom: 20px; }
  .bt-shop-categories__rail, .bt-shop-sizes__rail { margin-right: -4vw; padding-right: 4vw; }
  .bt-shop-category, .bt-shop-size { min-height: 37px; padding: 8px 12px; font-size: 9px; }
  .bt-shop-toolbar { gap: 10px; padding-bottom: 14px; }
  .bt-shop-sort { gap: 5px; }
  .bt-shop-sort__label { display: none; }
  .woocommerce .bt-shop-toolbar .woocommerce-ordering select { min-width: 142px; min-height: 38px; font-size: 9px; }
  .bt-shop-count { font-size: 9px; }
  .bt-loop-image { margin-bottom: 13px; }
  .bt-card-eyebrow { margin-bottom: 5px; font-size: 7px; }
  .bt-card-colours { gap: 6px; margin-top: 8px; }
  .bt-card-swatch { width: 13px; height: 13px; }
  .bt-card-colours__label { font-size: 8px; }
  .single-product .woocommerce main { padding: 0; }
  .single-product .woocommerce-breadcrumb { margin-top: 18px; }
  .woocommerce div.product { margin-top: 24px; gap: 28px; }
  .woocommerce div.product .product_title { font-size: 14vw; }
  .woocommerce div.product .woocommerce-product-details__short-description ul { grid-template-columns: 1fr; }
  .bt-product-promises { grid-template-columns: 1fr; }
  .bt-product-promises > span + span { border-left: 0; border-top: 1px solid var(--bt-line); }
  .bt-product-story { margin-top: 55px; }
  .bt-product-story__copy { padding: 65px 22px; }
  .bt-product-story__facts { grid-template-columns: 1fr; }
  .bt-product-story__facts span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .bt-product-story__facts span:last-child { border-bottom: 0; }
  .bt-related { padding: 75px 22px; }
  .bt-related__head { align-items: start; flex-direction: column; }
  .bt-related__grid { gap: 34px 10px; }
  .bt-related-card__info { display: block; }
  .bt-related-card__price { margin-top: 7px; }
  .bt-variation-swatch { flex-basis: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* BeachTowel.ch 1.1.11 — cart, notices, product facts and selects */

/* Clear, readable add-to-cart feedback. */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  min-height: 64px;
  margin: 0 0 28px;
  padding: 16px 20px 16px 52px !important;
  border: 1px solid var(--bt-line);
  border-top: 3px solid var(--bt-sea);
  background: var(--bt-white);
  color: var(--bt-ink);
  box-shadow: 0 12px 32px rgba(20, 31, 36, .08);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-message .button {
  order: 2;
  flex: 0 0 auto;
  float: none;
  margin: 0 0 0 auto;
  white-space: nowrap;
}

/* More legible product-benefit cards. */
.bt-product-story__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bt-product-story__facts span {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(20, 31, 36, .13);
  background: rgba(255, 255, 255, .72);
  color: var(--bt-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.bt-product-story__facts span strong {
  color: var(--bt-sea);
  font-size: 16px;
  line-height: 1;
}

/* Modern, obvious variation dropdowns. */
.woocommerce div.product form.cart .variations select {
  min-height: 54px;
  padding: 0 46px 0 16px;
  border: 1px solid rgba(20, 31, 36, .32);
  border-radius: 12px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--bt-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23141f24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 15px;
  color: var(--bt-ink);
  box-shadow: 0 8px 24px rgba(20, 31, 36, .06);
  font-size: 14px;
  font-weight: 700;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.woocommerce div.product form.cart .variations select:hover,
.woocommerce div.product form.cart .variations select:focus {
  border-color: var(--bt-sea);
  box-shadow: 0 0 0 3px rgba(30, 119, 118, .12);
}

/* WooCommerce cart: visible header and collision-free order summary. */
.wc-block-cart-items__header-image span {
  color: var(--bt-ink) !important;
  opacity: .72;
}

.wc-block-components-sidebar.wc-block-cart__sidebar,
.wc-block-cart-item__product,
.wc-block-cart-item__wrap {
  min-width: 0;
}

.wc-block-cart-item__wrap,
.wc-block-components-product-name {
  overflow-wrap: anywhere;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper {
  display: block;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 24px;
  padding: 0 32px 0 0;
  line-height: 24px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button-icon {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wc-block-components-totals-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.wc-block-components-totals-item__label {
  min-width: 0;
}

.wc-block-components-totals-item__value {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Use the concise Swiss shop label requested for the grand total. */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 0;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
  content: "Total";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 782px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px 16px 16px 48px !important;
  }

  .woocommerce-message .button {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .bt-product-story__facts {
    grid-template-columns: 1fr;
  }

  .bt-product-story__facts span {
    min-height: 56px;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
    max-width: none;
  }
}

/* BeachTowel.ch 1.1.11 — final QA refinements */
.woocommerce .woocommerce-message .button {
  float: none;
  margin: 0 0 0 auto;
}

.woocommerce .bt-shop-toolbar .woocommerce-ordering select {
  background-color: var(--bt-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23141f24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  box-shadow: 0 8px 24px rgba(20, 31, 36, .06);
}

@media (max-width: 782px) {
  .woocommerce .woocommerce-message .button {
    margin: 0;
  }
}


/* Keep the WooCommerce cart table inside the main cart column on desktop. */
@media (min-width: 783px) {
  .wc-block-cart__main .wc-block-cart-items {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }
}


/* Keep the cart column headings readable on the light shop background. */
.wc-block-cart-items__header-total span {
  color: var(--bt-ink) !important;
  opacity: 0.72;
}

/* Fouta Viva 1.1.16 — transparent negative footer logo */
@media (max-width: 782px) {
  /* Keep the compact site header at the very top throughout the full
     WordPress mobile breakpoint, including wider Android viewports. */
  body {
    padding-top: 67px !important;
  }

  html {
    margin-top: 0 !important;
    scroll-padding-top: 67px;
  }

  body.admin-bar {
    margin-top: 0 !important;
    padding-top: 67px !important;
  }

  body.admin-bar #wpadminbar {
    display: none !important;
  }

  .bt-announcement {
    display: none;
  }

  .bt-header {
    position: fixed !important;
    z-index: 100000;
    top: 0 !important;
    right: 0;
    left: 0;
    height: 67px;
    min-height: 67px;
    max-height: 67px;
    padding: 0 18px;
    transform: none !important;
  }

  body.admin-bar .bt-header {
    top: 0 !important;
  }

  .bt-nav {
    top: 67px;
  }

  /* WooCommerce's mobile cart uses a table-to-grid transition. Constrain
     every level so the description wraps inside the product column. */
  .woocommerce-cart .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart-items {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .woocommerce-cart .wc-block-cart-items {
    display: block !important;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .woocommerce-cart .wc-block-cart-items thead {
    display: none !important;
  }

  .woocommerce-cart .wc-block-cart-items tbody {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    grid-template-areas:
      "image product"
      "image total" !important;
    column-gap: 14px;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 0 !important;
  }

  .woocommerce-cart .wc-block-cart-item__image {
    grid-area: image !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    padding: 0 !important;
  }

  .woocommerce-cart .wc-block-cart-item__product {
    grid-area: product !important;
    width: auto !important;
    padding: 0 !important;
  }

  .woocommerce-cart .wc-block-cart-item__total {
    grid-area: total !important;
    width: auto !important;
    padding: 8px 0 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart .wc-block-cart-items__row,
  .woocommerce-cart .wc-block-cart-item__product,
  .woocommerce-cart .wc-block-cart-item__wrap,
  .woocommerce-cart .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-components-product-metadata__description,
  .woocommerce-cart .wc-block-components-product-metadata__description p,
  .woocommerce-cart .wc-block-components-product-metadata__description strong {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .woocommerce-cart .wc-block-cart-item__wrap {
    align-items: stretch;
    width: 100%;
  }

  .woocommerce-cart .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-components-product-metadata__description {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .woocommerce-cart .wc-block-components-product-metadata__description p {
    margin-right: 0;
    font-size: 12px;
    line-height: 1.45;
  }
}


/* Fouta Viva 1.1.20 — product reviews, customer photos and review requests */
.bt-optout-notice {
  position: relative;
  z-index: 120;
  padding: 13px 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: var(--bt-sea);
  color: white;
  font-size: 13px;
  text-align: center;
}

.bt-optout-notice strong {
  margin-right: 4px;
}

.bt-product-reviews {
  grid-column: 1 / -1;
  width: 100vw;
  margin-left: calc((var(--bt-shell) - 100vw) / 2);
  padding: 105px max(4vw, calc((100vw - 1420px) / 2));
  background: var(--bt-white);
}

.bt-product-reviews__intro,
.bt-home-reviews__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.bt-product-reviews__intro h2,
.bt-home-reviews__head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
}

.bt-product-reviews__summary,
.bt-home-reviews__score {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 7px;
}

.bt-product-reviews__summary strong,
.bt-home-reviews__score strong {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
}

.bt-product-reviews__summary span,
.bt-home-reviews__score span {
  color: rgba(24, 49, 59, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bt-product-reviews #reviews {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: clamp(36px, 6vw, 90px);
}

.bt-product-reviews:not(.has-reviews) #review_form_wrapper {
  grid-column: 1 / -1;
  max-width: 780px;
}

.bt-product-reviews .woocommerce-Reviews-title {
  display: none;
}

.bt-product-reviews .commentlist {
  margin: 0 !important;
  padding: 0 !important;
}

.bt-product-reviews .commentlist > li {
  margin: 0 !important;
  padding: 26px 0 !important;
  border-top: 1px solid var(--bt-line) !important;
}

.bt-product-reviews .commentlist > li:last-child {
  border-bottom: 1px solid var(--bt-line) !important;
}

.bt-product-reviews .comment_container {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.bt-product-reviews .comment_container img.avatar {
  position: static !important;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
}

.bt-product-reviews .comment-text {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.bt-product-reviews .star-rating {
  color: var(--bt-saffron);
}

.bt-product-reviews .meta {
  margin: 0 0 11px !important;
  color: rgba(24, 49, 59, .58) !important;
  font-size: 11px !important;
  letter-spacing: .02em;
}

.bt-product-reviews .description {
  color: rgba(24, 49, 59, .78);
  font-size: 14px;
  line-height: 1.7;
}

.bt-product-reviews #review_form_wrapper {
  align-self: start;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--bt-line);
  background: var(--bt-paper);
}

.bt-product-reviews #reply-title {
  display: block;
  margin: 0 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.bt-product-reviews .comment-notes {
  color: rgba(24, 49, 59, .64);
  font-size: 12px;
}

.bt-product-reviews .comment-form-rating {
  margin: 22px 0;
}

.bt-product-reviews .comment-form-rating label,
.bt-product-reviews .comment-form-comment label,
.bt-product-reviews .comment-form-author label,
.bt-product-reviews .comment-form-email label,
.bt-product-reviews .comment-form-photo > label {
  display: block;
  margin-bottom: 7px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bt-product-reviews p.stars a {
  color: var(--bt-saffron);
}

.bt-product-reviews textarea,
.bt-product-reviews input[type="text"],
.bt-product-reviews input[type="email"] {
  width: 100%;
  border: 1px solid rgba(24, 49, 59, .24) !important;
  background: var(--bt-white) !important;
}

.bt-product-reviews textarea {
  min-height: 150px;
  padding: 14px;
}

.bt-review-photo-fields {
  margin: 22px 0;
}

.bt-review-photo-upload {
  margin-bottom: 12px;
}

.bt-review-photo-upload input[type="file"] {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  border: 1px dashed rgba(24, 49, 59, .34);
  background: var(--bt-white);
  color: rgba(24, 49, 59, .76);
  font-size: 12px;
}

.bt-review-photo-upload input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 12px;
  border: 0;
  background: var(--bt-sea);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.bt-review-photo-upload small {
  display: block;
  margin-top: 8px;
  color: rgba(24, 49, 59, .62);
  font-size: 11px;
  line-height: 1.5;
}

.bt-review-photo-consent[hidden] {
  display: none;
}

.bt-review-photo-consent {
  padding: 14px;
  border-left: 3px solid var(--bt-coral);
  background: rgba(232, 111, 81, .08);
  color: rgba(24, 49, 59, .78);
  font-size: 12px;
  line-height: 1.55;
}

.bt-review-photo-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.bt-review-photo-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.bt-review-photo {
  margin: 20px 0 4px;
}

.bt-review-photo a {
  display: block;
  max-width: 640px;
  overflow: hidden;
  background: var(--bt-paper);
}

.bt-review-photo__image {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.bt-review-photo figcaption {
  margin-top: 7px;
  color: rgba(24, 49, 59, .58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bt-product-reviews .form-submit .submit {
  min-height: 50px;
  padding: 0 24px !important;
  border: 1px solid var(--bt-ink) !important;
  border-radius: 0 !important;
  background: var(--bt-ink) !important;
  color: white !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bt-home-reviews {
  padding: 105px 4vw;
  overflow: hidden;
  background: var(--bt-ink);
  color: var(--bt-white);
}

.bt-home-reviews .bt-shell {
  width: min(1420px, 100%);
}

.bt-home-reviews .bt-kicker {
  color: var(--bt-saffron);
}

.bt-home-reviews__score span {
  color: rgba(255, 255, 255, .62);
}

.bt-home-reviews__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2px) / 3);
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  scrollbar-color: var(--bt-coral) rgba(255, 255, 255, .16);
  scrollbar-width: thin;
  scroll-snap-type: inline mandatory;
  -webkit-overflow-scrolling: touch;
}

.bt-home-reviews__grid:focus-visible {
  outline: 2px solid var(--bt-saffron);
  outline-offset: 5px;
}

.bt-home-reviews__grid::-webkit-scrollbar {
  height: 8px;
}

.bt-home-reviews__grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .14);
}

.bt-home-reviews__grid::-webkit-scrollbar-thumb {
  background: var(--bt-coral);
}

.bt-review-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, .2);
  scroll-snap-align: start;
}

.bt-review-card:last-child {
  border-right: 0;
}

.bt-review-card__photo {
  display: block;
  aspect-ratio: 16 / 10;
  margin: -10px -10px 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.bt-review-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.bt-review-card__photo:hover img {
  transform: scale(1.025);
}

.bt-rating-marks {
  display: inline-flex;
  gap: 3px;
  color: rgba(255, 255, 255, .23);
  font-size: 17px;
  letter-spacing: .02em;
}

.bt-rating-marks .is-filled {
  color: var(--bt-saffron);
}

.bt-review-card blockquote {
  flex: 1;
  margin: 34px 0 42px;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.23;
  letter-spacing: -.025em;
}

.bt-review-card footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
}

.bt-review-card footer strong,
.bt-review-card footer span {
  display: block;
}

.bt-review-card footer strong {
  margin-bottom: 4px;
  color: white;
  font-size: 11px;
}

.bt-review-card footer a {
  color: white;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 820px) {
  .bt-product-reviews {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .bt-product-reviews__intro,
  .bt-home-reviews__head {
    align-items: start;
    flex-direction: column;
  }

  .bt-product-reviews #reviews {
    grid-template-columns: 1fr;
  }

  .bt-home-reviews {
    padding-right: 22px;
    padding-left: 22px;
  }

  .bt-home-reviews__grid {
    grid-auto-columns: min(82vw, 520px);
  }

  .bt-review-card {
    min-height: 280px;
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .bt-product-reviews,
  .bt-home-reviews {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bt-product-reviews__summary,
  .bt-home-reviews__score {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }

  .bt-product-reviews #review_form_wrapper {
    padding: 24px 18px;
  }

  .bt-home-reviews__grid {
    grid-auto-columns: 88vw;
  }

  .bt-review-card {
    padding: 30px 22px;
  }
}
