﻿.catalog-main {
  color: var(--charcoal);
  background: var(--page-bg);
}

.catalog-page {
  --catalog-motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --catalog-motion-snap: cubic-bezier(0.16, 1, 0.3, 1);
  --catalog-card-shadow: 0 12px 24px rgba(33, 33, 35, 0.052);
  --catalog-card-shadow-hover: 0 22px 42px rgba(33, 33, 35, 0.11);
}

.catalog-page .site-header {
  position: sticky;
  inset: auto;
  top: 0;
  color: var(--charcoal);
  background: var(--page-bg);
  border-bottom: 1px solid var(--header-separator);
  box-shadow: 0 8px 22px rgba(33, 33, 35, 0.018);
}

.catalog-page .site-header::before {
  content: none;
}

.catalog-page .header-main {
  background: var(--page-bg);
}

.catalog-page .mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.catalog-page .brand img,
.catalog-page .site-header[data-menu-open="true"] .brand img {
  content: url("assets/logos/merlons-wordmark-transparent.png");
  filter: drop-shadow(0 6px 16px rgba(33, 33, 35, 0.035));
}

.catalog-page .menu-trigger,
.catalog-page .menu-trigger:hover,
.catalog-page .menu-trigger:focus-visible,
.catalog-page .menu-trigger.is-active,
.catalog-page .language-current,
.catalog-page .icon-button {
  color: #050505;
  text-shadow: none;
}

.catalog-page .menu-trigger::after {
  background: var(--burnt);
}

.catalog-page .language-current,
.catalog-page .icon-button {
  filter: none;
}

.catalog-page .language-current:hover,
.catalog-page .language-current:focus-visible,
.catalog-page .language-selector:focus-within .language-current,
.catalog-page .icon-button:hover,
.catalog-page .icon-button:focus-visible {
  color: var(--burnt);
}

.catalog-page .icon-button:hover,
.catalog-page .icon-button:focus-visible {
  color: var(--white);
  background: var(--burnt);
  opacity: 1;
}

.catalog-shell {
  width: var(--wide-shell);
  margin: 0 auto;
}

.catalog-intro {
  padding: clamp(24px, 2.1vw, 34px) 0 10px;
  background: var(--page-bg);
}

.catalog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 0;
  color: rgba(33, 33, 35, 0.58);
  font-size: 13px;
  line-height: 1.4;
  font-weight: var(--weight-semibold);
}

.catalog-breadcrumb a {
  color: #050505;
}

.catalog-breadcrumb a:hover,
.catalog-breadcrumb a:focus-visible {
  color: var(--burnt);
  outline: none;
}

.catalog-heading-row {
  --catalog-rail-gap: clamp(12px, 1.25vw, 18px);
  --catalog-rail-pad-x: clamp(18px, 2vw, 28px);
  --catalog-rail-panel-width: 100%;
  display: block;
  width: min(100%, var(--catalog-rail-panel-width));
  margin-bottom: 0;
  padding: clamp(16px, 1.75vw, 24px) clamp(18px, 2vw, 28px) clamp(12px, 1.2vw, 16px);
  background: var(--page-bg);
  border: 1px solid var(--line-subtle);
  border-bottom: 0;
}

.catalog-heading-row h1 {
  width: min(980px, 100%);
  margin: 0;
  color: #050505;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.18;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
  text-wrap: balance;
}

.catalog-heading-row .eyebrow,
.catalog-heading-row p:not(.eyebrow) {
  display: none;
}

.catalog-consult-link {
  display: none;
  color: var(--white);
  background: var(--brand-primary);
  border: 1px solid var(--line-warm);
}

.catalog-rail {
  --catalog-rail-gap: clamp(12px, 1.25vw, 18px);
  --catalog-rail-pad-x: clamp(18px, 2vw, 28px);
  --catalog-rail-panel-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 146px));
  width: min(100%, var(--catalog-rail-panel-width));
  justify-content: start;
  gap: var(--catalog-rail-gap);
  overflow-x: visible;
  padding: clamp(14px, 1.25vw, 18px) var(--catalog-rail-pad-x) clamp(16px, 1.45vw, 22px);
  background: var(--page-bg);
  border: 1px solid var(--line-subtle);
  border-top: 1px solid var(--line-soft);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(1):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(1):last-child) {
  --catalog-rail-panel-width: calc(150px + var(--catalog-rail-pad-x) + var(--catalog-rail-pad-x));
}

.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(2):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(2):last-child) {
  --catalog-rail-panel-width: calc(296px + var(--catalog-rail-gap) + var(--catalog-rail-pad-x) + var(--catalog-rail-pad-x));
}

.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(3):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(3):last-child),
.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(9):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(9):last-child) {
  --catalog-rail-panel-width: calc(442px + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-pad-x) + var(--catalog-rail-pad-x));
}

.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(4):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(4):last-child) {
  --catalog-rail-panel-width: calc(588px + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-pad-x) + var(--catalog-rail-pad-x));
}

.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(5):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(5):last-child) {
  --catalog-rail-panel-width: calc(734px + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-pad-x) + var(--catalog-rail-pad-x));
}

.catalog-heading-row:has(+ .catalog-rail .catalog-rail-card:nth-child(6):last-child),
.catalog-rail:has(.catalog-rail-card:nth-child(6):last-child) {
  --catalog-rail-panel-width: calc(880px + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-gap) + var(--catalog-rail-pad-x) + var(--catalog-rail-pad-x));
}

.catalog-rail-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 8px;
  padding: 0;
  color: #050505;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}

.catalog-rail-card span {
  display: block;
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  padding: 8px;
  background: #fff;
  border-radius: var(--media-radius, 8px);
}

.catalog-rail-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-rec-card img,
.catalog-product-media img {
  width: 100%;
  height: 100%;
}

.catalog-rail-card strong {
  min-height: 2.75em;
  color: currentColor;
  font-size: clamp(11.5px, 0.78vw, 13px);
  line-height: 1.34;
  font-weight: var(--weight-semibold);
  overflow-wrap: break-word;
}

.catalog-rail-card small {
  display: none;
}

.tile-format-catalog-page .catalog-rail {
  grid-template-columns: repeat(3, minmax(0, clamp(148px, 13.6vw, 188px)));
  justify-content: start;
  gap: clamp(10px, 1vw, 14px);
  padding-top: clamp(14px, 1.25vw, 18px);
  padding-bottom: clamp(18px, 1.7vw, 24px);
}

.tile-format-catalog-page .catalog-rail-card {
  grid-template-rows: auto auto;
  gap: 10px;
}

.tile-format-catalog-page .catalog-rail-card span {
  aspect-ratio: 0.88 / 1;
}

.tile-format-catalog-page .catalog-rail-card strong {
  min-height: auto;
  font-size: clamp(12px, 0.82vw, 13px);
  line-height: 1.34;
}

.catalog-rail-card:hover,
.catalog-rail-card:focus-visible,
.catalog-rail-card.is-active {
  color: var(--burnt);
  background: transparent;
  outline: none;
  transform: translateY(-1px);
}

.catalog-rail-card:hover img,
.catalog-rail-card:focus-visible img,
.catalog-rail-card.is-active img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.018);
}

.catalog-shop,
.catalog-recommendations,
.catalog-learn,
.catalog-faq-section {
  padding: clamp(42px, 5.4vw, 82px) 0;
}

/* Shared guard for generated catalog/product pages: adjacent content sections should not stack oversized padding. */
.catalog-main
  > :is(
    .catalog-shop,
    .catalog-recommendations,
    .catalog-learn,
    .catalog-faq-section,
    .product-hero,
    .product-detail-section,
    .product-similar-section,
    .product-brand-story,
    .cart-content-section,
    .cart-explore-section
  ):has(
    + :is(
      .catalog-shop,
      .catalog-recommendations,
      .catalog-learn,
      .catalog-faq-section,
      .product-detail-section,
      .product-similar-section,
      .product-brand-story,
      .cart-content-section,
      .cart-explore-section
    )
  ) {
  padding-bottom: var(--section-adjacent-pad-bottom);
}

.catalog-main
  > :is(
    .catalog-shop,
    .catalog-recommendations,
    .catalog-learn,
    .catalog-faq-section,
    .product-hero,
    .product-detail-section,
    .product-similar-section,
    .product-brand-story,
    .cart-content-section,
    .cart-explore-section
  )
  + :is(
    .catalog-shop,
    .catalog-recommendations,
    .catalog-learn,
    .catalog-faq-section,
    .product-detail-section,
    .product-similar-section,
    .product-brand-story,
    .cart-content-section,
    .cart-explore-section
  ) {
  padding-top: var(--section-adjacent-pad-top);
}

