.product-page__description {
      max-width: 1100px !important;
      width: 100% !important;
      margin: 0 auto !important;
    }

.bca-coffee-desc {
  --bca-bg: #fbf7ef;
  --bca-card: #fffdf8;
  --bca-card-soft: #f8efe4;
  --bca-cream: #f4e8d7;
  --bca-line: #eadbc8;
  --bca-accent: #b38b68;
  --bca-accent-soft: #efe0ca;
  --bca-accent-light: #f9f0e3;
  --bca-text: #342c25;
  --bca-muted: #756c63;
  --bca-green: #7a8462;

  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  font-family: inherit;
  color: var(--bca-text);
  font-size: 16px;
  line-height: 1.65;
}

.bca-coffee-desc * {
  box-sizing: border-box;
}

.bca-coffee-desc strong,
.bca-coffee-desc b {
  font-weight: 700 !important;
}

.bca-coffee-desc img {
  max-width: 100%;
}

.bca-hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 42px 44px;
  margin-bottom: 22px;
  border: 1px solid var(--bca-line);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255,253,248,0.98) 0%, rgba(255,253,248,0.95) 43%, rgba(255,253,248,0.38) 66%, rgba(255,253,248,0.06) 100%),
    var(--bca-hero-img) right center / cover no-repeat,
    linear-gradient(135deg, #fffdf8 0%, #f8efe4 100%);
  box-shadow: 0 14px 36px rgba(86, 64, 44, 0.08);
}

.bca-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 15px;
  border: 1px solid rgba(179, 139, 104, 0.24);
  border-radius: 999px;
  background: rgba(239, 224, 202, 0.58);
  color: #7a5b42;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bca-label:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-35deg);
  opacity: 0.85;
}

.bca-title {
  max-width: 650px;
  margin: 0;
  color: var(--bca-text);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bca-subtitle {
  max-width: 650px;
  margin: 8px 0 18px;
  color: var(--bca-accent);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.15;
  font-weight: 600;
}

.bca-intro {
  max-width: 610px;
  margin: 0;
  color: #514941;
  font-size: 17px;
}

.bca-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 720px;
  margin-top: 28px;
}

.bca-hero-fact {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 160px;
  padding-right: 18px;
  border-right: 1px solid var(--bca-line);
}

.bca-hero-fact:last-child {
  border-right: none;
}

.bca-round-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.bca-hero-fact span {
  display: block;
  margin-bottom: 1px;
  color: #806a58;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bca-hero-fact b {
  display: block;
  color: #3a332c;
  font-size: 15px;
}

.bca-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 20px;
  margin-bottom: 20px;
}

.bca-card,
.bca-brew-wrap,
.bca-bottom-card,
.bca-benefits {
  border: 1px solid var(--bca-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,253,248,0.96));
  box-shadow: 0 10px 28px rgba(86, 64, 44, 0.07);
}

.bca-card-inner {
  padding: 26px;
}

.bca-section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--bca-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bca-section-title:before,
.bca-section-title:after {
  content: "";
  flex: 1 1 auto;
  max-width: 160px;
  height: 1px;
  background: var(--bca-line);
}

.bca-profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bca-profile-item {
  position: relative;
  padding: 8px 16px 0;
  text-align: center;
}

.bca-profile-item + .bca-profile-item {
  border-left: 1px solid var(--bca-line);
}

.bca-big-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.bca-profile-item h4 {
  margin: 0 0 8px;
  color: #3a332c;
  font-size: 20px;
  line-height: 1.25;
}

.bca-profile-item p {
  margin: 0;
  color: #514941;
  font-size: 15px;
  line-height: 1.7;
}

.bca-facts-list {
  display: grid;
  gap: 0;
}

.bca-fact-row {
  display: grid;
  grid-template-columns: 34px minmax(86px, 0.65fr) minmax(130px, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--bca-line);
}

.bca-fact-row:last-child {
  border-bottom: none;
}

.bca-fact-row img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.bca-fact-row span {
  color: #806a58;
}

.bca-fact-row b {
  color: #332c26;
  line-height: 1.45;
}

