/*
Theme Name: Haven Goods
Theme URI: https://example.com/haven-goods
Author: Haven Goods
Author URI: https://example.com
Description: A clean independent-store theme for Home & Kitchen and Pet Supplies categories.
Version: 1.3.38
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haven-goods
*/

:root {
  --bg: #f6fbff;
  --surface: #ffffff;
  --ink: #1a1a1a;
  --muted: #637082;
  --line: #dfeaf2;
  --navy: #08243d;
  --navy-2: #102f58;
  --red: #ef4056;
  --red-dark: #cf243a;
  --yellow: #fcd039;
  --green: #0c8f55;
  --sky: #a0cfe3;
  --sky-2: #79c5e6;
  --sky-soft: #eaf8ff;
  --pink-soft: #fff0f5;
  --blue-soft: #eaf8ff;
  --shadow: 0 18px 42px rgba(42, 105, 138, 0.12);
  --soft-shadow: 0 16px 38px rgba(69, 121, 148, 0.14);
  --radius: 8px;
  --content: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  background: #fff url("assets/fresh-page-bg.svg") top center / 100% auto repeat-y;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.admin-bar {
  min-height: calc(100vh - 32px);
}

#content {
  position: relative;
  flex: 1 0 auto;
  min-height: 52vh;
}

.page-content-shell {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.page-skeleton {
  display: none;
}

html.haven-page-loading .page-skeleton {
  position: absolute;
  z-index: 24;
  inset: 0 0 auto;
  display: block;
  min-height: 820px;
  padding: 56px 0 80px;
  background: #fff;
}

html.haven-page-loading .page-content-shell {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.page-skeleton-inner {
  display: grid;
  gap: 18px;
}

.skeleton-line,
.skeleton-media,
.skeleton-actions,
.skeleton-card-image {
  border-radius: 6px;
  background: #e7edf1;
  animation: skeleton-pulse 1.15s ease-in-out infinite alternate;
}

.skeleton-line {
  width: 100%;
  height: 16px;
}

.skeleton-line-short {
  width: 18%;
}

.skeleton-line-medium {
  width: 62%;
}

.skeleton-line-title {
  width: 48%;
  height: 44px;
}

.skeleton-line-copy {
  width: 58%;
  height: 18px;
}

.skeleton-line-kicker {
  width: 28%;
}

.skeleton-line-heading {
  width: 84%;
  height: 38px;
}

.skeleton-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  margin-top: 18px;
}

.skeleton-media {
  min-height: 360px;
}

.skeleton-copy-stack {
  display: grid;
  align-content: center;
  gap: 16px;
}

.skeleton-actions {
  width: 76%;
  height: 48px;
  margin-top: 8px;
}

.skeleton-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.skeleton-card {
  display: grid;
  gap: 12px;
}

.skeleton-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
}

html.haven-js img.haven-lazy-image {
  opacity: 0;
  transition: opacity 0.28s ease;
}

html.haven-js img.haven-lazy-image.is-loaded {
  opacity: 1;
}

@keyframes skeleton-pulse {
  from {
    background-color: #e7edf1;
  }

  to {
    background-color: #f3f6f8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-line,
  .skeleton-media,
  .skeleton-actions,
  .skeleton-card-image {
    animation: none;
  }

  .page-content-shell,
  html.haven-js img.haven-lazy-image {
    transition: none;
  }
}

img {
  display: block;
  max-width: 100%;
}

table {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(var(--content), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(179, 222, 240, 0.94);
  box-shadow: 0 8px 26px rgba(58, 119, 151, 0.14);
  backdrop-filter: blur(14px);
}

.promo-bar {
  background: #1a1a1a;
  color: #fff8d8;
  font-size: 14px;
  font-weight: 800;
}

.promo-inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.promo-inner a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header > .header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 22px;
  font-weight: 950;
  white-space: nowrap;
}

.brand-wordmark {
  display: block;
  color: #102f45;
  font-size: clamp(26px, 2.25vw, 31px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.mobile-menu-toggle,
.nav-dropdown-expander {
  display: none;
}

.nav-dropdown-heading {
  display: contents;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a,
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 9px 12px;
  color: #132634;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  background: rgba(255, 255, 255, 0.5);
  color: #0b587c;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.nav-dropdown-toggle::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  opacity: 0.62;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after {
  opacity: 1;
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  display: grid;
  width: max-content;
  min-width: 210px;
  max-width: min(320px, calc(100vw - 32px));
  gap: 4px;
  border: 1px solid rgba(99, 159, 190, 0.22);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  transition: background 0.16s ease, color 0.16s ease, padding-left 0.16s ease;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: var(--sky-soft);
  color: var(--red);
  padding-left: 16px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-search {
  display: flex;
  width: min(340px, 28vw);
  min-width: 210px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: #f2f6f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 8px 20px rgba(56, 119, 151, 0.1);
}

.site-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 10px 0 16px;
  background: transparent;
  color: var(--ink);
  outline: 0;
  line-height: 42px;
}

.site-search button {
  width: 48px;
  min-width: 48px;
  height: 100%;
  border: 0;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.icon-button,
.button,
.button-secondary,
.mini-button,
.mini-cart-button,
.cart-button,
.product_type_simple,
.add_to_cart_button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.icon-button {
  position: relative;
  min-width: 44px;
  padding: 0 12px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(128, 102, 12, 0.14);
}

.account-button {
  font-size: 18px;
}

.button,
.cart-button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce #respond input#submit {
  display: inline-flex !important;
  min-height: 46px;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  line-height: 1 !important;
  text-transform: none;
  box-shadow: 0 10px 22px rgba(239, 64, 86, 0.18);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce #respond input#submit {
  color: #fff !important;
}

.button:hover,
.cart-button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--red-dark);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(239, 64, 86, 0.24);
  transform: translateY(-1px);
}

.button-secondary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(44, 93, 120, 0.1);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #fff9dc;
  box-shadow: 0 14px 28px rgba(44, 93, 120, 0.14);
  transform: translateY(-1px);
}

.deal-hero {
  position: relative;
  padding: 32px 0 42px;
  background: transparent;
}

.hero-product-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(99, 159, 190, 0.2);
  border-radius: inherit;
  background: #f4f8f6;
}

.hero-product-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity 680ms ease, transform 1100ms ease, visibility 0s linear 680ms;
  will-change: opacity, transform;
}

.hero-product-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition-delay: 0s;
}

.hero-product-slide:focus-visible {
  outline: 4px solid rgba(239, 64, 86, 0.72);
  outline-offset: -4px;
}

.hero-product-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  grid-template-areas:
    "deal title unit"
    "price title cta";
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 7px 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(25, 62, 82, 0.2), 0 4px 12px rgba(25, 62, 82, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ink);
  text-align: left;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.hero-product-slide:hover .hero-product-caption {
  box-shadow: 0 22px 48px rgba(25, 62, 82, 0.24), 0 6px 14px rgba(25, 62, 82, 0.12);
  transform: translateY(-1px);
}

.hero-product-caption-topline,
.hero-product-caption-bottomline {
  display: contents;
}

.hero-product-deal-label,
.hero-product-unit-price {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-product-unit-price {
  grid-area: unit;
  justify-self: end;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(234, 246, 251, 0.94);
  color: #31566a;
  text-align: right;
  text-transform: none;
}

.hero-product-deal-label {
  grid-area: deal;
  width: fit-content;
  border: 1px solid rgba(239, 64, 86, 0.16);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255, 239, 242, 0.96);
  box-shadow: 0 4px 10px rgba(239, 64, 86, 0.08);
}

.hero-product-caption > strong {
  grid-area: title;
  display: -webkit-box;
  overflow: hidden;
  color: #132b3b;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.22;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero-product-price {
  grid-area: price;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  color: var(--red);
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 3px 12px rgba(239, 64, 86, 0.14);
}

.hero-product-price del {
  color: #75818d;
  font-size: 13px;
}

.hero-product-price ins {
  text-decoration: none;
}

.hero-product-cta {
  grid-area: cta;
  justify-self: end;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(239, 64, 86, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-product-cta::after {
  margin-left: 6px;
  content: "\2192";
  font-size: 15px;
  line-height: 1;
}

.hero-product-slide:hover .hero-product-cta {
  background: var(--red-dark);
  box-shadow: 0 10px 22px rgba(239, 64, 86, 0.26);
  transform: translateX(1px);
}

.hero-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 14px;
}

.hero-carousel-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: #2d647f;
  font-size: 0;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.hero-carousel-arrow:hover,
.hero-carousel-arrow:focus-visible {
  background: rgba(234, 248, 255, 0.9);
  color: var(--navy);
  transform: translateY(-1px);
}

.hero-carousel-arrow::before {
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: translateX(2px) rotate(45deg);
}

.hero-carousel-arrow[data-hero-next]::before {
  transform: translateX(-2px) rotate(225deg);
}

.hero-carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-carousel-dot {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
}

.hero-carousel-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9bb1bd;
  transition: width 0.18s ease, background 0.18s ease;
}

.hero-carousel-dot.is-active span,
.hero-carousel-dot:hover span,
.hero-carousel-dot:focus-visible span {
  width: 22px;
  background: var(--red);
}