.catalog-shop {
  background: var(--page-bg);
  padding-top: 8px;
  border-top: 0;
  border-bottom: 1px solid var(--line-soft);
  scroll-margin-top: 132px;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.catalog-toolbar-actions {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(230px, 286px) minmax(0, 1fr) auto;
  column-gap: clamp(22px, 3vw, 38px);
  row-gap: 8px;
  align-items: center;
}

.catalog-filter-toggle,
.catalog-sort,
.catalog-pagination select {
  min-height: 36px;
  border: 1px solid rgba(33, 33, 35, 0.055);
  border-radius: 8px;
  background: #f6f6f7;
  color: #050505;
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.catalog-filter-toggle {
  grid-column: 1;
  justify-self: start;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.catalog-filter-toggle svg,
.catalog-search svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.catalog-sort {
  grid-column: 3;
  justify-self: end;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  width: clamp(116px, 9vw, 132px);
  padding: 0 7px;
  cursor: pointer;
  user-select: none;
}

.catalog-sort > span:not(.merlons-select) {
  display: none;
  color: rgba(33, 33, 35, 0.58);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-sort select {
  border: 0;
  background: transparent;
  color: #050505;
  font: inherit;
  font-size: 13px;
  font-weight: var(--weight-semibold);
  box-shadow: none;
}

.catalog-pagination select {
  color: #050505;
  font: inherit;
  font-size: 14px;
  font-weight: var(--weight-semibold);
}

.catalog-filter-toggle:hover,
.catalog-filter-toggle:focus-visible,
.catalog-sort:focus-within,
.catalog-sort:hover,
.catalog-pagination select:hover,
.catalog-pagination select:focus-visible {
  color: var(--burnt);
  border-color: var(--control-border-strong);
  background-color: #fffdfb;
  box-shadow:
    0 0 0 3px var(--control-ring),
    0 12px 24px rgba(135, 60, 30, 0.08);
  outline: none;
}

.catalog-quick-filters {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.catalog-quick-filter {
  position: relative;
  flex: 0 0 auto;
}

.catalog-filter-chip {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 9px;
  color: #050505;
  border: 1px solid rgba(33, 33, 35, 0.055);
  border-radius: 8px;
  background: #f6f6f7;
  font: inherit;
  font-size: 12.5px;
  line-height: 1;
  font-weight: var(--weight-semibold);
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.catalog-filter-chip:hover,
.catalog-filter-chip:focus-visible,
.catalog-filter-chip.is-active,
.catalog-quick-filter.is-open .catalog-filter-chip {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.22);
  background: #fffdfb;
  box-shadow:
    0 0 0 3px rgba(135, 60, 30, 0.08),
    0 12px 24px rgba(135, 60, 30, 0.08);
  outline: none;
}

.catalog-filter-chip-count {
  min-width: 14px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  padding: 0 4px;
  color: var(--white);
  border-radius: 999px;
  background: var(--burnt);
  font-size: 9px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-filter-chip-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.catalog-quick-filter.is-open .catalog-filter-chip-icon {
  transform: rotate(180deg);
}

.catalog-quick-filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 70;
  min-width: 236px;
  max-width: min(320px, calc(100vw - 28px));
  padding: 7px;
  border: 1px solid rgba(135, 60, 30, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
    var(--page-bg);
  box-shadow:
    0 24px 54px rgba(33, 33, 35, 0.16),
    0 8px 18px rgba(135, 60, 30, 0.08);
}

.catalog-quick-filter-menu[hidden] {
  display: none;
}

.catalog-quick-filter-options {
  display: grid;
  gap: 3px;
  max-height: min(312px, 48svh);
  overflow: auto;
}

.catalog-quick-filter-option {
  position: relative;
  min-height: 34px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 0 10px;
  color: rgba(33, 33, 35, 0.82);
  border: 0;
  border-radius: 7px;
  background: transparent;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: var(--weight-medium);
  text-align: left;
  cursor: pointer;
}

.catalog-quick-filter-option:hover,
.catalog-quick-filter-option:focus-visible,
.catalog-quick-filter-option.is-active {
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.07);
  outline: none;
}

.catalog-quick-filter-check {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(33, 33, 35, 0.18);
  border-radius: 5px;
  background: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.catalog-quick-filter-option.is-active .catalog-quick-filter-check {
  border-color: var(--burnt);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    var(--burnt);
  box-shadow: inset 0 0 0 4px var(--white);
}

.catalog-quick-filter-clear {
  min-height: 31px;
  width: 100%;
  margin-top: 6px;
  color: var(--burnt);
  border: 0;
  border-top: 1px solid rgba(33, 33, 35, 0.07);
  background: transparent;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.catalog-quick-filter-clear:hover,
.catalog-quick-filter-clear:focus-visible {
  color: #050505;
  outline: none;
}

.catalog-quick-price-menu {
  min-width: min(390px, calc(100vw - 28px));
  padding: 12px;
}

.catalog-quick-price-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 7px;
}

.catalog-quick-price-field {
  min-width: 0;
  min-height: 40px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(33, 33, 35, 0.13);
  border-radius: 8px;
  background: var(--white);
}

.catalog-quick-price-field > span:not(.sr-only),
.catalog-quick-price-values {
  color: rgba(33, 33, 35, 0.58);
  font-size: 12px;
  line-height: 1;
  font-weight: var(--weight-medium);
}

.catalog-quick-price-field input {
  width: 100%;
  min-height: 0 !important;
  height: 38px !important;
  padding: 0 !important;
  color: #050505;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit;
  font-size: 14px;
  font-weight: var(--weight-semibold);
  outline: none !important;
}

.catalog-quick-price-field:hover,
.catalog-quick-price-field:focus-within {
  border-color: rgba(135, 60, 30, 0.28);
}

.catalog-quick-price-field input:hover,
.catalog-quick-price-field input:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.catalog-quick-price-separator {
  color: rgba(33, 33, 35, 0.55);
  font-size: 15px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-quick-price-slider {
  --track-height: 4px;
  --thumb-size: 20px;
  --track-y: 17px;
  position: relative;
  height: 40px;
  margin-top: 8px;
  cursor: pointer;
  touch-action: none;
}

.catalog-quick-price-slider::before,
.catalog-quick-price-slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--track-y);
  height: var(--track-height);
  border-radius: 999px;
}

.catalog-quick-price-slider::before {
  background: rgba(33, 33, 35, 0.11);
}

.catalog-quick-price-slider::after {
  left: var(--price-start, 0%);
  right: calc(100% - var(--price-end, 100%));
  background: var(--burnt);
  box-shadow: 0 8px 18px rgba(135, 60, 30, 0.12);
}

.catalog-quick-price-slider input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  min-height: 40px !important;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  touch-action: none;
}

.catalog-quick-price-slider input::-webkit-slider-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  margin-top: calc((var(--track-height) - var(--thumb-size)) / 2);
  border: 3px solid var(--burnt);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 5px 12px rgba(33, 33, 35, 0.16);
  appearance: none;
  -webkit-appearance: none;
  pointer-events: auto;
  cursor: pointer;
}

.catalog-quick-price-slider input::-moz-range-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border: 3px solid var(--burnt);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 5px 12px rgba(33, 33, 35, 0.16);
  pointer-events: auto;
  cursor: pointer;
}

.catalog-quick-price-slider input::-webkit-slider-runnable-track {
  height: var(--track-height);
  background: transparent;
}

.catalog-quick-price-slider input::-moz-range-track {
  height: var(--track-height);
  background: transparent;
}

.catalog-quick-price-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -3px;
}

.catalog-quick-price-menu .catalog-quick-filter-clear {
  margin-top: 4px;
  border-top: 0;
}

.catalog-sort .merlons-select {
  width: 100%;
  min-width: 0;
}

.catalog-sort .merlons-select-button {
  width: 100%;
  min-height: 32px;
  gap: 6px;
  padding: 0 4px;
  color: #050505;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-sort .merlons-select-value {
  overflow: hidden;
  font-size: 12.75px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-sort .merlons-select-icon {
  width: 12px;
  height: 12px;
  stroke-width: 1.7;
}

.catalog-sort .merlons-select:hover .merlons-select-button,
.catalog-sort .merlons-select-button:focus-visible,
.catalog-sort .merlons-select.is-open .merlons-select-button {
  color: var(--burnt);
  box-shadow: none;
}

.catalog-sort .merlons-select-menu {
  right: -9px;
  left: auto;
  min-width: 210px;
}

.catalog-pagination .merlons-select {
  min-width: 78px;
}

.catalog-pagination .merlons-select-button {
  min-height: 38px;
  padding: 0 10px 0 12px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(230px, 286px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}

.catalog-page.catalog-filters-hidden .catalog-layout {
  grid-template-columns: minmax(0, 1fr);
}

.catalog-page.catalog-filters-hidden .catalog-filters {
  display: none;
}

.catalog-page.catalog-filters-hidden .catalog-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-page.catalog-filters-hidden .catalog-quick-filters {
  width: auto;
}

.catalog-filters {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  max-height: calc(100svh - var(--header-h) - 32px);
  overflow: auto;
  padding-right: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

.catalog-filters > .catalog-filter-head,
.catalog-filters > .catalog-search,
.catalog-filters > .catalog-price-filter,
.catalog-filters > .catalog-filter-group {
  display: none;
}

.catalog-category-nav {
  margin: 0 0 10px;
  padding: 8px;
  border: 1px solid rgba(33, 33, 35, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.catalog-category-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 10px;
  border-bottom: 1px solid var(--line-soft);
}

.catalog-category-nav-head strong {
  color: #050505;
  font-size: 17px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
}

.catalog-category-tree {
  display: grid;
  gap: 6px;
  padding-top: 10px;
}

.catalog-category-block {
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.catalog-category-block[open],
.catalog-category-block:hover,
.catalog-category-block:focus-within {
  border-color: rgba(135, 60, 30, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.catalog-category-summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  color: #050505;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.catalog-category-summary::-webkit-details-marker {
  display: none;
}

.catalog-category-summary::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  opacity: 0.55;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.catalog-category-block[open] .catalog-category-summary::after {
  opacity: 0.9;
  transform: rotate(225deg) translateY(-1px);
}

.catalog-category-summary span {
  min-width: 0;
}

.catalog-category-summary small,
.catalog-category-parent-summary small,
.catalog-category-parent-link small {
  min-width: 28px;
  min-height: 22px;
  display: inline-grid;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: rgba(33, 33, 35, 0.62);
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-category-block-body {
  display: grid;
  gap: 8px;
  padding: 0 10px 10px;
}

.catalog-category-all-link,
.catalog-category-parent-summary,
.catalog-category-parent-link,
.catalog-category-child-link {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 7px;
  color: rgba(33, 33, 35, 0.74);
  text-align: left;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.catalog-category-all-link {
  min-height: 34px;
  padding: 0 9px;
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.07);
  border: 1px solid rgba(135, 60, 30, 0.1);
  font-size: 12px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
}

.catalog-category-subgroup {
  display: grid;
  gap: 3px;
  padding-top: 7px;
  border-top: 1px solid var(--line-subtle);
}

.catalog-category-parent-summary,
.catalog-category-parent-link {
  min-height: 32px;
  padding: 0 8px;
  color: #050505;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.catalog-category-parent-summary::-webkit-details-marker {
  display: none;
}

.catalog-category-parent-summary::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.45;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.catalog-category-subgroup[open] .catalog-category-parent-summary::after {
  opacity: 0.85;
  transform: rotate(225deg) translateY(-1px);
}

.catalog-category-links {
  display: grid;
  gap: 1px;
  margin: 1px 0 4px;
  padding-left: 8px;
  border-left: 2px solid rgba(135, 60, 30, 0.13);
}

.catalog-category-subgroup:not([open]) > .catalog-category-links {
  display: none;
}

.catalog-category-child-link {
  min-height: 29px;
  padding: 0 8px;
  color: rgba(33, 33, 35, 0.68);
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: var(--weight-medium);
}

.catalog-category-all-link:hover,
.catalog-category-all-link:focus-visible,
.catalog-category-parent-summary:hover,
.catalog-category-parent-summary:focus-visible,
.catalog-category-subgroup.is-active > .catalog-category-parent-summary,
.catalog-category-parent-link:hover,
.catalog-category-parent-link:focus-visible,
.catalog-category-child-link:hover,
.catalog-category-child-link:focus-visible,
.catalog-category-all-link.is-active,
.catalog-category-parent-link.is-active,
.catalog-category-child-link.is-active {
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.075);
  outline: none;
}

.catalog-category-child-link[aria-current="page"],
.catalog-category-parent-link[aria-current="page"],
.catalog-category-all-link[aria-current="page"] {
  color: var(--burnt);
  background:
    linear-gradient(90deg, rgba(135, 60, 30, 0.13), rgba(222, 179, 74, 0.08)),
    rgba(255, 255, 255, 0.72);
  box-shadow: inset 3px 0 0 var(--burnt);
}

.catalog-category-picker {
  display: grid;
  gap: 12px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 250, 247, 0.78)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 10px 24px rgba(33, 33, 35, 0.045),
    inset 0 0 0 1px rgba(135, 60, 30, 0.025);
}

.catalog-category-picker .catalog-category-nav-head {
  min-height: 32px;
  padding: 0;
  border-bottom: 0;
}

.catalog-category-picker .catalog-category-nav-head strong {
  font-size: 16px;
}

.catalog-category-picker .catalog-category-all-link {
  min-height: 30px;
  padding: 0 10px;
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.07);
  border: 1px solid rgba(135, 60, 30, 0.11);
  box-shadow: none;
  font-size: 11.5px;
}

.catalog-category-picker-form {
  display: grid;
  gap: 8px;
}

.catalog-category-select-field {
  display: grid;
  gap: 6px;
}

.catalog-category-select-field > span:first-child {
  color: rgba(33, 33, 35, 0.58);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-category-select-shell {
  position: relative;
  display: block;
}

.catalog-category-select-shell select {
  width: 100%;
  min-height: 42px;
  appearance: none;
  padding: 0 38px 0 12px;
  color: #050505;
  border: 1px solid rgba(33, 33, 35, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    #fbfaf7;
  box-shadow: 0 8px 18px rgba(33, 33, 35, 0.035);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.catalog-category-select-shell select:hover,
.catalog-category-select-shell select:focus-visible {
  border-color: rgba(135, 60, 30, 0.34);
  box-shadow:
    0 0 0 3px rgba(135, 60, 30, 0.08),
    0 8px 18px rgba(33, 33, 35, 0.04);
  outline: none;
}

.catalog-category-select-shell svg {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 12px;
  pointer-events: none;
  transform: translateY(-50%);
}

.catalog-category-select-shell svg path {
  fill: none;
  stroke: var(--burnt);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-category-directory {
  display: grid;
  gap: 10px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 250, 247, 0.82)),
    #fff;
  box-shadow:
    0 10px 24px rgba(33, 33, 35, 0.045),
    inset 0 0 0 1px rgba(135, 60, 30, 0.025);
}

.catalog-category-directory .catalog-category-nav-head {
  min-height: 34px;
  padding: 0 0 8px;
}

.catalog-category-directory .catalog-category-nav-head strong {
  font-size: 16px;
}

.catalog-category-directory .catalog-category-all-link {
  min-height: 30px;
  padding: 0 10px;
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.07);
  border: 1px solid rgba(135, 60, 30, 0.11);
  box-shadow: none;
  font-size: 11.5px;
}

.catalog-category-departments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.catalog-category-department {
  appearance: none;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 6px;
  color: rgba(33, 33, 35, 0.74);
  border: 1px solid rgba(33, 33, 35, 0.09);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 11.5px;
  line-height: 1.15;
  font-weight: var(--weight-semibold);
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.catalog-category-department:hover,
.catalog-category-department:focus-visible,
.catalog-category-department.is-active {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.2);
  background: rgba(135, 60, 30, 0.06);
  outline: none;
}

.catalog-category-chooser {
  display: grid;
  gap: 7px;
  padding: 8px;
  background: #fff;
  box-shadow: none;
}

.catalog-category-chooser .catalog-category-nav-head {
  display: none;
}

.catalog-category-chooser .catalog-category-nav-head strong {
  font-size: 16px;
}

.catalog-category-chooser .catalog-category-all-link {
  min-height: 30px;
  padding: 0 10px;
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.07);
  border: 1px solid rgba(135, 60, 30, 0.11);
  box-shadow: none;
  font-size: 11.5px;
}

.catalog-category-chooser-field {
  display: grid;
  gap: 5px;
}

.catalog-category-chooser-field > span:first-child {
  color: rgba(33, 33, 35, 0.58);
  font-size: 10.5px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-category-chooser-shell {
  position: relative;
  display: block;
}

.catalog-category-chooser-shell select {
  width: 100%;
  min-height: 38px;
  height: 38px;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 34px 0 11px;
  color: #050505;
  border: 1px solid rgba(33, 33, 35, 0.12);
  border-radius: 8px;
  background: #fff !important;
  background-image: none !important;
  background-repeat: initial !important;
  background-position: initial !important;
  background-size: initial !important;
  box-shadow: none !important;
  font: inherit;
  font-size: 12.75px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
  cursor: pointer;
  text-overflow: ellipsis;
}

.catalog-category-chooser-shell select:hover,
.catalog-category-chooser-shell select:focus-visible {
  border-color: rgba(135, 60, 30, 0.34);
  box-shadow: 0 0 0 2px rgba(135, 60, 30, 0.08) !important;
  outline: none;
}

.catalog-category-chooser-shell .merlons-select {
  width: 100%;
  min-width: 0;
}

.catalog-category-chooser-shell .merlons-select-button {
  min-height: 38px;
  gap: 8px;
  padding: 0 10px 0 11px;
  border-color: rgba(33, 33, 35, 0.12);
  background: #fff;
  box-shadow: none;
}

.catalog-category-chooser-shell .merlons-select:hover .merlons-select-button,
.catalog-category-chooser-shell .merlons-select-button:focus-visible,
.catalog-category-chooser-shell .merlons-select.is-open .merlons-select-button {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.34);
  box-shadow: 0 0 0 2px rgba(135, 60, 30, 0.08);
}

.catalog-category-chooser-shell .merlons-select-value {
  overflow: hidden;
  font-size: 12.75px;
  text-overflow: ellipsis;
}

.catalog-category-chooser-shell .merlons-select-icon {
  width: 12px;
  height: 12px;
}

.catalog-category-chooser-shell .merlons-select-menu {
  top: calc(100% + 5px);
  width: 100%;
  max-width: 100%;
  max-height: min(260px, calc(100vh - 180px));
  gap: 2px;
  overflow: auto;
  padding: 4px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(33, 33, 35, 0.12);
}

.catalog-category-chooser-shell .merlons-select-option {
  min-height: 31px;
  padding: 0 28px 0 10px;
  border-radius: 6px;
  font-size: 12.25px;
}

.catalog-category-chooser-shell > svg {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  transform: translateY(-50%);
}

.catalog-category-chooser-shell > svg path {
  fill: none;
  stroke: var(--burnt);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-category-groups {
  display: grid;
  gap: 1px;
  padding-top: 2px;
}

.catalog-category-directory-link {
  appearance: none;
  width: 100%;
  min-height: 27px;
  display: flex;
  align-items: center;
  padding: 3px 8px;
  color: rgba(33, 33, 35, 0.68);
  border: 0;
  border-radius: 7px;
  background: transparent;
  font-family: inherit;
  font-size: 12.25px;
  line-height: 1.2;
  font-weight: var(--weight-medium);
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.catalog-category-directory-link:hover,
.catalog-category-directory-link:focus-visible,
.catalog-category-directory-link.is-active,
.catalog-category-directory-link[aria-current="page"] {
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.07);
  box-shadow: inset 3px 0 0 var(--burnt);
  outline: none;
}

.catalog-category-chooser {
  gap: 10px;
  padding: 10px;
  border-color: rgba(33, 33, 35, 0.07);
  background: #f5f5f4;
}

.catalog-category-chooser .catalog-category-nav-head {
  min-height: 34px;
  display: none;
  padding: 2px 2px 10px;
  border-bottom: 1px solid rgba(33, 33, 35, 0.09);
}

.catalog-category-chooser .catalog-category-nav-head strong {
  color: #050505;
  font-size: 18px;
  line-height: 1.15;
  font-weight: var(--weight-semibold);
}

.catalog-category-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.catalog-category-count {
  min-width: 30px;
  min-height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0 7px;
  border-radius: 999px;
  color: rgba(33, 33, 35, 0.58);
  background: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-category-department .catalog-category-label {
  text-align: center;
}

.catalog-category-groups {
  gap: 1px;
  padding-top: 4px;
}

.catalog-category-group {
  position: relative;
  border-radius: 7px;
}

.catalog-category-group-summary {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 5px 7px 5px 9px;
  border-radius: 7px;
  color: rgba(33, 33, 35, 0.72);
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  line-height: 1.22;
  font-weight: var(--weight-semibold);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.catalog-category-group-summary .catalog-category-label {
  flex: 1 1 auto;
}

.catalog-category-summary-filter {
  border-radius: 6px;
  cursor: pointer;
}

.catalog-category-summary-filter:focus-visible,
.catalog-category-summary-filter.is-active {
  color: var(--burnt);
  outline: none;
}

.catalog-category-group-summary .catalog-category-count {
  margin-left: auto;
}

.catalog-category-group-summary::-webkit-details-marker {
  display: none;
}

.catalog-category-group-summary::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-left: 0;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.44;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.catalog-category-group[open] > .catalog-category-group-summary::after {
  opacity: 0.78;
  transform: rotate(225deg) translateY(-1px);
}

.catalog-category-group-summary:hover,
.catalog-category-group-summary:focus-visible,
.catalog-category-group.is-active > .catalog-category-group-summary {
  color: #050505;
  background: rgba(255, 255, 255, 0.44);
  outline: none;
}

.catalog-category-group.is-active > .catalog-category-group-summary {
  background: transparent;
  box-shadow: none;
}

.catalog-category-group-links {
  display: grid;
  gap: 1px;
  padding: 2px 0 8px 13px;
}

.catalog-category-group:not([open]) > .catalog-category-group-links {
  display: none;
}

.catalog-category-child-link {
  min-height: 28px;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 6px 4px 8px;
  color: rgba(33, 33, 35, 0.66);
  border-radius: 7px;
  font-size: 12.5px;
  line-height: 1.24;
  font-weight: var(--weight-medium);
}

.catalog-category-child-link[hidden] {
  display: none !important;
}

.catalog-category-child-link .catalog-category-count {
  min-width: 26px;
  min-height: 20px;
  padding: 0 6px;
  font-size: 10.5px;
}

.catalog-category-chooser .catalog-category-directory-link:hover,
.catalog-category-chooser .catalog-category-directory-link:focus-visible {
  color: #050505;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

.catalog-category-chooser .catalog-category-directory-link.is-active,
.catalog-category-chooser .catalog-category-directory-link[aria-current="page"],
.catalog-category-chooser .catalog-category-child-link.is-active,
.catalog-category-chooser .catalog-category-child-link[aria-current="page"] {
  color: var(--burnt);
  background: transparent;
  box-shadow: none;
  font-weight: var(--weight-semibold);
}

.catalog-category-chooser .catalog-category-child-link.is-active .catalog-category-count,
.catalog-category-chooser .catalog-category-child-link[aria-current="page"] .catalog-category-count {
  color: rgba(135, 60, 30, 0.8);
  background: rgba(255, 255, 255, 0.9);
}

.catalog-filter-head {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line-soft);
}

.catalog-filter-head strong {
  color: #050505;
  font-size: 14px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
}

.catalog-filter-head button,
.catalog-show-more,
.catalog-empty button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--burnt);
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.catalog-filter-head button {
  text-decoration: none;
}

.catalog-search,
.catalog-filter-search {
  position: relative;
  display: block;
}

.catalog-search {
  margin: 10px 0;
}

.catalog-search svg,
.catalog-filter-search svg {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 15px;
  height: 15px;
  color: rgba(33, 33, 35, 0.52);
  transform: translateY(-50%);
}

.catalog-search input,
.catalog-filter-search input {
  width: 100%;
  min-height: 34px !important;
  height: 34px;
  border: 1px solid var(--control-border);
  border-radius: 7px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    var(--control-bg);
  color: #050505;
  box-shadow: none !important;
  font: inherit;
  font-size: 12.75px;
  font-weight: var(--weight-medium);
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.catalog-search input {
  padding: 0 10px 0 34px;
}

.catalog-filter-search input {
  margin: 6px 0 0;
  padding: 0 10px 0 34px;
}

.catalog-search input:hover,
.catalog-filter-search input:hover {
  border-color: rgba(135, 60, 30, 0.3);
  background-color: var(--control-bg-hover);
}

.catalog-search input:focus-visible,
.catalog-filter-search input:focus-visible {
  border-color: var(--control-border-strong);
  box-shadow:
    0 0 0 4px var(--control-ring),
    var(--control-shadow);
}

.catalog-search:focus-within svg {
  color: var(--burnt);
}

.catalog-price-filter {
  --price-start: 0%;
  --price-end: 100%;
  display: grid;
  gap: 6px;
  margin: 0 0 8px;
  padding: 6px 0 10px;
  border-bottom: 1px solid var(--line-soft);
}

.catalog-price-filter[hidden] {
  display: none;
}

.catalog-price-filter-head,
.catalog-price-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.catalog-price-filter-head > span:first-child {
  color: #050505;
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.catalog-price-filter-mark {
  color: rgba(33, 33, 35, 0.48);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--weight-regular);
}

.catalog-price-fields {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: start;
  gap: 6px;
  align-items: center;
}

.catalog-price-field {
  min-width: 0;
  min-height: 0;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  padding: 0;
  color: rgba(33, 33, 35, 0.72);
}

.catalog-price-field:focus-within {
  color: #050505;
}

.catalog-price-currency {
  color: currentColor;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.catalog-price-field input {
  min-width: 0;
  min-height: 0 !important;
  width: 40px;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #050505;
  box-shadow: none !important;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: var(--weight-medium);
  outline: none;
}

.catalog-price-field input:hover,
.catalog-price-field input:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.catalog-price-field input::-webkit-outer-spin-button,
.catalog-price-field input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.catalog-price-field input[type="number"] {
  -moz-appearance: textfield;
}

.catalog-price-separator {
  color: rgba(33, 33, 35, 0.54);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--weight-medium);
}

.catalog-price-values {
  display: none;
}

.catalog-price-slider {
  --track-height: 3px;
  --thumb-size: 17px;
  position: relative;
  height: 24px;
  margin-top: 0;
  cursor: pointer;
  touch-action: none;
}

.catalog-price-slider::before,
.catalog-price-slider::after {
  content: "";
  position: absolute;
  top: 50%;
  height: var(--track-height);
  border-radius: 999px;
  transform: translateY(-50%);
}

.catalog-price-slider::before {
  right: 0;
  left: 0;
  background: rgba(33, 33, 35, 0.12);
}

.catalog-price-slider::after {
  left: var(--price-start);
  right: calc(100% - var(--price-end));
  background: var(--burnt);
  box-shadow: 0 4px 10px rgba(135, 60, 30, 0.12);
}

.catalog-price-slider input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 24px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  pointer-events: none;
  touch-action: none;
}

.catalog-price-slider input::-webkit-slider-runnable-track {
  height: var(--track-height);
  background: transparent;
}

.catalog-price-slider input::-moz-range-track {
  height: var(--track-height);
  background: transparent;
}

.catalog-price-slider input::-webkit-slider-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  margin-top: calc((var(--track-height) - var(--thumb-size)) / 2);
  appearance: none;
  -webkit-appearance: none;
  border: 3px solid var(--burnt);
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    0 0 0 1px rgba(135, 60, 30, 0.08),
    0 5px 14px rgba(33, 33, 35, 0.2);
  cursor: pointer;
  pointer-events: auto;
}

.catalog-price-slider input::-moz-range-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border: 3px solid var(--burnt);
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    0 0 0 1px rgba(135, 60, 30, 0.08),
    0 5px 14px rgba(33, 33, 35, 0.2);
  cursor: pointer;
  pointer-events: auto;
}

.catalog-price-slider input:focus-visible::-webkit-slider-thumb {
  box-shadow:
    0 0 0 4px var(--control-ring),
    0 5px 14px rgba(33, 33, 35, 0.2);
}

.catalog-price-slider input:focus-visible::-moz-range-thumb {
  box-shadow:
    0 0 0 4px var(--control-ring),
    0 5px 14px rgba(33, 33, 35, 0.2);
}

.catalog-filter-group {
  border-bottom: 1px solid var(--line-soft);
}

.catalog-filter-group summary {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  color: #050505;
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
  list-style: none;
  cursor: pointer;
}

.catalog-filter-group summary::-webkit-details-marker {
  display: none;
}

.catalog-filter-group summary::after {
  content: "+";
  color: rgba(33, 33, 35, 0.62);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--weight-regular);
}

.catalog-filter-group[open] summary::after {
  content: "-";
}

.catalog-filter-options {
  display: grid;
  gap: 7px;
  padding: 0 0 10px;
}

.catalog-filter-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 7px;
  align-items: start;
  color: #050505;
  font-size: 12.75px;
  line-height: 1.35;
  font-weight: var(--weight-medium);
}

.catalog-filter-option input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(33, 33, 35, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(135, 60, 30, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.catalog-filter-option input:checked {
  border-color: var(--burnt);
  background: var(--burnt);
  box-shadow: inset 0 0 0 4px var(--white);
}

.catalog-filter-option input:focus-visible {
  outline: 3px solid var(--control-ring);
  outline-offset: 2px;
}

.catalog-filter-option small {
  color: rgba(33, 33, 35, 0.54);
  font-size: 12px;
  line-height: 1.4;
}

.catalog-filter-group:not(.is-expanded) .catalog-extra-option {
  display: none;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.45vw, 22px);
  align-items: start;
}

.catalog-page.catalog-filters-hidden .catalog-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-product-card {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 5px;
  align-content: start;
  padding: clamp(8px, 0.8vw, 11px);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--catalog-card-shadow);
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 360px 430px;
  cursor: pointer;
  transform: translateZ(0);
  transition:
    opacity 360ms var(--catalog-motion-ease),
    transform 220ms var(--catalog-motion-snap),
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease;
}

.catalog-product-card:hover,
.catalog-product-card:focus-within {
  border-color: rgba(135, 60, 30, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--catalog-card-shadow-hover);
  transform: translate3d(0, -3px, 0);
}

.catalog-product-card:focus-visible {
  border-color: var(--control-border-strong);
  box-shadow:
    0 0 0 4px var(--control-ring),
    0 16px 30px rgba(33, 33, 35, 0.082);
  outline: none;
}

.catalog-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1.26 / 1;
  overflow: hidden;
  margin: calc(clamp(8px, 0.8vw, 11px) * -1) calc(clamp(8px, 0.8vw, 11px) * -1) 7px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  isolation: isolate;
}

.catalog-product-media img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 0.8vw, 14px);
  opacity: 1;
  transform: translateZ(0) scale(1);
  transition:
    opacity 280ms ease,
    transform 360ms var(--catalog-motion-snap),
    filter 260ms ease;
  will-change: opacity, transform;
}

