:root {
  --cb-ink: #17130f;
  --cb-ink-soft: #2a241e;
  --cb-paper: #f4f0e9;
  --cb-paper-bright: #fbf9f5;
  --cb-plaster: #d8cfc3;
  --cb-muted: #716960;
  --cb-brass: #b18a4b;
  --cb-burgundy: #92151b;
  --cb-burgundy-hover: #781116;
  --cb-white: #fffdf9;
  --cb-container: 1320px;
  --cb-gutter: 60px;
  --cb-section-space: 120px;
  --cb-serif: "Cormorant Garamond", Georgia, serif;
  --cb-sans: Inter, Arial, sans-serif;
}

body.chaynyi-butik-theme {
  margin: 0;
  overflow-x: hidden;
  background: var(--cb-paper);
  color: var(--cb-ink);
  font-family: var(--cb-sans);
  font-size: 16px;
  letter-spacing: 0;
}

.chaynyi-butik-theme *,
.chaynyi-butik-theme *::before,
.chaynyi-butik-theme *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.chaynyi-butik-theme a {
  color: inherit;
  text-decoration: none;
}

.chaynyi-butik-theme img {
  display: block;
  max-width: 100%;
}

.cb-mobile-only {
  display: none !important;
}

.cb-wordmark small {
  display: none;
}

.chaynyi-butik-theme h1,
.chaynyi-butik-theme h2,
.chaynyi-butik-theme h3,
.cb-wordmark {
  margin: 0;
  font-family: var(--cb-serif);
  font-weight: 500;
}

.chaynyi-butik-theme p {
  margin: 0;
}

.material-symbols-outlined {
  font-size: 27px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.cb-header {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 0 var(--cb-gutter);
  border-bottom: 1px solid rgba(23, 19, 15, 0.14);
  background: var(--cb-paper-bright);
  color: var(--cb-ink);
}

.cb-header--overlay {
  position: absolute;
  inset: 0 0 auto;
  border-bottom-color: rgba(255, 253, 249, 0.14);
  background: transparent;
  color: var(--cb-white);
}

.admin-bar .cb-header--overlay {
  top: 32px;
}

.cb-wordmark {
  justify-self: start;
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
}

.cb-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  min-height: 44px;
}

.cb-nav a,
.cb-actions a,
.cb-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.cb-nav a {
  position: relative;
  min-width: auto;
  font-size: 14px;
  font-weight: 400;
}

.cb-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.cb-nav a:hover::after,
.cb-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cb-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
}

.cb-icon-link,
.cb-menu-button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.cb-cart {
  position: relative;
}

.cb-cart-count {
  position: absolute;
  top: 3px;
  right: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cb-burgundy);
  color: var(--cb-white);
  font-size: 10px;
  font-weight: 600;
}

.cb-cart-count:empty,
.cb-cart-count:is([aria-hidden="true"]):not(:empty) {
  line-height: 1;
}

.cb-menu-button {
  display: none !important;
}

.cb-mobile-overlay,
.cb-mobile-menu {
  display: none;
}

.cb-home {
  background: var(--cb-paper);
}

.cb-hero {
  position: relative;
  min-height: 820px;
  max-height: 940px;
  height: min(100svh, 940px);
  overflow: hidden;
  background: var(--cb-ink);
  color: var(--cb-white);
}

.cb-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cb-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 12, 9, 0.66) 0%, rgba(16, 12, 9, 0.42) 34%, rgba(16, 12, 9, 0.08) 62%, transparent 76%),
    linear-gradient(0deg, rgba(12, 9, 7, 0.28) 0%, transparent 34%);
}

.cb-hero__copy {
  position: absolute;
  top: 50%;
  left: var(--cb-gutter);
  z-index: 2;
  width: min(590px, calc(48vw - var(--cb-gutter)));
  transform: translateY(-40%);
}

.cb-hero h1 {
  max-width: 590px;
  font-size: clamp(62px, 5.25vw, 82px);
  line-height: 0.98;
}

.cb-hero__copy > p {
  margin-top: 30px;
  color: rgba(255, 253, 249, 0.86);
  font-size: 18px;
  line-height: 1.65;
}

.cb-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
}

.cb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 64px;
  padding: 0 34px;
  border: 1px solid var(--cb-burgundy);
  background: var(--cb-burgundy);
  color: var(--cb-white) !important;
  font-size: 16px;
  font-weight: 500;
  transition: background 180ms ease, border-color 180ms ease;
}

.cb-button:hover,
.cb-button:focus-visible {
  border-color: var(--cb-burgundy-hover);
  background: var(--cb-burgundy-hover);
}

.cb-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  color: var(--cb-ink);
  font-size: 14px;
  font-weight: 500;
}

.cb-text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--cb-brass);
}

.cb-text-link--light {
  color: var(--cb-white);
}

.cb-location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 34px;
  color: rgba(255, 253, 249, 0.82) !important;
  font-size: 14px;
}

.cb-location .material-symbols-outlined {
  font-size: 20px;
}

.cb-section {
  padding: var(--cb-section-space) max(var(--cb-gutter), calc((100vw - var(--cb-container)) / 2));
}

.cb-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.cb-section h2,
.cb-boutique h2 {
  font-size: clamp(46px, 4vw, 64px);
  line-height: 1.02;
}

.cb-arrivals {
  background: var(--cb-paper-bright);
}

.cb-arrivals .cb-section__head {
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 18px;
}

.cb-arrivals .cb-section__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 1px;
  background: var(--cb-brass);
}

.cb-editorial-scroll {
  min-width: 0;
}

.cb-arrivals__stage {
  min-width: 0;
}

.cb-arrivals__visual,
.cb-collection-index__visual {
  position: relative;
  overflow: hidden;
}

.cb-arrivals__visual img,
.cb-collection-index__visual > img {
  width: 100%;
  height: auto;
}

.cb-hotspots {
  position: absolute;
  inset: 0;
  display: grid;
}

.cb-hotspots--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cb-hotspots--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cb-hotspots a {
  position: relative;
  min-width: 0;
  border-left: 1px solid rgba(255, 253, 249, 0.18);
  transition: background 180ms ease;
}

.cb-hotspots a:first-child {
  border-left: 0;
}

.cb-arrivals__visual .cb-hotspots a {
  border-left: 0;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.cb-arrivals__visual .cb-hotspots a:hover,
.cb-arrivals__visual .cb-hotspots a:focus-visible {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.1), rgba(176, 128, 49, 0.18));
  box-shadow: inset 0 0 0 2px rgba(176, 128, 49, 0.72);
}

.cb-hotspots a:hover,
.cb-hotspots a:focus-visible {
  background: rgba(255, 253, 249, 0.08);
}

.cb-arrivals__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 24px;
}

.cb-arrivals__details .cb-exhibit {
  margin: 0 -12px;
  padding: 0 12px 16px;
  border-top: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cb-arrivals:has(.cb-hotspots a:nth-child(1):is(:hover, :focus-visible)) .cb-exhibit:nth-child(1),
.cb-arrivals:has(.cb-hotspots a:nth-child(2):is(:hover, :focus-visible)) .cb-exhibit:nth-child(2),
.cb-arrivals:has(.cb-hotspots a:nth-child(3):is(:hover, :focus-visible)) .cb-exhibit:nth-child(3),
.cb-arrivals:has(.cb-hotspots a:nth-child(4):is(:hover, :focus-visible)) .cb-exhibit:nth-child(4),
.cb-arrivals__details .cb-exhibit:hover {
  border-top-color: rgba(176, 128, 49, 0.72);
  background: rgba(176, 128, 49, 0.08);
  box-shadow: 0 12px 24px rgba(83, 57, 20, 0.08);
  transform: translateY(-3px);
}

.cb-arrivals:has(.cb-hotspots a:nth-child(1):is(:hover, :focus-visible)) .cb-exhibit:nth-child(1) h3,
.cb-arrivals:has(.cb-hotspots a:nth-child(2):is(:hover, :focus-visible)) .cb-exhibit:nth-child(2) h3,
.cb-arrivals:has(.cb-hotspots a:nth-child(3):is(:hover, :focus-visible)) .cb-exhibit:nth-child(3) h3,
.cb-arrivals:has(.cb-hotspots a:nth-child(4):is(:hover, :focus-visible)) .cb-exhibit:nth-child(4) h3,
.cb-arrivals__details .cb-exhibit:hover h3 {
  color: #8a5f1f;
}

.cb-arrivals__all {
  margin-top: 34px;
}

.cb-exhibit__number {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--cb-brass);
  font-size: 12px;
}

.cb-exhibit__number::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--cb-brass);
}

.cb-exhibit h3 {
  margin-top: 16px;
  font-family: var(--cb-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 180ms ease;
}

.cb-exhibit p {
  margin-top: 10px;
  color: var(--cb-muted);
  font-size: 13px;
  line-height: 1.45;
}

.cb-collection-index {
  --cb-index-count: 4;
  padding-top: 72px;
  padding-bottom: 72px;
}

.cb-collection-index--tea {
  --cb-index-count: 5;
  padding: 54px clamp(20px, 2.63vw, 44px) 100px;
  background-color: #0c0b0a;
  background-image:
    linear-gradient(rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 0.9)),
    url("../images/editorial/tea-section-texture-v1.webp");
  background-position: center;
  background-size: cover;
  color: var(--cb-white);
}

.cb-collection-index--teaware {
  padding: 34px clamp(32px, 5.15vw, 100px) 55px;
  background: #f8f6f2;
}

.cb-collection-index--teaware .cb-collection-index__head {
  margin-bottom: 47px;
}

.cb-collection-index--teaware .cb-collection-index__head h2 {
  padding-bottom: 20px;
  font-size: 64px;
}

.cb-collection-index--teaware .cb-collection-index__head h2::after {
  width: 48px;
}

.cb-collection-index--teaware .cb-collection-index__head .cb-text-link {
  margin-bottom: 13px;
}

.cb-collection-index__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.cb-collection-index__head h2 {
  position: relative;
  padding-bottom: 18px;
}

.cb-collection-index__head h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 1px;
  background: var(--cb-brass);
}

.cb-collection-index__head .cb-text-link {
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.cb-collection-index__stage {
  min-width: 0;
}

.cb-collection-index__visual {
  width: 100%;
  margin: 0;
  aspect-ratio: 3.55 / 1;
  border: 1px solid rgba(23, 19, 15, 0.13);
  background: var(--cb-plaster);
}

.cb-collection-index--tea .cb-collection-index__visual {
  aspect-ratio: 1584 / 535;
  border: 0;
  background: #0d0a08;
}

.cb-collection-index--tea .cb-collection-index__head {
  padding: 0 28px;
  margin-bottom: 21px;
}

.cb-collection-index--tea .cb-collection-index__head .cb-text-link {
  color: var(--cb-brass);
}

.cb-collection-index--tea .cb-collection-index__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cb-collection-index--tea .cb-collection-index__visual .cb-hotspots a {
  border-left: 0;
  transition:
    background 220ms ease,
    box-shadow 220ms ease;
}

.cb-collection-index--tea .cb-collection-index__visual .cb-hotspots a:hover,
.cb-collection-index--tea .cb-collection-index__visual .cb-hotspots a:focus-visible {
  background: linear-gradient(
    180deg,
    rgba(213, 166, 77, 0.12) 0%,
    rgba(213, 166, 77, 0.025) 48%,
    rgba(213, 166, 77, 0.1) 100%
  );
  box-shadow:
    inset 0 0 0 1px rgba(213, 166, 77, 0.58),
    inset 0 0 72px rgba(213, 166, 77, 0.12);
}

.cb-collection-index__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.cb-collection-index__visual .cb-hotspots a {
  border-left-color: rgba(255, 253, 249, 0.24);
}

.cb-collection-index--teaware .cb-collection-index__visual .cb-hotspots a {
  border-left-color: rgba(255, 253, 249, 0.54);
}

.cb-collection-index__details {
  display: grid;
  grid-template-columns: repeat(var(--cb-index-count), minmax(0, 1fr));
  gap: 28px;
  margin-top: 22px;
}

.cb-collection-item {
  min-width: 0;
}

.cb-collection-item__number {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cb-brass);
  font-size: 11px;
  line-height: 1;
}

.cb-collection-item__number::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--cb-brass);
}

