/** Shopify CDN: Minification failed

Line 152:0 All "@import" rules must come first
Line 405:0 All "@import" rules must come first
Line 755:0 All "@import" rules must come first
Line 1280:0 All "@import" rules must come first
Line 2135:0 All "@import" rules must come first
Line 2368:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:b2b-v1-cta-final (INDEX:2) */
.b2bv1-cta-final {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important; text-align: var(--b2bv1-align, center) !important; padding: 80px 20px;
  }
  .b2bv1-cta-final__inner {
    max-width: var(--b2bv1-container, 640px); margin: 0 auto; display: flex; flex-direction: column; gap: 18px; align-items: center;
  }
  .b2bv1-cta-final__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2bv1-heading) !important;
    font-size: clamp(32px, 4vw, 54px); line-height: 1.06; margin: 0;
  }
  .b2bv1-cta-final__heading em { font-style: italic; }
  .b2bv1-cta-final__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; opacity: .85; margin: 0; font-weight: 400;
  }
  .b2bv1-cta-final__btn {
    display: inline-block; background: var(--b2bv1-btn-bg) !important; color: var(--b2bv1-btn-text) !important; font-family: var(--sans) !important;
    font-size: 15px; font-weight: 600; letter-spacing: .04em; padding: 18px 40px;
    border-radius: 999px; text-decoration: none; transition: background .2s ease, color .2s ease;
  }
  .b2bv1-cta-final__btn:hover { background: var(--b2bv1-text) !important; color: var(--b2bv1-bg) !important; }

  @media (max-width: 760px) {
    .b2bv1-cta-final__btn { display: block; text-align: center; }
  }
/* END_SECTION:b2b-v1-cta-final */

/* START_SECTION:b2b-v1-faq (INDEX:3) */
.b2bv1-faq {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important;
    padding: 0 20px 72px;
    text-align: var(--b2bv1-align, left) !important;
  }

  .b2bv1-faq__container {
    width: 100%;
    max-width: var(--b2bv1-container, 760px); 
    margin: 0 auto;
  }

  .b2bv1-faq__item { border-bottom: 1px solid var(--b2bv1-border); }
  .b2bv1-faq__item:first-of-type { border-top: 1px solid var(--b2bv1-border); }
  .b2bv1-faq__q {
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 19px 2px; cursor: pointer; font-family: var(--sans) !important; font-size: 15px;
    font-weight: 600; letter-spacing: 0 !important; list-style: none; color: var(--b2bv1-heading) !important;
  }
  .b2bv1-faq__q::-webkit-details-marker { display: none; }
  .b2bv1-faq__q::after { content: "+"; font-family: var(--serif) !important; font-size: 22px; color: var(--b2bv1-accent) !important; }
  .b2bv1-faq__item[open] .b2bv1-faq__q::after { content: "−"; }
  .b2bv1-faq__a {
    font-family: var(--sans) !important; font-size: 14px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; margin: 0; padding: 0 2px 19px; max-width: 60ch; font-weight: 400;
  }
/* END_SECTION:b2b-v1-faq */

/* START_SECTION:b2b-v1-footer (INDEX:4) */
.b2bv1-footer {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important; color: var(--b2bv1-text) !important;
    text-align: var(--b2bv1-align, center) !important; padding: 22px 20px; font-family: var(--sans) !important;
    font-size: 12px; letter-spacing: 0 !important; font-weight: 400;
  }
  .b2bv1-footer__brand {
    font-family: var(--serif) !important; font-size: 15px; letter-spacing: 0 !important; color: var(--b2bv1-brand) !important;
  }
/* END_SECTION:b2b-v1-footer */

/* START_SECTION:b2b-v1-founder (INDEX:5) */
.b2bv1-founder {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important; padding: 72px 0;
  }
  .b2bv1-founder__wrap {
    max-width: var(--b2bv1-container, 1180px); margin: 0 auto; padding: 0 20px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .b2bv1-founder__text { text-align: var(--b2bv1-align, left) !important; }
  .b2bv1-founder__kicker {
    font-family: var(--sans) !important; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--b2bv1-accent) !important; font-weight: 600; margin: 0 0 14px;
  }
  .b2bv1-founder__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2bv1-heading) !important;
    font-size: clamp(26px, 3vw, 40px); line-height: 1.1; margin: 0 0 14px;
  }
  .b2bv1-founder__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.75; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; opacity: .75; margin: 0; font-weight: 400;
  }
  .b2bv1-founder__photo, .b2bv1-founder__photo-placeholder {
    border-radius: 4px; overflow: hidden; aspect-ratio: 4/3; background: rgba(246,241,231,.1);
  }
  .b2bv1-founder__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

  @media (max-width: 760px) {
    .b2bv1-founder { padding: 48px 0; }
    .b2bv1-founder__wrap { grid-template-columns: 1fr; gap: 20px; }
  }
/* END_SECTION:b2b-v1-founder */

/* START_SECTION:b2b-v1-guarantee (INDEX:6) */
.b2bv1-guarantee {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important;
    text-align: var(--b2bv1-align, center) !important; padding: 72px 20px 48px;
  }

  .b2bv1-guarantee__container {
    width: 100%;
    max-width: var(--b2bv1-container, 720px); 
    margin: 0 auto;
  }

  .b2bv1-guarantee__big {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: 0 !important;
    font-size: clamp(56px, 7vw, 88px); line-height: 1; margin: 0 0 10px; color: var(--b2bv1-accent) !important;
  }
  .b2bv1-guarantee__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2bv1-heading) !important;
    font-size: clamp(24px, 3vw, 36px); margin: 0 0 12px;
  }
  .b2bv1-guarantee__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; margin: 0; font-weight: 400;
  }
/* END_SECTION:b2b-v1-guarantee */

/* START_SECTION:b2b-v1-header (INDEX:7) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap');

  .b2bv1-header {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important;
  }
  .b2bv1-header__wrap {
    max-width: var(--b2bv1-container, 1180px); margin: 0 auto; padding: 18px 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
  }

  .nht-nav__logo {
    width: 100%;
    max-width: 200px;
  }

  .b2bv1-header__logo {
    font-family: var(--serif) !important; font-size: 22px; letter-spacing: 0 !important; font-weight: 400;
    color: var(--b2bv1-text) !important;
  }
  .b2bv1-header__logo em { font-style: italic; }
  .b2bv1-header__btn {
    display: inline-block; background: none; border: 1.5px solid var(--b2bv1-btn) !important;
    color: var(--b2bv1-btn) !important; font-family: var(--sans) !important; font-size: 13.5px; font-weight: 600;
    letter-spacing: 0 !important; padding: 11px 22px; border-radius: 999px; text-decoration: none;
    transition: background .2s ease, color .2s ease;
  }
  .b2bv1-header__btn:hover { background: var(--b2bv1-btn) !important; color: var(--b2bv1-btn-text) !important; }

  .template-page--b2b-v1 .shopify-section-group-header-group,
  .template-page--b2b-v1 .wrapper-footer {
    display: none;
  } 

  .template-page .wrapper-body {
    padding: 0;
  }

  @media (max-width: 760px) {
    .b2bv1-header__wrap { flex-wrap: wrap; }
    .nht-nav__logo {
      max-width: 140px;
    }

    .b2bv1-header__btn {
      font-size: 13px;
      letter-spacing: 0;
      padding: 8px 18px;
    }
  }
/* END_SECTION:b2b-v1-header */

/* START_SECTION:b2b-v1-hero (INDEX:8) */
.b2bv1-hero {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important;
  }
  .b2bv1-hero__wrap {
    max-width: var(--b2bv1-container, 1180px); margin: 0 auto; padding: 40px 20px 72px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .b2bv1-hero__content { text-align: var(--b2bv1-align, left) !important; }
  .b2bv1-hero__rating {
    font-family: var(--sans) !important; font-size: 12.5px; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; margin: 0 0 18px; font-weight: 400;
  }
  .b2bv1-hero__stars { color: var(--b2bv1-accent) !important; letter-spacing: 2px; }
  .b2bv1-hero__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2bv1-heading) !important;
    font-size: clamp(38px, 4.6vw, 62px); line-height: 1.04; margin: 0 0 20px;
  }
  .b2bv1-hero__heading em { font-style: italic; }
  .b2bv1-hero__lead {
    font-family: var(--sans) !important; font-size: 16px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; margin: 0 0 20px; font-weight: 400;
  }
  .b2bv1-hero__checks { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
  .b2bv1-hero__checks li {
    display: flex; align-items: center; gap: 10px; font-family: var(--sans) !important;
    font-size: 14.5px; letter-spacing: 0 !important; color: var(--b2bv1-text) !important; font-weight: 400;
  }
  .b2bv1-hero__checks li::before { content: "✓"; color: var(--b2bv1-accent) !important; font-weight: 600; }
  .b2bv1-hero__btn {
    display: inline-block; background: var(--b2bv1-btn-bg) !important; color: var(--b2bv1-btn-text) !important; font-family: var(--sans) !important;
    font-size: 15px; font-weight: 600; letter-spacing: .04em; padding: 18px 40px;
    border-radius: 999px; text-decoration: none; transition: background .2s ease;
  }
  .b2bv1-hero__btn:hover { background: var(--b2bv1-accent) !important; color: var(--b2bv1-btn-text) !important; }
  .b2bv1-hero__subnote {
    display: block; font-family: var(--sans) !important; font-size: 12.5px; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; margin-top: 10px; font-weight: 400;
  }
  .b2bv1-hero__photo, .b2bv1-hero__photo-placeholder {
    border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; background: #E9E1D0;
  }
  .b2bv1-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

  @media (max-width: 760px) {
    .b2bv1-hero__wrap { grid-template-columns: 1fr; gap: 20px; padding-top: 12px; padding-bottom: 44px; }
    .b2bv1-hero__photo { order: 2; aspect-ratio: 4/5; }
    .b2bv1-hero__content { order: 1; }
    .b2bv1-hero__btn { display: block; text-align: center; }
  }
/* END_SECTION:b2b-v1-hero */

/* START_SECTION:b2b-v1-statband (INDEX:9) */
.b2bv1-statband {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important;
    padding: 22px 20px;
    display: flex; justify-content: var(--b2bv1-justify, center) !important; gap: clamp(24px, 5vw, 72px); flex-wrap: wrap;
    font-family: var(--sans) !important; font-size: 13px; letter-spacing: 0 !important; color: var(--b2bv1-text) !important; text-align: center;
    font-weight: 400;
  }
  .b2bv1-statband__item strong {
    font-family: var(--serif) !important; font-size: 18px; font-weight: 400; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important;
  }

  @media (max-width: 760px) {
    .b2bv1-statband { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  }
/* END_SECTION:b2b-v1-statband */

/* START_SECTION:b2b-v1-value-block (INDEX:10) */
.b2bv1-value-block {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2bv1-bg) !important;
  }
  .b2bv1-value-block__wrap {
    max-width: var(--b2bv1-container, 1180px); margin: 0 auto; padding: 56px 20px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .b2bv1-value-block__content { text-align: var(--b2bv1-align, left) !important; }
  .b2bv1-value-block--flip .b2bv1-value-block__photo { order: 2; }
  .b2bv1-value-block__photo, .b2bv1-value-block__photo-placeholder {
    border-radius: 4px; overflow: hidden; aspect-ratio: 4/3; background: #E9E1D0;
  }
  .b2bv1-value-block__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .b2bv1-value-block__kicker {
    font-family: var(--sans) !important; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--b2bv1-accent) !important; font-weight: 600; margin: 0 0 14px;
  }
  .b2bv1-value-block__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2bv1-heading) !important;
    font-size: clamp(26px, 3vw, 40px); line-height: 1.1; margin: 0 0 14px;
  }
  .b2bv1-value-block__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2bv1-text) !important; margin: 0 0 14px; font-weight: 400;
  }
  .b2bv1-value-block__link {
    font-family: var(--sans) !important; font-size: 13.5px; font-weight: 600; letter-spacing: 0 !important;
    color: var(--b2bv1-link) !important; text-decoration: underline; text-underline-offset: 4px;
  }

  @media (max-width: 760px) {
    .b2bv1-value-block__wrap { grid-template-columns: 1fr; gap: 20px; padding-top: 36px; padding-bottom: 8px; }
    .b2bv1-value-block--flip .b2bv1-value-block__photo { order: 0; }
  }
