: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;
  }

  .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,
  .cb-hero .cb-location {
    display: none;
  }

  .cb-hero__actions {
    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: #fbfaf8;
}

.cb-shop-categories__track {
  position: relative;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 1983 / 420;
  margin: 0 auto;
}

.cb-shop-categories__picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.cb-shop-categories__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: fill;
}

.cb-shop-categories__links {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
}

.cb-shop-category {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: visible;
  min-width: 0;
  min-height: 0;
  color: #241c17;
  text-decoration: none;
}

.cb-shop-category--puer {
  left: 2.2%;
  width: 20.1%;
}

.cb-shop-category--oolong {
  left: 24%;
  width: 16.5%;
}

.cb-shop-category--red {
  left: 41.8%;
  width: 17%;
}

.cb-shop-category--green {
  left: 60%;
  width: 16%;
}

.cb-shop-category--white {
  left: 77.9%;
  width: 20.1%;
}

.cb-shop-category::before {
  position: absolute;
  z-index: 4;
  inset: 1.5% 0 0;
  border: 0;
  background: transparent;
  content: "";
  filter: none;
  pointer-events: none;
  transition: background 180ms ease, filter 180ms ease;
}

.cb-shop-category--puer::before {
  clip-path: polygon(12% 1%, 100% 1%, 92% 100%, 0 100%);
}

.cb-shop-category--oolong::before {
  clip-path: polygon(5% 1%, 97% 1%, 100% 100%, 0 100%);
}

.cb-shop-category--red::before {
  clip-path: polygon(3% 1%, 95% 1%, 100% 100%, 0 100%);
}

.cb-shop-category--green::before {
  clip-path: polygon(3% 1%, 93% 1%, 100% 100%, 0 100%);
}

.cb-shop-category--white::before {
  clip-path: polygon(4% 1%, 91% 1%, 100% 100%, 0 100%);
}

.cb-shop-category__desktop-meta {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 0.5%;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  height: 13%;
  min-width: 0;
  margin: 0;
  padding: 0 7%;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #2b241f;
  font-family: var(--cb-serif);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.cb-shop-category__desktop-meta small {
  flex: 0 0 auto;
  color: #8f8880;
  font-family: var(--cb-sans);
  font-size: 9px;
  font-weight: 400;
}

.cb-shop-category.is-active .cb-shop-category__desktop-meta {
  color: #7e1318;
}

.cb-shop-category.is-active .cb-shop-category__desktop-meta small {
  color: #7e1318;
}

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

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

.cb-shop-category:focus-visible::before {
  background: rgba(176, 128, 49, 0.07);
  filter: drop-shadow(0 0 3px rgba(176, 128, 49, 0.5));
}

.cb-shop-category.is-active::before {
  background: transparent;
  filter: none;
}

@media (hover: hover) and (pointer: fine) {
  .cb-shop-category:hover::before {
    background: rgba(176, 128, 49, 0.07);
    filter: drop-shadow(0 0 3px rgba(176, 128, 49, 0.5));
  }

  .cb-shop-category.is-active:hover::before {
    background: transparent;
    filter: none;
  }
}

.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;
  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__actions {
  display: none;
}

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

  .cb-shop-product:hover .cb-shop-product__actions,
  .cb-shop-product:focus-within .cb-shop-product__actions {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
  }
}

.chaynyi-butik-theme .cb-shop-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 36px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #7e1318;
  border-radius: 0;
  background: #7e1318;
  color: #fffdf9;
  font-family: var(--cb-sans);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  box-shadow: none;
}

.chaynyi-butik-theme .cb-shop-action--view {
  border-left: 0;
  background: #fff;
  color: #7e1318;
}

.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: 74px;
    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-product.is-selected .cb-shop-product__actions {
    position: relative;
    display: flex;
  }

  .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: 1px solid #e4ded6;
    background: #fff;
  }

  .cb-shop-categories__track {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 1200 / 338;
  }

  .cb-shop-categories__picture {
    position: absolute;
    z-index: 0;
    top: 3px;
    right: 10px;
    bottom: 3px;
    left: 10px;
    display: block;
    overflow: hidden;
    background: #fff;
    pointer-events: none;
  }

  .cb-shop-categories__image {
    position: absolute;
    inset: 0;
    display: block;
    max-width: none;
    width: 100%;
    height: 100% !important;
    object-fit: fill;
    object-position: 50% 50%;
  }

  .cb-shop-categories__links {
    position: absolute;
    inset: 0 10px;
    display: block;
    padding: 0;
  }

  .cb-shop-category {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    display: block;
    padding: 0;
    overflow: hidden;
    min-height: 0;
  }

  .cb-shop-category--puer {
    left: 1.5%;
    width: 18%;
  }

  .cb-shop-category--oolong {
    left: 21.5%;
    width: 18%;
  }

  .cb-shop-category--red {
    left: 41.5%;
    width: 18%;
  }

  .cb-shop-category--green {
    left: 61%;
    width: 18%;
  }

  .cb-shop-category--white {
    left: 80%;
    width: 18%;
  }

  .cb-shop-category__desktop-meta {
    display: none;
  }

  .cb-shop-category + .cb-shop-category {
    border-left: 0;
  }

  .cb-shop-category__label {
    position: absolute;
    display: grid;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 24px;
    place-items: center;
    color: #2c2722;
    font-family: var(--cb-serif);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
  }

  .cb-shop-category::before {
    display: none;
  }

  .cb-shop-category.is-active .cb-shop-category__label {
    color: #7e1318;
  }

  .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-product__actions,
  .cb-shop-product.is-selected .cb-shop-product__actions {
    display: none;
  }

  .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;
  }
}

@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;
  }
}
