:root {
  /*
   * Canonical semantic palette. The legacy --tt-* variables remain the
   * storefront-setting inputs so already-published themes keep their saved
   * colors. New layouts write both layers from the same settings.
   */
  --xnata-tea-paper: var(--tt-cream, #f4f0e6);
  --xnata-tea-surface: var(--tt-paper, #fbf8f0);
  --xnata-tea-ink: var(--tt-steep, #173b30);
  --xnata-tea-ink-soft: var(--tt-steep-2, #385148);
  --xnata-tea-clay: var(--tt-oolong, #a44628);
  --xnata-tea-stone: #70685b;
  --xnata-tea-line: color-mix(in srgb, var(--xnata-tea-ink) 16%, transparent);
  --xnata-tea-footer: var(--tt-ink, #2a2420);
  --xnata-tea-action-radius: var(--tt-button-radius, 8px);
  --xnata-tea-shadow: 0 22px 58px rgba(36, 30, 22, 0.12);
  --xnata-tea-display: "Newsreader", "Noto Serif SC", Georgia, serif;
  --xnata-tea-text: "Public Sans", system-ui, sans-serif;
  --xnata-tea-mono: "IBM Plex Mono", monospace;
  --xnata-tea-display-weight: 520;
  --xnata-tea-display-tracking: -0.035em;
  --xnata-tea-display-leading: 0.9;
  --xnata-tea-text-tracking: 0;
  --xnata-tea-text-leading: 1.68;
  --xnata-tea-paper-motif: none;
  --xnata-tea-paper-wash:
    radial-gradient(circle at 92% 4%, rgba(179, 138, 69, 0.09), transparent 28rem);
  --xnata-tea-paper-ruling: none;
  --xnata-tea-paper-motif-size: auto;
  --xnata-tea-paper-ruling-size: auto;
  --xnata-tea-motion-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  --xnata-tea-motion-spring: cubic-bezier(0.18, 0.89, 0.32, 1.18);
  --xnata-tea-motion-fast: 160ms;
  --xnata-tea-motion-medium: 360ms;
  --xnata-tea-motion-slow: 520ms;
  --xnata-tea-motion-distance: 14px;
  --xnata-tea-scroll-progress: 0;
}

/* Auth-aware account chrome and wishlist controls are upgraded by islands.js. */
.xnata-tea .tt-account-host {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.xnata-tea .tt-account-menu {
  position: relative;
}

.xnata-tea .tt-account-menu__summary {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  padding: 4px 10px 4px 4px;
  background: var(--xnata-tea-surface);
  color: var(--xnata-tea-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.xnata-tea .tt-account-menu__summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .tt-account-menu__avatar {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
  font-family: var(--xnata-tea-mono);
  font-size: 11px;
}

.xnata-tea .tt-account-menu__name {
  overflow: hidden;
  max-width: 108px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnata-tea .tt-account-menu__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  min-width: 190px;
  overflow: hidden;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 10px;
  background: var(--xnata-tea-surface);
  box-shadow: 0 18px 42px rgba(36, 30, 22, 0.16);
}

.xnata-tea .tt-account-menu__panel a {
  padding: 11px 14px;
  color: var(--xnata-tea-ink);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.xnata-tea .tt-account-menu__panel a:hover,
.xnata-tea .tt-account-menu__panel a:focus-visible {
  background: color-mix(in srgb, var(--xnata-tea-ink) 7%, transparent);
}

.xnata-tea .tt-account-menu__panel .tt-account-menu__logout {
  border-top: 1px solid var(--xnata-tea-line);
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-account-host--mobile {
  display: block;
  width: 100%;
}

.xnata-tea .tt-account-host--mobile .tt-account-menu__summary {
  width: 100%;
}

.xnata-tea .tt-account-host--mobile .tt-account-menu__panel {
  position: static;
  margin-top: 8px;
  box-shadow: none;
}

.xnata-tea .xnata-tea-wishlist {
  display: inline-flex;
}

.xnata-tea .xnata-tea-wishlist--card {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
}

.xnata-tea .xnata-tea-wishlist--pdp {
  justify-self: end;
}

.xnata-tea .tt-product__utility-actions {
  display: inline-flex;
  gap: 8px;
  justify-self: end;
}

.xnata-tea .xnata-tea-product__compare-host,
.xnata-tea .xnata-tea-card__compare-host {
  display: inline-flex;
}

.xnata-tea .xnata-tea-wishlist__button,
.xnata-tea .xnata-tea-product__compare-host .compare-toggle {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  border-radius: 999px;
  padding: 0;
  background: color-mix(in srgb, var(--xnata-tea-surface) 90%, transparent);
  color: var(--xnata-tea-ink);
  box-shadow: 0 6px 20px rgba(36, 30, 22, 0.12);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition:
    color var(--xnata-tea-motion-fast) ease,
    background-color var(--xnata-tea-motion-fast) ease,
    border-color var(--xnata-tea-motion-fast) ease,
    transform var(--xnata-tea-motion-fast) ease;
}

.xnata-tea .xnata-tea-wishlist__button svg,
.xnata-tea .xnata-tea-product__compare-host .compare-toggle svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.xnata-tea .xnata-tea-wishlist__button svg {
  transition: fill var(--xnata-tea-motion-fast) ease;
}

.xnata-tea .xnata-tea-wishlist__button:hover,
.xnata-tea .xnata-tea-product__compare-host .compare-toggle:hover {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 60%, transparent);
  color: var(--xnata-tea-clay);
  transform: translateY(-1px);
}

.xnata-tea .xnata-tea-wishlist__button:focus-visible,
.xnata-tea .xnata-tea-product__compare-host .compare-toggle:focus-visible {
  outline: 2px solid var(--xnata-tea-clay);
  outline-offset: 3px;
}

.xnata-tea dkh-wishlist-toggle[data-wishlist-active]
  .xnata-tea-wishlist__button {
  border-color: var(--xnata-tea-clay);
  background: var(--xnata-tea-clay);
  color: var(--xnata-tea-surface);
}

.xnata-tea .xnata-tea-product__compare-host .compare-toggle[data-active='true'] {
  border-color: var(--xnata-tea-ink);
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
}

.xnata-tea dkh-wishlist-toggle[data-wishlist-active]
  .xnata-tea-wishlist__button
  svg {
  fill: currentcolor;
}

.xnata-tea dkh-wishlist-toggle[data-wishlist-state="loading"]
  .xnata-tea-wishlist__button,
.xnata-tea dkh-wishlist-toggle[data-wishlist-state="saving"]
  .xnata-tea-wishlist__button {
  cursor: wait;
  opacity: 0.68;
}

.xnata-tea .tb-product-card,
.xnata-tea .tea-sellable-group__card {
  position: relative;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html:lang(zh-CN) .xnata-tea {
  --xnata-tea-display:
    "Noto Serif SC", "Songti SC", "STSong", "SimSun", Georgia, serif;
  --xnata-tea-text:
    "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --xnata-tea-display-weight: 600;
  --xnata-tea-display-tracking: -0.025em;
  --xnata-tea-display-leading: 0.94;
  --xnata-tea-text-tracking: 0.012em;
  --xnata-tea-text-leading: 1.82;
  --xnata-tea-paper-motif: none;
  --xnata-tea-paper-wash:
    radial-gradient(circle at 88% 8%, rgba(164, 70, 40, 0.075), transparent 24rem);
  --xnata-tea-paper-ruling: none;
  --xnata-tea-paper-motif-size: auto;
  --xnata-tea-paper-ruling-size: auto;
}

html:lang(zh-TW) .xnata-tea {
  --xnata-tea-display:
    "Noto Serif TC", "Songti TC", "PMingLiU", "MingLiU", Georgia, serif;
  --xnata-tea-text:
    "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  --xnata-tea-display-weight: 600;
  --xnata-tea-display-tracking: -0.02em;
  --xnata-tea-display-leading: 0.95;
  --xnata-tea-text-tracking: 0.014em;
  --xnata-tea-text-leading: 1.84;
  --xnata-tea-paper-motif: none;
  --xnata-tea-paper-wash:
    radial-gradient(circle at 10% 6%, rgba(179, 138, 69, 0.08), transparent 25rem);
  --xnata-tea-paper-ruling: none;
  --xnata-tea-paper-motif-size: auto;
  --xnata-tea-paper-ruling-size: auto;
}

html:lang(ru) .xnata-tea {
  --xnata-tea-display:
    "Cormorant Garamond", "PT Serif", "Times New Roman", Georgia, serif;
  --xnata-tea-text:
    "Noto Sans", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --xnata-tea-display-weight: 600;
  --xnata-tea-display-tracking: -0.012em;
  --xnata-tea-display-leading: 0.93;
  --xnata-tea-text-tracking: 0.006em;
  --xnata-tea-text-leading: 1.72;
  --xnata-tea-paper-motif: none;
  --xnata-tea-paper-wash:
    radial-gradient(ellipse at 4% 2%, rgba(143, 99, 54, 0.085), transparent 30rem);
  --xnata-tea-paper-ruling: none;
  --xnata-tea-paper-motif-size: auto;
  --xnata-tea-paper-ruling-size: auto;
}

html:lang(en) .xnata-tea {
  --xnata-tea-display:
    "Newsreader", "Iowan Old Style", "Baskerville", Georgia, serif;
  --xnata-tea-text:
    "Public Sans", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --xnata-tea-display-weight: 520;
  --xnata-tea-display-tracking: -0.032em;
  --xnata-tea-display-leading: 0.91;
  --xnata-tea-text-tracking: 0.002em;
  --xnata-tea-text-leading: 1.7;
  --xnata-tea-paper-motif: none;
  --xnata-tea-paper-wash:
    radial-gradient(ellipse at 94% 3%, rgba(179, 138, 69, 0.075), transparent 29rem);
  --xnata-tea-paper-ruling: none;
  --xnata-tea-paper-motif-size: auto;
  --xnata-tea-paper-ruling-size: auto;
}

body.xnata-tea,
body:has(.xnata-tea[data-xnata-tea-root]) {
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
  background-color: var(--xnata-tea-paper);
  background-image:
    var(--tt-paper-grain-url),
    var(--xnata-tea-paper-motif),
    var(--xnata-tea-paper-wash),
    var(--xnata-tea-paper-ruling);
  background-position: 0 0, 0 0, 100% 0, 0 0;
  background-size:
    240px 240px,
    var(--xnata-tea-paper-motif-size),
    auto,
    var(--xnata-tea-paper-ruling-size);
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-text);
  font-synthesis: none;
  letter-spacing: var(--xnata-tea-text-tracking);
  line-height: var(--xnata-tea-text-leading);
  text-rendering: optimizeLegibility;
}

/* Buttons use semantic roles; pills remain reserved for chips and pickers. */
.xnata-tea :where(.tt-btn, .tt-cart-link, .tt-header__cta) {
  min-height: 44px;
  border-radius: var(--xnata-tea-action-radius);
  transition:
    transform var(--xnata-tea-motion-fast) var(--xnata-tea-motion-ease),
    border-color var(--xnata-tea-motion-fast) ease,
    background-color var(--xnata-tea-motion-fast) ease,
    color var(--xnata-tea-motion-fast) ease,
    box-shadow var(--xnata-tea-motion-fast) ease;
}

.xnata-tea :where(.tt-btn--primary, .tt-cart-link, .tt-header__cta) {
  border-color: var(--xnata-tea-ink);
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
}

.xnata-tea :where(.tt-btn--primary, .tt-cart-link, .tt-header__cta):is(:hover, :focus-visible) {
  border-color: var(--xnata-tea-ink-soft);
  background: var(--xnata-tea-ink-soft);
  color: var(--xnata-tea-surface);
  transform: translateY(-1px);
}

.xnata-tea .tt-btn--outline {
  border-color: var(--xnata-tea-ink);
  background: transparent;
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-btn--outline:is(:hover, :focus-visible) {
  border-color: var(--xnata-tea-clay);
  color: var(--xnata-tea-clay);
}

.xnata-tea :where(.tt-btn, .tt-cart-link, .tt-header__cta):focus-visible,
.xnata-tea .tt-locale:focus-within {
  outline: 2px solid var(--xnata-tea-clay);
  outline-offset: 3px;
}

.xnata-tea .tt-locale__link[aria-current="page"] {
  background: color-mix(in srgb, var(--xnata-tea-clay) 8%, var(--xnata-tea-surface));
  box-shadow: inset 3px 0 0 var(--xnata-tea-clay);
  color: var(--xnata-tea-ink);
}

.xnata-tea--wiki .xnata-tea-request-guide__steps {
  border-color: rgba(23, 59, 48, 0.22);
}

.xnata-tea *,
.xnata-tea *::before,
.xnata-tea *::after {
  box-sizing: border-box;
}

.xnata-tea :where(img, picture, video, canvas, svg) {
  max-width: 100%;
}

.xnata-tea :where(
  .tt-header > *,
  .tt-hero > *,
  .tt-section > *,
  .tt-product > *,
  .tt-product__hero > *,
  .tt-footer > *,
  .enc-section > *,
  .enc-section__inner > *,
  .tt-tea-grid > *
) {
  min-width: 0;
}

.xnata-tea [hidden] {
  display: none !important;
}

.xnata-tea :where(a, button, input, select, summary):focus-visible {
  outline: 2px solid var(--xnata-tea-clay);
  outline-offset: 3px;
}

.xnata-tea :where(.tt-section, .tt-hero, .tt-product) {
  width: min(100% - clamp(28px, 8vw, 136px), 1440px);
  margin-inline: auto;
}

.xnata-tea #shopify-section-header {
  position: relative;
  z-index: 60;
}

.xnata-tea #shopify-section-header:has(.tt-header--position-sticky),
.xnata-tea #shopify-section-header:has(.tt-header--position-hide_on_scroll) {
  position: sticky;
  top: 0;
}

.xnata-tea #shopify-section-header:has(.tt-header--position-fixed) {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.xnata-tea .tt-header {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 12%, transparent);
  border-radius: 0;
  padding-block: 6px;
  padding-inline: clamp(20px, calc((100vw - 1510px) / 2 + 34px), 128px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
    color-mix(in srgb, var(--xnata-tea-paper) 92%, white 8%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.84) inset,
    0 14px 34px rgba(36, 30, 22, 0.075);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.xnata-tea .tt-header--position-static {
  position: relative;
  top: auto;
}

.xnata-tea .tt-header--position-sticky,
.xnata-tea .tt-header--position-hide_on_scroll {
  position: sticky;
  top: 0;
}

.xnata-tea .tt-header--position-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.xnata-tea .tt-header--background-page {
  background: var(--xnata-tea-paper);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.xnata-tea .tt-header--background-surface {
  background: var(--xnata-tea-surface);
}

.xnata-tea .tt-header--background-transparent {
  border-bottom-color: transparent;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.xnata-tea .tt-header--background-custom {
  background: var(--dkh-header-background, var(--xnata-tea-paper));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.xnata-tea .tt-header[data-header-scroll-state="hidden"] {
  transform: translateY(-100%);
}

.xnata-tea .tt-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--xnata-tea-clay), #c89a61);
  content: "";
  pointer-events: none;
  transform: scaleX(var(--xnata-tea-scroll-progress));
  transform-origin: left center;
  transition: transform 80ms linear;
}

.xnata-tea .tt-mobile-menu {
  display: none;
}

.xnata-tea .tt-brand {
  display: inline-flex;
  align-items: center;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: 22px;
  font-weight: 650;
  gap: 11px;
}

.xnata-tea .tt-brand__picture {
  display: inline-flex;
  flex: 0 0 auto;
}

.xnata-tea .tt-brand__mark {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 22%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 72%, transparent);
  font-size: 20px;
  font-weight: 650;
  box-shadow: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.xnata-tea .tt-brand--image-wordmark {
  width: auto;
  max-width: min(30vw, 270px);
  text-decoration: none;
}

.xnata-tea .tt-brand--image-wordmark .tt-brand__logo {
  flex: 0 0 var(--logo-width-desktop, var(--logo-width, 52px));
  width: var(--logo-width-desktop, var(--logo-width, 52px));
  height: var(--logo-width-desktop, var(--logo-width, 52px));
  max-height: var(--logo-width-desktop, var(--logo-width, 52px));
  object-fit: contain;
}

.xnata-tea .tt-brand--text-display-auto .tt-brand__word,
.xnata-tea .tt-brand--text-display-hide .tt-brand__word {
  display: none;
}

.xnata-tea .tt-brand--text-display-show .tt-brand__word {
  display: grid;
}

.xnata-tea .tt-brand--text-left {
  flex-direction: row-reverse;
}

.xnata-tea .tt-brand--text-top {
  flex-direction: column-reverse;
  align-items: flex-start;
}

.xnata-tea .tt-brand--text-bottom {
  flex-direction: column;
  align-items: flex-start;
}

.xnata-tea .tt-brand--community-logo {
  gap: 10px;
}

.xnata-tea .tt-brand--community-logo .tt-brand__logo {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xnata-tea .tt-brand--community-logo:hover .tt-brand__logo {
  background: transparent;
}

.xnata-tea .tt-brand--community-logo .tt-brand__word {
  display: grid;
  min-width: 0;
  gap: 1px;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  line-height: 1;
}

.xnata-tea .tt-brand--community-logo .tt-brand__name {
  overflow: hidden;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnata-tea .tt-brand:hover .tt-brand__mark {
  background: color-mix(in srgb, var(--xnata-tea-surface) 88%, transparent);
  box-shadow: 0 0 0 4px var(--tt-brand-mark-halo, rgba(23, 59, 48, 0.08));
}

.xnata-tea .tt-brand__glyph {
  display: block;
  min-width: 1em;
  font: inherit;
  line-height: 1;
  text-align: center;
  transform: translateY(-0.5px);
}

.xnata-tea .tt-brand--request.tt-brand--tea .tt-brand__mark {
  --tt-brand-mark-halo: rgba(23, 59, 48, 0.1);

  border-color: var(--xnata-tea-ink);
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
}

.xnata-tea .tt-brand--archive.tt-brand--tea .tt-brand__mark {
  --tt-brand-mark-halo: rgba(23, 59, 48, 0.08);

  border-color: var(--xnata-tea-ink);
  background: color-mix(in srgb, var(--xnata-tea-ink) 6%, var(--xnata-tea-surface));
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-brand--request.tt-brand--puerh .tt-brand__mark {
  --tt-brand-mark-halo: rgba(164, 70, 40, 0.1);

  border-color: var(--xnata-tea-clay);
  background: var(--xnata-tea-clay);
  color: var(--xnata-tea-surface);
}

.xnata-tea .tt-brand--archive.tt-brand--puerh .tt-brand__mark {
  --tt-brand-mark-halo: rgba(164, 70, 40, 0.08);

  border-color: var(--xnata-tea-clay);
  background: rgba(164, 70, 40, 0.025);
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-brand__word {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: 17px;
  font-weight: 650;
}

.xnata-tea .tt-brand__word--profile {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.xnata-tea .tt-brand__house {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}

.xnata-tea .tt-brand__name {
  white-space: nowrap;
}

.xnata-tea .tt-brand--tea .tt-brand__house {
  color: var(--xnata-tea-ink-soft);
}

.xnata-tea .tt-nav {
  display: flex;
  min-width: 0;
  gap: clamp(16px, 2.2vw, 32px);
  overflow-x: auto;
  scrollbar-width: none;
}

.xnata-tea .tt-nav::-webkit-scrollbar {
  display: none;
}

.xnata-tea :where(.tt-nav a, .tt-icon-link) {
  color: var(--xnata-tea-ink-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.xnata-tea :where(.tt-nav a:hover, .tt-nav a[aria-current="page"]) {
  color: var(--xnata-tea-clay);
}

@media (max-width: 820px) {
  .xnata-tea .tt-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 58px;
    padding: 6px max(8px, env(safe-area-inset-right)) 5px max(8px, env(safe-area-inset-left));
  }

  .xnata-tea .tt-header > .tt-nav,
  .xnata-tea .tt-header > .tt-header__actions,
  .xnata-tea .tt-mobile-menu,
  .xnata-tea .tt-brand__tag {
    display: none;
  }

  .xnata-tea .tt-brand {
    grid-column: 1;
    justify-self: center;
    flex-direction: column;
    width: auto;
    max-width: 112px;
    min-height: 47px;
    justify-content: center;
    gap: 1px;
    text-align: center;
  }

  .xnata-tea .tt-brand--image-wordmark {
    max-width: 112px;
  }

  .xnata-tea .tt-brand--image-wordmark .tt-brand__logo,
  .xnata-tea .tt-brand--community-logo .tt-brand__logo {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    max-height: 32px;
  }

  .xnata-tea .tt-brand__word,
  .xnata-tea .tt-brand--community-logo .tt-brand__word {
    display: block;
    max-width: 112px;
    overflow: hidden;
    color: var(--xnata-tea-ink);
    font-family: var(--xnata-tea-display);
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xnata-tea .tt-brand__word--profile,
  .xnata-tea .tt-brand__house {
    display: none;
  }
}

.xnata-tea .tt-announcement {
  width: min(100% - clamp(32px, 8vw, 140px), 1440px);
  margin: 10px auto 0;
  border: 0;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding: 12px 0 9px;
  background: transparent;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.xnata-tea .tt-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.74fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  min-height: min(68vh, 680px);
  min-height: min(68svh, 680px);
  padding-block: clamp(54px, 6vw, 88px);
  background: transparent;
}

.xnata-tea .tt-hero::before {
  position: absolute;
  z-index: 0;
  inset: clamp(34px, 5vw, 68px) 0;
  border-block: 3px double rgba(69, 54, 34, 0.2);
  content: "";
  pointer-events: none;
}

.xnata-tea .tt-hero::after {
  position: absolute;
  z-index: 0;
  right: 14px;
  bottom: clamp(46px, 6vw, 88px);
  color: rgba(164, 70, 40, 0.14);
  content: "茶";
  font-family: "Noto Serif SC", var(--xnata-tea-display);
  font-size: clamp(82px, 10vw, 150px);
  line-height: 1;
  pointer-events: none;
}

.xnata-tea--puerh .tt-hero::after {
  content: "普";
}

.xnata-tea .tt-hero > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.xnata-tea .tt-hero__rule {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 8px 18px;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-bottom: 12px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-hero__visual {
  display: grid;
  min-height: clamp(360px, 40vw, 560px);
  place-items: center;
  align-content: center;
  margin: 0;
}

.xnata-tea .xnata-tea-hero__seal {
  display: grid;
  width: min(34vw, 470px);
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: clamp(2px, 0.3vw, 4px) solid var(--xnata-tea-clay);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.82), transparent 20%),
    repeating-radial-gradient(circle, transparent 0 34px, rgba(164, 70, 40, 0.09) 35px 36px),
    var(--xnata-tea-surface);
  box-shadow: 0 34px 54px rgba(45, 34, 20, 0.18);
  color: var(--xnata-tea-clay);
  transform: rotate(-2deg);
  animation: xnata-tea-seal-drift 8s ease-in-out infinite;
}

.xnata-tea .xnata-tea-hero__seal > span {
  font-family: "Noto Serif SC", var(--xnata-tea-display);
  font-size: clamp(76px, 9vw, 142px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.xnata-tea .xnata-tea-hero__seal > small,
.xnata-tea .xnata-tea-hero__visual figcaption {
  display: block;
  max-width: 82%;
  overflow-wrap: anywhere;
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 650;
  hyphens: auto;
  letter-spacing: 0.15em;
  text-align: center;
  word-break: normal;
}

@media (max-width: 640px) {
  .xnata-tea .xnata-tea-hero__visual {
    overflow: visible;
    padding-block: 8px;
  }

  .xnata-tea .tt-hero .tt-action-row {
    align-items: flex-start;
    gap: 10px 14px;
  }

  .xnata-tea .tt-hero .tt-action-row :where(.tt-btn, .tt-link) {
    max-width: 100%;
  }

  .xnata-tea .tt-brand {
    gap: 8px;
  }

  .xnata-tea .tt-brand--image-wordmark {
    max-width: min(62vw, 240px);
  }

  .xnata-tea .tt-brand--community-logo .tt-brand__logo {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 0;
  }

  .xnata-tea .tt-brand--community-logo .tt-brand__name {
    font-size: 17px;
  }

  .xnata-tea .tt-brand__mark {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  .xnata-tea .tt-brand__word {
    font-size: 15px;
  }

  .xnata-tea .tt-header .tt-brand {
    max-width: 112px;
    gap: 1px;
  }

  .xnata-tea .tt-header .tt-brand--community-logo .tt-brand__logo {
    width: 32px;
    height: 32px;
    max-height: 32px;
  }

  .xnata-tea .tt-header .tt-brand__word,
  .xnata-tea .tt-header .tt-brand--community-logo .tt-brand__word {
    max-width: 112px;
    font-size: 12px;
  }
}

/* Configurable package offers */
.xnata-tea .tt-special-offers {
  --tt-offer-paper: color-mix(in srgb, var(--xnata-tea-surface) 86%, #d8c49d);
  --tt-offer-paper-light: color-mix(in srgb, var(--xnata-tea-surface) 94%, #ead9b9);
  --tt-offer-edge: rgba(69, 54, 34, 0.28);
  --tt-offer-card-edge: rgba(69, 54, 34, 0.38);
  position: relative;
}

.xnata-tea .tt-special-offers > .xnata-tea__folio-marker {
  top: 10px;
  right: 0;
  left: auto;
  flex-direction: row;
  gap: 6px;
  writing-mode: horizontal-tb;
}

.xnata-tea .tt-special-offers > .xnata-tea__folio-marker i {
  width: 30px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(164, 70, 40, 0.64) 22% 78%,
    transparent
  );
}

.xnata-tea .tt-special-offers__header {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: start;
  gap: clamp(36px, 6vw, 88px);
  margin-bottom: clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.xnata-tea .tt-special-offers__heading,
.xnata-tea .tt-special-offers__summary {
  min-width: 0;
}

.xnata-tea .tt-special-offers__header .tt-section__intro {
  max-width: 54ch;
  color: var(--xnata-tea-stone);
  line-height: 1.7;
}

.xnata-tea .tt-special-offers__audiences {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.xnata-tea .tt-special-offers__audiences span {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.xnata-tea .tt-special-offers__audiences ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xnata-tea .tt-special-offers__audiences li {
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  border-radius: 999px;
  padding: 6px 10px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 72%, transparent);
  color: var(--xnata-tea-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__primary-cta {
  width: fit-content;
  min-height: 48px;
  margin-top: 24px;
  border-radius: 4px;
  text-decoration: none;
}

.xnata-tea .tt-special-offers__choices-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1.58fr);
  align-items: end;
  gap: clamp(22px, 4vw, 56px);
  margin-bottom: clamp(20px, 3vw, 30px);
  scroll-margin-top: 24px;
}

.xnata-tea .tt-special-offers__choices-heading h3 {
  max-width: 28ch;
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 520;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.xnata-tea .tt-special-offers__fulfillment {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  border-radius: 8px;
  padding: 0;
  background: color-mix(in srgb, var(--xnata-tea-surface) 84%, var(--xnata-tea-paper));
}

.xnata-tea .tt-special-offers__fulfillment-heading {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding: clamp(18px, 2.2vw, 26px) clamp(20px, 2.5vw, 30px);
}

.xnata-tea .tt-special-offers__fulfillment-heading h3 {
  max-width: 34ch;
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.xnata-tea .tt-special-offers__fulfillment-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xnata-tea .tt-special-offers__fulfillment-list li {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: clamp(20px, 2.3vw, 28px);
}

.xnata-tea .tt-special-offers__fulfillment-list li + li {
  border-left: 1px solid var(--xnata-tea-line);
}

.xnata-tea .tt-special-offers__fulfillment-number {
  display: block;
  margin-bottom: 8px;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.xnata-tea .tt-special-offers__step-icon,
.xnata-tea .tt-special-offers__trust-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 44%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--xnata-tea-paper) 72%, transparent);
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-special-offers__step-icon svg,
.xnata-tea .tt-special-offers__trust-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.xnata-tea .tt-special-offers__fulfillment-list h4 {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__fulfillment-list p {
  max-width: 38ch;
  margin: 9px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__fulfillment-note {
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--xnata-tea-line);
  padding: 13px clamp(20px, 2.5vw, 30px);
  background: color-mix(in srgb, var(--xnata-tea-ink) 3%, transparent);
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__trust {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 2.28fr);
  gap: clamp(22px, 4vw, 54px);
  margin-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid var(--xnata-tea-line);
  border-bottom: 1px solid var(--xnata-tea-line);
  padding: clamp(24px, 3vw, 38px) 0;
}

.xnata-tea .tt-special-offers__trust-heading h3 {
  max-width: 15ch;
  margin: 9px 0 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}

.xnata-tea .tt-special-offers__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xnata-tea .tt-special-offers__trust-grid li {
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 14%, transparent);
  border-radius: 6px;
  padding: 18px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 76%, transparent);
}

.xnata-tea .tt-special-offers__trust-grid h4 {
  margin: 15px 0 0;
  color: var(--xnata-tea-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.xnata-tea .tt-special-offers__trust-grid p {
  margin: 8px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__widget {
  display: block;
}

.xnata-tea .tt-special-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  margin: 0;
  padding: 0;
  counter-reset: offer-sheet;
  list-style: none;
}

.xnata-tea .tt-special-offers__grid--1 {
  grid-template-columns: minmax(0, 720px);
}

.xnata-tea .tt-special-offers__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xnata-tea .tt-special-offers__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xnata-tea .tt-special-offers__card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 22%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 94%, var(--xnata-tea-paper));
  box-shadow:
    inset 0 3px 0 color-mix(in srgb, var(--xnata-tea-clay) 62%, transparent),
    0 10px 26px rgba(51, 39, 24, 0.08);
  counter-increment: offer-sheet;
  isolation: isolate;
  transition:
    transform var(--xnata-tea-motion-fast) var(--xnata-tea-motion-ease),
    border-color var(--xnata-tea-motion-fast) ease,
    box-shadow var(--xnata-tea-motion-medium) var(--xnata-tea-motion-ease);
}

.xnata-tea .tt-special-offers__card::after {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 18px;
  color: var(--xnata-tea-stone);
  content: counter(offer-sheet, decimal-leading-zero);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1;
  pointer-events: none;
}

.xnata-tea .tt-special-offers__card--featured {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 48%, var(--xnata-tea-line));
  background: color-mix(in srgb, var(--xnata-tea-surface) 91%, var(--xnata-tea-clay));
  box-shadow:
    inset 0 3px 0 var(--xnata-tea-clay),
    0 12px 28px rgba(91, 61, 31, 0.1);
}

.xnata-tea .tt-special-offers__card--featured::before {
  display: none;
}

.xnata-tea .tt-special-offers__media {
  position: relative;
  width: min(34%, 170px);
  min-height: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  background: transparent;
  background-image: none;
}

.xnata-tea .tt-special-offers__image {
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: none;
  mix-blend-mode: normal;
  object-fit: cover;
}

.xnata-tea :where(
  .tt-special-offers__image,
  .tt-sellable-option__media img,
  .xnata-tea-card__image,
  .product-card__image,
  .tt-product-card__media img,
  .tt-highlight-card__media img,
  .tea-wiki__media img,
  .xnata-tea-hero__product img,
  .xnata-tea-compare__item > img,
  .xnata-tea-inquiry__media img,
  .article-detail__cover--product img,
  .article-detail__related-media--product img,
  .article-grid__media--product img,
  .tt-product__gallery-stage img,
  .tt-product__gallery-thumb img
)[data-xnata-tea-remove-background="true"],
.xnata-tea :where(
  .tt-special-offers__image,
  .tt-sellable-option__media img,
  .xnata-tea-card__image,
  .product-card__image,
  .tt-product-card__media img,
  .tt-highlight-card__media img,
  .tea-wiki__media img,
  .xnata-tea-hero__product img,
  .xnata-tea-compare__item > img,
  .xnata-tea-inquiry__media img,
  .article-detail__cover--product img,
  .article-detail__related-media--product img,
  .article-grid__media--product img,
  .tt-product__gallery-stage img,
  .tt-product__gallery-thumb img
).xnata-tea-media--remove-background {
  mix-blend-mode: darken;
}

.xnata-tea .tt-special-offers__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 34px);
}

.xnata-tea .tt-special-offers__meta {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  padding-right: 38px;
}

.xnata-tea .tt-special-offers__kind {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.xnata-tea .tt-special-offers__badge {
  flex: 0 0 auto;
}

.xnata-tea .tt-special-offers__title {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.04;
}

.xnata-tea .tt-special-offers__description {
  margin-top: 14px;
  color: var(--xnata-tea-stone);
  font-size: 14px;
  line-height: 1.7;
}

.xnata-tea .tt-special-offers__description > :first-child,
.xnata-tea .tt-special-offers__includes .rte > :first-child,
.xnata-tea .tt-special-offers__bonus .rte > :first-child {
  margin-top: 0;
}

.xnata-tea .tt-special-offers__description > :last-child,
.xnata-tea .tt-special-offers__includes .rte > :last-child,
.xnata-tea .tt-special-offers__bonus .rte > :last-child {
  margin-bottom: 0;
}

.xnata-tea .tt-special-offers__includes {
  margin-top: 24px;
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: 20px;
}

.xnata-tea .tt-special-offers__includes h4 {
  margin: 0 0 11px;
  color: var(--xnata-tea-ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .tt-special-offers__includes .rte {
  color: var(--xnata-tea-ink);
  font-size: 13px;
  line-height: 1.65;
}

.xnata-tea .tt-special-offers__includes ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xnata-tea .tt-special-offers__includes li {
  position: relative;
  padding-left: 20px;
}

.xnata-tea .tt-special-offers__includes li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--xnata-tea-clay);
  content: "";
}

.xnata-tea .tt-special-offers__bonus {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  margin-top: 18px;
  border: 1px solid rgba(69, 54, 34, 0.13);
  border-radius: 6px;
  padding: 13px 14px;
  background: color-mix(in srgb, var(--xnata-tea-clay) 6%, var(--xnata-tea-surface));
  color: var(--xnata-tea-ink);
  font-size: 12px;
  line-height: 1.55;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.58) inset;
}

.xnata-tea .tt-special-offers__bonus > * {
  min-width: 0;
}

.xnata-tea .tt-special-offers__bonus .rte {
  overflow-wrap: anywhere;
  hyphens: auto;
  word-break: normal;
}

.xnata-tea .tt-special-offers__bonus > span {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xnata-tea .tt-special-offers__commercial {
  margin-top: auto;
  padding-top: 26px;
}

.xnata-tea .tt-special-offers__price {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
}

.xnata-tea .tt-special-offers__price[data-price-mode="quote"] {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-text);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.xnata-tea .tt-special-offers__terms {
  margin: 8px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 11px;
  line-height: 1.5;
}

.xnata-tea .tt-special-offers__cta {
  width: 100%;
  min-height: 46px;
  margin-top: 22px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.xnata-tea .tt-special-offers__cta.tt-btn--outline {
  border-color: var(--xnata-tea-ink);
  background: transparent;
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-special-offers__cta.tt-btn--outline:hover {
  border-color: var(--xnata-tea-clay);
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-special-offers__catalog-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
  margin-top: clamp(24px, 3vw, 36px);
  border-block: 1px solid var(--xnata-tea-line);
  padding: clamp(22px, 3vw, 34px) 0;
}

.xnata-tea .tt-special-offers__catalog-route h3 {
  margin: 8px 0 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 520;
  line-height: 1.08;
  text-wrap: balance;
}

.xnata-tea .tt-special-offers__catalog-route p {
  max-width: 780px;
  margin: 12px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 14px;
  line-height: 1.7;
}

.xnata-tea .tt-special-offers__catalog-route .tt-btn {
  min-width: min(100%, 230px);
}

.xnata-tea .tt-special-offers__request {
  position: relative;
  margin-top: clamp(24px, 4vw, 48px);
  scroll-margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--tt-offer-edge);
  border-radius: 8px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 92%, var(--xnata-tea-paper));
  box-shadow:
    inset 3px 0 0 var(--xnata-tea-clay),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 42px rgba(51, 39, 24, 0.1);
}

.xnata-tea .tt-special-offers__request::after {
  display: none;
}

.xnata-tea .tt-special-offers__request-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 38px);
  padding: clamp(28px, 4vw, 52px);
}

.xnata-tea .tt-special-offers__request-copy,
.xnata-tea .tt-special-offers__request .tt-special-offers__form {
  min-width: 0;
}

.xnata-tea .tt-special-offers__request-copy {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas:
    "eyebrow intro"
    "title intro"
    "title selection";
  align-items: start;
  gap: 8px clamp(28px, 5vw, 72px);
  align-self: start;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-bottom: clamp(24px, 3vw, 36px);
}

.xnata-tea .tt-special-offers__request-eyebrow {
  grid-area: eyebrow;
}

.xnata-tea .tt-special-offers__request-title {
  grid-area: title;
  margin: 12px 0 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.xnata-tea .tt-special-offers__request-intro {
  grid-area: intro;
  margin: 0;
  color: var(--xnata-tea-stone);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__request .tt-special-offers__selection {
  grid-area: selection;
  margin-top: 14px;
  margin-bottom: 0;
  border-left: 2px solid var(--xnata-tea-clay);
  padding-left: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-special-offers__request .tt-special-offers__form {
  border-left: 0;
  padding-left: 0;
}

.xnata-tea .tt-special-offers__dialog {
  width: min(680px, calc(100% - 32px));
  max-height: min(840px, calc(100vh - 32px));
  max-height: min(840px, calc(100svh - 32px));
  overflow: auto;
  border: 0;
  border-radius: 22px;
  padding: 0;
  background: var(--xnata-tea-surface);
  color: var(--xnata-tea-ink);
  box-shadow: 0 28px 90px rgba(20, 17, 13, 0.32);
}

.xnata-tea .tt-special-offers__dialog::backdrop {
  background: rgba(20, 17, 13, 0.62);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.xnata-tea .tt-special-offers__dialog-panel {
  position: relative;
  padding: clamp(26px, 5vw, 48px);
}

.xnata-tea .tt-special-offers__dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: transparent;
  color: var(--xnata-tea-ink);
  cursor: pointer;
}

.xnata-tea .tt-special-offers__dialog-title {
  max-width: calc(100% - 92px);
  margin: 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 500;
  line-height: 1.04;
}

.xnata-tea .tt-special-offers__selection {
  margin: 14px 0 28px;
  color: var(--xnata-tea-clay);
  font-size: 13px;
  font-weight: 700;
}

.xnata-tea .tt-special-offers__form,
.xnata-tea .tt-special-offers__fields {
  display: grid;
  gap: 18px;
}

.xnata-tea .tt-special-offers__fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xnata-tea .tt-special-offers__field {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: var(--xnata-tea-ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.xnata-tea .tt-special-offers__field--wide {
  grid-column: 1 / -1;
}

.xnata-tea .tt-special-offers__field :where(input, select, textarea) {
  width: 100%;
  border: 1px solid rgba(69, 54, 34, 0.24);
  border-radius: 3px;
  padding: 12px 14px;
  background:
    var(--tt-paper-grain-url),
    rgba(255, 252, 244, 0.58);
  background-size: 180px 180px, auto;
  color: var(--xnata-tea-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 450;
  letter-spacing: normal;
}

.xnata-tea .tt-special-offers__field :where(input, select, textarea):focus {
  border-color: var(--xnata-tea-clay);
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 24%, transparent);
  outline-offset: 2px;
}

.xnata-tea .tt-special-offers__field textarea {
  resize: vertical;
}

.xnata-tea .tt-special-offers__country-combobox {
  position: relative;
}

.xnata-tea .tt-special-offers__country-combobox input[type="search"] {
  appearance: none;
}

.xnata-tea .tt-special-offers__country-list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: min(240px, 42vh);
  margin: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(69, 54, 34, 0.24);
  border-radius: 4px;
  padding: 6px;
  background: var(--xnata-tea-paper, #fffdf7);
  box-shadow: 0 14px 32px rgba(69, 54, 34, 0.16);
  list-style: none;
}

.xnata-tea .tt-special-offers__country-list[hidden] {
  display: none;
}

.xnata-tea .tt-special-offers__country-option,
.xnata-tea .tt-special-offers__country-empty {
  padding: 9px 10px;
  border-radius: 3px;
  color: var(--xnata-tea-ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.35;
}

.xnata-tea .tt-special-offers__country-option {
  cursor: pointer;
}

.xnata-tea .tt-special-offers__country-option:hover,
.xnata-tea .tt-special-offers__country-option[aria-selected="true"] {
  background: color-mix(in srgb, var(--xnata-tea-clay) 14%, transparent);
}

.xnata-tea .tt-special-offers__country-empty {
  color: var(--xnata-tea-stone);
}

.xnata-tea .tt-special-offers__field-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 14px;
  color: var(--xnata-tea-stone);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
}

.xnata-tea .tt-special-offers__field-hint a {
  color: var(--xnata-tea-clay);
  font-weight: 700;
  text-underline-offset: 3px;
}

.xnata-tea .tt-special-offers__consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.55;
}

.xnata-tea .tt-special-offers__consent input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.xnata-tea .tt-special-offers__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.xnata-tea .xnata-tea-turnstile {
  width: 100%;
  min-width: 0;
  min-height: 65px;
  overflow: hidden;
}

.xnata-tea .xnata-tea-turnstile > * {
  max-width: 100%;
}

.xnata-tea .tt-special-offers__form-status {
  margin: 0 0 8px;
  border: 1px solid currentColor;
  border-left-width: 4px;
  border-radius: 4px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.xnata-tea .tt-special-offers__form-status[data-tone="success"] {
  background: rgba(49, 86, 64, 0.12);
  color: #315640;
}

.xnata-tea .tt-special-offers__form-status[data-tone="error"] {
  background: rgba(160, 48, 30, 0.1);
  color: #8f2c1d;
}

.xnata-tea .tt-special-offers__submit {
  min-height: 48px;
  border-radius: 4px;
}

.xnata-tea .tt-special-offers__submit:disabled {
  cursor: wait;
  opacity: 0.58;
}

@media (max-width: 1120px) {
  .xnata-tea .tt-special-offers__fulfillment-note {
    margin: 0;
  }

  .xnata-tea .tt-special-offers__grid,
  .xnata-tea .tt-special-offers__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnata-tea .tt-special-offers__fulfillment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnata-tea .tt-special-offers__fulfillment-list li:nth-child(3) {
    border-top: 1px solid var(--xnata-tea-line);
    border-left: 0;
  }

  .xnata-tea .tt-special-offers__fulfillment-list li:nth-child(4) {
    border-top: 1px solid var(--xnata-tea-line);
  }

  .xnata-tea .tt-special-offers__trust {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-special-offers__trust-heading h3 {
    max-width: 30ch;
  }
}

@media (max-width: 720px) {
  .xnata-tea .tt-special-offers__header,
  .xnata-tea .tt-special-offers__choices-heading,
  .xnata-tea .tt-special-offers__fulfillment-list {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-special-offers__grid,
  .xnata-tea .tt-special-offers__grid--2,
  .xnata-tea .tt-special-offers__grid--4 {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-special-offers__header {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 26px;
    padding-bottom: 26px;
  }

  .xnata-tea .tt-special-offers__audiences ul {
    gap: 6px;
  }

  .xnata-tea .tt-special-offers__audiences li {
    padding: 5px 8px;
    font-size: 12px;
  }

  .xnata-tea .tt-special-offers__primary-cta {
    width: 100%;
    margin-top: 20px;
  }

  .xnata-tea .tt-special-offers__choices-heading {
    align-items: start;
    gap: 8px;
    margin-bottom: 18px;
  }

  .xnata-tea .tt-special-offers__card {
    flex-direction: column;
  }

  .xnata-tea .tt-special-offers__fulfillment {
    margin-top: 24px;
  }

  .xnata-tea .tt-special-offers__fulfillment-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
  }

  .xnata-tea .tt-special-offers__fulfillment-list {
    gap: 0;
  }

  .xnata-tea .tt-special-offers__trust-grid {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-special-offers__fulfillment-list li {
    gap: 12px;
    padding: 18px;
  }

  .xnata-tea .tt-special-offers__fulfillment-list li + li {
    border-top: 1px solid var(--xnata-tea-line);
    border-left: 0;
  }

  .xnata-tea .tt-special-offers__fulfillment-list li:nth-child(3),
  .xnata-tea .tt-special-offers__fulfillment-list li:nth-child(4) {
    border-left: 0;
  }

  .xnata-tea .tt-special-offers__trust {
    gap: 18px;
    margin-top: 22px;
    padding: 24px 0;
  }

  .xnata-tea .tt-special-offers__body {
    padding: 20px 18px;
  }

  .xnata-tea .tt-special-offers__meta {
    margin-bottom: 12px;
  }

  .xnata-tea .tt-special-offers__title {
    font-size: clamp(25px, 8vw, 32px);
  }

  .xnata-tea .tt-special-offers__includes {
    margin-top: 16px;
    padding-top: 14px;
  }

  .xnata-tea .tt-special-offers__commercial {
    padding-top: 18px;
  }

  .xnata-tea .tt-special-offers__media {
    width: 100%;
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }

  .xnata-tea .tt-special-offers__catalog-route {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .xnata-tea .tt-special-offers__catalog-route .tt-btn {
    width: 100%;
  }

  .xnata-tea .tt-special-offers__fields {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-special-offers__request-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px 24px;
  }

  .xnata-tea .tt-special-offers__request-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "intro"
      "selection";
    gap: 10px;
    padding-bottom: 22px;
  }

  .xnata-tea .tt-special-offers__request-title {
    margin-top: 2px;
  }

  .xnata-tea .tt-special-offers__request-intro {
    margin-top: 8px;
  }

  .xnata-tea .tt-special-offers__request {
    margin-top: 24px;
    background: color-mix(in srgb, var(--xnata-tea-surface) 94%, var(--xnata-tea-paper));
  }

  .xnata-tea .tt-special-offers__request .tt-special-offers__form {
    border-top: 0;
    border-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .xnata-tea .tt-special-offers__dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100svh - 20px);
  }

  .xnata-tea .tt-special-offers__dialog-panel {
    padding: 28px 20px 24px;
  }

  .xnata-tea .tt-special-offers__dialog-close {
    top: 12px;
    right: 12px;
  }
}

.xnata-tea .xnata-tea-account {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
}

.xnata-tea .xnata-tea-account__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--xnata-tea-line);
}

.xnata-tea .xnata-tea-account__header h1,
.xnata-tea .xnata-tea-account__card h2,
.xnata-tea .xnata-tea-account__guest h2 {
  margin: 6px 0 0;
}

.xnata-tea .xnata-tea-account__header > p,
.xnata-tea .xnata-tea-account__guest p,
.xnata-tea .xnata-tea-account__card p {
  margin: 0;
  color: var(--xnata-tea-ink-soft);
  line-height: 1.65;
}

.xnata-tea .xnata-tea-account__host {
  display: block;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__sidebar,
.xnata-tea .xnata-tea-account__card,
.xnata-tea .xnata-tea-account__metric,
.xnata-tea .xnata-tea-account__guest {
  border: 1px solid var(--xnata-tea-line);
  border-radius: var(--tt-card-radius);
  background: color-mix(in srgb, var(--xnata-tea-surface) 92%, transparent);
  box-shadow: 0 16px 42px color-mix(in srgb, var(--xnata-tea-shadow) 55%, transparent);
}

.xnata-tea .xnata-tea-account__sidebar {
  min-width: 0;
  overflow: hidden;
}

.xnata-tea .xnata-tea-account__identity {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border-bottom: 1px solid var(--xnata-tea-line);
}

.xnata-tea .xnata-tea-account__identity > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__identity strong,
.xnata-tea .xnata-tea-account__identity span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnata-tea .xnata-tea-account__identity div span {
  color: var(--xnata-tea-ink-soft);
  font-size: 13px;
}

.xnata-tea .xnata-tea-account__avatar {
  display: inline-grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-paper);
  font-family: var(--xnata-tea-display);
  font-size: 18px;
}

.xnata-tea .xnata-tea-account__nav {
  display: grid;
  padding: 8px;
}

.xnata-tea .xnata-tea-account__nav a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border-radius: calc(var(--tt-card-radius) * 0.65);
  color: var(--xnata-tea-ink-soft);
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.xnata-tea .xnata-tea-account__nav a:hover,
.xnata-tea .xnata-tea-account__nav a:focus-visible,
.xnata-tea .xnata-tea-account__nav a[aria-current="page"] {
  background: color-mix(in srgb, var(--xnata-tea-clay) 10%, transparent);
  color: var(--xnata-tea-ink);
}

.xnata-tea .xnata-tea-account__mobile-nav {
  display: none;
}

.xnata-tea .xnata-tea-mobile-bottom-nav {
  display: none;
}

.xnata-tea .xnata-tea-account__content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__list {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__card {
  min-width: 0;
  padding: clamp(20px, 3vw, 32px);
}

.xnata-tea .xnata-tea-account__language {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--xnata-tea-clay) 12%, transparent), transparent 38%),
    color-mix(in srgb, var(--xnata-tea-surface) 96%, transparent);
}

.xnata-tea .xnata-tea-account__language-copy {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__language-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 24%, var(--xnata-tea-line));
  border-radius: 50%;
  background: color-mix(in srgb, var(--xnata-tea-clay) 9%, var(--xnata-tea-surface));
  color: var(--xnata-tea-clay);
}

.xnata-tea .xnata-tea-account__language-copy > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__language-copy h2 {
  margin: 0;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-account__language-picker,
.xnata-tea .tt-locale--profile {
  width: 100%;
  min-width: 0;
}

.xnata-tea .tt-locale--profile {
  height: 48px;
  border-radius: 14px;
}

.xnata-tea .tt-locale--profile .tt-locale__summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-inline: 14px;
}

.xnata-tea .xnata-tea-account__card-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 24px;
}

.xnata-tea .xnata-tea-account__card-heading > * {
  min-width: 0;
  max-width: 100%;
}

.xnata-tea .xnata-tea-account__card-heading h2 {
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-account__card-heading .tt-btn {
  min-height: 44px;
  max-width: 100%;
  white-space: normal;
}

.xnata-tea .xnata-tea-account__record {
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--xnata-tea-line);
  color: var(--xnata-tea-ink);
  min-width: 0;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-account__record--link {
  padding: 18px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: calc(var(--tt-card-radius) * 0.75);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.xnata-tea .xnata-tea-account__record--link:hover,
.xnata-tea .xnata-tea-account__record--link:focus-visible {
  background: color-mix(in srgb, var(--xnata-tea-clay) 8%, transparent);
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 28%, var(--xnata-tea-line));
  transform: translateY(-1px);
}

.xnata-tea .xnata-tea-account__record header,
.xnata-tea .xnata-tea-account__record footer,
.xnata-tea .xnata-tea-account__line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.xnata-tea .xnata-tea-account__record header > *,
.xnata-tea .xnata-tea-account__record footer > *,
.xnata-tea .xnata-tea-account__line > * {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-account__record span,
.xnata-tea .xnata-tea-account__line span {
  color: var(--xnata-tea-ink-soft);
}

.xnata-tea .xnata-tea-account__badge {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  width: fit-content;
  padding: 3px 9px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  color: var(--xnata-tea-ink-soft);
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.xnata-tea .xnata-tea-account__back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--xnata-tea-ink-soft);
  text-decoration: none;
}

.xnata-tea .xnata-tea-account__back:hover,
.xnata-tea .xnata-tea-account__back:focus-visible {
  color: var(--xnata-tea-ink);
}

.xnata-tea .xnata-tea-account__host:not(:defined) [data-customer-account-edit] {
  display: none;
}

.xnata-tea .xnata-tea-account__host:not(:defined) [data-customer-contact-action] {
  display: none;
}

.xnata-tea .xnata-tea-account__host:not(:defined) [data-customer-addresses-add] {
  display: none;
}

.xnata-tea .dkh-customer-contacts__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xnata-tea .dkh-customer-contacts__grid > * {
  min-width: 0;
}

.xnata-tea .dkh-customer-contacts__summary {
  grid-template-columns: 1fr;
  min-width: 0;
}

.xnata-tea .dkh-customer-contacts__summary-row {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding-top: 18px;
  border-top: 1px solid var(--xnata-tea-line);
}

.xnata-tea .dkh-customer-contacts__summary-row dt {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.xnata-tea .dkh-customer-contacts__summary-controls {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.xnata-tea .dkh-customer-contacts__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 20px;
}

.xnata-tea .dkh-customer-contacts__heading h2 {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
}

.xnata-tea .dkh-customer-contacts__status {
  display: inline-flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  width: fit-content;
  padding: 3px 9px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  color: var(--xnata-tea-ink-soft);
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.xnata-tea .dkh-customer-contacts__status[data-state="verified"] {
  color: #2f6f4e;
}

.xnata-tea .dkh-customer-contacts__status[data-state="pending"] {
  color: #9a5f24;
}

.xnata-tea .dkh-customer-contacts__help {
  margin: 16px 0 0;
  color: var(--xnata-tea-ink-soft);
  overflow-wrap: anywhere;
}

.xnata-tea .dkh-customer-contacts__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.xnata-tea .dkh-customer-contacts__actions .tt-btn,
.xnata-tea .dkh-customer-account-form__actions .tt-btn {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
}

.xnata-tea .dkh-customer-account-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--xnata-tea-line);
}

.xnata-tea .dkh-customer-account-form__field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.xnata-tea .dkh-customer-account-form__field span {
  color: var(--xnata-tea-ink-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .dkh-customer-account-form__field input,
.xnata-tea .dkh-customer-account-form__field select,
.xnata-tea .dkh-customer-account-form__field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: calc(var(--tt-card-radius) * 0.65);
  background: color-mix(in srgb, var(--xnata-tea-paper) 78%, white);
  color: var(--xnata-tea-ink);
  font: inherit;
}

.xnata-tea .dkh-customer-account-form__field input:focus-visible,
.xnata-tea .dkh-customer-account-form__field select:focus-visible,
.xnata-tea .dkh-customer-account-form__field textarea:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 62%, transparent);
  outline-offset: 2px;
}

.xnata-tea .dkh-customer-account-form__message {
  min-height: 1.2em;
  margin: 0;
  color: var(--xnata-tea-ink-soft);
  overflow-wrap: anywhere;
}

.xnata-tea .dkh-customer-account-form__message[data-tone="error"] {
  color: #a23a2e;
}

.xnata-tea .dkh-customer-account-form__message[data-tone="success"] {
  color: #2f6f4e;
}

.xnata-tea .dkh-customer-account-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xnata-tea .xnata-tea-account__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
}

.xnata-tea .xnata-tea-account__details > div {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid var(--xnata-tea-line);
}

.xnata-tea .xnata-tea-account__details dt {
  margin-bottom: 5px;
  color: var(--xnata-tea-ink-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-account__details dd {
  overflow-wrap: anywhere;
  margin: 0;
}

.xnata-tea .xnata-tea-account__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.xnata-tea .xnata-tea-account__metric {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 136px;
  padding: 18px;
  color: var(--xnata-tea-ink);
  text-decoration: none;
}

.xnata-tea .xnata-tea-account__metric strong {
  font-family: var(--xnata-tea-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: var(--xnata-tea-display-weight);
  line-height: 1;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-account__metric small {
  align-self: end;
  color: var(--xnata-tea-ink-soft);
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-account__metric:hover,
.xnata-tea .xnata-tea-account__metric:focus-visible {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 50%, var(--xnata-tea-line));
  translate: 0 -2px;
}

.xnata-tea .xnata-tea-account__guest {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 40px);
}

.xnata-tea .xnata-tea-account__guest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xnata-tea .xnata-tea-storefront-directory {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.xnata-tea .xnata-tea-storefront-directory__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.xnata-tea .xnata-tea-storefront-directory__stats > div,
.xnata-tea .xnata-tea-storefront-directory__card,
.xnata-tea .xnata-tea-storefront-directory__empty {
  border: 1px solid var(--xnata-tea-line);
  border-radius: calc(var(--tt-card-radius) * 0.75);
  background: color-mix(in srgb, var(--xnata-tea-paper) 62%, white);
}

.xnata-tea .xnata-tea-storefront-directory__stats > div {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 104px;
  padding: 16px;
}

.xnata-tea .xnata-tea-storefront-directory__stats strong {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-storefront-directory__stats span,
.xnata-tea .xnata-tea-storefront-directory__body p,
.xnata-tea .xnata-tea-storefront-directory__empty p {
  color: var(--xnata-tea-ink-soft);
}

.xnata-tea .xnata-tea-storefront-directory__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
  min-width: 0;
}

.xnata-tea .xnata-tea-storefront-directory__search label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.xnata-tea .xnata-tea-storefront-directory__search label span {
  color: var(--xnata-tea-ink-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-storefront-directory__search input {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: calc(var(--tt-card-radius) * 0.65);
  background: var(--xnata-tea-surface);
  color: var(--xnata-tea-ink);
  font: inherit;
}

.xnata-tea .xnata-tea-storefront-directory__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xnata-tea .xnata-tea-storefront-directory__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 16px;
}

.xnata-tea .xnata-tea-storefront-directory__logo {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 28%, var(--xnata-tea-line));
  border-radius: calc(var(--tt-card-radius) * 0.75);
  background: color-mix(in srgb, var(--xnata-tea-clay) 10%, var(--xnata-tea-surface));
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
  font-size: 22px;
  overflow: hidden;
}

.xnata-tea .xnata-tea-storefront-directory__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.xnata-tea .xnata-tea-storefront-directory__body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.xnata-tea .xnata-tea-storefront-directory__body h2,
.xnata-tea .xnata-tea-storefront-directory__body p,
.xnata-tea .xnata-tea-storefront-directory__meta {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-storefront-directory__body h2 {
  color: var(--xnata-tea-ink);
  font-size: 20px;
  line-height: 1.2;
}

.xnata-tea .xnata-tea-storefront-directory__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.xnata-tea .xnata-tea-storefront-directory__meta span {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  color: var(--xnata-tea-ink-soft);
  font-size: 12px;
  line-height: 1.2;
}

.xnata-tea .xnata-tea-storefront-directory__body .tt-btn {
  justify-self: start;
  min-height: 40px;
  max-width: 100%;
  white-space: normal;
}

.xnata-tea .xnata-tea-storefront-directory__empty {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 18px;
}

.xnata-tea .xnata-tea-storefront-directory__empty h2 {
  margin: 0;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-storefront-directory__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 820px) {
  .xnata-tea[data-xnata-tea-root] {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body[data-dkh-platform-has-mobile-bottom-nav="true"] .xnata-tea[data-xnata-tea-root] {
    padding-bottom: env(safe-area-inset-bottom);
  }

  body.xnata-tea[data-dkh-platform-has-mobile-bottom-nav="true"] {
    padding-bottom: 0;
  }

  .xnata-tea .xnata-tea-account {
    padding-bottom: calc(24px + var(--dkh-bottom-nav-reserve, 72px));
  }

  .xnata-tea .xnata-tea-mobile-bottom-nav {
    --xnata-tea-mobile-nav-safe-bottom: max(10px, env(safe-area-inset-bottom));
    position: fixed;
    z-index: 65;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    gap: 2px;
    min-height: calc(64px + var(--xnata-tea-mobile-nav-safe-bottom));
    padding: 8px max(10px, env(safe-area-inset-right)) var(--xnata-tea-mobile-nav-safe-bottom) max(10px, env(safe-area-inset-left));
    border-top: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
    background: var(--xnata-tea-surface);
    box-shadow: 0 -16px 38px color-mix(in srgb, var(--xnata-tea-shadow) 44%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background-clip: padding-box;
  }

  .xnata-tea .xnata-tea-mobile-bottom-nav__item {
    display: inline-grid;
    flex: 1 1 0;
    grid-template-rows: 20px auto;
    gap: 3px;
    place-items: center;
    min-width: 0;
    min-height: 48px;
    padding: 5px 3px 4px;
    border-radius: calc(var(--tt-card-radius) * 0.65);
    color: var(--xnata-tea-ink-soft);
    font-size: 11px;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
  }

  .xnata-tea .xnata-tea-mobile-bottom-nav__item svg {
    width: 19px;
    height: 19px;
  }

  .xnata-tea .xnata-tea-mobile-bottom-nav__item span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xnata-tea .xnata-tea-mobile-bottom-nav__item:hover,
  .xnata-tea .xnata-tea-mobile-bottom-nav__item:focus-visible,
  .xnata-tea .xnata-tea-mobile-bottom-nav__item[aria-current="page"] {
    background: color-mix(in srgb, var(--xnata-tea-clay) 12%, transparent);
    color: var(--xnata-tea-ink);
  }

  .xnata-tea .xnata-tea-account__header,
  .xnata-tea .xnata-tea-account__layout,
  .xnata-tea .xnata-tea-account__guest {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .xnata-tea-account__header {
    gap: 14px;
  }

  .xnata-tea .xnata-tea-account__desktop-nav {
    display: none;
  }

  .xnata-tea .xnata-tea-account__mobile-nav {
    position: sticky;
    top: calc(var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px)) + 8px);
    z-index: 30;
    display: flex;
    gap: 6px;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 0 4px;
    overflow-x: auto;
    padding: 8px;
    border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
    border-radius: calc(var(--tt-card-radius) * 0.8);
    background: color-mix(in srgb, var(--xnata-tea-surface) 96%, transparent);
    box-shadow: 0 18px 46px color-mix(in srgb, var(--xnata-tea-shadow) 62%, transparent);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .xnata-tea .xnata-tea-account__mobile-nav[data-dkh-preserve-mobile-menu] {
    display: flex !important;
  }

  .xnata-tea .xnata-tea-account__mobile-nav::-webkit-scrollbar {
    display: none;
  }

  .xnata-tea .xnata-tea-account__mobile-nav a {
    display: inline-flex;
    flex: 1 0 min(9.5rem, 44vw);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: min(100%, 9.5rem);
    max-width: none;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: calc(var(--tt-card-radius) * 0.55);
    color: var(--xnata-tea-ink-soft);
    font-size: 13px;
    line-height: 1.15;
    overflow: visible;
    overflow-wrap: anywhere;
    text-align: center;
    text-decoration: none;
    text-overflow: clip;
    white-space: normal;
  }

  .xnata-tea .xnata-tea-account__mobile-nav a:hover,
  .xnata-tea .xnata-tea-account__mobile-nav a:focus-visible,
  .xnata-tea .xnata-tea-account__mobile-nav a[aria-current="page"] {
    background: color-mix(in srgb, var(--xnata-tea-clay) 12%, transparent);
    color: var(--xnata-tea-ink);
  }

  .xnata-tea .xnata-tea-account__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnata-tea .xnata-tea-account__guest-actions {
    align-items: stretch;
  }

  .xnata-tea .xnata-tea-account__record header,
  .xnata-tea .xnata-tea-account__record footer,
  .xnata-tea .xnata-tea-account__line {
    align-items: flex-start;
    flex-direction: column;
  }

  .xnata-tea .xnata-tea-storefront-directory__stats,
  .xnata-tea .xnata-tea-storefront-directory__search,
  .xnata-tea .xnata-tea-storefront-directory__card {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .xnata-tea-storefront-directory__search .tt-btn,
  .xnata-tea .xnata-tea-storefront-directory__body .tt-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .xnata-tea .xnata-tea-account__card-heading {
    display: grid;
  }

  .xnata-tea .xnata-tea-account__card-heading .tt-btn {
    justify-self: start;
  }

  .xnata-tea .xnata-tea-account__details,
  .xnata-tea .dkh-customer-contacts__grid,
  .xnata-tea .xnata-tea-account__metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .xnata-tea-account__metric {
    min-height: 112px;
  }

  .xnata-tea .xnata-tea-storefront-directory__stats > div {
    min-height: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xnata-tea .tt-special-offers__card,
  .xnata-tea .tt-special-offers__cta {
    transition: none;
  }
}

/* Exact catalog-sellable summaries and bounded PDP selector. */
.xnata-tea .xnata-tea-card__sellables {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: baseline;
  margin-block-start: 0.65rem;
  color: var(--tt-muted, #655f57);
  font-size: 0.82rem;
}

.xnata-tea .xnata-tea-card__sellables strong {
  color: var(--tt-ink, #261f1a);
  font-weight: 650;
}

.xnata-tea .tt-product__sellable-workspace {
  display: grid;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  justify-self: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: clamp(2rem, 4vw, 4rem) auto 0;
}

.xnata-tea .tt-sellable-selector {
  display: grid;
  min-width: 0;
  gap: 0.85rem;
  padding: clamp(0.85rem, 1.6vw, 1.25rem);
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 0.8rem;
  background: color-mix(in srgb, var(--tt-paper, #f8f3e8) 92%, white);
}

.xnata-tea .tt-sellable-selector__heading {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.xnata-tea .tt-sellable-selector__heading h2,
.xnata-tea .tt-sellable-selector__heading p {
  margin: 0;
}

.xnata-tea .tt-sellable-selector__from {
  display: grid;
  text-align: end;
}

.xnata-tea .tt-sellable-selector__filters {
  display: grid;
  grid-template-columns: minmax(14rem, 1.8fr) repeat(4, minmax(8rem, 0.7fr));
  gap: 0.65rem;
  align-items: end;
  padding: 0.7rem;
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  background: color-mix(in srgb, var(--tt-paper, #f8f3e8) 78%, white);
}

.xnata-tea .tt-sellable-selector__filters label {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  color: var(--tt-muted, #655f57);
  font-size: 0.72rem;
  font-weight: 650;
}

.xnata-tea .tt-sellable-selector__filters :where(input, select) {
  width: 100%;
  min-height: 2.5rem;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0.45rem;
  padding: 0.55rem 0.7rem;
  background: var(--tt-paper, #f8f3e8);
  color: inherit;
  font: inherit;
}

.xnata-tea .tt-sellable-selector__filters :where(input, select):focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

.xnata-tea .tt-sellable-selector__filter-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--tt-muted, #655f57);
  font-size: 0.76rem;
}

.xnata-tea .tt-sellable-selector__bulk {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 0.7rem;
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--tt-paper, #f8f3e8) 86%, white);
}

.xnata-tea .tt-sellable-selector__bulk-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.xnata-tea .tt-sellable-selector__bulk-buttons button {
  min-height: 2.75rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 650;
}

.xnata-tea .tt-sellable-selector__bulk p {
  margin: 0;
  color: var(--tt-muted, #655f57);
}

.xnata-tea .tt-sellable-selector__open-request {
  min-height: 2.75rem;
  white-space: nowrap;
}

.xnata-tea .tt-sellable-selector__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.xnata-tea .tt-sellable-selector__table-wrap {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  border-radius: 0.55rem;
}

.xnata-tea .tt-sellable-selector__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.xnata-tea .tt-sellable-selector__select-col {
  width: 2.6rem;
}

.xnata-tea .tt-sellable-selector__media-col {
  width: 4.9rem;
}

.xnata-tea .tt-sellable-selector__version-col {
  width: auto;
}

.xnata-tea .tt-sellable-selector__package-col {
  width: 15%;
}

.xnata-tea .tt-sellable-selector__quality-col {
  width: 15%;
}

.xnata-tea .tt-sellable-selector__price-col {
  width: 16%;
}

.xnata-tea .tt-sellable-selector__action-col {
  width: 8rem;
}

.xnata-tea .tt-sellable-selector__table th {
  padding: 0.55rem 0.65rem;
  border-block-end: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  color: var(--tt-muted, #655f57);
  font-family: var(--xnata-tea-mono, monospace);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-align: start;
  text-transform: uppercase;
}

.xnata-tea .tt-sellable-selector__table td {
  padding: 0.5rem 0.65rem;
  vertical-align: middle;
}

.xnata-tea .tt-sellable-option {
  min-height: 4.5rem;
  border-block-end: 1px solid color-mix(in srgb, currentColor 10%, transparent);
}

.xnata-tea .tt-sellable-option:last-child {
  border-block-end: 0;
}

.xnata-tea .tt-sellable-option[hidden] {
  display: none;
}

.xnata-tea .tt-sellable-option:hover {
  background: color-mix(in srgb, currentColor 4%, transparent);
}

.xnata-tea .tt-sellable-option:has(input:checked),
.xnata-tea .tt-sellable-option[data-preview-active="true"] {
  background: color-mix(in srgb, var(--xnata-tea-jade, #184f3b) 9%, transparent);
  box-shadow: inset 3px 0 0 var(--xnata-tea-jade, currentColor);
}

.xnata-tea .tt-sellable-option:has(input:focus-visible) {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}


.xnata-tea .tt-sellable-option__select-cell {
  text-align: center;
}

.xnata-tea .tt-sellable-option__select-cell input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  accent-color: var(--xnata-tea-jade, #184f3b);
}

.xnata-tea .tt-sellable-option__media {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  border-radius: 0.45rem;
  background: transparent;
  background-image: none;
}

.xnata-tea .tt-sellable-option__media img {
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: none;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

.xnata-tea .tt-sellable-option__version {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.xnata-tea .tt-sellable-option__version small {
  color: var(--tt-muted, #655f57);
  overflow-wrap: anywhere;
}

.xnata-tea .tt-sellable-option__action {
  text-align: end;
}

.xnata-tea .tt-sellable-option__preview {
  display: grid;
  min-height: 2.4rem;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: color-mix(in srgb, var(--tt-paper, #f8f3e8) 92%, white);
  color: inherit;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.xnata-tea .tt-sellable-option__preview > span:last-child {
  color: var(--xnata-tea-jade, #184f3b);
}

.xnata-tea .tt-sellable-option__preview:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.xnata-tea .tt-sellable-option__package,
.xnata-tea .tt-sellable-option__quality,
.xnata-tea .tt-sellable-option__price {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.xnata-tea .tt-sellable-option__package select {
  width: 100%;
  min-height: 2.35rem;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 0.45rem;
  background: var(--tt-bg, #fff);
  color: inherit;
  font: inherit;
  font-weight: 700;
}

.xnata-tea .tt-sellable-option__price {
  justify-items: end;
  text-align: end;
}

.xnata-tea .tt-sellable-option__cell-label {
  display: none;
}

.xnata-tea .tt-sellable-selection {
  padding: 0.85rem;
  border-radius: 0.75rem;
  background: color-mix(in srgb, currentColor 6%, transparent);
}

.xnata-tea .tt-sellable-selection dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin: 0;
}

.xnata-tea .tt-sellable-selection dl > div {
  min-width: 0;
}

.xnata-tea .tt-sellable-selection dt {
  color: var(--tt-muted, #655f57);
  font-size: 0.75rem;
}

.xnata-tea .tt-sellable-selection dd {
  margin: 0.15rem 0 0;
  overflow-wrap: anywhere;
  font-weight: 650;
}

.xnata-tea .tt-sellable-service-quality {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.2rem 0.75rem;
  align-items: baseline;
  padding-block-start: 0.85rem;
  border-block-start: 1px solid color-mix(in srgb, currentColor 14%, transparent);
}

.xnata-tea .tt-sellable-service-quality small {
  grid-column: 1 / -1;
  color: var(--tt-muted, #655f57);
}

.xnata-tea .tt-sellable-selector__more {
  justify-self: start;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.xnata-tea .tt-sellable-share {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
  border-radius: 1rem;
  background: color-mix(in srgb, var(--tt-paper, #f8f3e8) 96%, white);
}

.xnata-tea .tt-sellable-share__heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.85fr) minmax(0, 1.8fr);
  gap: 0.75rem;
  align-items: center;
}

.xnata-tea .tt-sellable-share__heading h2,
.xnata-tea .tt-sellable-share__heading p,
.xnata-tea .tt-sellable-share__status {
  margin: 0;
}

.xnata-tea .tt-sellable-share__heading p,
.xnata-tea .tt-sellable-share__status {
  color: var(--tt-muted, #655f57);
}

.xnata-tea .tt-sellable-share__heading h2 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.1;
}

.xnata-tea .tt-sellable-share__heading p {
  font-size: 0.86rem;
  line-height: 1.5;
}

.xnata-tea .tt-sellable-share__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.xnata-tea .tt-sellable-share button,
.xnata-tea .tt-sellable-share summary {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
}

.xnata-tea .tt-sellable-share button:focus-visible,
.xnata-tea .tt-sellable-share summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

.xnata-tea .tt-sellable-share__qr {
  border-block-start: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  padding-block-start: 0.75rem;
}

.xnata-tea .tt-sellable-share__qr summary {
  width: fit-content;
  list-style: none;
}

.xnata-tea .tt-sellable-share__qr summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .tt-sellable-share__qr-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  padding-block-start: 1rem;
}

.xnata-tea .tt-sellable-share__qr-code {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.xnata-tea .tt-sellable-share__status:empty {
  display: none;
}

@media (max-width: 719px) {
  .xnata-tea .tt-sellable-selector__heading {
    align-items: flex-start;
  }

  .xnata-tea .tt-sellable-selector__filters {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .xnata-tea .tt-sellable-selector__search,
  .xnata-tea .tt-sellable-selector__filter-status {
    grid-column: 1 / -1;
  }

  .xnata-tea .tt-sellable-selector__bulk {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-sellable-selector__bulk-buttons,
  .xnata-tea .tt-sellable-selector__open-request {
    width: 100%;
  }

  .xnata-tea .tt-sellable-selector__bulk-buttons button {
    flex: 1 1 9rem;
  }

  .xnata-tea .tt-sellable-selector__table colgroup,
  .xnata-tea .tt-sellable-selector__table thead {
    display: none;
  }

  .xnata-tea .tt-sellable-selector__table,
  .xnata-tea .tt-sellable-selector__options {
    display: block;
  }

  .xnata-tea .tt-sellable-option {
    display: grid;
    grid-template-columns: 1.25rem 3.5rem minmax(0, 1fr);
    gap: 0.35rem 0.65rem;
    align-items: start;
    padding: 0.65rem;
  }

  .xnata-tea .tt-sellable-option td {
    display: grid;
    padding: 0;
  }

  .xnata-tea .tt-sellable-option__select-cell {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .xnata-tea .tt-sellable-option__media-cell {
    grid-column: 2;
    grid-row: 1;
  }

  .xnata-tea .tt-sellable-option__version {
    grid-column: 3;
    grid-row: 1;
  }

  .xnata-tea .tt-sellable-option__package,
  .xnata-tea .tt-sellable-option__quality,
  .xnata-tea .tt-sellable-option__price {
    grid-column: 2 / -1;
    grid-template-columns: minmax(6rem, 0.45fr) minmax(0, 1fr);
    align-items: baseline;
  }

  .xnata-tea .tt-sellable-option__price {
    justify-items: stretch;
    text-align: start;
  }

  .xnata-tea .tt-sellable-option__action {
    grid-column: 2 / -1;
    justify-items: stretch;
    text-align: start;
  }

  .xnata-tea .tt-sellable-option__preview {
    width: 100%;
  }

  .xnata-tea .tt-sellable-option__cell-label {
    display: block;
    color: var(--tt-muted, #655f57);
    font-size: 0.65rem;
    font-weight: 500;
  }

  .xnata-tea .tt-product__sellable-workspace {
    margin-block-start: 1.5rem;
  }

  .xnata-tea .tt-sellable-selection dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-sellable-share__heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-sellable-share__actions button {
    flex: 1 1 9rem;
  }
}

@media (max-width: 520px) {
  .xnata-tea .tt-sellable-selector__filters {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-sellable-selector__filters > * {
    grid-column: 1;
  }

  .xnata-tea .tt-sellable-selector__heading {
    display: grid;
  }

  .xnata-tea .tt-sellable-selector__from {
    text-align: start;
  }
}

/* Profile-aware product dossier: commerce stays concise, wiki stays complete. */
.xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.86fr);
}

.xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(410px, 0.9fr);
}

.xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__summary,
.xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__summary {
  gap: 18px;
  max-width: 590px;
}

.xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__summary {
  border-top: 2px solid var(--xnata-tea-ink);
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-block: clamp(24px, 3vw, 38px);
}

.xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__summary {
  border-top: 2px solid var(--xnata-tea-clay);
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-block: clamp(24px, 3vw, 38px);
}

.xnata-tea .tt-product__archive-index {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  border-block: 0;
  padding-block: 2px 0;
}

.xnata-tea .tt-product__archive-index a {
  display: inline-flex;
  min-width: 0;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--xnata-tea-line);
  border-left: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 62%, transparent);
  border-radius: 4px;
  padding: 8px 12px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 72%, transparent);
  color: var(--xnata-tea-ink);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 7px 18px rgba(45, 35, 23, 0.04);
  overflow-wrap: anywhere;
}

.xnata-tea .tt-product__archive-index a:last-child {
  border-right: 1px solid var(--xnata-tea-line);
}

.xnata-tea .tt-product__archive-index a:is(:hover, :focus-visible) {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 42%, var(--xnata-tea-line));
  background: color-mix(in srgb, var(--xnata-tea-clay) 7%, var(--xnata-tea-surface));
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__breadcrumbs {
  font-size: 12px;
  line-height: 1.55;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary-facts--compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 8px;
  border-block: 0;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary-fact {
  min-height: 62px;
  border: 1px solid var(--xnata-tea-line);
  border-left: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 52%, transparent);
  padding: 10px 12px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 58%, transparent);
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary-fact:nth-child(4n),
.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary-fact:last-child {
  border-right: 1px solid var(--xnata-tea-line);
}

.xnata-tea .tt-product__description--shop-summary {
  gap: 0;
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: 16px;
}

.xnata-tea .tt-product__description--shop-summary .tt-product__description-copy {
  max-width: 56ch;
  color: var(--xnata-tea-stone);
  font-size: 15px;
  line-height: 1.7;
}

.xnata-tea .tt-product__wiki-handoff {
  display: grid;
  gap: 8px;
  border-left: 2px solid var(--xnata-tea-clay);
  padding: 4px 0 4px 16px;
}

.xnata-tea .tt-product__wiki-handoff p {
  max-width: 48ch;
  margin: 0;
  color: var(--xnata-tea-stone);
  font-size: 14px;
  line-height: 1.6;
}

.xnata-tea .tt-product__wiki-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--xnata-tea-ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--xnata-tea-clay) 52%, transparent);
  text-underline-offset: 5px;
}

.xnata-tea .tt-product__wiki-link:is(:hover, :focus-visible) {
  color: var(--xnata-tea-clay);
  text-decoration-color: currentColor;
}

.xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__details--shop {
  max-width: 1280px;
  margin-top: clamp(34px, 5vw, 62px);
}

.xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__details--wiki {
  max-width: 1280px;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__details--wiki .tt-product__description--wiki-article {
  min-width: 0;
  width: min(100%, 840px);
}

.xnata-tea .tt-product__description--wiki-article .tt-product__description-copy {
  max-width: 80ch;
  color: var(--xnata-tea-ink-soft);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
}

.xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__details--wiki .tt-product__specs--wiki {
  grid-column: 1 / -1;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) {
  border: 1px solid var(--xnata-tea-line);
  border-left: 3px solid var(--xnata-tea-clay);
  padding: clamp(28px, 4.5vw, 56px);
  background: color-mix(in srgb, var(--xnata-tea-surface) 76%, transparent);
  box-shadow: 0 18px 48px rgba(45, 35, 23, 0.05);
}

.xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__specs--shop {
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__specs-intro h2 {
  max-width: 13ch;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__spec-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  align-content: start;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__spec-accordion {
  min-width: 0;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__spec-list {
  grid-template-columns: 1fr;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__spec-cta-panel {
  grid-column: 1 / -1;
}

.xnata-tea .tt-product__specs--shop .tt-product__spec-cta-panel {
  margin-top: 22px;
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: 20px;
}

.xnata-tea .tt-product__specs--shop .tt-product__spec-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--xnata-tea-ink);
  font-size: 14px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.xnata-tea .tt-product__specs--shop .tt-product__spec-accordion--brewing {
  grid-column: 1 / -1;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  padding-inline: clamp(16px, 2.2vw, 28px);
  background: color-mix(in srgb, var(--xnata-tea-surface) 92%, var(--xnata-tea-paper));
}

.xnata-tea .tt-product__specs--shop .tt-product__spec-accordion--brewing summary {
  min-height: 58px;
  font-size: 14px;
}

.xnata-tea .tt-product__specs--shop .tt-product__spec-accordion--brewing .tt-product__spec-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-bottom: clamp(18px, 2.4vw, 28px);
  background: color-mix(in srgb, var(--xnata-tea-ink) 14%, transparent);
}

.xnata-tea .tt-product__specs--shop .tt-product__spec-accordion--brewing .tt-product__spec-row {
  min-height: 92px;
  border: 0;
  padding: 16px;
  background: var(--xnata-tea-surface);
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__spec-row dt {
  font-size: 12px;
  line-height: 1.45;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__spec-row dd {
  font-size: 16px;
  line-height: 1.55;
}

/* PDP v11: clear provenance, visible rating, and illustrated brewing methods. */
.xnata-tea .tt-product__summary .product-rating {
  min-height: 34px;
  margin: -2px 0 2px;
  font-family: var(--xnata-tea-text);
  font-size: 14px;
}

.xnata-tea .tt-product__summary .product-rating__link {
  flex-wrap: wrap;
  gap: 7px 10px;
}

.xnata-tea .tt-product__summary .product-rating__stars {
  color: var(--xnata-tea-clay);
  font-size: 17px;
  letter-spacing: 0.12em;
}

.xnata-tea .tt-product__summary :is(.product-rating__score, .product-rating__unrated) {
  color: var(--xnata-tea-ink);
  font-weight: 750;
}

.xnata-tea .tt-product__summary .product-rating__score span,
.xnata-tea .tt-product__summary .product-rating__count {
  color: var(--xnata-tea-stone);
  font-weight: 500;
}

.xnata-tea .tt-product__identity-facts {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.xnata-tea .tt-product__identity-primary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 10px;
}

.xnata-tea .tt-product__origin-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0;
  border: 1px solid var(--xnata-tea-line);
  border-left: 3px solid var(--xnata-tea-clay);
  min-height: 86px;
  padding: 15px 18px 15px 14px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--xnata-tea-clay) 5%, transparent), transparent 46%),
    color-mix(in srgb, var(--xnata-tea-surface) 70%, transparent);
}

.xnata-tea .tt-product__origin-card > div:last-child {
  min-width: 0;
}

.xnata-tea .tt-product__origin-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--xnata-tea-clay) 10%, transparent);
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-product__origin-mark svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.xnata-tea .tt-product__origin-card dt,
.xnata-tea .tt-product__brew-kicker {
  margin: 0 0 5px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xnata-tea .tt-product__origin-card dd {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 520;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-product__harvest-card {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--xnata-tea-clay) 9%, transparent), transparent 62%),
    linear-gradient(90deg, color-mix(in srgb, var(--xnata-tea-clay) 4%, transparent), transparent 46%),
    color-mix(in srgb, var(--xnata-tea-surface) 70%, transparent);
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__identity-facts .tt-product__summary-facts--compact {
  border-top: 0;
}

/* PDP v13: keep every tea profile's first screen dense enough to scan as one record. */
@media (min-width: 901px) {
  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) {
    padding-block: clamp(18px, 2.4vw, 34px) clamp(36px, 4vw, 60px);
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
    column-gap: clamp(28px, 4vw, 56px);
    row-gap: clamp(12px, 1.5vw, 20px);
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__breadcrumbs {
    margin-bottom: 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary {
    gap: 12px;
    max-width: none;
    top: 96px;
    padding-block: 18px 20px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__utility-actions {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(
    .xnata-tea-wishlist__button,
    .xnata-tea-product__compare-host .compare-toggle
  ) {
    width: 40px;
    height: 40px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__heading {
    gap: 6px;
    padding-right: 100px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__heading h1 {
    font-size: clamp(44px, 4.4vw, 68px);
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary .product-rating {
    min-height: 28px;
    margin-block: -2px 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__identity-facts {
    gap: 8px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__identity-primary {
    grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
    gap: 8px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 11px 12px 12px 10px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-mark {
    width: 34px;
    height: 34px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-mark svg {
    width: 20px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-card dt {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-card dd {
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.28;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__identity-facts .tt-product__summary-fact {
    min-height: 0;
    padding: 8px 10px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__purchase {
    gap: 9px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-btn--primary {
    min-height: 48px;
  }

  .xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__wiki-handoff {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 16px;
    align-items: center;
  }

  .xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__wiki-handoff > :is(.tt-eyebrow, p) {
    grid-column: 1;
  }

  .xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__wiki-link {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3.5vw, 38px);
  border: 0;
  border-block: 1px solid var(--xnata-tea-line);
  padding: clamp(30px, 4.5vw, 56px) 0;
  background: transparent;
  box-shadow: none;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__specs-intro {
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
  gap: 8px clamp(28px, 5vw, 72px);
  align-items: start;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__specs-intro .tt-eyebrow {
  grid-column: 1;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__specs-intro h2 {
  grid-column: 1;
  max-width: none;
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.xnata-tea .tt-product__specs-intro > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 45ch;
  margin: 0 0 4px;
  color: var(--xnata-tea-stone);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}

.xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__spec-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.xnata-tea .tt-product__brew-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 12px;
}

.xnata-tea .tt-product__brew-card {
  display: grid;
  grid-template-columns: minmax(92px, 0.28fr) minmax(0, 1fr);
  gap: clamp(16px, 2.6vw, 26px);
  min-width: 0;
  border: 1px solid var(--xnata-tea-line);
  border-left: 3px solid color-mix(in srgb, var(--xnata-tea-clay) 64%, transparent);
  padding: clamp(18px, 2.8vw, 30px);
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--xnata-tea-clay) 10%, transparent), transparent 58%),
    color-mix(in srgb, var(--xnata-tea-surface) 78%, transparent);
}

.xnata-tea .tt-product__brew-card--western {
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--xnata-tea-ink) 9%, transparent), transparent 58%),
    color-mix(in srgb, var(--xnata-tea-surface) 78%, transparent);
}

.xnata-tea .tt-product__brew-art {
  display: grid;
  min-height: 94px;
  place-items: center;
  border-right: 1px solid var(--xnata-tea-line);
  padding-right: clamp(16px, 2vw, 26px);
  color: var(--xnata-tea-clay);
}

.xnata-tea .tt-product__brew-card--western .tt-product__brew-art {
  color: var(--xnata-tea-ink-soft);
}

.xnata-tea .tt-product__brew-art svg {
  width: min(100%, 126px);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.xnata-tea .tt-product__brew-card-copy {
  min-width: 0;
}

.xnata-tea .tt-product__brew-card h3,
.xnata-tea .tt-product__taste-card h3 {
  margin: 0 0 16px;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 520;
  line-height: 1;
}

.xnata-tea :is(.tt-product__brew-values, .tt-product__taste-values) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
  margin: 0;
}

.xnata-tea :is(.tt-product__brew-values, .tt-product__taste-values) .tt-product__spec-row {
  min-width: 0;
  min-height: auto;
  border-top: 1px solid var(--xnata-tea-line);
  padding: 9px 0;
}

.xnata-tea :is(.tt-product__brew-values, .tt-product__taste-values) .tt-product__spec-row dt {
  margin-bottom: 4px;
  font-size: 9px;
}

.xnata-tea :is(.tt-product__brew-values, .tt-product__taste-values) .tt-product__spec-row dd {
  margin: 0;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.xnata-tea .tt-product__taste-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--xnata-tea-line);
  border-left: 3px solid var(--xnata-tea-clay);
  padding: clamp(22px, 3.2vw, 34px);
  background: color-mix(in srgb, var(--xnata-tea-clay) 5%, transparent);
}

.xnata-tea .tt-product__taste-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--xnata-tea-clay);
  color: var(--xnata-tea-surface);
  font-size: 20px;
}

.xnata-tea .tt-product__taste-card h3 {
  margin-bottom: 12px;
}

.xnata-tea .tt-product__taste-chart {
  display: grid;
  gap: 11px;
  max-width: 760px;
  margin-top: 4px;
}

.xnata-tea .tt-product__taste-chart-head,
.xnata-tea .tt-product__taste-axis {
  display: grid;
  grid-template-columns: minmax(54px, 0.18fr) minmax(160px, 1fr) 48px;
  gap: 14px;
  align-items: center;
}

.xnata-tea .tt-product__taste-chart-head {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .tt-product__taste-chart-head > :last-child {
  grid-column: 2;
  justify-self: stretch;
  text-align: justify;
}

.xnata-tea .tt-product__taste-axis-label {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.xnata-tea .tt-product__taste-axis-track {
  position: relative;
  display: block;
  overflow: hidden;
  height: 11px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(20% - 1px), color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent) calc(20% - 1px) 20%),
    color-mix(in srgb, var(--xnata-tea-ink) 7%, transparent);
}

.xnata-tea .tt-product__taste-axis-track > span {
  display: block;
  width: var(--tt-taste-value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--xnata-tea-clay), color-mix(in srgb, var(--xnata-tea-clay) 58%, var(--xnata-tea-ink)));
}

.xnata-tea .tt-product__taste-axis strong {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: 20px;
  font-weight: 560;
  text-align: right;
}

.xnata-tea .tt-product__taste-axis strong small {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
}

.xnata-tea .tt-product__taste-source-note {
  max-width: 66ch;
  margin: 16px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.55;
}

.xnata-tea .tt-product__taste-values {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  margin-top: 16px;
}

.xnata-tea .tt-product__technical-details {
  overflow: hidden;
  border: 1px solid var(--xnata-tea-line);
  border-left: 3px solid color-mix(in srgb, var(--xnata-tea-clay) 52%, transparent);
  background: color-mix(in srgb, var(--xnata-tea-surface) 52%, transparent);
}

.xnata-tea .tt-product__technical-details summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(14px, 2vw, 20px);
  color: var(--xnata-tea-ink);
  cursor: pointer;
  font-family: var(--xnata-tea-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.xnata-tea .tt-product__technical-details summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .tt-product__technical-details summary::after {
  content: "+";
  color: var(--xnata-tea-clay);
  font-size: 18px;
}

.xnata-tea .tt-product__technical-details[open] summary::after {
  content: "−";
}

.xnata-tea .tt-product__technical-details .tt-product__spec-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 0 24px;
  padding: 0 clamp(14px, 2vw, 20px) 22px;
}

.xnata-tea .tt-product__technical-details .tt-product__spec-row {
  border-top: 1px solid var(--xnata-tea-line);
  padding-block: 12px;
}

@media (max-width: 720px) {
  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__specs-intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-product__specs-intro > p {
    grid-column: 1;
    grid-row: auto;
    margin-top: 8px;
  }

  .xnata-tea .tt-product__brew-card {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .xnata-tea .tt-product__brew-art {
    min-height: 96px;
    padding-right: 16px;
  }
}

@media (max-width: 460px) {
  .xnata-tea .tt-product__origin-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 12px 13px 10px;
  }

  .xnata-tea .tt-product__origin-mark {
    width: 36px;
    height: 36px;
  }

  .xnata-tea .tt-product__origin-card dd {
    font-size: 18px;
  }

  .xnata-tea .tt-product__brew-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-product__brew-art {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--xnata-tea-line);
    padding: 0 0 15px;
  }

  .xnata-tea .tt-product__brew-art svg {
    width: 104px;
  }

  .xnata-tea :is(.tt-product__brew-values, .tt-product__taste-values) {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-product__taste-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .tt-product__taste-chart-head,
  .xnata-tea .tt-product__taste-axis {
    grid-template-columns: 42px minmax(0, 1fr) 40px;
    gap: 9px;
  }
}

.xnata-tea .tt-product-reading,
.xnata-tea .tt-product-related {
  padding-block: clamp(44px, 5vw, 72px);
}

.xnata-tea .tt-product-dossier {
  --article-reading-width: 790px;
  --article-index-width: 180px;
  --article-paper: #fffdf7;
  width: 100%;
  overflow: clip;
  border-block: 1px solid var(--xnata-tea-line);
  padding-inline: clamp(18px, 2.5vw, 32px);
  background:
    var(--tt-paper-grain-url),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--article-paper) 98%, var(--xnata-tea-surface)),
      color-mix(in srgb, var(--article-paper) 96%, var(--xnata-tea-paper))
    );
  background-size: 180px 180px, auto;
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-product-dossier__header {
  display: grid;
  grid-template-columns: minmax(150px, var(--article-index-width)) minmax(0, var(--article-reading-width));
  justify-content: center;
  gap: clamp(30px, 3vw, 42px);
  width: min(100%, 1180px);
  margin-inline: auto;
}

.xnata-tea .tt-product-dossier__header > p:first-child {
  margin: 10px 0 0;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.xnata-tea .tt-product-dossier__header h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.xnata-tea .tt-product-dossier__excerpt {
  grid-column: 2;
  max-width: 60ch;
  margin: 20px 0 0;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-display);
  font-size: clamp(18px, 1.6vw, 22px);
  font-style: italic;
  line-height: 1.55;
  text-wrap: pretty;
}

.xnata-tea .tt-product-dossier__layout {
  width: min(100%, 1210px);
  margin-inline: auto;
  border-top: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 14%, transparent);
  padding-top: clamp(34px, 4vw, 50px);
}

.xnata-tea .article-detail__body.tt-product-dossier__body {
  max-width: 72ch;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-text);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.xnata-tea .article-detail__body.tt-product-dossier__body :is(p, li, td, figcaption) {
  color: color-mix(in srgb, var(--xnata-tea-ink) 88%, #20170f);
  font-family: var(--xnata-tea-text);
  letter-spacing: 0;
}

.xnata-tea .article-detail__body.tt-product-dossier__body :is(strong, b) {
  font-weight: 700;
}

.xnata-tea .article-detail__body.tt-product-dossier__body :is(h2, h3, h4) {
  color: var(--xnata-tea-ink);
  letter-spacing: 0;
  line-height: 1.13;
}

.xnata-tea .article-detail__body.tt-product-dossier__body h2 {
  font-size: 34px;
}

.xnata-tea .article-detail__body.tt-product-dossier__body h3 {
  font-size: 27px;
}

.xnata-tea .article-detail__body.tt-product-dossier__body h4 {
  font-size: 21px;
}

.xnata-tea .tt-product-dossier .article-detail__toc summary,
.xnata-tea .tt-product-dossier .article-detail__toc a {
  color: color-mix(in srgb, var(--xnata-tea-ink) 86%, transparent);
}

.xnata-tea .tt-product-dossier .article-detail__related {
  width: min(100%, 1180px);
  margin: clamp(72px, 9vw, 112px) auto 0;
}

.xnata-tea .tt-product-reading__all {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 28px;
  font-size: 14px;
}

.xnata-tea .tt-product-related .tt-tea-grid {
  align-items: stretch;
}

@media (max-width: 980px) {
  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__hero,
  .xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__details--wiki,
  .xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__specs--shop {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-product-dossier__header {
    grid-template-columns: minmax(0, var(--article-reading-width));
    gap: 12px;
  }

  .xnata-tea .tt-product-dossier__header > p:first-child,
  .xnata-tea .tt-product-dossier__excerpt {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .xnata-tea .tt-product-dossier {
    padding-inline: 15px;
  }

  .xnata-tea .tt-product-dossier__header h2 {
    max-width: none;
    font-size: clamp(38px, 12vw, 54px);
  }

  .xnata-tea .tt-product__archive-index {
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .xnata-tea .tt-product__archive-index::-webkit-scrollbar {
    display: none;
  }

  .xnata-tea .tt-product__archive-index a {
    flex: 0 0 auto;
    min-height: 36px;
    padding-inline: 10px;
    font-size: 9px;
    white-space: nowrap;
  }

  .xnata-tea .tt-product__archive-index a:nth-child(2n) {
    border-right: 1px solid var(--xnata-tea-line);
  }

  .xnata-tea .xnata-tea-card__archive-passport {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 6px;
  }

  .xnata-tea .xnata-tea-card__archive-passport > div {
    border-right: 0;
    border-bottom: 1px solid var(--xnata-tea-line);
    padding: 6px 7px;
  }

  .xnata-tea .xnata-tea-card__archive-passport > div:last-child {
    border-bottom: 0;
  }

  .xnata-tea .xnata-tea-card__archive-passport dt {
    font-size: 6px;
  }

  .xnata-tea .xnata-tea-card__archive-passport dd {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary {
    margin-top: 20px;
    padding-block: 22px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__heading h1 {
    max-width: 12ch;
    font-size: clamp(39px, 12vw, 52px);
    line-height: 0.98;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary-fact {
    min-height: 70px;
    padding: 11px 10px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary-fact:nth-child(2n) {
    border-right: 1px solid var(--xnata-tea-line);
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) {
    border-left-width: 2px;
    padding: 24px 18px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) .tt-product__spec-rail {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-product__wiki-handoff p {
    font-size: 14px;
  }

  .xnata-tea .tt-product__specs--shop .tt-product__spec-accordion--brewing .tt-product__spec-list {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-product-related .tt-tea-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .xnata-tea .tt-product-related .xnata-tea-card__title {
    font-size: clamp(26px, 8vw, 34px);
  }
}

.xnata-tea .xnata-tea-hero__visual figcaption {
  margin-top: 24px;
  color: var(--xnata-tea-stone);
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-hero__product {
  display: grid;
  place-items: center;
  color: var(--xnata-tea-ink);
  text-decoration: none;
}

.xnata-tea .xnata-tea-hero__collection {
  display: grid;
  width: min(34vw, 470px);
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 50%;
  background: var(--xnata-tea-surface);
  box-shadow: var(--xnata-tea-shadow);
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(36px, 5vw, 72px);
  text-align: center;
  text-decoration: none;
}

.xnata-tea .xnata-tea-hero__collection small {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-hero__product img {
  width: min(34vw, 500px);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: normal;
}

.xnata-tea .tt-archive-ledger {
  position: relative;
  display: grid;
  overflow: hidden;
  width: min(100% - clamp(28px, 8vw, 136px), 1440px);
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 5vw, 76px);
  margin: clamp(-58px, -4vw, -30px) auto clamp(28px, 4vw, 58px);
  border: 1px solid rgba(69, 54, 34, 0.18);
  border-left: 3px solid color-mix(in srgb, var(--xnata-tea-clay) 58%, transparent);
  padding: clamp(36px, 5vw, 72px);
  background:
    radial-gradient(circle at 92% 0%, rgba(179, 138, 69, 0.1), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(251, 248, 240, 0.02)),
    rgba(236, 227, 207, 0.86);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.74) inset,
    0 18px 50px rgba(53, 42, 27, 0.1);
}

.xnata-tea .tt-archive-ledger::before,
.xnata-tea .tt-archive-ledger::after {
  position: absolute;
  display: none;
  width: 34px;
  height: 34px;
  border-color: rgba(164, 70, 40, 0.42);
  content: none;
  pointer-events: none;
}

.xnata-tea .tt-archive-ledger::before {
  top: 16px;
  left: 16px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.xnata-tea .tt-archive-ledger::after {
  right: 16px;
  bottom: 16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.xnata-tea .tt-archive-ledger__folio {
  position: absolute;
  top: 15px;
  right: 28px;
  display: flex;
  gap: 10px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.xnata-tea .tt-archive-ledger__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-content: start;
}

.xnata-tea .tt-archive-ledger__seal {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--xnata-tea-clay);
  color: var(--xnata-tea-clay);
  font-size: 24px;
  line-height: 1;
  transform: rotate(-3deg);
}

.xnata-tea .tt-archive-ledger__intro h2 {
  max-width: 11ch;
  margin: 8px 0 14px;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.xnata-tea .tt-archive-ledger__intro p {
  max-width: 46ch;
  margin: 0;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.7;
}

.xnata-tea .tt-archive-ledger__entries {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.9fr);
  margin: 0;
  border-top: 1px solid rgba(69, 54, 34, 0.24);
  border-left: 1px solid rgba(69, 54, 34, 0.24);
}

.xnata-tea .tt-archive-ledger__entry {
  min-width: 0;
  min-height: 150px;
  border-right: 1px solid rgba(69, 54, 34, 0.24);
  border-bottom: 1px solid rgba(69, 54, 34, 0.24);
  padding: clamp(18px, 2.6vw, 32px);
}

.xnata-tea .tt-archive-ledger__entry dt {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xnata-tea .tt-archive-ledger__entry dd {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
}

.xnata-tea .tt-archive-ledger__entry strong {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 0.82;
}

.xnata-tea .tt-archive-ledger__entry dd > span {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xnata-tea .tt-archive-ledger__entry--primary {
  background: rgba(255, 252, 244, 0.34);
}

.xnata-tea .tt-archive-ledger__entry .tt-archive-ledger__profile {
  display: block;
  max-width: 12ch;
  overflow-wrap: anywhere;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 560;
  hyphens: auto;
  line-height: 1;
  word-break: normal;
}

.xnata-tea .tt-archive-ledger__colophon {
  position: absolute;
  right: clamp(36px, 5vw, 72px);
  bottom: 14px;
  left: clamp(36px, 5vw, 72px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 7px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.xnata-tea :where(.tt-display, .tt-section__header h2, .tt-catalog__intro h2, .tt-product__heading h1) {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-optical-sizing: auto;
  font-weight: var(--xnata-tea-display-weight);
  letter-spacing: var(--xnata-tea-display-tracking);
  text-wrap: balance;
}

.xnata-tea .tt-display {
  min-width: 0;
  max-width: min(13ch, 100%);
  font-size: clamp(58px, 8vw, 126px);
  line-height: var(--xnata-tea-display-leading);
}

.xnata-tea :where(
  .tt-hero__rule > *,
  .tt-hero__copy,
  .tt-hero__facts,
  .tt-action-row,
  .tt-section__header > *,
  .tt-section__header--wide > *,
  .xnata-tea-request-guide__step,
  .xnata-tea-card__body
) {
  min-width: 0;
}

.xnata-tea :where(
  .tt-display,
  .tt-section__header h2,
  .tt-catalog__intro h2,
  .tt-product__heading h1,
  .xnata-tea-card__title,
  .tt-hero__rule > *
) {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (min-width: 761px) {
  html:where(:lang(en), :lang(ru)) .xnata-tea .tt-display {
    max-width: 100%;
    font-size: clamp(54px, 6.6vw, 104px);
    line-height: 0.94;
  }
}

.xnata-tea .tt-lede {
  max-width: 58ch;
  color: var(--xnata-tea-stone);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.75;
  text-wrap: pretty;
}

.xnata-tea .tt-eyebrow,
.xnata-tea .xnata-tea-card__kind {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.xnata-tea .tt-section {
  padding-block: clamp(44px, 5vw, 76px);
}

.xnata-tea :where(.tt-section__header, .tt-section__header--wide) {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(24px, 3vw, 42px);
  border-bottom: 3px double rgba(69, 54, 34, 0.2);
  padding-bottom: 18px;
}

.xnata-tea :where(.tt-section__header h2, .tt-catalog__intro h2) {
  margin-top: 8px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 0.98;
}

.xnata-tea .tt-link {
  color: var(--xnata-tea-ink);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.xnata-tea .tt-tea-grid {
  display: grid;
  grid-template-columns: repeat(var(--tt-catalog-columns, 4), minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px) clamp(14px, 2vw, 28px);
}

.xnata-tea .tt-featured .tt-tea-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xnata-tea .xnata-tea-card {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  border: var(--tt-card-border, 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent));
  border-radius: var(--tt-card-radius, 4px);
  padding: 0;
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--xnata-tea-clay) 4%, transparent), transparent 34%),
    radial-gradient(circle at 72% 68%, color-mix(in srgb, var(--xnata-tea-ink) 3%, transparent), transparent 38%),
    var(--xnata-tea-surface);
  box-shadow: 0 5px 18px rgba(36, 30, 22, 0.045);
  transition:
    background-color var(--xnata-tea-motion-fast) ease,
    border-color var(--xnata-tea-motion-fast) ease,
    box-shadow var(--xnata-tea-motion-medium) var(--xnata-tea-motion-ease);
}

.xnata-tea .xnata-tea-card:focus-within {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 48%, var(--xnata-tea-line));
  box-shadow: 0 16px 38px rgba(36, 30, 22, 0.11);
}

.xnata-tea .xnata-tea-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  place-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 10%, transparent);
  border-radius: max(0px, calc(var(--tt-card-radius, 4px) - 1px)) max(0px, calc(var(--tt-card-radius, 4px) - 1px)) 0 0;
  background: var(--xnata-tea-surface);
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

.xnata-tea .xnata-tea-card__media-link {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
  touch-action: pan-y;
  user-select: none;
}

.xnata-tea .xnata-tea-card__slide {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  background: var(--xnata-tea-surface);
  opacity: 0;
  transition: opacity var(--xnata-tea-motion-medium) ease;
}

.xnata-tea .xnata-tea-card__slide.is-active,
.xnata-tea .xnata-tea-card__slide.is-entering,
.xnata-tea .xnata-tea-card__slide.is-leaving {
  display: grid;
}

.xnata-tea .xnata-tea-card__slide.is-active {
  opacity: 1;
}

.xnata-tea .xnata-tea-card__media-link:is(:active, :focus, :focus-visible) {
  background: transparent;
}

.xnata-tea .xnata-tea-card__media-link:focus-visible,
.xnata-tea .xnata-tea-card__zoom:focus-visible,
.xnata-tea .xnata-tea-card__media-dot:focus-visible {
  outline: 2px solid var(--xnata-tea-clay);
  outline-offset: -3px;
}

.xnata-tea .xnata-tea-card__media-dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 9px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}

.xnata-tea .xnata-tea-card__media-dot {
  width: 6px;
  height: 6px;
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  cursor: pointer;
  pointer-events: auto;
  transition:
    background-color var(--xnata-tea-motion-fast) ease,
    transform var(--xnata-tea-motion-fast) ease;
}

.xnata-tea .xnata-tea-card__media-dot.is-active {
  background: var(--xnata-tea-ink);
  transform: scale(1.28);
}

.xnata-tea .xnata-tea-card__zoom {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 16%, transparent);
  border-radius: 2px;
  padding: 0;
  background: color-mix(in srgb, var(--xnata-tea-surface) 82%, transparent);
  color: var(--xnata-tea-ink);
  cursor: zoom-in;
}

.xnata-tea .xnata-tea-card__compare-host .compare-toggle,
.xnata-tea .xnata-tea-card__compare {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  border-radius: 999px;
  padding: 0;
  background: color-mix(in srgb, var(--xnata-tea-surface) 90%, transparent);
  color: var(--xnata-tea-ink);
  box-shadow: 0 6px 20px rgba(36, 30, 22, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition:
    color var(--xnata-tea-motion-fast) ease,
    background-color var(--xnata-tea-motion-fast) ease,
    border-color var(--xnata-tea-motion-fast) ease,
    transform var(--xnata-tea-motion-fast) ease;
}

.xnata-tea .xnata-tea-card__compare-host .compare-toggle svg,
.xnata-tea .xnata-tea-card__compare svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xnata-tea .xnata-tea-card__compare-host .compare-toggle:hover,
.xnata-tea .xnata-tea-card__compare:hover {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 60%, transparent);
  color: var(--xnata-tea-clay);
  transform: translateY(-1px);
}

.xnata-tea .xnata-tea-card__compare-host .compare-toggle:focus-visible,
.xnata-tea .xnata-tea-card__compare:focus-visible {
  outline: 2px solid var(--xnata-tea-clay);
  outline-offset: 3px;
}

.xnata-tea .xnata-tea-card__compare-host .compare-toggle[data-active='true'],
.xnata-tea .xnata-tea-card__compare.is-active {
  border-color: var(--xnata-tea-ink);
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
}

.xnata-tea .xnata-tea-card__utility {
  display: grid;
  min-height: 46px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 14%, transparent);
  padding: 3px 6px 3px 14px;
  background: color-mix(in srgb, var(--xnata-tea-paper) 58%, var(--xnata-tea-surface));
}

.xnata-tea .xnata-tea-card__utility-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.xnata-tea .xnata-tea-card__utility-meta > .xnata-tea-card__kind {
  display: -webkit-box;
  min-width: 0;
  max-height: 2.4em;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xnata-tea .xnata-tea-card__quick-actions {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  border: 0;
  padding: 0;
  background: transparent;
}

.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare-host .compare-toggle,
.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare,
.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-wishlist--card {
  position: static;
  top: auto;
  right: auto;
  left: auto;
}

.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare-host .compare-toggle,
.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare,
.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-wishlist__button {
  flex: 0 0 44px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.xnata-tea .xnata-tea-card__quick-actions .compare-toggle[data-compare-fallback] {
  cursor: wait;
  opacity: 0.72;
}

.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare-host .compare-toggle:hover,
.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare:hover {
  border-color: color-mix(in srgb, var(--xnata-tea-clay) 32%, transparent);
  background: color-mix(in srgb, var(--xnata-tea-clay) 9%, transparent);
}

.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-wishlist__button:hover {
  border-color: transparent;
  background: transparent;
}

.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-wishlist__button:hover svg {
  fill: currentcolor;
}

.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare-host .compare-toggle[data-active='true'],
.xnata-tea .xnata-tea-card__quick-actions .xnata-tea-card__compare.is-active {
  border-color: var(--xnata-tea-ink);
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
}

.xnata-tea .xnata-tea-card__quick-actions
  dkh-wishlist-toggle[data-wishlist-active]
  .xnata-tea-wishlist__button {
  border-color: transparent;
  background: transparent;
  color: var(--xnata-tea-clay);
}

/*
 * Compatibility for an official saved-card revision that rendered the two
 * controls as adjacent article children. Keep the pair in one compact row
 * while the exact-hash migrator replaces that Liquid. This prevents a mixed
 * Liquid/CSS deployment from turning compare into a full-card blank panel or
 * moving wishlist back over the folio number.
 */
.xnata-tea .xnata-tea-card > .xnata-tea-card__compare {
  position: static;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-self: flex-end;
  margin: 6px 60px 6px 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.xnata-tea .xnata-tea-card > .xnata-tea-wishlist--card {
  position: static;
  align-self: flex-end;
  margin: -50px 10px 6px 0;
}

.xnata-tea .tb-product-card__quick-actions {
  width: 100%;
  min-height: 52px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 12%, transparent);
  border-radius: 8px;
  padding: 4px 6px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 84%, transparent);
}

.xnata-tea .xnata-tea-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: transparent;
  background-image: none;
  mix-blend-mode: normal;
  transform: none;
  will-change: auto;
}

.xnata-tea .product-card__media:not(.product-card__media--placeholder),
.xnata-tea .tt-product-card__media {
  border-color: transparent;
  background: transparent;
  background-image: none;
}

.xnata-tea :where(
  .product-card__image,
  .tt-product-card__media img,
  .tt-highlight-card__media img,
  .tea-wiki__media img
) {
  background: transparent;
  background-image: none;
  mix-blend-mode: normal;
}

.xnata-tea .xnata-tea-card__identity {
  display: flex;
  min-width: 0;
  min-height: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  padding: 0;
  background: transparent;
}

.xnata-tea .xnata-tea-card__utility > .xnata-tea-card__identity {
  overflow: hidden;
  min-height: 44px;
  border: 0;
  padding: 0 6px 0 0;
  background: transparent;
}

.xnata-tea .xnata-tea-card__utility .xnata-tea-card__brand > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnata-tea :where(.xnata-tea-card__brand, .xnata-tea-card__rating) {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1;
}

.xnata-tea .xnata-tea-card__brand {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.xnata-tea .xnata-tea-card__brand > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
  line-height: 1.2;
  word-break: normal;
}

.xnata-tea .xnata-tea-card__brand-mark {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 52%, transparent);
  border-radius: 2px;
  background: transparent;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
}

.xnata-tea .xnata-tea-card__brand img {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  object-fit: contain;
}

.xnata-tea .xnata-tea-card__rating {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--xnata-tea-clay);
}

.xnata-tea .xnata-tea-card__rating-count {
  color: var(--xnata-tea-stone);
  font-size: 0.9em;
}

.xnata-tea .xnata-tea-card__rating.is-empty {
  color: var(--xnata-tea-stone);
}

.xnata-tea .xnata-tea-card__body {
  display: flex;
  min-height: 186px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 13px 14px 14px;
  text-align: var(--tt-card-text-align, left);
}

.xnata-tea .xnata-tea-card__name-stack {
  display: grid;
  min-height: 64px;
  align-content: start;
  gap: 4px;
}

.xnata-tea .xnata-tea-card__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 9px;
}

.xnata-tea .xnata-tea-card__result-type {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  border: 1px solid rgba(23, 64, 44, 0.18);
  border-radius: 999px;
  padding: 2px 8px;
  color: var(--xnata-tea-green);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-family: var(--xnata-tea-display);
  font-size: 24px;
  font-weight: 560;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xnata-tea .xnata-tea-card__title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  transition: text-decoration-color var(--xnata-tea-motion-fast) ease;
}

.xnata-tea .xnata-tea-card__meta {
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.6em;
  margin: 0;
  color: var(--xnata-tea-stone);
  font-size: 13px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xnata-tea .xnata-tea-card__meta > :is(h1, h2, h3, h4, h5, h6, p, ul, ol),
.xnata-tea .xnata-tea-card__meta li {
  display: inline;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
}

.xnata-tea .xnata-tea-card__meta > :is(ul, ol) {
  list-style: none;
}

.xnata-tea .xnata-tea-card__meta > * + *::before,
.xnata-tea .xnata-tea-card__meta li + li::before {
  content: " · ";
}

.xnata-tea .xnata-tea-card__meta strong {
  color: var(--xnata-tea-ink);
  font-weight: 650;
}

.xnata-tea .xnata-tea-card__archive-passport {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 8px 0 0;
  border-block: 1px solid var(--xnata-tea-line);
}

.xnata-tea .xnata-tea-card__archive-passport > div {
  min-width: 0;
  border-right: 1px solid var(--xnata-tea-line);
  padding: 7px 8px;
}

.xnata-tea .xnata-tea-card__archive-passport > div:last-child {
  border-right: 0;
}

.xnata-tea .xnata-tea-card__archive-passport dt,
.xnata-tea .xnata-tea-card__archive-passport dd {
  min-width: 0;
  margin: 0;
}

.xnata-tea .xnata-tea-card__archive-passport dt {
  color: var(--xnata-tea-stone);
  font-size: 7px;
  font-weight: 740;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-card__archive-passport dd {
  margin-top: 3px;
  color: var(--xnata-tea-ink);
  font-size: 11px;
  font-weight: 560;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.xnata-tea .xnata-tea-card__commerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 36px;
  align-items: end;
  gap: 3px 10px;
  margin: 5px 0 11px;
}

.xnata-tea .xnata-tea-card__price {
  display: inline-flex;
  grid-column: 1 / -1;
  min-width: 0;
  align-items: baseline;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: 23px;
  font-weight: 560;
  line-height: 1.05;
  white-space: nowrap;
}

.xnata-tea .xnata-tea-card__price > span {
  margin-right: 6px;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-card__price > .xnata-tea-card__currency {
  margin-right: 5px;
  font-family: var(--xnata-tea-display);
  font-size: 0.95em;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.xnata-tea .xnata-tea-card__price-note {
  min-width: 0;
  padding-bottom: 3px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: right;
  text-transform: none;
}

.xnata-tea .xnata-tea-card__price + .xnata-tea-card__price-note {
  text-align: left;
}

.xnata-tea .xnata-tea-card__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 82px), 1fr));
  gap: 0;
  margin-top: auto;
  margin-right: -16px;
  margin-bottom: -16px;
  margin-left: -16px;
  padding: 0;
  background: transparent;
}

.xnata-tea .xnata-tea-card__action {
  display: inline-flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 11px 13px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 94%, transparent);
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: start;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color var(--xnata-tea-motion-fast) ease,
    box-shadow var(--xnata-tea-motion-fast) ease,
    color var(--xnata-tea-motion-fast) ease;
}

.xnata-tea .xnata-tea-card__action:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 74%, transparent);
  outline-offset: -3px;
}

.xnata-tea .xnata-tea-card__action::after {
  display: inline-block;
  margin-left: auto;
  content: " ↗";
  transition: transform 260ms var(--xnata-tea-motion-spring);
}

.xnata-tea .xnata-tea-card__action--request {
  background: color-mix(in srgb, var(--xnata-tea-clay) 5%, var(--xnata-tea-surface));
  color: var(--xnata-tea-clay);
}

.xnata-tea .xnata-tea-card__action--request::after {
  content: " →";
}

.xnata-tea .xnata-tea-card__action--request[data-request-state="added"] {
  color: var(--xnata-tea-ink);
}

.xnata-tea .xnata-tea-card__action--request[data-request-state="limit"] {
  color: #8b2f20;
}

.xnata-tea [data-xnata-tea-request-add][data-request-state="pending"] {
  cursor: progress;
}

.xnata-tea [data-xnata-tea-request-add][data-request-state="stale"],
.xnata-tea [data-xnata-tea-request-add][data-request-state="error"],
.xnata-tea [data-xnata-tea-request-add][data-request-state="context-required"] {
  color: #8b2f20;
}

.xnata-tea [data-xnata-tea-request-add]:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.xnata-tea .xnata-tea-request-guide__steps {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--xnata-tea-line);
  border-radius: 26px;
  background: var(--xnata-tea-line);
  gap: 1px;
}

.xnata-tea .xnata-tea-request-guide__step {
  min-height: 210px;
  padding: clamp(24px, 3vw, 42px);
  background: var(--xnata-tea-surface);
}

.xnata-tea .xnata-tea-request-guide__step span {
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
}

.xnata-tea .xnata-tea-request-guide__step h3 {
  margin: 28px 0 10px;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 520;
  line-height: 1.04;
}

.xnata-tea .xnata-tea-request-guide__step p {
  margin: 0;
  color: var(--xnata-tea-stone);
  font-size: 13px;
  line-height: 1.65;
}

.xnata-tea .xnata-tea-request-guide__discovery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding: 28px 0;
}

.xnata-tea .xnata-tea-request-guide__discovery p {
  max-width: 68ch;
  margin: 8px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 14px;
  line-height: 1.65;
}

.xnata-tea .xnata-tea-request-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.xnata-tea .xnata-tea-request-trust {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 22px;
  background: var(--xnata-tea-line);
}

.xnata-tea .xnata-tea-request-trust__facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
}

.xnata-tea .xnata-tea-request-trust__facts > div {
  min-width: 0;
  padding: 20px;
  background: var(--xnata-tea-surface);
}

.xnata-tea .xnata-tea-request-trust__facts dt {
  margin-bottom: 10px;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-request-trust__facts dd {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-size: 12px;
  line-height: 1.6;
}

.xnata-tea .xnata-tea-request-trust__note {
  margin: 0;
  padding: 14px 20px;
  background: var(--xnata-tea-paper);
  color: var(--xnata-tea-stone);
  font-size: 11px;
  line-height: 1.55;
}

.xnata-tea .tt-where-to-buy__trust {
  margin-top: 14px;
  border-left: 2px solid var(--xnata-tea-clay);
  padding-left: 14px;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.6;
}

.xnata-tea .tt-where-to-buy__trust strong {
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-where-to-buy__header .tt-eyebrow {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.xnata-tea .tt-where-to-buy__header .tt-eyebrow strong {
  min-width: 1.5rem;
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  background: color-mix(in srgb, currentColor 10%, transparent);
  text-align: center;
}

.xnata-tea .tt-where-to-buy__table-wrap {
  overflow-x: auto;
  margin-block: 1.4rem 0;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--xnata-tea-surface) 92%, transparent);
  scrollbar-width: thin;
}

.xnata-tea .tt-where-to-buy__table {
  width: 100%;
  min-width: 56rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.xnata-tea .tt-where-to-buy__table th,
.xnata-tea .tt-where-to-buy__table td {
  border-block-end: 1px solid var(--xnata-tea-line);
  padding: 0.75rem 0.8rem;
  text-align: start;
  vertical-align: middle;
}

.xnata-tea .tt-where-to-buy__table th {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.xnata-tea .tt-where-to-buy__table th:first-child,
.xnata-tea .tt-where-to-buy__table td:first-child {
  width: 8.5rem;
}

.xnata-tea .tt-where-to-buy__table th:nth-child(2),
.xnata-tea .tt-where-to-buy__table td:nth-child(2) {
  width: 14rem;
}

.xnata-tea .tt-where-to-buy__table th:nth-child(3),
.xnata-tea .tt-where-to-buy__table td:nth-child(3) {
  width: 10rem;
}

.xnata-tea .tt-where-to-buy__table th:nth-child(4),
.xnata-tea .tt-where-to-buy__table td:nth-child(4) {
  width: 10rem;
}

.xnata-tea .tt-where-to-buy__table th:nth-child(5),
.xnata-tea .tt-where-to-buy__table td:nth-child(5) {
  width: 9rem;
}

.xnata-tea .tt-where-to-buy__table th:nth-child(6),
.xnata-tea .tt-where-to-buy__table td:nth-child(6) {
  width: 10rem;
}

.xnata-tea .tt-where-to-buy__table th:last-child,
.xnata-tea .tt-where-to-buy__table td:last-child {
  width: 10rem;
}

.xnata-tea .tt-where-to-buy__table tbody tr:last-child td {
  border-block-end: 0;
}

.xnata-tea .tt-where-to-buy__table tbody tr[data-commerce-offer-selected="true"] {
  background: color-mix(in srgb, var(--xnata-tea-clay) 10%, transparent);
}

.xnata-tea .tt-where-to-buy__table td small {
  display: block;
  margin-top: 0.2rem;
  color: var(--xnata-tea-stone);
  font-size: 0.7rem;
  line-height: 1.4;
}

.xnata-tea .tt-where-to-buy__table .tt-where-to-buy__seller strong {
  display: block;
  overflow-wrap: anywhere;
  font-weight: 620;
}

.xnata-tea .tt-where-to-buy__table .tt-where-to-buy__price strong {
  display: block;
  white-space: nowrap;
}

.xnata-tea .tt-where-to-buy__select-button,
.xnata-tea .tt-where-to-buy__cta {
  min-height: 2.4rem;
  padding: 0.55rem 0.8rem;
  white-space: nowrap;
}

.xnata-tea .tt-where-to-buy__select-button[aria-pressed="true"] {
  border-color: var(--xnata-tea-clay);
  background: var(--xnata-tea-clay);
  color: var(--xnata-tea-paper);
}

.xnata-tea .tt-where-to-buy__more {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--xnata-tea-ink);
  font-weight: 620;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.xnata-tea :where(.xnata-tea-card__placeholder, .xnata-tea-empty-state) {
  display: grid;
  min-height: 170px;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}

.xnata-tea .tt-journal__empty {
  grid-column: 1 / -1;
  min-height: 220px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 24px;
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--xnata-tea-surface) 94%, transparent), transparent),
    var(--xnata-tea-paper);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.xnata-tea .tt-journal__empty p {
  max-width: 46ch;
  margin: 0;
  line-height: 1.8;
}

.xnata-tea .xnata-tea-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: clamp(14px, 8%, 28px);
}

.xnata-tea .xnata-tea-card__placeholder > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 50%;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
  font-size: 32px;
}

.xnata-tea :where(.tt-chip-row, .tt-brand-list) {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}

.xnata-tea .tt-catalog-filter {
  position: relative;
  z-index: 10;
  top: auto;
  display: grid;
  justify-items: end;
  gap: 10px;
  margin-block: 14px 18px;
  border-block: 0;
  padding-block: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.xnata-tea .tt-catalog-toolbar {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.xnata-tea .tt-catalog-toolbar--single {
  justify-content: flex-end;
}

.xnata-tea .tt-catalog-control {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 0;
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-mono);
  font-size: 0;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.xnata-tea .tt-catalog-control svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xnata-tea .tt-catalog-control span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  white-space: nowrap;
}

.xnata-tea .tt-catalog-control em {
  position: absolute;
  top: 3px;
  right: 2px;
  display: inline-flex;
  min-width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--xnata-tea-clay);
  color: var(--xnata-tea-surface);
  font-size: 8px;
  font-style: normal;
  line-height: 1;
}

.xnata-tea .tt-catalog-control--sort em {
  display: none;
}

.xnata-tea .tt-catalog-sort-menu[open] > .tt-catalog-control,
.xnata-tea .tt-catalog-control[aria-expanded="true"],
.xnata-tea .tt-catalog-control:hover {
  background: color-mix(in srgb, var(--xnata-tea-green) 10%, transparent);
  color: var(--xnata-tea-green);
}

.xnata-tea .tt-catalog-control:focus-visible {
  background: color-mix(in srgb, var(--xnata-tea-green) 10%, transparent);
  color: var(--xnata-tea-green);
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 38%, transparent);
  outline-offset: 2px;
}

.xnata-tea .tt-catalog-sort-menu {
  position: relative;
  display: grid;
  min-width: 0;
}

.xnata-tea .tt-catalog-sort-menu > summary {
  list-style: none;
}

.xnata-tea .tt-catalog-sort-menu > summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .tt-catalog-sort-menu__panel {
  position: absolute;
  z-index: 38;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  min-width: min(280px, calc(100vw - 32px));
  gap: 4px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 90%, transparent);
  border-radius: 4px;
  padding: 8px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 96%, var(--xnata-tea-paper));
  box-shadow: 0 20px 52px rgba(36, 30, 22, 0.16);
}

.xnata-tea .tt-catalog-sort-menu__panel a {
  display: flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 10px;
  color: var(--xnata-tea-ink);
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
}

.xnata-tea .tt-catalog-sort-menu__panel a:is(:hover, :focus-visible),
.xnata-tea .tt-catalog-sort-menu__panel a.is-active {
  border-color: color-mix(in srgb, var(--xnata-tea-ink) 20%, transparent);
  background: color-mix(in srgb, var(--xnata-tea-ink) 7%, transparent);
}

html.xnata-tea-filter-sheet-open,
html.xnata-tea-filter-sheet-open body,
body.xnata-tea-filter-sheet-open {
  overflow: hidden;
}

.xnata-tea .tt-catalog-filter-sheet[hidden],
.tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal[hidden] {
  display: none;
}

.xnata-tea .tt-catalog-filter-sheet,
.tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal {
  position: fixed;
  z-index: var(--dkh-overlay-z-index, 2147482500);
  inset: var(--dkh-overlay-top, 0px) 0 auto;
  height: var(--dkh-overlay-height, 100dvh);
  display: grid;
  align-items: stretch;
  pointer-events: none;
}

.xnata-tea .tt-catalog-filter-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 1;
}

.xnata-tea .tt-catalog-filter-sheet__panel {
  position: relative;
  display: grid;
  width: min(520px, calc(100% - 24px));
  height: 100%;
  max-height: 100vh;
  max-height: 100svh;
  max-height: 100dvh;
  grid-template-rows: auto minmax(0, 1fr) auto;
  margin-left: auto;
  overflow: hidden;
  overscroll-behavior: contain;
  border-left: 1px solid color-mix(in srgb, var(--xnata-tea-line) 92%, transparent);
  background: color-mix(in srgb, var(--xnata-tea-paper) 88%, var(--xnata-tea-surface));
  box-shadow: -18px 0 48px rgba(36, 30, 22, 0.16);
  transform: translateX(100%);
  transition: transform var(--xnata-tea-motion-medium) var(--xnata-tea-motion-ease);
}

.xnata-tea .tt-catalog-filter-sheet__panel:focus {
  outline: none;
}

.xnata-tea .tt-catalog-filter-sheet.is-open,
.tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal.is-open {
  pointer-events: auto;
}

.xnata-tea .tt-catalog-filter-sheet.is-open .tt-catalog-filter-sheet__panel,
.tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal.is-open .tt-catalog-filter-sheet__panel {
  transform: translateX(0);
}

.xnata-tea .tt-catalog-filter-sheet__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
  padding: calc(16px + var(--dkh-overlay-safe-top, env(safe-area-inset-top, 0px))) calc(20px + var(--dkh-overlay-safe-right, 0px)) 14px calc(20px + var(--dkh-overlay-safe-left, 0px));
  background: color-mix(in srgb, var(--xnata-tea-surface) 88%, transparent);
}

.xnata-tea .tt-catalog-filter-sheet__header h2 {
  margin: 4px 0 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.05;
}

.xnata-tea .tt-catalog-filter-sheet__header p {
  margin: 5px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.45;
}

.xnata-tea .tt-catalog-filter-sheet__close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  border-radius: 2px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 82%, transparent);
  color: var(--xnata-tea-ink);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.xnata-tea .tt-catalog-filter-sheet__close:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 68%, transparent);
  outline-offset: 2px;
}

.xnata-tea .tt-catalog-filter-sheet__body {
  display: grid;
  min-height: 0;
  align-content: start;
  gap: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 var(--dkh-overlay-safe-right, 0px) 0 var(--dkh-overlay-safe-left, 0px);
}

.xnata-tea .tt-catalog-filter-sheet__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
  padding: 12px calc(18px + var(--dkh-overlay-safe-right, 0px)) calc(12px + var(--dkh-overlay-safe-bottom, env(safe-area-inset-bottom, 0px))) calc(18px + var(--dkh-overlay-safe-left, 0px));
  background: color-mix(in srgb, var(--xnata-tea-paper) 94%, var(--xnata-tea-surface));
}

.xnata-tea .tt-catalog-filter-sheet__footer > a,
.xnata-tea .tt-catalog-filter-sheet__footer > button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.xnata-tea .tt-catalog-filter-section {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--xnata-tea-line) 82%, transparent);
  padding: 14px 18px;
}

.xnata-tea .tt-catalog-filter-section:last-child {
  border-bottom: 0;
}

.xnata-tea .tt-catalog-filter-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.xnata-tea .tt-catalog-filter-section__header > div {
  display: grid;
  gap: 3px;
}

.xnata-tea .tt-catalog-filter-section__header h3 {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.xnata-tea .tt-catalog-filter-section__header > span {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.xnata-tea .tt-catalog-filter__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: clamp(14px, 3vw, 28px);
}

.xnata-tea .tt-catalog-filter__header h2 {
  margin: 3px 0 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
}

.xnata-tea .tt-catalog-filter__header p {
  margin: 7px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.45;
}

.xnata-tea .tt-catalog-filter__search {
  display: grid;
  gap: 7px;
}

.xnata-tea .tt-catalog-filter__search span,
.xnata-tea .tt-sort label {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .tt-catalog-filter__search input {
  width: 100%;
  min-height: 38px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 90%, transparent);
  border-radius: 8px;
  padding: 8px 12px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 88%, white 12%);
  color: var(--xnata-tea-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.xnata-tea .tt-catalog-filter__search input:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 72%, transparent);
  outline-offset: 2px;
}

.xnata-tea .tt-catalog-filter__all-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 138px), 1fr));
}

.xnata-tea .tt-catalog-filter__more {
  border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
  border-radius: 14px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--xnata-tea-surface) 82%, transparent), transparent),
    color-mix(in srgb, var(--xnata-tea-paper) 86%, white 14%);
}

.xnata-tea .tt-catalog-filter__more summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  color: var(--xnata-tea-ink);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.xnata-tea .tt-catalog-filter__more summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .tt-catalog-filter__more summary::after {
  content: "+";
  color: var(--xnata-tea-clay);
  font-size: 18px;
  line-height: 1;
}

.xnata-tea .tt-catalog-filter__more[open] summary::after {
  content: "-";
}

.xnata-tea .tt-catalog-filter__more summary span:last-child {
  margin-left: auto;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
}

.xnata-tea .tt-catalog-filter__more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 8px;
  max-height: min(46vh, 460px);
  overflow-y: auto;
  padding: 0 2px 2px 0;
  scrollbar-width: thin;
}

.xnata-tea .tt-catalog-filter__more-grid a {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 82%, transparent);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--xnata-tea-ink);
  font-size: 11px;
  line-height: 1.25;
  text-decoration: none;
}

.xnata-tea .tt-catalog-filter__more-grid a:is(:hover, :focus-visible),
.xnata-tea .tt-catalog-filter__more-grid a.is-active {
  border-color: color-mix(in srgb, var(--xnata-tea-ink) 42%, var(--xnata-tea-line));
  background: color-mix(in srgb, var(--xnata-tea-ink) 7%, transparent);
}

.xnata-tea .tt-catalog-filter__more-grid em {
  flex: 0 0 auto;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-style: normal;
}

.xnata-tea .tt-catalog-filter__tree {
  display: grid;
  gap: 3px;
  max-height: min(34vh, 340px);
  overflow-y: auto;
  padding: 2px 2px 2px 0;
  scrollbar-width: thin;
}

.xnata-tea .tt-catalog-category-node {
  --tt-category-indent: 8px;
  --tt-category-rail: 12px;
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 5px 8px 5px var(--tt-category-indent);
  color: var(--xnata-tea-ink);
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
}

.xnata-tea .tt-catalog-category-node__branch {
  position: relative;
  width: 16px;
  height: 16px;
}

.xnata-tea .tt-catalog-category-node__branch::before {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 9px;
  border-top: 1px solid color-mix(in srgb, var(--xnata-tea-line) 92%, var(--xnata-tea-stone));
  content: "";
}

.xnata-tea .tt-catalog-category-node:not(.tt-catalog-category-node--level-0):not(.tt-catalog-category-node--root)::before {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: var(--tt-category-rail);
  border-left: 1px solid color-mix(in srgb, var(--xnata-tea-line) 78%, transparent);
  content: "";
}

.xnata-tea .tt-catalog-category-node--parent {
  color: color-mix(in srgb, var(--xnata-tea-ink) 92%, var(--xnata-tea-clay));
  font-weight: 700;
}

.xnata-tea .tt-catalog-category-node:is(:hover, :focus-visible),
.xnata-tea .tt-catalog-category-node.is-active {
  border-color: color-mix(in srgb, var(--xnata-tea-ink) 30%, var(--xnata-tea-line));
  background: color-mix(in srgb, var(--xnata-tea-ink) 6%, transparent);
}

.xnata-tea .tt-catalog-category-node.is-active {
  box-shadow: inset 3px 0 0 color-mix(in srgb, var(--xnata-tea-clay) 78%, transparent);
}

.xnata-tea .tt-catalog-category-node em {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-style: normal;
}

.xnata-tea .tt-catalog-filter__empty {
  margin: 0;
  border: 1px dashed color-mix(in srgb, var(--xnata-tea-line) 86%, transparent);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--xnata-tea-stone);
  font-size: 12px;
}

.xnata-tea :where(.tt-chip-row a, .tt-brand-chip) {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--xnata-tea-ink);
  font-size: 11px;
  text-decoration: none;
  scroll-snap-align: start;
  transition:
    transform 240ms var(--xnata-tea-motion-spring),
    border-color 200ms ease,
    background-color 200ms ease,
    color 200ms ease,
    box-shadow 240ms ease;
}

.xnata-tea :where(.tt-chip-row a, .tt-brand-chip).is-active {
  border-color: var(--xnata-tea-ink);
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-paper);
}

.xnata-tea :where(.tt-brand-chip__logo, .tt-brand-chip__mark) {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
}

.xnata-tea .tt-brand-chip__logo {
  object-fit: contain;
}

.xnata-tea .tt-brand-chip__mark {
  display: inline-grid;
  place-items: center;
  background: var(--xnata-tea-clay);
  color: white;
  font-family: var(--xnata-tea-display);
}

.xnata-tea .xnata-tea-filter-drawer {
  margin-block: 2px 0;
  border-block: 0;
}

.xnata-tea .xnata-tea-filter-drawer__trigger {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 24%, var(--xnata-tea-line));
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--xnata-tea-ink);
  font-size: 11px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.xnata-tea .xnata-tea-filter-drawer__trigger::-webkit-details-marker {
  display: none;
}

.xnata-tea .xnata-tea-filter-drawer__trigger::after {
  content: "+";
  color: var(--xnata-tea-clay);
  font-size: 16px;
  line-height: 1;
}

.xnata-tea .xnata-tea-filter-drawer[open] .xnata-tea-filter-drawer__trigger::after {
  content: "-";
}

.xnata-tea .xnata-tea-filter-drawer__trigger span:last-child {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
}

.xnata-tea .xnata-tea-filter-drawer__panel {
  display: grid;
  gap: 18px;
  margin-top: 12px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
  border-radius: 8px;
  padding: 16px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 92%, white 8%);
}

.xnata-tea .tt-filter-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.xnata-tea .tt-catalog-filter-sheet .tt-collection-filters,
.tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal .tt-collection-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-width: 0;
}

.xnata-tea .tt-catalog-filter-sheet .tt-catalog-filter-section,
.tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal .tt-catalog-filter-section {
  min-width: 0;
  width: 100%;
}

.xnata-tea .tt-filter-group {
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-line) 88%, transparent);
  border-radius: 8px;
  padding: 8px 10px 10px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 72%, transparent);
}

.xnata-tea .tt-filter-group legend {
  padding-inline: 5px;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.xnata-tea .tt-filter-values {
  display: grid;
  max-height: 164px;
  overflow-y: auto;
  gap: 3px;
  margin: 0;
  padding: 1px 0 0;
  list-style: none;
}

.xnata-tea .tt-filter-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 4px 6px;
  cursor: pointer;
}

.xnata-tea .tt-filter-option:is(:hover, :focus-within),
.xnata-tea .tt-filter-option.is-active {
  border-color: color-mix(in srgb, var(--xnata-tea-ink) 24%, var(--xnata-tea-line));
  background: rgba(23, 59, 48, 0.07);
}

.xnata-tea .tt-filter-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--xnata-tea-ink);
}

.xnata-tea .tt-filter-option em {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-style: normal;
}

.xnata-tea .tt-filter-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 8px;
}

.xnata-tea .tt-filter-range label {
  display: grid;
  gap: 6px;
  color: var(--xnata-tea-stone);
  font-size: 10px;
}

.xnata-tea .tt-filter-range input,
.xnata-tea .tt-sort select {
  min-width: 0;
  min-height: 38px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 8px;
  padding: 8px 10px;
  background: var(--xnata-tea-paper);
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.xnata-tea .tt-catalog-filter-section .tt-sort {
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr);
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-left: 0;
}

.xnata-tea .tt-filter-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.xnata-tea .xnata-tea-compare {
  position: fixed;
  z-index: 40;
  right: clamp(14px, 3vw, 40px);
  bottom: clamp(14px, 3vw, 34px);
  width: min(580px, calc(100% - 28px));
  max-height: min(72vh, 680px);
  max-height: min(72svh, 680px);
  overflow-y: auto;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 24px;
  padding: 18px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 96%, transparent);
  box-shadow: 0 24px 80px rgba(36, 30, 22, 0.22);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.xnata-tea .xnata-tea-compare__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.xnata-tea .xnata-tea-compare__header > div {
  display: grid;
  gap: 4px;
}

.xnata-tea .xnata-tea-compare__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.xnata-tea .xnata-tea-compare__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 16px;
  padding: 10px;
}

.xnata-tea .xnata-tea-compare__item > img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.xnata-tea .xnata-tea-compare__item h3 {
  margin: 0 0 7px;
  font-family: var(--xnata-tea-display);
  font-size: 17px;
  line-height: 1.15;
}

.xnata-tea .xnata-tea-compare__item h3 a {
  color: inherit;
  text-decoration: none;
}

.xnata-tea .xnata-tea-compare__status {
  min-height: 1.4em;
  margin: 10px 0;
  color: var(--xnata-tea-clay);
  font-size: 11px;
}

.xnata-tea .xnata-tea-compare__terminal {
  width: 100%;
  justify-content: center;
}

.xnata-tea .xnata-tea-compare__terminal.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.xnata-tea .tt-search {
  position: relative;
  z-index: 20;
  display: block;
  width: min(100%, 560px);
  max-width: 560px;
  overflow: visible;
}

.xnata-tea .tt-search__input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  background: rgba(251, 248, 240, 0.72);
}

.xnata-tea .tt-search__results {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  display: grid;
  gap: 2px;
  max-height: min(560px, 64vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 96%, white);
  box-shadow: 0 22px 44px color-mix(in srgb, var(--xnata-tea-ink) 18%, transparent);
}

.xnata-tea .tt-search__results[hidden] {
  display: none;
}

.xnata-tea .tt-search .tt-search__option {
  display: block;
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--xnata-tea-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  padding: 10px 12px;
}

.xnata-tea .tt-search-results__form {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.xnata-tea .tt-search-results__form input {
  min-width: 0;
}

.xnata-tea .tt-search .tt-search__option:hover,
.xnata-tea .tt-search .tt-search__option[aria-selected="true"] {
  background: color-mix(in srgb, var(--xnata-tea-ink) 9%, transparent);
}

.xnata-tea .tt-catalog .tt-section__header--wide,
.xnata-tea .tt-search-results .tt-section__header--wide {
  max-width: 1120px;
}

@media (min-width: 901px) {
  .xnata-tea .tt-catalog .tt-section__header--wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 560px);
    align-items: center;
  }

  .xnata-tea .tt-catalog .tt-search {
    justify-self: end;
    width: 100%;
  }

  .xnata-tea .tt-search-results .tt-section__header--wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    align-items: end;
  }

  .xnata-tea .tt-search-results .tt-section__header--wide .tt-eyebrow,
  .xnata-tea .tt-search-results .tt-section__header--wide h1 {
    grid-column: 1;
  }

  .xnata-tea .tt-search-results__form {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }
}

.xnata-tea .tt-catalog__bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
}

.xnata-tea .tt-search-results__group + .tt-search-results__group {
  margin-top: clamp(36px, 5vw, 72px);
}

.xnata-tea .tt-search-results__group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--xnata-tea-border);
}

.xnata-tea .tt-search-results__group-heading h2 {
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.xnata-tea .tt-search-results__group-heading span {
  display: inline-flex;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--xnata-tea-border);
  border-radius: 999px;
  color: var(--xnata-tea-green);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
}

.xnata-tea [data-tea-wiki-catalog] {
  position: relative;
}

.xnata-tea [data-tea-wiki-catalog] .tt-tea-grid {
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.xnata-tea [data-tea-wiki-catalog].is-loading {
  cursor: progress;
  pointer-events: none;
}

.xnata-tea [data-tea-wiki-catalog].is-loading::before {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 35%;
  height: 3px;
  background: var(--xnata-tea-clay);
  box-shadow: 0 0 16px color-mix(in srgb, var(--xnata-tea-clay) 58%, transparent);
  content: "";
  animation: xnata-tea-catalog-progress 1s ease-in-out infinite;
}

.xnata-tea [data-tea-wiki-catalog].is-loading .tt-tea-grid {
  opacity: 0.42;
  transform: translateY(8px);
}

.xnata-tea [data-tea-wiki-catalog].is-entering .tt-tea-grid {
  opacity: 0;
  transform: translateY(12px);
}

@keyframes xnata-tea-catalog-progress {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(390%);
  }
}

.xnata-tea .xnata-tea-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
  border-block: 1px solid var(--xnata-tea-line);
  padding-block: 18px;
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
}

.xnata-tea .xnata-tea-pagination > :last-child {
  justify-self: end;
}

.xnata-tea .xnata-tea-pagination [aria-disabled="true"] {
  color: var(--xnata-tea-stone);
  opacity: 0.55;
}

@media (prefers-reduced-motion: reduce) {
  .xnata-tea [data-tea-wiki-catalog] .tt-tea-grid {
    transition: none;
  }

  .xnata-tea [data-tea-wiki-catalog].is-loading::before {
    width: 100%;
    animation: none;
    transform: none;
  }

  .xnata-tea [data-tea-wiki-catalog].is-loading .tt-tea-grid,
  .xnata-tea [data-tea-wiki-catalog].is-entering .tt-tea-grid {
    transform: none;
  }
}

.xnata-tea .xnata-tea-catalog-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  border: 1px solid var(--xnata-tea-line);
  background: var(--xnata-tea-line);
}

.xnata-tea .xnata-tea-catalog-note {
  padding: clamp(24px, 4vw, 48px);
  background: var(--xnata-tea-surface);
}

.xnata-tea .xnata-tea-catalog-note h3 {
  margin: 12px 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
}

.xnata-tea .tt-product {
  background: transparent;
  box-shadow: none;
}

.xnata-tea .tt-product__atelier-pdp {
  padding-block: clamp(26px, 3.5vw, 52px) clamp(42px, 5vw, 76px);
}

.xnata-tea .tt-product__atelier-pdp {
  clip-path: none;
}

.xnata-tea .tt-product__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.68fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  border: 0;
}

.xnata-tea .tt-product__breadcrumbs {
  grid-column: 1 / -1;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.xnata-tea .tt-product__gallery-stage {
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-stage {
  background: transparent;
  background-image: none;
  mix-blend-mode: normal;
  transform: none;
  translate: none;
  will-change: auto;
}

.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: transparent;
  background-image: none;
  mix-blend-mode: normal;
}

.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb {
  background: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  isolation: auto;
  mix-blend-mode: normal;
  outline: 0;
  padding: 0;
  transform: none;
  -webkit-tap-highlight-color: transparent;
}

.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb--media,
.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb:has(> picture) {
  mix-blend-mode: normal;
  overflow: hidden;
}

.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb--media picture,
.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb > picture {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}

.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb--media img,
.xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-thumb > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-thumb:is(:hover, :focus-visible),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(1):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(1),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(2):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(2),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(3):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(3),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(4):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(4),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(5):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(5),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(6):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(6),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(7):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(7),
.xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(8):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(8) {
  background: transparent;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
  transform: none;
}

.xnata-tea .tt-product__atelier-pdp .tt-product__image {
  padding: 0;
}

.xnata-tea .tt-product__gallery-slide {
  background: transparent;
  background-image: none;
  transform: none !important;
  translate: none;
  will-change: auto;
}

.xnata-tea .tt-product__fallback-thumb[hidden],
.xnata-tea .tt-product__image-fallback[hidden] {
  display: none !important;
}

.xnata-tea .tt-product__summary {
  position: sticky;
  top: 118px;
}

.xnata-tea .tt-product__store-pdp .tt-product__summary {
  border: 0;
  border-block: 1px solid var(--xnata-tea-line);
  border-radius: 0;
  padding: clamp(22px, 3vw, 34px) 0;
  background: transparent;
  box-shadow: none;
}

.xnata-tea .tt-product__summary-fact {
  background: transparent;
}

.xnata-tea .tt-product__specs-intro h2 {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-weight: 520;
}

.xnata-tea .tt-product__atelier-pdp .tt-product__description {
  color: var(--xnata-tea-stone);
}

.xnata-tea .tt-product__atelier-pdp .tt-product__boutique-specs {
  position: relative;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 0;
  padding: clamp(26px, 4vw, 48px);
  background:
    linear-gradient(90deg, rgba(164, 70, 40, 0.08) 1px, transparent 1px) 34px 0 / 100% 100% no-repeat,
    rgba(251, 248, 240, 0.62);
  box-shadow: 0 18px 50px rgba(45, 35, 23, 0.06);
}

.xnata-tea .tt-product__boutique-specs .tt-product__spec-accordion {
  border-block-color: var(--xnata-tea-line);
}

.xnata-tea .tt-product__boutique-specs .tt-product__spec-row {
  border-top-color: rgba(69, 54, 34, 0.13);
}

.xnata-tea .tt-where-to-buy__fallback {
  border: 1px solid var(--xnata-tea-line);
  border-left: 3px solid var(--xnata-tea-clay);
  border-radius: 0;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(251, 248, 240, 0.62);
}

.xnata-tea .tt-where-to-buy__fallback h3 {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 520;
}

.xnata-tea :where(.product-reviews, .product-review-form) {
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
  background: transparent;
  color: var(--xnata-tea-ink);
}

.xnata-tea :where(.product-reviews__inner, .product-review-form__inner) {
  border-top: 1px solid var(--xnata-tea-line);
}

.xnata-tea .product-reviews__header h2 {
  font-family: var(--xnata-tea-display);
  font-weight: 520;
}

.xnata-tea .xnata-tea-request-note {
  margin: 18px 0 0;
  border-left: 2px solid var(--xnata-tea-clay);
  padding: 2px 0 2px 14px;
  color: var(--xnata-tea-stone);
  font-size: 12px;
  line-height: 1.65;
}

.xnata-tea .tt-product__heading h1 {
  max-width: 12ch;
  font-size: clamp(44px, 4.2vw, 68px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.xnata-tea .xnata-tea-sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.xnata-tea .xnata-tea-request-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  padding: 7px 8px 7px 12px;
  background: rgba(251, 248, 240, 0.76);
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 240ms var(--xnata-tea-motion-spring),
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 240ms ease;
}

.xnata-tea .xnata-tea-request-link:is(:hover, :focus-visible) {
  border-color: rgba(164, 70, 40, 0.42);
  background: var(--xnata-tea-surface);
  color: var(--xnata-tea-clay);
}

.xnata-tea .xnata-tea-request-link__icon {
  flex: 0 0 auto;
}

.xnata-tea .xnata-tea-request-link__count {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  padding-inline: 5px;
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
  font-size: 9px;
  line-height: 1;
}

.xnata-tea .xnata-tea-inquiry {
  padding-top: clamp(68px, 9vw, 132px);
}

.xnata-tea .xnata-tea-inquiry__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: end;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-bottom: clamp(26px, 4vw, 48px);
}

.xnata-tea .xnata-tea-inquiry__header h1 {
  max-width: 12ch;
  margin: 10px 0 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(52px, 7vw, 106px);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.xnata-tea .xnata-tea-inquiry__intro {
  color: var(--xnata-tea-stone);
  font-size: 14px;
  line-height: 1.7;
}

.xnata-tea .xnata-tea-inquiry__intro > p {
  margin: 0;
}

.xnata-tea .xnata-tea-inquiry__summary {
  margin-top: 18px !important;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-inquiry > .xnata-tea-request-trust {
  margin-top: clamp(28px, 4vw, 48px);
}

.xnata-tea .xnata-tea-inquiry__package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(26px, 4vw, 46px);
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 54%, var(--xnata-tea-line));
  border-left: 4px solid var(--xnata-tea-clay);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(180, 95, 42, 0.07);
}

.xnata-tea .xnata-tea-inquiry__package > div {
  display: grid;
  gap: 8px;
}

.xnata-tea .xnata-tea-inquiry__package strong {
  overflow-wrap: anywhere;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 520;
}

.xnata-tea .xnata-tea-inquiry__package-remove {
  min-height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 999px;
  padding: 9px 15px;
  background: transparent;
  color: var(--xnata-tea-stone);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.xnata-tea .xnata-tea-inquiry__package-remove:hover {
  border-color: var(--xnata-tea-clay);
  color: var(--xnata-tea-clay);
}

.xnata-tea .xnata-tea-inquiry__empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  margin-top: clamp(30px, 5vw, 64px);
  border: 1px solid var(--xnata-tea-line);
  border-radius: 26px;
  padding: clamp(24px, 4vw, 46px);
  background: rgba(251, 248, 240, 0.68);
}

.xnata-tea .xnata-tea-inquiry__empty[hidden] {
  display: none;
}

.xnata-tea .xnata-tea-inquiry__empty-mark {
  display: grid;
  width: clamp(70px, 9vw, 118px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(164, 70, 40, 0.34);
  border-radius: 50%;
  color: var(--xnata-tea-clay);
  font-family: "Noto Serif SC", var(--xnata-tea-display);
  font-size: clamp(30px, 4vw, 54px);
}

.xnata-tea .xnata-tea-inquiry__empty h2,
.xnata-tea .xnata-tea-inquiry__form-heading h2 {
  margin: 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(31px, 4vw, 54px);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1;
}

.xnata-tea .xnata-tea-inquiry__empty p,
.xnata-tea .xnata-tea-inquiry__form-heading p {
  max-width: 58ch;
  margin: 10px 0 0;
  color: var(--xnata-tea-stone);
  font-size: 13px;
  line-height: 1.65;
}

.xnata-tea .xnata-tea-inquiry__items {
  margin: clamp(30px, 5vw, 64px) 0 0;
  padding: 0;
  border-top: 1px solid var(--xnata-tea-line);
  list-style: none;
}

.xnata-tea .xnata-tea-inquiry__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px clamp(18px, 3vw, 40px);
  align-items: start;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-block: clamp(20px, 3vw, 32px);
}

.xnata-tea .xnata-tea-inquiry__media {
  display: grid;
  overflow: hidden;
  width: 112px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.74), transparent 68%);
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
  font-size: 38px;
  text-decoration: none;
  grid-row: 1 / span 2;
}

.xnata-tea .xnata-tea-inquiry__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5%;
  mix-blend-mode: normal;
}

.xnata-tea .xnata-tea-inquiry__item-body {
  display: grid;
  gap: 8px;
}

.xnata-tea .xnata-tea-inquiry__item-title {
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-decoration: none;
}

.xnata-tea a.xnata-tea-inquiry__item-title:hover {
  color: var(--xnata-tea-clay);
}

.xnata-tea .xnata-tea-inquiry__item-identity {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-inquiry__catalog-package {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: baseline;
  color: var(--xnata-tea-stone);
  font-size: 12px;
}

.xnata-tea .xnata-tea-inquiry__catalog-package small {
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-inquiry__catalog-package strong {
  color: var(--xnata-tea-ink);
}

.xnata-tea .xnata-tea-inquiry__item-actions {
  display: grid;
  grid-template-columns:
    minmax(180px, 1.45fr)
    minmax(108px, 0.45fr)
    minmax(118px, 0.5fr)
    auto;
  align-items: end;
  gap: 12px;
}

.xnata-tea .xnata-tea-inquiry__line-field,
.xnata-tea .xnata-tea-inquiry__line-total {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-inquiry__line-field :where(input, select) {
  width: 100%;
  height: 42px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 4px;
  padding: 0 11px;
  background: var(--xnata-tea-surface);
  color: var(--xnata-tea-ink);
  font: 600 13px var(--xnata-tea-mono);
}

.xnata-tea .xnata-tea-inquiry__line-field :where(input, select):focus {
  border-color: var(--xnata-tea-clay);
  outline: 2px solid color-mix(in srgb, var(--xnata-tea-clay) 24%, transparent);
  outline-offset: 2px;
}

.xnata-tea .xnata-tea-inquiry__quantity input {
  text-align: center;
}

.xnata-tea .xnata-tea-inquiry__line-total output {
  display: flex;
  min-height: 42px;
  align-items: center;
  color: var(--xnata-tea-ink);
  font: 650 14px var(--xnata-tea-text);
  letter-spacing: normal;
  text-transform: none;
}

.xnata-tea .xnata-tea-inquiry__remove {
  appearance: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 3px;
  background: transparent;
  color: var(--xnata-tea-clay);
  font-size: 11px;
  cursor: pointer;
  align-self: end;
  margin-bottom: 11px;
}

@media (max-width: 1000px) {
  .xnata-tea .xnata-tea-inquiry__item-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.xnata-tea .xnata-tea-inquiry__status {
  margin: clamp(28px, 5vw, 56px) 0 0;
  border: 1px solid currentColor;
  border-left-width: 4px;
  border-radius: 4px;
  padding: 20px 24px;
  background: rgba(251, 248, 240, 0.72);
  color: var(--xnata-tea-ink);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 650;
  line-height: 1.55;
}

.xnata-tea .xnata-tea-inquiry__status[data-tone="success"] {
  border-left-color: #4d715b;
  background: rgba(49, 86, 64, 0.12);
  color: #315640;
}

.xnata-tea .tt-special-offers__form-status:focus,
.xnata-tea .xnata-tea-inquiry__status:focus {
  outline: 3px solid rgba(49, 86, 64, 0.28);
  outline-offset: 3px;
}

.xnata-tea .xnata-tea-inquiry__status[data-tone="error"] {
  border-left-color: #a13b2c;
  color: #8b2f20;
}

.xnata-tea .xnata-tea-inquiry__form {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 112px);
  margin-top: clamp(52px, 8vw, 112px);
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: clamp(34px, 5vw, 68px);
}

.xnata-tea .xnata-tea-inquiry__form[hidden] {
  display: none;
}

.xnata-tea .xnata-tea-inquiry__form-heading .tt-eyebrow {
  display: block;
  margin-bottom: 14px;
}

.xnata-tea .xnata-tea-inquiry__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.xnata-tea .xnata-tea-inquiry__field {
  display: grid;
  gap: 8px;
  color: var(--xnata-tea-ink-soft);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .xnata-tea-inquiry__field--wide,
.xnata-tea .xnata-tea-inquiry__submit-row,
.xnata-tea .xnata-tea-inquiry__form > .xnata-tea-turnstile {
  grid-column: 1 / -1;
}

.xnata-tea .xnata-tea-inquiry__form > .xnata-tea-turnstile {
  display: flex;
  justify-content: flex-end;
}

.xnata-tea .xnata-tea-inquiry__field :where(input, textarea) {
  width: 100%;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 15px;
  padding: 13px 14px;
  background: rgba(251, 248, 240, 0.82);
  color: var(--xnata-tea-ink);
  font: 13px/1.5 var(--xnata-tea-text);
  text-transform: none;
}

.xnata-tea .xnata-tea-inquiry__field input {
  min-height: 48px;
}

.xnata-tea .xnata-tea-inquiry__field textarea {
  min-height: 128px;
  resize: vertical;
}

.xnata-tea .xnata-tea-inquiry__field small {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-text);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.xnata-tea .xnata-tea-inquiry__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.xnata-tea .xnata-tea-inquiry__submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: 22px;
}

.xnata-tea .xnata-tea-inquiry__submit-row p {
  max-width: 54ch;
  margin: 0;
  color: var(--xnata-tea-stone);
  font-size: 11px;
  line-height: 1.55;
}

.xnata-tea .xnata-tea-inquiry__submit-row .tt-btn {
  min-width: 190px;
}

.xnata-tea .xnata-tea-inquiry__submit-row .tt-btn:disabled {
  cursor: wait;
  opacity: 0.62;
}

.xnata-tea .xnata-tea-inquiry__noscript {
  margin-top: 28px;
  border: 1px solid rgba(164, 70, 40, 0.34);
  border-radius: 14px;
  padding: 14px 16px;
  color: #8b2f20;
}

/* Profile footer — a request desk for Shops, an archive colophon for Wikis. */
.xnata-tea .tt-footer {
  display: grid;
  width: min(100% - clamp(20px, 6vw, 96px), 1510px);
  max-width: none;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
  gap: clamp(44px, 7vw, 110px);
  margin: clamp(76px, 9vw, 132px) auto 20px;
  border: 0;
  padding: clamp(44px, 6vw, 76px);
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-footer--shop {
  position: relative;
  overflow: hidden;
  border: 3px double rgba(251, 248, 240, 0.24);
  border-radius: 4px;
  background:
    radial-gradient(circle at 88% 0%, rgba(179, 138, 69, 0.2), transparent 24rem),
    linear-gradient(rgba(251, 248, 240, 0.045) 1px, transparent 1px),
    var(--xnata-tea-footer);
  background-size: auto, 100% 26px, auto;
  box-shadow: 0 28px 80px rgba(30, 25, 18, 0.16);
  color: var(--xnata-tea-surface);
}

.xnata-tea--puerh .tt-footer--shop {
  background:
    radial-gradient(circle at 88% 0%, rgba(164, 70, 40, 0.25), transparent 25rem),
    linear-gradient(rgba(251, 248, 240, 0.04) 1px, transparent 1px),
    var(--xnata-tea-footer);
  background-size: auto, 100% 26px, auto;
}

.xnata-tea .tt-footer__brand {
  display: grid;
  max-width: 650px;
  align-content: start;
  gap: 0;
}

.xnata-tea .tt-footer__identity {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.xnata-tea .tt-footer__mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 13px;
  font-family: var(--xnata-tea-display);
  font-size: 24px;
  line-height: 1;
}

.xnata-tea .tt-footer__wordmark {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.xnata-tea .tt-footer__house,
.xnata-tea .tt-footer__profile,
.xnata-tea .tt-footer__eyebrow {
  font-family: var(--xnata-tea-mono);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.xnata-tea .tt-footer__house {
  font-size: 8px;
}

.xnata-tea .tt-footer__name {
  font-family: var(--xnata-tea-display);
  font-size: 22px;
  font-weight: 650;
}

.xnata-tea .tt-footer__profile {
  margin-left: 4px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 8px;
  opacity: 0.68;
}

.xnata-tea .tt-footer__statement {
  max-width: 13ch;
  margin: clamp(38px, 5vw, 64px) 0 14px;
  color: inherit;
  font-family: var(--xnata-tea-display);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.xnata-tea .tt-footer__note {
  max-width: 54ch;
  margin: 0;
  color: inherit;
  font-size: 13px;
  line-height: 1.65;
  opacity: 0.72;
}

.xnata-tea .tt-footer__explore {
  display: grid;
  align-content: start;
  gap: 24px;
}

.xnata-tea .tt-footer__eyebrow {
  display: block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 14px;
  font-size: 9px;
  line-height: 1.55;
  opacity: 0.62;
}

.xnata-tea .tt-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 0 28px;
}

.xnata-tea .tt-footer__nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 180ms ease, padding-left 180ms ease;
}

.xnata-tea .tt-footer__nav a:is(:hover, :focus-visible) {
  padding-left: 6px;
  opacity: 1;
}

.xnata-tea .tt-footer__cta {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 11px 14px 11px 18px;
  color: inherit;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.xnata-tea .tt-footer__cta span:last-child {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: currentColor;
  color: var(--xnata-tea-footer);
}

.xnata-tea .tt-footer__cta:is(:hover, :focus-visible) {
  background: var(--xnata-tea-surface);
  color: var(--xnata-tea-ink);
  transform: translateY(-2px);
}

@keyframes xnata-tea-seal-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -7px, 0) rotate(-1deg);
  }
}

@keyframes xnata-tea-glyph-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-4px, -5px, 0) rotate(-1deg);
  }
}

@keyframes xnata-tea-menu-enter {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes xnata-tea-dialog-enter {
  from {
    opacity: 0;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes xnata-tea-backdrop-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.xnata-tea .tt-locale[open] .tt-locale__menu {
  transform-origin: top right;
  animation: xnata-tea-menu-enter var(--xnata-tea-motion-fast) var(--xnata-tea-motion-ease) both;
}

.xnata-tea .tt-product__gallery-dialog[open] {
  transform-origin: center;
  animation: xnata-tea-dialog-enter var(--xnata-tea-motion-medium) var(--xnata-tea-motion-ease) both;
}

.xnata-tea .tt-product__gallery-dialog[open]::backdrop {
  animation: xnata-tea-backdrop-enter var(--xnata-tea-motion-fast) ease both;
}

.xnata-tea .tt-product__gallery-dialog-frame {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--xnata-tea-ink) 4%, transparent) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, var(--xnata-tea-surface) 96%, transparent), color-mix(in srgb, var(--xnata-tea-paper) 90%, var(--xnata-tea-surface))),
    var(--xnata-tea-surface);
  background-size: 26px 26px, auto, auto;
}

.xnata-tea .tt-product__gallery-dialog-image {
  background: var(--xnata-tea-surface);
  background-image: none;
  box-shadow: 0 1px 0 color-mix(in srgb, var(--xnata-tea-surface) 58%, transparent);
  mix-blend-mode: normal;
  touch-action: pan-x pan-y pinch-zoom;
}

.xnata-tea .tt-product__gallery-dialog-tools {
  border-color: color-mix(in srgb, var(--xnata-tea-ink) 14%, transparent);
  background: color-mix(in srgb, var(--xnata-tea-surface) 92%, transparent);
  box-shadow: 0 12px 30px rgba(36, 30, 22, 0.12);
}

.xnata-tea .tt-product__gallery-dialog-tools button {
  color: var(--xnata-tea-ink);
}

.xnata-tea .tt-product__gallery-dialog-tools button:hover {
  background: color-mix(in srgb, var(--xnata-tea-clay) 10%, transparent);
}

.xnata-tea .tt-product__gallery-dialog[data-xnata-tea-gallery-zoomed] .tt-product__gallery-dialog-image {
  touch-action: none;
}

.xnata-tea .tt-product__gallery-dialog[data-xnata-tea-gallery-loading] .tt-product__gallery-dialog-frame {
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--xnata-tea-clay) 8%, transparent), transparent 34%),
    var(--xnata-tea-surface);
}