/* END_SECTION:b2b-v1-value-block */

/* START_SECTION:b2b-v2-cta-final (INDEX:11) */
.b2b-v2-cta-final {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    position: relative; text-align: var(--b2b-v2-align, center) !important; padding: 100px 20px;
  }
  .b2b-v2-cta-final__bg, .b2b-v2-cta-final__shade { position: absolute; inset: 0; }
  .b2b-v2-cta-final__bg { background: #1E3D32; }
  .b2b-v2-cta-final__bg img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .b2b-v2-cta-final__shade { background: linear-gradient(var(--b2b-v2-overlay-start), var(--b2b-v2-overlay-end)) !important; }
  .b2b-v2-cta-final__inner {
    position: relative; max-width: var(--b2b-v2-container, 640px); margin: 0 auto;
    display: flex; flex-direction: column; gap: 18px; align-items: center;
  }

  .b2b-v2-cta-final__shade:empty {
    display: block;
  }

  .b2b-v2-cta-final__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2b-v2-heading) !important;
    font-size: clamp(32px, 4.4vw, 58px); line-height: 1.05; margin: 0;
  }
  .b2b-v2-cta-final__heading em { font-style: italic; }
  .b2b-v2-cta-final__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2b-v2-text) !important; opacity: .8; margin: 0;
  }
  .b2b-v2-cta-final__btn {
    display: inline-block; background: var(--b2b-v2-btn-bg) !important; color: var(--b2b-v2-btn-text) !important;
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: .04em;
    padding: 18px 40px; border-radius: 999px; text-decoration: none; transition: background .2s ease;
  }
  .b2b-v2-cta-final__btn:hover { background: var(--b2b-v2-text) !important; color: var(--b2b-v2-btn-bg) !important; }

  @media (max-width: 760px) {
    .b2b-v2-cta-final { padding: 60px 20px; }
  }
/* END_SECTION:b2b-v2-cta-final */

/* START_SECTION:b2b-v2-footer (INDEX:12) */
.b2b-v2-footer {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2b-v2-bg) !important; color: var(--b2b-v2-text) !important;
    text-align: var(--b2b-v2-align, center) !important; padding: 22px 20px; font-family: var(--sans) !important;
    font-size: 12px; letter-spacing: 0 !important;
  }
  .b2b-v2-footer__brand {
    font-family: var(--serif) !important; font-size: 15px; letter-spacing: 0 !important; color: var(--b2b-v2-brand) !important;
  }
/* END_SECTION:b2b-v2-footer */

/* START_SECTION:b2b-v2-guarantee (INDEX:13) */
.b2b-v2-guarantee {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2b-v2-bg) !important;
    text-align: var(--b2b-v2-align, center) !important; 
    padding: 80px 20px;
  }

  .b2b-v2-guarantee__container {
    width: 100%;
    max-width: var(--b2b-v2-container, 720px); 
    margin: 0 auto;
  }

  .b2b-v2-guarantee__big {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: 0 !important;
    font-size: clamp(56px, 7vw, 88px); line-height: 1; margin: 0 0 10px; color: var(--b2b-v2-accent) !important;
  }
  .b2b-v2-guarantee__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2b-v2-heading) !important;
    font-size: clamp(24px, 3vw, 36px); margin: 0 0 12px;
  }
  .b2b-v2-guarantee__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2b-v2-text) !important; margin: 0;
  }

  @media (max-width: 760px) {
    .b2b-v2-guarantee { padding: 44px 20px; }
  }
/* END_SECTION:b2b-v2-guarantee */

/* START_SECTION:b2b-v2-hero (INDEX:14) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap');

  .b2b-v2-hero {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    position: relative; min-height: min(92vh, 780px); display: flex; flex-direction: column;
  }
  .b2b-v2-hero__bg, .b2b-v2-hero__shade { position: absolute; inset: 0; }
  .b2b-v2-hero__bg { background: #1E3D32; }
  .b2b-v2-hero__bg img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .b2b-v2-hero__shade { background: linear-gradient(var(--b2b-v2-overlay-start), var(--b2b-v2-overlay-end)) !important; }

  .b2b-v2-hero__shade:empty {
    display: block;
  }

  .nht-nav__logo {
    width: 100%;
    max-width: 200px;
  }

  .template-page--b2b-v2 .shopify-section-group-header-group,
  .template-page--b2b-v2 .wrapper-footer {
    display: none;
  } 

  .template-page .wrapper-body {
    padding: 0;
  }

  .b2b-v2-hero__nav {
    position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px; max-width: var(--b2b-v2-container, 1280px); margin: 0 auto; width: 100%;
  }
  .b2b-v2-hero__logo {
    font-family: var(--serif) !important; font-size: 22px; letter-spacing: 0 !important; font-weight: 400;
    color: var(--b2b-v2-nav) !important;
  }
  .b2b-v2-hero__logo em { font-style: italic; }
  .b2b-v2-hero__navbtn {
    white-space: nowrap; border: 1.5px solid var(--b2b-v2-nav); color: var(--b2b-v2-nav) !important;
    font-family: var(--sans) !important; font-size: 13.5px; font-weight: 600; letter-spacing: 0 !important;
    padding: 11px 22px; border-radius: 999px; text-decoration: none; transition: all .2s ease;
  }
  .b2b-v2-hero__navbtn:hover { background: var(--b2b-v2-nav) !important; color: var(--b2b-v2-btn-bg) !important; }

  .b2b-v2-hero__content {
    position: relative; flex: 1; display: flex; align-items: flex-end;
    max-width: var(--b2b-v2-container, 1280px); margin: 0 auto; width: 100%; padding: 56px 20px;
  }
  .b2b-v2-hero__inner { max-width: 620px; text-align: var(--b2b-v2-align, left) !important; }
  .b2b-v2-hero__rating {
    font-family: var(--sans) !important; font-size: 12.5px; letter-spacing: 0 !important;
    color: var(--b2b-v2-text) !important; opacity: .85; margin: 0 0 18px;
  }
  .b2b-v2-hero__stars { color: var(--b2b-v2-accent) !important; letter-spacing: 2px; }
  .b2b-v2-hero__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2b-v2-heading) !important;
    font-size: clamp(40px, 5.2vw, 72px); line-height: 1.02; margin: 0 0 18px;
  }
  .b2b-v2-hero__heading em { font-style: italic; }
  .b2b-v2-hero__lead {
    font-family: var(--sans) !important; font-size: 16px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--b2b-v2-text) !important; opacity: .85; margin: 0 0 18px;
  }
  .b2b-v2-hero__checks { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .b2b-v2-hero__checks li {
    display: flex; align-items: center; gap: 10px; font-family: var(--sans) !important;
    font-size: 14.5px; letter-spacing: 0 !important; color: var(--b2b-v2-text) !important; opacity: .9;
  }
  .b2b-v2-hero__checks li::before { content: "✓"; color: var(--b2b-v2-accent) !important; font-weight: 600; }
  .b2b-v2-hero__btn {
    display: inline-block; background: var(--b2b-v2-btn-bg) !important; color: var(--b2b-v2-btn-text) !important;
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: .04em;
    padding: 18px 40px; border-radius: 999px; text-decoration: none; transition: background .2s ease;
  }
  .b2b-v2-hero__btn:hover { background: var(--b2b-v2-text) !important; color: var(--b2b-v2-btn-bg) !important; }
  .b2b-v2-hero__subnote {
    font-family: var(--sans) !important; font-size: 12.5px; letter-spacing: 0 !important;
    color: var(--b2b-v2-text) !important; opacity: .65; margin-left: 18px;
  }

  @media (max-width: 760px) {
    .b2b-v2-hero { min-height: 640px; }
    .b2b-v2-hero__content { padding: 36px 20px 40px; }
    .b2b-v2-hero__btn { display: block; text-align: center; }
    .b2b-v2-hero__subnote { display: block; margin: 10px 0 0; text-align: center !important; }
    .nht-nav__logo {
      max-width: 140px;
    }
    
    .b2b-v2-hero__navbtn {
      font-size: 13px;
      letter-spacing: 0;
      padding: 8px 18px;
    }
  }
/* END_SECTION:b2b-v2-hero */

/* START_SECTION:b2b-v2-inside (INDEX:15) */
.b2b-v2-inside {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2b-v2-bg) !important;
  }
  .b2b-v2-inside__wrap {
    max-width: var(--b2b-v2-container, 1280px); margin: 0 auto; padding: 80px 20px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .b2b-v2-inside--flip .b2b-v2-inside__photo { order: 2; }
  .b2b-v2-inside__content { text-align: var(--b2b-v2-align, left) !important; }
  .b2b-v2-inside__photo, .b2b-v2-inside__photo-placeholder {
    border-radius: 4px; overflow: hidden; aspect-ratio: 1; background: #E9E1D0;
  }
  .b2b-v2-inside__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .b2b-v2-inside__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--b2b-v2-heading) !important;
    font-size: clamp(28px, 3.4vw, 44px); margin: 0 0 18px;
  }
  .b2b-v2-inside__heading em { font-style: italic; }
  .b2b-v2-inside__table { width: 100%; border-collapse: collapse; }
  .b2b-v2-inside__table td {
    padding: 13px 0; border-bottom: 1px solid var(--b2b-v2-border); font-family: var(--sans) !important;
    font-size: 15px; letter-spacing: 0 !important; color: var(--b2b-v2-label) !important;
  }
  .b2b-v2-inside__table td:first-child { font-weight: 600; white-space: nowrap; }
  .b2b-v2-inside__table td:last-child {
    font-size: 13.5px; color: var(--b2b-v2-desc) !important; text-align: right;
  }
  .b2b-v2-inside__note {
    font-family: var(--sans) !important; font-size: 13.5px; letter-spacing: 0 !important;
    color: var(--b2b-v2-note) !important; line-height: 1.65; margin: 16px 0 20px;
  }
  .b2b-v2-inside__btn {
    display: inline-block; background: var(--b2b-v2-btn-bg) !important; color: var(--b2b-v2-btn-text) !important;
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: .04em;
    padding: 18px 40px; border-radius: 999px; text-decoration: none; transition: background .2s ease;
  }
  .b2b-v2-inside__btn:hover { background: var(--b2b-v2-note) !important; color: var(--b2b-v2-bg) !important; }

  @media (max-width: 760px) {
    .b2b-v2-inside__wrap { grid-template-columns: 1fr; gap: 20px; padding-top: 44px; padding-bottom: 44px; }
    .b2b-v2-inside--flip .b2b-v2-inside__photo { order: 0; }
  }
/* END_SECTION:b2b-v2-inside */