.cb-collection-item h3 {
  margin-top: 15px;
  font-family: var(--cb-serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
}

.cb-collection-item p {
  margin-top: 9px;
  color: var(--cb-muted);
  font-size: 12px;
  line-height: 1.45;
}

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

.cb-teaware-card {
  min-width: 0;
}

.cb-teaware-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 414 / 464;
  background: var(--cb-plaster);
}

.cb-teaware-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color 180ms ease;
}

.cb-teaware-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.cb-teaware-card__copy {
  margin-top: 27px;
}

.cb-teaware-card .cb-collection-item__number {
  gap: 14px;
  font-size: 13px;
}

.cb-teaware-card .cb-collection-item__number::after {
  flex: 1 1 auto;
  width: auto;
}

.cb-teaware-card h3 {
  margin-top: 21px;
  font-family: var(--cb-serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.cb-teaware-card p {
  margin-top: 13px;
  color: var(--cb-muted);
  font-size: 14px;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .cb-teaware-card:hover .cb-teaware-card__image::after {
    border-color: rgba(177, 138, 75, 0.62);
  }

  .cb-teaware-card:hover .cb-teaware-card__image img {
    transform: scale(1.012);
  }

  .cb-teaware-card h3 a {
    transition: color 180ms ease;
  }

  .cb-teaware-card:hover h3 a {
    color: #8b682e;
  }
}

.cb-collection-index--tea .cb-collection-item p {
  color: rgba(255, 253, 249, 0.58);
}

.cb-collection-index--tea .cb-collection-index__details {
  gap: 0;
  margin-top: 33px;
}

.cb-collection-index--tea .cb-collection-item {
  padding: 0 28px;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(1):hover) .cb-collection-item:nth-child(1),
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(2):hover) .cb-collection-item:nth-child(2),
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(3):hover) .cb-collection-item:nth-child(3),
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(4):hover) .cb-collection-item:nth-child(4),
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(5):hover) .cb-collection-item:nth-child(5) {
    color: #fffdf9;
    transform: translateY(-3px);
  }

  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(1):hover) .cb-collection-item:nth-child(1) p,
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(2):hover) .cb-collection-item:nth-child(2) p,
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(3):hover) .cb-collection-item:nth-child(3) p,
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(4):hover) .cb-collection-item:nth-child(4) p,
  .cb-collection-index--tea:has(.cb-hotspots a:nth-child(5):hover) .cb-collection-item:nth-child(5) p {
    color: rgba(255, 253, 249, 0.86);
  }
}

.cb-collection-index--tea .cb-collection-item__number {
  font-size: 13px;
}

.cb-collection-index--tea .cb-collection-item h3 {
  margin-top: 26px;
  font-size: 34px;
}

.cb-collection-index--tea .cb-collection-item p {
  margin-top: 18px;
  font-size: 14px;
}

.cb-collection-index__indicator {
  display: none;
}

.cb-boutique {
  display: grid;
  grid-template-columns: 62% 38%;
  min-height: 620px;
  background: var(--cb-ink-soft);
  color: var(--cb-white);
}

.cb-boutique > picture,
.cb-boutique > picture > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
}

.cb-boutique > picture > img {
  object-fit: cover;
  object-position: center;
}

.cb-boutique__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px max(var(--cb-gutter), calc((100vw - var(--cb-container)) / 2)) 72px 68px;
}

.cb-rule {
  display: block;
  width: 58px;
  height: 1px;
  margin: 40px 0;
  background: var(--cb-brass);
}

.cb-boutique__copy p {
  color: rgba(255, 253, 249, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.cb-boutique__copy p + p {
  margin-top: 12px;
}

.cb-boutique__copy .cb-text-link {
  margin-top: 38px;
  color: var(--cb-white);
}

.cb-footer {
  padding: 88px max(var(--cb-gutter), calc((100vw - var(--cb-container)) / 2)) 32px;
  border-top: 1px solid rgba(255, 253, 249, 0.12);
  background: var(--cb-ink);
  color: var(--cb-white);
}

.cb-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.8fr));
  gap: 48px;
}

.cb-footer__brand .cb-wordmark {
  display: inline-block;
  font-size: 36px;
}

.cb-footer__brand > p {
  max-width: 330px;
  margin-top: 24px;
  color: rgba(255, 253, 249, 0.6);
  font-size: 14px;
  line-height: 1.6;
}

.cb-footer__address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 340px;
  margin-top: 30px;
  color: rgba(255, 253, 249, 0.72) !important;
  font-size: 13px;
  line-height: 1.45;
}

.cb-footer__address .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: 18px;
}

.cb-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.cb-footer nav strong {
  margin-bottom: 8px;
  color: var(--cb-white);
  font-size: 13px;
  font-weight: 600;
}

.cb-footer nav a {
  color: rgba(255, 253, 249, 0.64);
  font-size: 13px;
  line-height: 1.4;
  transition: color 160ms ease;
}

.cb-footer nav a:hover,
.cb-footer nav a:focus-visible,
.cb-footer__address:hover,
.cb-footer__address:focus-visible {
  color: var(--cb-white) !important;
}

.cb-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 249, 0.12);
  color: rgba(255, 253, 249, 0.48);
  font-size: 12px;
}

.chaynyi-butik-theme :focus-visible {
  outline: 2px solid var(--cb-brass);
  outline-offset: 4px;
}

@media (max-width: 1279px) {
  :root {
    --cb-gutter: 32px;
    --cb-section-space: 88px;
  }

  .cb-header {
    min-height: 80px;
  }

  .cb-wordmark {
    font-size: 29px;
  }

  .cb-nav {
    gap: 28px;
  }

  .cb-hero {
    min-height: 780px;
  }

  .cb-hero__copy {
    top: 50%;
    width: min(560px, calc(52vw - var(--cb-gutter)));
  }

  .cb-hero__shade {
    width: auto;
  }

  .cb-boutique {
    grid-template-columns: 58% 42%;
  }

  .cb-boutique__copy {
    padding: 56px 32px 56px 48px;
  }

  .cb-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 56px;
  }
}

@media (max-width: 900px) {
  .cb-collection-index--teaware {
    padding-right: var(--cb-gutter);
    padding-left: var(--cb-gutter);
  }

  .cb-collection-index--teaware .cb-editorial-scroll {
    margin-right: calc(-1 * var(--cb-gutter));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cb-collection-index--teaware .cb-editorial-scroll::-webkit-scrollbar {
    display: none;
  }

  .cb-teaware-grid {
    grid-template-columns: repeat(4, 300px);
    gap: 20px;
    width: max-content;
    padding-right: var(--cb-gutter);
  }

  .cb-teaware-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  :root {
    --cb-gutter: 20px;
    --cb-section-space: 64px;
  }

  .admin-bar .cb-header--overlay {
    top: 46px;
  }

  .cb-header {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    padding: 0 var(--cb-gutter);
  }

  .cb-wordmark {
    font-size: 27px;
  }

  .cb-nav,
  .cb-actions .cb-icon-link {
    display: none;
  }

  .cb-menu-button {
    display: inline-flex !important;
  }

  .cb-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: block;
    background: rgba(10, 8, 6, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .cb-mobile-menu {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 80;
    display: flex;
    flex-direction: column;
    width: min(88vw, 390px);
    padding: 24px 22px 32px;
    background: var(--cb-paper-bright);
    color: var(--cb-ink);
    transform: translateX(-100%);
    transition: transform 220ms ease;
  }

  .cb-menu-open {
    overflow: hidden;
  }

  .cb-menu-open .cb-mobile-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .cb-menu-open .cb-mobile-menu {
    transform: translateX(0);
  }

  .cb-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--cb-plaster);
  }

  .cb-mobile-menu button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--cb-ink);
  }

  .cb-mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
  }

  .cb-mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: 54px;
    border-bottom: 1px solid rgba(23, 19, 15, 0.12);
    font-family: var(--cb-serif);
    font-size: 30px;
  }

  .cb-mobile-menu__actions {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid var(--cb-plaster);
    font-size: 14px;
  }

  .cb-hero {
    min-height: 760px;
    height: 100svh;
    max-height: 860px;
  }

  .cb-hero__image {
    object-position: 64% center;
  }

  .cb-hero__shade {
    inset: 0;
    width: 100%;
    height: auto;
    background:
      linear-gradient(0deg, rgba(13, 9, 7, 0.86) 0%, rgba(13, 9, 7, 0.58) 42%, rgba(13, 9, 7, 0.04) 74%),
      linear-gradient(90deg, rgba(13, 9, 7, 0.26), transparent 70%);
  }

  .cb-hero__copy {
    top: auto;
    right: var(--cb-gutter);
    bottom: 34px;
    left: var(--cb-gutter);
    width: auto;
    transform: none;
  }

  .cb-hero h1 {
    font-size: clamp(50px, 15vw, 66px);
    line-height: 0.98;
  }

  .cb-hero__copy > p {
    margin-top: 24px;
    font-size: 15px;
  }

  .cb-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
  }

  .cb-button {
    width: 100%;
    min-height: 56px;
  }

  .cb-hero__actions .cb-text-link {
    justify-content: center;
    min-height: 50px;
  }

  .cb-location {
    margin-top: 20px;
    font-size: 12px;
  }

  .cb-section__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .cb-section h2,
  .cb-boutique h2 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .cb-editorial-scroll {
    margin-right: calc(-1 * var(--cb-gutter));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cb-editorial-scroll::-webkit-scrollbar {
    display: none;
  }

  .cb-arrivals__stage {
    width: 960px;
    max-width: none;
    scroll-snap-align: start;
  }

  .cb-arrivals__details {
    gap: 20px;
  }

  .cb-exhibit h3 {
    font-size: 22px;
  }

  .cb-collection-index {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .cb-collection-index--tea {
    padding-right: var(--cb-gutter);
    padding-left: var(--cb-gutter);
  }

  .cb-collection-index--tea .cb-collection-index__head {
    padding: 0;
  }

  .cb-collection-index__head {
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 26px;
  }

  .cb-collection-index__head h2 {
    flex: 1 1 auto;
    padding-bottom: 16px;
    font-size: clamp(42px, 12vw, 52px);
  }

  .cb-collection-index__head .cb-text-link {
    flex: 0 1 auto;
    justify-content: flex-end;
    margin-bottom: 2px;
    text-align: right;
  }

  .cb-collection-index--teaware .cb-collection-index__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
  }

  .cb-collection-index--teaware .cb-collection-index__head h2 {
    padding-bottom: 16px;
    font-size: clamp(42px, 12vw, 52px);
  }

  .cb-collection-index--teaware .cb-collection-index__head .cb-text-link {
    justify-content: flex-start;
    margin-bottom: 0;
    text-align: left;
  }

  .cb-teaware-grid {
    grid-template-columns: repeat(4, 282px);
    gap: 18px;
  }

  .cb-teaware-card__copy {
    margin-top: 20px;
  }

  .cb-teaware-card .cb-collection-item__number {
    font-size: 12px;
  }

  .cb-teaware-card h3 {
    margin-top: 17px;
    font-size: 28px;
  }

  .cb-teaware-card p {
    margin-top: 10px;
    font-size: 13px;
  }

  .cb-collection-index__scroll {
    scroll-padding-left: 0;
  }

  .cb-collection-index__stage {
    width: calc(var(--cb-index-count) * 260px);
    max-width: none;
  }

  .cb-collection-index__visual {
    height: 250px;
    aspect-ratio: auto;
  }

  .cb-collection-index--tea .cb-collection-index__stage {
    width: 1250px;
  }

  .cb-collection-index--tea .cb-collection-index__visual {
    height: auto;
    aspect-ratio: 1584 / 535;
  }

  .cb-collection-index__visual > img {
    object-position: center 53%;
  }

  .cb-collection-index__details {
    grid-template-columns: repeat(var(--cb-index-count), 260px);
    gap: 0;
    margin-top: 22px;
  }

  .cb-collection-index--tea .cb-collection-index__details {
    grid-template-columns: repeat(5, 250px);
    margin-top: 24px;
  }

  .cb-collection-index--tea .cb-collection-item {
    min-height: 118px;
    padding: 0 20px;
  }

  .cb-collection-index--tea .cb-collection-item h3 {
    font-size: 28px;
  }

  .cb-collection-index--tea .cb-collection-item p {
    max-width: 210px;
    font-size: 12px;
  }

  .cb-collection-item {
    min-height: 118px;
    padding-right: 26px;
    scroll-snap-align: start;
  }

  .cb-collection-item h3 {
    font-size: 27px;
  }

  .cb-collection-item p {
    max-width: 220px;
    font-size: 12px;
  }

  .cb-collection-index__indicator {
    position: relative;
    display: block;
    width: 112px;
    height: 3px;
    margin: 18px auto 0;
    overflow: hidden;
    background: rgba(23, 19, 15, 0.15);
  }

  .cb-collection-index--tea .cb-collection-index__indicator {
    background: rgba(255, 253, 249, 0.2);
  }

  .cb-collection-index__indicator span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100% - 34px) * var(--cb-scroll-position, 0));
    width: 34px;
    background: var(--cb-brass);
    transition: left 80ms linear;
  }

  .cb-boutique {
    grid-template-columns: 1fr;
  }

  .cb-boutique > img {
    min-height: 440px;
    max-height: 520px;
  }

  .cb-boutique__copy {
    padding: 64px var(--cb-gutter);
  }

  .cb-footer {
    padding: 64px var(--cb-gutter) 28px;
  }

  .cb-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 24px;
  }

  .cb-footer__brand {
    grid-column: 1 / -1;
  }

  .cb-footer__grid nav:last-child {
    grid-column: 1 / -1;
  }

  .cb-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 56px;
  }
}