.xnata-tea .tt-product__gallery-dialog[data-xnata-tea-gallery-loading] .tt-product__gallery-dialog-image {
  opacity: 0;
}

.xnata-tea .xnata-tea-card__zoom-dialog .tt-product__gallery-dialog-frame {
  min-height: min(78dvh, 780px);
}

@media (max-width: 640px) {
  .xnata-tea .xnata-tea-card__zoom-dialog .tt-product__gallery-dialog-frame {
    min-height: auto;
  }
}

.xnata-tea .tt-product__gallery-thumb {
  transition:
    border-color var(--xnata-tea-motion-fast) ease,
    opacity var(--xnata-tea-motion-fast) ease,
    transform var(--xnata-tea-motion-fast) var(--xnata-tea-motion-ease);
}

.xnata-tea .tt-hero::after {
  animation: xnata-tea-glyph-drift 11s ease-in-out infinite;
}

.xnata-tea.xnata-tea-motion-ready [data-xnata-tea-reveal] {
  opacity: 0;
  translate: 0 var(--xnata-tea-motion-distance);
  transition:
    opacity var(--xnata-tea-motion-medium) var(--xnata-tea-motion-ease),
    translate var(--xnata-tea-motion-slow) var(--xnata-tea-motion-ease);
  transition-delay: var(--xnata-tea-reveal-delay, 0ms);
}