/* START_SECTION:b2b-v2-statband (INDEX:16) */
.b2b-v2-statband {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2b-v2-bg) !important;
    padding: 20px;
    display: flex; justify-content: var(--b2b-v2-justify, center) !important; gap: clamp(24px, 5vw, 72px); flex-wrap: wrap;
    font-family: var(--sans) !important; font-size: 13px; letter-spacing: 0 !important; text-align: center;
    color: var(--b2b-v2-text) !important;
  }
  .b2b-v2-statband__item strong {
    font-family: var(--serif) !important; font-size: 18px; font-weight: 400; letter-spacing: 0 !important;
    color: var(--b2b-v2-accent) !important;
  }

  @media (max-width: 760px) {
    .b2b-v2-statband { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  }
/* END_SECTION:b2b-v2-statband */

/* START_SECTION:b2b-v2-testimonial (INDEX:17) */
.b2b-v2-testimonial {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--b2b-v2-bg) !important; text-align: var(--b2b-v2-align, center) !important; padding: 72px 20px;
  }
  .b2b-v2-testimonial__inner {
    max-width: var(--b2b-v2-container, 700px); margin: 0 auto; display: flex; flex-direction: column; gap: 14px; align-items: center;
  }
  .b2b-v2-testimonial__stars { color: var(--b2b-v2-accent) !important; letter-spacing: 2px; font-size: 15px; }
  .b2b-v2-testimonial__quote {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: 0 !important; color: var(--b2b-v2-quote) !important;
    font-size: clamp(24px, 3vw, 36px); line-height: 1.3; margin: 0;
  }
  .b2b-v2-testimonial__attrib {
    font-family: var(--sans) !important; font-size: 13px; letter-spacing: 0 !important;
    color: var(--b2b-v2-attrib) !important; margin: 0;
  }

  @media (max-width: 760px) {
    .b2b-v2-testimonial { padding: 44px 20px; }
  }
/* END_SECTION:b2b-v2-testimonial */

/* START_SECTION:b2b-v3-announce (INDEX:18) */
.sampler-landing-announce {
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important; color: var(--sl-text) !important;
    text-align: center; padding: 10px 20px; font-family: var(--sans) !important;
    font-size: 13px; letter-spacing: .04em;
  }

  .template-page .swym-wishlist-collections-v2-container {
    display: none;
  }
/* END_SECTION:b2b-v3-announce */

/* START_SECTION:b2b-v3-cta-final (INDEX:19) */
.sampler-landing-cta-final {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important; text-align: center; padding: 96px 20px;
  }
  .sampler-landing-cta-final__inner {
    max-width: var(--sl-container, 680px); margin: 0 auto; display: flex; flex-direction: column; gap: 20px; align-items: center;
  }
  .sampler-landing-cta-final__kicker {
    font-family: var(--sans) !important; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--sl-accent) !important; font-weight: 600; margin: 0;
  }
  .sampler-landing-cta-final__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(34px, 4.4vw, 60px); line-height: 1.06; margin: 0;
  }
  .sampler-landing-cta-final__heading em { font-style: italic; }
  .sampler-landing-cta-final__body {
    font-family: var(--sans) !important; font-size: 15px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--sl-text) !important; margin: 0;
  }
  .sampler-landing-cta-final__btn {
    display: inline-block; background: var(--sl-btn-bg) !important; color: var(--sl-btn-text) !important;
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: .04em;
    padding: 18px 40px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: background .2s ease;
  }
  .sampler-landing-cta-final__btn:hover { background: var(--sl-text) !important; color: var(--sl-bg) !important; }
  .sampler-landing-cta-final__trust {
    display: flex; justify-content: center; gap: 18px; font-family: var(--sans) !important;
    font-size: 12.5px; letter-spacing: 0 !important; color: var(--sl-trust) !important; flex-wrap: wrap;
  }
  @media (max-width: 760px) {
    .sampler-landing-cta-final { padding: 56px 20px; }
    .sampler-landing-cta-final__btn { display: block; text-align: center; }
  }
/* END_SECTION:b2b-v3-cta-final */

/* START_SECTION:b2b-v3-differentiators (INDEX:20) */
.sampler-landing-diff {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
  }
  .sampler-landing-diff__wrap { max-width: var(--sl-container, 1180px); margin: 0 auto; padding: 80px 20px; }
  .sampler-landing-diff__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    text-align: var(--sl-align, left) !important;
    font-size: clamp(30px, 3.8vw, 50px); line-height: 1.08; margin: 0 0 36px; max-width: 22ch;
  }
  .sampler-landing-diff__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
  .sampler-landing-diff__cell {
    background: var(--sl-cell-bg) !important; border: 1px solid var(--sl-cell-border); border-radius: 4px; padding: 26px 24px;
  }
  .sampler-landing-diff__cell h3 {
    font-family: var(--sans) !important; font-size: 15.5px; font-weight: 600; letter-spacing: 0 !important;
    color: var(--sl-cell-title) !important; margin: 0 0 8px;
  }
  .sampler-landing-diff__cell p {
    font-family: var(--sans) !important; font-size: 14px; line-height: 1.65; letter-spacing: 0 !important;
    color: var(--sl-cell-text) !important; margin: 0;
  }
  @media (max-width: 760px) {
    .sampler-landing-diff__wrap { padding: 48px 20px; }
  }
/* END_SECTION:b2b-v3-differentiators */

/* START_SECTION:b2b-v3-faq (INDEX:21) */
.sampler-landing-faq {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
    padding: 0 20px 80px;
    text-align: var(--sl-align, left) !important;
  }

  .sampler-landing-faq__container {
    width: 100%;
    max-width: var(--sl-container, 760px); 
    margin: 0 auto;
  }
  
  .sampler-landing-faq__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(28px, 3.4vw, 44px); margin: 0 0 24px;
  }
  .sampler-landing-faq__item { border-bottom: 1px solid var(--sl-border); text-align: left; }
  .sampler-landing-faq__item:first-of-type { border-top: 1px solid var(--sl-border); }
  .sampler-landing-faq__q {
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 20px 2px; cursor: pointer; font-family: var(--sans) !important; font-size: 15.5px;
    font-weight: 600; letter-spacing: 0 !important; list-style: none; color: var(--sl-question) !important;
  }
  .sampler-landing-faq__q::-webkit-details-marker { display: none; }
  .sampler-landing-faq__q::after { content: "+"; font-family: var(--serif) !important; font-size: 22px; color: var(--sl-accent) !important; }
  .sampler-landing-faq__item[open] .sampler-landing-faq__q::after { content: "−"; }
  .sampler-landing-faq__a {
    font-family: var(--sans) !important; font-size: 14.5px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--sl-text) !important; margin: 0; padding: 0 2px 20px; max-width: 60ch;
  }
/* END_SECTION:b2b-v3-faq */

/* START_SECTION:b2b-v3-footer (INDEX:22) */
.sampler-landing-footer {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important; color: var(--sl-text) !important;
    text-align: var(--sl-align, center) !important; padding: 22px 20px; font-family: var(--sans) !important;
    font-size: 12px; letter-spacing: 0 !important;
  }
  .sampler-landing-footer__brand {
    font-family: var(--serif) !important; font-size: 15px; letter-spacing: 0 !important; color: var(--sl-brand) !important;
  }
/* END_SECTION:b2b-v3-footer */

/* START_SECTION:b2b-v3-guarantee (INDEX:23) */
.sampler-landing-guarantee {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
    text-align: var(--sl-align, center) !important; 
    padding: 80px 20px 56px;
  }

  .sampler-landing-guarantee__container {
    width: 100%;
    max-width: var(--sl-container, 760px); 
    margin: 0 auto;
  }
  .sampler-landing-guarantee__big {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: 0 !important;
    font-size: clamp(60px, 8vw, 104px); line-height: 1; margin: 0 0 12px; color: var(--sl-accent) !important;
  }
  .sampler-landing-guarantee__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(26px, 3vw, 38px); margin: 0 0 14px;
  }
  .sampler-landing-guarantee__body {
    font-family: var(--sans) !important; font-size: 15.5px; line-height: 1.75; letter-spacing: 0 !important;
    color: var(--sl-text) !important; margin: 0;
  }
  @media (max-width: 760px) {
    .sampler-landing-guarantee { padding: 48px 20px; }
  }
/* END_SECTION:b2b-v3-guarantee */

/* START_SECTION:b2b-v3-header (INDEX:24) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap');
  .sampler-landing-header {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
  }
  .sampler-landing-header__wrap {
    max-width: var(--sl-container, 1280px); margin: 0 auto; padding: 18px 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
  }
  .sampler-landing-header__logo {
    font-family: var(--serif) !important; font-size: 22px; letter-spacing: 0 !important; font-weight: 400;
    color: var(--sl-text) !important;
  }
  .sampler-landing-header__logo em { font-style: italic; }
  .sampler-landing-header__btn {
    display: inline-block; background: var(--sl-btn) !important; color: var(--sl-btn-text) !important;
    font-family: var(--sans) !important; font-size: 13.5px; font-weight: 600; letter-spacing: .04em;
    padding: 12px 22px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: background .2s ease;
  }
  .sampler-landing-header__btn:hover { background: var(--sl-text) !important; color: var(--sl-bg) !important; }

  .nht-nav__logo {
    width: 100%;
    max-width: 200px;
  }

  .template-page--sampler-landing .shopify-section-group-header-group,
  .template-page--sampler-landing .wrapper-footer {
    display: none;
  } 

  .template-page .wrapper-body {
    padding: 0;
  }

  @media (max-width: 760px) {
    /* .sampler-landing-header__wrap { flex-wrap: wrap; } */
    .nht-nav__logo {
      max-width: 140px;
    }

    .sampler-landing-header__btn {
      font-size: 13px;
      letter-spacing: 0;
      padding: 8px 18px;
    }
  }
/* END_SECTION:b2b-v3-header */

/* START_SECTION:b2b-v3-hero (INDEX:25) */
.sampler-landing-hero {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
  }
  .sampler-landing-hero__wrap {
    max-width: var(--sl-container, 1280px); margin: 0 auto; padding: 24px 20px 64px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .sampler-landing-hero__content { text-align: var(--sl-align, left) !important; }
  .sampler-landing-hero__photo, .sampler-landing-hero__photo-placeholder {
    position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 1; background: #E9E1D0;
  }
  .sampler-landing-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .sampler-landing-hero__tag {
    position: absolute; left: 14px; top: 14px; background: var(--sl-accent) !important; color: var(--sl-bg) !important;
    font-family: var(--sans) !important; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    padding: 7px 14px; border-radius: 999px;
    line-height: 12px;
  }
  .sampler-landing-hero__rating {
    display: flex; align-items: center; gap: 10px; font-family: var(--sans) !important;
    font-size: 13px; letter-spacing: 0 !important; color: var(--sl-text) !important; margin: 0 0 14px;
  }
  .sampler-landing-hero__stars { color: var(--sl-accent) !important; letter-spacing: 2px; }
  .sampler-landing-hero__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(36px, 4.2vw, 58px); line-height: 1.05; margin: 0 0 16px;
  }
  .sampler-landing-hero__heading em { font-style: italic; }
  .sampler-landing-hero__lead {
    font-family: var(--sans) !important; font-size: 16px; line-height: 1.7; letter-spacing: 0 !important;
    color: var(--sl-text) !important; margin: 0 0 20px;
  }
  .sampler-landing-hero__price { display: flex; align-items: baseline; gap: 12px; margin: 0 0 20px; }
  .sampler-landing-hero__amt { font-family: var(--serif) !important; font-size: 34px; letter-spacing: 0 !important; color: var(--sl-heading) !important; }
  .sampler-landing-hero__per { font-family: var(--sans) !important; font-size: 13.5px; letter-spacing: 0 !important; color: var(--sl-text) !important; }
  .sampler-landing-hero__checks { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .sampler-landing-hero__checks li {
    display: flex; align-items: center; gap: 12px; font-family: var(--sans) !important;
    font-size: 14.5px; letter-spacing: 0 !important; color: var(--sl-text) !important;
  }
  .sampler-landing-hero__checks li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sl-accent) !important; flex-shrink: 0; }
  .sampler-landing-hero__cta { display: flex; flex-direction: column; gap: 10px; }
  .sampler-landing-hero__btn {
    display: inline-block; background: var(--sl-btn-bg) !important; color: var(--sl-btn-text) !important;
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: .04em;
    padding: 18px 40px; border-radius: 999px; text-decoration: none; text-align: center; white-space: nowrap;
    transition: background .2s ease;
  }
  .sampler-landing-hero__btn:hover { background: var(--sl-accent) !important; color: var(--sl-btn-text) !important; }
  .sampler-landing-hero__trust {
    display: flex; justify-content: center; gap: 18px; font-family: var(--sans) !important;
    font-size: 12.5px; letter-spacing: 0 !important; color: var(--sl-text) !important; flex-wrap: wrap;
  }
  @media (max-width: 760px) {
    .sampler-landing-hero__wrap { grid-template-columns: 1fr; gap: 20px; padding-top: 8px; padding-bottom: 40px; }
    .sampler-landing-hero__btn { display: block; }
  }