.catalog-product-media:hover img,
.catalog-product-media:focus-visible img {
  filter: saturate(1.04) contrast(1.03);
  transform: none;
}

.catalog-page .catalog-product-card[data-catalog-motion] .catalog-product-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
  transition:
    opacity 320ms ease,
    transform 460ms var(--catalog-motion-ease);
}

.catalog-product-card.is-catalog-image-ready .catalog-product-media::before {
  opacity: 0;
  transform: scaleX(1.04);
}

.catalog-product-card.is-catalog-image-ready .catalog-product-media img {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.catalog-page .catalog-product-card:hover .catalog-product-media img,
.catalog-page .catalog-product-card:focus-within .catalog-product-media img {
  filter: saturate(1.05) contrast(1.025);
  transform: translateZ(0) scale(1.026);
}

.furniture-product-catalog .catalog-product-media,
.lighting-product-catalog .catalog-product-media,
.kitchen-sink-product-catalog .catalog-product-media,
.dryer-radiator-product-catalog .catalog-product-media {
  background: #fff;
}

.furniture-product-catalog .catalog-product-media img,
.lighting-product-catalog .catalog-product-media img,
.kitchen-sink-product-catalog .catalog-product-media img,
.dryer-radiator-product-catalog .catalog-product-media img {
  padding: clamp(12px, 1.4vw, 22px);
}

.catalog-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 16px;
}

.catalog-swatch {
  width: 14px;
  height: 14px;
  display: inline-block;
  padding: 0;
  border: 1px solid var(--control-border);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

button.catalog-swatch {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.catalog-swatch:hover,
.catalog-swatch:focus-visible,
.catalog-swatch.is-active {
  border-color: var(--burnt);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.52),
    0 0 0 2px rgba(135, 60, 30, 0.12);
}

.catalog-swatch:focus-visible {
  outline: 2px solid var(--control-ring);
  outline-offset: 2px;
}

.catalog-swatch:hover {
  transform: translateY(-1px);
}

.catalog-product-options,
.catalog-product-brand {
  margin: 0;
}

.catalog-product-options {
  display: none;
}

.catalog-product-card h2 {
  margin: 4px 0 0;
  color: #050505;
  font-size: clamp(12px, 0.78vw, 13px);
  line-height: 1.22;
  font-weight: var(--weight-semibold);
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.catalog-product-card h2 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-product-brand {
  color: rgba(33, 33, 35, 0.58);
  font-size: 11px;
  line-height: 1.22;
  font-weight: var(--weight-medium);
}

.catalog-product-price {
  margin: 3px 0 0;
  color: var(--charcoal);
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.catalog-old-price {
  display: inline-block;
  margin-right: 8px;
  color: var(--muted);
  font-weight: var(--weight-medium);
  text-decoration: line-through;
}

.catalog-product-sale {
  display: inline-block;
  margin-left: 8px;
  color: var(--burnt);
  font-size: 13px;
  font-weight: var(--weight-semibold);
}

.catalog-empty {
  padding: 46px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.catalog-empty h3 {
  margin: 0 0 10px;
  color: #050505;
  font-size: 23px;
  line-height: 1.2;
}

.catalog-empty p {
  margin: 0 0 18px;
  color: rgba(33, 33, 35, 0.7);
  font-size: 15px;
  line-height: 1.6;
}

.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.catalog-pagination nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.catalog-pagination button {
  min-width: 76px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--control-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: #050505;
  box-shadow:
    0 8px 16px rgba(33, 33, 35, 0.045),
    inset 0 0 0 1px rgba(135, 60, 30, 0.035);
  font: inherit;
  font-size: 13px;
  font-weight: var(--weight-semibold);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.catalog-pagination-status {
  min-width: 74px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(33, 33, 35, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(33, 33, 35, 0.72);
  font-size: 13px;
  font-weight: var(--weight-semibold);
  line-height: 1;
}

.catalog-pagination button.is-active,
.catalog-pagination button:hover,
.catalog-pagination button:focus-visible {
  color: var(--white);
  border-color: var(--burnt);
  background: var(--burnt);
  outline: none;
}

.catalog-pagination button:disabled {
  color: rgba(33, 33, 35, 0.32);
  border-color: rgba(33, 33, 35, 0.1);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: none;
  cursor: default;
}

.catalog-pagination button:disabled:hover,
.catalog-pagination button:disabled:focus-visible {
  color: rgba(33, 33, 35, 0.32);
  border-color: rgba(33, 33, 35, 0.1);
  background: rgba(255, 255, 255, 0.36);
}

.catalog-pagination-ellipsis {
  min-width: 22px;
  color: rgba(33, 33, 35, 0.45);
  font-size: 13px;
  font-weight: var(--weight-semibold);
  text-align: center;
}

.catalog-pagination select {
  min-width: 70px;
  min-height: 38px;
  padding: 0 10px;
}

.catalog-pagination label:has([data-page-size]),
.catalog-pagination .merlons-select:has([data-page-size]),
.catalog-pagination [data-page-size] {
  display: none !important;
}

.catalog-inline-heading {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.catalog-inline-heading h2 {
  margin: 0;
  color: #050505;
  font-size: var(--heading-section-compact-size, clamp(24px, 2vw, 32px));
  line-height: 1.2;
  font-weight: var(--weight-regular);
}

.catalog-rec-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.catalog-rec-card {
  display: grid;
  gap: 9px;
  color: #050505;
}

.catalog-rec-card span {
  display: block;
  aspect-ratio: 0.95 / 1;
  overflow: hidden;
  background: rgba(33, 33, 35, 0.06);
  border-radius: 8px;
}

.catalog-rec-card img {
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.catalog-rec-card:hover,
.catalog-rec-card:focus-visible {
  color: var(--burnt);
  outline: none;
}

.catalog-rec-card:hover img,
.catalog-rec-card:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.025);
}

.catalog-rec-card strong {
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.catalog-rec-card small {
  color: rgba(33, 33, 35, 0.58);
  font-size: 12px;
  line-height: 1.25;
}

.catalog-learn,
.catalog-faq-section {
  background: var(--page-bg);
}

.catalog-learn-shell {
  width: var(--wide-shell);
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 98px);
  margin: 0 auto;
}

.catalog-learn-shell aside h2 {
  margin: 0;
  color: #050505;
  font-size: var(--heading-section-size, clamp(30px, 2.45vw, 38px));
  line-height: 1.16;
  font-weight: var(--weight-regular);
  text-wrap: balance;
}

.catalog-learn-content {
  display: grid;
  gap: clamp(26px, 3.2vw, 44px);
  min-width: 0;
}

.catalog-benefits {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line-soft);
}

.catalog-benefits h3,
.catalog-copy h3 {
  margin: 0 0 14px;
  color: #050505;
  font-size: 16px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.catalog-benefits ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: rgba(33, 33, 35, 0.72);
  font-size: 14px;
  line-height: 1.62;
  font-weight: var(--weight-medium);
}

.catalog-copy {
  display: grid;
  gap: 18px;
}

.catalog-copy p {
  margin: 0;
  color: rgba(33, 33, 35, 0.74);
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.74;
  font-weight: var(--weight-medium);
}

.catalog-guide-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.catalog-guide-links a {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 16px;
  color: #050505;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--weight-semibold);
}

.catalog-guide-links a:hover,
.catalog-guide-links a:focus-visible {
  color: var(--burnt);
  outline: none;
}

.catalog-product-title-link {
  color: inherit;
}

.catalog-product-title-link:hover,
.catalog-product-title-link:focus-visible {
  color: var(--burnt);
  outline: none;
}

.product-main {
  min-height: 100vh;
}

.product-hero {
  padding: clamp(22px, 3vw, 42px) var(--page-pad) clamp(38px, 4vw, 58px);
  background: var(--page-bg);
}

.product-main .catalog-breadcrumb {
  margin-bottom: clamp(18px, 2vw, 30px);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.product-gallery {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.product-main-media {
  position: relative;
  display: grid;
  --lens-size: 164px;
  --lens-x: 50%;
  --lens-y: 50%;
  --lens-bg-position: center;
  --lens-bg-size: auto;
  min-height: 0;
  height: clamp(380px, calc(100svh - 380px), 560px);
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line-subtle);
}

.product-main-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.product-main-media::after {
  content: "";
  position: absolute;
  left: var(--lens-x);
  top: var(--lens-y);
  z-index: 2;
  width: var(--lens-size);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background-color: #fff;
  background-image: var(--lens-image, none);
  background-repeat: no-repeat;
  background-position: var(--lens-bg-position);
  background-size: var(--lens-bg-size);
  border: 2px solid rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(135, 60, 30, 0.13);
  box-shadow:
    0 18px 38px rgba(135, 60, 30, 0.085),
    0 2px 8px rgba(33, 33, 35, 0.045);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.94);
  transition: opacity 140ms ease, visibility 140ms ease, transform 140ms ease;
}

.product-main-media--product {
  background: var(--page-bg);
}

.product-main-media--product img {
  object-fit: contain;
  object-position: center;
}

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

  .product-main-media.is-zooming {
    cursor: none;
  }

  .product-main-media.is-zooming::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
}

.product-gallery-controls {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  pointer-events: none;
  z-index: 3;
}

.product-gallery-controls span {
  margin-right: auto;
  padding: 8px 12px;
  color: var(--white);
  background: var(--brand-primary);
  border: 1px solid var(--line-warm);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(135, 60, 30, 0.075);
  font-size: 12px;
  line-height: 1;
  font-weight: var(--weight-semibold);
  backdrop-filter: blur(10px);
}

.product-gallery-controls button,
.product-quantity button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--charcoal);
  border: 1px solid rgba(33, 33, 35, 0.2);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-gallery-controls button {
  pointer-events: auto;
  color: var(--white);
  background: var(--brand-primary);
  border-color: rgba(135, 60, 30, 0.16);
  box-shadow: 0 10px 24px rgba(135, 60, 30, 0.075);
}

.product-gallery-controls svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-gallery-controls button:hover,
.product-gallery-controls button:focus-visible,
.product-quantity button:hover,
.product-quantity button:focus-visible {
  color: var(--white);
  background: var(--burnt);
  border-color: var(--burnt);
  outline: none;
  transform: translateY(-1px);
}

.product-summary {
  position: sticky;
  top: calc(var(--header-h) + 18px);
  min-width: 0;
}

.product-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.product-title-row h1 {
  margin: 0;
  color: rgba(33, 33, 35, 0.94);
  font-size: clamp(21px, 1.65vw, 26px);
  line-height: 1.2;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
  text-wrap: balance;
}

.product-summary .product-title-row .eyebrow,
.product-summary .product-favorite,
.product-summary .product-trust-row,
.product-summary .product-option-group {
  display: none !important;
}

.product-brand-line {
  margin: 12px 0 0;
  color: rgba(33, 33, 35, 0.66);
  font-size: 15px;
  line-height: 1.5;
  font-weight: var(--weight-medium);
}

.product-brand-line strong {
  color: rgba(33, 33, 35, 0.94);
  font-weight: var(--weight-semibold);
}

.product-origin-line,
.product-installation-line {
  margin: 4px 0 0;
  color: rgba(33, 33, 35, 0.62);
  font-size: 15px;
  line-height: 1.5;
  font-weight: var(--weight-medium);
}

.product-origin-line strong,
.product-installation-line strong {
  color: rgba(33, 33, 35, 0.9);
  font-weight: var(--weight-semibold);
}

.product-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  color: rgba(33, 33, 35, 0.94);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.1;
  font-weight: var(--weight-semibold);
}

.product-current-price {
  color: var(--charcoal);
}

.product-compare-price {
  color: rgba(33, 33, 35, 0.46);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: var(--weight-regular);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.product-discount-note {
  margin: 5px 0 0;
  color: var(--burnt);
  font-size: 14px;
  line-height: 1.35;
  font-weight: var(--weight-semibold);
}

.product-discount-note span {
  margin-left: 10px;
}

.product-summary-trust {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  gap: 8px 18px;
  margin: 14px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--line-soft);
  list-style: none;
}

.product-summary-trust li {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(33, 33, 35, 0.72);
  font-size: 11px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
  white-space: nowrap;
}

.product-summary-trust-mark {
  position: relative;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
}

.product-summary-trust-mark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid var(--burnt);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  color: rgba(33, 33, 35, 0.68);
  font-size: 14px;
  font-weight: var(--weight-semibold);
}

.product-brand-line + .product-quantity-row {
  margin-top: 22px;
  border-top: 1px solid var(--line-soft);
}

.product-price-line + .product-quantity-row {
  margin-top: 22px;
  border-top: 1px solid var(--line-soft);
}

.product-discount-note + .product-quantity-row {
  margin-top: 18px;
  border-top: 1px solid var(--line-soft);
}

.product-summary-trust + .product-quantity-row {
  margin-top: 10px;
  border-top: 0;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  padding: 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(135, 60, 30, 0.055);
  box-shadow: none;
}

.product-quantity button {
  color: var(--burnt);
  border: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.product-quantity input {
  width: 38px;
  min-height: 32px;
  height: 32px;
  color: var(--charcoal);
  text-align: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  font: inherit;
  font-weight: var(--weight-semibold);
}

.product-quantity input:hover,
.product-quantity input:focus-visible {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(135, 60, 30, 0.12);
  outline: none;
}

.product-action-row {
  display: grid;
  gap: 12px;
}

.product-detail-page .product-secondary-action {
  display: none;
}

.product-primary-action,
.product-secondary-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-primary-action {
  color: var(--white);
  background: var(--burnt);
  border: 1px solid var(--burnt);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(135, 60, 30, 0.1);
}

.product-secondary-action {
  color: var(--charcoal);
  border: 1px solid rgba(33, 33, 35, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    #fff;
  box-shadow:
    inset 0 0 0 1px rgba(135, 60, 30, 0.045),
    0 9px 20px rgba(33, 33, 35, 0.04);
}

.product-primary-action:hover,
.product-primary-action:focus-visible {
  background: #743217;
  border-color: #743217;
  outline: none;
}

.product-secondary-action:hover,
.product-secondary-action:focus-visible {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.46);
  box-shadow:
    0 0 0 3px rgba(135, 60, 30, 0.08),
    inset 0 0 0 1px rgba(135, 60, 30, 0.08),
    0 12px 24px rgba(33, 33, 35, 0.055);
  outline: none;
  transform: translateY(-1px);
}

.product-sticky-actions {
  position: fixed;
  top: var(--header-h);
  right: 0;
  left: 0;
  z-index: 48;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line-subtle);
  border-bottom: 1px solid var(--line-subtle);
  box-shadow: 0 18px 42px rgba(33, 33, 35, 0.045);
  backdrop-filter: blur(18px) saturate(1.08);
  transform: translateY(-18px) scale(0.992);
  opacity: 0;
  pointer-events: none;
  filter: blur(5px);
  will-change: transform, opacity, filter;
  transition:
    opacity 260ms ease,
    transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 300ms ease,
    box-shadow 300ms ease;
}

.product-sticky-actions.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
  box-shadow: 0 14px 34px rgba(33, 33, 35, 0.04);
}

