/* STB-RIGHT-PANEL-V1 + STB-GALLERY-V5: premium info hierarchy and viewport-safe gallery */
@media (min-width: 781px) {
  html:has(.stb-product-page),
  body:has(.stb-product-page),
  html.stb-sticky-scroll-page,
  body.stb-sticky-scroll-page {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
}
.stb-product-page {
      --stb-forest: #2f641f;
      --stb-forest-deep: #1e3c18;
      --stb-forest-ink: #173f13;
      --stb-sage: #eaf2dd;
      --stb-sage-2: #f4faec;
      --stb-cream: #fff9ed;
      --stb-cream-2: #fbf5e7;
      --stb-gold: #c99a3b;
      --stb-gold-soft: #f5e5b7;
      --stb-border: rgba(47, 100, 31, .14);
      --stb-muted: #6d7566;
      --stb-shadow: 0 24px 70px rgba(32, 57, 20, .12);
      --stb-pill-shadow: 0 12px 26px rgba(78, 125, 36, .26);
      --stb-radius-xl: 32px;
      --stb-radius-lg: 22px;
      --stb-radius-md: 16px;
      margin: 0;
      background: #f7f8f2;
      color: var(--stb-forest-ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
      overflow-x: clip;
    }

    .stb-product-page,
    .stb-product-page * { box-sizing: border-box; }

    .stb-product-page img { display: block; max-width: 100%; }
    .stb-product-page button, .stb-product-page a { font: inherit; }
    .stb-product-page button { cursor: pointer; }
    .stb-product-page a { color: inherit; text-decoration: none; }

    .stb-product-page [id] { scroll-margin-top: 100px; }

    .stb-wrap {
      width: min(1380px, calc(100% - 64px));
      margin: 0 auto;
    }

    .stb-breadcrumbs {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 9px;
      padding: 26px 0 18px;
      color: #7a806f;
      font-size: 12px;
      font-weight: 700;
    }
    .stb-breadcrumbs strong { color: var(--stb-forest); }
    .stb-breadcrumbs span { color: #b0b6a6; }

    .stb-product-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
      gap: clamp(34px, 5vw, 78px);
      align-items: start;
      padding: 8px 0 72px;
    }

    .stb-gallery-sticky-column {
      min-width: 0;
      align-self: stretch;
    }
    .stb-gallery { min-width: 0; }

    .stb-main-media {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 0;
      aspect-ratio: 1.16 / 1;
      overflow: hidden;
      border: 1px solid rgba(47, 100, 31, .1);
      border-radius: var(--stb-radius-xl);
      background:
        radial-gradient(circle at 20% 15%, rgba(201, 154, 59, .16), transparent 24%),
        linear-gradient(145deg, #fffdf4 0%, #f2f5e8 100%);
      box-shadow: var(--stb-shadow);
    }

    .stb-main-media::before {
      position: absolute;
      top: -120px;
      right: -75px;
      width: 360px;
      height: 360px;
      border: 1px solid rgba(47, 100, 31, .12);
      border-radius: 50%;
      content: "";
    }
    .stb-main-media::after {
      position: absolute;
      bottom: -150px;
      left: -110px;
      width: 390px;
      height: 390px;
      border: 1px solid rgba(201, 154, 59, .2);
      border-radius: 50%;
      content: "";
    }

    .stb-media-ribbon {
      position: absolute;
      top: 24px;
      left: 24px;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 14px;
      border: 1px solid rgba(47, 100, 31, .12);
      border-radius: 999px;
      background: rgba(255, 253, 244, .84);
      color: var(--stb-forest);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .05em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }
    .stb-media-ribbon i { width: 7px; height: 7px; border-radius: 50%; background: var(--stb-gold); }

    .stb-main-media img {
      position: relative;
      z-index: 1;
      width: calc(100% - 48px);
      height: calc(100% - 76px);
      max-height: none;
      border-radius: 18px;
      object-fit: contain;
      mix-blend-mode: multiply;
      filter: drop-shadow(0 30px 20px rgba(52, 61, 26, .16));
      will-change: opacity, transform;
      cursor: zoom-in;
    }

    @keyframes stb-gallery-slide-next {
      from { opacity: .18; transform: translateX(22px) scale(.975); }
      to { opacity: 1; transform: translateX(0) scale(1); }
    }

    @keyframes stb-gallery-slide-prev {
      from { opacity: .18; transform: translateX(-22px) scale(.975); }
      to { opacity: 1; transform: translateX(0) scale(1); }
    }

    .stb-main-product-image.is-slide-next { animation: stb-gallery-slide-next .42s cubic-bezier(.22, .8, .25, 1); }
    .stb-main-product-image.is-slide-prev { animation: stb-gallery-slide-prev .42s cubic-bezier(.22, .8, .25, 1); }

    .stb-image-open {
      position: absolute;
      top: 24px;
      right: 24px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 36px;
      padding: 8px 11px;
      border: 1px solid rgba(47, 100, 31, .14);
      border-radius: 999px;
      background: rgba(255, 253, 244, .78);
      color: var(--stb-forest);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .02em;
      backdrop-filter: blur(12px) saturate(130%);
      box-shadow: 0 8px 20px rgba(37, 63, 24, .08);
      transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
    }
    .stb-image-open:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .96); box-shadow: 0 12px 24px rgba(37, 63, 24, .14); }
    .stb-image-open svg { width: 15px; height: 15px; }

    .stb-gallery-counter {
      position: absolute;
      right: 24px;
      bottom: 24px;
      z-index: 3;
      display: inline-flex;
      align-items: baseline;
      gap: 5px;
      min-height: 30px;
      padding: 6px 10px;
      border: 1px solid rgba(255, 255, 255, .48);
      border-radius: 999px;
      background: rgba(23, 63, 19, .72);
      color: white;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .08em;
      backdrop-filter: blur(10px);
    }
    .stb-gallery-counter i { color: rgba(255, 255, 255, .62); font-style: normal; font-weight: 700; }

    .stb-gallery-controls {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .stb-gallery-controls button {
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255, 255, 255, .68);
      border-radius: 50%;
      background: rgba(255, 255, 255, .72);
      color: var(--stb-forest);
      pointer-events: auto;
      backdrop-filter: blur(12px) saturate(130%);
      box-shadow: 0 10px 24px rgba(37, 63, 24, .14);
      transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
    }
    .stb-gallery-controls button:hover { transform: scale(1.08); background: var(--stb-forest); color: white; box-shadow: 0 14px 28px rgba(37, 63, 24, .2); }
    .stb-gallery-controls svg { width: 17px; height: 17px; }

    .stb-thumbs-carousel {
      display: grid;
      grid-template-columns: 0 minmax(0, 1fr) 0;
      gap: 12px;
      align-items: center;
      margin-top: 16px;
    }
    .stb-thumbs-carousel.has-overflow { grid-template-columns: 32px minmax(0, 1fr) 32px; }
    .stb-thumbs-viewport {
      min-width: 0;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    .stb-thumbs-viewport::-webkit-scrollbar { display: none; }
    .stb-thumbs {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      gap: 12px;
    }
    .stb-thumb-nav {
      display: none;
      place-items: center;
      align-self: center;
      width: 38px;
      height: 38px;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, .72);
      border-radius: 50%;
      background: rgba(255, 255, 255, .76);
      color: var(--stb-forest);
      backdrop-filter: blur(12px);
      box-shadow: 0 9px 20px rgba(37, 63, 24, .12);
      transition: opacity .2s ease, transform .2s ease, background-color .2s ease, color .2s ease;
    }
    .stb-thumbs-carousel.has-overflow .stb-thumb-nav { display: grid; }
    .stb-thumb-nav:hover:not(:disabled) { transform: scale(1.08); background: var(--stb-forest); color: white; }
    .stb-thumb-nav:disabled { cursor: not-allowed; opacity: .34; }
    .stb-thumb-nav svg { width: 15px; height: 15px; }
    .stb-thumb {
      position: relative;
      display: grid;
      place-items: center;
      flex: 0 0 calc((100% - 48px) / 5);
      min-width: 0;
      height: auto;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      padding: 6px;
      border: 1px solid rgba(47, 100, 31, .12);
      border-radius: 17px;
      background: #fffdf5;
      cursor: pointer;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
    }
    .stb-thumb:hover { transform: translateY(-3px); border-color: rgba(47, 100, 31, .38); box-shadow: 0 10px 20px rgba(47, 100, 31, .1); }
    .stb-thumb.is-active { border: 2px solid var(--stb-forest); box-shadow: 0 0 0 3px rgba(201, 154, 59, .22), 0 12px 24px rgba(47, 100, 31, .14); }
    .stb-thumb.is-active::after { position: absolute; top: 8px; right: 8px; width: 7px; height: 7px; border: 2px solid rgba(255, 255, 255, .82); border-radius: 50%; background: var(--stb-gold); content: ""; }
    .stb-thumb img { display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 11px; }
    .stb-thumb span {
      position: absolute;
      right: 7px;
      bottom: 7px;
      left: 7px;
      padding: 5px 6px;
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(23, 63, 19, .48), rgba(23, 63, 19, .86));
      color: white;
      font-size: 10px;
      font-weight: 800;
      text-align: center;
      letter-spacing: .01em;
    }

    .stb-lightbox[hidden] { display: none !important; }
    .stb-lightbox {
      position: fixed;
      inset: 0;
      z-index: 2400;
      display: grid;
      place-items: center;
      padding: 24px;
    }
    .stb-lightbox-backdrop { position: absolute; inset: 0; background: rgba(13, 29, 12, .76); backdrop-filter: blur(14px); }
    .stb-lightbox-dialog {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      width: min(1180px, 100%);
      min-height: min(78vh, 760px);
      padding: 26px 68px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 28px;
      background: linear-gradient(145deg, rgba(255, 253, 244, .12), rgba(234, 242, 221, .06));
      box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
    }
    .stb-lightbox-figure { display: grid; place-items: center; gap: 14px; width: 100%; margin: 0; }
    .stb-lightbox-figure img { display: block; max-width: 100%; max-height: 72vh; border-radius: 18px; object-fit: contain; filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .22)); }
    .stb-lightbox-figure figcaption { display: flex; align-items: center; justify-content: space-between; width: min(720px, 100%); color: rgba(255, 255, 255, .86); font-size: 12px; font-weight: 800; letter-spacing: .03em; }
    .stb-lightbox-figure figcaption b { color: white; }
    .stb-lightbox-close,
    .stb-lightbox-nav {
      position: absolute;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, .28);
      border-radius: 50%;
      background: rgba(255, 255, 255, .12);
      color: white;
      backdrop-filter: blur(12px);
      transition: transform .2s ease, background-color .2s ease;
    }
    .stb-lightbox-close:hover,
    .stb-lightbox-nav:hover { transform: scale(1.08); background: rgba(255, 255, 255, .24); }
    .stb-lightbox-close { top: 18px; right: 18px; }
    .stb-lightbox-nav--prev { top: 50%; left: 18px; transform: translateY(-50%); }
    .stb-lightbox-nav--next { top: 50%; right: 18px; transform: translateY(-50%); }
    .stb-lightbox-nav--prev:hover,
    .stb-lightbox-nav--next:hover { transform: translateY(-50%) scale(1.08); }
    .stb-lightbox-close svg { width: 19px; height: 19px; }
    .stb-lightbox-nav svg { width: 18px; height: 18px; }
    body.stb-gallery-lock,
    body.stb-enquiry-lock { overflow: hidden !important; }

    .stb-enquiry-modal[hidden] { display: none !important; }
    .stb-enquiry-modal {
      position: fixed;
      inset: 0;
      z-index: 2500;
      display: grid;
      place-items: center;
      padding: 12px;
    }
    .stb-enquiry-backdrop { position: absolute; inset: 0; background: rgba(13, 29, 12, .62); backdrop-filter: blur(12px); }
    .stb-enquiry-dialog {
      position: relative;
      z-index: 1;
      width: min(650px, 100%);
      max-height: calc(100vh - 24px);
      max-height: calc(100svh - 24px);
      overflow: hidden;
      border: 1px solid rgba(47, 100, 31, .14);
      border-radius: 28px;
      background: #fffdf5;
      box-shadow: 0 30px 90px rgba(16, 38, 14, .28);
      animation: stb-enquiry-in .28s cubic-bezier(.22, .8, .25, 1);
    }
    @keyframes stb-enquiry-in { from { opacity: 0; transform: translateY(18px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
    .stb-enquiry-close {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      padding: 0;
      border: 1px solid rgba(47, 100, 31, .12);
      border-radius: 50%;
      background: rgba(255, 255, 255, .76);
      color: var(--stb-forest);
      transition: transform .2s ease, background-color .2s ease;
    }
    .stb-enquiry-close:hover { transform: rotate(6deg) scale(1.06); background: var(--stb-sage); }
    .stb-enquiry-close svg { width: 18px; height: 18px; }
    .stb-enquiry-header { padding: 26px 34px 18px; border-bottom: 1px solid var(--stb-border); background: linear-gradient(145deg, #fffdf5, #f4faec); }
    .stb-enquiry-header .stb-kicker { font-size: 10px; }
    .stb-enquiry-header h2 { max-width: 500px; margin: 10px 0 8px; color: var(--stb-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 5vw, 44px); line-height: .98; letter-spacing: -.055em; }
    .stb-enquiry-header h2 em { color: var(--stb-gold); font-style: normal; }
    .stb-enquiry-header p { max-width: 500px; margin: 0; color: var(--stb-muted); font-size: 12px; line-height: 1.5; }
    .stb-enquiry-product { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; min-width: 0; margin-top: 14px; padding: 7px 10px; border: 1px solid rgba(47, 100, 31, .12); border-radius: 999px; background: rgba(255, 255, 255, .7); color: var(--stb-forest); font-size: 10px; font-weight: 900; }
    .stb-enquiry-product span:not(.stb-enquiry-product-dot) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .stb-enquiry-product b { padding-left: 9px; border-left: 1px solid rgba(47, 100, 31, .18); color: var(--stb-gold); }
    .stb-enquiry-product-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--stb-gold); box-shadow: 0 0 0 4px rgba(201, 154, 59, .14); }
    .stb-enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 14px; padding: 18px 34px 22px; }
    .stb-enquiry-field { display: grid; gap: 5px; }
    .stb-enquiry-field--full, .stb-enquiry-submit { grid-column: 1 / -1; }
    .stb-enquiry-field label { color: var(--stb-forest-deep); font-size: 10px; font-weight: 900; letter-spacing: .02em; }
    .stb-enquiry-field input, .stb-enquiry-field textarea {
      width: 100%;
      border: 1px solid rgba(47, 100, 31, .16);
      border-radius: 13px;
      outline: 0;
      background: white;
      color: var(--stb-forest-ink);
      font: inherit;
      font-size: 12px;
      line-height: 1.35;
      transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    }
    .stb-enquiry-field input { min-height: 45px; padding: 10px 12px; }
    .stb-enquiry-field textarea { height: 82px; min-height: 82px; padding: 10px 12px; resize: none; overflow: auto; }
    .stb-enquiry-field input::placeholder, .stb-enquiry-field textarea::placeholder { color: #9aa190; }
    .stb-enquiry-field input:focus, .stb-enquiry-field textarea:focus { border-color: rgba(47, 100, 31, .62); background: #fffefa; box-shadow: 0 0 0 4px rgba(47, 100, 31, .1); }
    .stb-enquiry-field.has-error input, .stb-enquiry-field.has-error textarea { border-color: rgba(179, 68, 53, .68); background: #fff8f6; }
    .stb-enquiry-field small { min-height: 0; color: #b34435; font-size: 9px; font-weight: 800; line-height: 1.15; }
    .stb-enquiry-field small:empty { display: none; }
    .stb-enquiry-alert[hidden] { display: none !important; }
    .stb-enquiry-alert { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; padding: 20px; }
    .stb-enquiry-alert-backdrop { position: absolute; inset: 0; background: rgba(28, 57, 24, .28); backdrop-filter: blur(8px); }
    .stb-enquiry-alert-card { position: relative; z-index: 1; width: min(500px, 100%); padding: 46px 36px 28px; border: 1px solid rgba(201, 154, 59, .48); border-radius: 28px; background: #fffdf5; box-shadow: 0 30px 80px rgba(16, 38, 14, .28); text-align: center; animation: stb-enquiry-alert-in .25s cubic-bezier(.22, .8, .25, 1); }
    @keyframes stb-enquiry-alert-in { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
    .stb-enquiry-alert-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #7a8373; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
    .stb-enquiry-alert-close:hover { transform: rotate(8deg); background: var(--stb-sage); color: var(--stb-forest); }
    .stb-enquiry-alert-close svg { width: 16px; height: 16px; }
    .stb-enquiry-alert-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; color: white; font-size: 38px; font-weight: 900; line-height: 1; box-shadow: 0 12px 24px rgba(16, 38, 14, .14); }
    .stb-enquiry-alert[data-state="error"] .stb-enquiry-alert-icon { background: #bd3026; }
    .stb-enquiry-alert[data-state="success"] .stb-enquiry-alert-icon { background: #3e7a27; }
    .stb-enquiry-alert-title { margin: 0; color: var(--stb-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 40px); line-height: 1.03; letter-spacing: -.045em; }
    .stb-enquiry-alert-text { max-width: 390px; margin: 12px auto 0; color: var(--stb-muted); font-size: 13px; line-height: 1.55; }
    .stb-enquiry-alert-action { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; margin-top: 21px; padding: 8px 22px; border: 1px solid rgba(47, 100, 31, .18); border-radius: 999px; background: var(--stb-sage-2); color: var(--stb-forest); font: inherit; font-size: 11px; font-weight: 900; transition: transform .2s ease, background-color .2s ease; }
    .stb-enquiry-alert-action:hover { transform: translateY(-2px); background: var(--stb-sage); }
    .stb-enquiry-alert[data-state="success"] .stb-enquiry-alert-action { display: none; }
    .stb-enquiry-submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 7px 10px 7px 22px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #2d691f, #4e7d24); color: white; font: inherit; font-size: 12px; font-weight: 900; box-shadow: var(--stb-pill-shadow); transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
    .stb-enquiry-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(47, 100, 31, .2); }
    .stb-enquiry-submit:disabled { cursor: wait; opacity: .62; }
    .stb-enquiry-submit .stb-btn-icon { background: white; color: var(--stb-forest); }

    .stb-product-info { position: static; max-width: 620px; }
    .stb-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--stb-gold);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .18em;
      text-transform: uppercase;
    }
    .stb-kicker::before { width: 24px; height: 1px; background: var(--stb-gold); content: ""; }
    .stb-product-info h1 {
      max-width: 620px;
      margin: 13px 0 12px;
      color: var(--stb-forest-deep);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(40px, 4vw, 62px);
      font-weight: 900;
      line-height: .98;
      letter-spacing: -.055em;
      text-wrap: balance;
    }
    .stb-product-info h1 em { color: var(--stb-gold); font-style: normal; }
    .stb-rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 18px; color: var(--stb-forest-deep); font-size: 13px; font-weight: 900; }
    .stb-stars { flex: 0 0 auto; color: var(--stb-gold); letter-spacing: 3px; line-height: 1; white-space: nowrap; }
    .stb-rating-row > span:not(.stb-stars) { white-space: nowrap; }
    .stb-rating-row small { padding-left: 12px; border-left: 1px solid rgba(47, 100, 31, .18); color: var(--stb-muted); font-size: 12px; font-weight: 700; }
    .stb-product-lede { max-width: 590px; margin: 0; color: #5f6958; font-size: 15px; line-height: 1.72; text-wrap: pretty; }
    .stb-read-more { display: inline-flex; align-items: center; gap: 5px; margin-top: 11px; border-bottom: 1px solid rgba(47, 100, 31, .35); color: var(--stb-forest); font-size: 13px; font-weight: 900; }

    .stb-feature-panel {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 29px 0 27px;
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 21px;
      background: linear-gradient(135deg, var(--stb-forest) 0%, #477c25 100%);
      box-shadow: 0 15px 28px rgba(47, 100, 31, .2);
    }
    .stb-feature {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 64px;
      padding: 10px 12px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 16px;
      background: rgba(255, 255, 255, .08);
      color: white;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.25;
      transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
    }
    .stb-feature:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .13); border-color: rgba(255, 255, 255, .24); }
    .stb-feature-icon {
      display: grid;
      flex: 0 0 42px;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--stb-sage);
      color: var(--stb-forest);
    }
    .stb-feature-icon svg { width: 30px; height: 30px; }

    .stb-option-label { display: flex; justify-content: space-between; align-items: center; margin: 0 0 11px; color: var(--stb-forest-deep); font-weight: 900; }
    .stb-option-label span { color: var(--stb-muted); font-size: 12px; font-weight: 700; }
    .stb-pack-options { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 23px; }
    .stb-pack {
      display: inline-flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      gap: 6px;
      min-width: 130px;
      min-height: 86px;
      padding: 12px 14px;
      border: 1px solid rgba(47, 100, 31, .18);
      border-radius: 13px;
      background: white;
      color: var(--stb-forest);
      font-weight: 900;
      text-align: left;
      transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
    }
    .stb-pack-size { color: var(--stb-forest-deep); font-size: 13px; font-weight: 900; line-height: 1.1; }
    .stb-pack-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 7px; line-height: 1; }
    .stb-pack-price { color: var(--stb-forest); font-size: 18px; font-weight: 900; line-height: 1; }
    .stb-pack-mrp { color: black; font-size: 14px; font-weight: 900; line-height: 1; text-decoration: line-through; text-decoration-thickness: 1.5px; }
    .stb-pack-discount { padding: 3px 5px; border-radius: 5px; background: #fff0e8; color: #b65a31; font-size: 12px; font-style: normal; font-weight: 900; line-height: 1; white-space: nowrap; }
    .stb-pack-unit-price { color: #438b82; font-size: 10px; font-weight: 900; line-height: 1; }
    .stb-pack.is-active .stb-pack-price { color: var(--stb-forest); }
    .stb-pack.is-active .stb-pack-unit-price { color: var(--stb-forest); }
    .stb-pack:hover { transform: translateY(-2px); border-color: rgba(47, 100, 31, .42); }
    .stb-pack.is-active { border-color: var(--stb-forest); background: linear-gradient(180deg, #f3f9eb, #eaf2dd); box-shadow: inset 0 0 0 1px var(--stb-forest), 0 8px 18px rgba(47, 100, 31, .1); }
    .stb-pack:focus-visible, .stb-btn:focus-visible { outline: 3px solid rgba(201, 154, 59, .38); outline-offset: 3px; }

    .stb-price-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 21px 0 20px;
      border-top: 1px solid var(--stb-border);
      border-bottom: 1px solid var(--stb-border);
    }
    .stb-price-caption { display: grid; gap: 4px; max-width: 250px; color: var(--stb-muted); font-size: 11px; font-weight: 800; line-height: 1.35; }
    .stb-price-caption .stb-mini-label { color: var(--stb-gold); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .stb-price-caption strong { color: var(--stb-forest); font-size: 12px; line-height: 1.35; }
    .stb-price-caption small { color: var(--stb-muted); font-size: 10px; font-weight: 700; }
    .stb-price-summary { display: grid; min-width: 154px; gap: 5px; text-align: right; }
    .stb-price-summary span { color: #000000; font-size: 10px; font-weight: 800; }
    .stb-price-summary strong { color: var(--stb-forest); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 900; letter-spacing: -.04em; line-height: 1; white-space: nowrap; }
    .stb-selected-price-meta { display: flex; align-items: center; justify-content: flex-end; gap: 7px; min-height: 13px; }
    .stb-selected-price-meta[hidden] { display: none; }
    .stb-selected-price-meta del { color: black; font-size: 13px; font-weight: 700; text-decoration-thickness: 1.5px; }
    .stb-selected-price-meta b { color: #b65a31; font-size: 13px; font-weight: 900; }

    .stb-availability {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 18px 0 16px;
      padding: 13px 15px;
      border: 1px solid rgba(47, 100, 31, .13);
      border-radius: 16px;
      background: linear-gradient(180deg, #f5faed, #edf6e4);
      color: var(--stb-forest);
      font-size: 12px;
      font-weight: 800;
      box-shadow: 0 8px 18px rgba(47, 100, 31, .06);
    }
    .stb-availability i { width: 9px; height: 9px; border-radius: 50%; background: #5d9a2c; box-shadow: 0 0 0 5px rgba(93, 154, 44, .12); }
    .stb-availability-copy { display: grid; flex: 1; gap: 3px; }
    .stb-availability-copy b { color: var(--stb-forest); font-size: 12px; }
    .stb-availability-copy small { color: var(--stb-muted); font-size: 10px; font-weight: 700; }

    .stb-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
    .stb-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 7px 10px 7px 22px;
      border: 0;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .01em;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .stb-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(47, 100, 31, .16); }
    .stb-btn-primary { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #2d691f, #4e7d24); color: #fff !important; box-shadow: var(--stb-pill-shadow); }
    .stb-btn-primary::after { position: absolute; top: -55%; left: -36%; width: 32%; height: 210%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent); content: ""; pointer-events: none; transform: translateX(-220%) rotate(16deg); animation: stb-primary-shine 3.8s ease-in-out infinite; }
    @keyframes stb-primary-shine { 0%, 48% { opacity: 0; transform: translateX(-220%) rotate(16deg); } 58% { opacity: 1; } 76%, 100% { opacity: 0; transform: translateX(500%) rotate(16deg); } }
    .stb-btn-primary .stb-btn-icon { position: relative; z-index: 2; }
    .stb-btn-secondary { border: 1px solid rgba(47, 100, 31, .22); background: white; color: var(--stb-forest); }
    .stb-btn-icon { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: white; color: var(--stb-forest); }
    .stb-btn-secondary .stb-btn-icon { background: var(--stb-sage); }
    .stb-btn-icon svg { width: 17px; height: 17px; }
    .stb-product-note { max-width: 470px; margin: 14px auto 0; color: var(--stb-muted); font-size: 11px; line-height: 1.55; text-align: center; }

    .stb-trust-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: 0 0 80px;
      border: 1px solid rgba(47, 100, 31, .11);
      border-radius: 22px;
      background: #fffdf5;
      box-shadow: 0 14px 38px rgba(48, 67, 35, .07);
    }
    .stb-trust-item { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 18px 22px; border-right: 1px solid rgba(47, 100, 31, .1); }
    .stb-trust-item:last-child { border-right: 0; }
    .stb-trust-icon { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--stb-sage); color: var(--stb-forest); }
    .stb-trust-icon svg { width: 34px; height: 34px; color:#2f641f; }
    .stb-trust-item strong { display: block; color: var(--stb-forest-deep); font-size: 12px; font-weight: 900; }
    .stb-trust-item span { margin-top: 4px; color: var(--stb-muted); font-size: 10px; line-height: 1.3; }

    .stb-section { padding: 76px 0; }
    .stb-section--cream { background: var(--stb-cream); }
    .stb-section--sage { background: var(--stb-sage-2); }
    .stb-section-shell { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }
    .stb-section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
    .stb-section-heading .stb-kicker { justify-content: center; }
    .stb-section-heading h2 { margin: 12px 0 10px; color: var(--stb-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
    .stb-section-heading h2 em { color: var(--stb-gold); font-style: normal; }
    .stb-section-heading p { margin: 0; color: var(--stb-muted); font-size: 14px; line-height: 1.7; }

    .stb-seo-details { position: relative; overflow: hidden; }
    .stb-seo-details::before, .stb-seo-details::after { position: absolute; border: 1px solid rgba(47, 100, 31, .09); border-radius: 50%; content: ""; pointer-events: none; }
    .stb-seo-details::before { top: -230px; right: -120px; width: 500px; height: 500px; }
    .stb-seo-details::after { bottom: -280px; left: -170px; width: 560px; height: 560px; border-color: rgba(201, 154, 59, .13); }
    .stb-seo-accordion { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; padding: 6px 28px; border: 1px solid rgba(47, 100, 31, .12); border-radius: 27px; background: rgba(255, 255, 255, .9); box-shadow: 0 18px 42px rgba(47, 76, 28, .08); }
    .stb-seo-item { border-bottom: 1px solid rgba(47, 100, 31, .13); }
    .stb-seo-item:last-child { border-bottom: 0; }
    .stb-seo-heading { margin: 0; }
    .stb-seo-trigger { display: grid; grid-template-columns: 43px minmax(0, 1fr) 34px; align-items: center; gap: 15px; width: 100%; min-height: 76px; padding: 18px 2px; border: 0; background: transparent; color: var(--stb-forest-deep); cursor: pointer; text-align: left; transition: color .28s ease; }
    .stb-seo-trigger:hover { color: var(--stb-forest); }
    .stb-seo-trigger:focus-visible { outline: 2px solid var(--stb-gold); outline-offset: -4px; }
    .stb-seo-index { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(201, 154, 59, .35); border-radius: 50%; background: var(--stb-gold-soft); color: var(--stb-forest); font-size: 10px; font-weight: 900; letter-spacing: .04em; }
    .stb-seo-title { font-size: 18px; font-weight: 850; line-height: 1.3; }
    .stb-seo-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(47, 100, 31, .12); border-radius: 50%; background: var(--stb-sage); color: var(--stb-forest); font-size: 21px; font-weight: 400; line-height: 1; transition: transform .38s cubic-bezier(.22, .61, .36, 1), background-color .28s ease, color .28s ease; }
    .stb-seo-panel { display: grid; grid-template-rows: 0fr; padding: 0 52px; opacity: 0; color: var(--stb-muted); font-size: 13px; line-height: 1.75; transition: grid-template-rows .44s cubic-bezier(.22, .61, .36, 1), padding .44s cubic-bezier(.22, .61, .36, 1), opacity .28s ease; }
    .stb-seo-panel > div { min-height: 0; overflow: hidden; }
    .stb-seo-panel-inner { max-width: 890px; }
    .stb-seo-panel-inner p { margin: 0 0 13px; }
    .stb-seo-panel-inner p:last-child { margin-bottom: 0; }
    .stb-seo-panel-inner ul { display: grid; gap: 7px; margin: 0; padding: 0 0 1px 18px; }
    .stb-seo-panel-inner li::marker { color: var(--stb-gold); }
    .stb-seo-panel-inner h4, .stb-seo-panel-inner h5 { margin: 0 0 8px; color: var(--stb-forest-deep); font-size: 14px; font-weight: 900; }
    .stb-seo-item.is-open .stb-seo-panel { grid-template-rows: 1fr; padding: 0 52px 25px; opacity: 1; }
    .stb-seo-item.is-open .stb-seo-icon { transform: rotate(45deg); background: var(--stb-forest); color: white; }

    .stb-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 48px; align-items: center; }
    .stb-story-card { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--stb-radius-xl); background: linear-gradient(145deg, #e8f1db, #fffdf5); }
    .stb-story-card::before, .stb-story-card::after { position: absolute; border: 1px solid rgba(47, 100, 31, .14); border-radius: 50%; content: ""; }
    .stb-story-card::before { top: -100px; right: -80px; width: 310px; height: 310px; }
    .stb-story-card::after { bottom: -150px; left: -70px; width: 340px; height: 340px; }
    .stb-story-image { position: absolute; inset: 32px; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: rgba(255, 255, 255, .55); }
    .stb-story-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; filter: saturate(.9); }
    .stb-story-badge { position: absolute; right: 20px; bottom: 20px; z-index: 1; padding: 12px 15px; border: 1px solid rgba(47, 100, 31, .15); border-radius: 15px; background: rgba(255, 253, 245, .88); color: var(--stb-forest); font-size: 11px; font-weight: 900; backdrop-filter: blur(10px); }
    .stb-story-copy h3 { margin: 0 0 17px; color: var(--stb-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.4vw, 47px); line-height: 1.05; letter-spacing: -.05em; }
    .stb-story-copy p { margin: 0 0 22px; color: var(--stb-muted); font-size: 14px; line-height: 1.8; }
    .stb-check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
    .stb-check-list li { display: flex; align-items: start; gap: 11px; color: var(--stb-forest-ink); font-size: 13px; font-weight: 800; line-height: 1.45; }
    .stb-check-list i { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--stb-forest); color: white; font-size: 12px; font-style: normal; }

    .stb-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .stb-process-card { position: relative; padding: 25px; border: 1px solid rgba(47, 100, 31, .12); border-radius: 20px; background: white; }
    .stb-process-number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--stb-gold-soft); color: var(--stb-forest); font-size: 12px; font-weight: 900; }
    .stb-process-card h3 { margin: 24px 0 8px; color: var(--stb-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 24px; letter-spacing: -.04em; }
    .stb-process-card p { margin: 0; color: var(--stb-muted); font-size: 13px; line-height: 1.65; }
    .stb-process-card::after { position: absolute; top: 43px; right: -26px; width: 34px; height: 1px; background: var(--stb-gold); content: ""; }
    .stb-process-card:last-child::after { display: none; }

    .stb-comparison-wrap { overflow: hidden; border: 1px solid rgba(47, 100, 31, .12); border-radius: 22px; background: white; box-shadow: 0 14px 32px rgba(48, 67, 35, .06); }
    .stb-comparison { width: 100%; border-collapse: collapse; font-size: 13px; }
    .stb-comparison th, .stb-comparison td { padding: 17px 20px; border-bottom: 1px solid rgba(47, 100, 31, .1); text-align: left; vertical-align: top; }
    .stb-comparison tr:last-child td { border-bottom: 0; }
    .stb-comparison th { background: var(--stb-forest); color: white; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
    .stb-comparison th:nth-child(2) { background: #477b26; }
    .stb-comparison td:first-child { width: 30%; color: var(--stb-forest-deep); font-weight: 900; }
    .stb-comparison td:nth-child(2) { background: #f3f8eb; color: var(--stb-forest); font-weight: 800; }
    .stb-comparison td:nth-child(3) { color: var(--stb-muted); }

    .stb-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: start; }
    .stb-faq-intro h2 { margin: 0 0 15px; color: var(--stb-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; }
    .stb-faq-intro h2 em { color: var(--stb-gold); font-style: normal; }
    .stb-faq-intro p { max-width: 320px; margin: 0; color: var(--stb-muted); font-size: 14px; line-height: 1.75; }
    .stb-faq-list { display: grid; gap: 12px; }
    .stb-faq-item { overflow: hidden; border: 1px solid rgba(47, 100, 31, .13); border-radius: 20px; background: rgba(255, 255, 255, .82); box-shadow: 0 10px 26px rgba(38, 74, 25, .035); transition: border-color .35s ease, background-color .35s ease, box-shadow .35s ease, transform .35s ease; }
    .stb-faq-item:hover { border-color: rgba(47, 100, 31, .27); box-shadow: 0 14px 30px rgba(38, 74, 25, .08); transform: translateY(-2px); }
    .stb-faq-item.is-open { border-color: rgba(47, 100, 31, .24); background: white; box-shadow: 0 16px 34px rgba(38, 74, 25, .1); }
    .stb-faq-question { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 68px; padding: 19px 21px; border: 0; background: none; color: var(--stb-forest-deep); cursor: pointer; font-size: 14px; font-weight: 900; text-align: left; transition: color .25s ease; }
    .stb-faq-question:hover { color: var(--stb-forest); }
    .stb-faq-question:focus-visible { outline: 2px solid var(--stb-gold); outline-offset: -4px; }
    .stb-faq-question span { display: grid; flex: 0 0 30px; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(47, 100, 31, .06); border-radius: 50%; background: var(--stb-sage); color: var(--stb-forest); font-size: 20px; font-weight: 500; line-height: 1; transition: transform .38s cubic-bezier(.22, .61, .36, 1), background-color .3s ease, color .3s ease; }
    .stb-faq-answer { display: grid; grid-template-rows: 0fr; padding: 0 21px; opacity: 0; color: var(--stb-muted); font-size: 13px; line-height: 1.7; transition: grid-template-rows .42s cubic-bezier(.22, .61, .36, 1), padding .42s cubic-bezier(.22, .61, .36, 1), opacity .26s ease; }
    .stb-faq-answer > div { min-height: 0; overflow: hidden; }
    .stb-faq-item.is-open .stb-faq-answer { grid-template-rows: 1fr; padding: 0 21px 22px; opacity: 1; }
    .stb-faq-item.is-open .stb-faq-question span { transform: rotate(45deg); background: var(--stb-forest); color: white; }

    .stb-related-section { --stb-related-image-height: 310px; padding: 44px 0 56px; background: #f7faf8; }
    .stb-related-section .stb-section-shell { width: min(1296px, calc(100% - 48px)); }
    .stb-related-section .stb-section-heading { max-width: none; margin: 0 0 26px; text-align: left; }
    .stb-related-section .stb-section-heading .stb-kicker,
    .stb-related-section .stb-section-heading p { display: none; }
    .stb-related-section .stb-section-heading h2 { margin: 0; color: #1b211d; font-size: clamp(23px, 2vw, 29px); line-height: 1.15; letter-spacing: -.02em; }
    .stb-related-carousel { position: relative; padding-bottom: 22px; }
    .stb-related-viewport { width: 100%; overflow: hidden; border-radius: 15px; outline: none; }
    .stb-related-viewport:focus-visible { outline: 2px solid var(--stb-gold); outline-offset: 5px; }
    .stb-related-track { display: flex; align-items: stretch; gap: 14px; transition: transform .65s cubic-bezier(.22, .61, .36, 1); will-change: transform; }
    .stb-related-card { position: relative; display: flex; flex: 0 0 min(320px, 100%); min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #d8ddda; border-radius: 15px; background: #fff; box-shadow: 0 3px 10px rgba(31, 59, 47, .055); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
    .stb-related-card:hover { border-color: rgba(0, 102, 86, .28); box-shadow: 0 10px 22px rgba(31, 59, 47, .11); transform: translateY(-3px); }
    .stb-related-image { position: relative; height: var(--stb-related-image-height); overflow: hidden; background: #fff; }
    .stb-related-image-frame { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden; padding: 12px 14px 16px; border: 0; border-radius: 14px 14px 0 0; background: #fff; }
    .stb-related-image img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; padding: 0; object-fit: contain; object-position: center center; border-radius: 14px 14px 0 0; filter: none; }
    .stb-related-badge { position: absolute; z-index: 3; top: 0; left: 0; display: grid; place-items: center; border: 0; box-shadow: none; font-size: 10px; font-weight: 900; line-height: 1.05; text-align: center; text-transform: uppercase; }
    .stb-related-badge--seller { top: 0; right: 0; left: auto; min-height: 31px; padding: 0 12px; border-radius: 0 14px 0 14px; background: #d59a20; color: #fff; letter-spacing: .01em; white-space: nowrap; }
    .stb-related-badge--discount { width: 51px; height: 52px; padding: 5px 4px; border-radius: 0 0 20px 0; background: linear-gradient(125deg, #285e1c, #4a7b25); color: #fff; letter-spacing: .02em; }
    .stb-related-copy { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 11px 10px 9px; background: #fff; }
    .stb-related-copy h3 { display: -webkit-box; min-height: 36px; overflow: hidden; margin: 0 0 6px; color: #303431; font-family: Georgia, "Times New Roman", serif; font-size: clamp(15px, 1.2vw, 18px); font-weight: 500; line-height: 1.18; letter-spacing: .005em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .stb-related-rating { display: flex; align-items: center; gap: 4px; min-height: 18px; color: #69716d; font-size: 10.5px; line-height: 1; }
    .stb-related-rating .stb-related-star { color: #f2b400; font-size: 16px; line-height: 1; }
    .stb-related-rating strong { color: #303431; font-size: 11px; font-weight: 800; }
    .stb-related-rating small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .stb-related-price { display: flex; align-items: center; min-height: 34px; margin-top: 5px; color: #202521; font-size: 20px; font-weight: 800; line-height: 1; }
    .stb-related-price small { margin-left: 4px; color: #737b76; font-size: 9px; font-weight: 700; }
    .stb-related-benefit { display: block; overflow: hidden; margin: 7px 0 0; padding: 5px 7px; border-radius: 5px; background: #e6f4e8; color: #147766; font-size: 9px; font-weight: 800; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
    .stb-related-link { position: absolute; right: 7px; bottom: 0; z-index: 4; display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 126px; min-height: 50px; padding: 7px 11px; border: 0; border-radius: 14px; background: linear-gradient(125deg, #285e1c, #4a7b25); color: #fff; font-size: 16px; font-weight: 500; letter-spacing: .01em; text-decoration: none; text-transform: uppercase; box-shadow: 0 4px 10px rgba(25, 93, 73, .16); transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
    .stb-related-link > span { color: #fff; }
    .stb-related-link:hover { box-shadow: 0 8px 16px rgba(25, 93, 73, .2); transform: translateY(-2px); }
    .stb-related-link:focus-visible { outline: 2px solid var(--stb-gold); outline-offset: 3px; }
    .stb-related-link i { display: grid; place-items: center; width: 18px; height: 18px; color: #fff; font-size: 18px; font-style: normal; line-height: 1; }
    .stb-related-nav { position: absolute; top: 155px; z-index: 4; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid #d1d8d3; border-radius: 50%; background: rgba(255, 255, 255, .94); box-shadow: 0 7px 16px rgba(31, 59, 47, .12); color: #006858; transition: background-color .25s ease, box-shadow .25s ease, opacity .25s ease, transform .25s ease; }
    .stb-related-nav:hover { background: #fff; box-shadow: 0 10px 20px rgba(31, 59, 47, .18); transform: scale(1.06); }
    .stb-related-nav:focus-visible { outline: 2px solid var(--stb-gold); outline-offset: 3px; }
    .stb-related-nav svg { width: 15px; height: 15px; }
    .stb-related-nav--prev { left: 8px; }
    .stb-related-nav--next { right: 8px; }
    .stb-related-nav:disabled { visibility: hidden; opacity: 0; pointer-events: none; }
    .stb-related-carousel:not(.has-overflow) { padding-bottom: 0; }
    .stb-related-carousel:not(.has-overflow) .stb-related-nav, .stb-related-carousel:not(.has-overflow) .stb-related-dots { display: none; }
    .stb-related-dots { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 8px; }
    .stb-related-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 999px; background: rgba(0, 104, 88, .22); cursor: pointer; transition: width .3s ease, background-color .3s ease, transform .3s ease; }
    .stb-related-dot:hover { transform: scale(1.25); }
    .stb-related-dot.is-active { width: 18px; background: #d59a20; }

    .stb-final-cta { position: relative; overflow: hidden; padding: 60px 7%; border-radius: 32px; background: linear-gradient(125deg, #285e1c, #4a7b25); color: white; margin-bottom: 20px;}
    .stb-final-cta::before, .stb-final-cta::after { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
    .stb-final-cta::before { top: -160px; right: -80px; width: 420px; height: 420px; }
    .stb-final-cta::after { bottom: -190px; left: -90px; width: 430px; height: 430px; }
    .stb-final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
    .stb-final-cta h2 { max-width: 560px; margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 55px); line-height: .98; letter-spacing: -.06em; }
    .stb-final-cta p { max-width: 560px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.65; }
    .stb-final-cta .stb-btn { flex: 0 0 auto; background: white; color: var(--stb-forest); }

    .stb-mobile-bottom { display: none; }

    /* Desktop: the stretched column gives sticky a full right-content scroll range. */
    @media (min-width: 781px) {
      .stb-gallery {
        position: sticky !important;
        top: 103px;
        align-self: start;
        height: max-content;
      }
    }

    @media (max-width: 1050px) {
      .stb-product-hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr); gap: 28px; }
      .stb-main-media { min-height: 0; }
      .stb-trust-item { padding: 16px; }
      .stb-trust-item span { font-size: 9px; }
      .stb-related-section .stb-section-shell { width: min(100% - 32px, 820px); }
      .stb-related-track { gap: 12px; }
      .stb-related-link { width: 112px; min-height: 45px; font-size: 14px; }
    }

    @media (max-width: 780px) {
      .stb-product-page { padding-bottom: 78px; }
      .stb-wrap, .stb-section-shell { width: min(100% - 30px, 620px); }
      .stb-breadcrumbs { padding: 17px 0 12px; font-size: 10px; }
      .stb-product-hero { display: block; padding: 0 0 38px; }
      .stb-gallery-sticky-column { display: block; }
      .stb-gallery { position: static !important; }
      .stb-main-media { min-height: 330px; aspect-ratio: auto; border-radius: 24px; }
      .stb-main-media img { width: 100%; height: auto; max-height: 370px; border-radius: 15px; }
      .stb-media-ribbon { top: 15px; left: 15px; padding: 7px 10px; font-size: 9px; }
      .stb-image-open { top: 15px; right: 15px; width: 35px; min-height: 35px; padding: 8px; }
      .stb-image-open span { display: none; }
      .stb-gallery-counter { right: 15px; bottom: 15px; min-height: 27px; padding: 5px 8px; font-size: 10px; }
      .stb-gallery-controls { padding: 0 14px; }
      .stb-gallery-controls button { width: 34px; height: 34px; }
      .stb-thumbs-carousel { gap: 7px; margin-top: 9px; }
      .stb-thumbs-carousel.has-overflow { grid-template-columns: 32px minmax(0, 1fr) 32px; }
      .stb-thumbs { gap: 7px; }
      .stb-thumb-nav { width: 32px; height: 32px; }
      .stb-thumb-nav svg { width: 13px; height: 13px; }
      .stb-thumb { flex-basis: calc((100% - 24px) / 4.25); height: auto; aspect-ratio: 1 / 1; min-height: 0; padding: 4px; border-radius: 12px; }
      .stb-thumb img { height: 100%; border-radius: 8px; }
      .stb-thumb span { right: 4px; bottom: 4px; left: 4px; padding: 4px 2px; border-radius: 5px; font-size: 8px; }
      .stb-thumb.is-active::after { top: 6px; right: 6px; width: 6px; height: 6px; }
      .stb-lightbox { padding: 12px; }
      .stb-lightbox-dialog { min-height: auto; padding: 56px 46px 20px; border-radius: 20px; }
      .stb-lightbox-figure img { max-height: 68vh; border-radius: 14px; }
      .stb-lightbox-figure figcaption { font-size: 10px; }
      .stb-lightbox-close, .stb-lightbox-nav { width: 36px; height: 36px; }
      .stb-lightbox-close { top: 12px; right: 12px; }
      .stb-lightbox-nav--prev { left: 8px; }
      .stb-lightbox-nav--next { right: 8px; }
      .stb-enquiry-modal { align-items: center; padding: 8px; }
      .stb-enquiry-dialog { max-height: calc(100vh - 16px); max-height: calc(100svh - 16px); border-radius: 24px 24px 18px 18px; }
      .stb-enquiry-close { top: 13px; right: 13px; width: 34px; height: 34px; }
      .stb-enquiry-header { padding: 20px 18px 14px; }
      .stb-enquiry-header h2 { padding-right: 30px; margin: 9px 0 7px; font-size: clamp(28px, 9vw, 38px); }
      .stb-enquiry-header p { font-size: 11px; line-height: 1.45; }
      .stb-enquiry-product { margin-top: 11px; padding: 6px 9px; font-size: 9.5px; }
      .stb-enquiry-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 8px; padding: 15px 18px 17px; }
      .stb-enquiry-field--full, .stb-enquiry-submit { grid-column: 1 / -1; }
      .stb-enquiry-field { gap: 4px; }
      .stb-enquiry-field label { font-size: 10px; }
      .stb-enquiry-field input, .stb-enquiry-field textarea { font-size: 11px; }
      .stb-enquiry-field input { min-height: 42px; padding: 9px 10px; }
      .stb-enquiry-field textarea { height: 64px; min-height: 64px; padding: 9px 10px; }
      .stb-enquiry-field small { font-size: 8px; }
      .stb-enquiry-submit { width: 100%; min-height: 48px; padding-left: 16px; }
      .stb-enquiry-submit .stb-btn-icon { flex-basis: 34px; width: 34px; height: 34px; }
      .stb-enquiry-alert { padding: 12px; }
      .stb-enquiry-alert-card { width: min(450px, 100%); padding: 40px 22px 24px; border-radius: 24px; }
      .stb-enquiry-alert-close { top: 11px; right: 11px; width: 32px; height: 32px; }
      .stb-enquiry-alert-icon { width: 62px; height: 62px; margin-bottom: 16px; font-size: 32px; }
      .stb-enquiry-alert-title { font-size: clamp(27px, 8vw, 36px); }
      .stb-enquiry-alert-text { margin-top: 9px; font-size: 12px; }
      .stb-enquiry-alert-action { min-height: 42px; margin-top: 17px; padding-inline: 19px; font-size: 10px; }
      .stb-product-info { position: static; padding-top: 31px; }
      .stb-kicker { font-size: 9px; letter-spacing: .13em; }
      .stb-kicker::before { width: 18px; }
      .stb-product-info h1 { margin: 10px 0 11px; font-size: clamp(36px, 12vw, 52px); letter-spacing: -.065em; text-wrap: balance; }
      .stb-rating-row { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 7px 10px; margin-bottom: 15px; font-size: 12px; }
      .stb-stars { grid-row: 1 / span 2; letter-spacing: 2px; }
      .stb-rating-row > span:not(.stb-stars) { white-space: normal; line-height: 1.25; }
      .stb-rating-row small { grid-column: 2; padding: 0; border-left: 0; font-size: 11px; line-height: 1.25; }
      .stb-product-lede { max-width: none; font-size: 13px; line-height: 1.65; }
      .stb-feature-panel { gap: 8px; margin: 24px 0 23px; padding: 11px; border-radius: 17px; }
      .stb-feature { min-height: 63px; gap: 8px; padding: 7px; border-radius: 12px; font-size: 10.5px; }
      .stb-feature-icon { flex-basis: 34px; width: 34px; height: 34px; }
      .stb-feature-icon svg { width: 25px; height: 25px; }
     /* .stb-option-label { font-size: 12px; } */
      .stb-pack-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 22px; }
      .stb-pack { min-width: 0; width: 100%; min-height: 78px; gap: 5px; padding: 9px 7px; border-radius: 11px; }
      .stb-pack-size { font-size: 11px; }
      .stb-pack-price-row { gap: 3px 4px; }
      .stb-pack-price { font-size: 13px; }
      .stb-pack-mrp { font-size: 11.5px; }
      .stb-pack-discount { padding: 3px 4px; font-size: 12px; }
      .stb-pack-unit-price { font-size: 9px; }
      .stb-price-box { align-items: center; gap: 10px; padding: 18px 0; }
      .stb-price-caption { max-width: 54%; font-size: 10px; }
      .stb-price-caption strong { font-size: 11px; }
      .stb-price-caption small { font-size: 9px; }
      .stb-price-summary { min-width: 0; gap: 3px; }
      .stb-price-summary span { font-size: 9px; }
      .stb-price-summary strong { font-size: 18px; }
      .stb-selected-price-meta { gap: 4px; }
      .stb-selected-price-meta del, .stb-selected-price-meta b { font-size: 13px; }
      .stb-availability { align-items: flex-start; font-size: 11px; }
      .stb-availability-copy { min-width: 0; }
      .stb-availability-copy b { font-size: 11px; line-height: 1.3; }
      .stb-availability-copy small { font-size: 9px; }
      .stb-actions { grid-template-columns: 1fr; gap: 8px; }
      .stb-btn { min-height: 54px; font-size: 12px; }
      .stb-product-note { font-size: 10px; }
      .stb-trust-strip { grid-template-columns: repeat(2, 1fr); margin-bottom: 32px; border-radius: 17px; line-height: 13px; }
      .stb-trust-item { min-height: 82px; padding: 12px; border-right: 1px solid rgba(47, 100, 31, .1); border-bottom: 1px solid rgba(47, 100, 31, .1); }
      .stb-trust-item:nth-child(2n) { border-right: 0; }
      .stb-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
      .stb-trust-icon { flex-basis: 32px; width: 32px; height: 32px; }
      .stb-trust-icon svg { width: 28px; height: 28px; }
      .stb-trust-item strong { font-size: 10px; }
      .stb-trust-item span { font-size: 8px; }
      .stb-section { padding: 50px 0; }
      .stb-section-heading { margin-bottom: 26px; }
      .stb-section-heading h2 { font-size: 37px; }
      .stb-section-heading p { font-size: 12px; }
      .stb-seo-accordion { padding: 4px 14px; border-radius: 20px; }
      .stb-seo-trigger { grid-template-columns: 31px minmax(0, 1fr) 28px; gap: 10px; min-height: 62px; padding: 15px 0; }
      .stb-seo-index { width: 28px; height: 28px; font-size: 9px; }
      .stb-seo-title { font-size: 14px; line-height: 1.3; }
      .stb-seo-icon { width: 26px; height: 26px; font-size: 19px; }
      .stb-seo-panel { padding: 0 41px; font-size: 11.5px; line-height: 1.65; }
      .stb-seo-item.is-open .stb-seo-panel { padding: 0 41px 18px; }
      .stb-seo-panel-inner h4, .stb-seo-panel-inner h5 { font-size: 12px; }
      .stb-story-grid, .stb-faq-grid { grid-template-columns: 1fr; gap: 26px; }
      .stb-story-card { min-height: 320px; }
      .stb-story-image { inset: 16px; }
      .stb-story-copy h3 { font-size: 34px; }
      .stb-story-copy p { font-size: 12px; }
      .stb-check-list li { font-size: 11px; }
      .stb-process-grid { grid-template-columns: 1fr; gap: 11px; }
      .stb-process-card { padding: 18px; }
      .stb-process-card h3 { margin-top: 17px; font-size: 21px; }
      .stb-process-card p { font-size: 11px; }
      .stb-process-card::after { top: auto; right: auto; bottom: -17px; left: 32px; width: 1px; height: 22px; }
      .stb-comparison-wrap { border-radius: 16px; }
      .stb-comparison { font-size: 10px; }
      .stb-comparison th, .stb-comparison td { padding: 12px 9px; }
      .stb-comparison th { font-size: 9px; }
      .stb-comparison td:first-child { width: 30%; }
      .stb-faq-intro h2 { font-size: 38px; }
      .stb-faq-intro p { max-width: 100%; font-size: 12px; }
      .stb-faq-list { gap: 9px; }
      .stb-faq-item { border-radius: 16px; }
      .stb-faq-question { min-height: 58px; padding: 15px 14px; font-size: 11.5px; }
      .stb-faq-question span { flex-basis: 26px; width: 26px; height: 26px; font-size: 18px; }
      .stb-faq-answer { padding: 0 14px; font-size: 11.5px; }
      .stb-faq-item.is-open .stb-faq-answer { padding: 0 14px 16px; }
      .stb-related-section { padding: 36px 0 42px; }
      .stb-related-section .stb-section-shell { width: min(100% - 24px, 620px); }
      .stb-related-section .stb-section-heading { margin-bottom: 18px; }
      .stb-related-section .stb-section-heading h2 { font-size: 24px; }
      .stb-related-track { gap: 10px; }
      .stb-related-card { border-radius: 14px; }
      .stb-related-badge--seller { min-height: 28px; padding-inline: 10px; font-size: 9px; }
      .stb-related-badge--discount { width: 47px; height: 48px; font-size: 9px; }
      .stb-related-copy { padding: 10px 9px 8px; }
      .stb-related-copy h3 { min-height: 34px; margin-bottom: 5px; font-size: 16px; }
      .stb-related-rating { font-size: 10px; }
      .stb-related-rating .stb-related-star { font-size: 15px; }
      .stb-related-price { min-height: 30px; font-size: 18px; }
      .stb-related-benefit { margin-top: 6px; font-size: 8.5px; }
      .stb-related-link { right: 6px; width: 108px; min-height: 44px; border-radius: 12px; font-size: 14px; }
      .stb-related-nav { width: 32px; height: 32px; }
      .stb-related-nav--prev { left: 6px; }
      .stb-related-nav--next { right: 6px; }
      .stb-final-cta { padding: 35px 22px; border-radius: 24px; }
      .stb-final-cta-inner { display: block; }
      .stb-final-cta h2 { font-size: 36px; }
      .stb-final-cta p { font-size: 12px; }
      .stb-final-cta .stb-btn { width: 100%; margin-top: 22px; }
      .stb-mobile-bottom { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 7px; border: 1px solid rgba(255,255,255,.3); border-radius: 17px; background: rgba(30,60,24,.94); box-shadow: 0 18px 40px rgba(25,48,20,.28); backdrop-filter: blur(14px); }
      .stb-mobile-bottom a { display: grid; place-items: center; min-height: 45px; border-radius: 12px; color: white; font-size: 11px; font-weight: 900; }
      .stb-mobile-bottom a:first-child { background: var(--stb-gold); color: var(--stb-forest-deep); }
      .stb-mobile-bottom a:last-child { background: rgba(255,255,255,.1); }
    }

    @media (max-height: 680px) {
      .stb-enquiry-modal { padding: 6px; }
      .stb-enquiry-dialog { max-height: calc(100vh - 12px); max-height: calc(100svh - 12px); }
      .stb-enquiry-header { padding: 15px 24px 10px; }
      .stb-enquiry-header p { display: none; }
      .stb-enquiry-header h2 { margin: 7px 0 5px; font-size: clamp(28px, 4vw, 36px); }
      .stb-enquiry-product { margin-top: 8px; padding: 5px 9px; }
      .stb-enquiry-form { gap: 8px 10px; padding: 11px 24px 13px; }
      .stb-enquiry-field { gap: 3px; }
      .stb-enquiry-field input { min-height: 40px; padding: 8px 10px; }
      .stb-enquiry-field textarea { height: 58px; min-height: 58px; padding: 8px 10px; }
      .stb-enquiry-submit { min-height: 44px; }
      .stb-enquiry-alert-card { padding: 30px 20px 20px; }
      .stb-enquiry-alert-icon { width: 54px; height: 54px; margin-bottom: 13px; font-size: 28px; }
      .stb-enquiry-alert-title { font-size: clamp(25px, 7vw, 32px); }
      .stb-enquiry-alert-text { margin-top: 7px; font-size: 11px; }
      .stb-enquiry-alert-action { min-height: 38px; margin-top: 13px; }
    }

    @media (max-width: 780px) and (max-height: 680px) {
      .stb-enquiry-header { padding: 15px 16px 10px; }
      .stb-enquiry-header h2 { padding-right: 24px; font-size: clamp(27px, 8.8vw, 34px); }
      .stb-enquiry-form { gap: 7px; padding: 11px 16px 13px; }
      .stb-enquiry-field input { min-height: 39px; }
      .stb-enquiry-field textarea { height: 55px; min-height: 55px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .stb-main-product-image { animation: none !important; }
      .stb-thumbs-viewport { scroll-behavior: auto; }
      .stb-gallery-controls button, .stb-thumb-nav, .stb-enquiry-dialog, .stb-enquiry-close, .stb-enquiry-alert-card, .stb-enquiry-alert-close, .stb-enquiry-alert-action, .stb-enquiry-submit, .stb-faq-item, .stb-faq-question, .stb-faq-question span, .stb-faq-answer, .stb-related-card, .stb-related-image img, .stb-related-link, .stb-related-link i, .stb-seo-trigger, .stb-seo-icon, .stb-seo-panel { transition: none; animation: none; }
      .stb-btn-primary::after { display: none; animation: none; }
    }
    
    @media(max-width:1150px){

.stb-price-box{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}

.stb-price-summary{
    width:100%;
    min-width:0;
    text-align:left;
}

.stb-selected-price-meta{
    justify-content:flex-start;
}

.stb-price-summary strong{
    font-size:30px;
}
.stb-price-caption {
    display: grid;
    gap: 4px;
    max-width: 360px;
    color: var(--stb-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
}
}

/* =========================================================
   A2 GHEE QUANTITY CARDS — REFERENCE STYLE
========================================================= */

.stb-ghee-variant8,
.stb-ghee-variant8 *,
.stb-ghee-variant8 *::before,
.stb-ghee-variant8 *::after {
    box-sizing: border-box;
}

.stb-ghee-variant8 {
    --variant8-green: #08715f;
    --variant8-green-dark: #075d4f;
    --variant8-header: #f0f2f7;
    --variant8-border: #c9ced6;
    --variant8-text: #252525;
    --variant8-muted: #717171;
    --variant8-unit: #438d83;
    --variant8-discount: #f64f4f;

    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

.stb-ghee-variant8__title {
    margin: 0 0 12px;
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}


/* =========================================================
   GRID
========================================================= */

.stb-ghee-variant8__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    min-width: 0;
}


/* =========================================================
   CARD
========================================================= */

.stb-ghee-variant8__card {
    appearance: none;
    -webkit-appearance: none;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;

    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;

    background: #ffffff;
    border: 1px solid var(--variant8-border);
    border-radius: 6px;

    box-shadow: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.stb-ghee-variant8__card:hover {
    border-color: #8ca99f;
    box-shadow: 0 5px 14px rgba(17, 79, 68, 0.08);
}

.stb-ghee-variant8__card:focus-visible {
    outline: 3px solid rgba(8, 113, 95, 0.18);
    outline-offset: 3px;
}


/* =========================================================
   CARD HEADER
========================================================= */

.stb-ghee-variant8__card-header {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 39px;
    padding: 9px 18px;

    color: #292929;
    background: var(--variant8-header);
    border-bottom: 1px solid var(--variant8-border);

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.stb-ghee-variant8__card-header strong {
    display: block;
    min-width: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}


/* Active header */

.stb-ghee-variant8__card.is-active {
    border-color: var(--variant8-green);
}

.stb-ghee-variant8__card.is-active
.stb-ghee-variant8__card-header {
    color: #ffffff;
    background: #2f641f;
    border-bottom-color: #2f641f;
}

.stb-ghee-variant8__card.is-active
.stb-ghee-variant8__card-header strong {
    font-weight: 700;
}


/* =========================================================
   CARD BODY
========================================================= */

.stb-ghee-variant8__card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 15px 18px 12px;
    background: #ffffff;
}

.stb-ghee-variant8__price-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 6px;
    width: 100%;
    min-width: 0;
}

.stb-ghee-variant8__price {
    color: var(--variant8-text);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.25px;
    white-space: nowrap;
}

.stb-ghee-variant8__mrp {
    color: var(--variant8-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-decoration-thickness: 1.3px;
}

.stb-ghee-variant8__discount {
    color: var(--variant8-discount);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.stb-ghee-variant8__unit {
    display: block;
    margin-top: 6px;
    color: var(--variant8-unit);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .stb-ghee-variant8__grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .stb-ghee-variant8__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .stb-ghee-variant8__card-header {
        min-height: 40px;
        padding: 9px 15px;
    }

    .stb-ghee-variant8__card-header strong {
        font-size: 16px;
    }

    .stb-ghee-variant8__card-body {
        padding: 14px 15px 12px;
    }

    .stb-ghee-variant8__price {
        font-size: 22px;
    }

    .stb-ghee-variant8__mrp,
    .stb-ghee-variant8__discount,
    .stb-ghee-variant8__unit {
        font-size: 12.5px;
    }
}


/* =========================================================
   MOBILE — 2 × 2
========================================================= */

@media (max-width: 576px) {

    .stb-ghee-variant8__title {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .stb-ghee-variant8__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .stb-ghee-variant8__card {
        border-radius: 5px;
    }

    .stb-ghee-variant8__card-header {
        min-height: 35px;
        padding: 8px 10px;
    }

    .stb-ghee-variant8__card-header strong {
        font-size: 14px;
    }

    .stb-ghee-variant8__card-body {
        padding: 11px 10px 10px;
    }

    .stb-ghee-variant8__price-line {
        gap: 4px 5px;
    }

    .stb-ghee-variant8__price {
        font-size: 18px;
    }

    .stb-ghee-variant8__mrp {
        font-size: 10px;
    }

    .stb-ghee-variant8__discount {
        font-size: 10px;
    }

    .stb-ghee-variant8__unit {
        margin-top: 5px;
        font-size: 10.5px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .stb-ghee-variant8__grid {
        gap: 7px;
    }

    .stb-ghee-variant8__card-header {
        padding-right: 8px;
        padding-left: 8px;
    }

    .stb-ghee-variant8__card-header strong {
        font-size: 13px;
    }

    .stb-ghee-variant8__card-body {
        padding-right: 8px;
        padding-left: 8px;
    }

    .stb-ghee-variant8__price {
        font-size: 17px;
    }

    .stb-ghee-variant8__mrp,
    .stb-ghee-variant8__discount {
        font-size: 9px;
    }

    .stb-ghee-variant8__unit {
        font-size: 10px;
    }
}



/* =========================================================
   PRODUCT SHARE BUTTON
========================================================= */

.stb-product-share-head,
.stb-product-share-head *,
.stb-product-share-sheet,
.stb-product-share-sheet *,
.stb-product-share-sheet *::before,
.stb-product-share-sheet *::after {
    box-sizing: border-box;
}

.stb-product-share-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin-bottom: 20px;
}

.stb-product-share-head .stb-kicker {
    margin: 0;
}

.stb-product-share-btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 42px;
    margin: 0;
    padding: 9px 15px;
    color: #315f2d;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(67, 112, 57, 0.22);
    border-radius: 999px;
    box-shadow:
        0 7px 20px rgba(38, 76, 31, 0.07);
    backdrop-filter: blur(8px);
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.stb-product-share-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.stb-product-share-btn:hover {
    color: #ffffff;
    background: #3f7b2c;
    border-color: #3f7b2c;
    box-shadow:
        0 10px 23px rgba(48, 105, 39, 0.19);
    transform: translateY(-1px);
}

.stb-product-share-btn:focus-visible {
    outline: 3px solid rgba(63, 123, 44, 0.2);
    outline-offset: 3px;
}


/* =========================================================
   FALLBACK SHARE SHEET
========================================================= */

.stb-product-share-sheet {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease;
}

.stb-product-share-sheet.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.stb-product-share-sheet__backdrop {
    appearance: none;
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(20, 39, 18, 0.48);
    border: 0;
    backdrop-filter: blur(4px);
}

.stb-product-share-sheet__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 470px);
    padding: 22px;
    background: #fbfcf8;
    border: 1px solid #dce5d7;
    border-radius: 22px;
    box-shadow:
        0 28px 70px rgba(22, 52, 19, 0.26);
    transform: translateY(12px) scale(0.98);
    transition: transform 0.22s ease;
}

.stb-product-share-sheet.is-open
.stb-product-share-sheet__panel {
    transform: translateY(0) scale(1);
}

.stb-product-share-sheet__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.stb-product-share-sheet__header span {
    display: block;
    margin-bottom: 5px;
    color: #c58b27;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 1px;
}

.stb-product-share-sheet__header h3 {
    margin: 0;
    color: #214d28;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.stb-product-share-sheet__close {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    margin: 0;
    padding: 0;
    color: #496347;
    cursor: pointer;
    background: #eef4e9;
    border: 0;
    border-radius: 50%;
}

.stb-product-share-sheet__close svg {
    width: 18px;
    height: 18px;
}

.stb-product-share-sheet__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.stb-product-share-option {
    appearance: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 96px;
    margin: 0;
    padding: 12px 8px;
    color: #355b32;
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #dce6d7;
    border-radius: 15px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.stb-product-share-option:hover {
    border-color: #91af88;
    box-shadow:
        0 9px 20px rgba(42, 83, 37, 0.09);
    transform: translateY(-2px);
}

.stb-product-share-option__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #397837;
    background: #edf6e6;
    border-radius: 12px;
}

.stb-product-share-option__icon svg {
    width: 20px;
    height: 20px;
}

.stb-product-share-option__icon strong {
    font-size: 17px;
    font-weight: 850;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .stb-product-share-head {
        gap: 12px;
        margin-bottom: 14px;
    }

    .stb-product-share-btn {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .stb-product-share-btn svg {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }

    .stb-product-share-sheet {
        align-items: flex-end;
        padding: 10px;
    }

    .stb-product-share-sheet__panel {
        width: 100%;
        padding: 19px 15px 16px;
        border-radius: 21px 21px 15px 15px;
        transform: translateY(30px);
    }

    .stb-product-share-sheet__header {
        margin-bottom: 16px;
    }

    .stb-product-share-sheet__header h3 {
        font-size: 18px;
    }

    .stb-product-share-sheet__options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .stb-product-share-option {
        min-height: 88px;
        padding: 10px 5px;
        font-size: 10px;
        border-radius: 13px;
    }

    .stb-product-share-option__icon {
        width: 35px;
        height: 35px;
        border-radius: 11px;
    }

}


/* =========================================================
   FRESH LASSI STORY — BALANCED IMAGE & CONTENT SIZE
========================================================= */

#story .stb-story-grid {
    display: grid;
    grid-template-columns: minmax(380px, 470px) minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: clamp(42px, 15vw, 200px);
}

/* Image card ko controlled size diya hai */
#story .stb-story-card {
    position: relative;
    width: 100%;
    max-width: 470px;
    aspect-ratio: 1 / 1;
    justify-self: end;

    padding: 18px;
    border-radius: 36px;
    background: #edf3df;
    overflow: visible;
}

/* Square image box */
#story .stb-story-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    border-radius: 28px;
    background: #f4ead8;
}

/* Image poori visible rahegi, crop nahi hogi */
#story .stb-story-image img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

/* Right-side content */
#story .stb-story-copy {
    min-width: 0;
    width: 100%;
    max-width: 650px;
    justify-self: start;
}

/* Badge */
#story .stb-story-badge {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;

    max-width: calc(100% - 56px);
    padding: 12px 20px;

    border: 1px solid rgba(36, 91, 34, 0.18);
    border-radius: 999px;
    background: rgba(255, 252, 244, 0.95);

    color: #286324;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   MEDIUM DESKTOP / TABLET LANDSCAPE
========================================================= */

@media (max-width: 1199px) {
    #story .stb-story-grid {
        grid-template-columns: minmax(340px, 410px) minmax(0, 1fr);
        gap: 100px;
    }

    #story .stb-story-card {
        max-width: 410px;
        padding: 15px;
        border-radius: 30px;
    }

    #story .stb-story-image {
        border-radius: 24px;
    }

    #story .stb-story-badge {
        right: 22px;
        bottom: 22px;
        padding: 10px 16px;
        font-size: 12px;
    }
}


/* =========================================================
   TABLET & MOBILE
========================================================= */

@media (max-width: 900px) {
    #story .stb-story-grid {
        grid-template-columns: 1fr;
        gap: 90px;
    }

    #story .stb-story-card {
        width: min(100%, 460px);
        max-width: 460px;
        margin-inline: auto;
        justify-self: center;

        padding: 14px;
        border-radius: 28px;
    }

    #story .stb-story-image {
        border-radius: 22px;
    }

    #story .stb-story-copy {
        max-width: 650px;
        margin-inline: auto;
        justify-self: center;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {
    #story .stb-story-card {
        width: 100%;
        max-width: 420px;
        padding: 10px;
        border-radius: 23px;
    }

    #story .stb-story-image {
        border-radius: 18px;
    }

    #story .stb-story-badge {
        left: 50%;
        right: auto;
        bottom: 18px;
        transform: translateX(-50%);

        width: max-content;
        max-width: calc(100% - 36px);
        padding: 9px 14px;
        font-size: 11px;
    }
}

/* =========================================================
   FRESH LASSI STORY – FINAL MOBILE CENTERING FIX
========================================================= */

@media (max-width: 900px) {

    #story .stb-story-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        align-items: start;

        width: 100%;
        max-width: 100%;
        gap: 32px;
    }

    #story .stb-story-card {
        /* Parent ke beech mein forcefully centre */
        justify-self: center !important;
        place-self: start center;
        margin-inline: auto !important;

        /* Dono sides par equal space */
        width: calc(100% - 32px) !important;
        max-width: 440px !important;

        aspect-ratio: 1 / 1;
        padding: 14px;

        box-sizing: border-box;
        overflow: hidden;

        border-radius: 28px;
        background: #edf3df;
    }

    #story .stb-story-image {
        width: 100%;
        height: 100%;
        min-width: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;
        overflow: hidden;
        border-radius: 22px;
    }

    #story .stb-story-image img {
        display: block;

        width: 100%;
        height: 100%;
        max-width: 100%;

        object-fit: contain;
        object-position: center;
    }

    #story .stb-story-copy {
        width: 100%;
        max-width: 650px;
        margin-inline: auto;
        justify-self: center;
    }
}


/* Normal mobile */
@media (max-width: 575px) {

    #story .stb-story-card {
        width: calc(100% - 28px) !important;
        max-width: 410px !important;

        padding: 12px;
        border-radius: 24px;
    }

    #story .stb-story-image {
        border-radius: 19px;
    }

    #story .stb-story-badge {
        left: 50%;
        right: auto;
        bottom: 20px;

        transform: translateX(-50%);

        width: max-content;
        max-width: calc(100% - 40px);

        padding: 9px 14px;
        font-size: 11px;
        text-align: center;
        white-space: normal;
    }
}


/* Small mobile — 360px etc. */
@media (max-width: 390px) {

    #story .stb-story-card {
        width: calc(100% - 24px) !important;
        max-width: 340px !important;

        margin-left: auto !important;
        margin-right: auto !important;
        padding: 10px;
    }

    #story .stb-story-image {
        border-radius: 17px;
    }
}

@media (max-width:780px){

.stb-gallery{
    display:flex !important;
    flex-direction:column !important;
}

.stb-main-media{
    order:1 !important;
}

.stb-thumbs-carousel{
    order:2 !important;
    margin-top:20px !important;
}

}

@supports (-webkit-touch-callout: none) {

.stb-thumb{
    width:90px !important;
    min-width:90px !important;
    height:58px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    overflow:visible !important;
}

.stb-thumb img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;

    display:block !important;
    position:static !important;
    transform:none !important;
}

}