@media (prefers-reduced-motion: reduce) {
  .hero-product-slide {
    transition: none;
  }
}

.deal-hero-panel {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  overflow: visible;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.deal-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 70px);
  color: var(--ink);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(252, 208, 57, 0.28);
  color: #8f6510;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.deal-hero h1 {
  max-width: 680px;
  margin: 18px 0 16px;
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.deal-hero p {
  max-width: 610px;
  margin: 0 0 26px;
  color: #3b4a59;
  font-size: 18px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.deal-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius);
}

.deal-hero-media img {
  width: 100%;
  height: calc(100% - 36px);
  object-fit: contain;
  object-position: center;
}

.hero-product-slide:hover img {
  transform: none;
}

.deal-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  display: none;
}

.hero-price-ticket {
  display: none;
}

.hero-price-ticket span,
.hero-price-ticket small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.hero-price-ticket strong {
  display: block;
  max-width: 100%;
  color: var(--red);
  font-size: 22px;
  line-height: 1.08;
  overflow-wrap: anywhere;
  white-space: normal;
}

.member-strip {
  padding: 8px 0 32px;
  background: transparent;
}

.member-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: var(--radius);
  padding: 26px 30px;
  background: transparent;
  box-shadow: none;
}

.member-panel div {
  display: grid;
  gap: 4px;
}

.member-panel strong {
  font-size: 25px;
  line-height: 1.1;
}

.member-panel span {
  color: #46515e;
  font-weight: 650;
}

.category-band {
  padding: 42px 0 54px;
  background: transparent;
}

#featured,
#categories,
#category-products,
#account-tools {
  scroll-margin-top: 132px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(31px, 4.4vw, 52px);
  line-height: 1;
}

.section-heading p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.category-orbit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
  align-items: start;
}

.round-category {
  --category-circle-size: clamp(132px, 13vw, 190px);
  display: grid;
  justify-items: center;
  gap: 12px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: center;
}

.round-category:focus-visible {
  outline: 3px solid rgba(252, 208, 57, 0.64);
  outline-offset: 8px;
}

.round-category.is-active img,
.round-category.is-active span {
  box-shadow: 0 0 0 6px #fff, 0 0 0 10px rgba(252, 208, 57, 0.34), var(--soft-shadow);
  transform: translateY(-3px);
}

.round-category img,
.round-category span {
  transition: box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

.round-category:hover img,
.round-category:hover span,
.round-category:focus-visible img,
.round-category:focus-visible span {
  filter: saturate(1.06);
  transform: translateY(-4px);
}

.round-category img,
.round-category span {
  display: grid;
  width: var(--category-circle-size);
  height: var(--category-circle-size);
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--sky-soft);
  color: var(--red);
  font-size: 38px;
  font-weight: 950;
}

.round-category img {
  object-fit: cover;
  object-position: center;
}

.round-category strong {
  max-width: 220px;
  font-size: 16px;
  line-height: 1.25;
}

.category-shelves {
  background: transparent;
}

.category-shelf {
  padding: 58px 0 68px;
  border-top: 0;
  background: transparent;
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.category-shelf:nth-child(even) {
  background: transparent;
}

.category-shelf-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.category-shelf-header h2 {
  margin: 8px 0 6px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1;
}

.category-shelf-header p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.category-view-all {
  display: inline-flex;
  min-width: 112px;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 18px;
  background: var(--yellow);
  color: #1a1d24;
  font-size: 14px;
  font-weight: 900;
}

.category-view-all:hover,
.category-view-all:focus-visible {
  background: #f5c421;
  color: #1a1d24;
  outline: 3px solid rgba(252, 208, 57, 0.3);
  outline-offset: 2px;
}

.category-shelf-grid {
  align-items: stretch;
}

.category-products {
  margin-top: 42px;
  border-top: 0;
  padding-top: 18px;
}

.category-products-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.category-products-toolbar h3 {
  margin: 3px 0 4px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
}

.category-products-toolbar p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.page-size-control {
  display: inline-flex;
  min-width: 148px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(65, 120, 148, 0.07);
  color: #3c4350;
  font-size: 14px;
  font-weight: 850;
}

.page-size-control select {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
}

.deal-tab-panel[hidden],
.product-card[hidden] {
  display: none;
}

.category-product-grid {
  align-items: stretch;
}

.deal-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.deal-page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.deal-page-button,
.deal-page-number {
  display: inline-flex;
  min-width: 42px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.deal-page-button:hover,
.deal-page-number:hover,
.deal-page-number.is-active {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.deal-page-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.featured-products {
  padding: 58px 0 70px;
  background: transparent;
  color: var(--ink);
}

.featured-products .section-inner {
  min-height: 160px;
}

.featured-products .section-heading p {
  color: var(--muted);
}

.deal-anchor-nav {
  position: fixed;
  top: 50%;
  right: clamp(18px, 2.4vw, 44px);
  z-index: 20;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(106, 166, 198, 0.22);
  border-radius: 26px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(64, 118, 148, 0.14), 0 2px 10px rgba(64, 118, 148, 0.06);
  opacity: 0.86;
  backdrop-filter: blur(16px);
  transform: translateY(-50%);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.deal-anchor-nav:hover,
.deal-anchor-nav:focus-within,
.deal-anchor-nav.is-visible {
  opacity: 1;
  box-shadow: 0 24px 58px rgba(64, 118, 148, 0.24), 0 4px 16px rgba(64, 118, 148, 0.1);
}

.deal-anchor-nav a {
  position: relative;
  display: flex;
  width: 88px;
  height: 34px;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  border-radius: 999px;
  padding: 0 10px;
  background: transparent;
  color: #6b8797;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.deal-anchor-mark {
  display: inline-flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(121, 197, 230, 0.14);
  transition: width 180ms ease, height 180ms ease, border-radius 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.deal-anchor-short {
  min-width: 0;
  color: #294354;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.deal-anchor-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  min-width: max-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 249, 220, 0.98);
  color: #294354;
  border: 1px solid rgba(252, 208, 57, 0.45);
  box-shadow: 0 12px 28px rgba(42, 83, 106, 0.18);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.deal-anchor-nav a:hover,
.deal-anchor-nav a:focus-visible,
.deal-anchor-nav a.is-active {
  background: #fff4bf;
  color: var(--red);
  transform: translateX(-3px);
}

.deal-anchor-nav a:focus-visible {
  outline: 2px solid rgba(239, 64, 86, 0.32);
  outline-offset: 3px;
}

.deal-anchor-nav a:hover .deal-anchor-mark,
.deal-anchor-nav a:focus-visible .deal-anchor-mark,
.deal-anchor-nav a.is-active .deal-anchor-mark {
  width: 18px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(239, 64, 86, 0.12);
}

.deal-anchor-nav a:hover .deal-anchor-label,
.deal-anchor-nav a:focus-visible .deal-anchor-label {
  opacity: 1;
  transform: translate(0, -50%);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  text-align: center;
  padding: 10px 10px 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card::before {
  position: absolute;
  inset: 18% 0 0;
  z-index: -1;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
  content: "";
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.product-card:hover::before {
  background: transparent;
  box-shadow: none;
  transform: translateY(3px);
}

.product-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f7fbfd;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.deal-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border-radius: 6px;
  padding: 7px 10px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 8px 18px rgba(239, 64, 86, 0.2);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.product-info {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 15px 8px 0;
}

.product-kicker {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  background: #eaf8ff;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 44px;
  margin: 0;
  font-size: 17px;
  line-height: 1.28;
}

.savings-note {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.price-stack {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 3px;
}

.price {
  color: var(--red);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.product-card .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  font-size: 24px;
  white-space: nowrap;
}

.price-prefix {
  color: #667085;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.price del {
  display: block;
  color: #7b8290;
  font-size: 14px;
  font-weight: 800;
  text-decoration: line-through;
}

.price ins {
  color: var(--red);
  text-decoration: none;
}

.was-price {
  color: #7b8290;
  font-size: 14px;
  font-weight: 800;
  text-decoration: line-through;
}

.mini-cart-button,
.mini-button,
.product_type_simple,
.add_to_cart_button {
  min-width: 88px;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 11px;
  background: var(--yellow);
  color: #1a1d24;
  font-size: 13px;
  white-space: nowrap;
}

.mini-cart-button:hover,
.mini-button:hover,
.product_type_simple:hover,
.add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background: #f5c421;
  color: #1a1d24 !important;
}

.product-card.product-type-variable .price-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.product-card.product-type-variable .mini-cart-button {
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  box-shadow: none;
  font-size: 13px;
}

.product-card.product-type-variable .mini-cart-button:hover,
.product-card.product-type-variable .mini-cart-button:focus-visible {
  background: var(--red-dark);
  color: #fff !important;
}

.product-card.product-type-variable .price {
  gap: 7px;
}

.product-card.product-type-variable .price del {
  display: inline;
  font-size: 15px;
}

.product-card.product-type-variable .price ins {
  font-size: 26px;
}

.cart-button {
  min-height: 48px;
  padding: 0 18px;
}

.cart-button.is-added,
.mini-cart-button.is-added {
  background: var(--green);
  color: #fff;
}

.account-promo {
  padding: 58px 0 70px;
  background: transparent;
}

.account-promo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 48px);
  background: transparent;
}

.account-promo .eyebrow {
  background: #fff;
  color: var(--red);
}

.account-promo h2 {
  max-width: 760px;
  margin: 14px 0 12px;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1;
}

.account-promo p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
}

.account-link-stack {
  display: grid;
  gap: 10px;
}

.account-link-stack a,
.account-action-grid a {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 29, 46, 0.07);
  font-weight: 900;
}

.account-link-stack a:hover,
.account-action-grid a:hover {
  border-color: rgba(215, 25, 32, 0.38);
  color: var(--red);
}

.account-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.account-action-grid span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.product-detail {
  padding: 54px 0 72px;
  background: #fff;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}

.product-gallery {
  position: relative;
  min-width: 0;
}

.product-detail-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eef0f4;
  box-shadow: var(--shadow);
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-gallery-stage {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eef0f4;
  box-shadow: var(--shadow);
}

.product-gallery-slide {
  margin: 0;
}

.product-gallery-slide[hidden] {
  display: none;
}

.product-gallery-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.product-gallery .deal-label {
  z-index: 3;
}

.product-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.14);
  color: var(--ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.product-gallery-arrow::before {
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  content: "";
}

.product-gallery-arrow:hover,
.product-gallery-arrow:focus-visible {
  background: #fff;
  border-color: rgba(216, 25, 32, 0.36);
  color: var(--red);
}

.product-gallery-arrow:active {
  transform: translateY(-50%) scale(0.94);
}

.product-gallery-prev {
  left: 14px;
}

.product-gallery-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.product-gallery-next {
  right: 14px;
}

.product-gallery-next::before {
  transform: translateX(-2px) rotate(45deg);
}

.product-gallery-lens {
  position: absolute;
  z-index: 4;
  display: block;
  width: clamp(132px, 22%, 190px);
  height: clamp(132px, 22%, 190px);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.18);
  background-repeat: no-repeat;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.3), inset 0 0 0 1px rgba(17, 24, 39, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease;
}

.product-gallery-lens.is-visible {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .product-gallery-stage {
    cursor: zoom-in;
  }

  .product-gallery-stage .product-gallery-arrow {
    cursor: pointer;
  }
}

.product-gallery-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}

.product-gallery-thumbnail {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0;
  background: #fff;
  cursor: pointer;
}

.product-gallery-thumbnail.is-active,
.product-gallery-thumbnail:hover,
.product-gallery-thumbnail:focus-visible {
  border-color: var(--red);
}

.product-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-description-section {
  padding: 64px 0 76px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.product-description-section h2 {
  margin: 0 0 28px;
  font-size: 34px;
  line-height: 1.15;
}

.product-description-content {
  color: #303743;
  font-size: 17px;
  line-height: 1.7;
}

.product-description-content > :first-child {
  margin-top: 0;
}

.product-description-content > :last-child {
  margin-bottom: 0;
}

.product-description-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.product-description-content iframe,
.product-description-content video,
.product-description-content table {
  max-width: 100%;
}

.product-detail-info .eyebrow {
  background: #f7eced;
  color: var(--red);
}

.product-proof {
  min-height: 24px;
  margin-top: 12px;
}

.product-proof a,
.product-new-arrival {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #31566a;
  font-size: 13px;
  font-weight: 850;
}

.product-proof a:hover,
.product-proof a:focus-visible {
  color: var(--red);
}

.product-proof a strong {
  color: var(--red);
  font-size: 14px;
}

.product-new-arrival::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.product-detail-info h1 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 5.8vw, 72px);
  line-height: 0.98;
}

.product-detail-info p,
.product-detail-copy {
  max-width: 620px;
  margin: 0 0 20px;
  color: #3e4653;
  font-size: 18px;
  font-weight: 650;
}

.product-detail-info {
  display: grid;
  align-content: center;
}

.mobile-purchase-bar {
  display: none;
}

.detail-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.detail-price-row .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 36px;
  white-space: nowrap;
}

.detail-price-row .price .price-prefix {
  font-size: 12px;
}

.detail-price-row .price del {
  display: inline;
  color: #8a93a1;
  font-size: 16px;
}

.detail-price-row .price ins {
  display: inline;
}

.detail-price-stack {
  display: grid;
  gap: 2px;
}

.stock-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 5px;
  padding: 0 9px;
  background: #eef7f2;
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.stock-pill.is-out-of-stock {
  background: #fff0f0;
  color: #b4232d;
}

.deal-feature-list {
  display: grid;
  gap: 10px;
  max-width: 540px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.deal-feature-list li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: #fff;
  font-weight: 800;
}

.detail-purchase-panel {
  display: grid;
  gap: 12px;
  max-width: 600px;
  margin: 8px 0 22px;
  border: 1px solid rgba(138, 190, 216, 0.32);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(64, 118, 148, 0.08);
}

.detail-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.66fr);
  gap: 10px;
}