.product-sticky-actions-inner {
  --product-sticky-text-size: 14px;
  width: 100%;
  min-height: 60px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  padding-inline: var(--page-pad);
}

.product-sticky-info {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 220ms ease 80ms, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1) 80ms;
}

.product-sticky-actions.is-visible .product-sticky-info {
  opacity: 1;
  transform: translateY(0);
}

.product-sticky-info strong {
  min-width: 0;
  color: rgba(33, 33, 35, 0.94);
  font-size: var(--product-sticky-text-size);
  line-height: 1.35;
  font-weight: var(--weight-semibold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-sticky-info > span {
  flex: 0 0 auto;
  color: var(--burnt);
  font-size: var(--product-sticky-text-size);
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.product-sticky-price {
  flex: 0 0 auto;
  display: grid;
  justify-items: end;
  gap: 2px;
  min-width: max-content;
}

.product-sticky-price .product-price-line {
  margin: 0;
  gap: 6px;
  font-size: var(--product-sticky-text-size);
  line-height: 1;
}

.product-sticky-price .product-compare-price {
  font-size: var(--product-sticky-text-size);
}

.product-sticky-price .product-discount-note {
  margin: 0;
  font-size: var(--product-sticky-text-size);
  line-height: 1.2;
}

.product-sticky-price .product-discount-note span {
  margin-left: 6px;
}

.product-sticky-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 220ms ease 120ms, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms;
}

.product-sticky-actions.is-visible .product-sticky-buttons {
  opacity: 1;
  transform: translateY(0);
}

.product-sticky-cart {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font: inherit;
  font-size: var(--product-sticky-text-size);
  line-height: 1.2;
  font-weight: var(--weight-semibold);
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-sticky-cart {
  color: var(--white);
  background: var(--burnt);
  border: 1px solid var(--burnt);
  box-shadow: 0 8px 18px rgba(135, 60, 30, 0.11);
  cursor: pointer;
}

.product-sticky-cart:hover,
.product-sticky-cart:focus-visible {
  background: #743217;
  border-color: #743217;
  outline: none;
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .product-sticky-actions,
  .product-sticky-info,
  .product-sticky-buttons {
    transition-duration: 1ms;
    transition-delay: 0ms;
    filter: none;
  }
}

body.product-call-modal-open {
  overflow: hidden;
}

.product-call-modal {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  pointer-events: none;
}

.product-call-modal[hidden] {
  display: none;
}

.product-call-modal.is-open {
  pointer-events: auto;
}

.product-call-overlay {
  position: absolute;
  inset: 0;
  background: rgba(33, 33, 35, 0.24);
  opacity: 0;
  backdrop-filter: blur(8px);
  transition: opacity 240ms ease;
}

.product-call-card {
  position: relative;
  width: min(100%, 540px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: hidden;
  padding: 0;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(33, 33, 35, 0.14);
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow:
    0 24px 58px rgba(33, 33, 35, 0.12),
    inset 0 0 0 1px rgba(135, 60, 30, 0.035);
  opacity: 0;
  isolation: isolate;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 240ms ease,
    transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-call-card-scroll {
  max-height: inherit;
  overflow: auto;
  padding: clamp(22px, 3vw, 32px);
  border-radius: inherit;
  scrollbar-gutter: stable;
}

.product-call-modal.is-open .product-call-overlay {
  opacity: 1;
}

.product-call-modal.is-open .product-call-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-call-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: rgba(33, 33, 35, 0.72);
  background: #fff;
  border: 1px solid rgba(33, 33, 35, 0.18);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-call-close:hover,
.product-call-close:focus-visible {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.28);
  outline: none;
  transform: translateY(-1px);
}

.product-call-card h2 {
  margin: 0 44px 0 0;
  color: var(--charcoal);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.12;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
  white-space: normal;
}

.product-call-description {
  max-width: 520px;
  margin: 10px 44px 0 0;
  color: rgba(33, 33, 35, 0.64);
  font-size: 14px;
  line-height: 1.55;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
}

.product-call-form {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.product-call-form label {
  display: grid;
  gap: 7px;
  color: rgba(33, 33, 35, 0.68);
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.product-call-form input:not([type="radio"]),
.product-call-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--charcoal);
  background: #fff;
  border: 1px solid var(--control-border);
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-call-form textarea {
  resize: vertical;
}

.product-call-form input:not([type="radio"]):focus,
.product-call-form textarea:focus {
  border-color: rgba(135, 60, 30, 0.42);
  box-shadow: 0 0 0 3px rgba(135, 60, 30, 0.08);
}

.product-call-form input:not([type="radio"]).is-invalid {
  border-color: rgba(239, 118, 99, 0.72);
  background:
    linear-gradient(135deg, rgba(239, 118, 99, 0.07), rgba(255, 255, 255, 0) 52%),
    #fff;
  box-shadow:
    0 0 0 3px rgba(239, 118, 99, 0.11),
    inset 0 0 0 1px rgba(135, 60, 30, 0.025);
}

.product-call-source {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.product-call-source legend {
  margin: 0 0 7px;
  padding: 0;
  color: rgba(33, 33, 35, 0.68);
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.product-call-source-select {
  position: relative;
  min-width: 0;
}

.product-call-source-trigger {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  color: rgba(33, 33, 35, 0.62);
  border: 1px solid rgba(135, 60, 30, 0.15);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(222, 179, 74, 0.13), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  box-shadow:
    0 13px 30px rgba(33, 33, 35, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-call-source-trigger [data-call-source-selected] {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-call-source-action {
  flex: 0 0 auto;
  padding-left: 14px;
  color: var(--burnt);
  border-left: 1px solid rgba(135, 60, 30, 0.14);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.product-call-source-select.has-value .product-call-source-trigger {
  color: var(--charcoal);
  border-color: rgba(135, 60, 30, 0.26);
}

.product-call-source-select.is-open .product-call-source-trigger,
.product-call-source-trigger:hover,
.product-call-source-trigger:focus-visible {
  color: var(--charcoal);
  border-color: rgba(135, 60, 30, 0.38);
  box-shadow:
    0 0 0 3px rgba(135, 60, 30, 0.08),
    0 16px 34px rgba(33, 33, 35, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.product-call-source-select.has-error .product-call-source-trigger {
  border-color: rgba(239, 118, 99, 0.72);
  box-shadow:
    0 0 0 3px rgba(239, 118, 99, 0.11),
    0 13px 30px rgba(33, 33, 35, 0.055);
}

.product-call-source-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 9px);
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 22px;
  padding: 12px;
  border: 1px solid rgba(135, 60, 30, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow:
    0 24px 46px rgba(33, 33, 35, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.74) inset;
}

.product-call-source-select.is-open .product-call-source-menu {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 9px;
}

.product-call-source-menu[hidden] {
  display: none;
}

.product-call-source-menu::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(135, 60, 30, 0.22), transparent);
}

.product-call-source-column {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.product-call-source-option {
  min-width: 0;
  min-height: 39px;
  padding: 10px 11px;
  color: rgba(33, 33, 35, 0.78);
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
  text-align: left;
  overflow-wrap: anywhere;
  cursor: pointer;
  outline: none;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.product-call-source-option:hover,
.product-call-source-option:focus-visible {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.13);
  background: rgba(135, 60, 30, 0.055);
  transform: translateY(-1px);
}

.product-call-source-option[aria-selected="true"] {
  color: var(--white);
  border-color: var(--burnt);
  background: var(--burnt);
  box-shadow: 0 11px 22px rgba(135, 60, 30, 0.16);
}

.product-call-status {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 11px 12px;
  color: #2d5b54;
  background:
    linear-gradient(135deg, rgba(222, 179, 74, 0.11), rgba(255, 255, 255, 0) 56%),
    rgba(45, 91, 84, 0.09);
  border: 1px solid rgba(45, 91, 84, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(33, 33, 35, 0.045);
  font-size: 13px;
  line-height: 1.45;
  font-weight: var(--weight-semibold);
}

.product-call-status[hidden] {
  display: none !important;
}

.product-call-status::before {
  content: "✓";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: #2d5b54;
  font-size: 11px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.product-call-status.is-error {
  color: var(--burnt);
  background:
    linear-gradient(135deg, rgba(239, 118, 99, 0.12), rgba(255, 255, 255, 0) 58%),
    rgba(255, 255, 255, 0.96);
  border-color: rgba(239, 118, 99, 0.42);
  box-shadow:
    0 12px 26px rgba(135, 60, 30, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.product-call-status.is-error::before {
  content: "!";
  background: var(--burnt);
}

.product-call-status.is-success {
  color: #2d5b54;
  border-color: rgba(45, 91, 84, 0.16);
  background:
    linear-gradient(135deg, rgba(222, 179, 74, 0.11), rgba(255, 255, 255, 0) 56%),
    rgba(45, 91, 84, 0.09);
}

.product-call-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 4px;
}

.product-call-actions button,
.product-call-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-call-actions button {
  color: var(--white);
  background: var(--burnt);
  border: 1px solid var(--burnt);
  cursor: pointer;
}

.product-call-actions button:hover,
.product-call-actions button:focus-visible {
  background: #743217;
  border-color: #743217;
  outline: none;
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .product-call-overlay,
  .product-call-card {
    transition-duration: 1ms;
  }
}

.product-support-grid {
  display: grid;
  gap: 0;
  margin-top: 26px;
  background: rgba(200, 183, 154, 0.16);
  border: 1px solid rgba(200, 183, 154, 0.18);
  border-radius: 8px;
}

.product-support-grid article {
  padding: 18px;
}

.product-support-grid article + article {
  border-top: 1px solid var(--line-soft);
}

.product-support-grid strong {
  display: block;
  color: var(--charcoal);
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.product-support-grid p {
  margin: 8px 0 0;
  color: rgba(33, 33, 35, 0.68);
  font-size: 13px;
  line-height: 1.55;
  font-weight: var(--weight-medium);
}

.product-detail-section,
.product-similar-section,
.product-brand-story {
  padding: clamp(42px, 5vw, 76px) var(--page-pad);
}

.product-detail-section,
.product-brand-story {
  background: var(--page-bg);
}

.product-detail-section.product-gallery-details {
  padding: clamp(18px, 3vw, 34px) 0 0;
  background: transparent;
}

.product-gallery-details .product-accordion-body {
  width: 100%;
}

@media (max-width: 900px) {
  .product-layout {
    gap: 16px;
  }

  .product-gallery {
    display: contents;
  }

  .product-main-media {
    order: 1;
  }

  .product-summary {
    order: 3;
    margin-top: 8px;
  }

  .product-detail-section.product-gallery-details {
    order: 4;
    padding: 12px 0 0;
  }
}

.product-technical-content {
  min-width: 0;
}

.product-accordion-stack {
  display: grid;
  gap: 0;
}

.product-accordion {
  border-top: 1px solid var(--line-soft);
}

.product-accordion:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.product-accordion summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #050505;
  cursor: pointer;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.2;
  font-weight: var(--weight-regular);
  list-style: none;
}

.product-accordion summary::-webkit-details-marker {
  display: none;
}

.product-accordion summary::after {
  content: "+";
  color: var(--burnt);
  font-size: 22px;
  line-height: 1;
}

.product-accordion[open] summary::after {
  content: "-";
}

.product-accordion-body {
  width: min(760px, 100%);
  padding: 2px 0 28px;
  color: rgba(33, 33, 35, 0.76);
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.75;
  font-weight: var(--weight-medium);
}

.product-accordion-body p,
.product-accordion-body ul {
  margin: 0;
}

.product-accordion-body p + p,
.product-accordion-body ul + p {
  margin-top: 18px;
}

.product-accordion-body ul {
  padding-left: 19px;
}

.product-spec-body {
  width: 100%;
}

.product-doc-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.product-doc-actions button,
.product-diagram-heading button,
.product-review-empty button {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid var(--control-border);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-doc-actions button:hover,
.product-doc-actions button:focus-visible,
.product-diagram-heading button:hover,
.product-diagram-heading button:focus-visible,
.product-review-empty button:hover,
.product-review-empty button:focus-visible {
  color: var(--white);
  background: var(--burnt);
  border-color: var(--burnt);
  outline: none;
}

.product-diagram-heading,
.product-spec-block h3 {
  border-bottom: 1px solid var(--line-soft);
}

.product-diagram-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.product-diagram-heading h3,
.product-spec-block h3,
.product-shipping-grid h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.2;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
}

.product-diagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.product-diagram-card {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.product-diagram-stage {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(33, 33, 35, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 33, 35, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.5);
  background-size: 18px 18px;
}

.product-diagram-stage img {
  width: 76%;
  height: 76%;
  object-fit: cover;
  border-radius: var(--media-radius, 8px);
}

.product-diagram-scale {
  position: absolute;
  inset: auto auto 18px 18px;
  width: 24px;
  height: 68px;
  border: 1px solid var(--line);
  border-radius: 999px 999px 4px 4px;
}

.product-diagram-card strong {
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.product-diagram-card small {
  color: rgba(33, 33, 35, 0.58);
  font-size: 12px;
  line-height: 1.25;
  font-weight: var(--weight-medium);
}

.product-spec-block {
  margin-top: clamp(26px, 4vw, 46px);
}

.product-spec-block h3 {
  padding-bottom: 14px;
}

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(22px, 4vw, 48px);
}

.product-spec-grid div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}

.product-spec-grid span,
.product-status-list span {
  color: rgba(33, 33, 35, 0.56);
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.product-spec-grid strong {
  color: #050505;
  font-size: 14px;
  line-height: 1.42;
  font-weight: var(--weight-semibold);
}

.product-status-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.product-status-list span {
  display: block;
  padding: 11px 12px;
  color: var(--brand-primary);
  background: rgba(135, 60, 30, 0.08);
  border: 1px solid var(--line-warm);
  border-radius: 8px;
}

.product-review-empty {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.product-review-empty strong {
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.35;
  font-weight: var(--weight-semibold);
}

.product-review-empty p {
  color: rgba(33, 33, 35, 0.68);
}

.product-review-empty button {
  justify-self: start;
}

.product-shipping-grid {
  display: grid;
  gap: 24px;
}

.product-shipping-grid article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
}

.product-shipping-grid p {
  width: min(720px, 100%);
  margin: 14px 0 0;
  color: rgba(33, 33, 35, 0.74);
}

.product-similar-row,
.product-similar-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(141px, 198px);
  gap: clamp(12px, 1.275vw, 18px);
  align-items: start;
  justify-content: start;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-similar-section {
  --section-adjacent-pad-top: clamp(26px, 2.85vw, 41px);
  --section-adjacent-pad-bottom: clamp(21px, 2.4vw, 33px);
  padding-block: clamp(32px, 3.75vw, 57px);
}

.product-similar-section .category-inline-heading,
.product-similar-section .catalog-inline-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 21px;
}

.product-similar-section .category-inline-heading h2,
.product-similar-section .catalog-inline-heading h2 {
  padding-bottom: 6px;
  border-bottom-width: 1.5px;
  font-size: clamp(21px, 1.5vw, 24px);
  line-height: 1.18;
}

.product-related-tabs {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
  gap: 5px;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--control-border);
  border-radius: 999px;
  box-shadow:
    0 8px 18px rgba(33, 33, 35, 0.035),
    inset 0 0 0 1px rgba(135, 60, 30, 0.035);
}

.product-related-tabs button {
  appearance: none;
  min-height: 28px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(33, 33, 35, 0.72);
  font-family: inherit;
  font-size: 12px;
  font-weight: var(--weight-semibold);
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-related-tabs button:hover,
.product-related-tabs button:focus-visible {
  color: var(--burnt);
  outline: none;
}

.product-related-tabs button.is-active {
  color: #fff;
  background: var(--burnt);
  box-shadow: 0 6px 14px rgba(135, 60, 30, 0.12);
}

.product-related-tabs button:active {
  transform: translateY(1px);
}

.product-similar-row.is-switching,
.product-similar-grid.is-switching {
  opacity: 0.35;
  transform: translateY(4px);
}

.product-similar-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  scroll-snap-align: start;
  padding: 8px 8px 11px;
  color: #050505;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: 0 11px 24px rgba(33, 33, 35, 0.045);
}

.product-similar-card span {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--media-radius, 8px);
  background: var(--page-bg);
  border: 1px solid var(--line-soft);
}

.product-similar-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 1.2vw, 17px);
  transition: transform 220ms ease, filter 220ms ease;
}

.product-similar-card .category-pick-image--product img {
  object-fit: contain;
  padding: clamp(9px, 1.5vw, 21px);
}

.product-similar-card strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 11px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.product-similar-card small {
  color: rgba(33, 33, 35, 0.58);
  font-size: 11px;
  line-height: 1.25;
}

.product-related-badge {
  justify-self: start;
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.08);
  font-size: 10px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: 1.2;
}

.product-related-empty {
  width: min(390px, calc(100vw - (var(--page-pad) * 2)));
  min-height: 135px;
  display: grid;
  place-items: center;
  padding: 17px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  color: rgba(33, 33, 35, 0.62);
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: var(--weight-medium);
}

.product-similar-card.is-entering,
.product-related-empty.is-entering {
  animation: productRelatedEnter 240ms ease both;
  animation-delay: calc(var(--enter-index, 0) * 28ms);
}

.product-similar-card:hover,
.product-similar-card:focus-visible {
  color: var(--burnt);
  outline: none;
}

.product-similar-card:hover img,
.product-similar-card:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.025);
}

@keyframes productRelatedEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-brand-story-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.product-brand-story h2 {
  margin: 0;
  color: #050505;
  font-size: var(--heading-section-large-size, clamp(34px, 2.8vw, 42px));
  line-height: 1.16;
  font-weight: var(--weight-regular);
}

.product-brand-story p {
  width: min(760px, 100%);
  margin: 0;
  color: rgba(33, 33, 35, 0.74);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.75;
  font-weight: var(--weight-medium);
}

.product-brand-story a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--burnt);
  font-size: 14px;
  font-weight: var(--weight-semibold);
}

.product-brand-story a:hover,
.product-brand-story a:focus-visible {
  color: var(--brand-primary);
  outline: none;
}

body.product-cart-open {
  overflow: hidden;
}

.product-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(33, 33, 35, 0);
  backdrop-filter: blur(0);
  transition: background 240ms ease, backdrop-filter 240ms ease;
}

.product-cart-overlay.is-open {
  background: rgba(33, 33, 35, 0.56);
  backdrop-filter: blur(2px);
}

.product-cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 130;
  width: min(430px, 100vw);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: var(--charcoal);
  background: var(--page-bg);
  box-shadow: -22px 0 54px rgba(33, 33, 35, 0.1);
  transform: translateX(105%);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.product-cart-head,
.product-cart-foot {
  padding: 22px clamp(18px, 4vw, 28px);
  background: rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid var(--line-soft);
}

.product-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.product-cart-head div {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 3px;
  align-items: center;
  min-width: 0;
}

.product-cart-check {
  display: inline-grid;
  place-items: center;
  grid-row: 1 / span 2;
  align-self: center;
  width: 40px;
  height: 40px;
  color: var(--burnt);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(135, 60, 30, 0.08));
  border: 1px solid rgba(135, 60, 30, 0.16);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
  font-weight: var(--weight-semibold);
  box-shadow:
    0 12px 28px rgba(135, 60, 30, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-cart-check.is-cart-mode {
  color: var(--burnt);
  border-color: rgba(135, 60, 30, 0.16);
}

.product-cart-check.is-added-mode {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(155, 78, 43, 0.98), var(--burnt));
  border-color: rgba(135, 60, 30, 0.76);
  box-shadow:
    0 14px 30px rgba(135, 60, 30, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.product-cart-head .product-cart-check svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-cart-icon-check {
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-cart-check.is-added-mode .product-cart-icon-check {
  opacity: 1;
  transform: translateY(0);
}

.product-cart-head strong {
  grid-column: 2;
  min-width: 0;
  color: #050505;
  font-size: clamp(20px, 1.55vw, 23px);
  line-height: 1.18;
  font-weight: var(--weight-semibold);
  overflow-wrap: normal;
  word-break: normal;
}

.product-cart-head small {
  grid-column: 2;
  min-width: 0;
  color: rgba(33, 33, 35, 0.64);
  font-size: 12.5px;
  line-height: 1.48;
  font-weight: var(--weight-medium);
  overflow-wrap: normal;
  word-break: normal;
}

.product-cart-head button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(33, 33, 35, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.product-cart-head button:hover,
.product-cart-head button:focus-visible {
  color: var(--white);
  background: var(--burnt);
  border-color: var(--burnt);
  outline: none;
}

.product-cart-head svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-cart-body {
  overflow-y: auto;
  padding: 28px clamp(18px, 4vw, 28px);
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

.product-cart-body::-webkit-scrollbar {
  width: 10px;
}

.product-cart-body::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  border-radius: 999px;
}

.product-cart-body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border: 2px solid var(--scrollbar-thumb-border);
  border-radius: 999px;
  background-clip: padding-box;
}

.product-cart-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.product-cart-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-soft);
}

.product-cart-list .product-cart-item {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 28px rgba(33, 33, 35, 0.04);
}

.product-cart-item > span,
.product-cart-item-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid var(--line-soft);
}

.product-cart-item-media.is-empty {
  display: grid;
  place-items: center;
  color: var(--burnt);
  font-size: 24px;
  font-weight: var(--weight-semibold);
}

.product-cart-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.product-cart-suggestion img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
}

.product-cart-item-copy {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.product-cart-item strong,
.product-cart-item-title {
  display: block;
  color: #050505;
  font-size: 15px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.product-cart-item-title {
  overflow-wrap: anywhere;
}

.product-cart-item small,
.product-cart-item p,
.product-cart-item b {
  display: block;
  margin: 0;
  color: rgba(33, 33, 35, 0.64);
  font-size: 13px;
  line-height: 1.35;
  font-weight: var(--weight-medium);
}

.product-cart-item b {
  color: var(--charcoal);
  font-weight: var(--weight-semibold);
}

.product-cart-line-price {
  color: var(--burnt);
}

.product-cart-line-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  margin-top: 5px;
}

.product-cart-qty-stepper {
  display: inline-grid;
  grid-template-columns: 30px minmax(28px, auto) 30px;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  border: 1px solid rgba(33, 33, 35, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 10px 22px rgba(33, 33, 35, 0.035),
    inset 0 0 0 1px rgba(135, 60, 30, 0.04);
}

.product-cart-qty-stepper button,
.product-cart-item-remove {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--charcoal);
  font-family: inherit;
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.product-cart-qty-stepper button {
  width: 30px;
  height: 34px;
  font-size: 17px;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease;
}

.product-cart-qty-stepper span {
  min-width: 28px;
  color: #050505;
  text-align: center;
  font-size: 13px;
  font-weight: var(--weight-semibold);
}

.product-cart-qty-stepper button:hover,
.product-cart-qty-stepper button:focus-visible {
  color: #fff;
  background: var(--burnt);
  outline: none;
}

.product-cart-item-remove {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(135, 60, 30, 0.12);
  border-radius: 999px;
  color: rgba(33, 33, 35, 0.62);
  background: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.product-cart-item-remove:hover,
.product-cart-item-remove:focus-visible {
  color: #fff;
  background: var(--burnt);
  border-color: var(--burnt);
  outline: none;
}

.product-cart-empty {
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 22px;
  color: rgba(33, 33, 35, 0.58);
  border: 1px dashed rgba(135, 60, 30, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: var(--weight-semibold);
  text-align: center;
}

.cart-milestone {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0 0 24px;
  padding: 15px;
  color: var(--charcoal);
  border: 1px solid rgba(135, 60, 30, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(222, 179, 74, 0.12), rgba(255, 255, 255, 0) 52%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(33, 33, 35, 0.045);
}

.cart-milestone::before,
.cart-milestone::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}

.cart-milestone::before {
  inset: -18px -8px auto;
  height: 88px;
  background:
    radial-gradient(circle at 12% 62%, rgba(239, 118, 99, 0.82) 0 3px, transparent 4px),
    radial-gradient(circle at 24% 28%, rgba(222, 179, 74, 0.92) 0 3px, transparent 4px),
    radial-gradient(circle at 38% 70%, rgba(122, 153, 155, 0.82) 0 3px, transparent 4px),
    radial-gradient(circle at 58% 24%, rgba(45, 91, 84, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at 76% 66%, rgba(222, 179, 74, 0.88) 0 3px, transparent 4px),
    radial-gradient(circle at 90% 34%, rgba(239, 118, 99, 0.78) 0 3px, transparent 4px);
  transform: translateY(12px) scale(0.9);
}

.cart-milestone::after {
  inset: 0;
  background: linear-gradient(112deg, transparent 0 34%, rgba(255, 255, 255, 0.72) 46%, transparent 60%);
  transform: translateX(-120%);
}

.cart-milestone > * {
  position: relative;
  z-index: 1;
}

.cart-milestone.is-celebrating::before {
  animation: cartMilestoneConfetti 900ms ease-out both;
}

.cart-milestone.is-celebrating::after {
  animation: cartMilestoneSweep 820ms ease-out both;
}

.cart-milestone.is-celebrating-tier-two::before {
  background:
    radial-gradient(circle at 10% 62%, rgba(239, 118, 99, 0.86) 0 4px, transparent 5px),
    radial-gradient(circle at 22% 30%, rgba(222, 179, 74, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 40% 74%, rgba(122, 153, 155, 0.86) 0 4px, transparent 5px),
    radial-gradient(circle at 60% 24%, rgba(45, 91, 84, 0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 68%, rgba(222, 179, 74, 0.9) 0 4px, transparent 5px),
    radial-gradient(circle at 92% 34%, rgba(135, 60, 30, 0.72) 0 4px, transparent 5px);
}

.cart-milestone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cart-milestone-head strong {
  color: #050505;
  font-size: 14.5px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.cart-milestone-head span {
  color: var(--burnt);
  padding: 5px 9px;
  border: 1px solid rgba(135, 60, 30, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
  white-space: nowrap;
}

.cart-milestone-track {
  position: relative;
  height: 16px;
  margin: 9px 11px 6px;
  border: 1px solid rgba(33, 33, 35, 0.16);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(33, 33, 35, 0.08);
}

.cart-milestone-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--cart-progress, 0%);
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(122, 153, 155, 0.88), rgba(222, 179, 74, 0.9), rgba(135, 60, 30, 0.94)),
    var(--burnt);
  box-shadow: 0 0 0 1px rgba(135, 60, 30, 0.08);
  transition: width 240ms ease;
}

.cart-milestone-marker {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  color: var(--burnt);
  border: 1px solid rgba(135, 60, 30, 0.24);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(33, 33, 35, 0.08);
  transform: translate(-50%, -50%);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cart-milestone-marker::before {
  font-size: 11.5px;
  line-height: 1;
  font-weight: var(--weight-semibold);
}

.cart-milestone-marker--tier-one {
  left: var(--cart-tier-one-progress, 60%);
}

.cart-milestone-marker--tier-one::before {
  content: "15%";
}

.cart-milestone-marker--tier-two {
  left: 100%;
}

.cart-milestone-marker--tier-two::before {
  content: "20%";
}

.cart-milestone-marker.is-reached {
  color: #fff;
  border-color: var(--burnt);
  background: var(--burnt);
  box-shadow: 0 10px 22px rgba(135, 60, 30, 0.2);
  transform: translate(-50%, -50%) scale(1.05);
}

.cart-milestone-marker.is-popping {
  animation: cartMilestonePop 680ms cubic-bezier(0.2, 0.92, 0.28, 1.28);
}

.cart-milestone-labels {
  position: relative;
  min-height: 28px;
  color: rgba(33, 33, 35, 0.62);
  font-size: 10.2px;
  line-height: 1.18;
  font-weight: var(--weight-semibold);
}

.cart-milestone-labels span {
  position: absolute;
  top: 0;
  width: 118px;
}

.cart-milestone-labels span:first-child {
  left: 0;
  width: max-content;
  white-space: nowrap;
}

.cart-milestone-labels span:nth-child(2) {
  left: var(--cart-tier-one-progress, 60%);
  transform: translateX(-50%);
  text-align: center;
}

.cart-milestone-labels span:last-child {
  right: 0;
  text-align: right;
}

.cart-milestone-labels b {
  display: block;
  color: #050505;
  font-weight: var(--weight-semibold);
  white-space: nowrap;
}

.cart-milestone p {
  margin: 0;
  color: rgba(33, 33, 35, 0.72);
  font-size: 12.8px;
  line-height: 1.45;
  font-weight: var(--weight-medium);
}

.cart-milestone--drawer {
  margin-bottom: 22px;
  padding: 13px;
}

.cart-milestone--drawer .cart-milestone-labels {
  font-size: 10px;
}

.cart-milestone--summary {
  margin: 18px 0 20px;
}

.cart-page .cart-milestone--summary {
  margin: 18px 22px 2px;
}

@keyframes cartMilestoneConfetti {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.9) rotate(0deg);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-16px) scale(1.06) rotate(4deg);
  }
}

@keyframes cartMilestoneSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  34% {
    opacity: 0.82;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes cartMilestonePop {
  0% {
    transform: translate(-50%, -50%) scale(1.05);
  }

  34% {
    transform: translate(-50%, -50%) scale(1.36) rotate(-8deg);
  }

  68% {
    transform: translate(-50%, -50%) scale(0.96) rotate(5deg);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-milestone.is-celebrating::before,
  .cart-milestone.is-celebrating::after,
  .cart-milestone-marker.is-popping {
    animation: none;
  }
}

.product-cart-upsell-panel {
  position: fixed;
  top: 50%;
  left: calc((100vw - min(430px, 100vw)) / 2);
  z-index: 125;
  width: min(320px, calc(100vw - min(430px, 100vw) - 72px));
  color: var(--charcoal);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -48%) scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-cart-upsell-panel.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.product-cart-upsell-panel-inner {
  display: grid;
  width: 100%;
  justify-items: center;
  gap: 10px;
  padding: 0;
}

.product-cart-upsell-panel h3 {
  margin: 0;
  justify-self: center;
  color: #fff;
  text-align: center;
  padding: 7px 13px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(33, 33, 35, 0.12);
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: var(--weight-semibold);
}

.product-cart-suggestions {
  padding-top: 28px;
}

.product-cart-suggestions h3 {
  margin: 0 0 18px;
  color: rgba(33, 33, 35, 0.62);
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.product-cart-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-cart-suggestion-grid--upsell {
  grid-template-columns: minmax(0, 1fr);
}

.product-cart-upsell {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(135, 60, 30, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(135, 60, 30, 0.065), rgba(222, 179, 74, 0.05) 58%, rgba(255, 255, 255, 0.84)),
    #fff;
  box-shadow: 0 16px 34px rgba(33, 33, 35, 0.052);
}

.product-cart-upsell-panel .product-cart-upsell {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-color: rgba(135, 60, 30, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 246, 242, 0.99) 100%),
    var(--page-bg);
  box-shadow: 0 18px 42px rgba(33, 33, 35, 0.14);
}

.product-cart-upsell-panel .product-cart-upsell-media {
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 0;
  background: #fff;
  cursor: default;
}

.product-cart-upsell-panel .product-cart-upsell-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px 28px 18px;
  transform: none;
}

.product-cart-upsell-panel .product-cart-upsell-body {
  align-content: start;
  gap: 12px;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(135, 60, 30, 0.08);
  background: var(--page-bg);
}

.product-cart-upsell-panel .product-cart-upsell-body strong {
  color: #050505;
  font-size: 16px;
  line-height: 1.24;
  font-weight: var(--weight-semibold);
}

.product-cart-upsell-panel .product-cart-upsell-add {
  justify-self: stretch;
  min-height: 42px;
  margin-top: 0;
  border-radius: 8px;
  font-size: 13px;
}

.product-cart-upsell--loading {
  min-height: 112px;
  place-items: center;
  color: rgba(33, 33, 35, 0.58);
  font-size: 12px;
  font-weight: var(--weight-semibold);
}

.product-cart-upsell-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.product-cart-upsell-media.is-empty {
  display: grid;
  place-items: center;
  color: var(--burnt);
  font-size: 26px;
  font-weight: var(--weight-semibold);
}

.product-cart-upsell-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 220ms ease, filter 220ms ease;
}

.product-cart-upsell-body {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.product-cart-upsell-body span {
  color: var(--burnt);
  font-size: 11px;
  line-height: 1.2;
  font-weight: var(--weight-semibold);
}

.product-cart-upsell-body a,
.product-cart-upsell-body strong {
  color: #050505;
  font-size: 13px;
  line-height: 1.28;
  font-weight: var(--weight-semibold);
}

.product-cart-upsell-body small {
  color: rgba(33, 33, 35, 0.58);
  font-size: 11px;
  line-height: 1.25;
  font-weight: var(--weight-medium);
}

.product-cart-upsell-add {
  appearance: none;
  justify-self: start;
  min-height: 36px;
  margin-top: 3px;
  padding: 0 16px;
  border: 1px solid rgba(135, 60, 30, 0.18);
  border-radius: 6px;
  color: #fff;
  background: var(--burnt);
  font-family: inherit;
  font-size: 12px;
  font-weight: var(--weight-semibold);
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(135, 60, 30, 0.14);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.product-cart-upsell-add:hover,
.product-cart-upsell-add:focus-visible {
  border-color: var(--gold);
  background: #763318;
  outline: none;
}

.product-cart-upsell-add:disabled {
  cursor: default;
  color: var(--burnt);
  background: rgba(135, 60, 30, 0.08);
  box-shadow: none;
}

.product-cart-upsell:hover .product-cart-upsell-media img,
.product-cart-upsell:focus-within .product-cart-upsell-media img {
  filter: saturate(1.05) contrast(1.03);
  transform: none;
}

.product-cart-suggestion {
  min-width: 0;
  display: grid;
  gap: 9px;
  color: #050505;
}

.product-cart-suggestion span {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line-soft);
}

.product-cart-suggestion img {
  transition: transform 220ms ease, filter 220ms ease;
}

.product-cart-suggestion strong {
  font-size: 11px;
  line-height: 1.24;
  font-weight: var(--weight-semibold);
}

.product-cart-suggestion small {
  color: rgba(33, 33, 35, 0.58);
  font-size: 11px;
  line-height: 1.2;
  font-weight: var(--weight-medium);
}

.product-cart-suggestion:hover,
.product-cart-suggestion:focus-visible {
  color: var(--burnt);
  outline: none;
}

.product-cart-suggestion:hover img,
.product-cart-suggestion:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.025);
}

.product-cart-foot {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line-soft);
  border-bottom: none;
}

.product-cart-foot a,
.product-cart-foot button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.product-cart-foot a:first-child,
.product-cart-foot button:first-child {
  color: var(--white);
  background: var(--burnt);
  border: 1px solid var(--burnt);
}

.product-cart-foot button:last-child {
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(33, 33, 35, 0.2);
  box-shadow: inset 0 0 0 1px rgba(135, 60, 30, 0.035);
}

.product-cart-foot a:hover,
.product-cart-foot a:focus-visible,
.product-cart-foot button:hover,
.product-cart-foot button:focus-visible {
  color: var(--white);
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  outline: none;
}

.cart-main {
  min-height: 100vh;
}

.cart-hero {
  padding: clamp(30px, 4vw, 58px) var(--page-pad) clamp(20px, 3vw, 34px);
}

.cart-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.4fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: end;
}

.cart-heading-row h1 {
  margin: 0;
  color: #050505;
  font-size: var(--heading-section-large-size, clamp(34px, 2.8vw, 42px));
  line-height: 1.12;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
}

.cart-heading-row p:not(.eyebrow) {
  margin: 0;
  color: rgba(33, 33, 35, 0.68);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
  font-weight: var(--weight-medium);
}

.cart-content-section {
  padding: clamp(24px, 4vw, 48px) var(--page-pad) clamp(38px, 5vw, 72px);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.cart-items-column {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.cart-items-list {
  display: grid;
  gap: 18px;
}

.cart-line-item {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 32px rgba(33, 33, 35, 0.06);
  animation: cartItemIn 320ms ease both;
}

.cart-line-item:has(.merlons-select.is-open) {
  z-index: 30;
}

@keyframes cartItemIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cart-line-media {
  display: block;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid var(--line-soft);
}

.cart-line-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-line-copy {
  min-width: 0;
}

.cart-line-copy h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(12px, 0.78vw, 13px);
  line-height: 1.22;
  font-weight: var(--weight-semibold);
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.cart-line-copy h2 a {
  color: inherit;
}

.cart-line-copy h2 a:hover,
.cart-line-copy h2 a:focus-visible {
  color: var(--burnt);
  outline: none;
}

.cart-line-copy small,
.cart-line-meta span {
  color: rgba(33, 33, 35, 0.66);
  font-size: 13px;
  line-height: 1.45;
  font-weight: var(--weight-medium);
}

.cart-line-copy small {
  display: block;
  margin: 6px 0 0;
}

.cart-line-price {
  margin: 12px 0 0;
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.cart-line-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.cart-line-meta span {
  padding: 7px 10px;
  color: var(--brand-primary);
  background: rgba(135, 60, 30, 0.08);
  border: 1px solid var(--line-warm);
  border-radius: 999px;
  font-weight: var(--weight-semibold);
}

.cart-line-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.cart-line-actions button {
  padding: 0;
  color: var(--charcoal);
  background: transparent;
  border: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.cart-line-actions button:hover,
.cart-line-actions button:focus-visible {
  color: var(--burnt);
  outline: none;
}

.cart-line-control {
  min-width: 150px;
  display: grid;
  gap: 16px;
  justify-items: end;
  text-align: right;
}

.cart-line-control label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: var(--weight-semibold);
}

.cart-line-control select {
  min-width: 64px;
  min-height: 38px;
  padding: 0 34px 0 11px;
  color: var(--charcoal);
  border: 1px solid var(--control-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.64);
  box-shadow: 0 8px 18px rgba(33, 33, 35, 0.05);
  font: inherit;
  font-weight: var(--weight-semibold);
}

.cart-line-control .merlons-select {
  z-index: 1;
  min-width: 70px;
}

.cart-line-control .merlons-select.is-open {
  z-index: 31;
}

.cart-line-control .merlons-select-button {
  min-height: 38px;
  padding: 0 10px 0 12px;
  border-color: var(--control-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.cart-line-control .merlons-select-menu {
  right: 0;
  left: auto;
}

.cart-line-control strong {
  color: var(--burnt);
  font-size: 13px;
  line-height: 1.35;
  font-weight: var(--weight-semibold);
}

.cart-summary-column {
  position: sticky;
  top: calc(var(--header-h) + 18px);
  display: grid;
  gap: 18px;
}

.cart-summary-card,
.cart-empty,
.cart-explore-panel {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.cart-summary-card,
.cart-empty {
  padding: clamp(18px, 2.4vw, 26px);
}

.cart-summary-card h2,
.cart-empty h2,
.cart-explore-section h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
  font-weight: var(--weight-regular);
  letter-spacing: 0;
}

.cart-summary-card dl {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.cart-summary-card dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.cart-summary-card dt,
.cart-summary-card dd,
.cart-project-code span,
.cart-empty p {
  color: rgba(33, 33, 35, 0.68);
  font-size: 14px;
  line-height: 1.5;
  font-weight: var(--weight-medium);
}

.cart-summary-card dd {
  margin: 0;
  color: var(--charcoal);
  font-weight: var(--weight-semibold);
  text-align: right;
}

.cart-project-code {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.cart-project-code input {
  min-height: 44px;
  padding: 10px 12px;
  color: var(--charcoal);
  border: 1px solid var(--control-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.64);
  box-shadow: var(--control-shadow);
  font: inherit;
}

.cart-consult-button,
.cart-empty a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--weight-semibold);
}

.cart-consult-button {
  color: var(--white);
  background: var(--burnt);
  border: 1px solid var(--burnt);
  cursor: pointer;
}

.cart-empty a {
  margin-top: 10px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(33, 33, 35, 0.2);
  box-shadow: inset 0 0 0 1px rgba(135, 60, 30, 0.035);
}

.cart-consult-button:hover,
.cart-consult-button:focus-visible,
.cart-empty a:hover,
.cart-empty a:focus-visible {
  color: var(--white);
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  outline: none;
}

.cart-empty p {
  margin: 12px 0 0;
}

.cart-explore-section {
  padding: clamp(32px, 5vw, 70px) var(--page-pad);
  background: var(--page-bg);
}

.cart-explore-section h2 {
  margin-bottom: 22px;
}

.cart-explore-panel {
  padding: clamp(18px, 2.4vw, 26px);
}

.cart-explore-panel + .cart-explore-panel {
  margin-top: 18px;
}

.cart-explore-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.cart-explore-heading span {
  height: 1px;
  background: rgba(33, 33, 35, 0.2);
}

.cart-explore-heading h3 {
  margin: 0;
  color: #050505;
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--weight-regular);
  text-align: center;
}

.cart-explore-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}

.cart-explore-row-short {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(660px, 100%);
}

.cart-explore-card {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: #050505;
  text-align: center;
}

.cart-explore-card span {
  display: block;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.cart-explore-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.cart-explore-card strong {
  font-size: 13px;
  line-height: 1.3;
  font-weight: var(--weight-semibold);
}

.cart-explore-card small {
  color: rgba(33, 33, 35, 0.58);
  font-size: 12px;
  line-height: 1.25;
}

.cart-explore-card:hover,
.cart-explore-card:focus-visible {
  color: var(--burnt);
  outline: none;
}

.cart-explore-card:hover img,
.cart-explore-card:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.025);
}

.cart-page .site-header {
  box-shadow: 0 10px 28px rgba(33, 33, 35, 0.06);
}

.cart-page .cart-hero {
  padding-top: clamp(20px, 2.6vw, 36px);
  padding-bottom: clamp(6px, 1vw, 12px);
}

.cart-page .catalog-breadcrumb {
  margin-bottom: 0;
}

.cart-page .cart-heading-row {
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  align-items: start;
}

.cart-page .cart-heading-row h1 {
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.16;
}

.cart-page .cart-heading-row p:not(.eyebrow) {
  max-width: 520px;
  justify-self: end;
  font-size: 15px;
  line-height: 1.65;
}

.cart-page .cart-content-section {
  padding-top: clamp(10px, 1.8vw, 24px);
}

.cart-page .cart-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 4.2vw, 62px);
}

.cart-page .cart-line-item {
  grid-template-columns: 150px minmax(0, 1fr) minmax(132px, auto);
  padding: clamp(22px, 2.5vw, 32px);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.cart-page .cart-line-media {
  aspect-ratio: 1.35 / 1;
  background: var(--page-bg);
}

.cart-page .cart-line-media img {
  object-fit: contain;
}

.cart-line-detail {
  margin: 12px 0 0;
  color: rgba(33, 33, 35, 0.74);
  font-size: 13px;
  line-height: 1.5;
  font-weight: var(--weight-medium);
}

.cart-page .cart-line-meta {
  margin-top: 18px;
}

.cart-page .cart-line-meta span {
  border-radius: 999px;
  background: rgba(135, 60, 30, 0.06);
}

.cart-page .cart-line-control strong {
  color: var(--charcoal);
  font-size: 17px;
}

.cart-page .cart-summary-column {
  top: calc(var(--header-h) + 18px);
}

.cart-page .cart-summary-card,
.cart-page .cart-empty,
.cart-page .cart-explore-panel {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.cart-page .cart-summary-card {
  padding: 0;
  overflow: hidden;
}

.cart-page .cart-summary-card h2 {
  padding: 18px 22px;
  background: rgba(135, 60, 30, 0.08);
  font-size: 21px;
  font-weight: var(--weight-semibold);
}

.cart-page .cart-summary-card dl {
  margin: 0;
  padding: 18px 22px 16px;
  gap: 12px;
}

.cart-page .cart-summary-total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}

.cart-page .cart-summary-total dt,
.cart-page .cart-summary-total dd {
  color: var(--charcoal);
  font-size: 20px;
  font-weight: var(--weight-semibold);
}

.cart-page .cart-summary-saving-row dt,
.cart-page .cart-summary-saving-row dd {
  color: var(--burnt);
}

.cart-page .cart-project-code {
  margin: 0;
  padding: 0 22px 18px;
}

.cart-coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.cart-coupon-row input {
  width: 100%;
}

.cart-coupon-row button {
  min-width: 92px;
  color: var(--charcoal);
  border: 1px solid var(--control-border);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow:
    0 8px 18px rgba(33, 33, 35, 0.045),
    inset 0 0 0 1px rgba(135, 60, 30, 0.035);
  font: inherit;
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.cart-coupon-row button:hover,
.cart-coupon-row button:focus-visible {
  color: var(--burnt);
  border-color: var(--control-border-strong);
  background: var(--control-bg-hover);
  outline: none;
}

.cart-page .cart-consult-button {
  width: calc(100% - 44px);
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 22px;
}

.cart-page .cart-consult-button {
  background: var(--burnt);
  border-color: var(--burnt);
}

.cart-benefits-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 92px);
  padding-top: clamp(34px, 6vw, 72px);
}

.cart-benefits-row article {
  max-width: 410px;
}

.cart-benefits-row h2 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.2;
  font-weight: var(--weight-semibold);
}

.cart-benefits-row p {
  margin: 0;
  color: rgba(33, 33, 35, 0.72);
  font-size: 14px;
  line-height: 1.55;
  font-weight: var(--weight-medium);
}

@media (max-width: 1180px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-page.catalog-filters-hidden .catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .catalog-rec-row,
  .catalog-guide-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  }

  .catalog-rail {
    grid-template-columns: repeat(auto-fit, minmax(112px, 144px));
    justify-content: start;
  }

  .tile-format-catalog-page .catalog-rail {
    grid-template-columns: repeat(3, minmax(0, clamp(136px, 20vw, 176px)));
    justify-content: start;
  }
}

@media (max-width: 900px) {
  .catalog-heading-row,
  .catalog-toolbar,
  .catalog-layout,
  .catalog-learn-shell,
  .product-layout,
  .product-brand-story-grid,
  .cart-heading-row,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .product-summary {
    position: static;
  }

  .cart-summary-column {
    position: static;
  }

  .cart-page .cart-heading-row,
  .cart-page .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-page .cart-summary-column {
    min-width: 0;
    width: 100%;
    position: static;
  }

  .catalog-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .catalog-filter-toggle,
  .catalog-sort {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    align-self: auto;
  }

  .catalog-filters {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 90;
    width: min(360px, calc(100vw - 34px));
    max-height: none;
    padding: 22px 18px 34px;
    background: var(--page-bg);
    box-shadow: 24px 0 46px rgba(33, 33, 35, 0.22);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .catalog-page.catalog-filters-hidden .catalog-filters {
    display: block;
  }

  body.catalog-filters-open {
    overflow: hidden;
  }

  body.catalog-filters-open .catalog-filters {
    transform: translateX(0) !important;
  }

  body.catalog-filters-open .catalog-shop::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(33, 33, 35, 0.38);
  }

  .product-cart-upsell-panel {
    display: none;
  }
}

@media (max-width: 680px) {
  .catalog-intro {
    padding-top: 22px;
  }

  .catalog-heading-row h1 {
    font-size: clamp(22px, 6.8vw, 30px);
    overflow-wrap: break-word;
  }

  .catalog-rail {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 148px));
    justify-content: start;
    gap: 16px 12px;
    padding: 16px 16px 20px;
  }

  .catalog-heading-row:has(+ .catalog-rail) {
    width: 100%;
  }

  .tile-format-catalog-page .catalog-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .catalog-heading-row {
    padding: 18px 16px 14px;
  }

  .catalog-rail-card span {
    aspect-ratio: 1 / 0.78;
  }

  .tile-format-catalog-page .catalog-rail-card span {
    aspect-ratio: 0.98 / 1;
  }

  .catalog-grid,
  .catalog-page.catalog-filters-hidden .catalog-grid,
  .catalog-rec-row,
  .catalog-guide-links {
    grid-template-columns: 1fr;
  }

  .catalog-product-media,
  .catalog-rec-card span,
  .product-similar-card span {
    aspect-ratio: 1.18 / 1;
  }

  .product-hero,
  .product-detail-section,
  .product-similar-section,
  .product-brand-story {
    padding-left: var(--page-pad);
    padding-right: var(--page-pad);
  }

  .product-main-media {
    height: clamp(300px, 68vw, 380px);
  }

  .product-doc-actions,
  .product-diagram-grid,
  .product-spec-grid,
  .cart-line-item,
  .cart-explore-row,
  .cart-explore-row-short {
    grid-template-columns: 1fr;
  }

  .cart-line-control {
    justify-items: start;
    text-align: left;
  }

  .cart-page .cart-line-item,
  .cart-page .cart-explore-row,
  .cart-page .cart-explore-row-short {
    grid-template-columns: 1fr;
  }

  .cart-page .cart-line-control {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .cart-benefits-row {
    grid-template-columns: 1fr;
  }

  .cart-explore-heading {
    grid-template-columns: 1fr;
  }

  .cart-explore-heading span {
    display: none;
  }

  .product-diagram-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-title-row {
    grid-template-columns: 1fr;
  }

  .product-sticky-actions {
    top: auto;
    bottom: 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 0;
    transform: translateY(18px) scale(0.992);
  }

  .product-sticky-actions-inner {
    --product-sticky-text-size: 13px;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .product-sticky-info {
    justify-content: space-between;
    gap: 12px;
  }

  .product-sticky-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-sticky-cart {
    min-height: 44px;
    padding-inline: 10px;
  }

  .product-quantity-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-pagination {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .product-call-modal {
    padding: 14px;
  }

  .product-call-card {
    max-height: calc(100vh - 28px);
  }

  .product-call-card-scroll {
    padding: 22px;
  }

  .product-call-source-trigger {
    min-height: 50px;
    gap: 10px;
    padding: 12px;
    font-size: 13px;
  }

  .product-call-source-action {
    padding-left: 10px;
    font-size: 10.5px;
  }

  .product-call-source-menu {
    column-gap: 16px;
    padding: 10px;
  }

  .product-call-source-option {
    min-height: 38px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .product-call-actions {
    grid-template-columns: 1fr;
  }

  .catalog-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tile-format-catalog-page .catalog-rail {
    grid-template-columns: 1fr;
  }

  .catalog-rail-card {
    grid-template-rows: auto auto;
  }

  .catalog-rail-card span {
    aspect-ratio: 1 / 0.78;
  }

  .tile-format-catalog-page .catalog-rail-card span {
    aspect-ratio: 1.28 / 1;
  }

  .catalog-rail-card strong {
    min-height: auto;
  }

  .product-cart-body {
    padding-inline: 16px;
  }

  .product-cart-list .product-cart-item {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 10px;
  }

  .product-cart-line-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-milestone {
    padding: 13px;
  }

  .cart-milestone-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cart-milestone-track {
    margin-inline: 9px;
  }

  .cart-milestone-labels {
    min-height: 28px;
    font-size: 9.8px;
  }

  .cart-page .cart-milestone--summary {
    margin-inline: 18px;
  }
}

.catalog-rail-card span,
.catalog-rec-card img,
.catalog-product-media,
.product-main-media,
.product-diagram-stage img,
.product-similar-card span,
.product-cart-suggestion img,
.cart-line-media,
.cart-explore-card img {
  border-radius: var(--media-radius, 8px);
}

/* Circular product controls keep equal axes even when global form styles apply. */
:is(
  .product-gallery-controls button,
  .product-quantity button,
  .product-cart-head button,
  .product-cart-check
) {
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.product-gallery-controls button {
  inline-size: 42px;
  block-size: 42px;
  min-inline-size: 42px;
  min-block-size: 42px;
  max-inline-size: 42px;
  max-block-size: 42px;
  flex-basis: 42px;
}

.product-quantity button {
  inline-size: 32px;
  block-size: 32px;
  min-inline-size: 32px;
  min-block-size: 32px;
  max-inline-size: 32px;
  max-block-size: 32px;
  flex-basis: 32px;
}

.product-cart-head button {
  inline-size: 40px;
  block-size: 40px;
  min-inline-size: 40px;
  min-block-size: 40px;
  max-inline-size: 40px;
  max-block-size: 40px;
  flex-basis: 40px;
}

.product-cart-check {
  inline-size: 40px;
  block-size: 40px;
  min-inline-size: 40px;
  min-block-size: 40px;
  max-inline-size: 40px;
  max-block-size: 40px;
  flex-basis: 40px;
}

:is(.product-gallery-controls button, .product-quantity button, .product-cart-head button) > svg {
  display: block;
  flex: 0 0 auto;
  margin: auto;
}

.product-quantity input[data-qty-value] {
  inline-size: 38px !important;
  width: 38px !important;
  min-inline-size: 38px;
  max-inline-size: 38px;
  flex: 0 0 38px;
  min-height: 32px !important;
  height: 32px !important;
  min-block-size: 32px !important;
  block-size: 32px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: none !important;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-empty,
  .cart-explore-section
) {
  text-align: center;
}

:is(
  .catalog-heading-row > h1,
  .catalog-inline-heading > h2,
  .product-brand-story > h2,
  .cart-empty > h2,
  .cart-explore-section > h2
) {
  position: relative;
  width: fit-content;
  max-width: min(100%, 920px);
  margin-inline: auto;
  overflow: visible;
  text-align: center;
}

:is(
  .catalog-heading-row > h1,
  .catalog-inline-heading > h2,
  .product-brand-story > h2,
  .cart-empty > h2,
  .cart-explore-section > h2
)::before,
:is(
  .catalog-heading-row > h1,
  .catalog-inline-heading > h2,
  .product-brand-story > h2,
  .cart-empty > h2,
  .cart-explore-section > h2
)::after {
  content: none;
  display: none;
}

:is(
  .catalog-heading-row > h1,
  .catalog-inline-heading > h2,
  .product-brand-story > h2,
  .cart-empty > h2,
  .cart-explore-section > h2
)::before {
  right: 100%;
  margin-right: var(--heading-divider-gap, clamp(12px, 1.8vw, 26px));
}

:is(
  .catalog-heading-row > h1,
  .catalog-inline-heading > h2,
  .product-brand-story > h2,
  .cart-empty > h2,
  .cart-explore-section > h2
)::after {
  left: 100%;
  margin-left: var(--heading-divider-gap, clamp(12px, 1.8vw, 26px));
  transform: scaleX(-1);
}

@media (max-width: 520px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-empty,
    .cart-explore-section
  ) > :is(h1, h2):not(.sr-only) {
    padding-bottom: 12px;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-empty,
    .cart-explore-section
  ) > :is(h1, h2):not(.sr-only)::before {
    content: none;
    display: none;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-empty,
    .cart-explore-section
  ) > :is(h1, h2):not(.sr-only)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: clamp(52px, 28vw, 96px);
    margin-left: 0;
    background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
    transform: translateX(-50%);
  }
}

/* Final override lives last so legacy audit blocks cannot re-expand heading rails. */
:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-heading,
  .cart-explore-section
) {
  text-align: center;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-heading,
  .cart-explore-section
) > :is(h1, h2, h3):not(.sr-only) {
  width: fit-content;
  max-width: min(920px, calc(100% - ((var(--heading-divider-width, clamp(42px, 8.5vw, 170px)) + var(--heading-divider-gap, clamp(10px, 1.4vw, 22px))) * 2)));
  margin-inline: auto;
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.16;
  text-align: center;
  text-wrap: balance;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::before,
:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::after {
  content: "";
  width: var(--heading-divider-width, clamp(42px, 8.5vw, 170px));
  background: var(--heading-divider-line, linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.62) 100%));
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::before {
  margin-right: var(--heading-divider-gap, clamp(10px, 1.4vw, 22px));
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::after {
  margin-left: var(--heading-divider-gap, clamp(10px, 1.4vw, 22px));
}

.catalog-learn-aside > h2:not(.sr-only) {
  max-width: 100%;
  padding-bottom: 13px;
}

.catalog-learn-aside > h2:not(.sr-only)::before {
  content: none;
  display: none;
}

.catalog-learn-aside > h2:not(.sr-only)::after {
  top: auto;
  bottom: 0;
  left: 50%;
  width: clamp(52px, 38%, 92px);
  margin-left: 0;
  background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section
  ) > :is(h1, h2):not(.sr-only) {
    max-width: min(100%, 21ch);
  }
}

@media (max-width: 520px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only) {
    max-width: min(100%, 18ch);
    padding-bottom: 12px;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only)::before {
    content: none;
    display: none;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: clamp(52px, 28vw, 96px);
    margin-left: 0;
    background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
    transform: translateX(-50%);
  }
}

/* Final override lives last so legacy audit blocks cannot re-expand heading rails. */
:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-heading,
  .cart-explore-section
) {
  text-align: center;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-heading,
  .cart-explore-section
) > :is(h1, h2, h3):not(.sr-only) {
  width: fit-content;
  max-width: min(920px, calc(100% - ((var(--heading-divider-width, clamp(42px, 8.5vw, 170px)) + var(--heading-divider-gap, clamp(10px, 1.4vw, 22px))) * 2)));
  margin-inline: auto;
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.16;
  text-align: center;
  text-wrap: balance;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::before,
:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::after {
  content: "";
  width: var(--heading-divider-width, clamp(42px, 8.5vw, 170px));
  background: var(--heading-divider-line, linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.62) 100%));
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::before {
  margin-right: var(--heading-divider-gap, clamp(10px, 1.4vw, 22px));
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::after {
  margin-left: var(--heading-divider-gap, clamp(10px, 1.4vw, 22px));
}

.catalog-learn-aside > h2:not(.sr-only) {
  max-width: 100%;
  padding-bottom: 13px;
}

.catalog-learn-aside > h2:not(.sr-only)::before {
  content: none;
  display: none;
}

.catalog-learn-aside > h2:not(.sr-only)::after {
  top: auto;
  bottom: 0;
  left: 50%;
  width: clamp(52px, 38%, 92px);
  margin-left: 0;
  background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section
  ) > :is(h1, h2):not(.sr-only) {
    max-width: min(100%, 21ch);
  }
}