/* END_SECTION:b2b-v3-hero */

/* START_SECTION:b2b-v3-how-it-works (INDEX:26) */
.sampler-landing-how {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important; padding: 80px 20px;
  }
  .sampler-landing-how__inner { max-width: var(--sl-container, 1180px); margin: 0 auto; }
  .sampler-landing-how__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(30px, 3.8vw, 50px); margin: 0 0 40px; text-align: center;
  }
  .sampler-landing-how__heading em { font-style: italic; }
  .sampler-landing-how__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; }
  .sampler-landing-how__step { text-align: center; }
  .sampler-landing-how__n {
    font-family: var(--serif) !important; font-size: 44px; letter-spacing: 0 !important; color: var(--sl-accent) !important;
    line-height: 1; display: block; margin-bottom: 10px;
  }
  .sampler-landing-how__step h3 {
    font-family: var(--sans) !important; font-size: 16px; font-weight: 600; letter-spacing: 0 !important;
    color: var(--sl-step-title) !important; margin: 0 0 8px;
  }
  .sampler-landing-how__step p {
    font-family: var(--sans) !important; font-size: 14px; line-height: 1.65; letter-spacing: 0 !important;
    color: var(--sl-step-text) !important; margin: 0 auto; max-width: 34ch;
  }
  .sampler-landing-how__ctarow { display: flex; justify-content: center; margin-top: 40px; }
  .sampler-landing-how__btn {
    display: inline-block; background: var(--sl-btn-bg) !important; color: var(--sl-btn-text) !important;
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: .04em;
    padding: 18px 40px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: background .2s ease;
  }
  .sampler-landing-how__btn:hover { background: var(--sl-accent) !important; color: var(--sl-btn-text) !important; }
  @media (max-width: 760px) {
    .sampler-landing-how { padding: 48px 20px; }
    .sampler-landing-how__step { text-align: left; display: flex; gap: 16px; }
    .sampler-landing-how__n { font-size: 34px; }
    .sampler-landing-how__step p { margin: 0; max-width: none; }
  }
/* END_SECTION:b2b-v3-how-it-works */

/* START_SECTION:b2b-v3-marquee (INDEX:27) */
.sampler-landing-marquee {
    --serif: 'Instrument Serif', Georgia, serif;
    background: var(--sl-bg) !important; color: var(--sl-text) !important;
    overflow: hidden; padding: 13px 0;
  }
  .sampler-landing-marquee__track {
    display: flex; width: max-content; animation: sampler-landing-mq var(--sl-speed, 80s) linear infinite;
    font-family: var(--serif) !important; font-size: 17px; letter-spacing: .03em; white-space: nowrap;
  }
  .sampler-landing-marquee__track em { font-style: italic; }
  @keyframes sampler-landing-mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* END_SECTION:b2b-v3-marquee */

/* START_SECTION:b2b-v3-pain (INDEX:28) */
.sampler-landing-pain {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
    text-align: var(--sl-align, center) !important; padding: 80px 20px;
  }

  .sampler-landing-pain__container {
    width: 100%;
    max-width: var(--sl-container, 760px); 
    margin: 0 auto;
  }
  .sampler-landing-pain__kicker {
    font-family: var(--sans) !important; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--sl-accent) !important; font-weight: 600; margin: 0 0 16px;
  }
  .sampler-landing-pain__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; margin: 0 0 18px;
  }
  .sampler-landing-pain__body {
    font-family: var(--sans) !important; font-size: 16px; line-height: 1.75; letter-spacing: 0 !important;
    color: var(--sl-text) !important; margin: 0;
  }
  @media (max-width: 760px) {
    .sampler-landing-pain { padding: 48px 20px; }
  }
/* END_SECTION:b2b-v3-pain */

/* START_SECTION:b2b-v3-social-proof (INDEX:29) */
.sampler-landing-proof {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important; padding: 80px 0;
  }
  .sampler-landing-proof__inner {
    max-width: var(--sl-container, 1080px); margin: 0 auto; padding: 0 20px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .sampler-landing-proof__stars { color: var(--sl-accent) !important; letter-spacing: 2px; font-size: 16px; }
  .sampler-landing-proof__quote {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: 0 !important; color: var(--sl-quote) !important;
    font-size: clamp(26px, 3vw, 38px); line-height: 1.3; margin: 16px 0;
  }
  .sampler-landing-proof__attrib {
    font-family: var(--sans) !important; font-size: 13.5px; letter-spacing: 0 !important; color: var(--sl-attrib) !important; margin: 0;
  }
  .sampler-landing-proof__stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(246,241,231,.2); border: 1px solid rgba(246,241,231,.2);
  }
  .sampler-landing-proof__stats > div { background: var(--sl-bg) !important; padding: 24px 20px; }
  .sampler-landing-proof__stat-big {
    font-family: var(--serif) !important; font-size: clamp(28px, 3vw, 40px); line-height: 1; letter-spacing: 0 !important;
    color: var(--sl-stat) !important; display: block; margin-bottom: 6px;
  }
  .sampler-landing-proof__stat-small {
    font-family: var(--sans) !important; font-size: 12.5px; letter-spacing: 0 !important; color: var(--sl-stat-label) !important; line-height: 1.5;
  }
  @media (max-width: 760px) {
    .sampler-landing-proof__inner { grid-template-columns: 1fr; gap: 20px; }
  }
/* END_SECTION:b2b-v3-social-proof */