.detail-variation-picker,
.detail-variation-picker .variations_form {
  min-width: 0;
}

.detail-variation-picker .variations_form {
  display: grid;
  gap: 12px;
  margin: 0;
}

.detail-variation-picker table.variations,
.detail-variation-picker table.variations tbody {
  display: grid;
  width: 100%;
  gap: 10px;
  margin: 0;
  border: 0;
}

.detail-variation-picker table.variations tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.detail-variation-picker table.variations th,
.detail-variation-picker table.variations td {
  display: block;
  border: 0;
  padding: 0;
  text-align: left;
}

.detail-variation-picker table.variations label {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.detail-variation-picker table.variations td.value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.detail-variation-picker table.variations select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(138, 190, 216, 0.7);
  border-radius: 6px;
  padding: 8px 11px;
  background: #fbfcfd;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}

.detail-variation-picker table.variations select:focus-visible {
  border-color: var(--red);
  outline: 3px solid rgba(239, 64, 86, 0.14);
  outline-offset: 1px;
}

.detail-variation-picker table.variations td.value.has-choice-buttons > select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.variation-choice-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
}

.variation-choice {
  display: inline-flex;
  min-width: 68px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d6dde5;
  border-radius: 6px;
  padding: 7px 14px;
  background: #fff;
  color: #242b35;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.variation-choice:hover:not(:disabled),
.variation-choice:focus-visible {
  border-color: rgba(239, 64, 86, 0.58);
  outline: none;
  box-shadow: 0 0 0 3px rgba(239, 64, 86, 0.1);
}

.variation-choice.is-selected {
  border-color: var(--red);
  background: #fff8f9;
  color: var(--red-dark);
  box-shadow: inset 0 0 0 1px var(--red);
}

.variation-choice:disabled {
  border-color: #e7ebef;
  background: #f6f7f8;
  color: #a1a8b2;
  cursor: not-allowed;
  opacity: 0.72;
  text-decoration: line-through;
}

.variation-choice.has-image {
  min-height: 54px;
  justify-content: flex-start;
  padding: 5px 12px 5px 5px;
}

.variation-choice.has-image img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 4px;
  object-fit: cover;
}

.detail-variation-picker .reset_variations {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.detail-variation-picker .single_variation_wrap {
  display: grid;
  gap: 10px;
}

.detail-variation-picker .woocommerce-variation-price,
.detail-variation-picker .woocommerce-variation-availability {
  display: none;
}

.detail-variation-picker .woocommerce-variation-description {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.detail-variation-picker .woocommerce-variation-description > :first-child {
  margin-top: 0;
}

.detail-variation-picker .woocommerce-variation-description > :last-child {
  margin-bottom: 0;
}

.detail-variation-picker .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 72px minmax(150px, 1fr) minmax(138px, 0.64fr);
  gap: 8px;
  align-items: stretch;
}

.detail-variation-picker .quantity,
.detail-variation-picker .quantity .qty {
  width: 100%;
  min-width: 0;
}

.detail-variation-picker .quantity .qty {
  height: 44px;
  border: 1px solid rgba(138, 190, 216, 0.7);
  border-radius: 6px;
  padding: 6px 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  text-align: center;
}

.detail-variation-picker .single_add_to_cart_button {
  width: 100%;
  min-height: 44px;
  border: 0 !important;
  border-radius: 6px !important;
  margin: 0 !important;
  background: var(--red) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px;
}

.detail-variation-picker .single_add_to_cart_button:hover:not(:disabled),
.detail-variation-picker .single_add_to_cart_button:focus-visible:not(:disabled) {
  background: var(--red-dark) !important;
  color: #fff !important;
}

.detail-variation-picker .single_add_to_cart_button.disabled,
.detail-variation-picker .woocommerce-variation-add-to-cart-disabled .detail-buy-now,
.detail-buy-now:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

body.quick-options-open {
  overflow: hidden;
}

.quick-options-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.quick-options-modal[hidden] {
  display: none;
}

.quick-options-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 39, 0.58);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.quick-options-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(860px, calc(100vw - 48px));
  max-height: calc(100dvh - 48px);
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  overflow: auto;
  border: 1px solid rgba(82, 96, 114, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(8, 24, 39, 0.3);
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.quick-options-modal.is-open .quick-options-backdrop,
.quick-options-modal.is-open .quick-options-dialog {
  opacity: 1;
}

.quick-options-modal.is-open .quick-options-dialog {
  transform: translateY(0) scale(1);
}

.quick-options-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(82, 96, 114, 0.2);
  border-radius: 50%;
  padding: 0 0 3px;
  background: rgba(255, 255, 255, 0.96);
  color: #273444;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
}