@media (max-width: 520px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only) {
    max-width: min(100%, 18ch);
    padding-bottom: 12px;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only)::before {
    content: none;
    display: none;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: clamp(52px, 28vw, 96px);
    margin-left: 0;
    background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
    transform: translateX(-50%);
  }
}

/* Final catalog/product polish: keep titles, dividers, cards, and CTAs aligned. */
:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-heading,
  .cart-explore-section
) {
  text-align: center;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-heading,
  .cart-explore-section
) > :is(h1, h2, h3):not(.sr-only) {
  position: relative;
  width: fit-content;
  max-width: min(920px, calc(100% - ((var(--heading-divider-width, clamp(42px, 8.5vw, 170px)) + var(--heading-divider-gap, clamp(10px, 1.4vw, 22px))) * 2)));
  margin-inline: auto;
  padding-bottom: 0;
  border-bottom: 0;
  color: #050505;
  line-height: 1.16;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::before,
:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: var(--heading-divider-width, clamp(42px, 8.5vw, 170px));
  height: 1px;
  background: var(--heading-divider-line, linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.62) 100%));
  pointer-events: none;
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::before {
  right: 100%;
  margin-right: var(--heading-divider-gap, clamp(10px, 1.4vw, 22px));
}

:is(
  .catalog-heading-row,
  .catalog-inline-heading,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > :is(h1, h2):not(.sr-only)::after {
  left: 100%;
  margin-left: var(--heading-divider-gap, clamp(10px, 1.4vw, 22px));
  transform: scaleX(-1);
}

:is(
  .catalog-heading-row,
  .product-brand-story,
  .cart-heading-row,
  .cart-empty,
  .cart-explore-section
) > p:not(.eyebrow) {
  width: min(100%, 68ch);
  margin: clamp(12px, 1.4vw, 18px) auto 0;
  color: rgba(33, 33, 35, 0.72);
  line-height: 1.62;
  text-align: center;
}

.catalog-learn-aside > h2:not(.sr-only) {
  max-width: 100%;
  padding-bottom: 13px;
}

.catalog-learn-aside > h2:not(.sr-only)::before {
  content: none;
  display: none;
}

.catalog-learn-aside > h2:not(.sr-only)::after {
  top: auto;
  bottom: 0;
  left: 50%;
  width: clamp(52px, 38%, 92px);
  margin-left: 0;
  background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
  transform: translateX(-50%);
}

.product-title-row,
.product-summary {
  text-align: left;
}

.product-title-row h1 {
  max-width: 100%;
  text-wrap: balance;
}

:is(
  .catalog-product-card h2,
  .catalog-product-title-link,
  .catalog-rec-card,
  .product-similar-card,
  .product-cart-item-title,
  .cart-explore-card
) {
  text-align: center;
  text-wrap: balance;
}

:is(
  .product-related-tabs,
  .product-call-actions,
  .product-doc-actions,
  .product-cart-foot,
  .cart-line-actions,
  .cart-coupon-row,
  .cart-page .cart-consult-button
) button,
:is(.product-secondary-action, .cart-consult-button) {
  min-height: 40px;
  align-items: center;
  justify-content: center;
  line-height: 1.12;
  text-align: center;
}

.product-similar-section .category-inline-heading,
.product-similar-section .catalog-inline-heading {
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 760px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section
  ) > :is(h1, h2):not(.sr-only) {
    max-width: min(100%, 21ch);
  }
}