/* START_SECTION:b2b-v3-value-prop (INDEX:30) */
.sampler-landing-vp {
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Instrument Sans', Arial, sans-serif;
    background: var(--sl-bg) !important;
  }
  .sampler-landing-vp__wrap {
    max-width: var(--sl-container, 1180px); margin: 0 auto; padding: 0 20px 80px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }
  .sampler-landing-vp__content { text-align: var(--sl-align, left) !important; }
  .sampler-landing-vp__photo, .sampler-landing-vp__photo-placeholder {
    border-radius: 4px; overflow: hidden; aspect-ratio: 4/3; background: #E9E1D0;
  }
  .sampler-landing-vp__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .sampler-landing-vp__kicker {
    font-family: var(--sans) !important; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--sl-accent) !important; font-weight: 600; margin: 0 0 16px;
  }
  .sampler-landing-vp__heading {
    font-family: var(--serif) !important; font-weight: 400; letter-spacing: -.015em; color: var(--sl-heading) !important;
    font-size: clamp(28px, 3.2vw, 42px); line-height: 1.1; margin: 0 0 18px;
  }
  .sampler-landing-vp__point { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
  .sampler-landing-vp__n {
    font-family: var(--serif) !important; font-size: 18px; letter-spacing: 0 !important; color: var(--sl-accent) !important; line-height: 1.4;
  }
  .sampler-landing-vp__point h3 {
    font-family: var(--sans) !important; font-size: 15px; font-weight: 600; letter-spacing: 0 !important;
    color: var(--sl-heading) !important; margin: 0 0 3px;
  }
  .sampler-landing-vp__point p {
    font-family: var(--sans) !important; font-size: 14px; line-height: 1.65; letter-spacing: 0 !important;
    color: var(--sl-text) !important; margin: 0;
  }
  @media (max-width: 760px) {
    .sampler-landing-vp__wrap { grid-template-columns: 1fr; gap: 20px; padding-top: 0; padding-bottom: 48px; }
  }
/* END_SECTION:b2b-v3-value-prop */

/* START_SECTION:custom-announcement-bar (INDEX:46) */
.announcement-bar {
    position: relative;
    background: var(--ab-bg);
    color: var(--ab-text);
    overflow: hidden;
    padding-top: var(--ab-pt-mobile);
    padding-bottom: var(--ab-pb-mobile);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  @media screen and (min-width: 750px) {
    .announcement-bar {
      padding-top: var(--ab-pt-desktop);
      padding-bottom: var(--ab-pb-desktop);
      font-size: 12px;
    }
  }

  .announcement-bar[hidden] { display: none; }

  .announcement-bar__track {
    overflow: hidden;
  }

  .announcement-bar__loop {
    display: flex;
    width: max-content;
    animation: announcement-bar-marquee var(--ab-speed) linear infinite;
  }

  .announcement-bar__group {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .announcement-bar__item {
    padding: 0 20px;
    color: inherit;
    text-decoration: none;
  }

  .announcement-bar__sep {
    color: var(--ab-accent);
  }

  .announcement-bar__close {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--ab-text);
    cursor: pointer;
    padding: 4px;
    display: flex;
    z-index: 2;
  }

  @keyframes announcement-bar-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  @media (prefers-reduced-motion: reduce) {
    .announcement-bar__loop { animation: none; }
    .announcement-bar__track { overflow-x: auto; }
  }
/* END_SECTION:custom-announcement-bar */

/* START_SECTION:custom-footer (INDEX:47) */
.nht-footer {
    background: var(--sf-bg);
    color: var(--sf-text);
    padding-top: var(--sf-pt-mobile);
    padding-bottom: var(--sf-pb-mobile);
  }

  @media screen and (min-width: 990px) {
    .nht-footer {
      padding-top: var(--sf-pt-desktop);
      padding-bottom: var(--sf-pb-desktop);
    }
  }

  .nht-footer__newsletter {
    border-bottom: 1px solid color-mix(in srgb, var(--sf-text) 14%, transparent);
    padding: 40px 20px;
  }
  @media screen and (min-width: 990px) {
    .nht-footer__newsletter { padding: 56px 40px; }
  }
  .nht-footer__newsletter-inner {
    max-width: 1320px; margin: 0 auto;
    display: grid; gap: 28px;
  }
  @media screen and (min-width: 750px) {
    .nht-footer__newsletter-inner { grid-template-columns: 1.2fr 1fr; align-items: center; }
  }
  .nht-footer__newsletter-heading h2{
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    color: var(--sf-text);
    font-size: clamp(26px, 3.4vw, 40px);
    margin: 0 0 8px;
    line-height: 1.1;
  }
  .nht-footer__newsletter-heading em,
  .nht-footer__newsletter-heading i { font-style: italic; }
  .nht-footer__newsletter-text { font-size: 14px; opacity: .7; margin: 0; max-width: 420px;    font-weight: 200; }
  .nht-footer__newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
  .nht-footer__newsletter-input {
    flex: 1; min-width: 200px;
    background: color-mix(in srgb, var(--sf-text) 6%, transparent);
    border: 1px solid color-mix(in srgb, var(--sf-text) 24%, transparent);
    color: var(--sf-text);
    font-size: 15px; padding: 15px 18px; border-radius: 999px; outline: none;
  }
  .nht-footer__newsletter-submit {
    background: var(--sf-btn); color: var(--sf-text); border: none;
    font-size: 14px; font-weight: 600; letter-spacing: .03em;
    padding: 15px 30px; border-radius: 999px; cursor: pointer;
  }

  .borderfot
  {
        border-top: 1px solid 
color-mix(in srgb, var(--sf-text) 14%, transparent);
    display: block !important;
  }

    .nht-footer__newsletter-submit:hover {
    background: var(--sf-btnhover); color: var(--sf-text);
  }
  .nht-footer__newsletter-message { width: 100%; font-size: 13px; margin: 4px 0 0; }
  .nht-footer__newsletter-message--error { color: #ffb4a1; }

  .nht-footer__main {
    max-width: 1410px; margin: 0 auto;
    padding: 40px 40px;
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    
    justify-content: space-between;
  }

  .nht-footer__brand { display: flex; flex-direction: column; gap: 0px; max-width: 340px;    padding: 0px 0px; }
  .nht-footer__logo-img { width: 160px; height: auto; }
  .nht-footer__logo-text {
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    font-size: 26px;
  }
  .nht-footer__logo-text em,
  .nht-footer__logo-text i { font-style: italic; }
  .nht-footer__brand-text { font-size: 14px; line-height: 1.7; opacity: .7; }
  .nht-footer__brand-text p{
    font-weight: 200;
  }
  .nht-footer__socials { display: flex; gap: 12px; }
  .nht-footer__social-link {
    width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--sf-text) 26%, transparent);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: var(--sf-text);
  }

  .nht-footer__social-link svg
  {    width: 1.8rem;
    height: 1.8rem;

  }
  .nht-footer__social-link:hover { background: var(--sf-iconhover); border-color: var(--sf-text); color: var(--sf-text); }

  .nht-footer__col-title {
    width: 100%;
    background: none; border: none; padding: 0; margin: 0; font-family: inherit;
    font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--sf-accent); font-weight: 600;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    cursor: pointer; list-style: none; text-align: left;
  }
  .nht-footer__col-title--static { cursor: default; }
  .nht-footer__accordion-caret {
    width: 8px; height: 8px;
    border-right: 1.6px solid var(--sf-text); border-bottom: 1.6px solid var(--sf-text);
    transform: rotate(45deg); transition: transform .25s ease;
    flex-shrink: 0;
  }
  .nht-footer__accordion.is-open .nht-footer__accordion-caret { transform: rotate(225deg); }

  .nht-footer__col-links-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .32s cubic-bezier(.2,.8,.2,1);
  }
  .nht-footer__accordion.is-open .nht-footer__col-links-wrap {
    grid-template-rows: 1fr;
  }
  .nht-footer__col-links {
    display: flex; flex-direction: column; gap: 12px; margin-top: 15px;
    overflow: hidden;
    min-height: 0;
  }
  .nht-footer__col-link { font-size: 14px; color: var(--sf-text); opacity: .72; text-decoration: none; }
  .nht-footer__col-link:hover { opacity: 1; color: var(--sf-accent); }


  /* On desktop, link columns are always fully open/static — no accordion behavior at all */
  @media screen and (min-width: 990px) {
    .nht-footer__accordion-caret { display: none; }
    .nht-footer__col-links-wrap { grid-template-rows: 1fr !important; transition: none; }
    .nht-footer__col-title { cursor: default; }
  }

  .nht-footer__bottom {
    /* border-top: 1px solid color-mix(in srgb, var(--sf-text) 14%, transparent); */
    max-width: 1410px; margin: 0 auto;
    padding: 22px 40px;
    display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: center; text-align: center;
  }
  @media screen and (min-width: 750px) {
    .nht-footer__bottom { padding: 22px 40px; justify-content: space-between; text-align: left; }
  }

    @media screen and (max-width: 750px) {
   .nht-footer__main {
    padding: 40px 20px;
    flex-direction: column; 
}
  .nht-footer__newsletter-submit {

    width: 100%;
  }
  .nht-footer__payments {
    margin-bottom: 20px;
}

 .nht-footer__brand { display: flex; flex-direction: column; gap: 0px; max-width: 340px;   }
  }



  .nht-footer__copyright { font-size: 12.5px; opacity: .55; }
  .nht-footer__payments { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
  .nht-footer__payment-icon { height: 24px; width: auto; border-radius: 4px; background: var(--sf-bg); }
/* END_SECTION:custom-footer */

/* START_SECTION:custom-header (INDEX:48) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:wght@400;500;600&display=swap');
  .nht-header {
    position: relative;
    z-index: 30;
    background: var(--sh-bg);
    color: var(--sh-text);
    border-bottom: 1px solid var(--sh-border);
  }
.cart-count-bubble, .wishlist-count-bubble {
    top: -5px !important;
    right: -6px !important; 
    min-width: 15px !important;
    min-height: 0;
    min-height: 15px !important;

    font-size: 10px !important;
    line-height: 15px !important;
}
  .nht-header--sticky { position: sticky; top: 0; }

  .nht-header__bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    max-width: 1320px;
    margin: 0 auto;
    padding: var(--sh-pt-mobile) 18px var(--sh-pb-mobile);
    box-sizing: border-box;
  }

  .nht-header__icon-btn svg{
        width: 2rem;
    height: 2rem;
  }
/* Remove default browser clear icon from search input */
.nht-searchpanel__input::-webkit-search-decoration,
.nht-searchpanel__input::-webkit-search-cancel-button,
.nht-searchpanel__input::-webkit-search-results-button,
.nht-searchpanel__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
  @media screen and (min-width: 990px) {
    .nht-header__bar {
      padding: var(--sh-pt-desktop) 48px var(--sh-pb-desktop);
    }
  }

  .nht-header__left, .nht-header__right { display: flex; align-items: center; gap: 18px; }
  .nht-header__right { justify-content: flex-end; }

  .nht-header__logo { display: flex; align-items: center; justify-content: center; }
  .nht-header__logo img { width: var(--sh-logo-w-mobile); height: auto; display: block; }
  @media screen and (min-width: 990px) {
    .nht-header__logo img { width: var(--sh-logo-w-desktop); }
  }
  .nht-header__logo-text { font-size: 20px; font-weight: 600; }

  .nht-header__menu-toggle { display: flex; }
  @media screen and (min-width: 990px) {
    .nht-header__menu-toggle { display: none !important; }
  }

  /* Search icon: shown next to burger on mobile, next to account/cart on desktop */
  .nht-header__search-mobile { display: flex; }
  .nht-header__search-desktop { display: none; }
  @media screen and (min-width: 990px) {
    .nht-header__search-mobile { display: none !important; }
    .nht-header__search-desktop { display: flex !important; }
  }
  @media screen and (max-width: 989px) {
    .nht-header__search-desktop { display: none !important; }
  }

  .nht-header__burger { display: flex; flex-direction: column; gap: 5px; }
  .nht-header__burger span { width: 20px; height: 1.6px; background: currentColor; border-radius: 2px; }
.nht-header__burger span:last-child { width: 13px; }
  .nht-header__icon-btn {
    background: none;
    border: none;
    padding: 0;
    color: var(--sh-text);
    cursor: pointer;
    display: flex;
    text-decoration: none;
  }
  .nht-header__icon-btn:hover { color: var(--sh-accent); }

  .nht-header__cart { position: relative; }
  .nht-header__cart-count {
    position: absolute;
    top: -7px;
    right: -9px;
    background: var(--sh-accent);
    color: var(--sh-bg);
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
  }

  .nht-header__nav { display: none; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
  @media screen and (min-width: 990px) {
    .nht-header__nav { display: flex; }
  }
  @media screen and (max-width: 989px) {
    .nht-header__nav { display: none !important; }
  }

  .nht-header__nav-link { display: inline-flex; align-items: center; gap: 6px; color: inherit; }
  .nht-header__nav-item:hover .nht-header__nav-link,
  .nht-header__nav-item.is-open .nht-header__nav-link { color: var(--sh-accent); }

  .nht-header__caret {
    width: 6px; height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.2s ease;
  }
  .nht-header__nav-item.is-open .nht-header__caret { transform: translateY(1px) rotate(225deg); }

  /* Mega menu: only ever visible on desktop, and only when explicitly opened via JS */
  .nht-mega {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--sh-bg);
    border-bottom: 1px solid var(--sh-border);
    box-shadow: 0 24px 40px -24px rgba(0,0,0,.3);
  }
  @media screen and (min-width: 990px) {
    .nht-mega.is-visible { display: block; }
  }
  /* Hard guard: never show mega panel below desktop breakpoint, regardless of JS state */
  @media screen and (max-width: 989px) {
    .nht-mega,
    .nht-mega.is-visible {
      display: none !important;
    }
  }
  .nht-mega__inner {
    max-width: 1320px; margin: 0 auto;
    padding: 40px 48px 44px;
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 40px;
  }
  .nht-mega__col { flex: 1 1 140px; min-width: 140px; }
  .nht-mega__col-title {
    display: block;
  font-size: 22px;
    padding-bottom: 10px;
      font-family: 'Instrument Serif', Georgia, serif;
    border-bottom: 1px solid var(--sh-border);
    color: var(--sh-text);
    margin-bottom: 12px;
  }
  .nht-mega__col-links { display: flex; flex-direction: column; gap: 11px; }
  .nht-mega__item { display: flex; align-items: baseline; gap: 8px; font-size: 14px; color: var(--sh-text); opacity: .85; }
  .nht-mega__item:hover { color: var(--sh-accent); opacity: 1; }
  .nht-mega__dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
  .nht-mega__featured {
    display: flex; flex-direction: column; justify-content: flex-end;
    background: var(--card-bg, var(--sh-accent));
    background-color: #1E3D32;
    background-image: repeating-linear-gradient(313deg, rgba(255, 255, 255, 0.04) 0px, rgba(255, 255, 255, 0.04) 10px, transparent 2px, transparent 20px);

    color: var(--card-text, var(--sh-bg));
    border-radius: 6px; padding: 22px; min-height: 200px;
    flex: 1 1 260px; max-width: 340px;
    transition: color .2s ease;
    text-decoration: none;
    position: relative;
  }
  .nht-mega__featured.has-image { background-color: transparent; }
  .nht-mega__featured:hover { color: var(--card-hover, var(--card-text, var(--sh-bg))); }
  .nht-mega__featured-badge { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: auto; }
  .nht-mega__featured-heading { font-size: 24px; margin-top: 12px;     font-family: 'Instrument Serif', Georgia, serif; }
  .nht-mega__featured-text { font-size: 13px; opacity: .8; margin-top: 6px; }

  .nht-searchpanel {
    position: fixed; inset: 0; z-index: 60;
    display: flex; align-items: flex-start; justify-content: center;
       padding: 13vh 20px 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility 0s linear .3s;
  }
  .nht-searchpanel[hidden] { display: flex !important; }
  .nht-searchpanel.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility 0s linear 0s;
        background: #0000008a;
  }
  .nht-searchpanel__overlay {
    position: absolute; inset: 0;
    background: rgba(0, 0, 0, .35);
  }
  .nht-searchpanel__card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    background: var(--sh-bg, #fff);
    color: var(--sh-text, #1c1c1c);
    border-radius: 14px;
    box-shadow: 0 30px 60px -20px rgba(0,0,0,.45);
    overflow: hidden;
    transform: translateY(-40px);
    transition: transform .32s cubic-bezier(.2,.8,.2,1);
  }
  .nht-searchpanel.is-active .nht-searchpanel__card {
    transform: translateY(0);
  }
  .nht-searchpanel__form {
    display: flex; align-items: center; gap: 12px;
    padding: 18px 20px;
    border-bottom: 1.5px solid var(--sh-border, #e4dcc9);
  }
  .nht-searchpanel__input { flex: 1; background: none; border: none; outline: none; font-size: 18px; color: inherit; }
  .nht-searchpanel__close { background: none; border: none; color: inherit; cursor: pointer; font-size: 18px; opacity: .7; }
  .nht-searchpanel__close:hover { opacity: 1; }
  .nht-searchpanel__results { max-height: 50vh; overflow-y: auto; padding: 8px 20px 16px; box-sizing: border-box; }
  .nht-searchpanel__result { display: flex; align-items: center; justify-content: space-between; padding: 12px 4px; border-bottom: 1px solid var(--sh-border, #e4dcc9); text-decoration: none; color: inherit; }
  .nht-searchpanel__results:empty { padding: 0; }

  @media screen and (max-width: 600px) {
    .nht-searchpanel { padding: 17vh 14px 14px; }
    .nht-searchpanel__form {
    padding: 18px 10px;
}.nht-header__icon-btn svg {
    width: 1.5rem;
    height: 1.5rem;
}.cart-count-bubble, .wishlist-count-bubble {
    min-width: 12px !important;
    min-height: 0;
    min-height: 12px !important;
    font-size: 7px !important;
    line-height: 12px !important;
}
  }

  
.nht-navdrawer__featured {

    position: absolute;
    bottom: 0px;
}
  .nht-navdrawer {
    position: fixed; inset: 0; z-index: 70;
    visibility: hidden;
    transition: visibility 0s linear .3s;
  }
  .nht-navdrawer[hidden] { display: block !important; }
  .nht-navdrawer.is-active {
    visibility: visible;
    transition: visibility 0s linear 0s;
  }
  .nht-navdrawer__overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .nht-navdrawer.is-active .nht-navdrawer__overlay { opacity: 1; }
  .nht-navdrawer__panel {
    position: absolute; top: 0; left: 0; bottom: 0; width: 86%; max-width: 360px;
    background: var(--sh-bg, #fff);
    color: var(--sh-text, #1c1c1c);
    display: flex; flex-direction: column; overflow-y: auto;
    box-shadow: 8px 0 30px -10px rgba(0,0,0,.3);
    transform: translateX(-100%);
    transition: transform .32s cubic-bezier(.2,.8,.2,1);
  }
  .nht-navdrawer.is-active .nht-navdrawer__panel { transform: translateX(0); }
  .nht-navdrawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--sh-border);     font-family: 'Instrument Serif', Georgia, serif;}
  .nht-navdrawer__title { font-size: 20px; }
  .nht-navdrawer__close { background: none; border: none; color: inherit; cursor: pointer; font-size: 20px; }
  .nht-navdrawer__nav { padding: 8px 0; }
  .nht-navdrawer__item { display: block; font-size: 19px; padding: 14px 20px; color: inherit; text-decoration: none; cursor: pointer;
    font-family: 'Instrument Serif', Georgia, serif;
}
 
  .nht-navdrawer__item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; }
  .nht-navdrawer__item summary::-webkit-details-marker { display: none; }
  .nht-navdrawer__caret { width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg); }
  .nht-navdrawer__item[open] .nht-navdrawer__caret { transform: rotate(225deg); }
  .nht-navdrawer__sublinks { display: flex; flex-direction: column; padding: 10px 20px 0px 10px }
  .nht-navdrawer__sublink { display: flex; align-items: center; gap: 8px; padding: 9px 0; font-size: 14px; color: inherit; opacity: .8; text-decoration: none;     font-family: 'Poppins';}
  .nht-navdrawer__dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
  .nht-navdrawer__featured {
    margin: 16px;
    background: var(--card-bg, var(--sh-accent));
    color: var(--card-text, var(--sh-bg));
    border-radius: 6px; padding: 18px; min-height: 120px;
    display: flex; flex-direction: column; justify-content: flex-end; gap: 4px;
    text-decoration: none;
    transition: color .2s ease;
  }
  .nht-navdrawer__featured.has-image { background-color: transparent; }
  .nht-navdrawer__featured:hover { color: var(--card-hover, var(--card-text, var(--sh-bg))); }
  .nht-navdrawer__featured-badge { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .9; }
  .nht-navdrawer__featured-heading {     font-size: 18px;
    font-family: 'Instrument Serif', Georgia, serif; }
  .nht-navdrawer__featured-text { font-size: 12px; opacity: .85; }
  @media screen and (max-width: 600px) {

.nht-navdrawer__featured {
    margin: 16px;
    padding: 10px 35px;
    min-height: auto;
}
}
/* END_SECTION:custom-header */

/* START_SECTION:nht-announcement-bar (INDEX:172) */
.nht-announce {
    background: var(--nht-announce-bg);
    color: var(--nht-announce-color);
    text-align: center;
    padding: 7px 20px;
  }
  .nht-announce__inner {
    font-family: 'Instrument Sans', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .04em;
  }
  .nht-announce a {
    color: inherit;
    text-decoration: none;
  }

  .template-page--ecom-general .shopify-section-group-header-group,
  .template-page--ecom-general .wrapper-footer {
    display: none;
  } 

  .template-page .wrapper-body {
    padding: 0;
  }
/* END_SECTION:nht-announcement-bar */

/* START_SECTION:nht-bestsellers (INDEX:173) */
.nht-band {
  background: var(--nht-band-bg);
  padding-top: 72px;
  padding-bottom: 72px;
}
.nht-band__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.nht-band__heading {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.015em;
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 32px;
  color: var(--nht-band-heading);
}
.nht-band__heading em {
  font-style: italic;
}
.nht-band__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
}
.nht-prod {
  background: var(--nht-band-card-bg);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(28, 42, 36, .06);
}
.nht-prod__thumb {
  position: relative;
  aspect-ratio: 1;
  background: #E9E1D0;
}
.nht-prod__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nht-prod__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--nht-band-tag-bg);
  color: var(--nht-band-tag-text);
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  line-height: 12px;
}
.nht-prod__pad {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.nht-prod__pad h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  color: var(--nht-band-title);
}
.nht-prod__pad p {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--nht-band-text);
  margin: 0;
  flex: 1;
  letter-spacing: 0;
}
.nht-prod__btn {
  display: inline-block;
  background: var(--nht-band-btn-bg);
  color: var(--nht-band-btn-text);
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  font-size: 13.5px;
  padding: 14px 20px;
  margin-top: 6px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease;
  line-height: 16px;
}
.nht-prod__btn:hover {
  background: var(--nht-band-btn-hover);
  color: var(--nht-band-btn-text);
}
/* END_SECTION:nht-bestsellers */