.quick-options-close:hover,
.quick-options-close:focus-visible {
  border-color: var(--red);
  color: var(--red);
  outline: none;
}

.quick-options-media {
  display: grid;
  min-width: 0;
  place-items: center;
  background: #f3f7fa;
}

.quick-options-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
}

.quick-options-content {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 16px;
  padding: 38px 32px 30px;
}

.quick-options-content .product-kicker {
  justify-self: start;
}

.quick-options-content h2 {
  margin: 0;
  padding-right: 34px;
  font-size: 28px;
  line-height: 1.15;
}

.quick-options-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.quick-options-price-row .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 31px;
}

.quick-options-price-row .price del {
  display: inline;
  font-size: 16px;
}

.quick-options-picker .variations_form {
  gap: 14px;
}

.quick-options-picker .woocommerce-variation-add-to-cart {
  grid-template-columns: 76px minmax(0, 1fr);
}

.quick-options-details {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #182230;
  border-radius: 6px;
  padding: 0 16px;
  background: #182230;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.quick-options-details:hover,
.quick-options-details:focus-visible {
  border-color: #273444;
  background: #273444;
  color: #fff;
}

.detail-cart-button {
  width: 100%;
  margin-bottom: 0;
}

.detail-buy-now,
.detail-view-cart {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 64, 86, 0.2);
  border-radius: 6px;
  padding: 0 16px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

button.detail-buy-now {
  cursor: pointer;
  font-family: inherit;
}

.detail-buy-now {
  border-color: #182230;
  background: #182230;
  color: #fff;
}

.detail-buy-now:hover:not(:disabled),
.detail-buy-now:focus-visible:not(:disabled) {
  border-color: #273444;
  background: #273444;
  color: #fff;
}

.detail-view-cart {
  width: 100%;
  min-height: 38px;
  border-color: rgba(82, 96, 114, 0.22);
  background: #f8fafb;
  color: #526072;
  font-size: 12px;
  text-transform: none;
}

.detail-payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(138, 190, 216, 0.24);
  padding-top: 13px;
}

.payment-method-label {
  color: #526072;
  font-size: 13px;
  font-weight: 900;
}

.payment-card-icons {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.payment-card-icons img {
  display: block;
  width: auto;
  height: 30px;
  border-radius: 6px;
  background: #f2f6f9;
  box-shadow: 0 0 0 1px rgba(138, 190, 216, 0.22);
}

.detail-service-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.detail-service-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  border-radius: var(--radius);
  padding: 12px;
  background: #f4fbff;
}

.detail-service-item > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #0b8f61;
  font-size: 11px;
  font-weight: 950;
}

.detail-service-item strong,
.detail-service-item small {
  display: block;
}