@media (max-width: 520px) {
  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only) {
    max-width: min(100%, 18ch);
    padding-bottom: 12px;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only)::before {
    content: none;
    display: none;
  }

  :is(
    .catalog-heading-row,
    .catalog-inline-heading,
    .product-brand-story,
    .cart-heading-row,
    .cart-empty,
    .cart-explore-section,
    .catalog-learn-aside
  ) > :is(h1, h2):not(.sr-only)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: clamp(52px, 28vw, 96px);
    margin-left: 0;
    background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
    transform: translateX(-50%);
  }
}

.catalog-learn-aside {
  text-align: center;
}

.catalog-learn-aside > h2:not(.sr-only) {
  position: relative;
  width: fit-content;
  max-width: min(100%, 920px);
  margin-inline: auto;
  overflow: visible;
  text-align: center;
}

.catalog-learn-aside > h2:not(.sr-only)::before,
.catalog-learn-aside > h2:not(.sr-only)::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: var(--heading-divider-width, clamp(54px, 12vw, 210px));
  height: 1px;
  background: var(--heading-divider-line, linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.58) 100%));
  pointer-events: none;
}

.catalog-learn-aside > h2:not(.sr-only)::before {
  right: 100%;
  margin-right: var(--heading-divider-gap, clamp(12px, 1.8vw, 26px));
}