.bca-brew-wrap {
  padding: 26px;
  margin-bottom: 20px;
}

.bca-brew-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bca-brew-card {
  padding: 22px 20px;
  border: 1px solid var(--bca-line);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.78);
}

.bca-brew-card > img {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.bca-brew-card h4 {
  margin: 0 0 14px;
  color: #3a332c;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.bca-brew-list {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}

.bca-brew-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px dashed #e5d4be;
}

.bca-brew-list li:last-child {
  border-bottom: none;
}

.bca-brew-list span {
  color: #756c63;
}

.bca-brew-list b {
  color: #302a25;
  text-align: right;
}

.bca-brew-note {
  margin: 0;
  color: #5a5149;
  font-size: 15px;
  line-height: 1.65;
}

.bca-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.bca-bottom-card {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  padding: 30px 32px;
}

.bca-bottom-card h3 {
  margin: 0 0 12px;
  color: var(--bca-text);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bca-bottom-card p {
  position: relative;
  max-width: 560px;
  margin: 0;
  color: #514941;
  z-index: 1;
}

.bca-bottom-card--story {
  background:
    linear-gradient(90deg, rgba(255,253,248,0.98) 0%, rgba(255,253,248,0.86) 70%, rgba(255,253,248,0.28) 100%),
    var(--bca-recommend-img) left bottom / 270px auto no-repeat,
    #fffdf8;
}

.bca-bottom-card--drink {
  background:
    linear-gradient(90deg, rgba(255,253,248,0.98) 0%, rgba(255,253,248,0.92) 55%, rgba(255,253,248,0.34) 100%),
    var(--bca-drink-img) right bottom / 360px auto no-repeat,
    #fffdf8;
}

.bca-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.bca-benefit {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 20px 26px;
  border-right: 1px solid var(--bca-line);
}

.bca-benefit:last-child {
  border-right: none;
}

.bca-benefit img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.bca-benefit h4 {
  margin: 0 0 2px;
  color: #3a332c;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bca-benefit p {
  margin: 0;
  color: #5e554d;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .bca-hero {
    min-height: 360px;
    background:
      linear-gradient(90deg, rgba(255,253,248,0.99) 0%, rgba(255,253,248,0.94) 60%, rgba(255,253,248,0.34) 100%),
      var(--bca-hero-img) right center / cover no-repeat,
      #fffdf8;
  }

  .bca-grid,
  .bca-bottom-grid {
    grid-template-columns: 1fr;
  }

  .bca-brew-grid {
    grid-template-columns: 1fr;
  }

  .bca-profile {
    grid-template-columns: 1fr;
  }

  .bca-profile-item + .bca-profile-item {
    border-left: none;
    border-top: 1px solid var(--bca-line);
    padding-top: 20px;
  }
}

@media (max-width: 760px) {
  .bca-coffee-desc {
    font-size: 15px;
  }

  .bca-hero {
    min-height: auto;
    padding: 26px 22px 220px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,253,248,0.99) 0%, rgba(255,253,248,0.98) 58%, rgba(255,253,248,0.42) 100%),
      var(--bca-hero-img) right bottom / 780px auto no-repeat,
      #fffdf8;
  }

  .bca-intro {
    font-size: 15px;
  }

  .bca-hero-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bca-hero-fact {
    border-right: none;
    padding-right: 0;
  }

  .bca-card-inner,
  .bca-brew-wrap,
  .bca-bottom-card {
    padding: 20px;
    border-radius: 20px;
  }

  .bca-section-title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .bca-section-title:before,
  .bca-section-title:after {
    max-width: 70px;
  }

  .bca-fact-row {
    grid-template-columns: 30px 1fr;
  }

  .bca-fact-row b {
    grid-column: 2;
  }

  .bca-bottom-card {
    min-height: auto;
    padding-bottom: 20px;
  }

  .bca-bottom-card--story,
  .bca-bottom-card--drink {
    background:
      linear-gradient(180deg, rgba(255,253,248,0.99) 0%, rgba(255,253,248,0.96) 100%),
      #fffdf8 !important;
  }

  .bca-benefits {
    grid-template-columns: 1fr;
  }

  .bca-benefit {
    border-right: none;
    border-bottom: 1px solid var(--bca-line);
  }

  .bca-benefit:last-child {
    border-bottom: none;
  }
}



    .bt-tea-desc {
      --bt-bg: #f7f3ea;
      --bt-paper: #fffaf0;
      --bt-paper-2: #fbf7ee;
      --bt-card: rgba(255, 252, 246, 0.88);
      --bt-card-solid: #fffdf8;
      --bt-green: #274b35;
      --bt-green-2: #3f654b;
      --bt-green-3: #6f8265;
      --bt-dark-green: #284332;
      --bt-sage: #d7dec9;
      --bt-sage-soft: #eef2e6;
      --bt-gold: #caa25e;
      --bt-gold-2: #e1c88e;
      --bt-border: rgba(203, 164, 94, 0.38);
      --bt-border-soft: rgba(104, 124, 96, 0.20);
      --bt-text: #25281f;
      --bt-muted: #5e6357;
      --bt-radius-lg: 30px;
      --bt-radius-md: 22px;
      --bt-shadow: 0 18px 42px rgba(55, 62, 44, 0.12);
      --bt-shadow-soft: 0 12px 30px rgba(55, 62, 44, 0.09);

      width: 100%;
      margin: 0 auto;
      padding: 24px;
      color: var(--bt-text);
      font-family: inherit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.55;
      background:
        radial-gradient(circle at 7% 8%, rgba(202, 162, 94, 0.16), transparent 28%),
        radial-gradient(circle at 90% 12%, rgba(91, 120, 78, 0.14), transparent 30%),
        linear-gradient(180deg, #fbf8f1 0%, #f4efe5 100%);
      border-radius: 34px;
      box-sizing: border-box;
    }

    .bt-tea-desc *,
    .bt-tea-desc *::before,
    .bt-tea-desc *::after {
      box-sizing: border-box;
    }

    .bt-tea-desc img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .bt-tea-desc strong {
      font-weight: 800;
    }

    .bt-tea-serif {
      font-family: Georgia, "Times New Roman", serif;
      letter-spacing: -0.025em;
    }

    .bt-tea-hero {
      position: relative;
      overflow: hidden;
      min-height: 420px;
      padding: 52px 44px 44px;
      border: 1px solid var(--bt-border);
      border-radius: var(--bt-radius-lg);
      background:
        linear-gradient(90deg, rgba(255, 250, 240, 0.97) 0%, rgba(255, 250, 240, 0.92) 46%, rgba(255, 250, 240, 0.50) 72%, rgba(255, 250, 240, 0.16) 100%),
        radial-gradient(circle at 84% 24%, rgba(225, 200, 142, 0.32), transparent 24%),
        linear-gradient(135deg, #fffaf0 0%, #f7f1e8 55%, #eff3e8 100%);
      box-shadow: var(--bt-shadow);
      isolation: isolate;
    }

    .bt-tea-hero::before,
    .bt-tea-hero::after {
      content: "";
      position: absolute;
      pointer-events: none;
      z-index: 1;
    }

    .bt-tea-hero::before {
      left: -22px;
      bottom: 20px;
      width: 200px;
      height: 90px;
      opacity: 0.55;
      background:
        repeating-radial-gradient(ellipse at bottom left, transparent 0 18px, rgba(202, 162, 94, 0.36) 19px 20px, transparent 21px 34px);
      transform: rotate(-5deg);
    }

    .bt-tea-hero::after {
      right: 34px;
      top: 24px;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      border: 1px solid rgba(202, 162, 94, 0.22);
      opacity: 0.4;
    }

    .bt-tea-hero__content {
      position: relative;
      z-index: 3;
      max-width: 600px;
    }

    .bt-tea-hero__art {
      position: absolute;
      z-index: 2;
      right: -72px;
      bottom: -82px;
      width: min(66%, 680px);
      min-width: 520px;
      opacity: 0.96;
      pointer-events: none;
      filter: saturate(0.96) drop-shadow(0 12px 18px rgba(54, 74, 58, 0.08));
    }

    .bt-tea-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .bt-tea-eyebrow__emblem {
      width: 42px;
      height: 42px;
      object-fit: contain;
      flex: 0 0 auto;
      filter: drop-shadow(0 3px 6px rgba(174, 128, 49, 0.15));
    }

    .bt-tea-eyebrow__text {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 18px 8px;
      color: var(--bt-green);
      background: linear-gradient(180deg, #cfd8c0 0%, #b9c9ad 100%);
      border: 1px solid rgba(87, 111, 71, 0.22);
      border-radius: 999px;
      font-size: 17px;
      font-weight: 700;
      line-height: 1;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    }

    .bt-tea-title {
      max-width: 650px;
      margin: 0;
      color: var(--bt-green);
      font-size: clamp(36px, 5.2vw, 62px);
      font-weight: 700;
      line-height: 1.05;
      text-wrap: balance;
    }

    .bt-tea-gold-line {
      position: relative;
      width: min(430px, 100%);
      height: 1px;
      margin: 26px 0 20px;
      background: linear-gradient(90deg, rgba(202, 162, 94, 0.95), rgba(202, 162, 94, 0.45));
    }

    .bt-tea-gold-line::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      border: 1px solid var(--bt-gold);
      background: #fffaf0;
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .bt-tea-intro {
      max-width: 610px;
      margin: 0;
      color: #394036;
      font-size: 17px;
      line-height: 1.64;
    }

    .bt-tea-main-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 22px;
      margin-top: 28px;
    }

    .bt-tea-card {
      position: relative;
      overflow: hidden;
      padding: 28px;
      border: 1px solid rgba(116, 133, 99, 0.22);
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.94) 0%, rgba(252, 247, 237, 0.88) 100%);
      box-shadow: var(--bt-shadow-soft);
    }

    .bt-tea-card::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.42;
      background:
        radial-gradient(circle at 92% 16%, rgba(202, 162, 94, 0.14), transparent 22%),
        radial-gradient(circle at 12% 92%, rgba(92, 122, 82, 0.10), transparent 24%);
    }

    .bt-tea-card > * {
      position: relative;
      z-index: 1;
    }

    .bt-tea-card--character::after,
    .bt-tea-card--facts::after,
    .bt-tea-recommend::after,
    .bt-tea-final::after {
      content: "";
      position: absolute;
      pointer-events: none;
      opacity: 0.35;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .bt-tea-card--character::after {
      right: -28px;
      top: 34px;
      width: 170px;
      height: 220px;
      opacity: 0.25;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 230'%3E%3Cg fill='none' stroke='%23caa25e' stroke-width='1.2' stroke-linecap='round' opacity='.78'%3E%3Cpath d='M83 226C67 156 92 95 147 32'/%3E%3Cpath d='M88 171c21-11 39-11 55 0-19 13-37 13-55 0Z'/%3E%3Cpath d='M94 130c16-18 33-26 53-23-12 22-29 30-53 23Z'/%3E%3Cpath d='M104 91c13-18 29-27 47-28-9 22-25 31-47 28Z'/%3E%3Cpath d='M77 181c-24-4-42 1-57 16 24 7 43 2 57-16Z'/%3E%3Cpath d='M80 137c-23-5-42 0-58 15 24 7 43 2 58-15Z'/%3E%3Cpath d='M87 99c-19-7-37-5-53 7 19 10 37 7 53-7Z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .bt-tea-card--facts::after {
      right: -44px;
      bottom: -28px;
      width: 260px;
      height: 165px;
      opacity: 0.24;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 190'%3E%3Cg fill='none' stroke='%236f8265' stroke-width='2' opacity='.55'%3E%3Cpath d='M0 154c35-24 61-25 96-2 24-31 53-41 88-20 27-25 58-30 93-3 18-13 34-18 43-11'/%3E%3Cpath d='M21 174c37-19 69-19 101 0 32-18 61-18 89 0 29-13 57-14 85-2'/%3E%3C/g%3E%3C/svg%3E");
    }

    .bt-tea-card-title {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      margin: 0 0 24px;
      color: var(--bt-green);
      font-size: clamp(25px, 2.5vw, 31px);
      line-height: 1.15;
      font-weight: 700;
      text-align: center;
    }

    .bt-tea-card-title::after,
    .bt-tea-card-title::before {
      content: "";
      flex: 0 1 88px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(202, 162, 94, 0.68), transparent);
    }

    .bt-tea-card-title__mini {
      flex: 0 0 auto;
    }

    .bt-tea-notes {
      display: grid;
      gap: 22px;
    }

    .bt-tea-note {
      display: grid;
      grid-template-columns: 110px minmax(0, 1fr);
      gap: 20px;
      align-items: center;
      padding-bottom: 22px;
      border-bottom: 1px dashed rgba(202, 162, 94, 0.42);
    }

    .bt-tea-note:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }

    .bt-tea-note__icon {
      width: 96px;
      margin: 0 auto;
      filter: drop-shadow(0 8px 14px rgba(39, 75, 53, 0.13));
    }

    .bt-tea-note h4,
    .bt-tea-brew-card h4 {
      margin: 0;
      color: var(--bt-green);
      font-family: Georgia, "Times New Roman", serif;
      letter-spacing: -0.015em;
      font-size: 26px;
      line-height: 1.16;
      font-weight: 700;
    }

    .bt-tea-note p,
    .bt-tea-recommend p,
    .bt-tea-final p {
      margin: 8px 0 0;
      color: var(--bt-muted);
    }

    .bt-tea-facts {
      display: grid;
      gap: 0;
    }

    .bt-tea-fact {
      display: grid;
      grid-template-columns: 72px minmax(0, 1fr);
      gap: 18px;
      align-items: center;
      padding: 14px 0;
      border-bottom: 1px dashed rgba(202, 162, 94, 0.38);
    }

    .bt-tea-fact:first-child {
      padding-top: 0;
    }

    .bt-tea-fact:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }

    .bt-tea-fact__icon {
      display: block;
      width: 58px;
      height: 58px;
      object-fit: contain;
      filter: drop-shadow(0 5px 8px rgba(60, 74, 55, 0.06));
    }

    .bt-tea-fact__icon svg {
      display: block;
      width: 100%;
      height: 100%;
    }

    .bt-tea-fact__label {
      display: block;
      margin: 0 0 2px;
      color: #2d342a;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.25;
    }

    .bt-tea-fact__value {
      display: block;
      color: #3f463d;
      font-size: 15.5px;
      line-height: 1.35;
    }

    .bt-tea-section-title {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 18px;
      align-items: center;
      margin: 30px 0 16px;
      color: var(--bt-green);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(28px, 3vw, 34px);
      font-weight: 700;
      line-height: 1.1;
      text-align: center;
      letter-spacing: -0.02em;
    }

    .bt-tea-section-title::before,
    .bt-tea-section-title::after {
      content: "";
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(111, 130, 101, 0.38), transparent);
    }

    .bt-tea-section-title span {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }

    .bt-tea-section-title span::before,
    .bt-tea-section-title span::after {
      content: "";
      display: inline-block;
      width: 30px;
      height: 18px;
      opacity: 0.72;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 32'%3E%3Cg fill='none' stroke='%23caa25e' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M4 25c12-12 24-18 52-20'/%3E%3Cpath d='M18 18c-4-7-9-9-14-7 2 7 7 10 14 7Z'/%3E%3Cpath d='M33 12c-2-8-7-12-13-11 0 8 5 12 13 11Z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    }

    .bt-tea-section-title span::after {
      transform: scaleX(-1);
    }

    .bt-tea-brew-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .bt-tea-brew-card {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
      min-height: 190px;
      padding: 22px 20px;
      border: 1px solid rgba(116, 133, 99, 0.24);
      border-radius: 22px;
      background: rgba(255, 252, 246, 0.84);
      box-shadow: 0 10px 24px rgba(55, 62, 44, 0.08);
    }

    .bt-tea-brew-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(239, 242, 230, 0.45));
      pointer-events: none;
    }

    .bt-tea-brew-card > * {
      position: relative;
      z-index: 1;
    }

    .bt-tea-brew-card__icon {
      width: 84px;
      margin-top: -2px;
      filter: drop-shadow(0 8px 14px rgba(39, 75, 53, 0.14));
    }

    .bt-tea-brew-card h4 {
      margin-top: 3px;
      font-size: 24px;
    }

    .bt-tea-brew-line {
      width: 100%;
      height: 1px;
      margin: 12px 0 12px;
      background: linear-gradient(90deg, rgba(202, 162, 94, 0.68), transparent);
    }

    .bt-tea-brew-list {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #42483f;
      font-size: 15.5px;
      line-height: 1.32;
    }

    .bt-tea-brew-list li {
      display: grid;
      grid-template-columns: 20px minmax(0, 1fr);
      gap: 8px;
      align-items: start;
    }

    .bt-tea-list-ico {
      display: inline-flex;
      width: 18px;
      height: 18px;
      color: var(--bt-green-3);
    }

    .bt-tea-list-ico svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
    }

    .bt-tea-recommend {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 116px 1fr;
      gap: 24px;
      align-items: center;
      margin-top: 22px;
      padding: 22px 28px;
      border: 1px solid rgba(202, 162, 94, 0.46);
      border-radius: 18px;
      background:
        linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(252, 247, 237, 0.88)),
        radial-gradient(circle at 95% 85%, rgba(105, 132, 96, 0.18), transparent 36%);
      box-shadow: 0 10px 25px rgba(55, 62, 44, 0.07);
    }

    .bt-tea-recommend::after {
      right: 22px;
      bottom: -4px;
      width: 170px;
      height: 110px;
      opacity: 0.24;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 120'%3E%3Cg fill='none' stroke='%236f8265' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M89 118C75 76 89 40 139 2'/%3E%3Cpath d='M91 83c19-12 35-15 51-8-15 16-32 19-51 8Z'/%3E%3Cpath d='M103 55c14-14 28-18 43-13-10 17-24 22-43 13Z'/%3E%3Cpath d='M80 91c-22-6-40-2-55 11 20 10 39 6 55-11Z'/%3E%3Cpath d='M84 63c-17-7-33-6-47 4 15 11 31 10 47-4Z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .bt-tea-recommend__icon {
      width: 98px;
      align-self: center;
      justify-self: center;
      filter: drop-shadow(0 8px 14px rgba(39, 75, 53, 0.12));
    }

    .bt-tea-recommend h3 {
      margin: 0 0 8px;
      color: var(--bt-green);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 27px;
      line-height: 1.12;
      font-weight: 700;
    }

    .bt-tea-recommend p {
      max-width: 780px;
      font-size: 15.5px;
      line-height: 1.48;
    }

    .bt-tea-final {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 190px 1px minmax(0, 1fr);
      gap: 28px;
      align-items: center;
      margin-top: 22px;
      padding: 28px 34px;
      border: 1px solid rgba(225, 200, 142, 0.48);
      border-radius: 24px;
      color: #f9f2df;
      background:
        radial-gradient(circle at 18% 50%, rgba(225, 200, 142, 0.17), transparent 28%),
        linear-gradient(135deg, #425f47 0%, #284332 52%, #506946 100%);
      box-shadow: 0 18px 34px rgba(40, 67, 50, 0.20);
    }

    .bt-tea-final::before {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(225, 200, 142, 0.22);
      border-radius: 18px;
      pointer-events: none;
    }

    .bt-tea-final::after {
      right: -10px;
      top: 8px;
      width: 230px;
      height: 170px;
      opacity: 0.24;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 180'%3E%3Cg fill='none' stroke='%23e1c88e' stroke-width='1.2' stroke-linecap='round'%3E%3Cpath d='M101 171C89 120 105 71 160 17'/%3E%3Cpath d='M110 124c22-10 40-9 55 3-20 12-38 12-55-3Z'/%3E%3Cpath d='M119 90c17-16 34-22 52-18-12 19-29 25-52 18Z'/%3E%3Cpath d='M96 138c-26-5-47 1-62 18 25 8 46 2 62-18Z'/%3E%3Cpath d='M101 103c-21-7-40-5-57 7 19 11 38 9 57-7Z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .bt-tea-final > * {
      position: relative;
      z-index: 1;
    }

    .bt-tea-final__emblem {
      width: 166px;
      justify-self: center;
      filter: drop-shadow(0 8px 18px rgba(0,0,0,0.14));
    }

    .bt-tea-final__divider {
      width: 1px;
      height: 112px;
      background: linear-gradient(180deg, transparent, rgba(225, 200, 142, 0.72), transparent);
    }

    .bt-tea-final__body {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 20px;
      align-items: center;
    }

    .bt-tea-final__cup {
      width: 52px;
      height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fbf4e2;
      opacity: 0.92;
    }

    .bt-tea-final__cup svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .bt-tea-final p {
      margin: 0;
      color: rgba(255, 249, 232, 0.92);
      font-size: 17px;
      line-height: 1.48;
    }

    .bt-tea-final strong {
      color: #fff7df;
    }

    @media (max-width: 960px) {
      .bt-tea-desc {
        padding: 18px;
      }

      .bt-tea-hero {
        min-height: auto;
        padding: 38px 30px 34px;
      }

      .bt-tea-hero__art {
        right: -170px;
        bottom: -70px;
        width: 76%;
        min-width: 460px;
        opacity: 0.32;
      }

      .bt-tea-main-grid,
      .bt-tea-brew-grid {
        grid-template-columns: 1fr;
      }

      .bt-tea-brew-card {
        min-height: unset;
      }
    }

    @media (max-width: 680px) {
      .bt-tea-desc {
        padding: 12px;
        border-radius: 22px;
        font-size: 15px;
      }

      .bt-tea-hero {
        padding: 30px 22px 28px;
        border-radius: 22px;
      }

      .bt-tea-hero__art {
        right: -260px;
        bottom: -90px;
        min-width: 520px;
        opacity: 0.20;
      }

      .bt-tea-eyebrow {
        gap: 8px;
        margin-bottom: 16px;
      }

      .bt-tea-eyebrow__emblem {
        width: 34px;
        height: 34px;
      }

      .bt-tea-eyebrow__text {
        min-height: 30px;
        padding: 6px 12px 7px;
        font-size: 14px;
      }

      .bt-tea-title {
        font-size: clamp(31px, 10vw, 42px);
      }

      .bt-tea-intro {
        font-size: 15px;
      }

      .bt-tea-card {
        padding: 22px 18px;
        border-radius: 20px;
      }

      .bt-tea-card-title {
        margin-bottom: 18px;
        font-size: 25px;
      }

      .bt-tea-card-title::before,
      .bt-tea-card-title::after {
        display: none;
      }

      .bt-tea-note {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 14px;
      }

      .bt-tea-note__icon {
        width: 70px;
      }

      .bt-tea-note h4,
      .bt-tea-brew-card h4 {
        font-size: 22px;
      }

      .bt-tea-fact {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 12px;
      }

      .bt-tea-fact__icon {
        width: 48px;
        height: 48px;
      }

      .bt-tea-section-title {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .bt-tea-section-title::before,
      .bt-tea-section-title::after {
        display: none;
      }

      .bt-tea-brew-card {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 14px;
        padding: 20px 16px;
      }

      .bt-tea-brew-card__icon {
        width: 68px;
      }

      .bt-tea-recommend {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 18px;
      }

      .bt-tea-recommend__icon {
        width: 78px;
        justify-self: start;
      }

      .bt-tea-final {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 20px;
      }

      .bt-tea-final__emblem {
        width: 132px;
        justify-self: start;
      }

      .bt-tea-final__divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(225, 200, 142, 0.72), transparent);
      }

      .bt-tea-final__body {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;
      }

      .bt-tea-final__cup {
        width: 40px;
        height: 40px;
      }

      .bt-tea-final p {
        font-size: 15.5px;
      }
    }

.content-decorator.product-page__description strong,
.content-decorator.product-page__description b,
.product-page__description strong,
.product-page__description b,
.product-description strong,
.product-description b,
.s-product-description strong,
.s-product-description b {
    font-weight: 800 !important;
}