.xnata-tea.xnata-tea-motion-ready [data-xnata-tea-reveal].is-visible {
  opacity: 1;
  translate: none;
}

@media (hover: hover) and (pointer: fine) {
  .xnata-tea .tt-nav a {
    background-image: linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition:
      color 180ms ease,
      background-size 300ms var(--xnata-tea-motion-ease),
      transform 240ms var(--xnata-tea-motion-spring);
  }

  .xnata-tea .tt-nav a:is(:hover, [aria-current="page"]) {
    background-size: 100% 1px;
    transform: translateY(-1px);
  }

  .xnata-tea .xnata-tea-card:hover {
    border-color: color-mix(in srgb, var(--xnata-tea-clay) 38%, var(--xnata-tea-line));
    background: color-mix(in srgb, var(--xnata-tea-surface) 92%, transparent);
    box-shadow: 0 18px 42px rgba(36, 30, 22, 0.12);
  }

  .xnata-tea .tt-special-offers__card:is(:hover, :focus-within) {
    border-color: color-mix(in srgb, var(--xnata-tea-clay) 42%, var(--xnata-tea-line));
    box-shadow:
      inset 0 3px 0 color-mix(in srgb, var(--xnata-tea-clay) 72%, transparent),
      0 16px 36px rgba(51, 39, 24, 0.12);
    transform: translateY(-2px);
  }

  .xnata-tea .xnata-tea-card:is(:hover, :focus-within) .xnata-tea-card__title a {
    text-decoration-color: color-mix(in srgb, var(--xnata-tea-clay) 66%, transparent);
  }

  .xnata-tea .xnata-tea-card__action:is(:hover, :focus-visible) {
    background: color-mix(in srgb, var(--xnata-tea-clay) 9%, var(--xnata-tea-surface));
    box-shadow: inset 0 -2px 0 color-mix(in srgb, var(--xnata-tea-clay) 72%, transparent);
    color: var(--xnata-tea-clay);
  }

  .xnata-tea .xnata-tea-card__action:is(:hover, :focus-visible)::after {
    transform: translate3d(4px, -2px, 0);
  }

  .xnata-tea .xnata-tea-card__action--request:is(:hover, :focus-visible)::after {
    transform: translate3d(5px, 0, 0);
  }

  .xnata-tea :where(.tt-chip-row a, .tt-brand-chip):not(.is-active):is(:hover, :focus-visible) {
    transform: translateY(-2px);
    border-color: rgba(164, 70, 40, 0.34);
    background: rgba(251, 248, 240, 0.88);
    box-shadow: 0 8px 20px rgba(36, 30, 22, 0.08);
  }

  .xnata-tea .xnata-tea-request-link:is(:hover, :focus-visible) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 30, 22, 0.1);
  }
}