.catalog-learn-aside > h2:not(.sr-only)::after {
  left: 100%;
  margin-left: var(--heading-divider-gap, clamp(12px, 1.8vw, 26px));
  transform: scaleX(-1);
}

@media (max-width: 520px) {
  .catalog-learn-aside > h2:not(.sr-only) {
    padding-bottom: 12px;
  }

  .catalog-learn-aside > h2:not(.sr-only)::before {
    content: none;
    display: none;
  }

  .catalog-learn-aside > h2:not(.sr-only)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: clamp(52px, 28vw, 96px);
    margin-left: 0;
    background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
    transform: translateX(-50%);
  }
}

.product-similar-section .category-inline-heading,
.product-similar-section .catalog-inline-heading {
  align-items: center;
  text-align: center;
}

:is(
  .catalog-product-card,
  .catalog-rec-card,
  .product-similar-card,
  .product-cart-suggestion,
  .cart-explore-card
) {
  text-align: center;
}

.catalog-swatch-row {
  justify-content: center;
}

.product-related-badge {
  justify-self: center;
}

/* Final guard: compact aside dividers should not stretch into the content edges. */
.catalog-learn-aside {
  text-align: center;
}

.catalog-learn-aside > h2:not(.sr-only) {
  position: relative;
  width: fit-content;
  max-width: min(100%, 920px);
  margin-inline: auto;
  padding-bottom: 13px;
  overflow: visible;
  text-align: center;
}