@media (max-width: 480px) {
  .cb-footer__grid {
    grid-template-columns: 1fr;
  }

  .cb-footer__brand,
  .cb-footer__grid nav:last-child {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .cb-mobile-only {
    display: block !important;
  }

  .cb-desktop-only {
    display: none !important;
  }

  .cb-header {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 74px;
    padding: 0 18px;
  }

  .cb-header > .cb-wordmark {
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-self: center;
    font-size: 25px;
    line-height: 0.9;
    text-align: center;
  }

  .cb-header > .cb-wordmark small {
    display: block;
    margin-top: 8px;
    color: currentColor;
    font-family: var(--cb-sans);
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
  }

  .cb-header .cb-actions {
    z-index: 3;
    grid-column: 1 / -1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    width: 100%;
    pointer-events: none;
  }

  .cb-header .cb-menu-button,
  .cb-header .cb-cart {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    pointer-events: auto;
  }

  .cb-header .cb-menu-button {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .cb-header .cb-cart {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .cb-header .cb-search {
    display: none !important;
  }

  .cb-cart-count {
    top: 1px;
    right: -2px;
  }

  .cb-mobile-menu__actions {
    justify-content: flex-end;
  }

  .cb-hero {
    min-height: 560px;
    height: 78svh;
    max-height: 680px;
  }

  .cb-hero__image {
    object-position: 59% center;
  }

  .cb-hero__shade {
    background:
      linear-gradient(0deg, rgba(13, 9, 7, 0.74) 0%, rgba(13, 9, 7, 0.32) 48%, rgba(13, 9, 7, 0.05) 78%),
      linear-gradient(90deg, rgba(13, 9, 7, 0.44) 0%, rgba(13, 9, 7, 0.08) 70%);
  }

  .cb-hero__copy {
    right: 28px;
    bottom: 46px;
    left: 28px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .cb-hero h1 {
    max-width: 340px;
    font-size: clamp(46px, 12.8vw, 58px);
    line-height: 0.96;
  }

  .cb-hero__copy > p,
  .cb-hero__actions .cb-text-link {
    display: none;
  }

  .cb-hero .cb-location {
    order: 2;
    min-height: 0;
    margin-top: 18px;
    gap: 7px;
    font-size: clamp(10px, 3vw, 12px);
    line-height: 1.35;
  }

  .cb-hero .cb-location .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cb-hero__actions {
    order: 3;
    display: block;
    margin-top: 28px;
  }

  .cb-button.cb-mobile-only {
    display: inline-flex !important;
    width: auto;
    min-width: 174px;
    min-height: 52px;
    padding: 0 27px;
    font-size: 14px;
  }

  .cb-section__subtitle {
    color: var(--cb-muted);
    font-family: var(--cb-serif);
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
  }

  .cb-arrivals {
    padding: 66px 14px 58px;
  }

  .cb-arrivals .cb-section__head {
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    padding-bottom: 0;
    text-align: center;
  }

  .cb-arrivals .cb-section__head::after {
    display: none;
  }

  .cb-arrivals .cb-section__head h2 {
    font-size: clamp(34px, 9.6vw, 43px);
    text-transform: uppercase;
  }

  .cb-arrivals > .cb-editorial-scroll {
    display: none;
  }

  .cb-arrivals-mobile {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .cb-arrivals-mobile__item {
    min-width: 0;
  }

  .cb-arrivals-mobile__visual {
    display: block;
    width: 100%;
    aspect-ratio: 0.58;
    border: 5px solid #e5ded3;
    background-image: url("../images/editorial/arrivals-editorial-v4.webp");
    background-position: calc(var(--cb-arrival-index) * 33.333%) center;
    background-size: 400% 100%;
    box-shadow:
      inset 0 12px 22px rgba(98, 75, 45, 0.09),
      0 8px 18px rgba(74, 56, 34, 0.07);
  }

  .cb-arrivals-mobile .cb-exhibit__number {
    gap: 5px;
    margin-top: 12px;
    font-size: 8px;
  }

  .cb-arrivals-mobile .cb-exhibit__number::after {
    width: 16px;
  }

  .cb-arrivals-mobile h3 {
    margin: 8px 0 0;
    font-family: var(--cb-serif);
    font-size: clamp(10px, 2.8vw, 13px);
    font-weight: 500;
    line-height: 1.12;
  }

  .cb-arrivals-mobile p {
    margin-top: 5px;
    color: var(--cb-muted);
    font-size: 8px;
    line-height: 1.3;
  }

  .cb-arrivals__all {
    margin: 28px auto 0;
    font-size: 12px;
  }

  .cb-collection-index--tea {
    padding: 54px 0 0;
    background-position: center;
  }

  .cb-collection-index--tea .cb-collection-index__head {
    align-items: flex-start;
    padding: 0 28px;
    margin-bottom: 10px;
  }

  .cb-collection-index--tea .cb-collection-index__head h2 {
    font-size: 48px;
    text-transform: uppercase;
  }

  .cb-collection-index--tea .cb-collection-index__head .cb-text-link {
    margin-top: 4px;
    font-size: 12px;
  }

  .cb-collection-index--tea > .cb-collection-index__scroll,
  .cb-collection-index--tea > .cb-collection-index__indicator {
    display: none;
  }

  .cb-tea-mobile__intro {
    padding: 0 28px;
    color: rgba(255, 253, 249, 0.62);
    font-family: var(--cb-serif);
    font-size: 14px;
  }

  .cb-tea-mobile__showcase {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0;
    margin-top: 22px;
  }

  .cb-tea-mobile__tabs {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 12px 0 64px 28px;
  }

  .cb-tea-mobile__tabs button {
    position: relative;
    min-height: 37px;
    padding: 0 0 7px;
    border: 0;
    background: transparent;
    color: rgba(255, 253, 249, 0.42);
    font-family: var(--cb-serif);
    font-size: 15px;
    text-align: left;
  }

  .cb-tea-mobile__tabs button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--cb-brass);
    opacity: 0;
    transform: scaleX(0.3);
    transform-origin: left;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .cb-tea-mobile__tabs button.is-active {
    color: var(--cb-white);
  }

  .cb-tea-mobile__tabs button:focus-visible {
    outline: 0;
  }

  .cb-tea-mobile__tabs button.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .cb-tea-mobile__stage-link,
  .cb-tea-mobile__stage {
    display: block;
    min-width: 0;
  }

  .cb-tea-mobile__stage {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
  }

  .cb-tea-mobile__stage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    transition: opacity 420ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .cb-tea-mobile__stage img.is-active {
    z-index: 1;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .chaynyi-butik-theme .cb-tea-mobile__next {
    margin: 18px 28px 11px;
    color: rgba(255, 253, 249, 0.45);
    font-size: 9px;
  }

  .cb-tea-mobile__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    padding: 0 10px 22px;
  }

  .cb-tea-mobile__thumbs button {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.35;
    padding: 0;
    border: 1px solid rgba(255, 253, 249, 0.15);
    background: #24100d;
  }

  .cb-tea-mobile__thumbs button.is-active {
    border-color: var(--cb-brass);
    box-shadow: 0 0 0 1px var(--cb-brass);
  }

  .cb-tea-mobile__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 68%;
    transform: scale(1.7);
  }

  .cb-collection-index--teaware {
    padding: 58px 0 0;
    background: #f7f3ed;
  }

  .cb-collection-index--teaware .cb-collection-index__head {
    align-items: center;
    gap: 7px;
    margin: 0 0 24px;
    padding: 0 18px;
    text-align: center;
  }

  .cb-collection-index--teaware .cb-collection-index__head h2 {
    padding: 0;
    font-size: clamp(34px, 10vw, 44px);
  }

  .cb-collection-index--teaware .cb-collection-index__head h2::after,
  .cb-collection-index--teaware .cb-collection-index__head .cb-text-link {
    display: none;
  }

  .cb-collection-index--teaware > .cb-collection-index__scroll,
  .cb-collection-index--teaware > .cb-collection-index__indicator {
    display: none;
  }

  .cb-teaware-mobile {
    position: relative;
    margin: 0;
  }

  .cb-teaware-mobile > img {
    width: 100%;
    height: auto;
  }

  .cb-teaware-mobile__hotspots {
    position: absolute;
    inset: 14.5% 4.5% 8%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 1fr 1fr 0.9fr;
    gap: 5.5% 2.5%;
  }

  .cb-teaware-mobile__hotspots a {
    grid-column: span 2;
    min-width: 0;
    border: 1px solid transparent;
    transition: border-color 180ms ease, background 180ms ease;
  }

  .cb-teaware-mobile__hotspots a:nth-child(7),
  .cb-teaware-mobile__hotspots a:nth-child(8) {
    grid-column: span 3;
  }

  .cb-teaware-mobile__hotspots a:focus-visible {
    border-color: var(--cb-brass);
    background: rgba(177, 138, 75, 0.08);
  }

  .cb-boutique {
    display: block;
    min-height: 0;
    background: var(--cb-paper-bright);
    color: var(--cb-ink);
  }

  .cb-boutique > picture,
  .cb-boutique > picture > img {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .cb-boutique > picture > img {
    aspect-ratio: 3 / 1;
    object-fit: cover;
    object-position: center;
  }

  .cb-boutique__copy {
    align-items: center;
    padding: 20px 22px 30px;
    text-align: center;
  }

  .cb-boutique__copy h2,
  .cb-boutique__copy .cb-rule,
  .cb-boutique__copy p + p {
    display: none;
  }

  .cb-boutique__copy p {
    color: var(--cb-muted);
    font-size: 12px;
  }

  .cb-boutique__copy .cb-text-link {
    margin-top: 8px;
    color: var(--cb-ink);
    font-size: 11px;
  }

  .cb-footer {
    padding: 44px 22px 24px;
    border-top: 1px solid rgba(23, 19, 15, 0.14);
    background: #f2ede5;
    color: var(--cb-ink);
  }

  .cb-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .cb-footer__brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .cb-footer__brand .cb-wordmark {
    font-size: 30px;
  }

  .cb-footer__brand > p {
    max-width: 260px;
    margin: 14px auto 0;
    color: var(--cb-muted);
    font-size: 11px;
  }

  .cb-footer__address {
    justify-content: center;
    margin: 16px auto 0;
    color: var(--cb-muted) !important;
    font-size: 10px;
  }

  .cb-footer__grid nav,
  .cb-footer__grid nav:last-child {
    grid-column: auto;
    gap: 9px;
  }

  .cb-footer nav strong {
    color: var(--cb-ink);
    font-size: 10px;
  }

  .cb-footer nav a {
    color: var(--cb-muted);
    font-size: 9px;
  }

  .cb-footer__bottom {
    align-items: center;
    margin-top: 38px;
    color: var(--cb-muted);
    font-size: 9px;
    text-align: center;
  }

  .cb-footer nav a:hover,
  .cb-footer nav a:focus-visible,
  .cb-footer__address:hover,
  .cb-footer__address:focus-visible {
    color: var(--cb-ink) !important;
  }
}

/* Tea catalog */
.post-type-archive-product .cb-header {
  min-height: 52px;
  padding: 0 68px;
  background: #fdfbf8;
}

.post-type-archive-product .cb-header > .cb-wordmark {
  color: #7e1318;
  font-size: 28px;
}

.post-type-archive-product .cb-nav {
  gap: 52px;
  min-height: 40px;
}

.post-type-archive-product .cb-nav a {
  font-family: var(--cb-serif);
  font-size: 15px;
}

.post-type-archive-product .cb-nav a.is-active {
  color: #7e1318;
}

.post-type-archive-product .cb-cart {
  color: #7e1318;
}

.cb-shop {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  color: #1b1713;
}

.post-type-archive-product .quick-buy-drawer[aria-hidden="true"] {
  display: none;
}

.cb-shop-categories {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #d8d0c5;
  background: #fff;
}

.cb-shop-categories__track {
  --cb-shop-category-label-row: 76px;
  --cb-shop-category-label-gap: 12px;
  position: relative;
  width: 100%;
  min-width: 0;
  contain: layout paint;
  isolation: isolate;
  margin: 0 auto;
}

.cb-shop-categories__track::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1983 / 420;
  margin-bottom: calc(var(--cb-shop-category-label-row) + var(--cb-shop-category-label-gap));
}

.cb-shop-categories__base,
.cb-shop-categories__overlay {
  position: absolute;
  inset: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1983 / 420;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.cb-shop-categories__base {
  z-index: 0;
}

.cb-shop-categories__overlay {
  z-index: 1;
  clip-path: inset(0 59.2% 0 22.3%);
}

.cb-shop-categories__track[data-active-category="puer"] .cb-shop-categories__overlay {
  clip-path: inset(0 77.5% 0 0);
}

.cb-shop-categories__track[data-active-category="oolong"] .cb-shop-categories__overlay {
  clip-path: inset(0 59.2% 0 22.3%);
}

.cb-shop-categories__track[data-active-category="red"] .cb-shop-categories__overlay {
  clip-path: inset(0 41.1% 0 41%);
}

.cb-shop-categories__track[data-active-category="green"] .cb-shop-categories__overlay {
  clip-path: inset(0 22.2% 0 59.3%);
}

.cb-shop-categories__track[data-active-category="white"] .cb-shop-categories__overlay {
  clip-path: inset(0 0 0 77.7%);
}

.cb-shop-categories__links {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  grid-template-columns: 22.4fr 18.5fr 18.2fr 18.65fr 22.25fr;
}

.chaynyi-butik-theme .cb-shop-category {
  --cb-shop-category-label-offset: 0%;
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  color: #2c251f;
  text-decoration: none;
  box-shadow: none;
}

.cb-shop-category:focus-visible {
  outline: 0;
}

.chaynyi-butik-theme .cb-shop-category:nth-child(1) {
  --cb-shop-category-label-offset: 2%;
}

.chaynyi-butik-theme .cb-shop-category:nth-child(2) {
  --cb-shop-category-label-offset: -1.8%;
}

.chaynyi-butik-theme .cb-shop-category:nth-child(3) {
  --cb-shop-category-label-offset: 0.71%;
}

.chaynyi-butik-theme .cb-shop-category:nth-child(4) {
  --cb-shop-category-label-offset: 3.17%;
}

.chaynyi-butik-theme .cb-shop-category:nth-child(5) {
  --cb-shop-category-label-offset: -3.4%;
}

.cb-shop-category__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--cb-shop-category-label-row);
  padding: 24px 8px 8px;
  transform: translateX(var(--cb-shop-category-label-offset));
  color: inherit;
  font-family: var(--cb-serif);
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.cb-shop-category__label::before {
  content: "diamond";
  position: absolute;
  top: 8px;
  left: 50%;
  color: #bd9a55;
  font-family: "Material Symbols Outlined";
  font-size: 9px;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
  line-height: 1;
  opacity: 0;
  transform: translateX(-50%);
}

.cb-shop-category.is-active .cb-shop-category__label {
  color: #8d171e;
  font-size: clamp(21px, 1.7vw, 27px);
}

.cb-shop-category.is-active .cb-shop-category__label::before,
.cb-shop-category:focus-visible .cb-shop-category__label::before {
  opacity: 1;
}

.cb-shop-category:focus-visible .cb-shop-category__label,
.cb-shop-category:not(.is-active):hover .cb-shop-category__label {
  color: #8d171e;
}

.cb-shop-catalog {
  min-height: calc(100svh - 318px);
  padding: 18px 68px 88px;
  background: #fff;
}

.cb-shop-catalog__head {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 8px;
}

.cb-shop-catalog__title {
  position: relative;
}

.cb-shop-catalog h1 {
  font-size: 38px;
  line-height: 1;
}

.cb-shop-results {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.cb-shop-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(126px, 142px));
  gap: 10px;
}

.cb-shop-filters label {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
}

.cb-shop-filters label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.chaynyi-butik-theme .cb-shop-filters select {
  width: 100%;
  height: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #d6d2cc;
  border-radius: 0;
  background-color: #fff;
  color: #26211c;
  font-family: var(--cb-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
}

.chaynyi-butik-theme .cb-shop-filters select:focus {
  border-color: #b18a4b;
  outline: 0;
}

.cb-shop-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  width: 100%;
}

.cb-shop-product {
  position: relative;
  min-width: 0;
  min-height: 244px;
  border: 1px solid transparent;
  border-right-color: #eeeae4;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.cb-shop-product[hidden] {
  display: none;
}

.cb-shop-product.is-selected {
  z-index: 2;
  border-color: #b8893f;
  box-shadow: inset 0 0 0 1px rgba(184, 137, 63, 0.08);
}

.chaynyi-butik-theme .cb-shop-product__select {
  display: grid;
  grid-template-rows: 20px 108px minmax(96px, auto);
  width: 100%;
  min-width: 0;
  min-height: 242px;
  padding: 10px 11px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1b1713;
  font: inherit;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
}

.cb-shop-product__number {
  color: #96908a;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.cb-shop-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

.cb-shop-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transform: scale(1.42);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cb-shop-product.is-selected .cb-shop-product__image img {
  transform: scale(1.56);
}

.cb-shop-product__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4px;
}

.cb-shop-product__copy strong {
  max-width: 100%;
  overflow: hidden;
  font-family: var(--cb-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cb-shop-product__copy > span:not(.cb-shop-product__bottom) {
  margin-top: 5px;
  color: #8a837b;
  font-size: 11px;
  line-height: 1.25;
}

.cb-shop-product__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}

.cb-shop-product__bottom small {
  color: #7d766f;
  font-size: 11px;
  font-weight: 400;
}

.cb-shop-product__bottom b {
  color: #1b1713;
  font-family: var(--cb-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.cb-shop-product.is-selected .cb-shop-product__bottom b {
  color: #7e1318;
}

.cb-shop-product__quick-source {
  display: none;
}

.cb-shop-product__toggle {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.cb-shop-product__image img,
.cb-shop-detail__image img {
  filter: brightness(1.06) contrast(1.08) saturate(0.92);
}

@media (hover: hover) and (pointer: fine) {
  .cb-shop-product:hover .cb-shop-product__image img {
    transform: scale(1.56);
  }
}

.cb-shop-detail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 70px minmax(250px, 0.9fr) minmax(380px, 1.25fr) minmax(330px, 0.9fr);
  min-width: 0;
  min-height: 174px;
  margin: 10px 0 18px;
  border: 1px solid #b8893f;
  background: #fff;
}

.cb-shop-detail[hidden] {
  display: none;
}

.cb-shop-detail__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7b171a;
  background-image: url("../images/editorial/tea-section-texture-v1.webp");
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  color: #cba253;
}

.cb-shop-detail__mark .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #cba253;
  border-radius: 50%;
  font-size: 21px;
}

.cb-shop-detail__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 10px 26px;
  border-right: 1px solid #e4ded6;
}

.cb-shop-detail__image img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: scale(1.35);
}

.cb-shop-detail__facts {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 20px 30px;
  border-right: 1px solid #e4ded6;
}

.cb-shop-detail__facts p {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  align-items: baseline;
  gap: 14px;
}

.cb-shop-detail__facts span {
  color: #817971;
  font-size: 11px;
}

.cb-shop-detail__facts strong {
  color: #2c2722;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.cb-shop-detail__purchase {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 16px 30px;
}

.cb-shop-detail__name {
  display: none;
}

.cb-shop-detail__stock {
  order: 2;
  margin-top: 5px !important;
  color: #7d766f;
  font-size: 11px;
}

.cb-shop-detail__quantity {
  order: 1;
  margin-top: 9px;
}

.cb-shop-detail__quantity > span {
  display: block;
  margin-bottom: 5px;
  color: #817971;
  font-size: 10px;
}

.cb-shop-detail__weights {
  display: flex;
  gap: 9px;
}

.chaynyi-butik-theme .cb-shop-detail__weights button {
  min-width: 72px;
  min-height: 32px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #d5d0c9;
  border-radius: 0;
  background: #fff;
  color: #332d27;
  font-family: var(--cb-sans);
  font-size: 11px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
}

.chaynyi-butik-theme .cb-shop-detail__weights button.is-active {
  border-color: #8f2428;
  color: #7e1318;
}

.chaynyi-butik-theme .cb-shop-detail__weights button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.cb-shop-detail__total {
  order: 3;
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(150px, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #d8b779;
}

.cb-shop-detail__total > strong {
  font-family: var(--cb-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.cb-shop-detail__total form {
  margin: 0;
}

.chaynyi-butik-theme .cb-shop-detail__total button[type="submit"] {
  width: 100%;
  min-height: 36px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #7e1318;
  border-radius: 0;
  background: #7e1318;
  color: #fffdf9;
  font-family: var(--cb-serif);
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  cursor: pointer;
}

.chaynyi-butik-theme .cb-shop-detail__total button[type="submit"]:disabled {
  border-color: #a49d95;
  background: #a49d95;
  cursor: not-allowed;
}

.cb-shop-detail__links {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 7px;
}

.cb-shop-detail__link,
.cb-shop-detail__quick {
  border-bottom: 1px solid #b8893f;
  color: #6c625a !important;
  font-size: 10px;
}

.cb-shop-detail__quick {
  color: #7e1318 !important;
}

.cb-shop-empty {
  padding: 70px 20px;
  color: #716960;
  font-family: var(--cb-serif);
  font-size: 24px;
  text-align: center;
}

.cb-shop-empty[hidden] {
  display: none;
}

@media (max-width: 1279px) {
  .post-type-archive-product .cb-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .post-type-archive-product .cb-nav {
    gap: 30px;
  }

  .cb-shop-catalog {
    padding-right: 32px;
    padding-left: 32px;
  }

  .cb-shop-catalog__head {
    grid-template-columns: minmax(160px, 0.6fr) minmax(600px, 1.8fr);
  }

  .cb-shop-filters {
    grid-template-columns: repeat(5, minmax(105px, 1fr));
  }

  .cb-shop-detail {
    grid-template-columns: 60px minmax(205px, 0.8fr) minmax(330px, 1.2fr) minmax(300px, 0.9fr);
  }

  .cb-shop-detail__facts {
    padding-right: 22px;
    padding-left: 22px;
  }

  .cb-shop-detail__purchase {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 980px) {
  .cb-shop-categories__track {
    width: 100%;
    min-width: 0;
  }

  .cb-shop-catalog__head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cb-shop-filters {
    grid-template-columns: repeat(5, minmax(128px, 1fr));
  }

  .cb-shop-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cb-shop-detail {
    grid-template-columns: 58px minmax(220px, 0.8fr) minmax(0, 1.45fr);
  }

  .cb-shop-detail__facts {
    border-right: 0;
  }

  .cb-shop-detail__purchase {
    grid-column: 2 / -1;
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(300px, 1.3fr);
    gap: 12px 24px;
    border-top: 1px solid #e4ded6;
  }

  .cb-shop-detail__name,
  .cb-shop-detail__stock {
    grid-column: 1;
  }

  .cb-shop-detail__quantity,
  .cb-shop-detail__total,
  .cb-shop-detail__links {
    grid-column: 2;
  }

  .cb-shop-detail__quantity {
    grid-row: 1;
    margin-top: 0;
  }

  .cb-shop-detail__total {
    grid-row: 2 / span 2;
  }

  .cb-shop-detail__links {
    grid-row: 4;
  }
}

@media (max-width: 767px) {
  .post-type-archive-product .cb-header {
    min-height: 50px;
    padding: 0 18px;
  }

  .post-type-archive-product .cb-header > .cb-wordmark {
    font-size: 25px;
  }

  .cb-shop-categories__track {
    width: 790px;
    min-width: 790px;
  }

  .cb-shop-category__label {
    font-size: 15px;
  }

  .cb-shop-catalog {
    padding: 22px 14px 64px;
  }

  .cb-shop-catalog h1 {
    font-size: 34px;
  }

  .cb-shop-filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .cb-shop-filters::-webkit-scrollbar {
    display: none;
  }

  .cb-shop-filters label {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }

  .chaynyi-butik-theme .cb-shop-filters select {
    font-size: 12px;
  }

  .cb-shop-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-shop-product {
    min-height: 226px;
  }

  .chaynyi-butik-theme .cb-shop-product__select {
    grid-template-rows: 20px 118px minmax(84px, auto);
    min-height: 224px;
    padding: 8px;
  }

  .cb-shop-product__copy strong {
    font-size: 15px;
  }

  .cb-shop-product__copy > span:not(.cb-shop-product__bottom),
  .cb-shop-product__bottom small {
    font-size: 9px;
  }

  .cb-shop-product__bottom b {
    font-size: 16px;
  }

  .cb-shop-detail {
    grid-template-columns: 42px minmax(0, 1fr);
    margin: 8px 0 16px;
  }

  .cb-shop-detail__mark {
    grid-row: 1 / span 2;
  }

  .cb-shop-detail__mark .material-symbols-outlined {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .cb-shop-detail__image {
    min-height: 160px;
    padding: 8px 20px;
    border-right: 0;
  }

  .cb-shop-detail__image img {
    height: 150px;
  }

  .cb-shop-detail__facts {
    grid-column: 2;
    padding: 18px;
    border-top: 1px solid #e4ded6;
  }

  .cb-shop-detail__facts p {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
  }

  .cb-shop-detail__facts strong {
    font-size: 11px;
  }

  .cb-shop-detail__purchase {
    grid-column: 1 / -1;
    display: flex;
    gap: 0;
    padding: 18px;
  }

  .cb-shop-detail__name {
    font-size: 19px;
  }

  .cb-shop-detail__quantity {
    margin-top: 14px;
  }

  .cb-shop-detail__weights {
    gap: 7px;
  }

  .chaynyi-butik-theme .cb-shop-detail__weights button {
    min-width: 0;
    flex: 1 1 0;
  }

  .cb-shop-detail__total {
    grid-template-columns: minmax(105px, auto) minmax(0, 1fr);
    margin-top: 14px;
  }

  .cb-shop-detail__total > strong {
    font-size: 28px;
  }
}

@media (max-width: 360px) {
  .cb-shop-products {
    grid-template-columns: 1fr;
  }
}

/* Catalog actions and mobile archive layout. */
.cb-shop-mobile-tools,
.cb-shop-filters__mobile-head {
  display: none;
}

.cb-shop-filters__backdrop[hidden] {
  display: none;
}

.cb-shop-detail__identity {
  display: none;
}

.cb-shop-detail__total {
  grid-template-columns: 1fr;
}

.cb-shop-detail__links {
  order: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 10px;
}

.chaynyi-butik-theme .cb-shop-detail__quick,
.chaynyi-butik-theme .cb-shop-detail__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #7e1318;
  border-radius: 0;
  font-family: var(--cb-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.chaynyi-butik-theme .cb-shop-detail__quick {
  background: #7e1318;
  color: #fff !important;
}

.chaynyi-butik-theme .cb-shop-detail__link {
  background: #fff;
  color: #7e1318 !important;
}

.cb-shop-detail__quick::before,
.cb-shop-detail__link::before {
  margin-right: 7px;
  font-family: "Material Symbols Outlined";
  font-size: 17px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.cb-shop-detail__quick::before {
  content: "bolt";
}

.cb-shop-detail__link::before {
  content: "visibility";
}

@media (max-width: 767px) {
  body.cb-shop-controls-open {
    overflow: hidden;
  }

  .cb-shop-categories {
    overflow: hidden;
    border-bottom: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(54, 43, 33, 0.16);
  }

  .cb-shop-categories__track {
    --cb-shop-category-label-row: 44px;
    --cb-shop-category-label-gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .cb-shop-category {
    touch-action: manipulation;
  }

  .cb-shop-category__label {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 2px 4px;
    font-size: 10px;
  }

  .cb-shop-category__label::before {
    top: 4px;
    font-size: 7px;
  }

  .cb-shop-category.is-active .cb-shop-category__label {
    font-size: 14px;
  }

  .cb-shop-catalog {
    min-height: 0;
    padding: 28px 18px 64px;
    background: #fff;
  }

  .cb-shop-catalog__head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 0;
  }

  .cb-shop-catalog__title {
    display: flex;
    align-items: baseline;
    gap: 18px;
  }

  .cb-shop-catalog h1 {
    font-size: 38px;
    line-height: 0.95;
  }

  .cb-shop-results {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    color: #8a837b;
    font-family: var(--cb-serif);
    font-size: 18px;
    white-space: normal;
  }

  .cb-shop-mobile-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e5e0da;
    border-bottom: 1px solid #e5e0da;
  }

  .chaynyi-butik-theme .cb-shop-mobile-tools button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 50px;
    margin: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #2c2722;
    font-family: var(--cb-serif);
    font-size: 17px;
    font-weight: 500;
    box-shadow: none;
  }

  .chaynyi-butik-theme .cb-shop-mobile-tools button + button {
    border-left: 1px solid #e5e0da;
  }

  .cb-shop-mobile-tools .material-symbols-outlined {
    font-size: 21px;
    font-weight: 300;
  }

  .cb-shop-filters {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    max-height: min(78svh, 620px);
    overflow-y: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px calc(22px + env(safe-area-inset-bottom));
    border-top: 1px solid #b8893f;
    background: #fff;
    box-shadow: 0 -18px 60px rgba(39, 27, 18, 0.14);
  }

  .cb-shop-filters.is-open {
    display: grid;
  }

  .cb-shop-filters.is-open[data-mode="filters"] [data-cb-controls-group="sort"],
  .cb-shop-filters.is-open[data-mode="sort"] [data-cb-controls-group="filters"] {
    display: none;
  }

  .cb-shop-filters__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e0da;
  }

  .cb-shop-filters__mobile-head strong {
    font-family: var(--cb-serif);
    font-size: 27px;
    font-weight: 500;
  }

  .chaynyi-butik-theme .cb-shop-filters__mobile-head button {
    display: grid;
    width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #2c2722;
    place-items: center;
    box-shadow: none;
  }

  .cb-shop-filters label {
    display: grid;
    min-width: 0;
    gap: 7px;
  }

  .cb-shop-filters label > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    color: #6f675f;
    font-size: 12px;
    white-space: normal;
  }

  .chaynyi-butik-theme .cb-shop-filters select {
    height: 48px;
    min-height: 48px;
    font-size: 15px;
  }

  .cb-shop-filters__backdrop {
    position: fixed;
    z-index: 110;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(24, 18, 14, 0.34);
  }

  .cb-shop-products {
    display: block;
    width: 100%;
    margin-top: 0;
    background: #fff;
  }

  .cb-shop-product {
    min-height: 0;
    border: 0;
    border-bottom: 1px solid #e5e0da;
    background: #fff;
    box-shadow: none;
  }

  .cb-shop-product:first-child {
    border-top: 1px solid #e5e0da;
  }

  .cb-shop-product.is-selected {
    border-color: #7e1318;
    box-shadow: none;
  }

  .chaynyi-butik-theme .cb-shop-product__select {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 26px;
    grid-template-rows: auto auto;
    min-height: 94px;
    padding: 16px 2px;
    text-align: left;
  }

  .cb-shop-product__select::after {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    color: #2c2722;
    font-family: var(--cb-serif);
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    content: "+";
  }

  .cb-shop-product.is-selected .cb-shop-product__select::after {
    color: #7e1318;
    content: "−";
  }

  .cb-shop-product__number {
    grid-column: 1 / 3;
    grid-row: 1;
    margin-bottom: 7px;
    color: #96908a;
    font-size: 10px;
  }

  .cb-shop-product__image {
    display: none;
  }

  .cb-shop-product__copy {
    grid-column: 1 / 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 4px 16px;
    padding: 0;
  }

  .cb-shop-product__copy strong {
    grid-column: 1;
    grid-row: 1;
    overflow: visible;
    font-size: 23px;
    line-height: 1;
    text-overflow: clip;
    white-space: normal;
  }

  .cb-shop-product__copy > .cb-shop-product__origin {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    color: #817971;
    font-size: 12px;
  }

  .cb-shop-product__harvest {
    display: none;
  }

  .cb-shop-product__bottom {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    width: auto;
    margin: 0;
  }

  .cb-shop-product__bottom small {
    display: none;
  }

  .cb-shop-product__bottom b {
    font-size: 24px;
    font-weight: 500;
  }

  .cb-shop-detail {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 0 0 8px;
    padding: 0 14px 18px;
    border: 1px solid #ece7e1;
    border-top-color: #7e1318;
    background: #fff;
  }

  .cb-shop-detail__mark {
    position: relative;
    display: flex;
    grid-row: auto;
    height: 23px;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
    color: #a17a3f;
  }

  .cb-shop-detail__mark .material-symbols-outlined {
    width: 29px;
    height: 29px;
    margin-top: -14px;
    border: 1px solid #b8893f;
    background: #fff;
    font-size: 15px;
  }

  .cb-shop-detail__image {
    min-height: 0;
    padding: 0 8px;
    border: 0;
    background: #fff;
  }

  .cb-shop-detail__image img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: normal;
    transform: scale(1.12);
  }

  .cb-shop-detail__identity {
    display: block;
    padding: 5px 0 16px;
    text-align: center;
  }

  .cb-shop-detail__identity > span {
    color: #96908a;
    font-size: 10px;
  }

  .cb-shop-detail__identity p {
    margin-top: 5px;
    font-family: var(--cb-serif);
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
  }

  .cb-shop-detail__facts {
    grid-column: 1;
    gap: 8px;
    padding: 15px 0;
    border-top: 1px solid #e5e0da;
    border-right: 0;
    border-bottom: 1px solid #e5e0da;
  }

  .cb-shop-detail__facts p {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
  }

  .cb-shop-detail__facts span,
  .cb-shop-detail__facts strong {
    font-size: 11px;
  }

  .cb-shop-detail__purchase {
    grid-column: 1;
    display: flex;
    padding: 14px 0 0;
    border: 0;
  }

  .cb-shop-detail__quantity {
    order: 1;
    margin-top: 0;
  }

  .cb-shop-detail__quantity > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .cb-shop-detail__weights {
    gap: 8px;
  }

  .chaynyi-butik-theme .cb-shop-detail__weights button {
    min-height: 42px;
    flex: 1 1 0;
    font-size: 13px;
  }

  .cb-shop-detail__stock {
    order: 2;
    margin-top: 9px !important;
    color: #817971;
    font-size: 11px;
  }

  .cb-shop-detail__total {
    order: 3;
    display: block;
    margin-top: 11px;
    padding-top: 0;
    border: 0;
  }

  .cb-shop-detail__total > strong {
    font-size: 31px;
  }

  .cb-shop-detail__links {
    order: 4;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 13px;
  }

  .chaynyi-butik-theme .cb-shop-detail__quick,
  .chaynyi-butik-theme .cb-shop-detail__link {
    min-height: 46px;
    font-size: 13px;
  }
}

/* Catalog product selection: desktop detail strip and mobile expanded row. */
@media (min-width: 768px) {
  .cb-shop-categories__track {
    height: auto;
  }

  .cb-shop-product,
  .chaynyi-butik-theme .cb-shop-product__select {
    min-height: 206px;
  }

  .chaynyi-butik-theme .cb-shop-product__select {
    grid-template-rows: 112px minmax(82px, auto);
    padding: 8px 11px 7px;
  }

  .cb-shop-product__number {
    display: none;
  }

  .cb-shop-product.is-selected {
    border-color: #982328;
    box-shadow: none;
  }

  .cb-shop-product__image img {
    transform: scale(1.38);
  }

  .cb-shop-product.is-selected .cb-shop-product__image img,
  .cb-shop-product:hover .cb-shop-product__image img {
    transform: scale(1.5);
  }

  .cb-shop-detail {
    grid-template-columns: 64px minmax(260px, 0.9fr) minmax(360px, 1.15fr) minmax(390px, 1.15fr);
    min-height: 150px;
    margin: 4px 0 16px;
    border-color: #b8893f;
  }

  .cb-shop-detail__image {
    padding: 7px 24px;
  }

  .cb-shop-detail__image img {
    height: 132px;
    transform: scale(1.33);
  }

  .cb-shop-detail__facts {
    gap: 7px;
    padding: 14px 26px;
  }

  .cb-shop-detail__facts p {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
  }

  .cb-shop-detail__purchase {
    display: grid;
    grid-template-columns: minmax(105px, 0.65fr) minmax(240px, 1.35fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    gap: 0 14px;
    padding: 12px 26px;
  }

  .cb-shop-detail__quantity {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-top: 0;
  }

  .cb-shop-detail__stock {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 5px !important;
  }

  .cb-shop-detail__total {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    min-height: 47px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .cb-shop-detail__total > strong {
    font-size: 30px;
  }

  .cb-shop-detail__links {
    grid-column: 2;
    grid-row: 3;
    align-self: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 47px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #d8b779;
  }

  .chaynyi-butik-theme .cb-shop-detail__quick,
  .chaynyi-butik-theme .cb-shop-detail__link {
    min-height: 36px;
    padding: 0 10px;
    font-family: var(--cb-serif);
    font-size: 12px;
  }

  .cb-shop-detail__quick::before,
  .cb-shop-detail__link::before {
    content: none;
  }

}

@media (max-width: 767px) {
  .post-type-archive-product .cb-header {
    min-height: 60px;
  }

  .cb-shop-catalog {
    padding-top: 20px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .cb-shop-catalog__head {
    gap: 12px;
  }

  .chaynyi-butik-theme .cb-shop-mobile-tools button {
    min-height: 44px;
  }

  .chaynyi-butik-theme .cb-shop-product__select {
    grid-template-columns: minmax(112px, 0.82fr) minmax(0, 1.18fr) 25px;
    grid-template-rows: 1fr;
    min-height: 90px;
    padding: 8px 0;
  }

  .cb-shop-product__number {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    display: block;
    margin: 0;
    font-size: 9px;
  }

  .cb-shop-product__image {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    height: 80px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px 9px 0 0;
  }

  .cb-shop-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: scale(1.34);
  }

  .cb-shop-product__copy {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 6px 58px 4px 5px;
  }

  .cb-shop-product__copy strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .cb-shop-product__copy > .cb-shop-product__origin,
  .cb-shop-product__copy > .cb-shop-product__harvest {
    display: block;
    margin-top: 4px;
    color: #7b7f99;
    font-size: 10px;
    line-height: 1.15;
  }

  .cb-shop-product__bottom {
    width: auto;
    margin-top: 4px;
  }

  .cb-shop-product__bottom small {
    display: block;
    color: #7b7f99;
    font-size: 10px;
  }

  .cb-shop-product__bottom b {
    position: absolute;
    top: 50%;
    right: 28px;
    font-size: 19px;
    transform: translateY(-50%);
  }

  .cb-shop-product__select::after,
  .cb-shop-product.is-selected .cb-shop-product__select::after {
    content: none;
  }

  .cb-shop-product__toggle {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    display: flex;
    width: 24px;
    align-items: center;
    justify-content: flex-end;
    color: #2c2722;
    font-family: var(--cb-serif);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
  }

  .cb-shop-product__toggle::before {
    content: "+";
  }

  .cb-shop-product.is-selected {
    min-height: 36px;
    border: 1px solid #a42027;
    border-bottom: 0;
    background: #fff;
  }

  .chaynyi-butik-theme .cb-shop-product.is-selected .cb-shop-product__select {
    display: block;
    min-height: 36px;
    padding: 10px 15px 0;
  }

  .cb-shop-product.is-selected .cb-shop-product__number {
    position: static;
    font-size: 9px;
  }

  .cb-shop-product.is-selected .cb-shop-product__image,
  .cb-shop-product.is-selected .cb-shop-product__copy {
    display: none;
  }

  .cb-shop-product.is-selected .cb-shop-product__toggle {
    top: 8px;
    right: 15px;
    bottom: auto;
    display: block;
    height: auto;
    width: auto;
    color: #7e1318;
  }

  .cb-shop-product.is-selected .cb-shop-product__toggle::before {
    content: "−";
  }

  .cb-shop-detail {
    grid-template-columns: minmax(112px, 0.86fr) minmax(0, 1.42fr);
    grid-template-areas:
      "image identity"
      "image facts"
      "image purchase";
    align-items: start;
    gap: 0 15px;
    margin: 0 0 16px;
    padding: 0 15px 12px;
    overflow: visible;
    border: 1px solid #a42027;
    border-top: 0;
    background: #fff;
  }

  .cb-shop-detail__mark {
    display: none;
  }

  .cb-shop-detail__image {
    grid-area: image;
    align-self: start;
    min-height: 0;
    overflow: visible;
    padding: 14px 0 0;
  }

  .cb-shop-detail__image img {
    width: 100%;
    height: 142px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: scale(1.28);
  }

  .cb-shop-detail__identity {
    grid-area: identity;
    display: block;
    padding: 1px 0 7px;
    text-align: left;
  }

  .cb-shop-detail__identity > span {
    display: none;
  }

  .cb-shop-detail__identity p {
    margin: 0;
    font-size: 20px;
    line-height: 1.05;
  }

  .cb-shop-detail__facts {
    grid-area: facts;
    gap: 4px;
    padding: 0;
    border: 0;
  }

  .cb-shop-detail__facts p {
    grid-template-columns: 77px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
  }

  .cb-shop-detail__facts span,
  .cb-shop-detail__facts strong {
    font-size: 8.5px;
    line-height: 1.22;
  }

  .cb-shop-detail__facts span {
    color: #7b7f99;
  }

  .cb-shop-detail__purchase {
    grid-area: purchase;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    gap: 0 8px;
    padding: 8px 0 0;
    border: 0;
  }

  .cb-shop-detail__quantity {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .cb-shop-detail__weights {
    gap: 6px;
  }

  .chaynyi-butik-theme .cb-shop-detail__weights button {
    min-height: 28px;
    padding: 0 5px;
    font-size: 10px;
  }

  .cb-shop-detail__stock {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    margin-top: 6px !important;
    font-size: 8.5px;
  }

  .cb-shop-detail__total {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin-top: 6px;
  }

  .cb-shop-detail__total > strong {
    font-size: 20px;
  }

  .cb-shop-detail__links {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 7px;
  }

  .chaynyi-butik-theme .cb-shop-detail__quick,
  .chaynyi-butik-theme .cb-shop-detail__link {
    min-height: 31px;
    padding: 0 5px;
    font-family: var(--cb-serif);
    font-size: 9.5px;
  }

  .cb-shop-detail__quick::before,
  .cb-shop-detail__link::before {
    content: none;
  }

  .chaynyi-butik-theme .cb-shop-product__select,
  .chaynyi-butik-theme .cb-shop-product.is-selected .cb-shop-product__select {
    display: grid;
    grid-template-columns: minmax(112px, 0.82fr) minmax(0, 1.18fr);
    grid-template-rows: 1fr;
    min-height: 90px;
    padding: 8px 0;
  }

  .cb-shop-product__number,
  .cb-shop-product.is-selected .cb-shop-product__number,
  .cb-shop-product__toggle,
  .cb-shop-detail {
    display: none;
  }

  .cb-shop-product.is-selected {
    min-height: 0;
    border: 0;
    border-bottom: 1px solid #e5e0da;
    background: #fff;
  }

  .cb-shop-product.is-selected:first-child {
    border-top: 1px solid #e5e0da;
  }

  .cb-shop-product.is-selected .cb-shop-product__image {
    display: flex;
  }

  .cb-shop-product.is-selected .cb-shop-product__image img {
    transform: scale(1.34);
  }

  .cb-shop-product.is-selected .cb-shop-product__copy {
    display: flex;
  }

  .cb-shop-product__copy,
  .cb-shop-product.is-selected .cb-shop-product__copy {
    padding: 6px 62px 4px 5px;
  }

  .cb-shop-product__bottom {
    align-self: stretch;
    justify-content: flex-start;
    width: 100%;
    margin-top: 4px;
  }

  .cb-shop-product__bottom small {
    margin: 0;
    text-align: left;
  }

  .cb-shop-product__bottom b {
    right: 0;
  }

  .cb-shop-product.is-selected .cb-shop-product__bottom b {
    color: #1b1713;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chaynyi-butik-theme *,
  .chaynyi-butik-theme *::before,
  .chaynyi-butik-theme *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Collection index catalog — selected direction, July 2026. */
.post-type-archive-product {
  --cb-shop-red: #a00b17;
  --cb-shop-gold: #b98a43;
  --cb-shop-ink: #151310;
  --cb-shop-muted: #8a8783;
  --cb-shop-line: #dfddda;
  background: #fff;
}

.post-type-archive-product .cb-header {
  min-height: 86px;
  padding: 0 48px;
  border-bottom: 1px solid var(--cb-shop-line);
  background: #fff;
}

.post-type-archive-product .cb-header > .cb-wordmark {
  color: var(--cb-shop-red);
  font-size: 30px;
  font-weight: 500;
}

.post-type-archive-product .cb-nav {
  gap: 54px;
  min-height: 44px;
}

.post-type-archive-product .cb-nav a {
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 16px;
}

.post-type-archive-product .cb-nav a.is-active {
  color: var(--cb-shop-ink);
}

.post-type-archive-product .cb-nav a:nth-child(4) {
  display: none;
}

.post-type-archive-product .cb-actions {
  gap: 22px;
}

.post-type-archive-product .cb-search,
.post-type-archive-product .cb-cart {
  color: var(--cb-shop-ink);
}

.post-type-archive-product .cb-cart-count {
  background: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop {
  width: 100%;
  min-width: 0;
  overflow: visible;
  background: #fff;
  color: var(--cb-shop-ink);
}

.post-type-archive-product .cb-shop-shell {
  display: grid;
  grid-template-columns: clamp(230px, 18.15vw, 270px) clamp(500px, 41.7vw, 620px) minmax(390px, 1fr);
  width: 100%;
  min-height: calc(100svh - 86px);
  background: #fff;
}

.post-type-archive-product .cb-shop-sidebar {
  position: relative;
  min-width: 0;
  padding: 48px 32px 42px 47px;
  border-right: 1px solid var(--cb-shop-line);
  background: #fff;
}

.post-type-archive-product .cb-shop-sidebar h1 {
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: clamp(46px, 3.35vw, 52px);
  font-weight: 500;
  line-height: 0.98;
}

.post-type-archive-product .cb-shop-categories {
  position: static;
  width: auto;
  overflow: visible;
  margin-top: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.post-type-archive-product .cb-shop-categories__track {
  display: flex;
  width: auto;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  contain: none;
  isolation: auto;
}

.post-type-archive-product .cb-shop-categories__track::before {
  display: none !important;
  content: none;
}

.post-type-archive-product .cb-shop-category {
  position: relative;
  display: inline-flex;
  width: auto;
  min-height: 25px;
  align-items: center;
  padding: 0;
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  touch-action: manipulation;
}

.post-type-archive-product .cb-shop-category.is-active {
  color: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop-category::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 160ms ease, transform 160ms ease;
}

.post-type-archive-product .cb-shop-category:hover::after,
.post-type-archive-product .cb-shop-category:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.post-type-archive-product .cb-shop-filters {
  position: static;
  z-index: auto;
  display: grid;
  width: 100%;
  max-height: none;
  overflow: visible;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 57px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.post-type-archive-product .cb-shop-filters__mobile-head {
  display: none;
}

.post-type-archive-product .cb-shop-filters label {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cb-shop-line);
  cursor: pointer;
}

.post-type-archive-product .cb-shop-filters label:last-child {
  margin-top: 22px;
  border-bottom: 0;
}

.post-type-archive-product .cb-shop-filters label > span:first-child {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  color: var(--cb-shop-ink);
  clip: auto;
  clip-path: none;
  font-family: var(--cb-serif);
  font-size: 18px;
  line-height: 1;
  white-space: normal;
}

.post-type-archive-product .cb-shop-filters label > .material-symbols-outlined {
  position: static;
  width: 24px;
  height: auto;
  overflow: visible;
  color: var(--cb-shop-ink);
  clip: auto;
  clip-path: none;
  font-size: 21px;
  line-height: 1;
  pointer-events: none;
}

.post-type-archive-product .cb-shop-filters select {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  opacity: 0;
}

.post-type-archive-product .cb-shop-filters__backdrop,
.post-type-archive-product .cb-shop-filters__backdrop[hidden] {
  display: none;
}

.post-type-archive-product .cb-shop-index {
  min-width: 0;
  border-right: 1px solid var(--cb-shop-line);
  background: #fff;
}

.post-type-archive-product .cb-shop-mobile-summary {
  display: none;
}

.post-type-archive-product .cb-shop-products {
  display: block;
  width: 100%;
  margin: 0;
  background: #fff;
}

.post-type-archive-product .cb-shop-product,
.post-type-archive-product .cb-shop-product.is-selected {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--cb-shop-line);
  background: #fff;
  box-shadow: none;
}

.post-type-archive-product .cb-shop-product.is-selected::before {
  position: absolute;
  z-index: 3;
  top: 20px;
  bottom: 20px;
  left: 16px;
  width: 3px;
  background: var(--cb-shop-gold);
  content: "";
}

.post-type-archive-product .cb-shop-product[hidden] {
  display: none !important;
}

.post-type-archive-product .cb-shop-product__select {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(188px, calc((100svh - 86px) / 4), 244px);
  grid-template-columns: 36px 156px minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 18px 36px 18px 30px;
  color: var(--cb-shop-ink);
  text-align: left;
}

.post-type-archive-product .cb-shop-product__select::after {
  display: none !important;
  content: none !important;
}

.post-type-archive-product .cb-shop-product__number {
  position: static;
  display: block;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin: 20px 0 0;
  color: #8b8885;
  font-family: var(--cb-serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__number {
  color: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop-product__image,
.post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image {
  position: relative;
  display: flex;
  width: 156px;
  height: 156px;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--cb-shop-line);
  background: #fff;
}

.post-type-archive-product .cb-shop-product__image img,
.post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: none;
  transition: transform 220ms ease;
}

@media (hover: hover) {
  .post-type-archive-product .cb-shop-product:hover .cb-shop-product__image img {
    transform: scale(1.025);
  }
}

.post-type-archive-product .cb-shop-product__copy,
.post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy {
  display: flex;
  min-width: 0;
  height: 156px;
  grid-column: 3;
  grid-row: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 0 6px;
}

.post-type-archive-product .cb-shop-product__copy strong {
  display: block;
  overflow: visible;
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: clamp(23px, 1.75vw, 28px);
  font-weight: 500;
  line-height: 1.03;
  text-overflow: clip;
  white-space: normal;
}

.post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy strong {
  color: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop-product__meta {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--cb-shop-muted);
  font-family: var(--cb-serif);
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.post-type-archive-product .cb-shop-product__bottom {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: auto;
}

.post-type-archive-product .cb-shop-product__bottom small {
  display: none;
}

.post-type-archive-product .cb-shop-product__bottom b {
  position: static;
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__bottom b {
  color: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop-product__quick-source {
  display: none !important;
}

.post-type-archive-product .cb-shop-detail {
  position: sticky;
  top: 0;
  display: flex;
  min-width: 0;
  grid-column: 3;
  grid-row: 1;
  max-height: calc(100svh - 86px);
  align-self: start;
  flex-direction: column;
  overflow: auto;
  margin: 0;
  padding: 41px clamp(34px, 3.2vw, 52px) 44px;
  border: 0;
  background: #fff;
}

.post-type-archive-product .cb-shop-detail[hidden] {
  display: none !important;
}

.post-type-archive-product .cb-shop-detail h2 {
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: clamp(39px, 3.25vw, 50px);
  font-weight: 500;
  line-height: 1;
}

.post-type-archive-product .cb-shop-detail__image {
  display: flex;
  width: 100%;
  height: clamp(250px, 30svh, 320px);
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 18px 0 12px;
  padding: 0;
  border: 0;
  background: #fff;
}

.post-type-archive-product .cb-shop-detail__image img {
  width: min(72%, 520px);
  height: 72%;
  max-width: 72%;
  max-height: 230px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transform: none;
}

.post-type-archive-product .cb-shop-detail__facts {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--cb-shop-line);
}

.post-type-archive-product .cb-shop-detail__facts p {
  display: grid;
  min-height: 48px;
  grid-template-columns: 37% minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 0;
  border-bottom: 1px solid var(--cb-shop-line);
}

.post-type-archive-product .cb-shop-detail__facts span {
  color: var(--cb-shop-muted);
  font-family: var(--cb-serif);
  font-size: 14px;
}

.post-type-archive-product .cb-shop-detail__facts strong {
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.post-type-archive-product .cb-shop-detail__weights {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-bottom: 1px solid var(--cb-shop-line);
}

.post-type-archive-product .cb-shop-detail__weights button {
  position: relative;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--cb-shop-line);
  border-radius: 0;
  background: #fff;
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  cursor: pointer;
}

.post-type-archive-product .cb-shop-detail__weights button:last-child {
  border-right: 0;
}

.post-type-archive-product .cb-shop-detail__weights button.is-active {
  background: #fff;
  color: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop-detail__weights button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--cb-shop-red);
  content: "";
}

.post-type-archive-product .cb-shop-detail__weights button:disabled {
  color: #c9c5c1;
  cursor: not-allowed;
}

.post-type-archive-product .cb-shop-detail__price {
  display: block;
  margin-top: 19px;
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.post-type-archive-product .cb-shop-detail__links {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.post-type-archive-product .cb-shop-detail__quick,
.post-type-archive-product .cb-shop-detail__link {
  display: inline-flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 18px;
  border: 1px solid var(--cb-shop-red);
  border-radius: 0;
  font-family: var(--cb-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  box-shadow: none;
}

.post-type-archive-product .cb-shop-detail__quick {
  background: var(--cb-shop-red);
  color: #fff !important;
}

.post-type-archive-product .cb-shop-detail__link {
  background: #fff;
  color: var(--cb-shop-red) !important;
}

.post-type-archive-product .cb-shop-detail__quick::before {
  margin-right: 9px;
  font-family: "Material Symbols Outlined";
  font-size: 19px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
  content: "shopping_bag";
}

.post-type-archive-product .cb-shop-detail__link::before {
  display: none;
  content: none;
}

.post-type-archive-product .cb-shop-empty {
  margin: 48px 32px;
  color: var(--cb-shop-muted);
  font-family: var(--cb-serif);
  font-size: 24px;
}

.post-type-archive-product .cb-shop-empty[hidden] {
  display: none;
}

@media (max-width: 1279px) and (min-width: 980px) {
  .post-type-archive-product .cb-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .post-type-archive-product .cb-nav {
    gap: 30px;
  }

  .post-type-archive-product .cb-shop-shell {
    grid-template-columns: 220px minmax(440px, 43vw) minmax(320px, 1fr);
  }

  .post-type-archive-product .cb-shop-sidebar {
    padding-right: 24px;
    padding-left: 32px;
  }

  .post-type-archive-product .cb-shop-product__select {
    grid-template-columns: 30px 132px minmax(0, 1fr);
    gap: 14px;
    padding-right: 25px;
    padding-left: 24px;
  }

  .post-type-archive-product .cb-shop-product__image,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image {
    width: 132px;
    height: 132px;
  }

  .post-type-archive-product .cb-shop-product__copy,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy {
    height: 132px;
  }

  .post-type-archive-product .cb-shop-detail {
    padding-right: 28px;
    padding-left: 28px;
  }

  .post-type-archive-product .cb-shop-detail__links {
    gap: 10px;
  }

  .post-type-archive-product .cb-shop-detail__quick,
  .post-type-archive-product .cb-shop-detail__link {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 979px) {
  body.cb-shop-controls-open {
    overflow: hidden;
  }

  .post-type-archive-product .cb-shop-shell {
    display: block;
    min-height: 0;
  }

  .post-type-archive-product .cb-shop-sidebar {
    padding: 46px 42px 0;
    border: 0;
  }

  .post-type-archive-product .cb-shop-sidebar h1 br {
    display: none;
  }

  .post-type-archive-product .cb-shop-categories {
    width: 100%;
    overflow-x: auto;
    margin-top: 31px;
    border-bottom: 1px solid var(--cb-shop-line);
    scrollbar-width: none;
  }

  .post-type-archive-product .cb-shop-categories::-webkit-scrollbar {
    display: none;
  }

  .post-type-archive-product .cb-shop-categories__track {
    display: grid;
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(6, minmax(86px, 1fr));
    align-items: end;
    gap: 22px;
  }

  .post-type-archive-product .cb-shop-category {
    display: flex;
    min-height: 62px;
    justify-content: center;
    padding: 0 4px 18px;
    font-size: 25px;
  }

  .post-type-archive-product .cb-shop-category::after {
    bottom: -1px;
    height: 3px;
  }

  .post-type-archive-product .cb-shop-category.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .post-type-archive-product .cb-shop-index {
    border: 0;
  }

  .post-type-archive-product .cb-shop-mobile-summary {
    display: grid;
    grid-template-columns: minmax(56px, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 29px 42px 26px;
  }

  .post-type-archive-product .cb-shop-results {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    color: var(--cb-shop-ink);
    clip: auto;
    clip-path: none;
    font-family: var(--cb-serif);
    font-size: 25px;
    line-height: 1;
    white-space: normal;
  }

  .post-type-archive-product .cb-shop-mobile-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border: 0;
  }

  .post-type-archive-product .cb-shop-mobile-tools button {
    display: inline-flex;
    min-width: 170px;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0;
    padding: 0 19px;
    border: 1px solid #8e8b88;
    border-radius: 0;
    background: #fff;
    color: var(--cb-shop-ink);
    font-family: var(--cb-serif);
    font-size: 22px;
    font-weight: 500;
    box-shadow: none;
  }

  .post-type-archive-product .cb-shop-mobile-tools button + button {
    border-left: 1px solid #8e8b88;
  }

  .post-type-archive-product .cb-shop-mobile-tools .material-symbols-outlined {
    font-size: 27px;
  }

  .post-type-archive-product .cb-shop-filters {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    max-height: min(78svh, 620px);
    overflow-y: auto;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding: 22px 20px calc(22px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--cb-shop-gold);
    background: #fff;
    box-shadow: 0 -18px 60px rgba(39, 27, 18, 0.14);
  }

  .post-type-archive-product .cb-shop-filters.is-open {
    display: grid;
  }

  .post-type-archive-product .cb-shop-filters.is-open[data-mode="filters"] [data-cb-controls-group="sort"],
  .post-type-archive-product .cb-shop-filters.is-open[data-mode="sort"] [data-cb-controls-group="filters"] {
    display: none;
  }

  .post-type-archive-product .cb-shop-filters__mobile-head {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--cb-shop-line);
  }

  .post-type-archive-product .cb-shop-filters__mobile-head strong {
    font-family: var(--cb-serif);
    font-size: 28px;
    font-weight: 500;
  }

  .post-type-archive-product .cb-shop-filters__mobile-head button {
    display: grid;
    width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--cb-shop-ink);
    place-items: center;
    box-shadow: none;
  }

  .post-type-archive-product .cb-shop-filters label,
  .post-type-archive-product .cb-shop-filters label:last-child {
    min-height: 58px;
    margin: 0;
  }

  .post-type-archive-product .cb-shop-filters__backdrop:not([hidden]) {
    position: fixed;
    z-index: 110;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(24, 18, 14, 0.34);
  }

  .post-type-archive-product .cb-shop-product,
  .post-type-archive-product .cb-shop-product.is-selected {
    border-bottom: 1px solid var(--cb-shop-line);
  }

  .post-type-archive-product .cb-shop-product:first-child,
  .post-type-archive-product .cb-shop-product.is-selected:first-child {
    border-top: 0;
  }

  .post-type-archive-product .cb-shop-product.is-selected::before {
    display: none;
    content: none;
  }

  .post-type-archive-product .cb-shop-product__select {
    display: grid;
    min-height: 190px;
    grid-template-columns: 66px 154px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    gap: 0;
    padding: 20px 42px 20px 0;
  }

  .post-type-archive-product .cb-shop-product__number {
    align-self: start;
    justify-self: center;
    margin: 13px 0 0;
    font-size: 29px;
  }

  .post-type-archive-product .cb-shop-product__image,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image {
    display: flex;
    width: 154px;
    height: 154px;
  }

  .post-type-archive-product .cb-shop-product__image img,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image img {
    transform: none;
  }

  .post-type-archive-product .cb-shop-product__copy,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy {
    display: flex;
    height: 154px;
    padding: 9px 0 7px 32px;
  }

  .post-type-archive-product .cb-shop-product__copy strong {
    font-size: 30px;
    line-height: 1;
  }

  .post-type-archive-product .cb-shop-product__meta {
    display: flex;
    margin-top: 20px;
    font-size: 18px;
  }

  .post-type-archive-product .cb-shop-product__bottom {
    display: flex;
    justify-content: space-between;
  }

  .post-type-archive-product .cb-shop-product__bottom small {
    display: block;
    margin: 0;
    color: var(--cb-shop-muted);
    font-family: var(--cb-serif);
    font-size: 24px;
    line-height: 1;
  }

  .post-type-archive-product .cb-shop-product__bottom b {
    position: static;
    font-size: 30px;
  }

  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy strong,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__number,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__bottom b {
    color: var(--cb-shop-red);
  }

  .post-type-archive-product .cb-shop-detail,
  .post-type-archive-product .cb-shop-detail[hidden] {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .post-type-archive-product .cb-header {
    min-height: 74px;
    padding: 0 18px;
    border-bottom: 0;
  }

  .post-type-archive-product .cb-header > .cb-wordmark {
    color: var(--cb-shop-red);
    font-size: 26px;
  }

  .post-type-archive-product .cb-header > .cb-wordmark small {
    display: none;
  }

  .post-type-archive-product .cb-menu-button,
  .post-type-archive-product .cb-cart {
    color: var(--cb-shop-ink);
  }

  .post-type-archive-product .cb-menu-button .material-symbols-outlined {
    font-size: 35px;
  }

  .post-type-archive-product .cb-cart .material-symbols-outlined {
    font-size: 31px;
  }

  .post-type-archive-product .cb-shop-sidebar {
    padding: 14px 20px 0;
  }

  .post-type-archive-product .cb-shop-sidebar h1 {
    margin-top: -18px;
    font-size: 34px;
    line-height: 1;
  }

  .post-type-archive-product .cb-shop-categories {
    margin-top: 20px;
  }

  .post-type-archive-product .cb-shop-categories__track {
    width: 100%;
    min-width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
  }

  .post-type-archive-product .cb-shop-category {
    min-height: 40px;
    padding: 0 2px 12px;
    font-size: 14px;
  }

  .post-type-archive-product .cb-shop-mobile-summary {
    grid-template-columns: minmax(48px, 1fr) auto;
    gap: 12px;
    padding: 16px 20px;
  }

  .post-type-archive-product .cb-shop-results {
    font-size: 18px;
  }

  .post-type-archive-product .cb-shop-mobile-tools {
    gap: 14px;
  }

  .post-type-archive-product .cb-shop-mobile-tools button {
    min-width: 0;
    min-height: 44px;
    padding: 0 12px;
    font-size: 15px;
  }

  .post-type-archive-product .cb-shop-mobile-tools .material-symbols-outlined {
    font-size: 24px;
  }

  .post-type-archive-product .cb-shop-product__select {
    min-height: 156px;
    grid-template-columns: 52px 132px minmax(0, 1fr);
    padding: 12px 20px 12px 0;
  }

  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__select {
    display: grid;
    min-height: 156px;
    grid-template-columns: 52px 132px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    gap: 0;
    padding: 12px 20px 12px 0;
  }

  .post-type-archive-product .cb-shop-product__number {
    margin-top: 5px;
    font-size: 20px;
  }

  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__number {
    display: block;
    align-self: start;
    justify-self: center;
    margin: 5px 0 0;
    font-size: 20px;
  }

  .post-type-archive-product .cb-shop-product__image,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image {
    width: 132px;
    height: 132px;
  }

  .post-type-archive-product .cb-shop-product__copy,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy {
    height: 132px;
    padding: 8px 0 5px 20px;
  }

  .post-type-archive-product .cb-shop-product__copy strong {
    font-size: clamp(22px, 6.2vw, 27px);
  }

  .post-type-archive-product .cb-shop-product__meta {
    gap: 7px;
    margin-top: 17px;
    font-size: clamp(14px, 4vw, 17px);
  }

  .post-type-archive-product .cb-shop-product__bottom small {
    font-size: 23px;
  }

  .post-type-archive-product .cb-shop-product__bottom b {
    font-size: 28px;
  }
}

@media (max-width: 430px) {
  .post-type-archive-product .cb-shop-mobile-summary {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .post-type-archive-product .cb-shop-mobile-tools {
    gap: 10px;
  }

  .post-type-archive-product .cb-shop-mobile-tools button {
    min-height: 44px;
    gap: 7px;
    padding: 0 9px;
    font-size: 16px;
  }

  .post-type-archive-product .cb-shop-mobile-tools .material-symbols-outlined {
    font-size: 21px;
  }

  .post-type-archive-product .cb-shop-product__select {
    min-height: 147px;
    grid-template-columns: 48px 116px minmax(0, 1fr);
    padding: 15px 14px 15px 0;
  }

  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__select {
    min-height: 147px;
    grid-template-columns: 48px 116px minmax(0, 1fr);
    padding: 15px 14px 15px 0;
  }

  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__number {
    margin-top: 5px;
    font-size: 19px;
  }

  .post-type-archive-product .cb-shop-product__number {
    margin-top: 5px;
    font-size: 19px;
  }

  .post-type-archive-product .cb-shop-product__image,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image {
    width: 116px;
    height: 116px;
  }

  .post-type-archive-product .cb-shop-product__copy,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy {
    height: 116px;
    padding: 6px 0 3px 17px;
  }

  .post-type-archive-product .cb-shop-product__copy strong {
    font-size: clamp(20px, 5.7vw, 24px);
  }

  .post-type-archive-product .cb-shop-product__meta {
    gap: 5px;
    margin-top: 13px;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .post-type-archive-product .cb-shop-product__bottom small {
    font-size: 17px;
  }

  .post-type-archive-product .cb-shop-product__bottom b {
    font-size: 25px;
  }
}

@media (max-width: 360px) {
  .post-type-archive-product .cb-shop-sidebar h1 {
    font-size: 32px;
  }

  .post-type-archive-product .cb-shop-categories__track {
    gap: 0;
  }

  .post-type-archive-product .cb-shop-category {
    font-size: 16px;
  }

  .post-type-archive-product .cb-shop-mobile-summary {
    padding-right: 16px;
    padding-left: 16px;
  }

  .post-type-archive-product .cb-shop-mobile-tools button {
    font-size: 15px;
  }

  .post-type-archive-product .cb-shop-product__select {
    grid-template-columns: 42px 104px minmax(0, 1fr);
    padding-right: 12px;
  }

  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__select {
    grid-template-columns: 42px 104px minmax(0, 1fr);
    padding-right: 12px;
  }

  .post-type-archive-product .cb-shop-product__image,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image {
    width: 104px;
    height: 104px;
  }

  .post-type-archive-product .cb-shop-product__copy,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__copy {
    height: 104px;
    padding-left: 14px;
  }
}

/* Catalog filter popovers and image alignment */
.post-type-archive-product .cb-shop-filter {
  position: relative;
  min-width: 0;
  border-top: 1px solid var(--cb-shop-line);
}

.post-type-archive-product .cb-shop-filter--sort {
  margin-top: 22px;
}

.post-type-archive-product .cb-shop-filter__toggle {
  display: grid;
  width: 100%;
  min-height: 72px;
  grid-template-columns: minmax(0, 1fr) 24px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 5px;
  margin: 0;
  padding: 11px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--cb-shop-ink);
  text-align: left;
  box-shadow: none;
}

.post-type-archive-product .cb-shop-filter__label {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
  font-family: var(--cb-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.post-type-archive-product .cb-shop-filter__value {
  width: 100%;
  max-width: 100%;
  grid-column: 1;
  grid-row: 2;
  color: var(--cb-shop-muted);
  font-family: var(--cb-serif);
  font-size: 14px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  white-space: normal;
}

.post-type-archive-product .cb-shop-filter.is-default .cb-shop-filter__value {
  display: none;
}

.post-type-archive-product .cb-shop-filter.is-default .cb-shop-filter__label {
  grid-row: 1 / 3;
  align-self: center;
}

.post-type-archive-product .cb-shop-filter--sort .cb-shop-filter__toggle {
  min-height: 72px;
}

.post-type-archive-product .cb-shop-filter--sort .cb-shop-filter__label {
  grid-column: 1;
  grid-row: 1;
}

.post-type-archive-product .cb-shop-filter--sort .cb-shop-filter__value {
  width: 100%;
  max-width: 100%;
  grid-column: 1;
  grid-row: 2;
  font-size: 14px;
  line-height: 1.15;
}

.post-type-archive-product .cb-shop-filter--sort .cb-shop-filter__toggle > .material-symbols-outlined {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}

.post-type-archive-product .cb-shop-filter--sort.is-default .cb-shop-filter__label {
  grid-row: 1 / 3;
  align-self: center;
}

.post-type-archive-product .cb-shop-filter__toggle > .material-symbols-outlined {
  width: 24px;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--cb-shop-ink);
  font-size: 21px;
  line-height: 1;
  text-align: center;
  transition: color 160ms ease, transform 160ms ease;
}

.post-type-archive-product .cb-shop-filter.is-open .cb-shop-filter__toggle > .material-symbols-outlined {
  color: var(--cb-shop-red);
}

.post-type-archive-product .cb-shop-filter.is-open:not(.cb-shop-filter--sort) .cb-shop-filter__toggle > .material-symbols-outlined {
  transform: rotate(45deg);
}

.post-type-archive-product .cb-shop-filter__native {
  display: none !important;
}

.post-type-archive-product .cb-shop-filter__menu {
  position: absolute;
  z-index: 80;
  top: calc(100% - 1px);
  right: -10px;
  left: -10px;
  display: grid;
  max-height: 260px;
  gap: 2px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #cbc5be;
  background: #fff;
  box-shadow: 0 18px 40px rgba(39, 27, 18, 0.13);
}

.post-type-archive-product .cb-shop-filter__menu[hidden] {
  display: none;
}

.post-type-archive-product .cb-shop-filter__menu button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 0;
  background: #fff;
  color: var(--cb-shop-ink);
  font-family: var(--cb-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  box-shadow: none;
}

.post-type-archive-product .cb-shop-filter__menu button:hover,
.post-type-archive-product .cb-shop-filter__menu button:focus-visible {
  background: #f8f5f2;
  color: var(--cb-shop-red);
  outline: none;
}

.post-type-archive-product .cb-shop-filter__menu button[aria-selected="true"] {
  border-left-color: var(--cb-shop-gold);
  background: #faf5f4;
  color: var(--cb-shop-red);
}

@media (max-width: 979px) {
  .post-type-archive-product .cb-shop-filter,
  .post-type-archive-product .cb-shop-filter--sort {
    margin: 0;
  }

  .post-type-archive-product .cb-shop-filter__toggle {
    min-height: 66px;
  }

  .post-type-archive-product .cb-shop-filter--sort .cb-shop-filter__toggle {
    min-height: 66px;
  }

  .post-type-archive-product .cb-shop-filter__menu {
    position: static;
    max-height: 220px;
    margin: 0 0 10px;
    border-color: var(--cb-shop-line);
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .post-type-archive-product .cb-shop-product__image img,
  .post-type-archive-product .cb-shop-product.is-selected .cb-shop-product__image img {
    transform: none;
    transform-origin: center;
  }
}