.xnata-tea .tt-footer__meta {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px 36px;
  margin-top: 12px;
  border-top: 1px solid currentColor;
  padding-top: 20px;
}

.xnata-tea .tt-footer__platform {
  display: grid;
  min-width: 0;
  grid-row: 1 / span 3;
  gap: 8px;
}

.xnata-tea .tt-footer__platform-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.xnata-tea .tt-footer__platform-heading strong {
  color: inherit;
  font-family: var(--xnata-tea-display);
  font-size: 18px;
  letter-spacing: -0.015em;
}

.xnata-tea .tt-footer__platform-heading span,
.xnata-tea .tt-footer__platform-line,
.xnata-tea .tt-footer__copyright {
  opacity: 0.68;
}

.xnata-tea .tt-footer__platform-heading span,
.xnata-tea .tt-footer__platform-line {
  font-size: 10px;
  line-height: 1.6;
}

.xnata-tea .tt-footer__platform-line {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
  margin: 0;
}

.xnata-tea .tt-footer__platform-line > span:first-child {
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xnata-tea .tt-footer__platform-code {
  white-space: nowrap;
}

.xnata-tea .tt-footer__creator-credit {
  position: relative;
  grid-column: 2;
  justify-self: end;
  color: inherit;
}

.xnata-tea .tt-footer__creator-credit summary {
  width: fit-content;
  cursor: pointer;
  list-style: none;
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.44;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 32%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  text-transform: uppercase;
  transition: opacity 160ms ease, text-decoration-color 160ms ease;
}

.xnata-tea .tt-footer__creator-credit summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .tt-footer__creator-credit summary:is(:hover, :focus-visible),
.xnata-tea .tt-footer__creator-credit[open] summary {
  opacity: 0.82;
  text-decoration-color: currentColor;
}

.xnata-tea .tt-footer__creator-card {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 8;
  display: grid;
  min-width: 238px;
  gap: 7px;
  visibility: hidden;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 14px;
  padding: 14px 16px;
  background: color-mix(in srgb, var(--xnata-tea-footer) 94%, transparent);
  box-shadow: 0 16px 38px rgba(16, 15, 12, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.xnata-tea .tt-footer__creator-credit:is([open], :hover, :focus-within) .tt-footer__creator-card {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.xnata-tea .tt-footer__creator-card strong {
  font-family: var(--xnata-tea-display);
  font-size: 15px;
  letter-spacing: -0.01em;
}

.xnata-tea .tt-footer__creator-card a {
  color: inherit;
  width: fit-content;
  font-size: 10px;
  opacity: 0.74;
  text-decoration-color: color-mix(in srgb, currentColor 48%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.xnata-tea .tt-footer__creator-card a:is(:hover, :focus-visible) {
  opacity: 1;
  text-decoration-color: currentColor;
}

.xnata-tea .tt-footer__meta small {
  grid-column: auto;
  color: inherit;
  text-align: end;
}

.xnata-tea .tt-footer__powered {
  grid-column: 2;
  margin: 0;
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.xnata-tea .tt-footer__social {
  grid-column: 2;
}

.xnata-tea .tt-footer--wiki {
  border-block: 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(179, 138, 69, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(251, 248, 240, 0.08), rgba(251, 248, 240, 0.015)),
    var(--xnata-tea-footer);
  background-size: auto, auto, auto;
  color: var(--xnata-tea-surface);
}

.xnata-tea .tt-footer--wiki .tt-footer__mark {
  color: inherit;
}

.xnata-tea .tt-footer--wiki .tt-footer__statement {
  color: inherit;
}

.xnata-tea .tt-footer--wiki .tt-footer__note {
  color: inherit;
  opacity: 0.72;
}

.xnata-tea .tt-footer--wiki .tt-footer__eyebrow {
  color: inherit;
}

.xnata-tea .tt-footer--wiki .tt-footer__nav a {
  border-color: currentColor;
  color: inherit;
  opacity: 0.82;
}

.xnata-tea .tt-footer--wiki .tt-footer__cta {
  border-color: currentColor;
  color: inherit;
}

.xnata-tea .tt-footer--wiki .tt-footer__cta span:last-child {
  background: currentColor;
  color: var(--xnata-tea-footer);
}

.xnata-tea .tt-footer--wiki .tt-footer__meta {
  border-color: currentColor;
  color: inherit;
  opacity: 0.65;
}

@media (min-width: 641px) {
  .xnata-tea details.xnata-tea-filter-drawer:not([open]) > .xnata-tea-filter-drawer__panel {
    display: grid;
  }
}

@media (max-width: 1120px) {
  .xnata-tea .tt-tea-grid,
  .xnata-tea .tt-featured .tt-tea-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .xnata-tea .tt-header {
    width: 100%;
    min-height: 66px;
    margin-top: 0;
    border-radius: 0;
  }

  .xnata-tea :where(.tt-section__header, .tt-section__header--wide) {
    align-items: flex-start;
    flex-direction: column;
  }

  .xnata-tea .tt-product__hero {
    display: block;
  }

  .xnata-tea .tt-hero {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-tea-grid,
  .xnata-tea .tt-featured .tt-tea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .xnata-tea .tt-catalog-filter {
    top: auto;
  }

  .xnata-tea.xnata-tea-is-scrolled .tt-header {
    min-height: 60px;
    padding-block: 8px;
  }

  .xnata-tea.xnata-tea-is-scrolled .tt-announcement,
  .xnata-tea.xnata-tea-is-scrolled .tt-brand__tag {
    display: none;
  }

  .xnata-tea.xnata-tea-is-scrolled .tt-catalog-filter {
    top: auto;
    margin-inline: 0;
    padding-block: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .xnata-tea .tt-display {
    max-width: 100%;
    font-size: clamp(44px, 13vw, 54px);
    line-height: 0.94;
  }

  html:where(:lang(en), :lang(ru)) .xnata-tea .tt-display {
    font-size: clamp(42px, 12vw, 50px);
  }

  .xnata-tea .tt-archive-ledger {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: -24px;
    background:
      repeating-linear-gradient(0deg, transparent 0 27px, rgba(69, 54, 34, 0.035) 28px),
      rgba(236, 227, 207, 0.9);
  }

  .xnata-tea .tt-archive-ledger__intro h2 {
    max-width: 15ch;
  }

  .xnata-tea .xnata-tea-hero__visual {
    min-height: 360px;
  }

  .xnata-tea .xnata-tea-hero__seal,
  .xnata-tea .xnata-tea-hero__product img,
  .xnata-tea .xnata-tea-hero__collection {
    width: min(76vw, 420px);
  }

  .xnata-tea .tt-product__summary {
    position: static;
    margin-top: 28px;
  }

  .xnata-tea .xnata-tea-inquiry__header,
  .xnata-tea .xnata-tea-inquiry__form {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .xnata-tea .xnata-tea-inquiry__header h1 {
    max-width: none;
  }

  .xnata-tea .xnata-tea-request-guide__discovery {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-request-trust__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnata-tea .tt-footer {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 42px 30px 28px;
  }

  .xnata-tea .tt-footer__statement {
    max-width: 16ch;
  }
}

@media (max-width: 640px) {
  .xnata-tea .tt-special-offers__body,
  .xnata-tea .xnata-tea-request-guide__step {
    padding-inline: 14px;
  }

  .xnata-tea .tt-section {
    padding-block: 34px;
  }

  .xnata-tea :where(.tt-section__header, .tt-section__header--wide) {
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .xnata-tea :where(.tt-section__header h2, .tt-catalog__intro h2) {
    font-size: clamp(36px, 11vw, 46px);
  }

  .xnata-tea .tt-hero {
    min-height: auto;
    gap: 26px;
    padding-block: 36px;
  }

  .xnata-tea .tt-hero::before {
    inset: 18px 0;
  }

  .xnata-tea .xnata-tea-hero__visual {
    min-height: clamp(260px, 74vw, 332px);
  }

  .xnata-tea .xnata-tea-hero__seal,
  .xnata-tea .xnata-tea-hero__product img,
  .xnata-tea .xnata-tea-hero__collection {
    width: min(66vw, calc(100vw - 72px), 300px);
  }

  .xnata-tea :where(.product-reviews, .product-review-form) {
    width: calc(100% - 10px);
  }

  .xnata-tea .tt-product__atelier-pdp .tt-product__boutique-specs {
    padding: 22px 18px;
    background: rgba(251, 248, 240, 0.62);
  }

  .xnata-tea .tt-archive-ledger {
    width: calc(100% - 10px);
    border-left-width: 3px;
    padding: 38px 18px 48px;
  }

  .xnata-tea .tt-archive-ledger__folio {
    right: 18px;
  }

  .xnata-tea .tt-archive-ledger__intro {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .xnata-tea .tt-archive-ledger__seal {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .xnata-tea .tt-archive-ledger__entries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnata-tea .tt-archive-ledger__entry--primary {
    grid-column: 1 / -1;
  }

  .xnata-tea .tt-archive-ledger__entry {
    min-height: 126px;
    padding: 16px 12px;
  }

  .xnata-tea .tt-archive-ledger__entry dd {
    margin-top: 18px;
  }

  .xnata-tea .tt-archive-ledger__entry strong {
    font-size: clamp(34px, 12vw, 50px);
  }

  .xnata-tea .tt-archive-ledger__entry .tt-archive-ledger__profile {
    font-size: clamp(19px, 6vw, 27px);
  }

  .xnata-tea .tt-archive-ledger__colophon {
    right: 18px;
    left: 18px;
  }

  .xnata-tea .tt-tea-grid,
  .xnata-tea .tt-featured .tt-tea-grid {
    grid-template-columns: repeat(var(--tt-catalog-columns-mobile, 2), minmax(0, 1fr));
    gap: 10px 6px;
  }

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

  .xnata-tea .tt-catalog-filter {
    position: relative;
    top: auto;
    z-index: 5;
    justify-items: end;
    gap: 6px;
    margin-block: 8px 14px;
    border-block: 0;
    padding-block: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .xnata-tea.xnata-tea-is-scrolled .tt-catalog-filter {
    top: auto;
  }

  .xnata-tea .tt-catalog-toolbar {
    gap: 8px;
  }

  .xnata-tea .tt-catalog-control {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .xnata-tea .tt-catalog-control svg {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .xnata-tea .tt-catalog-sort-menu__panel {
    right: -5px;
    min-width: min(250px, calc(100vw - 34px));
  }

  .xnata-tea .tt-catalog-filter-sheet__panel {
    min-height: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateY(100%);
  }

  .xnata-tea .tt-catalog-filter-sheet.is-open .tt-catalog-filter-sheet__panel,
  .tt-catalog-filter-sheet.xnata-tea-filter-sheet--portal.is-open .tt-catalog-filter-sheet__panel {
    transform: translateY(0);
  }

  .xnata-tea .tt-catalog-filter-sheet__header {
    position: relative;
    z-index: 1;
    top: auto;
    padding: calc(16px + var(--dkh-overlay-safe-top, env(safe-area-inset-top, 0px))) calc(18px + var(--dkh-overlay-safe-right, 0px)) 14px calc(18px + var(--dkh-overlay-safe-left, 0px));
  }

  .xnata-tea .tt-catalog-filter-sheet__header h2 {
    font-size: 32px;
  }

  .xnata-tea .tt-catalog-filter-sheet__body {
    min-height: 0;
    gap: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px calc(18px + var(--dkh-overlay-safe-right, 0px)) 18px calc(18px + var(--dkh-overlay-safe-left, 0px));
    -webkit-overflow-scrolling: touch;
    scroll-padding-bottom: 96px;
  }

  .xnata-tea .tt-catalog-filter__search {
    position: relative;
    z-index: 1;
    top: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .xnata-tea .tt-catalog-filter__search input {
    min-height: 52px;
    padding: 12px 18px;
    font-size: 16px;
  }

  .xnata-tea .tt-catalog-filter-sheet__footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px calc(18px + var(--dkh-overlay-safe-right, 0px)) calc(12px + var(--dkh-overlay-safe-bottom, env(safe-area-inset-bottom, 0px))) calc(18px + var(--dkh-overlay-safe-left, 0px));
  }

  .xnata-tea .tt-catalog-filter__all-grid {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-card__utility {
    min-height: 36px;
    gap: 2px;
    padding-right: 2px;
    padding-left: 8px;
  }

  .xnata-tea .xnata-tea-card__identity {
    min-height: 26px;
    gap: 8px;
    padding: 0;
  }

  .xnata-tea .xnata-tea-card__utility .xnata-tea-card__rating-count {
    display: none;
  }

  .xnata-tea .xnata-tea-card__utility-meta > .xnata-tea-card__kind {
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 1.15;
  }

  .xnata-tea :where(.xnata-tea-card__brand, .xnata-tea-card__rating) {
    min-height: 24px;
    gap: 4px;
    padding: 0;
    font-size: 9px;
  }

  .xnata-tea .xnata-tea-card__body {
    min-height: 120px;
    padding: 7px 8px 8px;
  }

  .xnata-tea .xnata-tea-card__name-stack {
    min-height: 0;
    gap: 2px;
  }

  .xnata-tea .xnata-tea-card__title {
    font-size: 18px;
    line-height: 1.08;
  }

  .xnata-tea .xnata-tea-card {
    padding: 0;
  }

  .xnata-tea .xnata-tea-card__meta {
    font-size: 11px;
    line-height: 1.22;
  }

  .xnata-tea .xnata-tea-card__commerce {
    grid-template-columns: minmax(0, 1fr);
    min-height: 30px;
    margin: 4px 0 8px;
  }

  .xnata-tea .xnata-tea-card__price {
    font-size: 19px;
  }

  .xnata-tea .xnata-tea-card__price-note {
    padding-bottom: 0;
    text-align: left;
  }

  .xnata-tea .xnata-tea-card__actions {
    grid-template-columns: 1fr;
    gap: 0;
    margin-right: -8px;
    margin-bottom: -8px;
    margin-left: -8px;
    padding: 0;
  }

  .xnata-tea .xnata-tea-card__action {
    width: 100%;
    min-height: 36px;
    padding: 8px;
    font-size: 10px;
    text-align: start;
  }

  .xnata-tea .xnata-tea-request-guide__steps {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-request-guide__discovery {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-request-trust__facts {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-request-guide__step {
    min-height: 0;
  }

  .xnata-tea .tt-catalog-filter {
    gap: 6px;
    margin-block: 10px 14px;
    padding-block: 0;
  }

  .xnata-tea .tt-catalog-filter__header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .xnata-tea .tt-catalog-filter__header h2 {
    font-size: 26px;
  }

  .xnata-tea .tt-catalog-filter__more-grid {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-filter-drawer {
    border: 0;
  }

  .xnata-tea .xnata-tea-filter-drawer__trigger {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--xnata-tea-line);
    border-radius: 999px;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
  }

  .xnata-tea .xnata-tea-filter-drawer__trigger::after {
    content: "+";
    color: var(--xnata-tea-clay);
    font-size: 18px;
  }

  .xnata-tea .xnata-tea-filter-drawer[open] .xnata-tea-filter-drawer__trigger::after {
    content: "−";
  }

  .xnata-tea .xnata-tea-filter-drawer__panel {
    max-height: min(68vh, 620px);
    max-height: min(68svh, 620px);
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid var(--xnata-tea-line);
    border-radius: 22px;
    padding: 16px;
    background: var(--xnata-tea-surface);
    box-shadow: var(--xnata-tea-shadow);
  }

  .xnata-tea .tt-filter-list {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-chip-row,
  .xnata-tea .tt-brand-list {
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .xnata-tea .tt-filter-group {
    min-width: 0;
  }

  .xnata-tea .tt-sort {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .xnata-tea .tt-filter-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .xnata-tea .xnata-tea-compare {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    max-height: min(76vh, 620px);
    max-height: min(76svh, 620px);
    border-radius: 18px;
    padding: 14px;
  }

  .xnata-tea .xnata-tea-compare__items {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-compare__item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .xnata-tea .xnata-tea-compare__item > img {
    width: 68px;
    height: 68px;
  }

  .xnata-tea .xnata-tea-catalog-notes {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-request-link {
    width: 38px;
    justify-content: center;
    padding: 6px;
  }

  .xnata-tea .xnata-tea-request-link__label,
  .xnata-tea .xnata-tea-request-link__icon {
    display: none;
  }

  .xnata-tea .xnata-tea-inquiry__empty {
    grid-template-columns: auto 1fr;
  }

  .xnata-tea .xnata-tea-inquiry__package {
    align-items: stretch;
    flex-direction: column;
  }

  .xnata-tea .xnata-tea-inquiry__package-remove {
    width: 100%;
  }

  .xnata-tea .xnata-tea-inquiry__empty .tt-btn {
    grid-column: 1 / -1;
  }

  .xnata-tea .xnata-tea-inquiry__item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .xnata-tea .xnata-tea-inquiry__media {
    width: 82px;
    border-radius: 14px;
  }

  .xnata-tea .xnata-tea-inquiry__item-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .xnata-tea-inquiry__media {
    grid-row: auto;
  }

  .xnata-tea .xnata-tea-inquiry__line-total,
  .xnata-tea .xnata-tea-inquiry__remove {
    align-self: end;
  }

  .xnata-tea .xnata-tea-inquiry__fields {
    grid-template-columns: 1fr;
  }

  .xnata-tea .xnata-tea-inquiry__field--wide,
  .xnata-tea .xnata-tea-inquiry__submit-row,
  .xnata-tea .xnata-tea-inquiry__form > .xnata-tea-turnstile {
    grid-column: auto;
  }

  .xnata-tea .xnata-tea-inquiry__form > .xnata-tea-turnstile {
    justify-content: flex-start;
  }

  .xnata-tea .xnata-tea-inquiry__submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .xnata-tea .xnata-tea-inquiry__submit-row .tt-btn {
    width: 100%;
  }

  .xnata-tea .tt-footer {
    width: calc(100% - 10px);
    margin-top: 72px;
    border-radius: 22px;
    padding: 34px 22px 24px;
  }

  .xnata-tea .tt-footer--wiki {
    width: calc(100% - 10px);
    border-radius: 0;
  }

  body.xnata-tea[data-dkh-platform-has-mobile-bottom-nav="true"] .xnata-tea .tt-footer {
    margin-bottom: 0;
    padding-bottom: calc(24px + var(--dkh-bottom-nav-reserve, 72px));
  }

  .xnata-tea .tt-footer__profile {
    display: none;
  }

  .xnata-tea .tt-footer__statement {
    margin-top: 34px;
    font-size: clamp(34px, 11vw, 48px);
  }

  .xnata-tea .tt-footer__nav {
    grid-template-columns: 1fr;
  }

  .xnata-tea .tt-footer__cta {
    width: 100%;
  }

  .xnata-tea .tt-footer__meta {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .xnata-tea .tt-footer__platform-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .xnata-tea .tt-footer__meta small,
  .xnata-tea .tt-footer__powered,
  .xnata-tea .tt-footer__social {
    grid-column: 1;
    text-align: start;
  }

  .xnata-tea .tt-footer__platform {
    grid-row: auto;
  }

  .xnata-tea .tt-footer__creator-credit {
    grid-column: 1;
    justify-self: start;
  }

  .xnata-tea .tt-footer__creator-card {
    right: auto;
    left: 0;
    min-width: min(238px, calc(100vw - 64px));
  }
}

@media (max-width: 900px) {
  .xnata-tea #shopify-section-header:has(.tt-header--mobile-position-static) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .xnata-tea #shopify-section-header:has(.tt-header--mobile-position-sticky),
  .xnata-tea #shopify-section-header:has(.tt-header--mobile-position-hide_on_scroll) {
    position: sticky;
    top: var(--dkh-mobile-header-top, 0);
  }

  .xnata-tea #shopify-section-header:has(.tt-header--mobile-position-fixed) {
    position: fixed;
    top: var(--dkh-mobile-header-top, 0);
    right: 0;
    left: 0;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    #shopify-section-header:has(.tt-header--telegram-position-static) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    #shopify-section-header:has(.tt-header--telegram-position-sticky),
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    #shopify-section-header:has(.tt-header--telegram-position-hide_on_scroll) {
    position: sticky;
    top: var(--dkh-mobile-header-top, 0);
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    #shopify-section-header:has(.tt-header--telegram-position-fixed) {
    position: fixed;
    top: var(--dkh-mobile-header-top, 0);
    right: 0;
    left: 0;
  }

  .xnata-tea .tt-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
    align-items: center;
    min-height: 54px;
    padding: 5px 14px;
  }

  .xnata-tea .tt-header--mobile-position-static {
    position: relative;
    top: auto;
  }

  .xnata-tea .tt-header--mobile-position-sticky,
  .xnata-tea .tt-header--mobile-position-hide_on_scroll {
    position: sticky;
    top: var(--dkh-mobile-header-top, 0);
  }

  .xnata-tea .tt-header--mobile-position-fixed {
    position: fixed;
    top: var(--dkh-mobile-header-top, 0);
    right: 0;
    left: 0;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"]) .xnata-tea .tt-header--telegram-position-static {
    position: relative;
    top: auto;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"]) .xnata-tea .tt-header--telegram-position-sticky,
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"]) .xnata-tea .tt-header--telegram-position-hide_on_scroll {
    position: sticky;
    top: var(--dkh-mobile-header-top, 0);
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"]) .xnata-tea .tt-header--telegram-position-fixed {
    position: fixed;
    top: var(--dkh-mobile-header-top, 0);
    right: 0;
    left: 0;
  }

  .xnata-tea .tt-header > .tt-nav,
  .xnata-tea .tt-header > .tt-header__actions {
    display: none;
  }

  .xnata-tea .tt-brand {
    grid-column: 1;
    max-width: 100%;
  }

  .xnata-tea .tt-brand--mobile-text-display-hide .tt-brand__word {
    display: none !important;
  }

  .xnata-tea .tt-brand--mobile-text-display-show .tt-brand__word {
    display: grid !important;
  }

  .xnata-tea .tt-brand--mobile-text-right {
    flex-direction: row;
    align-items: center;
  }

  .xnata-tea .tt-brand--mobile-text-left {
    flex-direction: row-reverse;
    align-items: center;
  }

  .xnata-tea .tt-brand--mobile-text-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .xnata-tea .tt-brand--mobile-text-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .xnata-tea .tt-brand--image-wordmark .tt-brand__logo {
    flex-basis: var(--logo-width-mobile, var(--logo-width-desktop, 36px));
    width: var(--logo-width-mobile, var(--logo-width-desktop, 36px));
    height: var(--logo-width-mobile, var(--logo-width-desktop, 36px));
    max-height: var(--logo-width-mobile, var(--logo-width-desktop, 36px));
  }

  .xnata-tea .tt-brand__word--profile {
    min-width: 0;
  }

  .xnata-tea .tt-brand__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xnata-tea .tt-mobile-menu {
    position: relative;
    display: block;
    grid-column: 2;
    justify-self: end;
  }

  .xnata-tea .tt-mobile-menu__summary {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--xnata-tea-line);
    border-radius: 999px;
    padding: 6px 11px;
    background: var(--xnata-tea-surface);
    color: var(--xnata-tea-ink);
    font-size: 11px;
    font-weight: 750;
    list-style: none;
    cursor: pointer;
  }

  .xnata-tea .tt-mobile-menu__summary::-webkit-details-marker {
    display: none;
  }

  .xnata-tea .tt-mobile-menu__icon {
    display: grid;
    width: 18px;
    gap: 4px;
  }

  .xnata-tea .tt-mobile-menu__icon i {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .xnata-tea .tt-mobile-menu[open] .tt-mobile-menu__icon i:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .xnata-tea .tt-mobile-menu[open] .tt-mobile-menu__icon i:nth-child(2) {
    opacity: 0;
  }

  .xnata-tea .tt-mobile-menu[open] .tt-mobile-menu__icon i:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .xnata-tea .tt-mobile-menu__panel {
    position: absolute;
    z-index: 80;
    top: calc(100% + 9px);
    right: 0;
    display: grid;
    width: min(360px, calc(100vw - 40px));
    width: min(360px, calc(100dvw - 40px));
    max-height: min(74vh, 640px);
    max-height: min(74svh, 640px);
    gap: 18px;
    overflow-y: auto;
    border: 1px solid var(--xnata-tea-line);
    border-radius: 18px;
    padding: 18px;
    background: var(--xnata-tea-surface);
    box-shadow: var(--xnata-tea-shadow);
    overscroll-behavior: contain;
    transform-origin: top right;
    animation: xnata-tea-menu-enter var(--xnata-tea-motion-fast) var(--xnata-tea-motion-ease) both;
  }

  .xnata-tea .tt-mobile-menu__nav,
  .xnata-tea .tt-mobile-menu__tools {
    display: grid;
  }

  .xnata-tea .tt-mobile-menu__nav a,
  .xnata-tea .tt-mobile-menu__tool {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--xnata-tea-line);
    color: var(--xnata-tea-ink);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
  }

  .xnata-tea .tt-mobile-menu__nav a::after,
  .xnata-tea .tt-mobile-menu__tool::after {
    color: var(--xnata-tea-clay);
    content: "→";
  }

  .xnata-tea .tt-mobile-menu__nav a[aria-current="page"] {
    color: var(--xnata-tea-clay);
  }

  .xnata-tea .tt-mobile-menu__tools {
    border-top: 3px double var(--xnata-tea-line);
    padding-top: 8px;
  }

  .xnata-tea .tt-mobile-menu .xnata-tea-request-link {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    padding: 9px 14px;
  }

  .xnata-tea .tt-mobile-menu .xnata-tea-request-link__label {
    display: inline;
  }

  .xnata-tea .tt-mobile-menu__cta {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }

  .xnata-tea .tt-announcement {
    grid-column: 1 / -1;
    order: initial;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 4px 0 3px;
    overflow: visible;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}

/* Editorial blog surfaces */
.xnata-tea .article-detail {
  --article-reading-width: 790px;
  --article-index-width: 190px;
  --article-paper: #fffdf7;
  --article-paper-edge: rgba(73, 61, 43, 0.22);
  position: relative;
  z-index: 0;
  width: min(calc(100% - clamp(24px, 4vw, 64px)), 1380px);
  margin: clamp(22px, 4vw, 64px) auto clamp(56px, 8vw, 112px);
  border: 1px solid var(--article-paper-edge);
  border-radius: 4px 4px 7px 7px;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 56px) clamp(76px, 9vw, 132px);
  background:
    linear-gradient(105deg, rgba(164, 70, 40, 0.018), transparent 28%, rgba(23, 59, 48, 0.016)),
    var(--tt-paper-grain-url),
    var(--article-paper);
  background-size: auto, 220px 220px, auto;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 18px 45px rgba(44, 36, 25, 0.12),
    0 54px 110px rgba(44, 36, 25, 0.1);
}

.xnata-tea .article-detail::before {
  position: absolute;
  z-index: -1;
  inset: 8px -7px -9px 9px;
  border: 1px solid rgba(73, 61, 43, 0.14);
  border-radius: 3px 5px 8px 4px;
  background:
    var(--tt-paper-grain-url),
    color-mix(in srgb, var(--xnata-tea-surface) 94%, #d8c7a4);
  background-size: 240px 240px, auto;
  box-shadow: 0 12px 26px rgba(44, 36, 25, 0.09);
  content: "";
  pointer-events: none;
  transform: rotate(-0.16deg);
}

.xnata-tea .article-detail::after {
  position: absolute;
  top: clamp(34px, 5vw, 64px);
  right: clamp(28px, 5vw, 70px);
  width: clamp(48px, 5vw, 68px);
  aspect-ratio: 1;
  border: 3px double var(--xnata-tea-clay);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 36%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 64% 36%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 36% 64%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 64% 64%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle, transparent 43%, currentColor 44% 47%, transparent 48%);
  color: var(--xnata-tea-clay);
  content: "";
  opacity: 0.11;
  pointer-events: none;
  transform: rotate(-9deg);
}

.xnata-tea .article-detail__masthead {
  width: min(100%, 900px);
  margin-inline: auto;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding-bottom: clamp(38px, 5vw, 56px);
}

.xnata-tea .article-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(28px, 4vw, 44px);
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.xnata-tea .article-detail__back span {
  color: var(--xnata-tea-clay);
  font-size: 17px;
  transition: translate 180ms ease;
}

.xnata-tea .article-detail__back:is(:hover, :focus-visible) span {
  translate: -4px 0;
}

.xnata-tea .article-detail__header {
  text-align: center;
}

.xnata-tea .article-detail__header h1 {
  max-width: 16ch;
  margin: 0 auto;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.xnata-tea .article-detail__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 18px 0 0;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .article-detail__meta-separator {
  color: var(--xnata-tea-clay);
}

.xnata-tea .article-detail__excerpt {
  max-width: 760px;
  margin: 24px auto 0;
  color: color-mix(in srgb, var(--xnata-tea-ink) 78%, transparent);
  font-family: var(--xnata-tea-display);
  font-size: clamp(19px, 1.55vw, 22px);
  font-style: italic;
  line-height: 1.5;
  text-wrap: pretty;
}

.xnata-tea .article-detail__cover {
  position: relative;
  width: min(100%, 1060px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: clamp(42px, 7vw, 84px) auto 0;
  border: 8px solid #fffefa;
  border-radius: 4px;
  background: #fffefa;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 42px rgba(44, 36, 25, 0.16);
}

.xnata-tea .article-detail__cover::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(23, 59, 48, 0.14);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.xnata-tea .article-detail__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xnata-tea .article-detail__cover--product {
  display: grid;
  width: min(100%, 860px);
  aspect-ratio: 4 / 3;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
  border-color: color-mix(in srgb, var(--article-paper) 86%, transparent);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 253, 247, 0.82), transparent 36%),
    radial-gradient(circle at 76% 82%, rgba(164, 70, 40, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(23, 59, 48, 0.16), rgba(244, 238, 224, 0.9) 66%),
    var(--tt-paper-grain-url),
    color-mix(in srgb, var(--xnata-tea-surface) 84%, var(--article-paper));
  background-size: auto, auto, auto, 220px 220px, auto;
}

.xnata-tea .article-detail__cover--product img {
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
  mix-blend-mode: normal;
}

.xnata-tea .article-detail__layout {
  display: grid;
  grid-template-columns: minmax(150px, var(--article-index-width)) minmax(0, var(--article-reading-width));
  justify-content: center;
  gap: clamp(30px, 3vw, 42px);
  margin-top: clamp(44px, 6vw, 64px);
}

.xnata-tea .article-detail__body {
  grid-column: 2;
  grid-row: 1;
  width: min(100%, 72ch);
  min-width: 0;
  max-width: 72ch;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-text);
  font-size: clamp(17px, 1.08vw, 18px);
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.76;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.xnata-tea .article-detail__body > :first-child {
  margin-top: 0;
}

.xnata-tea .article-detail__body > :last-child {
  margin-bottom: 0;
}

.xnata-tea .article-detail__body > article {
  display: flow-root;
}

.xnata-tea .article-detail__body > article > :first-child {
  margin-top: 0;
}

.xnata-tea .article-detail__body > article > :last-child {
  margin-bottom: 0;
}

.xnata-tea .article-detail__body > article > h2:first-child {
  border-top: 0;
  padding-top: 0;
}

.xnata-tea .article-detail__body :is(h2, h3, h4) {
  scroll-margin-top: 110px;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-weight: 550;
  letter-spacing: -0.018em;
  line-height: 1.14;
  text-wrap: balance;
}

.xnata-tea .article-detail__body h2 {
  margin: 1.8em 0 0.58em;
  padding-top: 0.64em;
  border-top: 1px solid color-mix(in srgb, var(--xnata-tea-line) 76%, transparent);
  font-size: clamp(29px, 2.5vw, 34px);
}

.xnata-tea .article-detail__body h3 {
  margin: 1.65em 0 0.52em;
  font-size: clamp(23px, 2vw, 27px);
}

.xnata-tea .article-detail__body h4 {
  margin: 1.48em 0 0.52em;
  font-size: 1.14em;
}

.xnata-tea .article-detail__body p,
.xnata-tea .article-detail__body ul,
.xnata-tea .article-detail__body ol,
.xnata-tea .article-detail__body blockquote,
.xnata-tea .article-detail__body figure,
.xnata-tea .article-detail__body table,
.xnata-tea .article-detail__body pre {
  margin-block: 1.05em;
}

.xnata-tea .article-detail__body:not(.tt-product-dossier__body) > article > p:first-of-type {
  margin-bottom: 1.35em;
  color: color-mix(in srgb, var(--xnata-tea-ink) 86%, #20170f);
  font-size: clamp(18px, 1.25vw, 20px);
  line-height: 1.7;
}

.xnata-tea .article-detail__body :is(p, li, td) {
  color: color-mix(in srgb, var(--xnata-tea-ink) 88%, #20170f);
  font-family: var(--xnata-tea-text);
  letter-spacing: 0;
}

.xnata-tea .article-detail__body :is(strong, b) {
  font-weight: 700;
}

.xnata-tea .article-detail__body :is(ul, ol) {
  padding-left: 1.35em;
}

.xnata-tea .article-detail__body li + li {
  margin-top: 0.45em;
}

.xnata-tea .article-detail__body a {
  color: var(--xnata-tea-clay);
  text-decoration-color: color-mix(in srgb, var(--xnata-tea-clay) 42%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.xnata-tea .article-detail__body blockquote {
  margin-inline: 0;
  border-left: 3px solid var(--xnata-tea-clay);
  padding: 0.2em 0 0.2em clamp(20px, 3vw, 34px);
  color: var(--xnata-tea-ink);
  font-size: 1.18em;
  font-style: italic;
  line-height: 1.55;
}

.xnata-tea .article-detail__body figure {
  width: min(900px, calc(100vw - 36px));
  max-width: none;
  margin-inline: 50%;
  border: 1px solid rgba(73, 61, 43, 0.16);
  border-radius: 3px;
  padding: 10px 10px 16px;
  background:
    var(--tt-paper-grain-url),
    #fffefa;
  background-size: 220px 220px, auto;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 18px 44px rgba(44, 36, 25, 0.14);
  translate: -50% 0;
}

.xnata-tea .article-detail__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 2px;
}

.xnata-tea .article-detail__body figcaption {
  max-width: var(--article-reading-width);
  margin: 12px auto 0;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-text);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.xnata-tea .article-detail__body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: var(--xnata-tea-text);
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
}

.xnata-tea .article-detail__body :is(th, td) {
  min-width: 140px;
  border-bottom: 1px solid var(--xnata-tea-line);
  padding: 12px 14px;
  text-align: left;
}

.xnata-tea .article-detail__body th {
  color: var(--xnata-tea-ink);
  font-weight: 700;
}

.xnata-tea .article-detail__body pre {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 14px;
  padding: 18px;
  background: var(--xnata-tea-ink);
  color: var(--xnata-tea-surface);
  font-family: var(--xnata-tea-mono);
  font-size: 13px;
  line-height: 1.6;
}

.xnata-tea .article-detail__toc {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  position: sticky;
  top: 108px;
}

.xnata-tea .article-detail__toc details {
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: 16px;
}

.xnata-tea .article-detail__toc summary {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.xnata-tea .article-detail__toc summary::-webkit-details-marker {
  display: none;
}

.xnata-tea .article-detail__toc summary::after {
  float: right;
  color: var(--xnata-tea-clay);
  content: "+";
}

.xnata-tea .article-detail__toc details[open] summary::after {
  content: "−";
}

.xnata-tea .article-detail__toc ol {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  counter-reset: article-index;
  list-style: none;
}

.xnata-tea .article-detail__toc li {
  counter-increment: article-index;
}

.xnata-tea .article-detail__toc a {
  display: grid;
  grid-template-columns: 2.2em minmax(0, 1fr);
  gap: 7px;
  color: color-mix(in srgb, var(--xnata-tea-ink) 76%, transparent);
  font-family: var(--xnata-tea-text);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
}

.xnata-tea .article-detail__toc a::before {
  color: var(--xnata-tea-clay);
  content: counter(article-index, decimal-leading-zero);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.xnata-tea .article-detail__toc a:is(:hover, :focus-visible) {
  color: var(--xnata-tea-clay);
}

.xnata-tea .article-detail__toc-subitem {
  padding-left: 10px;
}

.xnata-tea .article-detail__toc-subitem a {
  color: var(--xnata-tea-stone);
  font-size: 11px;
}

.xnata-tea .article-detail__related {
  width: min(100%, 1060px);
  margin: clamp(78px, 10vw, 132px) auto 0;
  border-top: 1px solid var(--xnata-tea-line);
  padding-top: clamp(34px, 5vw, 52px);
}

.xnata-tea .article-detail__related-header {
  display: grid;
  grid-template-columns: minmax(140px, var(--article-index-width)) minmax(0, 1fr);
  align-items: end;
  gap: clamp(24px, 4vw, 48px);
}

.xnata-tea .article-detail__related-header p {
  margin: 0 0 7px;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.xnata-tea .article-detail__related-header h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--xnata-tea-ink);
  font-family: var(--xnata-tea-display);
  font-size: clamp(36px, 4.6vw, 58px);
  font-weight: 520;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

.xnata-tea .article-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  margin-top: clamp(34px, 5vw, 52px);
}

.xnata-tea .article-detail__related-card {
  min-width: 0;
}

.xnata-tea .article-detail__related-link {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  color: var(--xnata-tea-ink);
  text-decoration: none;
}

.xnata-tea .article-detail__related-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(73, 61, 43, 0.18);
  border-radius: 2px;
  background: color-mix(in srgb, var(--article-paper) 82%, var(--xnata-tea-surface));
  box-shadow: 0 12px 28px rgba(44, 36, 25, 0.1);
}

.xnata-tea .article-detail__related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 480ms var(--xnata-tea-motion-ease);
}

.xnata-tea .article-detail__related-media--product {
  display: grid;
  place-items: center;
  padding: 12px;
  background:
    radial-gradient(circle at 72% 30%, rgba(164, 70, 40, 0.13), transparent 32%),
    var(--tt-paper-grain-url),
    color-mix(in srgb, var(--article-paper) 76%, var(--xnata-tea-surface));
  background-size: auto, 180px 180px, auto;
}

.xnata-tea .article-detail__related-media--product img {
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
  mix-blend-mode: normal;
}

.xnata-tea .article-detail__related-media-fallback {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 28%, rgba(164, 70, 40, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(23, 59, 48, 0.13), transparent 68%),
    var(--tt-paper-grain-url),
    var(--xnata-tea-surface);
  background-size: auto, auto, 220px 220px, auto;
}

.xnata-tea .article-detail__related-media-fallback::before,
.xnata-tea .article-detail__related-media-fallback::after {
  position: absolute;
  width: 64%;
  height: 1px;
  background: var(--xnata-tea-line);
  content: "";
  rotate: -27deg;
}

.xnata-tea .article-detail__related-media-fallback::after {
  rotate: 27deg;
}

.xnata-tea .article-detail__related-media-fallback span {
  z-index: 1;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 52%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--article-paper) 88%, transparent);
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
  font-size: 24px;
}

.xnata-tea .article-detail__related-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px 2px 0;
}

.xnata-tea .article-detail__related-content time {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xnata-tea .article-detail__related-content h3 {
  margin: 9px 0 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(24px, 2.5vw, 31px);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.xnata-tea .article-detail__related-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 11px 0 0;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-text);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xnata-tea .article-detail__related-read {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xnata-tea .article-detail__related-read span {
  font-size: 14px;
  transition: translate 180ms ease;
}

.xnata-tea .article-detail__related-link:is(:hover, :focus-visible) .article-detail__related-media img {
  scale: 1.035;
}

.xnata-tea .article-detail__related-link:is(:hover, :focus-visible) .article-detail__related-read span {
  translate: 4px 0;
}

@media (min-width: 1300px) {
  .xnata-tea .article-detail__layout {
    grid-template-columns:
      minmax(150px, var(--article-index-width))
      minmax(0, var(--article-reading-width))
      minmax(150px, var(--article-index-width));
  }
}

.xnata-tea .article-detail__missing {
  min-height: 45vh;
  margin: 0;
  align-content: center;
  font-family: var(--xnata-tea-display);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  text-align: center;
}

.xnata-tea .article-grid {
  width: 100%;
  padding: clamp(38px, 5vw, 72px) clamp(18px, 4vw, 48px) clamp(54px, 7vw, 96px);
}

.xnata-tea .article-grid__inner {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.xnata-tea .article-grid__inner > h1,
.xnata-tea .article-grid__inner > h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.xnata-tea .article-grid__items {
  display: grid;
  grid-template-columns: repeat(var(--article-grid-columns), minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px) clamp(18px, 2.5vw, 30px);
  margin-top: clamp(32px, 4vw, 54px);
}

.xnata-tea .article-grid__card {
  min-width: 0;
}

.xnata-tea .article-grid__link {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  color: var(--xnata-tea-ink);
  text-decoration: none;
}

.xnata-tea .article-grid__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 18px;
  background: var(--xnata-tea-surface);
}

.xnata-tea .article-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 480ms var(--xnata-tea-motion-ease);
}

.xnata-tea .article-grid__media--product {
  display: grid;
  place-items: center;
  padding: 14px;
  background:
    radial-gradient(circle at 72% 30%, rgba(164, 70, 40, 0.13), transparent 32%),
    var(--tt-paper-grain-url),
    color-mix(in srgb, var(--article-paper) 76%, var(--xnata-tea-surface));
  background-size: auto, 180px 180px, auto;
}

.xnata-tea .article-grid__media--product img {
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
  mix-blend-mode: normal;
}

.xnata-tea .article-grid__media-fallback {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(164, 70, 40, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(23, 59, 48, 0.16), transparent 65%),
    var(--xnata-tea-surface);
}

.xnata-tea .article-grid__media-fallback::before,
.xnata-tea .article-grid__media-fallback::after {
  position: absolute;
  width: 60%;
  height: 1px;
  background: var(--xnata-tea-line);
  content: "";
  rotate: -26deg;
}

.xnata-tea .article-grid__media-fallback::after {
  rotate: 26deg;
}

.xnata-tea .article-grid__media-fallback span {
  z-index: 1;
  display: grid;
  width: 68px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 55%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--xnata-tea-surface) 86%, transparent);
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-display);
  font-size: 27px;
}

.xnata-tea .article-grid__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px 4px 0;
}

.xnata-tea .article-grid__content time {
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.xnata-tea .article-grid__content :is(h2, h3) {
  margin: 11px 0 0;
  font-family: var(--xnata-tea-display);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.xnata-tea .article-grid__content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 13px 0 0;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-text);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.xnata-tea .article-grid__read {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--xnata-tea-clay);
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xnata-tea .article-grid__read span {
  font-size: 14px;
  transition: translate 180ms ease;
}

.xnata-tea .article-grid__link:is(:hover, :focus-visible) .article-grid__media img {
  scale: 1.035;
}

.xnata-tea .article-grid__link:is(:hover, :focus-visible) .article-grid__read span {
  translate: 4px 0;
}

.xnata-tea .article-grid__empty {
  margin-top: 48px;
  border: 1px solid var(--xnata-tea-line);
  border-radius: 18px;
  padding: 36px;
  color: var(--xnata-tea-stone);
  font-family: var(--xnata-tea-display);
  font-size: 22px;
  text-align: center;
}

@media (max-width: 1099px) {
  .xnata-tea .article-detail__layout {
    grid-template-columns: minmax(0, var(--article-reading-width));
    gap: 30px;
  }

  .xnata-tea .article-detail__toc {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .xnata-tea .article-detail__body {
    grid-column: 1;
    grid-row: 2;
  }

  .xnata-tea .article-detail__toc details {
    border: 1px solid var(--xnata-tea-line);
    border-radius: 2px;
    padding: 16px 18px 18px;
    background: color-mix(in srgb, var(--article-paper) 84%, var(--xnata-tea-surface));
  }

  .xnata-tea .article-detail__toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .xnata-tea .article-detail__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnata-tea .article-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .xnata-tea .article-detail {
    width: calc(100% - 14px);
    margin-block: 12px 48px;
    border-radius: 2px 2px 5px 5px;
    padding: 32px 16px 56px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9) inset,
      0 14px 34px rgba(44, 36, 25, 0.13);
  }

  .xnata-tea .article-detail::before {
    inset: 5px -3px -6px 4px;
    transform: rotate(-0.1deg);
  }

  .xnata-tea .article-detail::after {
    top: 24px;
    right: 18px;
    width: 42px;
    opacity: 0.08;
  }

  .xnata-tea .article-detail__masthead {
    padding-bottom: 26px;
  }

  .xnata-tea .article-detail__header {
    text-align: left;
  }

  .xnata-tea .article-detail__header h1 {
    max-width: none;
    margin-inline: 0;
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.04;
  }

  .xnata-tea .article-detail__meta {
    justify-content: flex-start;
  }

  .xnata-tea .article-detail__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin-inline: 0;
    font-size: 18px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xnata-tea .article-detail__cover {
    aspect-ratio: 4 / 3;
    border-width: 5px;
    border-radius: 3px;
  }

  .xnata-tea .article-detail__layout {
    margin-top: 26px;
  }

  .xnata-tea .article-detail__body {
    width: 100%;
    max-width: none;
    font-size: 17px;
    line-height: 1.7;
  }

  .xnata-tea .article-detail__body:not(.tt-product-dossier__body) > article > p:first-of-type {
    font-size: 18px;
    line-height: 1.64;
  }

  .xnata-tea .article-detail__body h2 {
    margin-top: 1.55em;
    font-size: clamp(27px, 8vw, 32px);
  }

  .xnata-tea .article-detail__body h3 {
    font-size: clamp(22px, 6.5vw, 26px);
  }

  .xnata-tea .article-detail__body figure {
    width: calc(100vw - 30px);
    width: calc(100dvw - 30px);
    padding: 6px 6px 12px;
  }

  .xnata-tea .article-detail__body img {
    border-radius: 1px;
  }

  .xnata-tea .article-detail__toc details {
    transform: none;
  }

  .xnata-tea .article-detail__toc ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .xnata-tea .article-detail__related {
    margin-top: 68px;
    padding-top: 30px;
  }

  .xnata-tea .article-detail__related-header {
    display: block;
  }

  .xnata-tea .article-detail__related-header p {
    margin-bottom: 10px;
  }

  .xnata-tea .article-detail__related-header h2 {
    font-size: 38px;
  }

  .xnata-tea .article-detail__related-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    margin-top: 28px;
  }

  .xnata-tea .article-detail__related-link {
    grid-template-columns: minmax(0, 132px) minmax(0, 1fr);
    grid-template-rows: none;
    gap: 18px;
  }

  .xnata-tea .article-detail__related-content {
    padding: 2px 0 0;
  }

  .xnata-tea .article-detail__related-content h3 {
    font-size: 25px;
  }

  .xnata-tea .article-detail__related-content p {
    display: none;
  }

  .xnata-tea .article-grid {
    padding-inline: 14px;
  }

  .xnata-tea .article-grid__items {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .xnata-tea .article-grid__media {
    border-radius: 14px;
  }

  .xnata-tea .article-grid__content {
    padding-inline: 2px;
  }

  .xnata-tea .article-grid__content :is(h2, h3) {
    font-size: 30px;
  }
}

/* Optional editorial depth: book frame, folios and print-registration details. */
.xnata-tea[data-xnata-tea-root] {
  --xnata-tea-pointer-x: 0px;
  --xnata-tea-pointer-y: 0px;
  position: relative;
}

.xnata-tea[data-xnata-tea-root].xnata-tea-page-transitions-ready {
  pointer-events: auto;
}

.xnata-tea[data-xnata-tea-root].xnata-tea-page-transitions-ready::after,
.xnata-tea[data-xnata-tea-root].xnata-tea-page-entering::after {
  position: fixed;
  z-index: 1000;
  inset: 0;
  content: "";
  background:
    var(--tt-paper-grain-url),
    var(--xnata-tea-paper);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms var(--xnata-tea-motion-ease);
  will-change: opacity;
}

.xnata-tea[data-xnata-tea-root].xnata-tea-page-entering::after {
  animation: xnata-tea-page-arrive 260ms var(--xnata-tea-motion-ease) both;
}

.xnata-tea[data-xnata-tea-root].xnata-tea-page-leaving {
  pointer-events: none;
}

.xnata-tea[data-xnata-tea-root].xnata-tea-page-leaving::after {
  opacity: 0.62;
}

.xnata-tea[data-xnata-tea-root].xnata-tea--motion-off.xnata-tea-page-entering,
.xnata-tea[data-xnata-tea-root].xnata-tea--motion-off.xnata-tea-page-leaving {
  pointer-events: auto;
}

.xnata-tea[data-xnata-tea-root].xnata-tea--motion-off.xnata-tea-page-entering::after,
.xnata-tea[data-xnata-tea-root].xnata-tea--motion-off.xnata-tea-page-leaving::after {
  animation: none;
  opacity: 0;
}

@keyframes xnata-tea-page-arrive {
  from {
    opacity: 0.58;
  }

  to {
    opacity: 0;
  }
}

.xnata-tea .xnata-tea-book-frame {
  position: fixed;
  z-index: 30;
  inset: 92px clamp(12px, 1.7vw, 30px) 18px;
  display: none;
  border-inline: 1px solid rgba(69, 54, 34, 0.12);
  background:
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 0 0 / 34px 1px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 0 0 / 1px 34px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 100% 0 / 34px 1px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 100% 0 / 1px 34px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 0 100% / 34px 1px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 0 100% / 1px 34px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 100% 100% / 34px 1px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 100% 100% / 1px 34px no-repeat;
  opacity: 0.34;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.xnata-tea .xnata-tea-book-frame__spine {
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 50%;
  width: 7px;
  border-inline: 1px solid rgba(69, 54, 34, 0.08);
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 52px,
    rgba(164, 70, 40, 0.18) 52px 54px,
    transparent 54px 108px
  );
  opacity: 0.42;
  transform: translateX(-50%);
}

.xnata-tea--editorial-details :where(
  .tt-hero,
  .tt-section,
  .enc-section,
  .enc-section--band,
  .article-detail,
  .article-grid
) {
  position: relative;
}

.xnata-tea .xnata-tea__folio-marker {
  position: absolute;
  z-index: 2;
  top: clamp(28px, 4vw, 58px);
  left: -28px;
  display: none;
  align-items: center;
  gap: 8px;
  color: rgba(69, 54, 34, 0.58);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  pointer-events: none;
}

.xnata-tea .xnata-tea__folio-marker i {
  width: 1px;
  height: 38px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(164, 70, 40, 0.64) 22% 78%,
    transparent
  );
}

.xnata-tea .xnata-tea-hero__visual {
  transform: translate3d(
    var(--xnata-tea-pointer-x),
    var(--xnata-tea-pointer-y),
    0
  );
  transition: transform 520ms var(--xnata-tea-motion-ease);
}

.xnata-tea .xnata-tea-hero__seal {
  position: relative;
}

.xnata-tea .xnata-tea-hero__seal::before,
.xnata-tea .xnata-tea-hero__seal::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.xnata-tea .xnata-tea-hero__seal::before {
  inset: clamp(10px, 1.3vw, 18px);
  border: 1px solid rgba(164, 70, 40, 0.35);
  box-shadow:
    0 0 0 7px rgba(164, 70, 40, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.xnata-tea .xnata-tea-hero__seal::after {
  inset: clamp(-13px, -1vw, -8px);
  border: 1px dashed rgba(164, 70, 40, 0.26);
  animation: xnata-tea-seal-ring 38s linear infinite;
}

.xnata-tea :where(.tt-section__header, .tt-section__header--wide) {
  position: relative;
}

.xnata-tea :where(.tt-section__header, .tt-section__header--wide)::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: clamp(50px, 6vw, 86px);
  height: 11px;
  background:
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 0 50% / 100% 1px no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 0 0 / 1px 100% no-repeat,
    linear-gradient(var(--xnata-tea-clay), var(--xnata-tea-clay)) 100% 0 / 1px 100% no-repeat;
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.xnata-tea .tt-tea-grid {
  counter-reset: xnata-tea-card;
}

.xnata-tea .xnata-tea-card {
  counter-increment: xnata-tea-card;
}

.xnata-tea .xnata-tea-card::before {
  display: none;
}

.xnata-tea .xnata-tea-card::after {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  bottom: auto;
  border: 1px solid color-mix(in srgb, var(--xnata-tea-clay) 30%, transparent);
  border-radius: 2px;
  padding: 3px 5px;
  background: color-mix(in srgb, var(--xnata-tea-surface) 88%, transparent);
  content: counter(xnata-tea-card, decimal-leading-zero);
  color: rgba(69, 54, 34, 0.36);
  font-family: var(--xnata-tea-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.62;
  transition:
    opacity 240ms ease,
    translate 360ms var(--xnata-tea-motion-spring);
  translate: none;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .xnata-tea .xnata-tea-card:hover::after {
    color: var(--xnata-tea-clay);
    opacity: 0.92;
  }
}

.xnata-tea.xnata-tea-motion-ready
  [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="left"] {
  translate: calc(var(--xnata-tea-motion-distance) * -1) 8px;
}

.xnata-tea.xnata-tea-motion-ready
  [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="right"] {
  translate: var(--xnata-tea-motion-distance) 8px;
}

.xnata-tea.xnata-tea-motion-ready
  [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="up"] {
  translate: 0 var(--xnata-tea-motion-distance);
}

.xnata-tea.xnata-tea-motion-ready
  [data-xnata-tea-reveal][data-xnata-tea-reveal-variant].is-visible {
  translate: none;
}

@keyframes xnata-tea-seal-ring {
  to {
    transform: rotate(1turn);
  }
}

.xnata-tea--motion-quiet .xnata-tea-hero__seal,
.xnata-tea--motion-quiet .xnata-tea-hero__seal::after,
.xnata-tea--motion-quiet .tt-hero::after {
  animation: none;
}

.xnata-tea--motion-off *,
.xnata-tea--motion-off *::before,
.xnata-tea--motion-off *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

.xnata-tea--motion-off [data-xnata-tea-reveal] {
  opacity: 1 !important;
  translate: none !important;
}

@supports not (translate: 0) {
  .xnata-tea.xnata-tea-motion-ready [data-xnata-tea-reveal] {
    transform: translate3d(0, 22px, 0);
    transition-property: opacity, transform;
  }

  .xnata-tea.xnata-tea-motion-ready
    [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="left"] {
    transform: translate3d(-18px, 10px, 0);
  }

  .xnata-tea.xnata-tea-motion-ready
    [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="right"] {
    transform: translate3d(18px, 10px, 0);
  }

  .xnata-tea.xnata-tea-motion-ready
    [data-xnata-tea-reveal][data-xnata-tea-reveal-variant].is-visible,
  .xnata-tea--motion-off [data-xnata-tea-reveal] {
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .xnata-tea.xnata-tea-motion-ready
    [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="left"],
  .xnata-tea.xnata-tea-motion-ready
    [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="right"] {
    translate: 0 14px;
  }

  .xnata-tea .xnata-tea-book-frame__spine {
    display: none;
  }

  .xnata-tea .xnata-tea__folio-marker {
    top: 16px;
    right: 2px;
    left: auto;
    flex-direction: row;
    gap: 6px;
    writing-mode: horizontal-tb;
  }

  .xnata-tea .xnata-tea__folio-marker i {
    width: 30px;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(164, 70, 40, 0.64) 22% 78%,
      transparent
    );
  }

  @supports not (translate: 0) {
    .xnata-tea.xnata-tea-motion-ready
      [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="left"],
    .xnata-tea.xnata-tea-motion-ready
      [data-xnata-tea-reveal][data-xnata-tea-reveal-variant="right"] {
      transform: translate3d(0, 14px, 0);
    }
  }
}

@media (max-width: 640px) {
  .xnata-tea .xnata-tea-book-frame {
    display: none;
  }

  .xnata-tea .tt-product-related .xnata-tea-card__meta {
    font-size: 14px;
    line-height: 1.55;
  }

  .xnata-tea
    .tt-product-related
    :where(.xnata-tea-card__brand, .xnata-tea-card__rating) {
    font-size: 13px;
  }

  .xnata-tea .tt-product-related .xnata-tea-card__action {
    min-height: 48px;
    font-size: 14px;
  }

  .xnata-tea .xnata-tea__folio-marker {
    top: 10px;
    right: 4px;
    opacity: 0.72;
  }

  .xnata-tea .xnata-tea-card::after {
    top: 8px;
    right: 8px;
    bottom: auto;
  }
}

@media (min-width: 1200px) {
  .xnata-tea.xnata-tea.xnata-tea :where(
    .tt-brand__house,
    .tt-special-offers__card::after,
    .tt-archive-ledger__folio,
    .tt-archive-ledger__entry dt,
    .tt-archive-ledger__entry dd > span,
    .tt-archive-ledger__colophon,
    .xnata-tea__folio-marker,
    .xnata-tea-card::after
  ) {
    font-size: 11px;
  }

  .xnata-tea.xnata-tea.xnata-tea :where(
    .tt-announcement,
    .tt-hero__rule,
    .xnata-tea-hero__visual figcaption,
    .tt-special-offers__audiences span,
    .tt-special-offers__fulfillment-number,
    .tt-special-offers__kind,
    .tt-special-offers__includes h4,
    .tt-special-offers__bonus > span,
    .xnata-tea-hero__collection small,
    .xnata-tea-card__kind,
    .xnata-tea-request-guide__step span,
    .xnata-tea-request-trust__facts dt,
    .xnata-tea-card__placeholder,
    .xnata-tea-empty-state,
    .tt-filter-option em,
    .tt-filter-range label,
    .tt-catalog__bar,
    .xnata-tea-pagination,
    .tt-product__breadcrumbs,
    .xnata-tea-request-link,
    .xnata-tea-request-link__count,
    .xnata-tea-inquiry__summary,
    .xnata-tea-inquiry__item-identity,
    .xnata-tea-inquiry__line-field,
    .xnata-tea-inquiry__line-total,
    .xnata-tea-inquiry__field,
    .tt-footer__house,
    .tt-footer__profile,
    .tt-footer__eyebrow,
    .tt-footer__powered,
    .article-detail__meta,
    .article-detail__toc summary,
    .article-detail__related-header p,
    .article-detail__related-content time,
    .article-detail__related-read,
    .article-grid__content time,
    .article-grid__read
  ) {
    font-size: 12px;
  }

  .xnata-tea.xnata-tea.xnata-tea :where(
    .tt-nav a,
    .tt-icon-link,
    .tt-link,
    .tt-btn,
    .tt-cart-link,
    .tt-header__cta,
    .tt-special-offers__audiences p,
    .tt-special-offers__field,
    .tt-special-offers__consent,
    .tt-archive-ledger__intro p,
    .xnata-tea-card__brand,
    .xnata-tea-card__rating,
    .xnata-tea-card__action,
    .xnata-tea-request-trust__facts dd,
    .xnata-tea-request-trust__note,
    .tt-where-to-buy__trust,
    .tt-journal__empty,
    .tt-chip-row a,
    .tt-brand-chip,
    .tt-filter-group legend,
    .xnata-tea-compare__status,
    .xnata-tea-request-note,
    .xnata-tea-inquiry__package-remove,
    .xnata-tea-inquiry__remove,
    .xnata-tea-inquiry__status,
    .xnata-tea-inquiry__field small,
    .xnata-tea-inquiry__submit-row p,
    .tt-footer__nav a,
    .tt-footer__cta,
    .article-detail__back,
    .article-detail__body figcaption,
    .article-detail__toc a,
    .article-detail__toc-subitem a
  ) {
    font-size: 14px;
  }

  .xnata-tea.xnata-tea.xnata-tea :where(
    .tt-special-offers__fulfillment-list h4,
    .tt-special-offers__fulfillment-list p,
    .tt-special-offers__fulfillment-note,
    .tt-special-offers__includes .rte,
    .tt-special-offers__bonus,
    .tt-special-offers__terms,
    .tt-special-offers__catalog-route p,
    .tt-special-offers__selection,
    .tt-special-offers__form-status,
    .xnata-tea-card__meta,
    .xnata-tea-request-guide__step p,
    .xnata-tea-inquiry__form-heading p,
    .tt-footer__note,
    .article-detail__body pre,
    .article-detail__related-content p,
    .article-grid__content p
  ) {
    font-size: 15px;
  }
}

/* Mobile storefront comfort pass: logo header, gutters and PDP media. */
@media (max-width: 820px) {
  .xnata-tea :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 2147483000;
    display: block;
  }

  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--position-sticky
    ),
  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--position-hide_on_scroll
    ) {
    position: sticky !important;
    top: var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px));
    right: 0;
    left: 0;
  }

  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--position-fixed
    ) {
    position: fixed !important;
    top: var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px));
    right: 0;
    left: 0;
  }

  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--mobile-position-static
    ) {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
  }

  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--mobile-position-sticky
    ),
  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--mobile-position-hide_on_scroll
    ) {
    position: sticky !important;
    top: var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px));
    right: 0;
    left: 0;
  }

  .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--mobile-position-fixed
    ) {
    position: fixed !important;
    top: var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px));
    right: 0;
    left: 0;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--telegram-position-static
    ) {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--telegram-position-sticky
    ),
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--telegram-position-hide_on_scroll
    ) {
    position: sticky !important;
    top: var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px));
    right: 0;
    left: 0;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    :where(#shopify-section-header, [id^="shopify-section-"][id$="header"]):has(
      .tt-header--telegram-position-fixed
    ) {
    position: fixed !important;
    top: var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px));
    right: 0;
    left: 0;
  }

  .xnata-tea .tt-header {
    position: relative !important;
    top: auto !important;
    z-index: 101;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
    min-height: 58px;
    overflow: hidden;
    padding: 6px max(8px, env(safe-area-inset-right)) 5px max(8px, env(safe-area-inset-left));
  }

  .xnata-tea .tt-header > .tt-nav,
  .xnata-tea .tt-header > .tt-header__actions,
  .xnata-tea .tt-header > .tt-mobile-menu,
  .xnata-tea .tt-brand__tag {
    display: none !important;
  }

  /* SDK and legacy WebApp runtimes identify the same native Telegram surface. */
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea {
    --dkh-mobile-header-top: 0px;
    --tt-telegram-device-top: var(
      --tg-viewport-safe-area-inset-top,
      var(--tg-safe-area-inset-top, env(safe-area-inset-top, 0px))
    );
    --tt-telegram-controls-height: max(
      48px,
      var(
        --tg-viewport-content-safe-area-inset-top,
        var(--tg-content-safe-area-inset-top, 0px)
      )
    );
  }

  html:is(
      .dkh-platform-telegram,
      [data-dkh-platform-telegram-miniapp="true"]
    ):has(.xnata-tea)
    body {
    padding-top: 0;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header {
    grid-template-rows: var(--tt-telegram-controls-height) auto;
    gap: 0;
    min-height: 0;
    overflow: visible;
    padding: var(--tt-telegram-device-top) max(14px, env(safe-area-inset-right))
      0 max(14px, env(safe-area-inset-left));
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    .tt-brand {
    display: flex !important;
    grid-column: 1;
    justify-self: center;
    grid-row: 1;
    max-width: max(44px, min(96px, calc(100vw - 224px)));
    min-height: 0;
    height: 100%;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    .tt-brand__word,
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    .tt-brand__house,
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    .tt-brand__tag {
    display: none !important;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    .tt-brand__logo,
  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    .tt-brand--community-logo
    .tt-brand__logo {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    max-height: 34px;
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"])
    .xnata-tea
    .tt-header
    > .tt-announcement {
    display: block !important;
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 520px);
    max-width: 520px;
    margin: 0 auto;
    padding: 6px 0 8px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    overflow-wrap: anywhere;
    text-align: center;
    text-overflow: clip;
    text-wrap: balance;
    white-space: normal;
  }

  .xnata-tea .tt-brand {
    grid-column: 1;
    justify-self: center;
    flex-direction: column;
    width: auto;
    max-width: 112px;
    min-height: 47px;
    justify-content: center;
    gap: 1px;
    text-align: center;
  }

  .xnata-tea .tt-main {
    padding-top: calc(58px + var(--dkh-mobile-header-top, env(safe-area-inset-top, 0px)));
  }

  html:is(.dkh-platform-telegram, [data-dkh-platform-telegram-miniapp="true"]) .xnata-tea :is(.tt-main, main#main) {
    padding-top: var(--dkh-telegram-fixed-header-reserve, 0px) !important;
  }

  .xnata-tea .tt-brand--image-wordmark {
    max-width: 112px;
  }

  .xnata-tea .tt-brand--image-wordmark .tt-brand__logo,
  .xnata-tea .tt-brand--community-logo .tt-brand__logo {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    max-height: 32px;
  }

  .xnata-tea .tt-brand__word,
  .xnata-tea .tt-brand--community-logo .tt-brand__word {
    display: block;
    max-width: 112px;
    overflow: hidden;
    color: var(--xnata-tea-ink);
    font-family: var(--xnata-tea-display);
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xnata-tea .tt-brand__word--profile,
  .xnata-tea .tt-brand__house {
    display: none;
  }

  .xnata-tea :where(.tt-section__header, .tt-section__header--wide) {
    margin-inline: auto;
  }

  .xnata-tea .tt-product__atelier-pdp {
    padding-block: 18px calc(34px + var(--dkh-bottom-nav-reserve, 0px));
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__breadcrumbs {
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
  }

  .xnata-tea .tt-product__gallery {
    display: grid;
    gap: 14px;
    width: 100%;
  }

  .xnata-tea .tt-product__gallery-stage {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: min(74svh, 560px);
    overflow: visible;
  }

  .xnata-tea .tt-product__atelier-pdp .tt-product__image {
    padding: 0;
  }

  .xnata-tea .tt-product__gallery--blend-background .tt-product__gallery-stage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .xnata-tea .tt-product__gallery-thumbs {
    display: flex;
    order: 2;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    border-block-end: 0;
    padding: 0 2px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .xnata-tea .tt-product__gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  .xnata-tea .tt-product__gallery-thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-thumb:is(:hover, :focus-visible),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(1):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(1),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(2):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(2),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(3):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(3),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(4):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(4),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(5):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(5),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(6):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(6),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(7):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(7),
  .xnata-tea .tt-product__atelier-pdp .tt-product__gallery--blend-background .tt-product__gallery-input:nth-of-type(8):checked ~ .tt-product__gallery-thumbs .tt-product__gallery-thumb:nth-child(8) {
    outline: 0;
    box-shadow: none;
  }

  .xnata-tea .tt-product__gallery-zoom {
    right: 10px;
    bottom: 10px;
    min-height: 42px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary {
    margin-top: 0;
    padding-block: 18px 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :where(
    .tt-product__summary,
    .tt-product__sellable-workspace,
    .tt-product__details,
    .tt-product__details--shop,
    .tt-product__details--wiki,
    .tt-product__specs--shop,
    .tt-product__specs--wiki,
    .tt-product__specs-intro,
    .tt-product__spec-rail,
    .tt-product__brew-methods,
    .tt-product__wiki-handoff
  ),
  .xnata-tea :where(
    .tt-product-dossier,
    .tt-product-dossier__layout,
    .article-detail__layout,
    .article-detail__body,
    .article-detail__toc,
    .article-detail__related,
    .tt-catalog,
    .tt-search-results
  ) {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(
    .tt-product__specs--shop,
    .tt-product__specs--wiki
  ) {
    padding-inline: 0;
  }

  .xnata-tea :where(.tt-product__brew-card, .tt-product__taste-card) {
    width: 100%;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__heading h1 {
    max-width: none;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__utility-actions {
    top: 0;
    right: 0;
  }

  .xnata-tea .tt-product__gallery-dialog[open] {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    width: 100dvw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    border: 0;
    padding: 16px;
    background: rgba(24, 79, 59, 0.82);
  }

  .xnata-tea .tt-product__gallery-dialog-frame {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
  }

  .xnata-tea .tt-product__gallery-dialog-image {
    max-width: 100%;
    max-height: calc(100dvh - 112px);
    object-fit: contain;
  }

  /* Mobile section rhythm: keep stacked storefront content compact without changing desktop. */
  .xnata-tea {
    --xnata-tea-mobile-section-gap: 14px;
    --xnata-tea-mobile-block-gap: 10px;
    --xnata-tea-mobile-card-gap: 8px;
  }

  .xnata-tea .tt-section,
  .xnata-tea .tt-product-reading,
  .xnata-tea .tt-product-related,
  .xnata-tea .tt-product-dossier {
    padding-block: var(--xnata-tea-mobile-section-gap);
  }

  .xnata-tea .tt-section + .tt-section,
  .xnata-tea .tt-product + .tt-section,
  .xnata-tea .tt-product-reading + .tt-section,
  .xnata-tea .tt-product-dossier + .tt-section {
    margin-top: var(--xnata-tea-mobile-section-gap);
  }

  .xnata-tea .tt-product__atelier-pdp {
    gap: var(--xnata-tea-mobile-section-gap);
    padding-block: 8px var(--xnata-tea-mobile-section-gap);
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__hero,
  .xnata-tea .tt-product__atelier-pdp.tt-product--wiki .tt-product__details--wiki,
  .xnata-tea .tt-product__atelier-pdp.tt-product--shop .tt-product__details--shop,
  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__summary, .tt-product__sellable-workspace, .tt-product__purchase, .tt-product__identity-facts, .tt-product__identity-primary, .tt-product__brew-methods),
  .xnata-tea .tt-product-dossier__layout {
    gap: var(--xnata-tea-mobile-block-gap);
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__summary {
    padding-block: 12px 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__details--shop, .tt-product__details--wiki) {
    margin-top: 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-card {
    min-height: 0;
    padding: 10px 12px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__origin-mark {
    width: 36px;
    height: 36px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__identity-facts .tt-product__summary-fact {
    min-height: 0;
    padding: 8px 10px;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) .tt-product__purchase {
    margin-top: 0;
  }

  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(.tt-product__specs--shop, .tt-product__specs--wiki) {
    gap: 16px;
    padding-block: var(--xnata-tea-mobile-section-gap);
  }

  .xnata-tea .tt-product-dossier__header {
    gap: var(--xnata-tea-mobile-card-gap);
  }

  .xnata-tea .tt-product-dossier__header > p:first-child {
    margin-top: 0;
  }

  .xnata-tea .tt-product-dossier__excerpt,
  .xnata-tea .tt-product-reading__all {
    margin-top: var(--xnata-tea-mobile-block-gap);
  }

  .xnata-tea .tt-product-dossier__layout {
    padding-top: var(--xnata-tea-mobile-section-gap);
  }

  .xnata-tea .tt-product-dossier .article-detail__related {
    margin-top: calc(var(--xnata-tea-mobile-section-gap) + 4px);
  }

}

@media (max-width: 480px) {
  .xnata-tea .tt-product__atelier-pdp:is(.tt-product--shop, .tt-product--wiki) :is(
    .tt-product__specs--shop,
    .tt-product__specs--wiki
  ) {
    padding-inline: 0;
  }

  .xnata-tea :where(.tt-product__brew-card, .tt-product__taste-card) {
    padding: 16px 14px;
  }

  .xnata-tea .tt-product__gallery-zoom span:last-child {
    display: none;
  }

  .xnata-tea .tt-product__gallery-zoom {
    width: 42px;
    padding-inline: 0;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .xnata-tea .tt-brand.tt-brand--mobile-text-display-hide .tt-brand__word,
  .xnata-tea .tt-brand.tt-brand--mobile-text-display-hide .tt-brand__word--profile,
  .xnata-tea .tt-brand.tt-brand--mobile-text-display-hide .tt-brand__house {
    display: none !important;
  }

  .xnata-tea .tt-brand.tt-brand--mobile-text-display-show .tt-brand__word {
    display: grid !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xnata-tea[data-xnata-tea-root].xnata-tea-page-entering,
  .xnata-tea[data-xnata-tea-root].xnata-tea-page-leaving {
    animation: none !important;
    opacity: 1 !important;
    pointer-events: auto;
  }

  .xnata-tea *,
  .xnata-tea *::before,
  .xnata-tea *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .xnata-tea .tt-header::after {
    display: none;
  }

  .xnata-tea [data-xnata-tea-reveal] {
    opacity: 1 !important;
    translate: none !important;
  }

  .xnata-tea .xnata-tea-card__action::after {
    transform: none !important;
  }
}

/* Exact purchase cart uses server-returned prices and wraps on small screens. */
.tt-purchase-cart [data-cart-lines] { list-style: none; padding: 0; }
.tt-purchase-cart__line { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 1rem 0; border-bottom: 1px solid currentColor; }
.tt-purchase-cart__line > strong { flex: 1 1 16rem; }
.tt-purchase-cart__line label { display: flex; align-items: center; gap: .5rem; }
.tt-purchase-cart__line input { width: 5rem; }
[data-purchase-status] { flex-basis: 100%; }

/* Keep every page-level content edge on the catalog's responsive rail. */
.xnata-tea {
  --xnata-tea-page-rail-width: min(100% - clamp(28px, 8vw, 136px), 1440px);
  --xnata-tea-page-rail-gutter: clamp(16px, 4vw, 40px);
}

.xnata-tea :is(
  .tt-section,
  .tt-hero,
  .tt-product,
  .article-detail,
  .tt-catalog,
  .tt-archive-ledger,
  .product-reviews--width-page,
  .product-review-form--width-page,
  .tt-footer
) {
  width: var(--xnata-tea-page-rail-width);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: var(--xnata-tea-page-rail-gutter);
}

.xnata-tea .enc-section > .enc-section__inner {
  width: var(--xnata-tea-page-rail-width);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: var(--xnata-tea-page-rail-gutter);
}

.xnata-tea .product-reviews--width-page .product-reviews__inner,
.xnata-tea .product-review-form--width-page .product-review-form__inner {
  width: min(100%, 72rem);
}

.xnata-tea .product-reviews--width-full .product-reviews__inner,
.xnata-tea .product-review-form--width-full .product-review-form__inner {
  width: var(--xnata-tea-page-rail-width);
  max-width: 1440px;
  padding-inline: var(--xnata-tea-page-rail-gutter);
}

@media (max-width: 640px) {
  .xnata-tea {
    --xnata-tea-page-rail-width: calc(100% - 10px);
    --xnata-tea-page-rail-gutter: 6px;
  }

  .xnata-tea :is(
    .tt-section,
    .tt-hero,
    .tt-product,
    .article-detail,
    .tt-catalog,
    .tt-archive-ledger,
    .product-reviews--width-page,
    .product-review-form--width-page,
    .tt-footer
  ) {
    width: var(--xnata-tea-page-rail-width);
    margin-inline: auto;
    padding-inline: var(--xnata-tea-page-rail-gutter);
  }

  .xnata-tea .enc-section > .enc-section__inner {
    width: var(--xnata-tea-page-rail-width);
    padding-inline: var(--xnata-tea-page-rail-gutter);
  }

  .xnata-tea .product-reviews--width-page .product-reviews__inner,
  .xnata-tea .product-review-form--width-page .product-review-form__inner {
    width: min(100%, 72rem);
  }

  .xnata-tea .product-reviews--width-full .product-reviews__inner,
  .xnata-tea .product-review-form--width-full .product-review-form__inner {
    width: var(--xnata-tea-page-rail-width);
    padding-inline: var(--xnata-tea-page-rail-gutter);
  }
}

@media (max-width: 760px) {
  .xnata-tea .xnata-tea-account__language {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}

/* Compact social footer composition: identity, navigation/community, attribution. */
.xnata-tea .tt-footer {
  width: min(100% - clamp(20px, 6vw, 96px), 1510px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 32px clamp(28px, 5vw, 72px);
  margin: 48px auto 16px;
  padding: 32px clamp(24px, 4vw, 56px) 24px;
}
.xnata-tea .tt-footer__brand {
  min-width: 0;
  max-width: 34rem;
  gap: 14px;
}
.xnata-tea .tt-footer__brand-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.xnata-tea .tt-footer__brand-logo,
.xnata-tea .tt-footer__brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 12px;
  object-fit: contain;
}
.xnata-tea .tt-footer__brand-mark {
  font-family: var(--xnata-tea-display);
  font-size: 24px;
}
.xnata-tea .tt-footer__brand-name {
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: var(--xnata-tea-display);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
}
.xnata-tea .tt-footer__brand-description {
  max-width: 42ch;
  margin: 0;
  color: inherit;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.72;
}
.xnata-tea .tt-footer__explore {
  gap: 18px;
}
.xnata-tea .tt-footer__eyebrow {
  padding-bottom: 10px;
}
.xnata-tea .tt-footer__cta {
  min-height: 44px;
}
.xnata-tea .tt-footer > .dkh-social[data-dkh-social="footer"] {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.xnata-tea .tt-footer > .dkh-social[data-dkh-social="footer"] .dkh-social__title {
  margin: 0 0 8px;
  font-family: var(--xnata-tea-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.62;
}
.xnata-tea .tt-footer > .dkh-social[data-dkh-social="footer"] .dkh-social__links {
  gap: 8px;
}
.xnata-tea .tt-footer > .dkh-social[data-dkh-social="footer"] .dkh-social__link {
  min-height: 40px;
  border-color: color-mix(in srgb, currentColor 24%, transparent);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
}
.xnata-tea .tt-footer > .dkh-seller-company-footer {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0;
}
.xnata-tea .tt-footer > .dkh-seller-company-footer .dkh-seller-company-footer__inner {
  max-width: none;
  justify-content: flex-start;
  border-top: 0;
  padding: 0;
}
.xnata-tea .tt-footer__meta:empty,
.xnata-tea .tt-footer__social:empty,
.xnata-tea .tt-footer__system-pages:empty {
  display: none;
}
@media (max-width: 700px) {
  .xnata-tea .tt-footer {
    width: calc(100% - 10px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
    border-radius: 16px;
    padding: 28px 20px 20px;
  }
  .xnata-tea .tt-footer__nav {
    grid-template-columns: 1fr;
  }
  .xnata-tea .tt-footer__cta {
    width: fit-content;
    max-width: 100%;
  }
  .xnata-tea .tt-footer > .dkh-social[data-dkh-social="footer"] .dkh-social__links {
    gap: 6px;
  }
}
@media (max-width: 380px) {
  .xnata-tea .tt-footer {
    width: 100%;
    border-radius: 0;
    padding-inline: 16px;
  }
}