/* START_SECTION:nht-categories (INDEX:174) */
.nht-cats {
  background: var(--nht-cats-bg);
  padding-bottom: 72px;
}
.nht-cats__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.nht-cats__heading {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.015em;
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 32px;
  color: var(--nht-cats-heading);
}
.nht-cats__heading em {
  font-style: italic;
}
.nht-cats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}
.nht-cats__card {
  background: var(--nht-cats-card-bg);
  border: 1px solid var(--nht-cats-card-border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.nht-cats__thumb {
  aspect-ratio: 4 / 3;
  background: #E9E1D0;
}
.nht-cats__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nht-cats__pad {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.nht-cats__pad h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  color: var(--nht-cats-title);
}
.nht-cats__pad p {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--nht-cats-text);
  margin: 0;
  flex: 1;
  letter-spacing: 0;
}
.nht-cats__count {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 12px;
  color: var(--nht-cats-count);
  font-weight: 600;
  letter-spacing: .06em;
}
@media (max-width: 640px) {
  .nht-cats {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .nht-cats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .nht-cats__pad {
    padding: 12px 12px 14px;
  }
  .nht-cats__pad h3 {
    font-size: 18px;
  }
  .nht-cats__pad p {
    font-size: 12px;
  }
}
/* END_SECTION:nht-categories */

/* START_SECTION:nht-cta-final (INDEX:175) */
.nht-cta {
  background: var(--nht-cta-bg);
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
.nht-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.nht-cta__heading {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.015em;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.06;
  margin: 0;
  color: var(--nht-cta-heading);
}
.nht-cta__heading em {
  font-style: italic;
}
.nht-cta__subtext {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--nht-cta-subtext);
  margin: 0;
}
.nht-cta__btn {
  display: inline-block;
  background: var(--nht-cta-btn-bg);
  color: var(--nht-cta-btn-text);
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 18px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
  line-height: 18.2px;
}
.nht-cta__btn:hover {
  background: var(--nht-cta-btn-hover-bg);
  color: var(--nht-cta-btn-hover-text);
}
/* END_SECTION:nht-cta-final */

/* START_SECTION:nht-header (INDEX:177) */
.nht-nav {
  background: var(--nht-nav-bg);
}
.nht-nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nht-nav__logo {
  width: 100%;
  max-width: 200px;
}

.nht-nav__logo {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  color: var(--nht-nav-logo);
  text-decoration: none;
}
.nht-nav__logo em {
  font-style: italic;
}
.nht-btn {
  display: inline-block;
  background: var(--nht-nav-btn-bg);
  color: var(--nht-nav-btn-text);
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 18px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease;
}
.nht-btn:hover {
  background: var(--nht-nav-btn-hover);
  color: var(--nht-nav-btn-text);
}
.nht-btn--sm {
  font-size: 13.5px;
  padding: 9px 22px;
}

@media (max-width: 749px) {
  .nht-nav__logo {
    max-width: 140px;
  }

  .nht-btn {
    font-size: 13px;
    letter-spacing: 0;
    padding: 8px 18px;
  }
}
/* END_SECTION:nht-header */

/* START_SECTION:nht-hero (INDEX:178) */
.template-page--ecom-general .nht-hero {
  background: var(--nht-hero-bg) !important;
  text-align: center;
  padding: 64px 20px 56px;
}
.nht-hero__wrap {
  max-width: 860px;
  margin: 0 auto;
}
.nht-hero__kicker {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--nht-hero-kicker);
  font-weight: 600;
  margin: 0 0 16px;
}
.nht-hero__heading {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.015em;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.04;
  margin: 0 0 18px;
  color: var(--nht-hero-heading);
}
.nht-hero__heading em {
  font-style: italic;
}
.nht-hero__lead {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--nht-hero-lead);
  margin: 0 auto 28px;
  max-width: 56ch;
  letter-spacing: 0;
}
.nht-hero__btn {
  display: inline-block;
  background: var(--nht-hero-btn-bg);
  color: var(--nht-hero-btn-text);
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease;
}
.nht-hero__btn:hover {
  background: var(--nht-hero-btn-hover);
  color: var(--nht-hero-btn-text);
}
@media (max-width: 640px) {
  .nht-hero {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
/* END_SECTION:nht-hero */

/* START_SECTION:nht-offers (INDEX:179) */
.nht-offers {
  background: var(--nht-offers-bg);
  padding-top: 72px;
  padding-bottom: 72px;
}
.nht-offers__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.nht-offers__heading {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.015em;
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 32px;
  color: var(--nht-offers-heading);
}
.nht-offers__heading em {
  font-style: italic;
}
.nht-offers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
}
.nht-offer {
  border: 1px solid var(--nht-offers-card-border);
  border-radius: 4px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--nht-offers-card-bg);
}
.nht-offer .nht-offer__kicker {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--nht-offers-kicker);
  font-weight: 600;
  margin: 0;
}
.nht-offer h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  color: var(--nht-offers-title);
}
.nht-offer p {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--nht-offers-text);
  margin: 0;
  flex: 1;
}
.nht-offer a {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--nht-offers-link);
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* END_SECTION:nht-offers */