.detail-service-item strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.detail-service-item small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  justify-items: end;
  background: rgba(8, 18, 30, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer-panel {
  display: flex;
  width: min(430px, 100%);
  height: 100%;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.cart-drawer.is-open .cart-drawer-panel {
  transform: translateX(0);
}

.cart-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.cart-drawer-header .eyebrow {
  background: #f7eced;
  color: var(--red);
}

.cart-drawer-header h2 {
  margin: 12px 0 0;
  font-size: 30px;
  line-height: 1;
}

.cart-close,
.cart-line-remove {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #f1f3f7;
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.cart-items {
  display: grid;
  gap: 12px;
  min-height: 96px;
  overflow-y: auto;
}

.cart-empty,
.cart-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.cart-empty,
.woocommerce .cart-empty,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: var(--radius);
}

.cart-empty {
  display: grid;
  min-height: 96px;
  place-items: center;
  border: 1px dashed #cdd3de;
  padding: 18px;
  background: #f7f8fb;
  text-align: center;
}

.cart-line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: #fff;
}

.cart-line img,
.cart-line-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.cart-line-placeholder {
  display: block;
  background: #eef0f4;
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.cart-line .cart-line-variation {
  margin: 3px 0 2px;
  color: #303743;
  font-size: 12px;
  line-height: 1.3;
}

.cart-line-controls {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: #f7fbfd;
}

.cart-line-controls .cart-quantity-button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.cart-line-controls .cart-quantity-button:hover:not(:disabled) {
  background: var(--yellow);
}

.cart-line-controls .cart-quantity-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.cart-line-controls .cart-line-quantity {
  display: inline-grid;
  min-width: 22px;
  place-items: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.cart-summary {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-weight: 950;
}

.cart-summary strong {
  color: var(--red);
  font-size: 28px;
}

.cart-checkout {
  width: 100%;
}

.cart-secondary-link {
  align-self: center;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-decoration: underline;
  text-transform: uppercase;
}

.archive-header {
  padding: 52px 0 34px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.archive-header .eyebrow {
  background: #f7eced;
  color: var(--red);
}

.archive-header h1 {
  margin: 12px 0;
  font-size: clamp(36px, 5.6vw, 68px);
  line-height: 1;
}

.archive-header p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.woocommerce-content {
  background: transparent;
  color: var(--ink);
}

.woocommerce-content .section-inner {
  min-height: 320px;
}

.woocommerce-content .woocommerce-result-count,
.woocommerce-content .woocommerce-ordering {
  margin-bottom: 22px;
}

.woocommerce-content .woocommerce-ordering select,
.woocommerce-cart-form input,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.woocommerce-content .woocommerce-result-count,
.woocommerce-content .woocommerce-ordering {
  float: none;
}

.woocommerce-content .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-content .woocommerce-ordering select {
  max-width: 100%;
}

.woocommerce-content ul.products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-content ul.products::before,
.woocommerce-content ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.woocommerce-content ul.products li.product,
.woocommerce ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 29, 46, 0.09);
}

.woocommerce ul.products[class*="columns-"] li.product {
  width: auto !important;
}

.woocommerce-content ul.products li.product img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  top: 12px;
  right: 12px;
  left: auto;
  min-width: 0;
  min-height: 0;
  border-radius: 6px;
  padding: 5px 9px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-content .woocommerce-loop-product__title {
  min-height: 46px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price {
  display: block;
  min-height: 34px;
  margin: 8px 0 12px;
  color: var(--red);
  font-size: 24px;
  line-height: 1.05;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  line-height: 1 !important;
}

.haven-inline-view-cart,
.woocommerce a.added_to_cart {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border: 1px solid rgba(215, 25, 32, 0.28);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--red) !important;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-order,
.woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.edit-account,
.woocommerce-address-fields {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 29, 46, 0.07);
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  margin-bottom: 18px;
  border-left: 4px solid var(--red);
  border-radius: 8px;
  border-top-color: var(--red);
  padding: 16px 18px 16px 54px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(17, 29, 46, 0.06);
}

.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-cart .woocommerce .cart-empty {
  display: grid;
  min-height: 112px;
  place-items: center;
  border: 1px solid var(--line) !important;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 12px 28px rgba(17, 29, 46, 0.07);
}

.haven-empty-products {
  grid-column: 1 / -1;
  display: grid;
  min-height: 180px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 850;
  text-align: center;
}

.woocommerce-cart .cart-empty.woocommerce-info::before {
  display: none;
  content: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-info {
  background: #fff8f8;
}

.woocommerce-checkout .woocommerce-form-login-toggle a,
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a {
  color: var(--red);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

body.has-inline-checkout-errors.woocommerce-checkout .woocommerce-error {
  display: none;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: 28px;
  align-items: start;
}

.woocommerce-checkout form.checkout::before,
.woocommerce-checkout form.checkout::after {
  display: none;
  content: none;
}

.woocommerce-checkout form.checkout .col2-set {
  min-width: 0;
  float: none;
  width: auto;
}

.woocommerce-checkout form.checkout .col2-set .col-1,
.woocommerce-checkout form.checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout form.checkout .col2-set .col-2 {
  margin-top: 24px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 1;
}

.woocommerce-checkout #order_review_heading {
  margin: 0 0 -10px;
  border-radius: var(--radius) var(--radius) 0 0;
  padding: 22px 22px 0;
  background: #f4fbf0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 120px;
  overflow: hidden;
  margin-top: 54px;
  border: 1px solid #dcebd8;
  border-radius: var(--radius);
  background: #f4fbf0;
  box-shadow: 0 18px 42px rgba(17, 29, 46, 0.1);
}

.woocommerce-checkout-review-order table.shop_table {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td {
  border-color: rgba(94, 125, 82, 0.18);
  padding: 14px 0;
}

.woocommerce-checkout-review-order table.shop_table thead {
  display: none;
}

.woocommerce-checkout-review-order table.shop_table tbody,
.woocommerce-checkout-review-order table.shop_table tfoot {
  display: block;
  padding: 0 22px;
}

.woocommerce-checkout-review-order table.shop_table tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.woocommerce-checkout-review-order table.shop_table tbody tr.cart_item {
  padding: 16px 0;
}

.woocommerce-checkout-review-order table.shop_table tbody td {
  border-top: 0;
}

.woocommerce-checkout-review-order .product-name,
.woocommerce-checkout-review-order .product-total {
  width: auto;
}

.woocommerce-checkout-review-order .product-total,
.woocommerce-checkout-review-order tfoot td {
  justify-self: end;
  white-space: nowrap;
}

.woocommerce-checkout-review-order .product-quantity {
  display: none !important;
}

.woocommerce-checkout-review-order tfoot th {
  font-weight: 800;
}

.woocommerce-checkout-review-order tfoot tr.order-total {
  align-items: baseline;
  border-top: 1px solid rgba(94, 125, 82, 0.28);
  margin-top: 6px;
}

.woocommerce-checkout-review-order tfoot tr.order-total th,
.woocommerce-checkout-review-order tfoot tr.order-total td {
  border-top: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 950;
}

.haven-checkout-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.haven-checkout-item-thumb {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(94, 125, 82, 0.18);
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
}

.haven-checkout-item-name {
  min-width: 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.3;
}

.haven-checkout-item-qty {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  margin-left: 5px;
  border-radius: 999px;
  background: #6b7280;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals,
.woocommerce-checkout-review-order .shipping {
  align-items: start;
}

.woocommerce-checkout-review-order tfoot tr.shipping,
.woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals {
  grid-template-columns: minmax(110px, 0.44fr) minmax(0, 1fr);
}

.woocommerce-checkout-review-order tfoot tr.shipping td,
.woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals td {
  justify-self: stretch;
  min-width: 0;
  white-space: normal;
}

.woocommerce-checkout-review-order #shipping_method {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-checkout-review-order #shipping_method li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-review-order #shipping_method label {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.woocommerce-checkout-review-order #shipping_method input {
  margin-top: 2px;
}

.woocommerce-checkout #payment {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: none;
}

.woocommerce-checkout #payment div.form-row.place-order,
.woocommerce-checkout-payment .place-order {
  padding: 16px 22px 22px !important;
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 52px;
}

.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label img,
.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label svg {
  width: auto;
  max-width: 180px;
  max-height: 28px;
  margin-left: auto;
  object-fit: contain;
}

.woocommerce-checkout-payment .payment_box iframe,
.woocommerce-checkout-payment .payment_box input,
.woocommerce-checkout-payment .payment_box select,
.woocommerce-checkout-payment .payment_box .form-row,
.woocommerce-checkout-payment .payment_box [class*="airwallex"],
.woocommerce-checkout-payment .payment_box [id*="airwallex"],
.woocommerce-checkout-payment .payment_box [class*="card"],
.woocommerce-checkout-payment .payment_box [id*="card"] {
  max-width: 100%;
}

.woocommerce-checkout-payment .payment_box iframe {
  width: 100% !important;
}

.woocommerce-checkout-payment .payment_box .form-row-first,
.woocommerce-checkout-payment .payment_box .form-row-last,
.woocommerce-checkout-payment .payment_box .form-row-wide {
  float: none !important;
  width: 100% !important;
}

.woocommerce-cart-form,
.woocommerce table.shop_table {
  overflow: hidden;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce {
  color: var(--ink);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set::before,
.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set::after {
  display: none;
  content: none;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  float: none;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  display: none;
}

.woocommerce-account:not(.logged-in) .woocommerce.auth-register-active .u-column1 {
  display: none;
}

.woocommerce-account:not(.logged-in) .woocommerce.auth-register-active .u-column2 {
  display: block;
}

.account-auth-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 4px;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px;
  background: #eef1f6;
}

.account-auth-switch button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.account-auth-switch button.is-active {
  background: #fff;
  color: var(--red);
  box-shadow: 0 8px 18px rgba(17, 29, 46, 0.08);
}

.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce p,
.woocommerce-account .woocommerce label,
.woocommerce-account .woocommerce legend,
.woocommerce-account .woocommerce em,
.woocommerce-account .woocommerce strong,
.woocommerce-account .woocommerce address,
.woocommerce-account .woocommerce .form-row label,
.woocommerce-account .woocommerce .woocommerce-form__label {
  color: var(--ink);
}

.woocommerce-account .woocommerce label,
.woocommerce-account .woocommerce .form-row label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 850;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce-address-fields {
  padding: 28px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  padding: 28px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > p a:not(.button) {
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  border: 1px solid rgba(215, 25, 32, 0.18);
  border-left: 4px solid var(--red);
  padding: 18px 22px 18px 54px;
  background: #fff8f8;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
  flex: 0 0 auto;
  min-width: 150px;
  color: #fff !important;
}

.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after,
.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses::before,
.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses::after {
  display: none !important;
  content: none !important;
}

.woocommerce-account .woocommerce-Address {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 29, 46, 0.06);
}

.woocommerce-account .woocommerce-Address header,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address h2,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.woocommerce-account .woocommerce-Address .edit {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--red);
  color: #fff !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-Address .edit:hover {
  background: var(--red-dark);
}

.woocommerce-account .woocommerce-Address address {
  min-height: 72px;
  margin: 0;
  border-radius: 8px;
  padding: 16px;
  background: #f7f8fb;
  color: var(--muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.5;
}

.woocommerce-account .woocommerce .form-row {
  margin: 0 0 18px;
}

.woocommerce-account .woocommerce .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 14px;
}

.woocommerce-account .woocommerce .woocommerce-form-login__rememberme input,
.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  flex: 0 0 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--red);
}

.woocommerce-checkout-payment {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff !important;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(17, 29, 46, 0.07);
}

.woocommerce-checkout-payment ul.payment_methods {
  border: 0 !important;
  padding: 16px !important;
}

.woocommerce-checkout-payment ul.payment_methods li {
  margin: 0 0 12px !important;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 !important;
  background: #fff;
}

.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > input.input-radio {
  position: absolute;
  opacity: 0;
}

.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label {
  display: flex !important;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 14px 16px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
}

.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #a6adbb;
  border-radius: 50%;
  content: "";
}

.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > input.input-radio:checked + label::before {
  border-color: var(--red);
  box-shadow: inset 0 0 0 4px #fff;
  background: var(--red);
}

.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method.is-selected {
  border-color: rgba(215, 25, 32, 0.5);
  background: #fff8f8;
}

.woocommerce-checkout-payment .payment_box {
  margin: 0 !important;
  border-top: 1px solid var(--line);
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 14px 16px !important;
  background: #f7f8fb !important;
  color: var(--muted) !important;
}

.woocommerce-checkout-payment .payment_box::before {
  display: none !important;
}

.woocommerce-checkout-payment .place-order {
  padding: 0 16px 16px !important;
}

.woocommerce-checkout .form-row,
.woocommerce form .form-row {
  margin-bottom: 18px;
}

.woocommerce form .form-row label {
  display: block;
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid textarea,
.woocommerce form .form-row.has-field-error input,
.woocommerce form .form-row.has-field-error select,
.woocommerce form .form-row.has-field-error textarea {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.1);
}

.haven-field-error {
  display: block;
  margin: 7px 0 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.woocommerce form .form-row .required {
  color: var(--red);
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout label.checkbox,
.woocommerce-account .woocommerce-form__label-for-checkbox,
.woocommerce-account label.checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  line-height: 1.35;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox input,
.woocommerce-checkout label.checkbox input,
.woocommerce-account .woocommerce-form__label-for-checkbox input,
.woocommerce-account label.checkbox input {
  min-height: 0;
}

.woocommerce-account .woocommerce .lost_password a,
.woocommerce-account .woocommerce .woocommerce-privacy-policy-text a {
  color: var(--red);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(17, 29, 46, 0.06);
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: var(--red);
  color: #fff;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  border: 1px solid rgba(215, 25, 32, 0.22);
  background: #fff8f8;
  color: var(--red);
}

.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  float: right;
  content: "->";
}

.newsletter {
  display: none;
}

.site-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.not-found-page {
  display: grid;
  min-height: 58vh;
  place-items: center;
  padding: 58px 0 72px;
  background: transparent;
}

.not-found-panel {
  display: grid;
  gap: 20px;
  width: min(820px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 52px);
  background: #fff;
  box-shadow: var(--shadow);
}

.not-found-panel h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
}

.not-found-panel p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.6fr);
  min-height: 88px;
  gap: 28px;
  padding: 28px 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-brand {
  display: grid;
  gap: 6px;
  align-content: start;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.footer-nav-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--red);
}

.policy-content,
.haven-reviews {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 29, 46, 0.07);
}

.policy-content h2,
.policy-content h3 {
  margin: 16px 0 4px;
  color: var(--ink);
  line-height: 1.15;
}

.policy-content p {
  margin: 0;
  color: #3a404b;
  font-size: 16px;
  line-height: 1.65;
}