.catalog-learn-aside > h2:not(.sr-only)::before {
  content: none;
  display: none;
}

.catalog-learn-aside > h2:not(.sr-only)::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  display: block;
  width: clamp(52px, 38%, 92px);
  height: 1px;
  margin-left: 0;
  background: linear-gradient(90deg, rgba(135, 60, 30, 0), rgba(135, 60, 30, 0.68) 50%, rgba(135, 60, 30, 0));
  pointer-events: none;
  transform: translateX(-50%);
}

@media (max-width: 520px) {
  .catalog-learn-aside > h2:not(.sr-only) {
    max-width: min(100%, 18ch);
    padding-bottom: 12px;
  }
}

/* Final media-cover pass: product and catalog photos fill their boxes edge-to-edge. */
:is(
  .catalog-rail-card span,
  .catalog-product-media,
  .catalog-rec-card span,
  .product-main-media,
  .product-similar-card span,
  .product-similar-card .category-pick-image--product,
  .product-cart-item-media,
  .product-cart-upsell-media,
  .product-cart-suggestion span,
  .cart-line-media,
  .cart-explore-card
) {
  overflow: hidden;
  background: #fff;
}

/* Product photo wells must stay pure white across catalog, detail, cart, and related product views. */
:is(
  .catalog-product-media,
  .catalog-rec-card span,
  .product-main-media,
  .product-main-media--product,
  .product-similar-card span,
  .product-similar-card .category-pick-image--product,
  .product-cart-item-media,
  .product-cart-upsell-media,
  .product-cart-suggestion span,
  .cart-line-media,
  .cart-page .cart-line-media,
  .cart-explore-card
) {
  background: #fff !important;
  background-color: #fff !important;
}

.catalog-page .catalog-product-card[data-catalog-motion] .catalog-product-media::before {
  background: #fff !important;
  background-color: #fff !important;
}

:is(
  .catalog-rail-card,
  .catalog-product-media,
  .catalog-rec-card,
  .product-main-media,
  .product-similar-card,
  .product-cart-item,
  .product-cart-upsell,
  .product-cart-suggestion,
  .cart-line-media,
  .cart-explore-card
) img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.product-main-media--product img,
.product-similar-card .category-pick-image--product img,
.product-cart-upsell-panel .product-cart-upsell-media img,
.cart-page .cart-line-media img {
  object-fit: cover;
  padding: 0;
}

/* Packshot correction: isolated product photos should stay fully visible, not cropped. */
:is(
  .sanitary-product-page,
  .furniture-product-page,
  .lighting-product-page,
  .kitchen-sink-product-page,
  .dryer-radiator-product-page
) :is(
  .catalog-product-media,
  .product-main-media--product,
  .product-similar-card .category-pick-image--product,
  .product-cart-item-media,
  .product-cart-upsell-media,
  .product-cart-suggestion span
) img {
  box-sizing: border-box;
  padding: clamp(10px, 1.15vw, 18px);
  object-fit: contain;
  object-position: center;
}

:is(
  .sanitary-product-page,
  .furniture-product-page,
  .lighting-product-page,
  .kitchen-sink-product-page,
  .dryer-radiator-product-page
) .catalog-product-media img {
  padding: clamp(12px, 1.45vw, 24px);
}

body.sanitary-product-page .product-similar-card .category-pick-image--product img,
body.furniture-product-page .product-similar-card .category-pick-image--product img,
body.lighting-product-page .product-similar-card .category-pick-image--product img,
body.kitchen-sink-product-page .product-similar-card .category-pick-image--product img,
body.dryer-radiator-product-page .product-similar-card .category-pick-image--product img,
body.sanitary-product-page .product-cart-suggestion span img,
body.furniture-product-page .product-cart-suggestion span img,
body.lighting-product-page .product-cart-suggestion span img,
body.kitchen-sink-product-page .product-cart-suggestion span img,
body.dryer-radiator-product-page .product-cart-suggestion span img {
  box-sizing: border-box;
  padding: clamp(10px, 1.15vw, 18px) !important;
  object-fit: contain !important;
  object-position: center;
}

body.sanitary-product-page .catalog-product-media img,
body.furniture-product-page .catalog-product-media img,
body.lighting-product-page .catalog-product-media img,
body.kitchen-sink-product-page .catalog-product-media img,
body.dryer-radiator-product-page .catalog-product-media img,
body.sanitary-product-page .product-main-media--product img,
body.furniture-product-page .product-main-media--product img,
body.lighting-product-page .product-main-media--product img,
body.kitchen-sink-product-page .product-main-media--product img,
body.dryer-radiator-product-page .product-main-media--product img {
  box-sizing: border-box;
  padding: clamp(12px, 1.45vw, 24px) !important;
  object-fit: contain !important;
  object-position: center;
}

/* Catalog listing packshots should never crop the product inside the card. */
.catalog-page .catalog-grid .catalog-product-media img,
.catalog-page :is(
  .sanitary-product-catalog,
  .furniture-product-catalog,
  .lighting-product-catalog,
  .kitchen-sink-product-catalog,
  .dryer-radiator-product-catalog,
  .tile-product-catalog
) .catalog-product-media img {
  box-sizing: border-box;
  padding: clamp(12px, 1.45vw, 24px) !important;
  object-fit: contain !important;
  object-position: center !important;
}

.catalog-page :is(
  .sanitary-product-catalog,
  .furniture-product-catalog,
  .lighting-product-catalog,
  .kitchen-sink-product-catalog,
  .dryer-radiator-product-catalog,
  .tile-product-catalog
) .catalog-product-card.is-lifestyle-hovered .catalog-product-media img {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.sanitary-product-page .product-main-media--product.is-lifestyle-media img,
body.furniture-product-page .product-main-media--product.is-lifestyle-media img,
body.lighting-product-page .product-main-media--product.is-lifestyle-media img,
body.kitchen-sink-product-page .product-main-media--product.is-lifestyle-media img,
body.dryer-radiator-product-page .product-main-media--product.is-lifestyle-media img,
body.tile-product-page .product-main-media--product.is-lifestyle-media img {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Final catalog filter cleanup: remove numeric badges and tile material chip. */
.catalog-page :is(
  .catalog-category-count,
  .catalog-filter-chip-count,
  .catalog-filter-option small
) {
  display: none !important;
}

.catalog-filter-option {
  grid-template-columns: auto minmax(0, 1fr);
}

.catalog-category-child-link {
  justify-content: flex-start;
}

/* Catalog polish: one-shot reveal and fast image-ready states. */
.catalog-page .catalog-product-card[data-catalog-motion] {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
}

.catalog-page .catalog-product-card[data-catalog-motion] .catalog-product-media img {
  opacity: 0.001;
  transform: translateZ(0) scale(0.982);
}

.catalog-page .catalog-product-card[data-catalog-motion].is-catalog-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: var(--catalog-stagger, 0ms), var(--catalog-stagger, 0ms), 0ms, 0ms, 0ms;
}

.catalog-page .catalog-product-card[data-catalog-motion].is-catalog-visible:hover,
.catalog-page .catalog-product-card[data-catalog-motion].is-catalog-visible:focus-within {
  transform: translate3d(0, -4px, 0) scale(1.006);
  transition-delay: 0ms;
}

.catalog-page .catalog-product-card[data-catalog-motion].is-lifestyle-hovered .catalog-product-media img {
  transform: translateZ(0) scale(1.018);
}

.catalog-page .catalog-product-card.is-catalog-image-ready .catalog-product-media img {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.catalog-page .catalog-quick-filter-menu {
  transform-origin: 18px 0;
}

.catalog-page .catalog-filter-chip:hover,
.catalog-page .catalog-filter-chip:focus-visible,
.catalog-page .catalog-filter-chip.is-active,
.catalog-page .catalog-pagination button:hover,
.catalog-page .catalog-pagination button:focus-visible {
  transform: translateY(-1px);
}

/* Product-page motion stays on compositor-friendly opacity and transform only. */
body.product-detail-page .product-main-media {
  transform: translateZ(0);
  transition:
    border-color 220ms ease,
    box-shadow 280ms ease,
    transform 360ms var(--catalog-motion-snap);
}

body.product-detail-page .product-main-media img {
  backface-visibility: hidden;
  transform: translateZ(0) scale(1);
  transition:
    opacity 240ms ease,
    filter 260ms ease,
    transform 420ms var(--catalog-motion-snap);
}

body.product-detail-page .product-similar-card {
  transform: translateZ(0);
  transition:
    color 180ms ease,
    border-color 220ms ease,
    box-shadow 280ms ease,
    transform 320ms var(--catalog-motion-snap);
}

body.product-detail-page .product-support-grid article {
  transition: background 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.product-detail-page .product-main-media:not(.is-zooming):hover,
  body.product-detail-page .product-main-media:not(.is-zooming):focus-within {
    border-color: rgba(135, 60, 30, 0.16);
    box-shadow: 0 20px 44px rgba(33, 33, 35, 0.07);
    transform: translate3d(0, -2px, 0);
  }

  body.product-detail-page .product-main-media:not(.is-zooming):hover img,
  body.product-detail-page .product-main-media:not(.is-zooming):focus-within img {
    filter: saturate(1.035) contrast(1.025);
    transform: translateZ(0) scale(1.014);
  }

  body.product-detail-page .product-similar-card:hover,
  body.product-detail-page .product-similar-card:focus-visible {
    border-color: rgba(135, 60, 30, 0.18);
    box-shadow: 0 18px 36px rgba(33, 33, 35, 0.09);
    transform: translate3d(0, -4px, 0);
  }

  body.product-detail-page .product-support-grid article:hover {
    background: rgba(135, 60, 30, 0.035);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.product-detail-page.product-motion-ready [data-product-motion] {
    --product-motion-distance: 14px;
    --product-motion-scale: 0.992;
    opacity: 0;
    transform: translate3d(0, var(--product-motion-distance), 0) scale(var(--product-motion-scale));
    transition:
      opacity 460ms ease,
      transform 640ms var(--catalog-motion-snap);
    transition-delay: var(--product-motion-delay, 0ms);
  }

  body.product-detail-page.product-motion-ready [data-product-motion="media"] {
    --product-motion-scale: 0.986;
  }

  body.product-detail-page.product-motion-ready [data-product-motion="card"] {
    --product-motion-scale: 0.985;
  }

  body.product-detail-page.product-motion-ready [data-product-motion].is-product-motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  body.product-detail-page .product-main-media.is-gallery-swapping img {
    animation: productGallerySwap 420ms var(--catalog-motion-snap) both;
  }

  body.product-detail-page .product-accordion[open] .product-accordion-body {
    animation: productAccordionReveal 260ms var(--catalog-motion-snap) both;
  }

  .catalog-page .catalog-quick-filter.is-open .catalog-quick-filter-menu {
    animation: catalogMenuLift 180ms var(--catalog-motion-snap) both;
  }
}

@keyframes productGallerySwap {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.986);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes productAccordionReveal {
  from {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes catalogMenuLift {
  from {
    opacity: 0;
    transform: translate3d(0, -6px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-page .catalog-product-card,
  .catalog-page .catalog-product-card[data-catalog-motion],
  .catalog-page .catalog-product-media img,
  .catalog-page .catalog-quick-filter-menu,
  .catalog-page .catalog-filter-chip,
  .catalog-page .catalog-pagination button,
  body.product-detail-page.product-motion-ready [data-product-motion],
  body.product-detail-page .product-main-media,
  body.product-detail-page .product-main-media img,
  body.product-detail-page .product-similar-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .catalog-page .catalog-product-media::before {
    content: none;
  }
}