/* START_SECTION:nht-testimonial (INDEX:180) */
.nht-proof {
  background: var(--nht-proof-bg);
  color: var(--nht-proof-text);
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
.nht-proof__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.nht-proof__stars {
  color: var(--nht-proof-stars);
  letter-spacing: 2px;
  font-size: 16px;
}
.nht-proof__quote {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.3;
  margin: 0;
  color: var(--nht-proof-text);
}
.nht-proof__attrib {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13.5px;
  color: var(--nht-proof-attrib);
  margin: 0;
}
.nht-proof__strip {
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13.5px;
  color: var(--nht-proof-strip);
  margin: 12px 0 0;
  border-top: 1px solid var(--nht-proof-strip-border);
  padding-top: 20px;
  width: 100%;
}
/* END_SECTION:nht-testimonial */

/* START_SECTION:social-newsletter-split (INDEX:213) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:wght@400;500;600&display=swap');

  .social-newsletter {
    background: var(--snl-bg, #f5efe3);
    padding-top: var(--snl-pt-mobile, 40px);
    padding-bottom: var(--snl-pb-mobile, 40px);
  }

  .social-newsletter--bordered {
    border-top: 1px solid rgba(30, 42, 36, 0.14);
  }

  .social-newsletter__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: space-between;
  }

  .social-newsletter__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }

  .social-newsletter__divider {
    height: 1px;
    width: 100%;
    background: var(--snl-divider, rgba(28, 42, 36, 0.14));
  }

  .social-newsletter__eyebrow {
    margin: 0 0 15px;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    font-size: 11.5px;
    line-height: 1.2;
    letter-spacing: 1.4px;
    color: var(--snl-eyebrow, #bc5633);
  }

  .social-newsletter__heading {
    margin: 0 0 8px;
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.3px;
    color: var(--snl-heading, #1c2a24);
    text-wrap: balance;
  }

  .social-newsletter__heading em {
    font-style: italic;
  }

  .social-newsletter__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--snl-link, #3452d4);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .social-newsletter__link-arrow {
    transition: transform 0.2s ease;
  }

  .social-newsletter__link:hover .social-newsletter__link-arrow {
    transform: translateX(3px);
  }

  .social-newsletter__description {
    margin: 0 0 22px;
    max-width: 100%;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--snl-description, #6e6a5e);
  }

  .social-newsletter__form {
    width: 100%;
    max-width: 440px;
  }

  .social-newsletter__field-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .social-newsletter__input {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 16px 15px 16px 23px;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 14px;
    color: #757575;
    border-radius: 999px;
    border: 1px solid rgba(30, 42, 36, 0.25);
    background: #FDFBF5;
    height: 48px;
  }

  .social-newsletter__input::placeholder {
    color: #757575;
  }

  .social-newsletter__input:focus {
    outline: none;
  }

  .social-newsletter__button {
    flex-shrink: 0;
    border: none;
    border-radius: 999px;
    padding: 11px 22px;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    color: #F6F1E7;
    background: #1E3D32;
    cursor: pointer;
    transition: opacity 0.2s ease;
    height: 48px;
  }

  .social-newsletter__button:hover {
    opacity: 0.88;
  }

  .social-newsletter__message {
    margin-top: 10px;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 12.5px;
  }

  .social-newsletter__message--error {
    color: #b3261e;
  }

  .social-newsletter__message--success {
    color: #1c2a24;
  }

  @media screen and (min-width: 750px) {
    .social-newsletter__heading {
      font-size: 34px;
    }
  }

  @media screen and (min-width: 990px) {
    .social-newsletter {
      padding-top: var(--snl-pt, 64px);
      padding-bottom: var(--snl-pb, 64px);
    }

    .social-newsletter__inner {
      flex-direction: row;
      align-items: flex-start;
    }

    .social-newsletter__col {
      flex: 1;
    }

    .social-newsletter__divider {
      width: 1px;
      height: auto;
      align-self: stretch;
    }

    .social-newsletter__heading {
      font-size: 40px;
      letter-spacing: -0.6px;
    }
  }

  @media (max-width: 767px) {
    .social-newsletter__eyebrow {
      font-size: 10.5px;
      line-height: 120%; /* 12.6px */
      letter-spacing: 1.68px;
    }

    .social-newsletter__heading {
      font-size: 24px;
      line-height: 120%; /* 28.8px */
      letter-spacing: -0.36px;
    }

    .social-newsletter__link {
      font-size: 13.5px;
      line-height: 120%;
    }

    .social-newsletter__description {
      font-size: 13.5px;
      line-height: 22.275px;
      margin-bottom: 15.5px;
    }

    .social-newsletter__input {
      padding: 15px 19px;
      height: 45.5px;
      font-size: 13.5px;
      line-height: 120%;
    }

    .social-newsletter__button {
      height: 45.5px;
      font-size: 13.5px;
      line-height: 120%;
    }
  }
/* END_SECTION:social-newsletter-split */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-page-new-layout (INDEX:566) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:wght@400;500;600&display=swap');

.tea-pdp {
  background: var(--tea-bg, #ffffff);
  padding: 24px 0 40px;
}

.tea-pdp__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  gap: 32px;
}

.template-product .productView-buttons .product-form__submit.button {
  height: 60px;
  border-radius: 999px;
  background: #1E3D32;
  color: #F6F1E7;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
  max-width: 372px;
  width: 100%;
}

.template-product .pvGroup-row .quantity__group--1 {
  margin: 0;
}

.template-product .quantity__container {
  width: 110px;
}

.template-product .quantity__group--1 .quantity__input {
  min-height: 60px;
}

.template-product .btn-quantity.minus:after, 
.template-product .quantity__group--1 .btn-quantity.plus:after {
  display: none !important;
}

.template-product .tea-pdp .quantity__group--1 .btn-quantity.plus:before {
  left: 4px;
  top: 26px;
}

.template-product .tea-pdp .productView-buttons .product-form__submit.button {
  border-radius: 999px;
  background: #1E3D32;
  margin: 0;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
  color: #F6F1E7;
}

.template-product .tea-pdp .btn-quantity.minus:before, 
.template-product .tea-pdp .btn-quantity.plus:before {
  width: 15px;
  height: 3px;
}

.template-product .quantity__group--1 .btn-quantity.plus:before {
  top: 25px;
}

.template-product .quantity__group--1 .btn-quantity.minus:before {
  top: 31px;
}

.template-product .quantity__group--1 .quantity__input {
  padding-top: 13px;
}

.template-product .breadcrumb.breadcrumb-left, 
.template-product .breadcrumb.breadcrumb-left *,
.template-product .breadcrumb.breadcrumb-left .product-breadcrumb-title {
  color: #8B8578;
  font-family: "Instrument Sans";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.template-product .breadcrumb.breadcrumb-left .breadcrumb-collection,
.template-product .breadcrumb.breadcrumb-left .home-link {
  text-decoration: underline;
}

.template-product .breadcrumb.breadcrumb-left .product-breadcrumb-title {
  text-decoration: none;
}

.product-view-main-breadcrumbs {
  background: #F6F1E7;
}

@media screen and (min-width: 1200px) {
  .tea-pdp {
    padding: 28px 0 85px;
  }

  .template-product .productView-buttons .product-form__submit.button {
    max-width: 372px;
    width: 372px;
  }
  
  .tea-pdp__inner {
    grid-template-columns: 632px 500px;
    gap: 64px;
    align-items: start;
  }
}

@media (max-width: 1199px) and (min-width: 990px) {
  .tea-pdp__inner {
    grid-template-columns: 450px 450px;
  }
}

/* Gallery */
.tea-pdp__gallery {
  width: 100%;
}

.tea-gallery {
  width: 100%;
}

.tea-gallery__main {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #f2ede2;
  position: relative;
}

.tea-gallery__main .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.tea-gallery--basic .tea-gallery__main .swiper-wrapper {
  display: block;
}

.tea-gallery__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.tea-gallery--basic .tea-gallery__slide {
  display: none;
  width: 100%;
  height: 100%;
}

.tea-gallery--basic .tea-gallery__slide.is-active {
  display: block;
}

.tea-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tea-gallery__caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  background: #1C2A24D1;
  color: #f6f1e7;
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 12px;
  border-radius: 999px;
}

.tea-gallery__dots {
  display: none;
}

.tea-gallery--basic .tea-gallery__dots {
  display: none;
}

.tea-gallery__dots .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background: rgba(30, 42, 36, 0.25);
  opacity: 1;
  border-radius: 3px;
  transition: width 0.2s ease, background 0.2s ease;
}

.tea-gallery__dots .swiper-pagination-bullet-active {
  width: 18px;
  background: #1E3D32;
}

.tea-gallery__thumbs {
  width: 100%;
  margin-top: 12px;
}

.product-view-main-breadcrumbs .product-view-new-layout {
  width: 100%;
  max-width: 1440px;
  padding: 0 56px;
  margin: 0 auto;
}

.product-view-main-breadcrumbs .breadcrumb.breadcrumb-left {
  padding: 0;
  padding-top: 20px;
}

.tea-gallery__thumbs .swiper-wrapper {
  display: flex;
  gap: 0;
}

.tea-gallery--basic .tea-gallery__thumbs .swiper-wrapper {
  flex-wrap: wrap;
}

.tea-gallery__thumb {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid rgba(30, 42, 36, 0.16);;
  opacity: 0.7;
  transition: border-color 0.15s ease, opacity 0.15s ease;
}

.tea-gallery__thumb.swiper-slide-thumb-active {
  border-color: #1E3D32;
  opacity: 1;
}

.tea-gallery__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 989px) {
  .tea-gallery__thumbs {
    display: none;
  }
}