.haven-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.haven-review-card {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.haven-review-card:hover,
.haven-review-card:focus-visible {
  border-color: rgba(215, 25, 32, 0.35);
  box-shadow: 0 12px 24px rgba(17, 29, 46, 0.08);
}

.haven-review-product {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.haven-review-rating {
  color: var(--yellow);
  font-size: 18px;
  line-height: 1;
}

.haven-review-meta,
.haven-review-empty {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.haven-review-content {
  color: #3a404b;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1500px) {
  .deal-anchor-nav {
    right: clamp(22px, 3vw, 44px);
  }
}

@media (max-width: 1080px) {
  .site-header > .header-inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 0 14px;
  }

  .main-nav {
    grid-column: 1 / -1;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .site-search {
    width: min(360px, 42vw);
  }

  .deal-hero-panel,
  .account-promo-grid,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .deal-hero-media {
    min-height: clamp(500px, 66vw, 640px);
  }

  .product-grid,
  .woocommerce-content ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deal-anchor-nav {
    top: auto;
    right: 50%;
    bottom: 14px;
    display: none;
    grid-auto-flow: column;
    grid-template-columns: none;
    max-width: calc(100vw - 28px);
    overflow-x: auto;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.94;
    transform: translateX(50%);
    scrollbar-width: none;
  }

  .deal-anchor-nav::-webkit-scrollbar {
    display: none;
  }

  .deal-anchor-nav a {
    width: 78px;
    min-width: 78px;
    height: 34px;
    box-shadow: none;
    white-space: nowrap;
  }

  .deal-anchor-label {
    top: auto;
    right: 50%;
    bottom: calc(100% + 10px);
    transform: translate(50%, 8px);
  }

  .deal-anchor-nav a:hover .deal-anchor-label,
  .deal-anchor-nav a:focus-visible .deal-anchor-label {
    transform: translate(50%, 0);
  }

  #featured,
  #categories,
  #category-products,
  #account-tools {
    scroll-margin-top: 178px;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review {
    position: static;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .header-inner,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, var(--content));
  }

  .product-detail {
    padding: 18px 0 38px;
  }

  .product-detail-grid {
    gap: 18px;
  }

  .product-gallery-stage .product-gallery-image {
    height: min(78vw, 310px) !important;
    aspect-ratio: auto;
  }

  .product-gallery-thumbnails {
    gap: 7px;
    margin-top: 8px;
    padding-bottom: 4px;
  }

  .product-gallery-arrow {
    width: 42px;
    height: 42px;
  }

  .product-gallery-prev {
    left: 10px;
  }

  .product-gallery-next {
    right: 10px;
  }

  .product-gallery-lens {
    width: 124px;
    height: 124px;
    border-radius: 6px;
  }

  .product-gallery-thumbnail {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .product-detail-info .eyebrow {
    order: 1;
  }

  .product-proof {
    order: 2;
    margin-top: 8px;
  }

  .product-detail-info h1 {
    order: 3;
    margin: 10px 0 12px;
    font-size: 30px;
    line-height: 1.06;
  }

  .detail-purchase-panel {
    order: 4;
  }

  .product-detail-copy,
  .product-detail-info > p {
    order: 5;
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.5;
  }

  body.single-product {
    padding-bottom: 80px;
  }

  .mobile-purchase-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483000;
    display: grid;
    grid-template-columns: minmax(96px, auto) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border-top: 1px solid var(--line);
    padding: 10px max(14px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -12px 30px rgba(35, 78, 103, 0.16);
  }

  .mobile-purchase-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    color: var(--red);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.05;
  }

  .mobile-purchase-price del {
    color: #75818d;
    font-size: 11px;
  }

  .mobile-purchase-price ins {
    text-decoration: none;
  }

  .mobile-purchase-action {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 0 16px;
    background: var(--red);
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
  }

  .mobile-purchase-action:hover,
  .mobile-purchase-action:focus-visible {
    background: var(--red-dark);
    color: #fff;
  }

  .product-description-section {
    padding: 44px 0 52px;
  }

  .product-description-section h2 {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .promo-inner,
  .member-panel,
  .section-heading,
  .footer-inner {
    display: block;
  }

  .promo-bar {
    display: block;
    font-size: 12px;
  }

  .promo-inner {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .promo-inner span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .promo-inner a {
    flex: 0 0 auto;
  }

  .site-header > .header-inner {
    position: relative;
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 0;
    gap: 10px 12px;
    padding: 10px 0 12px;
  }

  .brand {
    max-width: 100%;
    overflow: hidden;
    font-size: 16px;
  }

  .brand-wordmark {
    min-width: 0;
    overflow: hidden;
    font-size: 25px;
    text-overflow: ellipsis;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(16, 47, 69, 0.16);
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.72);
    color: #102f45;
    box-shadow: 0 7px 18px rgba(56, 119, 151, 0.12);
  }

  .mobile-menu-icon {
    display: grid;
    gap: 4px;
    place-items: center;
  }

  .mobile-menu-icon span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-header.is-mobile-menu-open .mobile-menu-icon span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-mobile-menu-open .mobile-menu-icon span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-menu-open .mobile-menu-icon span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 4;
    display: none;
    width: 100%;
    max-width: none;
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: min(70vh, 620px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(99, 159, 190, 0.22);
    border-radius: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(41, 91, 117, 0.22);
    scroll-snap-type: none;
  }

  .site-header.is-mobile-menu-open .main-nav {
    display: grid;
  }

  .main-nav > a,
  .nav-dropdown-toggle {
    display: flex !important;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    justify-content: flex-start;
    border-radius: 6px;
    padding: 9px 11px;
    background: #f5fafc;
    font-size: 14px;
    scroll-snap-align: none;
  }

  .nav-dropdown {
    display: grid;
    min-width: 0;
    grid-column: 1 / -1;
  }

  .nav-dropdown-heading {
    display: block;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-expander {
    display: none;
  }

  .nav-dropdown-expander-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
  }

  .nav-dropdown.is-open .nav-dropdown-expander-icon {
    transform: translateY(2px) rotate(225deg);
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 4px 0 8px;
    border: 0;
    border-radius: 6px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown-menu a {
    min-width: 0;
    min-height: 42px;
    padding: 10px 11px;
    background: #f5fafc;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
  }

  .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
    grid-column: 1 / -1;
  }

  .site-search {
    width: 100%;
    min-width: 0;
    height: 38px;
  }

  .site-search input {
    padding-left: 12px;
    font-size: 14px;
    line-height: 38px;
  }

  .site-search button {
    width: 42px;
    min-width: 42px;
    font-size: 16px;
  }

  .icon-button {
    min-width: 0;
    min-height: 38px;
    padding: 0 10px;
    font-size: 14px;
  }

  .account-button {
    font-size: 14px;
  }

  .deal-hero {
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .deal-hero-panel {
    min-height: auto;
  }

  .deal-hero-copy {
    padding: 22px;
  }

  .deal-hero h1 {
    margin-top: 14px;
    font-size: 38px;
    line-height: 1;
  }

  .deal-hero p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .deal-hero-media {
    min-height: clamp(440px, calc(100vw + 78px), 500px);
  }

  .hero-product-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-areas:
      "deal unit"
      "title title"
      "price cta";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    padding: 10px 11px 11px;
  }

  .hero-product-caption > strong {
    font-size: 15px;
  }

  .hero-product-price {
    font-size: 20px;
  }

  .hero-product-cta {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .deal-hero-media img {
    height: calc(100% - 56px);
  }

  .hero-carousel-controls {
    gap: 10px;
    padding-top: 10px;
  }

  .hero-carousel-arrow {
    width: 34px;
    height: 34px;
  }

  .hero-price-ticket {
    top: 12px;
    right: 16px;
    bottom: auto;
    width: min(230px, calc(100vw - 64px));
    min-width: 0;
    max-width: calc(100vw - 64px);
  }

  .hero-price-ticket strong {
    font-size: 19px;
  }

  .member-panel {
    padding: 18px;
  }

  .member-panel .button {
    margin-top: 16px;
  }

  .category-orbit {
    display: grid;
    grid-auto-columns: minmax(136px, 42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 14px;
    margin: 0 -14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 14px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .category-orbit::-webkit-scrollbar {
    display: none;
  }

  .round-category {
    scroll-snap-align: start;
  }

  .round-category img,
  .round-category span {
    width: min(136px, 38vw);
    height: min(136px, 38vw);
    font-size: 30px;
  }

  .round-category strong {
    max-width: 140px;
    font-size: 14px;
  }

  .category-products {
    margin-top: 28px;
    padding-top: 22px;
  }

  .category-products-toolbar {
    display: grid;
    gap: 14px;
  }

  .page-size-control {
    width: 100%;
  }

  .deal-pagination {
    display: grid;
    grid-template-columns: 1fr;
  }

  .deal-page-numbers {
    order: -1;
  }

  .product-grid,
  .woocommerce-content ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .account-action-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-width: 0;
    padding: 6px 4px 12px;
  }

  .product-info {
    gap: 7px;
    padding: 11px 2px 0;
  }

  .product-kicker {
    max-width: 100%;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
  }

  .product-card h3 {
    display: -webkit-box;
    min-height: 52px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .savings-note {
    font-size: 11px;
  }

  .price-row {
    display: grid;
    width: 100%;
    gap: 8px;
    align-items: stretch;
  }

  .product-card .price {
    gap: 4px;
    font-size: 19px;
    white-space: normal;
  }

  .product-card .price del,
  .product-card .was-price {
    font-size: 11px;
  }

  .product-card .price-prefix {
    font-size: 9px;
  }

  .product-card.product-type-variable .price del {
    font-size: 11px;
  }

  .product-card.product-type-variable .price ins {
    font-size: 20px;
  }

  .product-card.product-type-variable .price-row {
    gap: 8px;
  }

  .product-card.product-type-variable .mini-cart-button,
  .mini-cart-button,
  .mini-button,
  .product_type_simple,
  .add_to_cart_button {
    min-height: 38px;
    padding: 0 7px;
    font-size: 11px;
  }

  .detail-price-row .price {
    gap: 6px;
    font-size: 30px;
  }

  .detail-action-row,
  .detail-service-panel {
    grid-template-columns: 1fr;
  }

  .detail-variation-picker table.variations tr {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .detail-variation-picker .woocommerce-variation-add-to-cart {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .detail-variation-picker .woocommerce-variation-add-to-cart .detail-buy-now {
    grid-column: 1 / -1;
  }

  .detail-purchase-panel {
    padding: 14px;
  }

  .mini-cart-button,
  .mini-button,
  .product_type_simple,
  .add_to_cart_button {
    width: 100%;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .add_to_cart_button,
  .woocommerce .return-to-shop .button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    min-height: 44px;
  }

  .detail-cart-button {
    width: 100%;
  }

  .account-auth-switch {
    width: 100%;
  }

  .cart-drawer-panel {
    width: 100%;
    max-width: 100vw;
  }

  .footer-inner,
  .footer-nav-groups,
  .haven-review-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    margin-top: 0;
  }

  .archive-header {
    padding: 34px 0 26px;
  }

  .archive-header h1 {
    font-size: 34px;
  }

  .woocommerce-content {
    padding: 36px 0 46px;
  }

  .woocommerce-content .section-inner {
    min-height: 260px;
  }

  .woocommerce-content .woocommerce-result-count,
  .woocommerce-content .woocommerce-ordering {
    width: 100%;
    margin: 0 0 12px;
  }

  .woocommerce-content .woocommerce-ordering {
    justify-content: stretch;
  }

  .woocommerce-content .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: right !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    flex: 0 0 auto;
  }

  .woocommerce-checkout form.checkout {
    gap: 20px;
  }

  .woocommerce-checkout .woocommerce-form-login-toggle,
  .woocommerce-checkout .woocommerce-form-coupon-toggle,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 18px 16px 0;
    font-size: 22px;
  }

  .woocommerce-checkout-review-order table.shop_table tbody,
  .woocommerce-checkout-review-order table.shop_table tfoot {
    padding: 0 16px;
  }

  .woocommerce-checkout-review-order table.shop_table tr {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .haven-checkout-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .haven-checkout-item-thumb {
    width: 52px;
    height: 52px;
  }

  .woocommerce-checkout-review-order tfoot tr.order-total th,
  .woocommerce-checkout-review-order tfoot tr.order-total td {
    font-size: 20px;
  }

  .woocommerce-checkout #payment div.form-row.place-order,
  .woocommerce-checkout-payment .place-order {
    padding: 14px 16px 18px !important;
  }
}

@media (max-width: 420px) {
  .header-inner,
  .section-inner,
  .footer-inner {
    width: min(100% - 24px, var(--content));
  }

  .header-actions {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
  }

  .icon-button {
    padding: 0 8px;
    font-size: 13px;
  }

  .site-search input {
    padding-left: 10px;
  }

  .site-search button {
    width: 36px;
    min-width: 36px;
  }

  .cart-count {
    right: -5px;
  }

  .deal-hero h1 {
    font-size: 38px;
  }

  .woocommerce-checkout-review-order table.shop_table tr {
    gap: 8px;
  }
}

/* WooCommerce checkout and cart refinements for dense mobile screens. */
.hero-price-ticket strong {
  line-height: 1.08;
}

.woocommerce-cart .woocommerce-message .restore-item,
.woocommerce-cart .woocommerce-message a.restore-item {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-left: 8px;
  border-radius: 8px;
  padding: 0 12px;
  background: var(--red);
  color: #fff !important;
  font-weight: 950;
  text-decoration: none;
}

.woocommerce-cart table.cart td.actions {
  padding: 18px !important;
}

.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.woocommerce-form-coupon {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon::before,
.woocommerce-cart table.cart td.actions .coupon::after,
.woocommerce-checkout form.checkout_coupon::before,
.woocommerce-checkout form.checkout_coupon::after {
  display: none !important;
  content: none !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout form.checkout_coupon .input-text,
.woocommerce-checkout form.woocommerce-form-coupon .input-text {
  width: 100% !important;
  min-width: 0;
}

.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce-checkout form.checkout_coupon .button,
.woocommerce-checkout form.woocommerce-form-coupon .button {
  min-height: 42px;
  white-space: nowrap;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(460px, 100%);
  margin-left: auto;
}

.woocommerce-cart .cart_totals table.shop_table {
  overflow: visible;
}

.woocommerce-cart .cart_totals table.shop_table tr {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  width: auto;
  min-width: 0;
  padding: 14px 0;
  word-break: break-word;
}

.woocommerce-cart .cart_totals table.shop_table td {
  justify-self: end;
  text-align: right;
}

.woocommerce-cart .cart_totals #shipping_method {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-cart .cart_totals #shipping_method li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.woocommerce-cart .cart_totals #shipping_method label {
  margin: 0;
  line-height: 1.35;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout label.checkbox,
.woocommerce-account .woocommerce-form__label-for-checkbox,
.woocommerce-account label.checkbox,
#ship-to-different-address label,
.create-account label {
  align-items: center !important;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout label.checkbox span,
.woocommerce-account .woocommerce-form__label-for-checkbox span,
.woocommerce-account label.checkbox span,
#ship-to-different-address label span,
.create-account label span {
  display: block;
  min-width: 0;
  line-height: 1.35;
}

/* Compact checkout order summary. */
.woocommerce-checkout #order_review_heading {
  margin: 0 0 -8px;
  padding: 20px 22px 4px;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
}

.woocommerce-checkout #order_review {
  border-color: rgba(138, 190, 216, 0.34);
  background: #fff;
  box-shadow: 0 18px 38px rgba(64, 118, 148, 0.1);
}

.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td {
  border-color: rgba(138, 190, 216, 0.22);
  padding: 12px 0;
}

.woocommerce-checkout-review-order table.shop_table tbody {
  padding: 0 22px 12px;
}

.woocommerce-checkout-review-order table.shop_table tfoot {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(138, 190, 216, 0.26);
  padding: 14px 22px 22px;
}

.woocommerce-checkout-review-order table.shop_table tfoot tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 0;
  padding: 0;
}

.woocommerce-checkout-review-order table.shop_table tfoot th,
.woocommerce-checkout-review-order table.shop_table tfoot td {
  border: 0;
  padding: 0;
}

.woocommerce-checkout-review-order table.shop_table tfoot th {
  color: #526072;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.woocommerce-checkout-review-order table.shop_table tfoot td {
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
  text-align: right;
}

.woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal {
  min-height: 42px;
}

.woocommerce-checkout-review-order tfoot tr.shipping,
.woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals {
  grid-template-columns: 1fr;
  gap: 8px;
  border-radius: var(--radius);
  padding: 12px;
  background: #f4fbff;
}

.woocommerce-checkout-review-order tfoot tr.shipping th,
.woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals th {
  font-size: 13px;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order tfoot tr.shipping td,
.woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals td {
  justify-self: stretch;
  text-align: left;
}

.woocommerce-checkout-review-order #shipping_method {
  gap: 6px;
}

.woocommerce-checkout-review-order #shipping_method li {
  align-items: center;
  border: 1px solid rgba(138, 190, 216, 0.26);
  border-radius: 999px;
  padding: 8px 10px;
  background: #fff;
}

.woocommerce-checkout-review-order #shipping_method label {
  font-size: 14px;
  font-weight: 900;
}

.woocommerce-checkout-review-order tfoot tr.order-total {
  min-height: 58px;
  border-top: 1px solid rgba(138, 190, 216, 0.28);
  margin-top: 2px;
  padding-top: 12px;
}

.woocommerce-checkout-review-order tfoot tr.order-total th,
.woocommerce-checkout-review-order tfoot tr.order-total td {
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
}

.woocommerce-checkout-review-order .haven-checkout-item-name {
  font-size: 15px;
  font-weight: 850;
}

.woocommerce-checkout-review-order .product-total {
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 760px) {
  .hero-price-ticket strong {
    white-space: normal;
  }

  .detail-commerce-links {
    width: 100%;
    justify-items: center;
  }

  .detail-commerce-links a {
    width: min(100%, 320px);
  }

  .detail-commerce-links .detail-buy-now {
    min-height: 50px;
    font-size: 14px;
  }

  .haven-inline-view-cart,
  .woocommerce a.added_to_cart {
    width: 100%;
    margin: 8px 0 0;
  }

  .woocommerce-checkout #order_review_heading {
    display: none;
  }

  .woocommerce-checkout .woocommerce-form-login-toggle,
  .woocommerce-checkout .woocommerce-form-coupon-toggle,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error {
    padding: 14px 14px 14px 48px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    display: grid;
    justify-items: start;
    padding: 16px 16px 16px 48px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
    width: 100%;
  }

  .woocommerce-account .woocommerce-Addresses,
  .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .woocommerce .woocommerce-info::before,
  .woocommerce .woocommerce-message::before,
  .woocommerce .woocommerce-error::before {
    left: 16px;
  }

  .woocommerce-checkout #order_review {
    margin-top: 0;
  }

  .woocommerce-checkout-review-order table.shop_table tbody,
  .woocommerce-checkout-review-order table.shop_table tfoot {
    padding: 0 14px;
  }

  .woocommerce-checkout-review-order table.shop_table tr,
  .woocommerce-checkout-review-order tfoot tr.shipping,
  .woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .woocommerce-checkout-review-order tfoot tr.shipping,
  .woocommerce-checkout-review-order tfoot tr.woocommerce-shipping-totals {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout-review-order .product-total,
  .woocommerce-checkout-review-order tfoot td {
    white-space: normal;
  }

  .woocommerce-checkout-review-order tfoot td {
    justify-self: stretch;
    text-align: left;
  }

  .haven-checkout-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .haven-checkout-item-thumb {
    width: 44px;
    height: 44px;
  }

  .woocommerce-checkout-payment ul.payment_methods {
    padding: 12px !important;
  }

  .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label {
    flex-wrap: wrap;
    min-height: 58px;
    padding: 14px;
  }

  .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label img,
  .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method > label svg {
    max-width: 140px;
    max-height: 30px;
    margin-left: 30px;
  }

  .woocommerce-checkout-payment .payment_box {
    padding: 14px !important;
  }

  .woocommerce-checkout-payment .payment_box > *,
  .woocommerce-checkout-payment .payment_box iframe,
  .woocommerce-checkout-payment .payment_box input,
  .woocommerce-checkout-payment .payment_box select {
    width: 100% !important;
  }

  .woocommerce-checkout #payment div.form-row.place-order,
  .woocommerce-checkout-payment .place-order {
    padding: 14px !important;
  }

  .woocommerce-checkout #payment #place_order {
    margin-top: 6px;
  }

  .woocommerce-cart table.cart.shop_table_responsive tbody tr.cart_item,
  .woocommerce-page.woocommerce-cart table.cart.shop_table_responsive tbody tr.cart_item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding: 14px;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item td,
  .woocommerce-page.woocommerce-cart table.cart.shop_table_responsive tr.cart_item td {
    display: flex;
    width: auto !important;
    border: 0;
    padding: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item td::before,
  .woocommerce-page.woocommerce-cart table.cart.shop_table_responsive tr.cart_item td::before {
    display: none;
    content: none;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-thumbnail {
    display: block !important;
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-thumbnail img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    object-fit: cover;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-name {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    font-weight: 850;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-remove {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-price,
  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-quantity,
  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .product-subtotal {
    grid-column: 2 / -1;
    justify-content: space-between;
  }

  .woocommerce-cart table.cart.shop_table_responsive tr.cart_item .quantity {
    margin-left: auto;
  }

  .woocommerce-cart table.cart td.actions {
    padding: 14px !important;
  }

  .woocommerce-cart table.cart td.actions .coupon,
  .woocommerce-checkout form.checkout_coupon,
  .woocommerce-checkout form.woocommerce-form-coupon {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-checkout form.checkout_coupon .button,
  .woocommerce-checkout form.woocommerce-form-coupon .button {
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce-cart .cart_totals table.shop_table tr {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table.shop_table td {
    display: block;
    padding: 0;
  }

  .woocommerce-cart .cart_totals table.shop_table td {
    justify-self: stretch;
    text-align: left;
  }
}

/* Cart page form and totals layout hardening. */
.woocommerce-cart .woocommerce-cart-form {
  padding: 0;
}

.woocommerce-cart table.cart.shop_table td.actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(160px, auto);
  gap: 14px;
  align-items: start;
  padding: 22px !important;
  overflow: visible;
}

.woocommerce-cart table.cart.shop_table td.actions::before,
.woocommerce-cart table.cart.shop_table td.actions::after {
  display: none !important;
  content: none !important;
}

.woocommerce-cart table.cart.shop_table td.actions .coupon {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, auto);
  gap: 12px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.woocommerce-cart table.cart.shop_table td.actions .coupon label {
  display: none;
}

.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text {
  width: 100% !important;
  min-width: 0;
  height: 48px;
  margin: 0 !important;
}

.woocommerce-cart table.cart.shop_table td.actions .coupon .button,
.woocommerce-cart table.cart.shop_table td.actions > .button {
  width: auto;
  min-width: 150px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 18px !important;
  white-space: nowrap;
}

.woocommerce-cart table.cart.shop_table td.actions > .button {
  justify-self: end;
}

.woocommerce-cart table.cart.shop_table td.actions > .button:disabled,
.woocommerce-cart table.cart.shop_table td.actions > .button[disabled] {
  opacity: 0.62;
}

.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: min(520px, 100%);
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px;
}

.woocommerce-cart .cart_totals table.shop_table {
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}

.woocommerce-cart .cart_totals table.shop_table tr {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  display: block;
  border-top: 0;
  padding: 0 18px;
}

.woocommerce-cart .cart_totals table.shop_table td {
  justify-self: stretch;
  min-width: 0;
  text-align: right;
  word-break: normal;
}

.woocommerce-cart .cart_totals table.shop_table td::before {
  display: none !important;
  content: none !important;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
  margin: 10px 0 0;
  line-height: 1.35;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator a {
  color: var(--ink);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .woocommerce-cart table.cart.shop_table td.actions {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px !important;
  }

  .woocommerce-cart table.cart.shop_table td.actions .coupon {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .woocommerce-cart table.cart.shop_table td.actions .coupon .button,
  .woocommerce-cart table.cart.shop_table td.actions > .button {
    width: 100% !important;
    min-width: 0;
    justify-self: stretch;
    white-space: normal;
  }

  .woocommerce-cart .cart-collaterals {
    display: block;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce-cart .cart_totals table.shop_table tr {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    gap: 10px;
    padding: 14px 0;
  }

  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table.shop_table td {
    padding: 0 14px;
  }

  .woocommerce-cart .cart_totals table.shop_table td {
    text-align: right;
  }

  .woocommerce-cart .cart_totals #shipping_method li {
    justify-content: flex-end;
    text-align: right;
  }

  .woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  .woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    text-align: right;
  }
}

@media (max-width: 420px) {
  .woocommerce-cart .cart_totals table.shop_table tr {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .woocommerce-cart .cart_totals table.shop_table td,
  .woocommerce-cart .cart_totals #shipping_method li,
  .woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  .woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    text-align: left;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .quick-options-modal {
    align-items: end;
    padding: 12px;
  }

  .quick-options-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    grid-template-columns: 1fr;
  }

  .quick-options-media {
    min-height: 0;
  }

  .quick-options-image {
    height: min(32vh, 250px);
    min-height: 180px;
  }

  .quick-options-content {
    gap: 13px;
    padding: 20px 18px 18px;
  }

  .quick-options-content h2 {
    padding-right: 38px;
    font-size: 23px;
  }

  .quick-options-price-row .price {
    font-size: 28px;
  }

  .quick-options-picker .woocommerce-variation-add-to-cart {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .variation-choice-list {
    gap: 7px;
  }

  .variation-choice {
    min-width: 62px;
    min-height: 40px;
    padding: 7px 12px;
  }
}

@media (max-width: 420px) {
  .quick-options-content {
    padding-right: 14px;
    padding-left: 14px;
  }

  .quick-options-picker .woocommerce-variation-add-to-cart {
    grid-template-columns: 64px minmax(0, 1fr);
  }
}

@media (max-width: 1080px) {
  .category-shelf {
    scroll-margin-top: 178px;
  }
}

@media (max-width: 760px) {
  html.haven-page-loading .page-skeleton {
    min-height: 720px;
    padding: 32px 0 54px;
  }

  .skeleton-line-short {
    width: 34%;
  }

  .skeleton-line-title,
  .skeleton-line-copy {
    width: 82%;
  }

  .skeleton-feature {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .skeleton-media {
    min-height: 260px;
  }

  .skeleton-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .skeleton-card-row .skeleton-card:nth-child(n + 3) {
    display: none;
  }

  .category-shelf {
    padding: 42px 0 50px;
  }

  .category-shelf-header {
    display: grid;
    gap: 18px;
    margin-bottom: 22px;
  }

  .category-shelf-header h2 {
    font-size: 32px;
  }

  .category-view-all {
    justify-self: start;
  }

  .category-shelf-grid {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .category-shelf-grid .product-card {
    scroll-snap-align: none;
  }
}