/* Info column */
.tea-pdp__origin {
  margin: 0 0 13px;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 13.8px */
  letter-spacing: 2.07px;
  color: var(--tea-accent, #BC5633);
}

.tea-pdp__title {
  margin: 0 0 10px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.5px; /* 105% */
  letter-spacing: -0.75px;
  color: var(--tea-heading, #1C2A24);
}

.tea-pdp__rating {
  margin-bottom: 12px;
}

.tea-pdp__short-info {
  margin: 19.5px 0 21.03px;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 15.5px;
  line-height: 26.35px;
  color: #46503F;
  max-width: 46em;
}

.tea-pdp__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.tea-pdp__badge {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12.5px;
  color: #46503F;
  border: 1px solid rgba(30, 42, 36, 0.20);
  border-radius: 999px;
  padding: 8px 16px;
  line-height: 1.2;
}

.tea-pdp__purchase-options {
  margin-bottom: 22px;
}

.tea-pdp__shipping-bar {
  margin: 4px 0 22px;
}

.tea-pdp__shipping-text {
  margin: 0 0 6.5px;
  color: #6E6A5E;
  font-family: "Instrument Sans";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15px */
}

.tea-pdp__shipping-track {
  height: 3px;
  background: #E4DAC5;
  border-radius: 999px;
  overflow: hidden;
}

.tea-pdp__shipping-fill {
  height: 100%;
  background: var(--tea-accent, #BC5633);
  transition: width 0.3s ease;
}

.tea-pdp__shipping-fill:empty {
  display: block;
}

.template-product shopify-payment-terms, 
.template-product shopify-payment-terms:empty {
  display: none;
}

.tea-pdp__low-stock {
  margin: 0 0 22px;
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #BC5633;
}

.template-product .pvGroup-row {
  flex-direction: row;
  gap: 10px;
}

.template-product .productView-quantity .quantity__label {
  display: none;
}

.tea-pdp__guarantee {
  margin: 22px 0 0;
  color: #6E6A5E;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 160% */
}

/* Pairs well */
.tea-pairs {
  margin-top: 22px;
  border-top: none;
  padding-top: 0;
}

.tea-pairs__heading {
  color: #8B8578;
  font-family: "Instrument Sans";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 13.8px */
  letter-spacing: 2.07px;
  margin-top: 0;
  margin-bottom: 10px;
}

.tea-pairs__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tea-pairs__form {
  margin: 0;
}

.tea-pairs__card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  border-radius: 4px;
  border: 1px solid rgba(30, 42, 36, 0.16);
  background: #FDFBF5;
}

.tea-pairs__card.is-checked {
  border-color: var(--tea-accent, #BC5633);
}

.tea-pairs__card:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tea-pairs__radio {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #1E2A24;
  position: relative;
  transition: background-color 0.15s ease;
}

.tea-pairs__radio::after {
  content: '';
  position: absolute;
  top: 51%;
  left: 52%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1E2A24;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease;
}

.tea-pairs__card.is-checked .tea-pairs__radio::after {
  transform: translate(-50%, -50%) scale(1);
}

.tea-pdp .productView-variants [value="Loose"] + label.product-form__label.available.product-form__label--card span.product-form__label-subtitle {
  display: none;
}

.tea-pairs__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 5px;
}

.tea-pairs__title {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}

.tea-pairs__subtitle {
  color: #8B8578;
  font-family: "Instrument Sans";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tea-pairs__price {
  flex: 0 0 auto;
  color: #000;
  font-family: "Instrument Serif";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 20.4px */
  white-space: nowrap;
}

/* Trust row */
.tea-pdp__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  justify-content: center;
  margin: 22px 0 0;
  padding: 0;
  border-top: none;
  list-style: none;
  color: #6E6A5E;
  font-family: "Instrument Sans";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15px */
}

.tea-pdp__trust li {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Accordion */
.tea-accordion {
  margin-top: 0;
  
}

.tea-accordion.tea-accordion--description {
  border-top: 1px solid rgba(30, 42, 36, 0.14);
  margin-top: 22px;
}

.tea-accordion__item {
  border-bottom: 1px solid rgba(30, 42, 36, 0.14);
}

.tea-accordion__summary {
  list-style: none;
  cursor: pointer;
  padding: 19.5px 0;
  color: #000;
  font-family: "Instrument Sans";
  font-size: 14.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 17.4px */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tea-accordion__summary::-webkit-details-marker {
  display: none;
}

.tea-accordion__summary::after {
  content: '';
  font-size: 0px;
  color: var(--tea-body, #7e6f67);
  transition: transform 0.15s ease;
  background: url(/cdn/shop/files/span.png?v=1784024116) no-repeat;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 12px;
  right: 0;
  transition: transform 0.15s ease;
}

.tea-accordion__item[open] > .tea-accordion__summary::after {
  background: url(/cdn/shop/files/span_1.png?v=1784024116) no-repeat;
  background-size: contain;
}

.tea-accordion__content {
  padding: 0 0 16px;
  color: #46503F;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px; /* 175% */
}

.tea-accordion__content p:first-child {
  margin-top: 0;
}

/* Extra blocks ported from main-product-full-width.liquid (breadcrumb, vendor, meta, price, tags, share, etc.) */
.tea-extra-block,
.tea-pdp .productView-moreItem.tea-extra-block {
  margin: 10px 0;
}

.tea-extra-block:empty {
  margin: 0;
}

/* Quantity + Add to cart in one row (override theme's default full-width stacking) */
.tea-pdp .pvGroup-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}

.tea-pdp .pvGroup-row .productView-quantity {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.tea-pdp .pvGroup-row .productView-groupTop {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.tea-pdp .pvGroup-row .productView-action {
  width: 100% !important;
  margin: 0 !important;
}

.tea-pdp .pvGroup-row .productView-action .button {
  width: 100% !important;
}

.tea-pdp-main-title-for-mobile {
  display: none;
}

.template-product .breadcrumb.breadcrumb-left .product-breadcrumb-title,
.template-product .breadcrumb.breadcrumb-left .home-link, 
.template-product .breadcrumb.breadcrumb-left .breadcrumb-collection  {
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #8B8578 !important;
  }

@media (max-width: 767px) {
  .tea-pdp__inner {
    display: block;
  }

  .tea-pdp__inner {
    padding: 0;
  }

  .desktop-view-only {
    display: none;
  }

  .tea-pdp-main-title-for-mobile,
  .template-product .product-view-main-breadcrumbs .breadcrumb-container.style--line_clamp_1 {
    display: block;
  }

  .tea-pdp-main-title-for-mobile,
  .product-view-main-breadcrumbs .product-view-new-layout,
  .tea-pdp__info {
    padding: 0 18px;
  }

  .template-product .productView-moreItem.tea-pdp__purchase-options .shopify-block.shopify-app-block {
    padding: 0 !important;
  }

  .tea-pdp__shipping-text {
    font-size: 12px;
    line-height: 120%;
  }

  .tea-pdp__low-stock {
    margin-bottom: 14px;
    font-size: 12.5px;
    line-height: 120%;
  }

  .tea-pdp__shipping-bar {
    margin-bottom: 14px;
  }

  .template-product .quantity__group--1 .quantity__input {
    min-height: 58px;
  }

  .template-product .productView-buttons .product-form__submit.button {
    height: 58px;
    font-size: 15.5px;
    line-height: 120%; /* 18.6px */
    letter-spacing: 0.155px;
  }

  .tea-pairs {
    margin-top: 20px;
  }
  
  .tea-pairs__heading {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 13.2px */
    letter-spacing: 1.76px;
    margin-bottom: 9.5px;
  }

  .tea-pairs__title {
    font-size: 13.5px;
    line-height: 120%;
  }

  .tea-pairs__subtitle {
    font-size: 12px;
    line-height: 120%;
  }

  .tea-pairs__price {
    font-size: 16px;
    line-height: 120%;
  }

  .tea-pairs__card {
    padding: 14px 15px;
  }

  .tea-pdp__trust {
    margin-top: 18px;
    font-size: 12px;
    line-height: 120%;
    column-gap: 10px;
    row-gap: 8.5px;
  }

  .tea-pdp__guarantee {
    margin-top: 10.5px;
    font-size: 12px;
    line-height: 19.2px;
  }

  .tea-accordion.tea-accordion.tea-accordion--description {
    margin-top: 20px;
  }

  .tea-accordion__summary {
    padding: 17px 0;
    font-size: 14px;
    line-height: 120%;
  }

  .tea-accordion__content {
    padding: 4.5px 0 16px;
    font-size: 13.5px;
    line-height: 22.95px;
  }

  .template-product .breadcrumb-container.style--line_clamp_1 .breadcrumb {
    padding-left: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .template-product .breadcrumb-container.style--line_clamp_1 {
    min-height: auto;
  }

  .tea-pdp__origin {
    font-size: 10.5px;
    line-height: 120%; /* 12.6px */
    letter-spacing: 1.68px;
  }

  .tea-pdp__title {
    font-size: 33px;
    line-height: 34.65px; /* 105% */
    letter-spacing: -0.495px;
  }

  .tea-pdp__short-info {
    font-size: 14.5px;
    line-height: 24.65px;
    margin: 12.5px 0 13.59px;
  }

  .tea-pdp__badge {
    font-size: 11.5px;
    line-height: 120%;
    padding: 7px 13px;
  }

  .tea-pdp__badges {
    gap: 7px;
    margin-bottom: 18px;
  }

  .tea-pdp {
    padding: 16px 0 49px;
  }

  .tea-gallery__dots.swiper-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: static !important;
    width: auto !important;
    margin: 12px 0 18px !important;
    z-index: 5;
  }

  .tea-gallery__thumbs.swiper {
    display: none;
  }

  .tea-gallery__main.swiper {
    margin-bottom: 12px;
  }

  .template-product .breadcrumb-container.style--line_clamp_1:before, 
  .template-product .breadcrumb-container.style--line_clamp_1:after {
    content: none;
  }

  .template-product .breadcrumb.breadcrumb-left {
    display: flex !important;
  }

  .template-product .breadcrumb.breadcrumb-left .product-breadcrumb-title,
  .template-product .breadcrumb.breadcrumb-left .home-link, 
  .template-product .breadcrumb.breadcrumb-left .breadcrumb-collection  {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #8B8578 !important;
  }

  .template-product .breadcrumb-container.style--line_clamp_1 .breadcrumb {
    padding-left: 0 !important;
  }

  .tea-gallery__caption {
    display: none;
  }

  .tea-pdp .productView-groupTop {
    flex: 1 1 60%;
  }

  /* Sticky add to cart (mobile only) — pinned to the viewport bottom */
  .tea-pdp__info .tea-pdp__atc-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    margin: 0;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    background: var(--tea-bg, #ffffff);
    box-shadow: 0 -6px 16px rgba(28, 42, 36, 0.08);
  }

  /* reserve space so the fixed bar doesn't cover the content that used to sit under it */
  .tea-pdp {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 480px) {
  .tea-pdp .pvGroup-row {
    flex-wrap: wrap;
  }
}

/* Variant picker — weight selector cards */
.tea-pdp .productView-variants fieldset.product-form__input {
  border: none;
  margin: 0 0 22px;
  padding: 0;
  width: 100%;
}

.tea-pdp .productView-variants legend.form__label {
  width: 100%;
  margin: 0 0 10px;
  font-family: "Instrument Sans";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 13.8px */
  letter-spacing: 2.07px;
  color: #8B8578;
}

.template-product .product-option {
  margin: 0;
  flex-direction: column;
}

.tea-pdp .productView-variants .product-form__input {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tea-pdp .productView-variants .product-form__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.tea-pdp .productView-variants .product-form__label--card {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid rgba(30, 42, 36, 0.16) !important;
  background: transparent !important;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  justify-content: center;
}

.product-form__input.clearfix:after {
  content: none;
}

.tea-pdp .productView-variants .product-form__label--card .text {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #000000 !important;
  text-align: left;
  text-transform: none;
}

.tea-pdp .productView-variants .product-form__label-subtitle {
  font-family: "Instrument Sans";
  font-size: 12.5px;
  font-weight: 400;
  line-height: 130%;
  color: #8B8578;
}

.tea-pdp .productView-variants .product-form__radio:checked + .product-form__label--card {
  border-color: #1E3D32 !important;
  background: #FDFBF5 !important;
}

.tea-pdp .productView-variants .product-form__label--card.soldout {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 480px) {
  .tea-pdp .productView-variants .product-form__input {
    gap: 8px;
  }

  .tea-pdp .productView-variants .product-form__label--card {
    padding: 12px 14px;
  }
}
/* END_SNIPPET:product-page-new-layout */