/** Shopify CDN: Minification failed

Line 18442:89 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-cta (INDEX:1) */
.abt-cta {
    background-color: #F6F2EA;
    padding-block: 3rem 5rem;
    padding-inline: 1.5rem;
  }

  .abt-cta__inner {
    max-width: 46rem;
    margin-inline: auto;
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 2rem;
    padding: 4.5rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .abt-cta__inner {
      padding: 5rem 4rem;
    }
  }

  .abt-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #EBE7DD;
    border-radius: 50%;
    color: #234637;
    margin-bottom: 1.75rem;
    flex-shrink: 0;
  }

  .abt-cta__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .abt-cta__sub {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0 0 2.5rem;
    max-width: 34rem;
  }

  .abt-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: opacity 0.2s;
  }

  .abt-cta__btn:hover {
    opacity: 0.85;
  }
/* END_SECTION:about-cta */

/* START_SECTION:about-founder (INDEX:2) */
.abt-founder {
    background-color: #F6F2EA;
    padding-block: 3.5rem;
    padding-inline: 1.5rem;
  }

  .abt-founder__inner {
    max-width: 76rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 750px) {
    .abt-founder__inner {
      grid-template-columns: 40% 1fr;
      gap: 5.5rem;
      align-items: center;
    }
  }

  .abt-founder__media {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #DDD9CE;
    aspect-ratio: 4 / 5;
    box-shadow: 0 16px 56px rgba(35, 70, 55, 0.13);
  }

  @media screen and (max-width: 749px) {
    .abt-founder__media {
      aspect-ratio: 4 / 3;
    }
  }

  .abt-founder__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .abt-founder__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1.75rem;
  }

  .abt-founder__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
  }

  .abt-founder__rule {
    display: block;
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .abt-founder__copy p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.125rem;
  }

  .abt-founder__copy p:last-child {
    margin-bottom: 0;
  }

  .abt-founder__callout {
    border-left: 2px solid #C8A96A;
    padding-left: 1.25rem;
    margin-block: 1.75rem;
  }

  .abt-founder__callout p {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.0625rem !important;
    font-style: italic;
    color: #234637 !important;
    margin-bottom: 0.375rem !important;
    line-height: 1.5 !important;
  }

  .abt-founder__callout p:last-child {
    margin-bottom: 0 !important;
  }

  .abt-founder__sig {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem !important;
    font-style: italic;
    color: #234637 !important;
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid rgba(200, 169, 106, 0.25);
  }
/* END_SECTION:about-founder */

/* START_SECTION:about-hero (INDEX:3) */
.abt-hero {
    background-color: #F6F2EA;
    overflow: hidden;
  }

  .abt-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 70svh;
  }

  @media screen and (min-width: 750px) {
    .abt-hero__grid {
      grid-template-columns: 52% 48%;
      min-height: 90svh;
    }
  }

  .abt-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4.5rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3rem;
  }

  @media screen and (min-width: 750px) {
    .abt-hero__content {
      padding-block: 7rem;
      padding-inline-end: 4.5rem;
    }
  }

  .abt-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 2rem;
  }

  .abt-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    font-weight: 400;
    line-height: 1.1;
    color: #234637;
    margin: 0 0 1.5rem;
    letter-spacing: -0.025em;
  }

  .abt-hero__sub {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0 0 2.5rem;
    max-width: 28rem;
  }

  .abt-gold-line {
    display: block;
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    flex-shrink: 0;
  }

  .abt-hero__media {
    position: relative;
    overflow: hidden;
    background-color: #DDD9CE;
    min-height: 65vw;
  }

  @media screen and (min-width: 750px) {
    .abt-hero__media {
      min-height: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .abt-hero__media {
      order: -1;
      max-height: 520px;
    }
  }

  .abt-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
/* END_SECTION:about-hero */

/* START_SECTION:about-mission (INDEX:4) */
.abt-mission {
    background-color: #F6F2EA;
    padding-block: 1rem 3rem;
    padding-inline: 1.5rem;
  }

  .abt-mission__inner {
    max-width: 52rem;
    margin-inline: auto;
  }

  .abt-mission__card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 2rem;
    padding: 4rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .abt-mission__card {
      padding: 5.5rem 5rem;
    }
  }

  .abt-mission__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1.75rem;
  }

  .abt-mission__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    max-width: 30rem;
  }

  .abt-mission__rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C8A96A, transparent);
    margin: 0 0 2.25rem;
  }

  .abt-mission__copy p {
    font-size: 1rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
    max-width: 38rem;
  }

  .abt-mission__copy p:last-child {
    margin-bottom: 0;
  }

  .abt-mission__pullquote {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.25rem !important;
    font-style: italic;
    color: #234637 !important;
    line-height: 1.5 !important;
    margin-top: 1.75rem !important;
    border-top: 1px solid rgba(200, 169, 106, 0.25);
    padding-top: 1.75rem !important;
  }
/* END_SECTION:about-mission */

/* START_SECTION:about-problem (INDEX:5) */
.abt-problem {
    background-color: #F6F2EA;
    padding-block: 3rem 4rem;
    padding-inline: 1.5rem;
  }

  .abt-problem__inner {
    max-width: 76rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .abt-problem__inner {
      grid-template-columns: 42% 1fr;
      gap: 5rem;
    }
  }

  .abt-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1.75rem;
  }

  .abt-h2 {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
  }

  .abt-gold-rule {
    display: block;
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .abt-problem__copy p {
    font-size: 1rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .abt-problem__copy p:last-child {
    margin-bottom: 0;
  }

  .abt-problem__copy em {
    font-style: italic;
    color: #234637;
    font-family: var(--font-heading--family, 'Newsreader', serif);
  }

  .abt-problem__media {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #DDD9CE;
    aspect-ratio: 4 / 5;
    box-shadow: 0 12px 48px rgba(35, 70, 55, 0.1);
  }

  @media screen and (max-width: 749px) {
    .abt-problem__media {
      aspect-ratio: 3 / 2;
    }
  }

  .abt-rounded-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
/* END_SECTION:about-problem */

/* START_SECTION:about-trust (INDEX:6) */
.abt-trust {
    background-color: #234637;
    padding-block: 5rem;
    padding-inline: 1.5rem;
    text-align: center;
  }

  .abt-trust__inner {
    max-width: 50rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .abt-trust__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 2rem;
  }

  .abt-trust__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.1;
    color: #F6F2EA;
    margin: 0 0 1.5rem;
    letter-spacing: -0.025em;
  }

  .abt-trust__rule {
    display: block;
    width: 4rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C8A96A, transparent);
    margin: 0 0 2.75rem;
  }

  .abt-trust__copy {
    max-width: 44rem;
    margin-bottom: 3.5rem;
  }

  .abt-trust__copy p {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(246, 242, 234, 0.75);
    margin: 0 0 1.25rem;
  }

  .abt-trust__copy p:last-child {
    margin-bottom: 0;
  }

  .abt-trust__copy em {
    font-style: italic;
    color: #F6F2EA;
    font-family: var(--font-heading--family, 'Newsreader', serif);
  }

  .abt-trust__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem;
  }

  .abt-trust__pill {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C8A96A;
    border: 1px solid rgba(200, 169, 106, 0.3);
    border-radius: 99px;
    padding: 0.4375rem 1.125rem;
    white-space: nowrap;
  }
/* END_SECTION:about-trust */

/* START_SECTION:affiliate-benefits (INDEX:7) */
.affiliate-benefits {
    background: #F5F4F1;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .affiliate-benefits__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .affiliate-benefits__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  @media screen and (min-width: 750px) {
    .affiliate-benefits__header {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: center;
    }
  }

  .affiliate-benefits__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0 0 0.5rem;
  }

  .affiliate-benefits__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.15;
    color: #3C4131;
    margin: 0;
  }

  .affiliate-benefits__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }

  .affiliate-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  @media screen and (min-width: 560px) {
    .affiliate-benefits__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (min-width: 1000px) {
    .affiliate-benefits__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .affiliate-benefits__card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid rgba(60, 65, 49, 0.06);
  }

  .affiliate-benefits__card-icon {
    color: #3C4131;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 0.25rem;
  }

  .affiliate-benefits__card-title {
    font-family: var(--font-primary--family, serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: #3C4131;
    margin: 0;
    line-height: 1.3;
  }

  .affiliate-benefits__card-desc {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }
/* END_SECTION:affiliate-benefits */

/* START_SECTION:affiliate-footer-strip (INDEX:8) */
.affiliate-footer-strip {
    background: #F2F0EB;
    padding-block-start: var(--padding-block-start, 1.5rem);
    padding-block-end: var(--padding-block-end, 1.5rem);
    border-top: 1px solid rgba(60, 65, 49, 0.08);
  }

  .affiliate-footer-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
  }

  .affiliate-footer-strip__left {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .affiliate-footer-strip__icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(138, 154, 126, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05rem;
  }

  .affiliate-footer-strip__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8A9A7E;
    margin: 0 0 0.2rem;
  }

  .affiliate-footer-strip__description {
    font-size: 0.875rem;
    color: #5A5A4A;
    margin: 0;
    line-height: 1.5;
  }

  .affiliate-footer-strip__email {
    color: #3C4131;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(60, 65, 49, 0.3);
    margin-inline-start: 0.2em;
  }

  .affiliate-footer-strip__email:hover {
    border-bottom-color: #3C4131;
  }

  .affiliate-footer-strip__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }

  .affiliate-footer-strip__link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #3C4131;
    text-decoration: none;
  }

  .affiliate-footer-strip__link:hover {
    opacity: 0.65;
  }

  @media screen and (max-width: 749px) {
    .affiliate-footer-strip__links {
      align-items: flex-start;
    }
  }
/* END_SECTION:affiliate-footer-strip */

/* START_SECTION:affiliate-form (INDEX:9) */
.affiliate-form {
    background: #F8F5F0;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .affiliate-form__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
  }

  @media screen and (min-width: 750px) {
    .affiliate-form__inner {
      grid-template-columns: 36% 1fr;
      gap: 4rem;
    }
  }

  .affiliate-form__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0 0 0.75rem;
  }

  .affiliate-form__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(1.625rem, 3vw, 2.25rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.15;
    color: #3C4131;
    margin: 0 0 0.875rem;
  }

  .affiliate-form__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0 0 1.5rem;
  }

  .affiliate-form__email-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #3C4131;
    margin: 0 0 0.375rem;
  }

  .affiliate-form__email-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem;
    color: #5A5A4A;
    text-decoration: none;
    border-bottom: 1px solid rgba(90, 90, 74, 0.35);
  }

  .affiliate-form__email-link:hover {
    color: #3C4131;
    border-bottom-color: #3C4131;
  }

  .affiliate-form__right {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(60, 65, 49, 0.07);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  }

  .affiliate-form__success {
    padding: 1.5rem;
    background: #EAF0E6;
    border-radius: 0.75rem;
    color: #3C4131;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .affiliate-form__success p {
    margin: 0;
  }

  .affiliate-form__errors {
    padding: 1rem;
    background: #FEF2F2;
    border-radius: 0.5rem;
    color: #991B1B;
    font-size: 0.875rem;
    margin-block-end: 1.25rem;
  }

  .affiliate-form__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-block-end: 1rem;
  }

  @media screen and (min-width: 480px) {
    .affiliate-form__row {
      grid-template-columns: 1fr 1fr;
    }
  }

  .affiliate-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }

  .affiliate-form__field--full {
    margin-block-end: 1.25rem;
  }

  .affiliate-form__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3C4131;
    line-height: 1.3;
  }

  .affiliate-form__input,
  .affiliate-form__textarea,
  .affiliate-form__select {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #E2DFD9;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #3C4131;
    background: #ffffff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: var(--font-primary--family, inherit);
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
  }

  .affiliate-form__input::placeholder,
  .affiliate-form__textarea::placeholder {
    color: #B0A898;
  }

  .affiliate-form__input:focus,
  .affiliate-form__textarea:focus,
  .affiliate-form__select:focus {
    border-color: #8A9A7E;
    box-shadow: 0 0 0 3px rgba(138, 154, 126, 0.15);
  }

  .affiliate-form__textarea {
    resize: vertical;
    min-height: 7rem;
    line-height: 1.55;
  }

  .affiliate-form__select-wrap {
    position: relative;
  }

  .affiliate-form__select {
    padding-inline-end: 2.25rem;
    cursor: pointer;
  }

  .affiliate-form__select-arrow {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #5A5A4A;
  }

  .affiliate-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8125rem 1.75rem;
    background: #3C4131;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    font-family: var(--font-primary--family, inherit);
  }

  .affiliate-form__submit:hover {
    opacity: 0.85;
  }
/* END_SECTION:affiliate-form */

/* START_SECTION:affiliate-hero (INDEX:10) */
.affiliate-hero {
    background: #ffffff;
    overflow: hidden;
    margin-inline: clamp(1rem, 3vw, 2.5rem);
  }

  .affiliate-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 480px;
  }

  @media screen and (min-width: 750px) {
    .affiliate-hero__grid {
      grid-template-columns: 55% 45%;
      min-height: 640px;
    }
  }

  .affiliate-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding-block: 3.5rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 2rem));
    padding-inline-end: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .affiliate-hero__content {
      padding-block: 4.5rem;
      padding-inline-end: 3.5rem;
    }
  }

  .affiliate-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #5E7A52;
    margin: 0;
  }

  .affiliate-hero__heading {
    font-family: var(--font-h1--family, var(--font-primary--family));
    font-size: clamp(2.25rem, 4.5vw, 3.5rem);
    font-weight: var(--font-h1--weight, 400);
    line-height: 1.1;
    color: #3C4131;
    margin: 0;
  }

  .affiliate-hero__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
    max-width: 36rem;
  }

  .affiliate-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.25rem;
  }

  .affiliate-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s, background-color 0.2s;
    white-space: nowrap;
    cursor: pointer;
  }

  .affiliate-hero__btn--primary {
    background: #3C4131;
    color: #ffffff;
    border: 2px solid #3C4131;
  }

  .affiliate-hero__btn--primary:hover {
    opacity: 0.85;
  }

  .affiliate-hero__btn--secondary {
    background: transparent;
    color: #3C4131;
    border: 2px solid #3C4131;
  }

  .affiliate-hero__btn--secondary:hover {
    background: rgba(60, 65, 49, 0.06);
  }

  .affiliate-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin-top: 0.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(60, 65, 49, 0.1);
  }

  .affiliate-hero__badge {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }

  .affiliate-hero__badge-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #F2F0EB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #3C4131;
  }

  .affiliate-hero__badge-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }

  .affiliate-hero__badge-title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #3C4131;
    line-height: 1.3;
  }

  .affiliate-hero__badge-sub {
    font-size: 0.75rem;
    color: #8A9A7E;
    line-height: 1.3;
  }

  .affiliate-hero__media {
    position: relative;
    overflow: hidden;
    background: #E8E4DC;
    min-height: 60vw;
  }

  @media screen and (min-width: 750px) {
    .affiliate-hero__media {
      min-height: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .affiliate-hero__media {
      order: -1;
      max-height: 480px;
    }
  }

  .affiliate-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
  }
/* END_SECTION:affiliate-hero */

/* START_SECTION:affiliate-testimonials (INDEX:11) */
.affiliate-testimonials {
    background: #F5F4F1;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .affiliate-testimonials__inner {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .affiliate-testimonials__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 2rem;
  }

  .affiliate-testimonials__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0 0 0.5rem;
  }

  .affiliate-testimonials__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.15;
    color: #3C4131;
    margin: 0;
  }

  .affiliate-testimonials__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #3C4131;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid rgba(60, 65, 49, 0.25);
    padding-block-end: 1px;
  }

  .affiliate-testimonials__cta:hover {
    border-bottom-color: #3C4131;
  }

  .affiliate-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  @media screen and (min-width: 750px) {
    .affiliate-testimonials__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .affiliate-testimonials__card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
    border: 1px solid rgba(60, 65, 49, 0.06);
  }

  .affiliate-testimonials__quote {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #3C4131;
    margin: 0;
    flex: 1;
  }

  .affiliate-testimonials__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(60, 65, 49, 0.07);
  }

  .affiliate-testimonials__avatar {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
  }

  .affiliate-testimonials__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .affiliate-testimonials__avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #D4DFCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3C4131;
  }

  .affiliate-testimonials__author-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .affiliate-testimonials__name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #3C4131;
  }

  .affiliate-testimonials__role {
    font-size: 0.8125rem;
    color: #8A9A7E;
  }
/* END_SECTION:affiliate-testimonials */

/* START_SECTION:article-back-link (INDEX:12) */
.article-back-link__inner {
    max-width: var(--normal-content-width);
    margin-inline: auto;
    width: 100%;
  }

  .article-back-link__anchor {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-2xs);
    font-size: var(--font-size--body-sm);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    text-decoration: none;
    cursor: pointer;
  }

  .article-back-link__icon {
    display: flex;
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .article-back-link__icon svg {
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
  }

  .article-back-link__anchor:hover {
    color: var(--color-foreground);
    text-decoration: underline;
  }

  .article-back-link__anchor:hover .article-back-link__icon {
    color: var(--color-foreground);
  }
/* END_SECTION:article-back-link */

/* START_SECTION:baby-prep-plan-page (INDEX:16) */
.bpp-page *,
.bpp-page *::before,
.bpp-page *::after { box-sizing: border-box; }

.bpp-page {
  --clr-cream:  #F6F2EA;
  --clr-dark:   #1E3528;
  --clr-olive:  #7A8C6A;
  --clr-olive2: #9A8C6A;
  --clr-card:   #FDFAF5;
  --clr-border: #EDE8DF;
  --clr-muted:  #6B6B6B;
  --font-serif: var(--font-heading--family, 'Newsreader', Georgia, serif);
  font-family: var(--font-body--family, system-ui, sans-serif);
  color: var(--clr-dark);
  background: #fff;
  min-height: 60vh;
}

/* ── Hero header ─────────────────────────────────── */
.bpp-hero {
  background: var(--clr-cream);
  padding: 3.5rem 5vw 3rem;
  border-bottom: 1.5px solid var(--clr-border);
}
.bpp-hero__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clr-olive2);
  font-weight: 600;
  margin: 0 0 0.65rem;
}
.bpp-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.5rem;
  color: var(--clr-dark);
}
.bpp-hero__sub {
  font-size: 0.9375rem;
  color: var(--clr-muted);
  margin: 0 0 1.5rem;
}
.bpp-hero__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
}
.bpp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: none;
  border: 1.5px solid var(--clr-border);
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--clr-dark);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.bpp-btn:hover { background: var(--clr-cream); border-color: var(--clr-dark); }
.bpp-btn--primary {
  background: var(--clr-dark);
  color: #fff;
  border-color: var(--clr-dark);
}
.bpp-btn--primary:hover { background: #2c4e3b; }

.bpp-shared-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(122,140,106,0.12);
  border: 1.5px solid rgba(122,140,106,0.3);
  border-radius: 2rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--clr-olive);
  margin-bottom: 1rem;
}

/* ── Body ────────────────────────────────────────── */
.bpp-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 5vw;
}

/* Progress */
.bpp-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  background: var(--clr-card);
  border: 1.5px solid var(--clr-border);
  border-radius: 0.75rem;
}
.bpp-progress__bar {
  flex: 1;
  height: 6px;
  background: var(--clr-border);
  border-radius: 3px;
  overflow: hidden;
}
.bpp-progress__fill {
  height: 100%;
  background: var(--clr-olive);
  border-radius: 3px;
  transition: width 0.4s ease;
}
.bpp-progress__stats {
  font-size: 0.8125rem;
  color: var(--clr-muted);
  white-space: nowrap;
}
.bpp-progress__pct {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-dark);
  min-width: 3ch;
  text-align: right;
}

/* Week groups */
.bpp-week-group { margin-bottom: 2rem; }
.bpp-week-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.bpp-week-heading__label {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0;
}
.bpp-week-heading__count {
  font-size: 0.72rem;
  color: var(--clr-muted);
  font-weight: 500;
}
.bpp-week-heading__rule {
  flex: 1;
  height: 1px;
  background: var(--clr-border);
}

/* Items */
.bpp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1.5px solid var(--clr-border);
  border-radius: 0.75rem;
  overflow: hidden;
}
.bpp-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.8rem 1.1rem;
  border-bottom: 1px solid var(--clr-border);
  font-size: 0.875rem;
  color: var(--clr-dark);
  line-height: 1.5;
  background: #fff;
  transition: background 0.1s;
}
.bpp-item:last-child { border-bottom: none; }
.bpp-item:hover { background: var(--clr-card); }
.bpp-item--done { background: var(--clr-card); }
.bpp-item__cb {
  width: 1.1rem; height: 1.1rem;
  border: 1.5px solid var(--clr-border);
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  margin-top: 0.15rem;
  transition: background 0.15s, border-color 0.15s;
}
.bpp-item__cb:checked {
  background: var(--clr-dark);
  border-color: var(--clr-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 5l2.5 2.5 4.5-5' stroke='%23fff' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.bpp-item__text { flex: 1; }
.bpp-item--done .bpp-item__text { text-decoration: line-through; color: var(--clr-muted); }

/* Empty / loading states */
.bpp-state {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--clr-muted);
}
.bpp-state__icon { font-size: 2.5rem; margin-bottom: 1rem; }
.bpp-state__title { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 400; color: var(--clr-dark); margin: 0 0 0.5rem; }
.bpp-state p { margin: 0 0 1.25rem; font-size: 0.9rem; }

/* Share row */
.bpp-share-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  background: var(--clr-cream);
  border: 1.5px solid var(--clr-border);
  border-radius: 0.75rem;
  margin-top: 2rem;
}
.bpp-share-row__label { flex: 1; font-size: 0.8125rem; color: var(--clr-muted); min-width: 12rem; }
.bpp-copied { font-size: 0.75rem; color: var(--clr-olive); font-weight: 600; display: none; }

/* ── Print styles ─────────────────────────────────── */
@media print {
  .bpp-hero__actions,
  .bpp-share-row,
  .bpp-btn,
  .bpp-item__cb { display: none !important; }

  .bpp-hero { padding: 1.5rem 0; background: none; border: none; }
  .bpp-body { padding: 1rem 0; }
  .bpp-item { padding: 0.5rem 0; break-inside: avoid; }
  .bpp-week-group { break-inside: avoid; }

  .bpp-item__cb {
    display: inline-block !important;
    border: 1.5px solid #999;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
}

@media (max-width: 600px) {
  .bpp-hero { padding: 2.5rem 1.25rem 2rem; }
  .bpp-body { padding: 2rem 1.25rem; }
}
/* END_SECTION:baby-prep-plan-page */

/* START_SECTION:birch-ai-chat-history (INDEX:17) */
.birch-ai-history {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
    padding-inline: var(--page-margin-inline, 16px);
  }
  .birch-ai-history__head { padding-block: var(--padding-lg); }
  .birch-ai-history__title { margin: 0 0 8px; font-size: var(--font-size--xl); }
  .birch-ai-history__sub  { margin: 0; color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text)); font-size: var(--font-size--sm); }
  .birch-ai-history__loading { padding: 24px 0; color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text)); }
  .birch-ai-history__list { display: flex; flex-direction: column; gap: 10px; }
  .birch-ai-history__row {
    display: flex; gap: 12px; align-items: center;
    padding: 14px 16px; border: 1px solid rgb(var(--color-foreground-rgb) / 0.12);
    border-radius: 10px; text-decoration: none; color: inherit;
    transition: background 0.15s, border-color 0.15s;
  }
  .birch-ai-history__row:hover { background: rgb(var(--color-foreground-rgb) / 0.03); border-color: rgb(var(--color-foreground-rgb) / 0.22); }
  .birch-ai-history__row-main { flex: 1; min-width: 0; }
  .birch-ai-history__chip {
    font-size: 14px; font-weight: 500; margin: 0 0 4px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .birch-ai-history__meta { font-size: 12px; color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text)); }
  .birch-ai-history__count { font-size: 12px; padding: 2px 8px; background: rgb(var(--color-primary-rgb) / 0.08); color: var(--color-primary); border-radius: 999px; }
  .birch-ai-history__chev { font-size: 18px; color: rgb(var(--color-foreground-rgb) / 0.45); }
  .birch-ai-history__empty { padding: 32px 0; color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text)); text-align: center; }
/* END_SECTION:birch-ai-chat-history */

/* START_SECTION:birch-ai-search-results (INDEX:19) */
.birch-ai-search-results-section { width: 100%; }

  .birch-ai-search-results {
    width: 100%;
    max-width: var(--page-width, 1440px);
    margin-inline: auto;
    padding-inline: var(--page-margin-inline, 16px);
  }

  /* ── AI page intro: heading + AI-only search input ───────────────── */
  .birch-ai-search-results__intro {
    display: flex;
    flex-direction: column;
    gap: var(--margin-md);
    padding-block: var(--padding-lg) var(--padding-md);
  }

  .birch-ai-search-results__heading {
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--margin-sm);
    font-size: var(--font-size--xl);
  }

  .birch-ai-search-results__form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 720px;
  }

  .birch-ai-search-results__form-icon {
    position: absolute;
    left: 16px;
    width: var(--icon-size-md);
    height: var(--icon-size-md);
    color: rgb(var(--color-foreground-rgb) / 0.55);
    pointer-events: none;
    display: flex;
    align-items: center;
  }

  .birch-ai-search-results__form-icon svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .birch-ai-search-results__input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    font-size: var(--font-size--md);
    color: var(--color-foreground);
    background: var(--color-background);
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.18);
    border-radius: 999px;
    outline: none;
    transition: border-color 150ms ease, box-shadow 150ms ease;
  }

  .birch-ai-search-results__input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .birch-ai-search-results__input:focus {
    border-color: rgb(var(--color-primary-rgb) / 0.55);
    box-shadow: 0 0 0 4px rgb(var(--color-primary-rgb) / 0.12);
  }

  .birch-ai-search-results__input {
    padding-right: 52px;
  }

  .birch-ai-search-results__voice-btn {
    position: absolute;
    right: 8px;
  }

  .birch-ai-search-results__empty-prompt {
    padding-block: var(--padding-2xl);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .birch-ai-page__loading,
  .birch-ai-page__error {
    display: flex;
    align-items: center;
    gap: var(--margin-sm);
    padding: var(--padding-md) 0;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    font-size: var(--font-size--sm);
  }

  @keyframes birch-page-spin { to { transform: rotate(360deg); } }
  .birch-ai-page__spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(var(--color-foreground-rgb) / 0.12);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: birch-page-spin 0.7s linear infinite;
    flex-shrink: 0;
  }

  .birch-ai-page__header {
    display: flex;
    flex-direction: column;
    gap: var(--margin-xs);
    padding-block: var(--padding-sm);
  }

  .birch-ai-page__header-row {
    display: flex;
    align-items: center;
    gap: var(--margin-sm);
    flex-wrap: wrap;
  }

  .birch-ai-badge {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-primary);
    background: rgb(var(--color-primary-rgb) / 0.1);
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.04em;
  }

  .birch-ai-page__count {
    font-size: var(--font-size--sm);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .birch-ai-page__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .birch-ai-page__filter-pill {
    font-size: var(--font-size--xs);
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.15);
    color: var(--color-foreground);
    background: rgb(var(--color-foreground-rgb) / 0.04);
  }

  .birch-ai-page__switch {
    margin-inline-start: auto;
    font-size: var(--font-size--xs);
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .birch-ai-page__empty {
    padding: var(--padding-2xl) 0;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  /* AI grid mirrors the wishlist grid host so cards render identically. */
  .birch-ai-grid-wrapper {
    width: 100%;
    min-width: 0;
    container-type: inline-size;
    container-name: resource-list;
  }

  .birch-ai-grid {
    margin-top: var(--margin-md);
  }

  /* "Why" annotation appended below each native product card */
  .birch-ai-grid__why {
    margin: 8px 0 0;
    padding: 8px 10px;
    font-size: var(--font-size--xs);
    line-height: 1.45;
    color: rgb(var(--color-foreground-rgb) / 0.8);
    background: rgb(var(--color-primary-rgb) / 0.06);
    border-left: 2px solid rgb(var(--color-primary-rgb) / 0.45);
    border-radius: 4px;
  }
/* END_SECTION:birch-ai-search-results */

/* START_SECTION:birch-caregiver-invite (INDEX:22) */
/* ── Page shell ──────────────────────────────────────────────────────────── */
.bci-page {
  min-height: 100svh;
  background: #F7F3EE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.25rem 4rem;
  gap: 2rem;
  font-family: var(--font-body--family, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}

/* ── Brand wordmark ──────────────────────────────────────────────────────── */
.bci-brand {
  display: block;
  text-decoration: none;
}

/* ── Card ────────────────────────────────────────────────────────────────── */
.bci-card {
  width: 100%;
  max-width: 440px;
  background: #FFFFFF;
  border: 1px solid #E8DFD0;
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  box-shadow: 0 4px 40px rgba(35, 70, 55, 0.07), 0 1px 6px rgba(0,0,0,0.04);
}

@media (max-width: 480px) {
  .bci-card { padding: 32px 24px; border-radius: 16px; }
}

/* ── Badge icons ─────────────────────────────────────────────────────────── */
.bci-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.bci-badge--leaf    { background: rgba(35,70,55,0.08); color: #234637; }
.bci-badge--success { background: rgba(35,70,55,0.1);  color: #234637; }
.bci-badge--error   { background: rgba(197,48,48,0.1); color: #c53030; }

/* ── Avatar (inviter initials) ───────────────────────────────────────────── */
.bci-avatar-wrap { margin-bottom: 4px; }
.bci-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #D4E2CE;
  color: #234637;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading--family, 'Newsreader', serif);
}

/* ── Typography ──────────────────────────────────────────────────────────── */
.bci-eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A07830;
  margin: 0;
}

.bci-heading {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1A2B1E;
  margin: 0;
}

.bci-sub {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5A5044;
  margin: 0;
  max-width: 34ch;
}

.bci-trackers-label {
  font-size: 0.875rem;
  color: #6B5E4E;
  margin: 0;
}

.bci-email-hint {
  font-size: 0.875rem;
  color: #6B5E4E;
  background: #F7F3EE;
  border: 1px solid #E4D9C8;
  border-radius: 8px;
  padding: 8px 14px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.bci-divider {
  width: 48px;
  height: 1.5px;
  background: #C4A45A;
  border-radius: 2px;
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.bci-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.bci-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
  box-sizing: border-box;
}

.bci-btn--primary {
  background: #2C3B2D;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(35,70,55,0.2);
}
.bci-btn--primary:hover { background: #1A2B1E; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(35,70,55,0.25); }
.bci-btn--primary:disabled { background: #8A9E8C; cursor: not-allowed; transform: none; box-shadow: none; }

.bci-btn--outline {
  background: transparent;
  color: #2C3B2D;
  border: 1.5px solid #C4D4BE;
}
.bci-btn--outline:hover { background: #F0EDE8; border-color: #2C3B2D; }

.bci-btn--ghost {
  background: transparent;
  color: #8A7E6E;
  font-size: 0.875rem;
  font-weight: 400;
  border: none;
  padding: 0.5rem;
}
.bci-btn--ghost:hover { color: #4A3D2E; }

/* ── Footer notes ────────────────────────────────────────────────────────── */
.bci-footer-note {
  font-size: 0.8125rem;
  color: #9A8E7E;
  margin: 0;
  line-height: 1.5;
}

.bci-tagline {
  font-size: 0.75rem;
  color: #B8A898;
  letter-spacing: 0.04em;
  margin: 0;
}

/* ── Loading spinner ─────────────────────────────────────────────────────── */
.bci-spinner-wrap {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.bci-spinner {
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid rgba(35,70,55,0.15);
  border-top-color: #234637;
  border-radius: 50%;
  animation: bci-spin 0.7s linear infinite;
}

@keyframes bci-spin { to { transform: rotate(360deg); } }

.bci-loading-text {
  font-size: 0.9375rem;
  color: #8A7E6E;
  margin: 8px 0 0;
}
/* END_SECTION:birch-caregiver-invite */

/* START_SECTION:birch-footer (INDEX:24) */
.birch-footer {
    background: #d5ded1;
    padding-block-start: 3.5rem;
    padding-block-end: 3rem;
    border-block-end: 1px solid rgba(35, 70, 55, 0.12);
  }

  .birch-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-inline: var(--page-margin, 16px);
    max-width: var(--page-width, 1200px);
    margin-inline: auto;
  }

  /* Brand column */
  .birch-footer__logo {
    display: inline-block;
    text-decoration: none;
    margin-block-end: 1rem;
  }

  .birch-footer__logo-img {
    display: block;
    width: 120px;
    height: auto;
  }

  .birch-footer__tagline {
    font-family: var(--font-primary--family, serif);
    font-style: italic;
    font-size: 1.05rem;
    color: #234637;
    margin: 0 0 0.75rem;
    line-height: 1.4;
  }

  .birch-footer__desc {
    font-size: 0.8125rem;
    color: rgba(35, 70, 55, 0.7);
    line-height: 1.65;
    margin: 0 0 1.25rem;
    max-width: 26ch;
  }

  .birch-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    color: rgba(35, 70, 55, 0.7);
    text-decoration: none;
    transition: color 0.2s;
  }

  .birch-footer__email:hover {
    color: #234637;
  }

  /* Newsletter subscribe */
  .birch-footer__subscribe {
    margin-top: 1.5rem;
  }

  .birch-footer__subscribe-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #234637;
    margin: 0 0 0.625rem;
  }

  .birch-footer__subscribe-row {
    display: flex;
    gap: 0.5rem;
  }

  .birch-footer__subscribe-input {
    flex: 1;
    height: 40px;
    padding: 0 0.875rem;
    font-size: 0.8125rem;
    border: 1px solid rgba(35,70,55,0.25);
    border-radius: 6px;
    background: rgba(255,255,255,0.5);
    color: #234637;
    outline: none;
    min-width: 0;
    transition: border-color 0.2s;
  }

  .birch-footer__subscribe-input::placeholder { color: rgba(35,70,55,0.45); }
  .birch-footer__subscribe-input:focus { border-color: #234637; background: rgba(255,255,255,0.8); }

  .birch-footer__subscribe-btn {
    height: 40px;
    padding: 0 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #1E3528;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    flex-shrink: 0;
  }

  .birch-footer__subscribe-btn:hover { background: #2E5040; }

  .birch-footer__subscribe-success {
    font-size: 0.8125rem;
    color: #234637;
    margin: 0.5rem 0 0;
  }

  /* Nav columns */
  .birch-footer__col-heading {
    font-family: var(--font-body--family, sans-serif);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #234637;
    margin: 0 0 1.1rem;
  }

  .birch-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .birch-footer__links a {
    font-size: 0.875rem;
    color: rgba(35, 70, 55, 0.72);
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }

  .birch-footer__links a:hover {
    color: #234637;
  }

  .birch-footer__link--badge {
    align-items: center;
  }

  .birch-footer__badge {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d5ded1;
    background: #234637;
    border-radius: 3px;
    padding: 0.15em 0.45em;
    line-height: 1.6;
  }

  /* ── Mobile: 2-col nav grid, compact brand ── */
  @media screen and (max-width: 599px) {
    .birch-footer {
      padding-block-start: 2.5rem;
      padding-block-end: 2rem;
    }

    .birch-footer__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.75rem 1.25rem;
    }

    .birch-footer__brand {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      column-gap: 1rem;
      align-items: start;
    }

    .birch-footer__logo {
      margin-block-end: 0;
      grid-row: 1 / 3;
      grid-column: 1;
    }

    .birch-footer__logo-img {
      width: 80px;
    }

    .birch-footer__tagline {
      grid-column: 2;
      grid-row: 1;
      margin: 0;
      font-size: 0.9375rem;
    }

    .birch-footer__email {
      grid-column: 2;
      grid-row: 2;
      margin-block-start: 0.375rem;
    }

    /* Hide verbose description and subscribe on mobile — keep it clean */
    .birch-footer__desc,
    .birch-footer__subscribe {
      display: none;
    }

    .birch-footer__col-heading {
      font-size: 0.625rem;
      margin-block-end: 0.75rem;
    }

    .birch-footer__links {
      gap: 0.5rem;
    }

    .birch-footer__links a {
      font-size: 0.8125rem;
    }
  }

  /* ── Tablet: 2-col nav, brand full-width ── */
  @media screen and (min-width: 600px) {
    .birch-footer__inner {
      grid-template-columns: repeat(2, 1fr);
    }

    .birch-footer__brand {
      grid-column: 1 / -1;
    }
  }

  /* ── Desktop ── */
  @media screen and (min-width: 990px) {
    .birch-footer__inner {
      grid-template-columns: 1.6fr repeat(4, 1fr);
      gap: 1.5rem 2rem;
    }

    .birch-footer__brand {
      grid-column: auto;
      display: block;
    }

    .birch-footer__logo {
      margin-block-end: 1rem;
    }

    .birch-footer__logo-img {
      width: 120px;
    }

    .birch-footer__desc,
    .birch-footer__subscribe {
      display: block;
    }

    .birch-footer__desc {
      max-width: 24ch;
    }
  }
/* END_SECTION:birch-footer */

/* START_SECTION:birch-promise (INDEX:27) */
.bprom {
    padding-block: 80px 80px;
    background: #F7F3EE;
  }

  .bprom__inner {
    display: flex;
    flex-direction: column;
    gap: 52px;
  }

  /* ── Header ──────────────────────────────────────────────────────────── */
  .bprom__head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .bprom__title {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 2.375rem);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #2C3B2D;
    margin: 0;
  }

  .bprom__rule {
    display: block;
    width: 48px;
    height: 2px;
    background: #A07830;
    border-radius: 2px;
  }

  .bprom__subtitle {
    font-family: var(--font-body--family);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #6B5E4E;
    max-width: 52ch;
    margin: 0;
  }

  /* ── Grid ────────────────────────────────────────────────────────────── */
  .bprom__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* ── Card ────────────────────────────────────────────────────────────── */
  .bprom__card {
    background: #FFFFFF;
    border: 1px solid #E4D9C8;
    border-radius: 14px;
    padding: 36px 36px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }

  .bprom__card-top {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bprom__num {
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #A07830;
    margin-block-end: 16px;
    display: block;
  }

  .bprom__icon-wrap {
    width: 72px;
    height: 72px;
    margin-block-end: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 2px 8px rgba(160, 120, 48, 0.15));
  }

  .bprom__icon-wrap svg {
    width: 72px;
    height: 72px;
  }

  .bprom__card-title {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #1A2B1E;
    margin: 0 0 14px;
  }

  .bprom__card-desc {
    font-family: var(--font-body--family);
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5044;
    margin: 0 0 20px;
  }

  /* ── CTA ─────────────────────────────────────────────────────────────── */
  .bprom__cta {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-body--family);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #A07830;
    text-decoration: none;
    margin-top: 4px;
    transition: color 0.2s, gap 0.2s;
    gap: 2px;
  }

  .bprom__cta:hover {
    color: #7A5500;
    gap: 6px;
  }

  /* ── Mobile ──────────────────────────────────────────────────────────── */
  @media screen and (max-width: 749px) {
    .bprom {
      padding-block: 52px 52px;
    }

    .bprom__title {
      font-size: 2rem;
    }

    .bprom__grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .bprom__card {
      padding: 28px 24px 22px;
    }

    .bprom__card-title {
      font-size: 1.375rem;
    }
  }
/* END_SECTION:birch-promise */

/* START_SECTION:birch-tracker (INDEX:29) */
/* ── Page shell ── */
.bt-page {
  background-color: #F7F3EB;
  min-height: 100vh;
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.bt-hero {
  background-color: #F0EDE5;
  border-bottom: 1px solid rgba(190,170,120,0.15);
}

.bt-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: clamp(240px, 28vw, 360px);
}

@media screen and (max-width: 640px) {
  .bt-hero__inner { grid-template-columns: 1fr; }
  .bt-hero__media { display: none; }
}

.bt-hero__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding-block: 2rem;
  padding-right: 2rem;
  padding-left: max(2rem, calc(50vw - 39rem));
}

.bt-hero__eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8A96A;
}

.bt-hero__heading {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: clamp(1.375rem, 2.6vw, 2rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #1E3528;
  margin: 0;
}

.bt-hero__sub {
  font-size: 0.875rem;
  color: #7A6E5E;
  line-height: 1.65;
  margin: 0.25rem 0 0;
  max-width: 28rem;
}

.bt-hero__media {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 18%, black 45%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 18%, black 45%);
}

.bt-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bt-hero__placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(135deg, #E0D9CC 0%, #C8C0B0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #A09080;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────
   BODY
───────────────────────────────────────── */
.bt-body {
  max-width: 78rem;
  margin-inline: auto;
  padding: 2rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ─────────────────────────────────────────
   START PROMPT
───────────────────────────────────────── */
.bt-start {
  background: #FDFAF5;
  border: 1px solid rgba(190,170,120,0.18);
  border-radius: 1.375rem;
  box-shadow: 0 2px 16px rgba(40,30,15,0.05);
  padding: 2.25rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}

.bt-start__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(35,70,55,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #234637;
  flex-shrink: 0;
}

.bt-start__copy { flex: 1; min-width: 200px; }

.bt-start__title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: #1E3528;
  margin: 0 0 0.375rem;
  letter-spacing: -0.015em;
}

.bt-start__desc {
  font-size: 0.875rem;
  color: #7A6E5E;
  line-height: 1.65;
  margin: 0;
  max-width: 44rem;
}

/* ─────────────────────────────────────────
   PERSONAL TRACKER
───────────────────────────────────────── */
.bt-tracker {
  background: #FDFAF5;
  border: 1px solid rgba(190,170,120,0.18);
  border-radius: 1.375rem;
  box-shadow: 0 2px 16px rgba(40,30,15,0.05);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .bt-tracker { grid-template-columns: auto 1fr; }
  .bt-tracker__visual { display: none; }
}

@media screen and (max-width: 480px) {
  .bt-tracker { grid-template-columns: 1fr; }
  .bt-tracker__left { border-right: none; border-bottom: 1px solid rgba(190,170,120,0.15); }
}

.bt-tracker__left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.25rem;
  border-right: 1px solid rgba(190,170,120,0.15);
  background: linear-gradient(160deg, rgba(35,70,55,0.04) 0%, rgba(200,169,106,0.06) 100%);
}

.bt-week-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 0.25rem;
}

.bt-week-badge__num {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 4rem;
  font-weight: 300;
  color: #1E3528;
  letter-spacing: -0.04em;
  line-height: 1;
}

.bt-week-badge__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8A96A;
}

.bt-tracker__main {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bt-tracker__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.bt-trimester-pill {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #5A9A6E;
  background: rgba(90,154,110,0.1);
  border: 1px solid rgba(90,154,110,0.2);
  border-radius: 99px;
  padding: 0.25rem 0.625rem;
}

.bt-tracker__due {
  font-size: 0.8125rem;
  color: #9A8E7E;
}

.bt-tracker__title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.375rem;
  font-weight: 400;
  color: #1E3528;
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.bt-tracker__note {
  font-size: 0.875rem;
  color: #6A5E50;
  line-height: 1.65;
  margin: 0;
}

.bt-tracker__note strong { color: #1E3528; font-weight: 600; }

/* Progress bar */
.bt-progress { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.25rem; }

.bt-progress__bar {
  height: 6px;
  background: rgba(35,70,55,0.08);
  border-radius: 99px;
  position: relative;
  overflow: visible;
}

.bt-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, #3A6B50 0%, #C8A96A 100%);
  border-radius: 99px;
  transition: width 0.6s ease;
}

.bt-progress__marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bt-progress__marker-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C8A96A;
  border: 2.5px solid #FDFAF5;
  box-shadow: 0 1px 6px rgba(200,169,106,0.4);
}

.bt-progress__labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B0A898;
}

.bt-tracker__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.bt-tracker__visual {
  width: 180px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, #E8E2D6 0%, #D5CFC2 100%);
}

.bt-tracker__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bt-tracker__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #A09080;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────
   BROWSE SECTION
───────────────────────────────────────── */
.bt-browse__head {
  margin-bottom: 1.5rem;
}

.bt-browse__title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 400;
  color: #1E3528;
  margin: 0 0 0.375rem;
  letter-spacing: -0.02em;
}

.bt-browse__sub {
  font-size: 0.875rem;
  color: #7A6E5E;
  margin: 0;
  line-height: 1.6;
}

.bt-browse__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .bt-browse__grid { grid-template-columns: 1fr; }
}

/* Trimester cards */
.bt-tcard {
  display: block;
  text-decoration: none;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(40,30,15,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}

.bt-tcard:hover {
  box-shadow: 0 10px 36px rgba(35,70,55,0.12);
  transform: translateY(-3px);
}

.bt-tcard__media {
  position: relative;
  height: 320px;
  background: linear-gradient(160deg, #D8D2C4 0%, #C4BEB0 100%);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .bt-tcard__media { height: 240px; }
}

.bt-tcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.bt-tcard:hover .bt-tcard__img { transform: scale(1.04); }

.bt-tcard__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A09080;
}

.bt-tcard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20,35,28,0.82) 0%,
    rgba(20,35,28,0.3) 50%,
    transparent 100%
  );
}

.bt-tcard__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.bt-tcard__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C8A96A;
}

.bt-tcard__range {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.25rem;
  font-weight: 300;
  color: #F6F2EA;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.bt-tcard__desc {
  font-size: 0.8125rem;
  color: rgba(246,242,234,0.72);
  line-height: 1.55;
  margin: 0.25rem 0 0.5rem;
}

.bt-tcard__cta {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #F6F2EA;
  letter-spacing: 0.01em;
}

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  border-radius: 99px;
  padding: 0.6875rem 1.625rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  border: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.bt-btn--primary {
  background-color: #1E3528;
  color: #F6F2EA;
  border: 2px solid #1E3528;
}
.bt-btn--primary:hover {
  background-color: #2E5040;
  border-color: #2E5040;
  box-shadow: 0 4px 16px rgba(35,70,55,0.3);
}

.bt-btn--outline {
  background-color: transparent;
  color: #234637;
  border: 1.5px solid rgba(35,70,55,0.22);
}
.bt-btn--outline:hover {
  border-color: #234637;
  background-color: rgba(35,70,55,0.04);
}
/* END_SECTION:birch-tracker */

/* START_SECTION:brand-trust-rail (INDEX:30) */
/* ── Section shell ─────────────────────────────────────────────────────── */
.btr {
  background: #F9F6F0;
  border-top: 1px solid rgba(35, 70, 55, 0.1);
  border-bottom: 1px solid rgba(35, 70, 55, 0.1);
  overflow: hidden;
  padding-block-start: 2.4rem;
  padding-block-end: 2.75rem;
}

/* ── Header ────────────────────────────────────────────────────────────── */
.btr__header {
  text-align: center;
  padding-inline: 1.5rem;
  margin-bottom: 2.25rem;
}

.btr__eyebrow {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96A;
  margin: 0 0 0.875rem;
}

.btr__tagline {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #234637;
  margin: 0 0 1.25rem auto;
  margin-inline: auto;
  max-width: 44rem;
}

.btr__rule {
  display: block;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C8A96A 30%, #C8A96A 70%, transparent);
  margin-inline: auto;
}

/* ── Scrolling rail ────────────────────────────────────────────────────── */
.btr__rail {
  position: relative;
  overflow: hidden;
}

/* Fade masks on the edges */
.btr__rail::before,
.btr__rail::after {
  content: '';
  position: absolute;
  inset-block: 0;
  width: 8rem;
  z-index: 2;
  pointer-events: none;
}
.btr__rail::before {
  left: 0;
  background: linear-gradient(90deg, #F9F6F0 20%, transparent);
}
.btr__rail::after {
  right: 0;
  background: linear-gradient(270deg, #F9F6F0 20%, transparent);
}

.btr__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: btr-scroll var(--btr-duration, 36s) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .btr__track { animation: none; }
  .btr__set:not(:first-child) { display: none; }
}

@keyframes btr-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.3333%); }
}

.btr__set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* ── Individual logo item ──────────────────────────────────────────────── */
.btr__item {
  display: inline-flex;
  align-items: center;
  padding-inline: 2.5rem;
}

.btr__logo {
  display: block;
  max-height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  /* greyscale + reduced opacity for a refined, editorial feel */
  filter: saturate(0) brightness(0.25);
  opacity: 0.55;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.btr__rail:hover .btr__logo {
  opacity: 0.8;
  filter: saturate(0.15) brightness(0.35);
}

/* Text wordmark fallback — Birch editorial serif style */
.btr__wordmark {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(35, 70, 55, 0.55);
  white-space: nowrap;
  transition: color 0.25s ease;
}
.btr__rail:hover .btr__wordmark { color: rgba(35, 70, 55, 0.85); }

/* Separator dot */
.btr__sep {
  font-size: 0.45rem;
  color: #C8A96A;
  opacity: 0.6;
  flex-shrink: 0;
}
/* END_SECTION:brand-trust-rail */

/* START_SECTION:brand-trust-wall (INDEX:31) */
/* ── Brand Trust Wall ────────────────────────────────────────────────── */

  .btw {
    padding-block-start: 80px;
    padding-block-end: 80px;
  }

  .btw__inner {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }

  /* ── Header ──────────────────────────────────────────────────────────── */
  .btw__head {
    text-align: center;
    max-width: 780px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .btw__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body--family);
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7A5500;
    margin: 0;
    font-style: normal;
  }

  .btw__leaf {
    color: #7A5500;
    flex-shrink: 0;
  }

  .btw__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 2.375rem);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #2C3B2D;
    margin: 0;
  }

  .btw__subtext {
    font-family: var(--font-body--family);
    font-size: 1.0625rem;
    line-height: 1.72;
    color: #6B5E4E;
    max-width: 58ch;
    margin: 0;
  }

  /* ── Combined card ───────────────────────────────────────────────────── */
  .btw__card {
    border: 1px solid #E4D9C8;
    border-radius: 20px;
    background: #F9F5EE;
    overflow: hidden;
  }

  /* ── Stats row ───────────────────────────────────────────────────────── */
  .btw__stats {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    padding: 44px 60px;
  }

  .btw__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-inline: 16px;
  }

  .btw__stat-icon {
    width: 54px;
    height: 54px;
    background: #F0EDE8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7A8C6A;
    margin-block-end: 14px;
    flex-shrink: 0;
  }

  .btw__stat-num {
    font-family: var(--font-primary--family, Georgia, serif);
    font-size: 2.375rem;
    font-weight: 500;
    color: #2C3B2D;
    line-height: 1;
    margin: 0 0 6px;
  }

  .btw__stat-label {
    font-family: var(--font-body--family);
    font-size: 0.875rem;
    color: #6B5E4E;
    margin: 0 0 10px;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }

  .btw__stat-bar {
    display: block;
    width: 32px;
    height: 2px;
    background: #7A5500;
    border-radius: 2px;
  }

  .btw__stat-sep {
    display: block;
    width: 1px;
    height: 88px;
    background: #E8E0D0;
    align-self: center;
    flex-shrink: 0;
  }

  /* ── Divider between stats and brands ───────────────────────────────── */
  .btw__card-divider {
    display: block;
    height: 1px;
    background: #E8E0D0;
    margin-inline: 0;
  }

  /* ── Brand rows ──────────────────────────────────────────────────────── */
  .btw__brand-grid {
    padding: 0 52px;
  }

  .btw__brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 28px;
    border-bottom: 1px solid #F0EDE8;
  }

  .btw__brand-row:last-child {
    border-bottom: none;
  }

  .btw__brand-name {
    font-family: var(--font-body--family, Helvetica, sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3A4A3C;
    white-space: nowrap;
    padding-inline: 22px;
  }

  .btw__brand-dot {
    color: #7A5500;
    font-size: 0.5rem;
    line-height: 1;
    align-self: center;
    flex-shrink: 0;
  }

  /* ── Mobile ──────────────────────────────────────────────────────────── */
  @media screen and (max-width: 749px) {
    .btw {
      padding-block-start: 52px;
      padding-block-end: 52px;
    }

    .btw__inner {
      gap: 28px;
    }

    /* Match registry heading size on mobile */
    .btw__heading {
      font-size: 1.375rem;
    }

    .btw__subtext {
      font-size: 0.9375rem;
    }

    /* Stats: horizontal scroll strip */
    .btw__stats {
      display: flex;
      flex-direction: row;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
      padding: 28px 20px;
      gap: 0;
    }

    .btw__stats::-webkit-scrollbar {
      display: none;
    }

    /* Each stat: fixed-width card, snaps into place */
    .btw__stat {
      flex: 0 0 68vw;
      scroll-snap-align: center;
      padding-inline: 12px;
    }

    /* Separators: thin vertical lines between cards */
    .btw__stat-sep {
      width: 1px;
      height: 72px;
      background: #E8E0D0;
      align-self: center;
      flex-shrink: 0;
      margin: 0;
    }

    .btw__brand-grid {
      padding-inline: 20px;
    }

    .btw__brand-name {
      font-size: 0.875rem;
      letter-spacing: 0.09em;
      padding-inline: 12px;
    }

    .btw__brand-row {
      padding-block: 20px;
    }
  }

  /* ── CTA button ──────────────────────────────────────────────────────── */
  .btw__cta-row {
    display: flex;
    justify-content: center;
    padding-block-start: 8px;
  }

  .btw__cta-btn {
    display: inline-flex;
    align-items: center;
    background: #2C3B2D;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.875rem 2.25rem;
    border-radius: 3px;
    transition: background 0.2s, transform 0.15s;
  }

  .btw__cta-btn:hover {
    background: #1A2B1E;
    transform: translateY(-1px);
  }
/* END_SECTION:brand-trust-wall */

/* START_SECTION:careers-contact (INDEX:32) */
.careers-contact {
    background: #F6F2EA;
    padding-block: 5rem;
    padding-inline: 1.5rem;
  }

  .careers-contact__inner {
    max-width: 960px;
    margin-inline: auto;
  }

  .careers-contact__card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 1px 4px rgba(35, 70, 55, 0.07);
  }

  @media screen and (min-width: 750px) {
    .careers-contact__card {
      grid-template-columns: 1fr auto;
    }
  }

  .careers-contact__card-content {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .careers-contact__card-content {
      padding: 3.5rem 3.5rem;
    }
  }

  .careers-contact__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .careers-contact__rule {
    display: block;
    width: 2.5rem;
    height: 2px;
    background: #C8A96A;
    margin-inline: auto;
    margin-block-end: 1.25rem;
  }

  .careers-contact__body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5A4A;
    margin: 0 0 2rem;
    max-width: 36ch;
  }

  .careers-contact__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #234637;
    color: #F6F2EA;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    padding: 0.875rem 2rem;
    transition: background 0.2s;
    margin-block-end: 1.125rem;
  }

  .careers-contact__btn:hover {
    background: #1a3329;
  }

  .careers-contact__email {
    font-size: 0.875rem;
    color: #234637;
    margin: 0 0 1.5rem;
  }

  .careers-contact__divider {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    max-width: 20rem;
    color: #C8A96A;
    margin-block-end: 1.25rem;
  }

  .careers-contact__divider-line {
    flex: 1;
    height: 1px;
    background: #E8E4DC;
  }

  .careers-contact__note {
    font-size: 0.875rem;
    color: rgba(90, 90, 74, 0.7);
    margin: 0;
    line-height: 1.65;
    max-width: 38ch;
  }

  .careers-contact__card-media {
    display: none;
    width: 220px;
    position: relative;
    overflow: hidden;
  }

  @media screen and (min-width: 750px) {
    .careers-contact__card-media {
      display: block;
    }
  }

  .careers-contact__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
/* END_SECTION:careers-contact */

/* START_SECTION:careers-hero (INDEX:33) */
.careers-hero {
    background-color: #F6F2EA;
    overflow: hidden;
  }

  .careers-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 60svh;
  }

  @media screen and (min-width: 750px) {
    .careers-hero__grid {
      grid-template-columns: 52% 48%;
      min-height: 78svh;
    }
  }

  .careers-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3rem;
  }

  .careers-hero__eyebrow {
    font-family: var(--font-body--family, sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 1.25rem;
  }

  .careers-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
  }

  .careers-hero__desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5A4A;
    margin: 0;
    max-width: 40ch;
  }

  .careers-hero__media {
    position: relative;
    overflow: hidden;
    min-height: 340px;
  }

  .careers-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
/* END_SECTION:careers-hero */

/* START_SECTION:careers-pillars (INDEX:34) */
.careers-pillars {
    background: #ffffff;
    padding-block: 5rem;
    padding-inline: 1.5rem;
  }

  .careers-pillars__inner {
    max-width: 960px;
    margin-inline: auto;
  }

  .careers-pillars__header {
    text-align: center;
    margin-block-end: 3.5rem;
  }

  .careers-pillars__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .careers-pillars__rule {
    display: block;
    width: 2.5rem;
    height: 2px;
    background: #C8A96A;
    margin-inline: auto;
  }

  .careers-pillars__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-block-start: 1px solid #E8E4DC;
    border-inline-start: 1px solid #E8E4DC;
  }

  @media screen and (min-width: 750px) {
    .careers-pillars__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .careers-pillars__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-block-end: 1px solid #E8E4DC;
    border-inline-end: 1px solid #E8E4DC;
  }

  .careers-pillars__icon {
    color: #8A9A7E;
    margin-block-end: 1.25rem;
  }

  .careers-pillars__item-title {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #234637;
    margin: 0 0 0.6rem;
  }

  .careers-pillars__item-body {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }
/* END_SECTION:careers-pillars */

/* START_SECTION:checklist-page (INDEX:36) */
/* ── CHECKLIST PAGE ─────────────────────────────── */
.cl-page {
  background: #F6F2EA;
  min-height: 100vh;
}

/* Hero */
.cl-hero {
  background: #F6F2EA;
  border-bottom: 1px solid rgba(200,169,106,.2);
  overflow: hidden;
}
.cl-hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 72svh;
}
@media screen and (min-width: 750px) {
  .cl-hero__layout {
    grid-template-columns: 52% 48%;
    min-height: 86svh;
  }
}
.cl-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 4rem;
  padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
  padding-inline-end: 3rem;
}
@media screen and (min-width: 750px) {
  .cl-hero__content { padding-block: 5.5rem; }
}
.cl-eyebrow {
  display: inline-block;
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #B89A5E;
  margin-bottom: 1.5rem;
}
.cl-hero__heading {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400; line-height: 1.1;
  letter-spacing: -.02em; color: #234637;
  margin-bottom: 1.125rem;
}
.cl-hero__heading em { font-style: italic; color: #4A6741; }
.cl-hero__tagline {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-style: italic;
  line-height: 1.65;
  color: #5A5040;
  margin-bottom: 1rem;
  max-width: 30rem;
}
.cl-hero__tagline::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1.5px;
  background: rgba(200,169,106,.55);
  margin-bottom: 1.25rem;
}
.cl-hero__desc {
  font-size: 15px; line-height: 1.7;
  color: #7A6A5A; max-width: 28rem;
  margin-bottom: 1.75rem;
}
.cl-login-nudge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: #234637;
  background: rgba(35,70,55,.07);
  border: 1px solid rgba(35,70,55,.2);
  border-radius: 99px; padding: 8px 16px;
  text-decoration: none;
  transition: background .15s;
  margin-bottom: 1.75rem;
  align-self: flex-start;
}
.cl-login-nudge:hover { background: rgba(35,70,55,.12); }
.cl-hero__stats {
  display: flex; gap: 20px; flex-wrap: wrap; align-items: center;
}
.cl-stat {
  display: flex; flex-direction: column; gap: 0.2rem;
}
.cl-stat b {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.5rem; color: #234637; font-weight: 400; line-height: 1;
}
.cl-stat span {
  font-size: 0.6875rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; color: #AEBDA6;
}
.cl-stat-divider {
  width: 1px; height: 2.5rem;
  background: rgba(200,169,106,.3);
}

/* Hero media */
.cl-hero__media {
  position: relative;
  overflow: hidden;
  background: #E4DDD2;
  min-height: 55vw;
}
@media screen and (min-width: 750px) {
  .cl-hero__media { min-height: unset; }
}
@media screen and (max-width: 749px) {
  .cl-hero__media { order: -1; max-height: 420px; }
}
.cl-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.cl-hero__placeholder {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 72% 32%, rgba(107,142,115,.15) 0%, transparent 60%),
    radial-gradient(ellipse at 28% 72%, rgba(160,120,64,.1) 0%, transparent 55%),
    linear-gradient(155deg, #EEF3EB 0%, #E4DCD2 100%);
}
.cl-hero__placeholder-art {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}

/* Global progress strip */
.cl-global-prog {
  border-top: 1px solid rgba(200,169,106,.18);
  background: rgba(253,252,249,.9);
}
.cl-global-prog__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 10px 40px;
  display: flex; align-items: center; gap: 14px;
}
.cl-global-prog__bar {
  flex: 1; height: 4px;
  background: rgba(35,70,55,.1); border-radius: 99px; overflow: hidden;
}
.cl-global-prog__fill {
  height: 100%; background: #234637;
  border-radius: 99px; transition: width .5s ease;
}
.cl-global-prog__text { font-size: 12px; font-weight: 700; color: #234637; white-space: nowrap; }
.cl-reset-btn {
  background: none; border: none;
  font-size: 12px; color: #AEBDA6;
  cursor: pointer; font-family: inherit;
  padding: 4px 8px; border-radius: 6px;
  transition: color .15s, background .15s;
}
.cl-reset-btn:hover { color: #234637; background: rgba(35,70,55,.07); }

/* Body layout */
.cl-body {
  display: flex;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem 80px;
  gap: 3rem;
}

/* Sidebar */
.cl-sidebar {
  width: 208px; min-width: 208px;
  padding: 32px 0 40px;
  position: sticky;
  top: calc(var(--header-height, 5rem) + 1.5rem);
  max-height: calc(100vh - var(--header-height, 5rem) - 1.5rem);
  overflow-y: auto;
  background: transparent;
}
.cl-sidebar::-webkit-scrollbar { width: 3px; }
.cl-sidebar::-webkit-scrollbar-thumb { background: rgba(200,169,106,.3); border-radius: 9px; }
.cl-side-lbl {
  font-size: 0.625rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #AEBDA6;
  margin: 0 0 1rem;
  padding: 0 0.75rem;
}
.cl-side-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  cursor: pointer; margin-bottom: 1px;
  border-left: 2px solid transparent;
  border-radius: 0 6px 6px 0;
  transition: color .15s, background .15s, border-color .15s;
  text-decoration: none;
}
.cl-side-item:hover {
  background: rgba(35,70,55,.05);
  border-left-color: #C8A96A;
}
.cl-side-item.active {
  background: rgba(35,70,55,.06);
  border-left-color: #C8A96A;
}
.cl-side-icon {
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  background: rgba(107,142,115,.1);
  border: 1px solid rgba(107,142,115,.15);
  display: flex; align-items: center; justify-content: center;
  color: #6B8E73;
}
.cl-side-icon svg { width: 13px; height: 13px; display: block; flex-shrink: 0; }
.cl-side-body { flex: 1; min-width: 0; }
.cl-side-name { font-size: 0.8125rem; color: #7A7060; font-weight: 400; line-height: 1.35; }
.cl-side-item:hover .cl-side-name { color: #234637; }
.cl-side-item.active .cl-side-name { font-weight: 600; color: #234637; }
.cl-side-track {
  height: 2px; background: rgba(35,70,55,.08);
  border-radius: 99px; overflow: hidden; margin-top: 4px;
}
.cl-side-bar { height: 100%; background: #234637; transition: width .4s; }
.cl-side-count { font-size: 10px; color: #AEBDA6; }
.cl-side-item.active .cl-side-count { color: #234637; }

/* Sidebar sub-menu */
.cl-side-toggle {
  display: flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; min-width: 20px;
  border-radius: 50%;
  border: 1px solid rgba(35,70,55,.2);
  background: transparent;
  color: #6B8E73;
  font-size: 16px; line-height: 1;
  cursor: pointer; font-family: inherit;
  transition: background .12s, transform .22s cubic-bezier(.34,1.56,.64,1);
  padding: 0; flex-shrink: 0;
}
.cl-side-toggle:hover { background: rgba(35,70,55,.07); }
.cl-side-toggle.open { transform: rotate(45deg); }
.cl-side-sub {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s cubic-bezier(0.4,0,0.2,1);
  padding-left: 42px;
}
.cl-side-sub.is-open { max-height: 480px; }
.cl-side-sub-item {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 8px 6px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 11.5px; color: #7A6A5A;
  transition: background .1s, color .1s;
  margin-bottom: 1px;
}
.cl-side-sub-item:hover { background: rgba(35,70,55,.04); color: #234637; padding-left: 4px; }
.cl-side-sub-item.active { color: #234637; font-weight: 600; }
.cl-side-sub-dot {
  width: 4px; height: 4px; min-width: 4px;
  border-radius: 50%;
  background: rgba(107,142,115,.35);
  flex-shrink: 0;
}
.cl-side-sub-item.active .cl-side-sub-dot { background: #6B8E73; width: 5px; height: 5px; }
.cl-side-sub-name { flex: 1; min-width: 0; line-height: 1.35; }
.cl-side-sub-prog { font-size: 10px; color: #AEBDA6; white-space: nowrap; }

/* Main */
.cl-main { flex: 1; padding: 32px 0 0 32px; min-width: 0; }

/* Toolbar */
.cl-toolbar {
  display: flex; gap: 10px; margin-bottom: 28px;
  align-items: center; flex-wrap: wrap;
}
.cl-search-wrap { flex: 1; min-width: 180px; position: relative; }
.cl-search-icon {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%); color: #AEBDA6;
  pointer-events: none;
}
.cl-search {
  width: 100%; border: 1px solid rgba(35,70,55,.2);
  background: #FDFCF9; border-radius: 99px;
  padding: 10px 16px 10px 38px;
  font-size: 13.5px; font-family: inherit; color: #1C1917;
  outline: none; transition: border-color .15s, box-shadow .15s;
}
.cl-search:focus {
  border-color: rgba(35,70,55,.4);
  box-shadow: 0 0 0 3px rgba(35,70,55,.07);
}
.cl-filter {
  border: 1px solid rgba(35,70,55,.2);
  background: #FDFCF9; border-radius: 99px;
  padding: 10px 16px; font-size: 13px;
  font-family: inherit; color: #44403C;
  outline: none; cursor: pointer;
  transition: border-color .15s;
}
.cl-filter:focus { border-color: rgba(35,70,55,.4); }

/* Stage section */
.cl-stage {
  margin-bottom: 2rem;
  padding: 2.75rem 2.5rem 3rem;
  border-radius: 2rem;
  scroll-margin-top: 80px;
  background: #FBF8F2;
  border: 1px solid rgba(200,169,106,.2);
}
.cl-stage-head {
  display: flex; align-items: center; gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(200,169,106,.2);
}
.cl-stage-emoji {
  width: 52px; height: 52px; min-width: 52px;
  border-radius: 50%;
  background: rgba(107,142,115,.14);
  border: 1.5px solid rgba(107,142,115,.22);
  display: flex; align-items: center; justify-content: center;
  color: #6B8E73; flex-shrink: 0;
}
.cl-stage-emoji svg { width: 24px; height: 24px; display: block; }
.cl-stage-info { flex: 1; }
.cl-stage-title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: clamp(1.3rem, 2vw, 1.625rem); font-weight: 400;
  letter-spacing: -.02em; color: #234637; line-height: 1.15;
}
.cl-stage-rule {
  display: block;
  width: 2.5rem; height: 1px;
  background: linear-gradient(90deg, #C8A96A, transparent);
  margin: 0.6rem 0 0.875rem;
}
.cl-stage-sub { font-size: 13.5px; color: #7A6A5A; line-height: 1.65; margin-top: 0; max-width: 52rem; }
.cl-stage-prog { text-align: right; flex-shrink: 0; }
.cl-stage-pct {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 26px; font-weight: 400; color: #234637; line-height: 1;
}
.cl-stage-pct sup { font-size: 11px; vertical-align: super; }
.cl-stage-pcap { font-size: 11px; color: #AEBDA6; margin-top: 3px; }

/* ── Stage color accents ──────────────────────────── */
[data-stage="pregnancy"] .cl-stage-title { color: #4F7A58; }
[data-stage="pregnancy"] .cl-prog-fill,
[data-sid="pregnancy"]   .cl-side-bar   { background: #6B8E73; }
[data-stage="pregnancy"] .cl-stage-pct  { color: #6B8E73; }

[data-stage="newborn"] .cl-stage-title { color: #8F5250; }
[data-stage="newborn"] .cl-prog-fill,
[data-sid="newborn"]   .cl-side-bar   { background: #A06055; }
[data-stage="newborn"] .cl-stage-pct  { color: #A06055; }

[data-stage="infant"] .cl-stage-title { color: #93703A; }
[data-stage="infant"] .cl-prog-fill,
[data-sid="infant"]   .cl-side-bar   { background: #A07840; }
[data-stage="infant"] .cl-stage-pct  { color: #A07840; }

[data-stage="solids"] .cl-stage-title { color: #367872; }
[data-stage="solids"] .cl-prog-fill,
[data-sid="solids"]   .cl-side-bar   { background: #3D7A74; }
[data-stage="solids"] .cl-stage-pct  { color: #3D7A74; }

[data-stage="toddler"] .cl-stage-title { color: #1E4A38; }
[data-stage="toddler"] .cl-prog-fill,
[data-sid="toddler"]   .cl-side-bar   { background: #234637; }
[data-stage="toddler"] .cl-stage-pct  { color: #234637; }

/* Card grid */
.cl-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }

/* Checklist card */
.cl-card {
  background: #FFFFFF;
  border: 1px solid rgba(200,169,106,.18);
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.03), 0 4px 16px rgba(200,169,106,.08);
  overflow: hidden;
  transition: box-shadow .22s, transform .22s;
  scroll-margin-top: 80px;
}
.cl-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.07), 0 16px 36px rgba(35,70,55,.12);
  transform: translateY(-2px);
}
.cl-card:target { outline: 2px solid rgba(35,70,55,.4); outline-offset: 3px; }
.cl-card-head {
  padding: 18px 20px 14px;
  background: linear-gradient(180deg,#FFFFFF,#FDFAF6);
  border-bottom: 1px solid rgba(200,169,106,.15);
}
.cl-card-top {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 10px;
  margin-bottom: 12px;
}
.cl-card-title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 16px; font-weight: 400;
  color: #234637; letter-spacing: -.01em; line-height: 1.3;
}
.cl-card-note {
  font-size: 11.5px; color: #7A6A5A;
  font-style: italic; margin-top: 4px; line-height: 1.45;
}
.cl-card-actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.cl-done-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(200,169,106,.1); color: #7A6020;
  border: 1px solid rgba(200,169,106,.35);
  border-radius: 99px; font-size: 10px; font-weight: 700;
  padding: 3px 9px;
  opacity: 0; transform: scale(.78);
  transition: opacity .25s, transform .3s cubic-bezier(.34,1.56,.64,1);
  pointer-events: none;
}
.cl-done-badge.show { opacity: 1; transform: scale(1); pointer-events: auto; }
.cl-share-btn {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(35,70,55,.05); color: #234637;
  border: 1px solid rgba(35,70,55,.15);
  border-radius: 99px; padding: 5px 10px;
  font-size: 11px; font-weight: 600;
  cursor: pointer; font-family: inherit;
  transition: background .15s;
}
.cl-share-btn:hover { background: rgba(35,70,55,.1); }
.cl-prog-row { display: flex; align-items: center; gap: 10px; }
.cl-prog-track {
  flex: 1; height: 3px;
  background: rgba(35,70,55,.1); border-radius: 99px; overflow: hidden;
}
.cl-prog-fill {
  height: 100%; background: #234637;
  border-radius: 99px; transition: width .35s ease;
}
.cl-prog-count { font-size: 11px; color: #AEBDA6; min-width: 30px; text-align: right; }

/* Items */
.cl-items { padding: 6px 8px 10px; }
.cl-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 12px; border-radius: 10px;
  cursor: pointer; border: 1px solid transparent;
  transition: background .1s; margin-bottom: 1px;
}
.cl-item:last-child { margin-bottom: 0; }
.cl-item:hover { background: rgba(35,70,55,.04); }
.cl-item:focus-visible { outline: 2px solid #234637; outline-offset: 1px; }
.cl-item-ring {
  width: 18px; height: 18px; min-width: 18px;
  border-radius: 6px;
  border: 1.5px solid rgba(35,70,55,.3);
  background: transparent; margin-top: 1.5px;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, border-color .18s;
  position: relative; overflow: hidden;
}
.cl-item.checked .cl-item-ring { background: #234637; border-color: #234637; }
.cl-ck {
  opacity: 0; transform: scale(.3);
  transition: opacity .12s .05s, transform .16s .04s cubic-bezier(.34,1.56,.64,1);
}
.cl-item.checked .cl-ck { opacity: 1; transform: scale(1); }
.cl-item-body { flex: 1; }
.cl-item-text {
  font-size: 13.5px; line-height: 1.42; color: #44403C;
  transition: color .15s;
}
.cl-item.checked .cl-item-text {
  color: #AEBDA6;
  text-decoration: line-through;
  text-decoration-color: #C8D4B8;
}
.cl-item-note {
  font-size: 11.5px; color: #7A6A5A;
  line-height: 1.45; margin-top: 3px; font-style: italic;
}
.cl-item-tag {
  display: inline-flex; align-items: center;
  margin-top: 5px; border-radius: 5px;
  font-size: 10px; font-weight: 700;
  padding: 2px 7px; letter-spacing: .02em;
}
.cl-tag-essential { background: rgba(35,70,55,.1);    color: #234637; }
.cl-tag-registry   { background: rgba(176,112,80,.1);  color: #7A3820; }
.cl-tag-setup      { background: rgba(200,169,106,.12); color: #7A6020; }
.cl-tag-smartbuy   { background: rgba(80,120,150,.1);  color: #305870; }
.cl-tag-safety     { background: rgba(160,60,60,.08);  color: #7A2828; }

/* Product CTA links */
.cl-item-links { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.cl-item-link {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: 11px; font-weight: 600; letter-spacing: .01em;
  color: #234637;
  background: rgba(35,70,55,.06);
  border: 1px solid rgba(35,70,55,.14);
  border-radius: 99px;
  padding: 3px 10px 3px 9px;
  text-decoration: none;
  transition: background .12s, border-color .12s;
  line-height: 1.4;
}
.cl-item-link:hover { background: rgba(35,70,55,.12); border-color: rgba(35,70,55,.25); }
.cl-item-link svg { opacity: .65; }

/* Research CTA link */
.cl-item-research {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600; letter-spacing: .01em;
  color: #7A6020;
  background: rgba(200,169,106,.1);
  border: 1px solid rgba(200,169,106,.32);
  border-radius: 99px;
  padding: 3px 10px 3px 9px;
  text-decoration: none;
  transition: background .12s, border-color .12s;
  line-height: 1.4;
}
.cl-item-research:hover { background: rgba(200,169,106,.2); border-color: rgba(200,169,106,.55); }
.cl-item-research svg { opacity: .75; }

/* Custom item delete button */
.cl-delete-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; min-width: 22px;
  background: transparent; border: none;
  border-radius: 6px; color: #BBBCB6;
  cursor: pointer; flex-shrink: 0; margin-left: auto;
  transition: background .1s, color .1s;
  opacity: 0;
}
.cl-item-custom:hover .cl-delete-btn { opacity: 1; }
.cl-delete-btn:hover { background: rgba(160,60,60,.08); color: #A03C3C; }

/* Add item section */
.cl-add-wrap {
  padding: 0 8px 12px;
  border-top: 1px dashed rgba(200,169,106,.22);
  margin-top: 4px;
}
.cl-add-btn {
  display: inline-flex; align-items: center; gap: 7px;
  width: 100%; padding: 9px 12px;
  background: none; border: none;
  border-radius: 10px;
  font-size: 13px; font-weight: 500; color: #AEBDA6;
  cursor: pointer; font-family: inherit;
  transition: background .12s, color .12s;
  text-align: left;
}
.cl-add-btn:hover { background: rgba(35,70,55,.04); color: #234637; }
.cl-add-btn svg { flex-shrink: 0; opacity: .7; }
.cl-add-form {
  display: none; align-items: center; gap: 6px;
  padding: 6px 0 2px;
}
.cl-add-input {
  flex: 1; border: 1px solid rgba(35,70,55,.25);
  border-radius: 8px; padding: 8px 12px;
  font-size: 13px; font-family: inherit; color: #1C1917;
  background: #FDFCF9; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.cl-add-input:focus { border-color: rgba(35,70,55,.45); box-shadow: 0 0 0 3px rgba(35,70,55,.07); }
.cl-add-input::placeholder { color: #BBBCB6; }
.cl-add-submit {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; min-width: 34px;
  background: #234637; border: none; border-radius: 8px;
  color: #fff; cursor: pointer;
  transition: background .12s;
}
.cl-add-submit:hover { background: #1C3A2C; }
.cl-add-cancel {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; min-width: 34px;
  background: none; border: 1px solid rgba(35,70,55,.18);
  border-radius: 8px; color: #6B8E73;
  cursor: pointer; font-size: 18px; line-height: 1;
  transition: background .1s;
}
.cl-add-cancel:hover { background: rgba(35,70,55,.06); }

/* Print button on card */
.cl-print-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px;
  background: rgba(35,70,55,.05);
  border: 1px solid rgba(35,70,55,.15);
  border-radius: 8px;
  color: #6B8E73;
  cursor: pointer;
  transition: background .12s, color .12s;
}
.cl-print-btn:hover { background: rgba(35,70,55,.1); color: #234637; }

/* Empty */
.cl-empty { text-align: center; padding: 60px 24px; color: #7A6A5A; font-size: 15px; }
.cl-empty-icon { font-size: 36px; margin-bottom: 14px; }

/* Hospital bag divider rows */
.cl-item-divider {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 12px 7px;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #7A6A5A;
  border-top: 1px solid rgba(200,169,106,.2);
}
.cl-item-divider:first-child { border-top: none; padding-top: 10px; }
.cl-item-divider__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #C8A96A; flex-shrink: 0;
}

/* Hospital bag card — spans full stage width, 3-column item grid */
#cl-card-preg-hospital-bag {
  grid-column: 1 / -1;
}
#cl-card-preg-hospital-bag .cl-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.5rem;
  align-items: start;
}
#cl-card-preg-hospital-bag .cl-item-divider,
#cl-card-preg-hospital-bag .cl-custom-items {
  grid-column: 1 / -1;
}
@media (max-width: 900px) {
  #cl-card-preg-hospital-bag .cl-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #cl-card-preg-hospital-bag .cl-items {
    grid-template-columns: 1fr;
  }
}

/* Toast */
.cl-toast {
  position: fixed; right: 20px; bottom: 20px;
  background: #234637; color: #fff;
  border-radius: 99px; padding: 10px 18px;
  font-size: 13px; font-weight: 600;
  opacity: 0; transform: translateY(8px);
  transition: opacity .2s, transform .2s;
  pointer-events: none; z-index: 9999;
  box-shadow: 0 4px 20px rgba(35,70,55,.3);
}
.cl-toast.show { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 960px) {
  .cl-global-prog__inner { padding: 10px 20px; }
  .cl-body { flex-direction: column; padding-inline: 1rem; }
  .cl-sidebar { display: none; }
  .cl-main { padding: 16px 0 0; }
  .cl-stage { padding: 1.5rem 1.25rem 2rem; border-radius: 1.25rem; }
  .cl-cards { grid-template-columns: 1fr; }
  .cl-stage-prog { display: none; }
  .cl-toolbar { flex-direction: column; margin-bottom: 20px; }
  .cl-search-wrap, .cl-filter { width: 100%; }
}
@media (max-width: 540px) {
  .cl-hero__heading { font-size: 1.875rem; }
  .cl-hero__tagline { font-size: 1rem; }
  .cl-stage { padding: 1.25rem 1rem 1.75rem; }
}
/* END_SECTION:checklist-page */

/* START_SECTION:collection-links (INDEX:38) */
collection-links-component {
    --alignment: flex-start;

    display: grid;
    align-items: center;
    grid-gap: var(--gap-3xl);

    &:has([ratio='portrait']) {
      --template-column-ratio: 0.8fr;
    }

    &:has([ratio='square']) {
      --template-column-ratio: 1fr;
    }

    &:has([ratio='landscape']) {
      --template-column-ratio: 1.4fr;
    }

    &[alignment='center'] {
      --alignment: center;

      .text-block {
        text-align: center;
      }
    }

    &[alignment='right'] {
      --alignment: flex-end;

      .text-block {
        text-align: right;
      }
    }

    &[layout='spotlight'] {
      position: relative;
      grid-template-columns: 1fr var(--template-column-ratio);
      grid-template-areas: 'text image';

      @media screen and (min-width: 750px) {
        &[reverse] {
          grid-template-areas: 'image text';
          grid-template-columns: var(--template-column-ratio) 1fr;
        }
      }

      .collection-links__container {
        align-items: var(--alignment);
      }

      @media screen and (max-width: 749px) {
        grid-template-columns: 1fr;
        grid-template-areas: 'text' 'image';
        grid-gap: var(--gap-2xl);

        .collection-links__container {
          gap: clamp(var(--gap-xs), 1vw, var(--gap-xl)) var(--gap-2xl);
          justify-content: var(--alignment);
        }
      }
    }

    &[layout='text'] {
      grid-gap: 0;
      grid-template-areas: 'text';

      .collection-links__container {
        gap: clamp(var(--gap-xs), 1vw, var(--gap-xl)) var(--gap-2xl);
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: var(--alignment);
      }
    }
  }

  .collection-links__container {
    display: flex;
    gap: var(--gap-md);
    flex-direction: column;
  }

  .collection-links__images {
    overflow: hidden;
    grid-area: image;

    @media screen and (max-width: 749px) {
      image-block {
        max-width: 100%;
      }
    }
  }
/* END_SECTION:collection-links */

/* START_SECTION:customer-account (INDEX:42) */
/* ── Page shell ── */
.ca-page {
  background-color: #F7F3EB;
  min-height: 100vh;
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.ca-hero {
  background-color: #F0EDE5;
  border-bottom: 1px solid rgba(190,170,120,0.15);
}

.ca-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: clamp(160px, 18vw, 220px);
}

@media screen and (max-width: 640px) {
  .ca-hero__inner { grid-template-columns: 1fr; }
  .ca-hero__media { display: none; }
}

.ca-hero__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding-block: 2rem;
  padding-right: 2rem;
  padding-left: max(2rem, calc(50vw - 39rem));
}

.ca-hero__eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8A96A;
}

.ca-hero__heading {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: clamp(1.375rem, 2.6vw, 2rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #1E3528;
  margin: 0;
}

.ca-hero__sub {
  font-size: 0.875rem;
  color: #7A6E5E;
  line-height: 1.65;
  margin: 0.25rem 0 0;
  max-width: 28rem;
}

.ca-hero__actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ca-hero__media {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 18%, black 45%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 18%, black 45%);
}

.ca-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.ca-hero__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(135deg, #E0D9CC 0%, #C8C0B0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #A09080;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────
   TABS
───────────────────────────────────────── */
.ca-tabs {
  background-color: #FBF8F2;
  border-bottom: 1px solid rgba(180,160,110,0.2);
  position: sticky;
  top: 0;
  z-index: 10;
}

.ca-tabs__inner {
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
}

.ca-tab {
  display: inline-block;
  padding: 1rem 0;
  margin-right: 2.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #9A8E7E;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s, border-color 0.15s;
}

.ca-tab--active {
  color: #234637;
  border-bottom-color: #C8A96A;
  font-weight: 600;
}

.ca-tab:hover:not(.ca-tab--active) { color: #4A4030; }

/* ─────────────────────────────────────────
   BODY GRID
───────────────────────────────────────── */
.ca-body {
  max-width: 78rem;
  margin-inline: auto;
  padding: 2rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ─────────────────────────────────────────
   SHARED CARD BASE
───────────────────────────────────────── */
.ca-card {
  background-color: #FDFAF5;
  border: 1px solid rgba(190,170,120,0.16);
  border-radius: 1.375rem;
  box-shadow: 0 2px 16px rgba(40,30,15,0.05);
}

/* ─────────────────────────────────────────
   ROW 1 — IDENTITY + COMPLETION
───────────────────────────────────────── */
.ca-row--identity {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .ca-row--identity { grid-template-columns: 280px 1fr; }
}

/* Identity card */
.ca-card--identity {
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.ca-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4CEC4 0%, #BEB8AE 100%);
  color: #234637;
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid rgba(255,255,255,0.8);
  box-shadow: 0 2px 12px rgba(40,30,15,0.1);
}

.ca-identity__meta { display: flex; flex-direction: column; gap: 0.125rem; }

.ca-identity__name-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.125rem;
}

.ca-identity__name {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.375rem;
  font-weight: 400;
  color: #1E3528;
  margin: 0;
  letter-spacing: -0.02em;
}

.ca-identity__edit {
  color: #C8BFA8;
  display: flex;
  align-items: center;
  transition: color 0.15s;
  flex-shrink: 0;
}

.ca-identity__edit:hover { color: #234637; }

.ca-identity__email {
  font-size: 0.8125rem;
  color: #8A7E6E;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.ca-identity__children {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 2px;
}

.ca-identity__child-pill {
  font-size: 0.8125rem;
  color: #4a5a4c;
  font-weight: 500;
}

.ca-card--children {
  padding: 20px 24px;
  margin-bottom: 8px;
}

.ca-children-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ca-section-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a2b1e;
  margin: 0;
}

.ca-identity__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #7A9080;
  background: rgba(35,70,55,0.06);
  border: 1px solid rgba(35,70,55,0.1);
  border-radius: 99px;
  padding: 0.3125rem 0.75rem;
}

/* Completion card */
.ca-card--completion {
  padding: 1.875rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ca-completion__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

.ca-completion__copy { flex: 1; min-width: 0; }

.ca-completion__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1E3528;
  margin: 0 0 0.25rem;
  letter-spacing: -0.01em;
}

.ca-completion__sub {
  font-size: 0.8125rem;
  color: #8A7E6E;
  margin: 0;
  line-height: 1.6;
}

/* Progress ring */
.ca-ring-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ca-ring-wrap svg { display: block; }

.ca-ring-wrap__label {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 0.125rem;
}

.ca-ring-wrap__pct {
  font-size: 0.75rem;
  font-weight: 700;
  color: #234637;
}

.ca-ring-wrap__word {
  font-size: 0.5625rem;
  color: #AEBDA6;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Attribute chips */
.ca-attrs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}

@media screen and (min-width: 540px) {
  .ca-attrs { grid-template-columns: repeat(4, 1fr); }
}

@media screen and (min-width: 860px) {
  .ca-attrs { grid-template-columns: repeat(7, 1fr); }
}

.ca-attr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  padding: 0.875rem 0.375rem 0.75rem;
  border-radius: 0.875rem;
  background-color: rgba(35,70,55,0.03);
  border: 1.5px solid rgba(35,70,55,0.07);
  text-decoration: none;
  text-align: center;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.ca-attr:hover {
  background-color: rgba(35,70,55,0.07);
  border-color: rgba(35,70,55,0.2);
  box-shadow: 0 2px 8px rgba(35,70,55,0.06);
}

.ca-attr--done {
  background: rgba(35,70,55,0.05);
  border-color: rgba(35,70,55,0.14);
}

.ca-attr__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C0B8A8;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(35,70,55,0.05);
}

.ca-attr--done .ca-attr__icon { color: #5A9A6E; background: rgba(90,154,110,0.1); }

.ca-attr__label {
  font-size: 0.5625rem;
  font-weight: 700;
  color: #3A3020;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ca-attr__val {
  font-size: 0.5625rem;
  color: #AEBDA6;
  font-weight: 500;
}

.ca-attr--done .ca-attr__val { color: #5A9A6E; }

/* ─────────────────────────────────────────
   ROW 2 — FEATURE CARDS
───────────────────────────────────────── */
.ca-row--features {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 600px) {
  .ca-row--features { grid-template-columns: repeat(3, 1fr); }
}

.ca-fcard {
  background-color: #FDFAF5;
  border: 1px solid rgba(190,170,120,0.16);
  border-radius: 1.375rem;
  box-shadow: 0 2px 16px rgba(40,30,15,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}

.ca-fcard:hover {
  box-shadow: 0 8px 32px rgba(35,70,55,0.1);
  transform: translateY(-3px);
}

.ca-fcard__media {
  height: 200px;
  background-color: #ECE8DE;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.ca-fcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ca-fcard:hover .ca-fcard__img { transform: scale(1.04); }

.ca-fcard__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #E5E0D5 0%, #D5CFC2 60%, #C8C2B5 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #A09580;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ca-fcard__body {
  padding: 1.5rem 1.625rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
}

.ca-fcard__icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(35,70,55,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #234637;
  margin-bottom: 0.25rem;
}

.ca-fcard__title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.125rem;
  font-weight: 400;
  color: #1E3528;
  margin: 0;
  letter-spacing: -0.01em;
}

.ca-fcard__desc {
  font-size: 0.8125rem;
  color: #8A7E6E;
  line-height: 1.6;
  margin: 0 0 0.75rem;
  flex: 1;
}

/* Gift card total balance block */
.ca-gc-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 12px;
  background: #234637;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ca-gc-total__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.ca-gc-total__amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

/* Gift card list inside the fcard body */
.ca-gc-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ca-gc-item {
  border-radius: 8px;
  overflow: hidden;
}
.ca-gc-item__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 8px 10px;
  background: rgba(35,70,55,0.04);
  border-radius: 8px;
  flex-wrap: wrap;
  text-decoration: none;
  transition: background 120ms ease;
}
.ca-gc-item__inner:hover { background: rgba(35,70,55,0.09); }
.ca-gc-item__code {
  font-weight: 600;
  color: #234637;
  font-family: monospace;
  letter-spacing: 0.05em;
}
.ca-gc-item__balance {
  font-weight: 700;
  color: #234637;
  margin-left: auto;
}
.ca-gc-item__exp {
  font-size: 0.73rem;
  color: #8a7e6e;
  width: 100%;
}
.ca-gc-item__arrow {
  color: #8a7e6e;
  flex-shrink: 0;
  margin-left: 4px;
}
.ca-gc-item__balance--saved { color: #6b8f71; font-style: italic; }

/* Save-a-gift-card input */
.ca-gc-add { margin-top: 8px; }
.ca-gc-add__label {
  font-size: 0.75rem;
  color: #8a7e6e;
  margin: 0 0 6px;
  line-height: 1.4;
}
.ca-gc-add__row {
  display: flex;
  gap: 6px;
}
.ca-gc-add__input {
  flex: 1;
  font-size: 0.78rem;
  font-family: inherit;
  padding: 7px 10px;
  border: 1px solid #d3c8b7;
  border-radius: 8px;
  outline: none;
  min-width: 0;
  color: #2c3a2f;
  transition: border-color 120ms;
}
.ca-gc-add__input:focus { border-color: #234637; }
.ca-gc-add__btn {
  padding: 7px 14px;
  background: #234637;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 120ms;
}
.ca-gc-add__btn:hover { background: #1a3229; }
.ca-gc-add__err {
  font-size: 0.73rem;
  color: #c04a4a;
  margin: 5px 0 0;
}

/* ─────────────────────────────────────────
   ROW 3 — ADDRESSES + RECS
───────────────────────────────────────── */
.ca-row--bottom {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .ca-row--bottom { grid-template-columns: 1fr 1fr; }
}

/* Section header pattern */
.ca-section-head {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.ca-section-head__icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(35,70,55,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #234637;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.ca-section-head__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1E3528;
  margin: 0 0 0.125rem;
  letter-spacing: -0.01em;
}

.ca-section-head__sub {
  font-size: 0.8125rem;
  color: #8A7E6E;
  margin: 0;
  flex: 1;
  min-width: 0;
}

/* Addresses card */
.ca-card--addresses { padding: 1.875rem 2rem; }

.ca-addr-list { display: flex; flex-direction: column; gap: 0.75rem; }

.ca-addr-item {
  padding: 1rem 1.125rem;
  background: rgba(35,70,55,0.03);
  border-radius: 0.875rem;
  border: 1px solid rgba(35,70,55,0.07);
  position: relative;
}

.ca-addr-item__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.875rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #5A9A6E;
  background: rgba(90,154,110,0.1);
  border-radius: 99px;
  padding: 0.2rem 0.5rem;
}

.ca-addr-item__name { font-size: 0.875rem; font-weight: 600; color: #1E3528; margin: 0 0 0.125rem; }
.ca-addr-item__line { font-size: 0.8125rem; color: #6A5E50; margin: 0; line-height: 1.5; }

.ca-addr-empty {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: rgba(35,70,55,0.025);
  border: 1.5px dashed rgba(35,70,55,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #C8C0B0;
}

.ca-addr-empty__title { font-size: 0.875rem; font-weight: 600; color: #4A4030; margin: 0.25rem 0 0; }
.ca-addr-empty__sub   { font-size: 0.8125rem; color: #B0A898; margin: 0; }

/* Recommendations card */
.ca-card--recs {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding: 0;
}

.ca-recs__body {
  padding: 1.875rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}

.ca-recs__eyebrow {
  font-size: 0.5875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C8A96A;
  display: block;
  margin-bottom: 0.25rem;
}

.ca-recs__title {
  font-family: var(--font-heading--family, 'Newsreader', serif);
  font-size: 1.125rem;
  font-weight: 400;
  color: #1E3528;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.ca-recs__desc { font-size: 0.8125rem; color: #8A7E6E; line-height: 1.6; margin: 0 0 1rem; flex: 1; }

.ca-recs__visual {
  width: 160px;
  flex-shrink: 0;
  background: linear-gradient(160deg, #E8E2D6 0%, #D5CFC2 100%);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 599px) { .ca-recs__visual { display: none; } }

.ca-recs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ca-recs__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #A09080;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.ca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  border-radius: 99px;
  padding: 0.6875rem 1.625rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  border: none;
  white-space: nowrap;
  align-self: flex-start;
  letter-spacing: 0.01em;
}

.ca-btn--primary {
  background-color: #1E3528;
  color: #F6F2EA;
  border: 2px solid #1E3528;
}
.ca-btn--primary:hover {
  background-color: #2E5040;
  border-color: #2E5040;
  box-shadow: 0 4px 16px rgba(35,70,55,0.3);
}

.ca-btn--outline {
  background-color: transparent;
  color: #234637;
  border: 1.5px solid rgba(35,70,55,0.22);
}
.ca-btn--outline:hover {
  border-color: #234637;
  background-color: rgba(35,70,55,0.04);
}

.ca-btn--ghost-sm {
  background-color: transparent;
  color: #234637;
  border: 1.5px solid rgba(35,70,55,0.2);
  margin-left: auto;
  font-size: 0.8125rem;
  padding: 0.4375rem 1rem;
}
.ca-btn--ghost-sm:hover { border-color: #234637; }

/* ─────────────────────────────────────────
   SIGN OUT
───────────────────────────────────────── */
.ca-footer {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}

.ca-btn--signout {
  background-color: #FDFAF5;
  color: #6A5E50;
  border: 1.5px solid rgba(35,70,55,0.14);
  font-size: 0.8125rem;
  font-weight: 500;
}
.ca-btn--signout:hover { border-color: rgba(35,70,55,0.3); color: #234637; }

.ca-btn--signout-ghost {
  background-color: transparent;
  color: #B0A898;
  border: 1.5px solid transparent;
  font-size: 0.8125rem;
  font-weight: 500;
}
.ca-btn--signout-ghost:hover { color: #6A5E50; }

  /* ── Remove child confirmation modal ──────────────────────────────────── */
  .bc-confirm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .bc-confirm-sheet {
    background: #fff;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 480px;
    padding: 28px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .bc-confirm-icon { font-size: 2rem; text-align: center; }

  .bc-confirm-title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a2b1e;
    text-align: center;
    margin: 0;
  }

  .bc-confirm-body {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5a5044;
    text-align: center;
    margin: 0;
  }

  .bc-confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
  }

  .bc-confirm-delete {
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
  }
  .bc-confirm-delete:hover { background: #a93226; }
  .bc-confirm-delete:disabled { background: #e88; cursor: not-allowed; }

  .bc-confirm-cancel {
    background: #f7f3ee;
    border: 1px solid #e4d9c8;
    border-radius: 10px;
    padding: 13px;
    font-size: 0.9375rem;
    color: #4a5a4c;
    cursor: pointer;
    transition: background 0.15s;
  }
  .bc-confirm-cancel:hover { background: #f0ebe2; }
/* END_SECTION:customer-account */

/* START_SECTION:extension-privacy-body (INDEX:44) */
.ext-priv-body {
    background-color: #fbf9f4;
    padding-block: 2rem 4rem;
    padding-inline: 1.5rem;
  }
  .ext-priv-body__container { max-width: 52rem; margin-inline: auto; }
  .ext-priv-card {
    background: #ffffff;
    border: 1px solid #e4e2dd;
    border-radius: 1.25rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: 0 2px 24px rgba(28, 30, 25, 0.04);
  }
  .ext-priv-section { display: block; }
  .ext-priv-section__title {
    font-family: var(--font-h2--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: 1.375rem;
    font-weight: 500;
    color: #3C4131;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
  }
  .ext-priv-section__text p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #454841;
    margin: 0 0 0.875rem;
  }
  .ext-priv-section__text p:last-child { margin-bottom: 0; }
  .ext-priv-section__text a { color: #596150; text-decoration: underline; text-underline-offset: 3px; }
  .ext-priv-section__text a:hover { color: #3C4131; }
  .ext-priv-section__text strong { color: #3C4131; font-weight: 600; }
  .ext-priv-section__text code {
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 0.8125rem;
    padding: 1px 6px;
    background: #f0eee9;
    border-radius: 4px;
    color: #3C4131;
  }
  .ext-priv-list {
    margin: 0 0 0.875rem;
    padding-inline-start: 1.25rem;
  }
  .ext-priv-list li {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #454841;
    margin-bottom: 0.5rem;
  }
  .ext-priv-list li:last-child { margin-bottom: 0; }
  .ext-priv-rule {
    display: block;
    height: 1px;
    background: #efece5;
    margin-block: 2rem;
  }
/* END_SECTION:extension-privacy-body */

/* START_SECTION:extension-privacy-hero (INDEX:45) */
.ext-priv-hero {
    background-color: #fbf9f4;
    padding-block: 6rem 2rem;
    padding-inline: 1.5rem;
  }
  .ext-priv-hero__wrap {
    max-width: 52rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ext-priv-hero__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A9A7E;
    margin: 0 0 1.5rem;
  }
  .ext-priv-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 400;
    line-height: 1.1;
    color: #3C4131;
    margin: 0 0 1.75rem;
    letter-spacing: -0.02em;
  }
  .ext-priv-hero__sub {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5A4A;
    margin: 0 0 2.25rem;
    max-width: 40rem;
  }
  .ext-priv-hero__sub a { color: #596150; text-decoration: underline; text-underline-offset: 3px; }
  .ext-priv-hero__sub a:hover { color: #3C4131; }
  .ext-priv-hero__rule { display: block; width: 3rem; height: 1px; background: #c6c7be; margin: 0 0 1.5rem; }
  .ext-priv-hero__updated {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #767870;
    margin: 0;
  }
/* END_SECTION:extension-privacy-hero */

/* START_SECTION:featured-product (INDEX:48) */
.featured-product-section .section-content-wrapper {
    grid-template-columns: 1fr;
    display: grid;
    overflow: hidden;

    @media screen and (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .featured-product-section {
    --viewport-offset: 400px;
    --constrained-min-height: var(--visual-preview--height, 80dvh);
    --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));

    @media screen and (min-width: 750px) {
      --viewport-offset: 300px;
    }
  }

  .featured-product-section .product-grid__card {
    --padding-block: 20px;
    --padding-inline: 20px;

    @media screen and (min-width: 750px) {
      --padding-block: 40px;
      --padding-inline: 40px;
    }
  }

  @media screen and (max-width: 749px) {
    .featured-product-section .media-block {
      order: -1;
    }
  }

  @media screen and (min-width: 750px) {
    .featured-product-section .product-card__content {
      --hugged-width: calc(var(--constrained-height) * var(--gallery-aspect-ratio, var(--media-preview-ratio)));
      width: min(100%, var(--hugged-width));
      margin-left: auto;
      margin-right: auto;
    }
  }
/* END_SECTION:featured-product */

/* START_SECTION:footer-utilities (INDEX:49) */
.footer-utilities .section--page-width {
    --full-page-grid-central-column-width: min(
      calc((var(--page-width) - var(--page-margin) * 2) * 1.2),
      calc(100% - var(--page-margin) * 2)
    );
  }

  .utilities {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap);
    text-wrap: nowrap;
    background: var(--color-background);
    color: #234637;
    font-size: 12px;
    line-height: 1.25;

    @media screen and (min-width: 750px) {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      justify-content: center;
      gap: var(--gap);
      align-items: center;
      text-align: left;
    }
  }

  .utilities a {
    color: #234637;
    text-decoration: none;
  }

  .utilities a:hover,
  .utilities a:focus-visible {
    opacity: 0.78;
  }

  .utilities > * {
    text-align: center;

    @media screen and (min-width: 750px) {
      text-align: left;
      justify-self: start;
    }
  }

  /* Dynamic positioning based on number of blocks */
  @media screen and (min-width: 750px) {
    /* 1 block: Single column, centered */
    .utilities--blocks-1 {
      grid-template-columns: 1fr;
      justify-content: center;
      justify-items: center;
    }

    .utilities--blocks-1 > * {
      justify-self: center;
      text-align: center;
    }

    /* 2 blocks: Two equal columns, start and end aligned */
    .utilities--blocks-2 {
      grid-template-columns: 1fr 1fr;
    }

    .utilities--blocks-2 > *:nth-child(2) {
      justify-self: end;
      text-align: right;
    }

    /* 3 blocks: Three columns (1fr auto 1fr), start/center/end aligned */
    .utilities--blocks-3 {
      grid-template-columns: 1fr auto 1fr;
    }

    .utilities--blocks-3 > *:nth-child(2) {
      justify-self: center;
      text-align: center;
    }

    .utilities--blocks-3 > *:nth-child(3) {
      justify-self: end;
      text-align: right;
    }
  }
/* END_SECTION:footer-utilities */

/* START_SECTION:footer (INDEX:50) */
.footer-content {
    contain: content;
    content-visibility: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--footer-gap);
    align-items: start;
  }

  /* Drop global summary padding so column titles line up with text blocks in the grid. */
  .footer-content .menu__details > summary.menu__heading {
    padding-block: 0;
  }

  .footer-content .menu__heading__default {
    font-weight: var(--font-heading--weight);
    font-size: var(--font-paragraph--size);
    line-height: var(--font-paragraph--line-height);
  }

  /* Match text-block headings to footer menu column titles (menus override .h3 to paragraph size). */
  .footer-content .text-block.h3 > *,
  .footer-content .text-block.h3 :is(h1, h2, h3, h4, h5, h6) {
    font-size: var(--font-paragraph--size);
    line-height: var(--font-paragraph--line-height);
    font-weight: var(--font-heading--weight);
  }

  /* Match menu link columns (left-aligned); block default centers icons on small screens. */
  .footer-content .social-icons__wrapper {
    justify-content: flex-start;
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .footer-content {
      grid-template-columns: repeat(min(var(--grid-columns), 3), 1fr);
      grid-auto-flow: row;
    }

    .footer-content[style*='--grid-columns: 4'] {
      grid-template-columns: repeat(2, 1fr);
    }

    .footer-content--isolated-grid-item-tablet > :last-child {
      grid-column: 1 / -1;
    }
  }

  @media screen and (min-width: 990px) {
    .footer-content {
      grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    /* Single block spans the row (e.g. one full-width footer nav line) */
    .footer-content[style*='--grid-columns: 1'] {
      justify-items: stretch;
    }

    .footer-content--isolated-grid-item-desktop > :last-child {
      grid-column: 1 / -1;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header-announcements (INDEX:56) */
.announcement-bar {
    border-block-end: var(--border-bottom-width) solid var(--color-border);
  }

  .announcement-bar__slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;

    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .announcement-bar__slides {
    display: grid;
    grid: [stack] auto / [stack] auto;
    width: calc(100% - var(--button-size) * 2);
    max-width: 680px;
    margin-inline: auto;
  }

  .announcement-bar__slides:has(> :only-child) {
    max-width: 100%;
  }

  .announcement-bar__slides > * {
    grid-area: stack;
  }

  .announcement-bar__slide {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    content-visibility: visible;

    &[aria-hidden='true'] {
      opacity: 0;
      visibility: hidden;
    }
  }

  .announcement-bar__slider slideshow-arrows {
    padding: 0;
    mix-blend-mode: normal;
  }

  .announcement-bar__slider slideshow-arrows .slideshow-control {
    color: var(--color-foreground);
  }

  .announcement-bar__slider .slideshow-control {
    display: flex;
    padding: 0;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
    opacity: 1;
    animation: none;

    @media screen and (min-width: 750px) {
      --slideshow-control-offset: calc((var(--button-size) - var(--icon-size-xs)) / 2);

      .section--page-width &.slideshow-control--previous {
        transform: translateX(var(--slideshow-control-offset));
      }
    }
  }

  .announcement-bar__slider .slideshow-control .svg-wrapper {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .announcement-bar__slide {
    place-content: center;
    overflow: visible;
    text-align: center;
  }

  .announcement-bar__text {
    text-align: center;
    width: 100%;
  }

  /* Hide the left/previous arrow — it reads as a browser back button */
  .announcement-bar__slider .slideshow-control--previous {
    display: none;
  }

  /* Pad the left edge by one button-width so the text stays visually centred
     in the full bar width despite only the right arrow being present */
  .announcement-bar__slides {
    padding-inline-start: var(--button-size);
  }

  .announcement-bar .announcement-bar__text {
    margin: 0;
    line-height: 1.45;
    text-wrap: balance;
    overflow: visible;
  }

  @media screen and (max-width: 749px) {
    .announcement-bar .announcement-bar__text {
      font-size: 0.75rem;
      line-height: 1.55;
      letter-spacing: 0.02em;
    }
  }

  .announcement-bar__link {
    position: absolute;
    inset: 0;
  }
/* END_SECTION:header-announcements */

/* START_SECTION:header (INDEX:57) */
body {
    --header-height: 60px;
    --header-group-height: var(--header-height);
    --transparent-header-offset-boolean: 0; /* stylelint-disable-line declaration-property-value-disallowed-list */
  }

  .header {
    /* Set header paddings based on height setting */
    --header-padding: var(--padding-xs);
    --font-paragraph--line-height: 1;
    --header-content-transition-timing: 0s;

    display: block;
    contain: layout style;
    background: transparent;

    a,
    .button,
    .button-secondary,
    .header-actions__action {
      /* reset style from base.css */
      transition: color var(--header-content-transition-timing), border-color var(--header-content-transition-timing);
    }
  }

  #header-component :is(.header-menu, .dropdown-localization) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] :is(.header-menu, .dropdown-localization) {
      display: flex;
    }
  }

  #header-component[data-menu-style='drawer'] .header__column {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] .header__navigation-bar-row {
      display: none;
    }
  }

  .header[transparent] {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;
    --header-content-transition-timing: calc(var(--submenu-animation-speed) - var(--animation-speed-fast))
      var(--animation-speed-fast) var(--ease-out-cubic);

    --closed-underlay-height: 0px;

    /* used to display the appropriate logo based on transparency state */
    --header-logo-display: none;
    --header-logo-inverse-display: block;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    z-index: var(--layer-overlay);

    &[transparent='not-sticky'][data-sticky-state='active'],
    &:has(.menu-list__link:not([aria-haspopup]):hover) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --closed-underlay-height: 100%;
    }

    /** For transparent header, apply inherit to rows when menu is not hovered */
    &:not([data-sticky-state='active']):not(:has(.menu-list__link:is(:hover, [aria-expanded='true']))) .header__row {
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --color-primary-button-background: inherit;
      --color-primary-button-text: inherit;
    }

    /* Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link:is(:hover, [aria-expanded='true'])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --header-content-transition-timing: var(--submenu-animation-speed) var(--ease-out-cubic);
    }
  }

  /* When top row has transparent background, make it inherit colors from header component */
  [data-transparent-color-scheme='top']:hover .header__row--top,
  [data-transparent-color-scheme='top']:focus-within .header__row--top,
  [data-transparent-color-scheme='both']:hover .header__row--top,
  [data-transparent-color-scheme='both']:focus-within .header__row--top {
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
    --color-primary-button-background: inherit;
    --color-primary-button-text: inherit;
  }

  /* When bottom row has transparent background, make it inherit colors from header component */
  [data-transparent-color-scheme='bottom']:hover .header__row--bottom,
  [data-transparent-color-scheme='bottom']:focus-within .header__row--bottom,
  [data-transparent-color-scheme='both']:hover .header__row--bottom,
  [data-transparent-color-scheme='both']:focus-within .header__row--bottom {
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
    --color-primary-button-background: inherit;
    --color-primary-button-text: inherit;
  }

  .header-section {
    position: relative;
    z-index: var(--layer-heightened);
  }

  /* need default values for non-flash transitions on first overflow menu open */
  #header-component {
    --submenu-height: 0px;
    --full-open-header-height: 0px;
  }

  #header-group:has(#header-component[sticky]) {
    display: contents;
  }

  .header-section:has(> #header-component[sticky='always']),
  .header-section:has(> #header-component[sticky='scroll-up'][data-sticky-state='active']) {
    position: sticky;

    /* Use -1 instead of 0 so intersection observer can track sticky state */
    top: -1px;
    z-index: var(--layer-sticky);
  }

  .header[data-sticky-state] {
    transition: opacity var(--animation-speed) var(--animation-easing);
    opacity: 1;
  }

  .header[data-sticky-state='active'] {
    view-transition-name: sticky-header;
  }

  :active-view-transition-type(empty-cart-drawer) {
    .header[data-sticky-state='active'] {
      view-transition-name: none;
    }
  }

  .header[data-sticky-state='idle'] {
    opacity: 0;
  }

  /* ================================
     * Underlays
     * ================================ */
  .header__underlay {
    position: absolute;
    inset: 0;
  }

  .header__underlay-closed {
    height: var(--closed-underlay-height, 100%);
    z-index: var(--layer-lowest);
    background: linear-gradient(
      var(--color-scheme-top-row) 0 var(--top-row-height),
      var(--color-scheme-bottom-row) var(--top-row-height) var(--header-height)
    );
    transition: height var(--animation-speed-slow) var(--ease-out-cubic);
  }

  .header__underlay-open {
    height: var(--full-open-header-height);
    background: linear-gradient(
      var(--color-scheme-top-row) 0 var(--top-row-height),
      var(--color-scheme-bottom-row) var(--top-row-height) var(--header-height),
      var(--color-submenu) var(--header-height) 100%
    );
    /* header-height is updated via js, the transition works automagically */
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  .header__underlay-open::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: var(--shadow-popover);
    clip-path: inset(var(--header-height) 0 -100px 0); /* stylelint-disable-line */
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  /* When top row has transparent background, make underlay inherit colors from header component */
  [data-transparent-color-scheme='top']:hover,
  [data-transparent-color-scheme='top']:focus-within,
  [data-transparent-color-scheme='both']:hover,
  [data-transparent-color-scheme='both']:focus-within {
    :is(.header__underlay-open, .header__underlay-closed) {
      --color-scheme-top-row: var(--color-background);
    }
  }

  /* When bottom row has transparent background, make underlay inherit colors from header component */
  [data-transparent-color-scheme='bottom']:hover,
  [data-transparent-color-scheme='bottom']:focus-within,
  [data-transparent-color-scheme='both']:hover,
  [data-transparent-color-scheme='both']:focus-within {
    :is(.header__underlay-open, .header__underlay-closed) {
      --color-scheme-bottom-row: var(--color-background);
    }
  }

  [data-submenu-overlap-bottom-row] {
    .header__underlay-open {
      background: linear-gradient(
        var(--color-scheme-top-row) 0 var(--top-row-height),
        var(--color-submenu) var(--top-row-height) 100%
      );
    }

    .header__row--bottom {
      z-index: var(--layer-lowest);
    }
  }

  /* End Underlays ================ */

  .header__row {
    /* The account component uses a different color scheme, but we need to override it to inherit the color of the header row */
    --color-account-icon: var(--color-foreground);

    position: relative;

    /* Overwrite color from color scheme, background is controlled by the underlays */
    background-color: transparent;

    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
      /* Only elevate the row when the submenu is open to avoid overlapping other elevated content */
      z-index: var(--layer-heightened);
    }
  }

  .header__row--top:not(.divider--page-width),
  .header__row--top.divider--page-width .header__columns,
  .header__row--bottom {
    border-bottom: var(--border-bottom-width) solid var(--color-border);
  }

  @media screen and (max-width: 749px) {
    .header__row--top:not(.divider--page-width),
    .header__row--top.divider--page-width .header__columns {
      border-bottom-width: var(--border-bottom-width-mobile);
    }
  }

  #header-component[data-menu-style='drawer'] .header__row--top:not(.divider--page-width),
  #header-component[data-menu-style='drawer'] .header__row--top.divider--page-width .header__columns {
    border-bottom-width: var(--border-bottom-width-mobile);
  }

  .header__row.divider--page-width:not(.section--page-width) .header__columns {
    @media screen and (min-width: 750px) {
      padding-inline-start: 0;
      padding-inline-end: 0;
      margin-inline-start: var(--page-margin);
      margin-inline-end: var(--page-margin);
    }
  }

  .header__column {
    display: flex;
    align-items: center;

    /* on mobile, header__column nodes are ignored to create a new grid-template-area based on all visible content */
    @media screen and (max-width: 749px) {
      display: contents;
    }
  }

  .header__column--left,
  .header__column--center {
    gap: var(--gap-xl);
    grid-area: left;
  }

  .header__column--center {
    justify-content: center;
    grid-area: center;

    header-menu:only-child .overflow-menu::part(list) {
      justify-content: center;
    }
  }

  @media screen and (min-width: 750px) {
    .header__column--left .header-logo {
      justify-content: flex-start;
    }
  }

  .header__column--right {
    gap: var(--gap-xl);
    justify-content: flex-end;
    grid-area: right;

    .overflow-menu::part(list) {
      justify-content: flex-end;
    }
  }

  .header__columns {
    /* Three column layout */
    --header-left: 1fr;
    --header-center: auto;
    --header-right: 1fr;
    --header-template-columns: var(--header-left) var(--header-center) var(--header-right);

    /* Mobile layout */
    --header-mobile-bookend: 44px;

    display: grid;
    grid-template-areas: 'left center right';
    grid-gap: var(--gap-xl);
    grid-template-columns: var(--header-template-columns);

    /* If menu is in center column */
    &:has(.header__column--center header-menu) {
      --header-center: auto;
      --header-left: minmax(max-content, 1fr);
      --header-right: minmax(max-content, 1fr);
    }

    /* If there is no center column, make the column the menu is in grow eagerly */
    &:where(:not(:has(.header__column--center))) {
      @media screen and (min-width: 750px) {
        --header-template-columns: var(--header-left) var(--header-right);

        grid-template-areas: 'left right';
      }

      /* If the header-menu is in the right column */
      &:has(.header__column--right header-menu) {
        --header-right: auto;
        --header-left: minmax(max-content, 1fr);
      }

      /* If the header-menu is in the left column */
      &:has(.header__column--left header-menu) {
        --header-left: auto;
        --header-right: minmax(max-content, 1fr);
      }
    }

    @media screen and (max-width: 749px) {
      /* Last track wide enough for account + cart (44px touch targets); small gap avoids overlap with search */
      --header-template-columns: var(--header-mobile-bookend) minmax(var(--header-mobile-bookend), 52vw) 1fr
        var(--header-mobile-bookend) auto;

      grid-template-areas: 'leftA leftB center rightA rightB';
      grid-column: span 3;
      column-gap: 2px;
      align-items: center;
      padding-block: 0;
      padding-inline: 0 var(--padding-3xs);

      .header__drawer {
        grid-area: leftA;
        justify-self: start;
      }

      .header-logo {
        grid-area: leftB;
        justify-self: start;
        max-width: min(100%, 58vw);
      }

      &:not(:has(header-actions)) .search-action {
        grid-area: rightA;
      }

      &:not(:has(shopify-account)) .search-action {
        grid-area: rightA;
      }

      .search-action {
        grid-area: rightA;
        justify-self: end;
      }

      /* One search control on small screens: hide drawer duplicate when primary search is shown */
      .header__columns:not(:has(.search-action--hidden-on-drawer)) .search-action--hidden-on-menu {
        display: none;
      }

      header-actions {
        grid-area: rightB;
      }
    }
  }

  /* not ideal but we need to duplicate these styles for when touch comes into play
    We could avoid the duplication using js to set the data-menu-style attribute on small screens instead of using @media queries */
  #header-component[data-menu-style='drawer'] .header__columns {
    --header-template-columns: var(--header-mobile-bookend) minmax(var(--header-mobile-bookend), 52vw) 1fr
      var(--header-mobile-bookend) auto;

    grid-template-areas: 'leftA leftB center rightA rightB';
    grid-column: span 3;
    column-gap: 2px;
    align-items: center;
    padding-block: 0;
    padding-inline: 0 var(--padding-3xs);

    .header__drawer {
      grid-area: leftA;
      justify-self: start;
    }

    .header-logo {
      grid-area: leftB;
      justify-self: start;
      max-width: min(100%, 58vw);
    }

    &:not(:has(header-actions)) .search-action {
      grid-area: rightA;
    }

    &:not(:has(shopify-account)) .search-action {
      grid-area: rightA;
    }

    .search-action {
      grid-area: rightA;
      justify-self: end;
    }

    .header__columns:not(:has(.search-action--hidden-on-drawer)) .search-action--hidden-on-menu {
      display: none;
    }

    header-actions {
      grid-area: rightB;
    }
  }

  /* Single column layout if there are no columns within */
  .header__columns:not(:has(.header__column)) {
    grid-template-columns: 1fr;
  }

  /* Check for hover support to avoid unnecessary expensive recalculations when tapping on mobile */
  @media (hover: hover) {
    /* Column-specific dimming effect when any interactive element is hovered
        Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    .header__column:has(header-menu:hover),
    .header__column:has(.header-actions__action:hover),
    .header__column:has(.header__icon--menu:hover) {
      header-menu:not(:hover),
      .header-actions__action:not(:hover),
      .header__icon--menu:not(:hover) {
        opacity: var(--opacity-subdued-text);
        transition: opacity var(--animation-speed) var(--animation-easing);
      }
    }
  }

  /* Ensure smooth transitions for all interactive elements */
  header-menu,
  .header-actions__action,
  .header__icon--menu {
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  /* Header action button styles */
  .header-actions__action {
    --button-color: var(--color-foreground);
    color: var(--button-color);
    cursor: pointer;
    display: flex;
    justify-content: center;

    &:hover {
      --button-color: var(--color-foreground);
    }
  }

  .header-actions__action:not(.account-button) .svg-wrapper {
    height: var(--button-size);
    width: var(--button-size);
  }

  .header-actions__action:not(.account-button) svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .header:has(#Details-menu-drawer-container[open]) {
    contain: style;
  }

  .header.header--compact {
    --header-padding: var(--padding-2xs);
  }

  .header__columns {
    --padding-block-start: var(--header-padding);
    --padding-block-end: var(--header-padding);
  }

  .header:not(.header--compact) .header__row--bottom {
    --header-padding: var(--padding-xs);
  }

  .header--collapse-row-paddings {
    .header__row--top .header__columns {
      --padding-block-end: 0px;
    }

    .header__row--bottom .header__columns {
      --padding-block-start: 0px;
    }
  }

  /* When the header is transparent, add a margin to a potential header-section below it */
  .header-section:has(.header[transparent]) + .shopify-section {
    margin-top: var(--header-height);
  }

  /* When the header is transparent, and when there is no header-section below it, offset the first main-section with
     * the height of the header
     */

  main > .shopify-section:first-child .section:not(.disable-section-top-offset) {
    &.spacing-style,
    .spacing-style {
      --section-top-offset: calc(var(--header-height) * var(--transparent-header-offset-boolean));

      /* Any nested sections should not be offset */
      :is(.spacing-style, .inherit-spacing) {
        --section-top-offset: 0px;
      }
    }

    /* Make sticky content immediately stick to the top of the page */
    .sticky-content {
      margin-top: calc(var(--header-height) * var(--transparent-header-offset-boolean) * -1);
    }
  }

  /* Optimize layout performance for hidden menus */
  .header-menu .menu-list__submenu {
    content-visibility: auto;
    contain-intrinsic-size: 0px 500px;
  }

  /* Force visibility when open/animating and in overflow submenu to prevent layout issues */
  .header-menu details[open] .menu-list__submenu,
  .header-menu .menu-list__submenu[data-active],
  .header-menu .menu-list__list-item[slot='overflow'] .menu-list__submenu {
    content-visibility: visible;
  }

  /* Dropdown Localization Styles */
  .dropdown-localization__button {
    display: flex;
    position: relative;
    align-items: center;
    gap: 4px;
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
    font-weight: var(--menu-top-level-font-weight);
    padding-inline: var(--padding-2xs);
    margin-inline: calc(-1 * var(--padding-2xs));
  }

  .dropdown-localization__button .svg-wrapper.icon-caret {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    right: var(--margin-xs);
    top: calc(50% - var(--padding-2xs));
    flex-shrink: 0;
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .dropdown-localization__button .icon-flag {
    width: var(--menu-localization-font-size, var(--icon-size-sm));
    height: var(--menu-localization-font-size, var(--icon-size-sm));
    clip-path: circle(50%); /* stylelint-disable-line */
    background-position: center;
    background-size: cover;
    margin-inline-end: 4px;
    position: relative;
  }

  .dropdown-localization__button .icon-flag::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 var(--size-shadow) var(--color-shadow);
    border-radius: 50%;
  }

  .dropdown-localization__button[aria-expanded='true'] .icon-caret svg {
    transform: rotate(180deg);
  }

  .dropdown-localization__button,
  .dropdown-localization__button:hover {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
  }

  dropdown-localization-component .localization-form__list {
    max-height: 20.5rem;
  }

  .localization-wrapper {
    position: fixed;
    z-index: var(--layer-raised);
    border-radius: var(--style-border-radius-popover);
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    translate: 0 20px;
    opacity: 0;
  }

  .localization-wrapper:not([hidden]) {
    translate: 0 0;
    opacity: 1;
  }

  @starting-style {
    .localization-wrapper:not([hidden]) {
      translate: 0 20px;
      opacity: 0;
    }
  }

  dropdown-localization-component {
    position: relative;
    background-color: transparent;
  }

  dropdown-localization-component .country-filter {
    position: relative;
    padding: 8px;
  }

  dropdown-localization-component .country-filter__input {
    border: none;
  }

  dropdown-localization-component .localization-form__list-item {
    margin-inline: 8px;
  }

  dropdown-localization-component .localization-wrapper {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    max-height: 27.5rem;
    position: absolute;
    top: calc(100% + 10px);
    z-index: calc(var(--layer-header-menu) + 1);
  }

  dropdown-localization-component .localization-wrapper.right-bound {
    right: 0;
    left: unset;
  }

  dropdown-localization-component .localization-wrapper.left-bound {
    left: -8px;
    right: unset;
  }

  /* Additional specificity due to dropdown-localization-component getting a low score */
  dropdown-localization-component .language-selector.language-selector {
    padding: 10px 8px 10px 16px;
  }

  dropdown-localization-component .localization-form__currency {
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: none;
  }

  dropdown-localization-component .localization-form__select:hover {
    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
  }

  dropdown-localization-component
    :is(
      .localization-form__list-item:hover,
      .localization-form__list-item[aria-selected='true'],
      .localization-form__list-item[aria-current='true']
    )
    .localization-form__currency {
    opacity: 1;
    color: var(--color-foreground-muted);
    transition: opacity var(--animation-speed-slow) var(--animation-easing);
    visibility: visible;
  }

  .dropdown-localization .language-selector:where(:not(.top-shadow)) {
    font-weight: var(--menu-top-level-font-weight);
  }

  .dropdown-localization:not(dropdown-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }
/* END_SECTION:header */

/* START_SECTION:hero (INDEX:58) */
.hero-wrapper {
    --hero-height-offset: 0px;
  }

  /* Being extra specific in the selector for performance reasons */
  body:has(> #header-group > .header-section > #header-component) .hero-wrapper:first-child {
    --hero-height-offset: var(--header-group-height, 0);
  }

  .hero {
    position: relative;
    min-height: calc(var(--hero-min-height) - var(--hero-height-offset));
  }

  .hero[data-shopify-visual-preview] {
    --hero-min-height: 600px;

    min-height: 600px;
  }

  .hero__container {
    position: relative;
    overflow: hidden;
    border: var(--hero-border-width) var(--hero-border-style) rgb(var(--color-border-rgb) / var(--hero-border-opacity));
    min-height: inherit;
    align-items: var(--vertical-alignment-mobile);
    justify-content: var(--horizontal-alignment);
    z-index: var(--layer-base);

    @media screen and (min-width: 750px) {
      align-items: var(--vertical-alignment);
    }
  }

  .hero__content-wrapper.page-width {
    grid-column: 2 / 3;
  }

  .hero__content-wrapper {
    position: relative;
    inset: 0;
    z-index: var(--layer-flat);
  }

  .hero__content-wrapper .group-block-content {
    position: relative;
  }

  .hero__media-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(var(--hero-media-count, 1), 1fr);
  }

  .hero--auto .hero__media {
    aspect-ratio: var(--hero-media-aspect-ratio);
  }

  .hero--no-blocks-auto-height {
    .hero__media {
      width: 100%;
      aspect-ratio: auto;
    }

    .hero__media-grid {
      /* When there are no blocks and the height is auto, allow the image to appear. */
      position: relative;
    }
  }

  .hero__media-wrapper {
    overflow: hidden;
    position: relative;
  }

  .hero__media {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    position: relative;
    z-index: var(--layer-base);
  }

  /* Mobile/Desktop media visibility */

  .hero__media-wrapper--mobile {
    display: none;
  }

  .hero__media-wrapper--desktop {
    display: block;
  }

  @media screen and (max-width: 749px) {
    .hero__media-wrapper--desktop {
      display: none;
    }

    .hero__media-wrapper--mobile {
      display: block;
    }

    .hero__media-grid {
      grid-template-columns: repeat(var(--hero-media-count-mobile, 1), 1fr);
    }

    /* Mobile stacking */
    .hero--stack-mobile .hero__media-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(var(--hero-media-count-mobile, 1), calc(100% / var(--hero-media-count-mobile, 1)));
    }
  }

  .hero__link {
    position: absolute;
    inset: 0;
    grid-column: 1 / -1;
  }

  .hero__media-grid,
  .hero__content-wrapper {
    pointer-events: none;

    :is(a, button, input, textarea, select, details, summary) {
      pointer-events: auto;
    }
  }

  .hero__content-wrapper--design-mode * {
    pointer-events: auto;
  }

  .hero[data-blur-shadow='true'] {
    --blurred-reflection-filter-saturate: saturate(1.5);
    --blurred-reflection-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
    --blurred-reflection-box-shadow: rgb(0 0 0 / 5%) 0 0 1rem;
    --blurred-reflection-filter-blur: blur(20px);
    --blurred-reflection-scale: scale(2, 1.25);
    --blurred-reflection-padding-block-end: 60px;
  }

  .hero[data-blur-shadow='true'] .hero__container::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: var(--blurred-reflection-box-shadow);
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: -1;
  }

  .hero__blurred-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    mask-image: var(--blurred-reflection-mask-image);
    filter: var(--blurred-reflection-filter-saturate);
    pointer-events: none;
    transform: translateY(50%);
    overflow: hidden;
  }

  .hero__blurred-image--desktop {
    display: none;

    @media screen and (min-width: 750px) {
      display: block;
    }
  }

  .hero__blurred-image--mobile {
    display: block;

    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .hero__blurred-image img,
  .hero__blurred-image svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: var(--blurred-reflection-filter-blur);
    opacity: var(--blur-opacity);
    transform: var(--blurred-reflection-scale);
    padding-block-end: var(--blurred-reflection-padding-block-end);

    &:not(:only-child) {
      width: 50%;

      &:last-child {
        right: 0;
        left: auto;
      }
    }
  }

  /* Homepage nurture CTA: larger + darker primary on desktop only */
  @media screen and (min-width: 750px) {
    .hero .button.button--button_shop_nurture {
      font-size: 1.25rem;
      padding-block: calc(var(--button-padding-block) * 1.6);
      padding-inline: calc(var(--button-padding-inline) * 3.5);
      --button-background-color: color-mix(
        in srgb,
        var(--color-primary-button-background) 78%,
        black
      );
      --button-border-color: color-mix(in srgb, var(--color-primary-button-border) 78%, black);
    }

    .hero .button.button--button_shop_nurture:hover {
      --button-background-color: color-mix(
        in srgb,
        var(--color-primary-button-hover-background) 78%,
        black
      );
      --button-border-color: color-mix(
        in srgb,
        var(--color-primary-button-hover-border) 78%,
        black
      );
    }
  }

  /* ── Mobile: keep all hero pills in a single row ────────────────────── */
  @media screen and (max-width: 749px) {
    .hero .group-block-content.layout-panel-flex--row {
      flex-wrap: nowrap !important;
      --flex-wrap: nowrap;
      gap: 6px !important;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .hero .group-block-content.layout-panel-flex--row::-webkit-scrollbar {
      display: none;
    }
    .hero .group-block-content.layout-panel-flex--row .button,
    .hero .group-block-content.layout-panel-flex--row .button-secondary {
      font-size: 0.6875rem !important;
      padding: 0.45rem 0.75rem !important;
      white-space: nowrap;
      flex-shrink: 0;
      letter-spacing: 0;
    }
  }
/* END_SECTION:hero */

/* START_SECTION:home-compact-product-row (INDEX:59) */
.home-compact-product-row__carousel-host {
    width: 100%;
    min-width: 0;
    container-type: inline-size;
    container-name: resource-list;
  }

  .pdp-more-like-this__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
  }

  .pdp-more-like-this__header--solo {
    justify-content: flex-start;
  }

  /* Match homepage “Shop by Category” (collection-list h2): theme h2 tokens + centered */
  .pdp-more-like-this__header--home-row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.25rem;
  }

  .home-compact-product-row__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 1rem;
  }

  .home-compact-product-row__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #1A3527;
    margin: 0 0 0.875rem;
    text-align: center;
    width: 100%;
  }

  .home-compact-product-row__subheading {
    font-size: 0.9375rem;
    color: #5A5040;
    margin: 0 auto 1.375rem;
    line-height: 1.65;
    max-width: 42rem;
    text-align: center;
  }

  .home-compact-product-row__rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C8A96A 30%, #C8A96A 70%, transparent);
  }
/* END_SECTION:home-compact-product-row */

/* START_SECTION:home-curated-collections (INDEX:60) */
.home-curated__inner {
    position: relative;
  }

  .home-curated__header {
    text-align: center;
    margin-block-end: 2.5rem;
    margin-inline: auto;
  }

  .home-curated__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C8A96A;
    margin-block: 0 1rem;
  }

  .home-curated__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 2.375rem);
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #1A3527;
    margin-block: 0 0.875rem;
    margin-inline: auto;
    text-align: center;
    overflow-wrap: break-word;
  }

  .home-curated__heading-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
  }

  .home-curated__heading-link:hover {
    border-bottom-color: currentColor;
  }

  .home-curated__subheading {
    font-size: 0.9375rem;
    color: #5A5040;
    margin: 0 auto 1.375rem;
    line-height: 1.65;
    max-width: 42rem;
  }

  .home-curated__rule {
    display: block;
    width: 3rem;
    height: 2px;
    background: #9A7B4F;
    margin-inline: auto;
  }

  /* ── Circular collection cards ── */
  .home-curated__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 24px;
  }

  /* Mobile: horizontal swipe row */
  @media screen and (max-width: 749px) {
    .home-curated__row {
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
      gap: 18px;
      padding-block-end: 4px;
    }

    .home-curated__row::-webkit-scrollbar {
      display: none;
    }

    .home-curated__card {
      scroll-snap-align: start;
    }
  }

  .home-curated__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 120px;
    flex-shrink: 0;
    text-decoration: none;
    color: var(--color-foreground);
  }

  .home-curated__circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(49, 51, 46, 0.07);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  @media screen and (min-width: 750px) {
    .home-curated__card,
    .home-curated__circle {
      width: 132px;
    }

    .home-curated__circle {
      height: 132px;
    }
  }

  .home-curated__card:hover .home-curated__circle {
    border-color: #234637;
    box-shadow: 0 8px 24px rgba(35, 70, 55, 0.16);
    transform: translateY(-2px);
  }

  .home-curated__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .home-curated__placeholder {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: 2rem;
    font-weight: 300;
    color: #9A7B4F;
    text-transform: uppercase;
  }

  .home-curated__label {
    font-family: var(--font-body--family);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #234637;
  }
/* END_SECTION:home-curated-collections */

/* START_SECTION:home-registry-ribbon (INDEX:61) */
/* ── Section shell ─────────────────────────────────────────────────────── */
.hreg, .hreg {
  background: #D4E2CE;
}

.hreg__inner {
  max-width: 78rem;
  margin-inline: auto;
  padding: 5rem 1.5rem 5rem;
}

/* ── Header ────────────────────────────────────────────────────────────── */
.hreg__header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.hreg__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7A5500;
  margin: 0 0 1.25rem;
}


.hreg__heading {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1.5rem, 2.5vw, 2.375rem);
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #1A2B1E;
  margin: 0 0 0.5rem;
}

.hreg__line2 {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #2C3B2D;
  margin: 0 0 1.5rem;
}

.hreg__sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #4A5A4C;
  margin: 0 auto 1.5rem;
  max-width: 50rem;
}

.hreg__rule {
  display: block;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7A5500 30%, #7A5500 70%, transparent);
  margin-inline: auto;
}

/* ── Feature grid ──────────────────────────────────────────────────────── */
.hreg__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 600px) {
  .hreg__grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 960px) {
  .hreg__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Feature card ──────────────────────────────────────────────────────── */
.hreg-feat {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.125rem;
  padding: 1.75rem 1.5rem 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hreg-feat:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.hreg-feat__icon-wrap {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hreg-feat__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #4A7A45;
}

.hreg-feat__content {
  flex: 1;
  min-width: 0;
}

.hreg-feat__step {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7A5500;
  margin: 0 0 0.3rem;
}

.hreg-feat__title {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #1A2B1E;
  margin: 0 0 0.5rem;
}

.hreg-feat__desc {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #4A5A4C;
  margin: 0;
}

/* ── Inline CTA ─────────────────────────────────────────────────────────── */
.hreg__inline-cta {
  margin-top: 2.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.hreg__cta-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4A5A4C;
  margin: 0 0 1.25rem;
}

.hreg__cta-btn {
  display: inline-flex;
  align-items: center;
  background: #2C3B2D;
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.875rem 2.25rem;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
}

.hreg__cta-btn:hover {
  background: #1A2B1E;
  transform: translateY(-1px);
}
/* END_SECTION:home-registry-ribbon */

/* START_SECTION:home-research-ribbon (INDEX:62) */
/* ── Section shell ─────────────────────────────────────────────────────── */
.hrr {
  background: #F9F6F0;
  padding-block: 5rem 5rem;
  border-top: 1px solid rgba(35, 70, 55, 0.08);
  border-bottom: 1px solid rgba(35, 70, 55, 0.08);
}

.hrr__inner {
  max-width: 84rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* ── Header ────────────────────────────────────────────────────────────── */
.hrr__header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.hrr__eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7A5500;
  margin: 0 0 1rem;
}

.hrr__heading {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1.5rem, 2.5vw, 2.375rem);
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #1A3527;
  margin: 0 0 0.875rem;
}

.hrr__sub {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5A5040;
  margin: 0 auto 1.375rem;
  max-width: 44rem;
}

.hrr__rule {
  display: block;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7A5500 30%, #7A5500 70%, transparent);
  margin-inline: auto;
}

/* ── Carousel wrapper ──────────────────────────────────────────────────── */
.hrr__carousel-wrap {
  position: relative;
}

.hrr__carousel-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1.5rem;
  width: 5rem;
  background: linear-gradient(270deg, #F9F6F0 15%, transparent);
  pointer-events: none;
  z-index: 2;
}

.hrr__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.5rem;
  scrollbar-width: none;
}

.hrr__track::-webkit-scrollbar { display: none; }

/* ── Card ─────────────────────────────────────────────────────────────── */
.hrr-card {
  flex: 0 0 calc(86vw - 3rem);
  max-width: 320px;
  scroll-snap-align: start;
  background: #FFFDF9;
  border: 1px solid rgba(200, 169, 106, 0.22);
  border-radius: 1.375rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

@media (min-width: 540px) {
  .hrr-card { flex: 0 0 300px; }
}

@media (min-width: 1024px) {
  .hrr-card { flex: 0 0 275px; }
}

.hrr-card:hover {
  border-color: rgba(35, 70, 55, 0.28);
  box-shadow: 0 10px 48px rgba(35, 70, 55, 0.1);
  transform: translateY(-5px);
}

/* ── Card image ─────────────────────────────────────────────────────────── */
.hrr-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #EBE7DD;
  overflow: hidden;
}

.hrr-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hrr-card:hover .hrr-card__img {
  transform: scale(1.05);
}

.hrr-card__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #EBE7DD 0%, #D5D0C5 100%);
}

/* ── Card body ─────────────────────────────────────────────────────────── */
.hrr-card__body {
  padding: 1.375rem 1.5rem 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.hrr-card__cat {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #AEBDA6;
  margin: 0 0 0.5rem;
}

.hrr-card__title {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: #1A3527;
  margin: 0 0 0.625rem;
}

.hrr-card__desc {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #7A7060;
  margin: 0 0 auto;
  flex: 1;
}

.hrr-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #234637;
  margin-top: 1.25rem;
  transition: gap 0.2s ease, color 0.2s ease;
}

.hrr-card:hover .hrr-card__cta {
  gap: 0.625rem;
  color: #7A5500;
}

/* ── Footer CTA ────────────────────────────────────────────────────────── */
.hrr__footer {
  margin-top: 2.25rem;
  text-align: center;
}

.hrr__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: normal;
  color: #234637;
  text-decoration: none;
  border-bottom: 1px solid rgba(35, 70, 55, 0.3);
  padding-bottom: 0.125rem;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}

.hrr__footer-link:hover {
  color: #7A5500;
  border-color: #7A5500;
  gap: 0.75rem;
}
/* END_SECTION:home-research-ribbon */

/* START_SECTION:home-search-bar (INDEX:63) */
/* ── Homepage AI search bar ─────────────────────────────────────────────── */

.hsb {
  padding-block: 44px 28px;
}

.hsb__inner {
  max-width: 54rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  justify-content: center;
}

/* ── The bar ─────────────────────────────────────────────────────────────── */

.hsb__bar {
  width: 100%;
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 0;
  background: #FFFFFF;
  border: 1.5px solid #DDD5C4;
  border-radius: 100px;
  padding: 5px 5px 5px 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hsb__bar:focus-within {
  border-color: #8B9E7A;
  box-shadow: 0 4px 20px rgba(107, 138, 104, 0.15), 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* ── Search icon ─────────────────────────────────────────────────────────── */

.hsb__icon {
  color: #9A9080;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

/* ── Input ───────────────────────────────────────────────────────────────── */

.hsb__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body--family, sans-serif);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #2C3B2D;
  padding: 0.5rem 0.75rem;
  -webkit-appearance: none;
  appearance: none;
}

.hsb__input::placeholder {
  color: #A89A88;
  font-style: normal;
}

/* ── Ask AI button — pill inside the bar ────────────────────────────────── */

.hsb__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  background: #2C3B2D;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 0.6rem 1.25rem;
  font-family: var(--font-body--family, sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s, transform 0.15s;
  line-height: 1;
}

.hsb__btn:hover {
  background: #1A2B1E;
  transform: translateY(-1px);
}

.hsb__btn:active {
  transform: translateY(0);
}

/* ── Mobile ──────────────────────────────────────────────────────────────── */

@media screen and (max-width: 749px) {
  .hsb {
    padding-block: 16px 20px;
  }

  .hsb__inner {
    padding-inline: 1rem;
  }

  .hsb__bar {
    padding: 4px 4px 4px 14px;
  }

  .hsb__input {
    font-size: 0.875rem;
    padding: 0.45rem 0.5rem;
  }

  .hsb__btn {
    padding: 0.55rem 1rem;
    font-size: 0.6875rem;
    gap: 5px;
  }

  .hsb__btn svg {
    display: none;
  }
}
/* END_SECTION:home-search-bar */

/* START_SECTION:home-tracker-ribbon (INDEX:64) */
/* ── Section shell ─────────────────────────────────────────────────────── */
.htr {
  background: #D4E2CE;
  padding-block: 5rem 5rem;
}

.htr__inner {
  max-width: 84rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* ── Header ────────────────────────────────────────────────────────────── */
.htr__header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.htr__eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7A6030;
  margin: 0 0 1rem;
}

.htr__heading {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: clamp(1.5rem, 2.5vw, 2.375rem);
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #1A3527;
  margin: 0 0 0.875rem;
}

.htr__sub {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #3E5248;
  margin: 0 auto 1.375rem;
  max-width: 44rem;
}

.htr__rule {
  display: block;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9A7A40 30%, #9A7A40 70%, transparent);
  margin-inline: auto;
}

/* ── Carousel wrapper ──────────────────────────────────────────────────── */
.htr__carousel-wrap {
  position: relative;
}

.htr__carousel-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1.5rem;
  width: 5rem;
  background: linear-gradient(270deg, #D4E2CE 15%, transparent);
  pointer-events: none;
  z-index: 2;
}

.htr__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.5rem;
  scrollbar-width: none;
}

.htr__track::-webkit-scrollbar { display: none; }

/* ── Card ─────────────────────────────────────────────────────────────── */
.htr-card {
  flex: 0 0 calc(82vw - 3rem);
  max-width: 248px;
  scroll-snap-align: start;
  background: var(--htr-card-bg, #F5F2EA);
  border: 1px solid rgba(26, 53, 39, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

@media (min-width: 480px) {
  .htr-card { flex: 0 0 230px; }
}

@media (min-width: 768px) {
  .htr-card { flex: 0 0 240px; }
}

.htr-card:hover {
  border-color: rgba(26, 53, 39, 0.25);
  box-shadow: 0 8px 32px rgba(26, 53, 39, 0.14);
  transform: translateY(-5px);
}

/* ── Card image ─────────────────────────────────────────────────────────── */
.htr-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--htr-card-bg, #F5F2EA);
  overflow: hidden;
}

.htr-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.htr-card:hover .htr-card__img {
  transform: scale(1.06);
}

.htr-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  color: #1A3527;
}

/* ── Card body ─────────────────────────────────────────────────────────── */
.htr-card__body {
  padding: 1.125rem 1.25rem 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  background: #fff;
}

/* ── Category badge ─────────────────────────────────────────────────────── */
.htr-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.575rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.625rem;
}

.htr-card__badge--pregnancy {
  background: rgba(250, 220, 220, 0.5);
  color: #8B3030;
}

.htr-card__badge--first-year {
  background: rgba(200, 230, 210, 0.55);
  color: #1E4A30;
}

/* ── Card title ─────────────────────────────────────────────────────────── */
.htr-card__title {
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #1A3527;
  margin: 0 0 0.5rem;
}

.htr-card__desc {
  font-size: 0.78125rem;
  line-height: 1.6;
  color: #6B6560;
  margin: 0 0 auto;
  flex: 1;
}

.htr-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #234637;
  margin-top: 1rem;
  transition: gap 0.2s ease, color 0.2s ease;
}

.htr-card:hover .htr-card__cta {
  gap: 0.6rem;
  color: #7A5500;
}

/* ── Footer CTA ────────────────────────────────────────────────────────── */
.htr__footer {
  margin-top: 2.5rem;
  text-align: center;
}

.htr__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: normal;
  color: #1A3527;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 53, 39, 0.35);
  padding-bottom: 0.125rem;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}

.htr__footer-link:hover {
  color: #7A6030;
  border-color: #9A7A40;
  gap: 0.75rem;
}
/* END_SECTION:home-tracker-ribbon */

/* START_SECTION:how-birch-selects (INDEX:65) */
.how-birch-selects {
    background: #F5F0E8;
  }

  .how-birch-selects__inner {
    position: relative;
  }

  .how-birch-selects__header {
    text-align: center;
    margin-block-end: 3rem;
    margin-inline: auto;
  }

  .how-birch-selects__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7A5500;
    margin-block: 0 1rem;
  }

  .how-birch-selects__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 2.375rem);
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #1A3527;
    margin-block: 0 0.875rem;
    margin-inline: auto;
    max-width: 100%;
    text-align: center;
    overflow-wrap: break-word;
  }

  .how-birch-selects__heading-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
  }

  .how-birch-selects__heading-link:hover {
    border-bottom-color: currentColor;
  }

  .how-birch-selects__subheading {
    font-size: 0.9375rem;
    color: #5A5040;
    margin: 0 auto 1.375rem;
    line-height: 1.65;
    max-width: 42rem;
  }

  .how-birch-selects__rule {
    display: block;
    width: 3rem;
    height: 2px;
    background: #9A7B4F;
    margin-inline: auto;
  }

  .how-birch-selects__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  /* ── Mobile: horizontal swipe carousel ── */
  @media screen and (max-width: 749px) {
    .how-birch-selects__cards {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
      gap: 1rem;
      padding-block-end: 0.25rem;
    }

    .how-birch-selects__cards::-webkit-scrollbar {
      display: none;
    }

    .how-birch-selects__card {
      flex: 0 0 85%;
      scroll-snap-align: start;
      min-width: 0;
    }
  }

  /* ── Dot indicators (mobile only) ── */
  .how-birch-selects__dots {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .how-birch-selects__dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
      margin-block-start: 1.25rem;
    }

    .how-birch-selects__dot {
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: rgba(154, 123, 79, 0.25);
      transition: width 0.2s ease, background 0.2s ease;
    }

    .how-birch-selects__dot--active {
      width: 18px;
      background: #9A7B4F;
    }
  }

  .how-birch-selects__card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem 1.5rem 1.75rem;
    border: 1px solid rgba(148, 161, 135, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Kill UA / inherited margins on flow content so spacing is only what we set below */
  .how-birch-selects__card > :is(p, h3, ul) {
    margin: 0;
  }

  .how-birch-selects__card > .how-birch-selects__card-title {
    margin-block-end: 1.125rem;
  }

  .how-birch-selects__card > .how-birch-selects__card-desc {
    margin: 0;
    padding-block: 0.75rem;
    margin-block-end: 1.75rem;
  }

  .how-birch-selects__icon-wrap {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: #F5F0E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 0.875rem;
    flex-shrink: 0;
  }

  .how-birch-selects__icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    flex-shrink: 0;
  }

  .how-birch-selects__step {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #9A7B4F;
    line-height: 1.35;
    margin-block-end: 0.375rem;
  }

  .how-birch-selects__card-title {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.015em;
    color: #1A3527;
    line-height: 1.2;
  }

  .how-birch-selects__card-desc {
    font-size: 0.8125rem;
    color: #5A5A4A;
    line-height: 1.65;
  }

  .how-birch-selects__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .how-birch-selects__list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.8125rem;
    color: #4A4A3A;
  }

  .how-birch-selects__list-item::before {
    content: '✓';
    color: #9A7B4F;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
/* END_SECTION:how-birch-selects */

/* START_SECTION:how-birch-works-data (INDEX:66) */
.hbw-data {
    background: #F5F4F1;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .hbw-data__header {
    margin-block-end: 2.5rem;
  }

  .hbw-data__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0 0 0.625rem;
  }

  .hbw-data__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.15;
    color: #3C4131;
    margin: 0;
    max-width: 36rem;
  }

  .hbw-data__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  @media screen and (min-width: 560px) {
    .hbw-data__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (min-width: 900px) {
    .hbw-data__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (min-width: 1200px) {
    .hbw-data__grid {
      grid-template-columns: repeat(6, 1fr);
    }
  }

  .hbw-data__card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    border: 1px solid rgba(60, 65, 49, 0.06);
    text-align: center;
    align-items: center;
  }

  @media screen and (min-width: 1200px) {
    .hbw-data__card {
      text-align: left;
      align-items: flex-start;
    }
  }

  .hbw-data__card-icon {
    color: #3C4131;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hbw-data__card-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #3C4131;
    margin: 0;
    line-height: 1.3;
  }

  .hbw-data__card-desc {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #5A5A4A;
    margin: 0;
  }
/* END_SECTION:how-birch-works-data */

/* START_SECTION:how-birch-works-hero (INDEX:67) */
.hbw-hero {
    background: #F8F5F0;
    overflow: hidden;
  }

  .hbw-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 420px;
  }

  @media screen and (min-width: 750px) {
    .hbw-hero__grid {
      grid-template-columns: 52% 48%;
      min-height: 560px;
    }
  }

  .hbw-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.125rem;
    padding-block: 3.5rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 2rem));
    padding-inline-end: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .hbw-hero__content {
      padding-block: 4.5rem;
      padding-inline-end: 3.5rem;
    }
  }

  .hbw-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0;
  }

  .hbw-hero__heading {
    font-family: var(--font-h1--family, var(--font-primary--family));
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: var(--font-h1--weight, 400);
    line-height: 1.1;
    color: #3C4131;
    margin: 0;
  }

  .hbw-hero__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
    max-width: 34rem;
  }

  .hbw-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8125rem 1.625rem;
    background: #3C4131;
    color: #ffffff;
    border: 2px solid #3C4131;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
    align-self: flex-start;
    margin-top: 0.25rem;
  }

  .hbw-hero__btn:hover {
    opacity: 0.85;
  }

  .hbw-hero__media {
    position: relative;
    overflow: hidden;
    background: #E8E4DC;
    min-height: 55vw;
  }

  @media screen and (min-width: 750px) {
    .hbw-hero__media {
      min-height: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .hbw-hero__media {
      order: -1;
      max-height: 420px;
    }
  }

  .hbw-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    display: block;
  }
/* END_SECTION:how-birch-works-hero */

/* START_SECTION:how-birch-works-pillars (INDEX:68) */
.hbw-pillars {
    background: #F5F4F1;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .hbw-pillars__header {
    text-align: center;
    margin-block-end: 3rem;
    max-width: 42rem;
    margin-inline: auto;
  }

  .hbw-pillars__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.15;
    color: #3C4131;
    margin: 0 0 0.75rem;
  }

  .hbw-pillars__subheading {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }

  .hbw-pillars__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  @media screen and (min-width: 560px) {
    .hbw-pillars__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .hbw-pillars__card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.875rem;
    border: 1px solid rgba(60, 65, 49, 0.06);
  }

  .hbw-pillars__icon {
    color: #3C4131;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 0.25rem;
  }

  .hbw-pillars__card-title {
    font-family: var(--font-primary--family, serif);
    font-size: 1.0625rem;
    font-weight: 600;
    color: #3C4131;
    margin: 0;
    line-height: 1.3;
  }

  .hbw-pillars__card-desc {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }
/* END_SECTION:how-birch-works-pillars */

/* START_SECTION:how-birch-works-process (INDEX:69) */
.hbw-process {
    background: #ffffff;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .hbw-process__header {
    text-align: center;
    margin-block-end: 3.5rem;
  }

  .hbw-process__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0 0 0.625rem;
  }

  .hbw-process__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(1.875rem, 3.5vw, 2.75rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.15;
    color: #3C4131;
    margin: 0 0 0.625rem;
  }

  .hbw-process__subheading {
    font-size: 1rem;
    color: #5A5A4A;
    margin: 0;
    line-height: 1.55;
  }

  .hbw-process__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  @media screen and (min-width: 560px) {
    .hbw-process__steps {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (min-width: 900px) {
    .hbw-process__steps {
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }
  }

  .hbw-process__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  /* Dotted connector — desktop only, between steps */
  @media screen and (min-width: 900px) {
    .hbw-process__step:not(:last-child)::after {
      content: '';
      position: absolute;
      top: calc(1.375rem + 2.75rem);
      left: calc(50% + 3rem);
      right: calc(3rem - 50%);
      border-top: 1.5px dashed rgba(60, 65, 49, 0.2);
      z-index: 0;
    }
  }

  .hbw-process__step-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    margin-block-end: 1rem;
    position: relative;
    z-index: 1;
  }

  .hbw-process__step-num {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #8A9A7E;
    line-height: 1.3;
  }

  .hbw-process__icon-wrap {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: #F2F0EB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4131;
    border: 1px solid rgba(60, 65, 49, 0.08);
  }

  .hbw-process__step-title {
    font-family: var(--font-primary--family, serif);
    font-size: 1.0625rem;
    font-weight: 600;
    color: #3C4131;
    margin: 0 0 0.5rem;
    line-height: 1.3;
  }

  .hbw-process__step-desc {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }
/* END_SECTION:how-birch-works-process */

/* START_SECTION:how-birch-works-trustscore (INDEX:70) */
.hbw-ts {
    background: #ffffff;
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
  }

  .hbw-ts__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 900px) {
    .hbw-ts__inner {
      grid-template-columns: 40% 1fr;
      gap: 4rem;
    }
  }

  .hbw-ts__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #8A9A7E;
    margin: 0 0 0.75rem;
  }

  .hbw-ts__heading {
    font-family: var(--font-h2--family, var(--font-primary--family));
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: var(--font-h2--weight, 400);
    line-height: 1.1;
    color: #3C4131;
    margin: 0 0 0.625rem;
  }

  .hbw-ts__subheading {
    font-size: 1rem;
    font-weight: 700;
    color: #3C4131;
    margin: 0 0 1rem;
    line-height: 1.4;
  }

  .hbw-ts__description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5A4A;
    margin-block-end: 1.25rem;
  }

  .hbw-ts__description p {
    margin: 0 0 0.875rem;
  }

  .hbw-ts__description p:last-child {
    margin-block-end: 0;
  }

  .hbw-ts__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #3C4131;
    text-decoration: none;
    border-bottom: 1px solid rgba(60, 65, 49, 0.3);
    padding-block-end: 1px;
  }

  .hbw-ts__cta:hover {
    border-bottom-color: #3C4131;
  }

  .hbw-ts__right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  @media screen and (min-width: 560px) {
    .hbw-ts__right {
      grid-template-columns: 1fr 1fr;
    }
  }

  /* Product card */
  .hbw-ts__product-card {
    background: #F5F4F1;
    border-radius: 1.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid rgba(60, 65, 49, 0.07);
  }

  .hbw-ts__product-brand {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #3C4131;
  }

  .hbw-ts__product-img-wrap {
    aspect-ratio: 1;
    border-radius: 1rem;
    overflow: hidden;
    background: #EAE7E0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hbw-ts__product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 1rem;
    box-sizing: border-box;
  }

  .hbw-ts__product-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
  }

  .hbw-ts__product-info {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .hbw-ts__product-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #3C4131;
    margin: 0;
    line-height: 1.3;
  }

  .hbw-ts__score-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .hbw-ts__score-shield {
    flex-shrink: 0;
  }

  .hbw-ts__score-num {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3C4131;
    line-height: 1;
  }

  .hbw-ts__score-info {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hbw-ts__score-label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #8A9A7E;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }

  .hbw-ts__score-verdict {
    font-size: 0.875rem;
    font-weight: 700;
    color: #4A7C59;
    line-height: 1.3;
  }

  .hbw-ts__score-link {
    font-size: 0.8125rem;
    color: #5A5A4A;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .hbw-ts__score-link:hover {
    color: #3C4131;
  }

  /* Score breakdown card */
  .hbw-ts__breakdown-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(60, 65, 49, 0.09);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }

  .hbw-ts__breakdown-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8A9A7E;
    margin: 0;
  }

  .hbw-ts__breakdown-desc {
    font-size: 0.8125rem;
    color: #5A5A4A;
    margin: 0;
    line-height: 1.55;
  }

  .hbw-ts__scores {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .hbw-ts__score-row {
    display: grid;
    grid-template-columns: 7rem 1fr 2.25rem;
    align-items: center;
    gap: 0.5rem;
  }

  .hbw-ts__score-name {
    font-size: 0.8125rem;
    color: #3C4131;
    font-weight: 500;
    white-space: nowrap;
  }

  .hbw-ts__bar-track {
    height: 0.5rem;
    background: #EAE7E0;
    border-radius: 99px;
    overflow: hidden;
  }

  .hbw-ts__bar-fill {
    height: 100%;
    background: #4A7C59;
    border-radius: 99px;
    transition: width 0.4s ease;
  }

  .hbw-ts__score-val {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #3C4131;
    text-align: right;
  }

  .hbw-ts__interpretation {
    border-top: 1px solid rgba(60, 65, 49, 0.08);
    padding-top: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .hbw-ts__interp-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8A9A7E;
    margin: 0;
  }

  .hbw-ts__interp-text {
    font-size: 0.8125rem;
    color: #5A5A4A;
    line-height: 1.6;
    margin: 0;
  }
/* END_SECTION:how-birch-works-trustscore */

/* START_SECTION:layered-slideshow (INDEX:71) */
.layered-slideshow-section {
    position: relative;
  }

  layered-slideshow-component {
    display: block;
    width: 100%;
  }

  .layered-slideshow__container {
    --radius: calc(var(--corner-radius, 1) * 1rem);
    --button-width: 56px;
    --border-color: var(--color-background);
    --inactive-tabs-width: calc((var(--total-tabs) - 1) * var(--button-width));
    --active-panel-width: calc(100cqi - var(--inactive-tabs-width));
    width: 100%;
    position: relative;
    container-type: inline-size;
    border-radius: var(--radius);
    overflow: hidden;
  }

  .layered-slideshow__container:not([size='auto']) {
    height: 100%;
  }

  .layered-slideshow__container[size='auto'] {
    height: auto;
  }

  @media screen and (min-width: 750px) {
    layered-slideshow-component {
      min-height: var(--layered-min-height-desktop, 0px);
    }
  }

  .layered-slideshow__tablist {
    display: grid;
    grid-template-columns: var(--active-tab);
    position: absolute;
    inset: 0;
    height: 100%;
    pointer-events: none;
    z-index: var(--layer-raised);
  }

  .layered-slideshow__tablist button {
    width: var(--button-width);
    height: 100%;
    pointer-events: all;
    opacity: 0;
    cursor: grab;
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
    outline: none;
    transition: opacity 0.2s ease;
  }

  .layered-slideshow__tablist button:active {
    cursor: grabbing;
  }

  .layered-slideshow__tablist button[aria-selected='true'] {
    cursor: default;
  }

  .layered-slideshow__tablist button:focus-visible {
    opacity: 1;
  }

  .layered-slideshow__container[data-dragging] {
    cursor: grabbing;
  }

  .layered-slideshow__container[data-instant-transitions],
  .layered-slideshow__container:is([data-dragging], [data-instant-transitions])
    :is(
      .layered-slideshow__tablist,
      .layered-slideshow__panels,
      .layered-slideshow__panel-content,
      .layered-slideshow__content
    ) {
    transition: none;
  }

  .layered-slideshow__panels {
    display: grid;
    grid-template-columns: var(--active-tab);
    height: 100%;
    overflow: hidden;
  }

  .layered-slideshow__panel {
    position: relative;
    height: 100%;
    min-width: var(--button-width);
    border-radius: var(--radius);
    z-index: calc(var(--total-tabs) - var(--index));
  }

  .layered-slideshow__panel:first-child .layered-slideshow__panel-content {
    width: var(--active-panel-width);
    border-left: var(--border-width) solid var(--border-color);
  }

  .layered-slideshow__panel:not(:first-child) .layered-slideshow__content {
    padding-inline-start: calc((var(--radius) * 2) + var(--padding-inline-start, 0px));
  }

  .layered-slideshow__panel-content {
    border: var(--border-width) solid var(--border-color);
    border-left: none;
    border-radius: var(--radius);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: calc(var(--active-panel-width) + (var(--radius) * 2));
  }

  .layered-slideshow__panel-content :is(img, video, svg) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Video poster visibility - poster shows initially and hides when panel becomes active */
  .layered-slideshow__video-poster {
    z-index: 1;
  }

  .layered-slideshow__video {
    z-index: 0;
  }

  /* When panel is active, hide poster so video is visible */
  .layered-slideshow__panel:not([inert]) .layered-slideshow__video-poster {
    opacity: 0;
  }

  @media (prefers-reduced-motion: no-preference) {
    .layered-slideshow__video-poster {
      transition: opacity 0.3s ease;
    }
  }

  .layered-slideshow__content {
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .layered-slideshow__content > * {
    margin: auto;
  }

  .layered-slideshow__content.background-transparent {
    background-color: transparent;
  }

  .layered-slideshow__panel--drop-shadow:not(:last-child) .layered-slideshow__panel-content {
    box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.1);
  }

  /* Shared transitions (desktop and mobile) */
  @media (prefers-reduced-motion: no-preference) {
    .layered-slideshow__panels,
    .layered-slideshow__tablist {
      transition-property: grid-template-columns, grid-template-rows;
      transition-duration: 0.6s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .layered-slideshow__content {
      opacity: 0;
      transform: translateY(0.5lh);
      transition: opacity 0.48s, transform 0.48s;
    }

    .layered-slideshow__panel:not([inert]) .layered-slideshow__content {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.24s;
    }
  }

  @media screen and (max-width: 749px) {
    .layered-slideshow__container {
      --button-height: 44px;
      --inactive-tabs-height: calc((var(--total-tabs) - 1) * var(--button-height));
    }

    .layered-slideshow__container:not([size='auto']) {
      --layered-total-height: calc(var(--layered-panel-height-mobile, 260px) + var(--inactive-tabs-height));
      --active-panel-height: var(--layered-panel-height-mobile, 260px);
      min-height: var(--layered-total-height);
      height: var(--layered-total-height);
    }

    .layered-slideshow__container[size='auto'] {
      height: auto;
    }

    .layered-slideshow__tablist {
      grid-template-rows: var(--active-tab);
      grid-template-columns: 1fr;
      grid-auto-flow: row;
    }

    .layered-slideshow__tablist button {
      width: 100%;
      height: var(--button-height);
    }

    .layered-slideshow__panels {
      grid-template-rows: var(--active-tab);
      grid-template-columns: 1fr;
      grid-auto-flow: row;
    }

    .layered-slideshow__panel {
      min-height: var(--button-height);
      width: 100%;
      height: 100%;
      position: relative;
      z-index: calc(var(--total-tabs) - var(--index));
    }

    .layered-slideshow__panel:first-child .layered-slideshow__panel-content {
      width: 100%;
      height: var(--active-panel-height);
      border-top: var(--border-width) solid var(--border-color);
      left: 0;
      right: 0;
      border-left: var(--border-width) solid var(--border-color);
    }

    .layered-slideshow__panel-content {
      position: absolute;
      border: var(--border-width) solid var(--border-color);
      border-radius: var(--radius);
      box-sizing: border-box;
      width: 100%;
      /* Clamp overlap to (button-height - border-width) to prevent visual issues with large radius + border */
      height: calc(var(--active-panel-height) + min(var(--radius) * 2, var(--button-height) - var(--border-width)));
      top: unset;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
    }

    .layered-slideshow__panel:not(:first-child) .layered-slideshow__panel-content {
      border-top: none;
    }

    .layered-slideshow__panel:not(:first-child) {
      margin-top: calc(var(--border-width) * -1);
    }

    .layered-slideshow__content {
      padding-inline-start: var(--padding-inline-start, 0px);
      padding-inline-end: var(--padding-inline-end, 0px);
    }

    /* Adjust padding for non-first slides to account for radius overlap at the top (not sides on mobile) */
    .layered-slideshow__panel:not(:first-child) .layered-slideshow__content {
      padding-block-start: calc((var(--radius) * 2) + var(--padding-block-start, 0px));
      padding-inline-start: var(--padding-inline-start, 0px);
    }

    .layered-slideshow__panel--drop-shadow:not(:last-child) .layered-slideshow__panel-content {
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    }
  }
/* END_SECTION:layered-slideshow */

/* START_SECTION:logo (INDEX:72) */
.logo-section {
    width: calc(var(--logo-width) + var(--padding-inline-start) + var(--padding-inline-end));
    max-width: 100%;
    max-height: calc(var(--logo-height, 100%) + var(--padding-block-start) + var(--padding-block-end));
    font-size: var(--logo-height);
    display: flex;

    @media screen and (max-width: 749px) {
      max-height: calc(
        var(--logo-height-mobile, var(--logo-height, 100%)) + var(--padding-block-start) + var(--padding-block-end)
      );
      font-size: var(--logo-height-mobile, var(--logo-height));
      width: calc(
        var(--logo-width-mobile, var(--logo-width)) + var(--padding-inline-start) + var(--padding-inline-end)
      );
    }
  }

  .logo-section--center {
    margin-inline: auto;
  }

  .logo-section--flex-end {
    margin-inline-start: auto;
  }

  .logo-section--flex-start {
    margin-inline-end: auto;
  }

  .logo-section__image-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .logo-section__image {
    object-fit: contain;
    width: 100%;
  }
/* END_SECTION:logo */

/* START_SECTION:main-blog-post (INDEX:74) */
.blog-post-comments-container {
    width: 100%;
    max-width: var(--normal-content-width);
    margin: 0 auto;
  }

  .blog-post-comments {
    display: flex;
    flex-direction: column;
    gap: var(--gap-3xl);
  }

  .blog-post-comment__author {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    margin-top: var(--margin-md);
    font-size: var(--font-size--body-sm);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .blog-post-comments-pagination {
    display: flex;
    justify-content: center;
    gap: var(--gap-2xs);
  }

  .blog-post-comments-pagination,
  .blog-post-comments-pagination a {
    color: var(--color-foreground);
  }

  .blog-post-comments-pagination .current {
    color: var(--color-foreground);
  }

  .blog-post-comments-pagination .current,
  .blog-post-comments-pagination a {
    display: block;
    padding: var(--padding-2xs) var(--padding-xs);
  }

  .blog-post-comments-pagination .current,
  .blog-post-comments-pagination a:hover {
    border-bottom: 1px solid var(--color-foreground);
  }
/* END_SECTION:main-blog-post */

/* START_SECTION:main-blog (INDEX:75) */
/**
   * Blog posts page layout
   */
  .blog-posts {
    --page-content-width: var(--narrow-page-width);
    --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
    --columns-gap: 36px;
    --rows-gap: 36px;
  }

  .blog-posts-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    width: 100%;
    column-gap: var(--columns-gap);
    row-gap: var(--rows-gap);
  }

  /**
   * Blog post item grid positioning and scaling.
   * Layout is calculated in Liquid based on total article count.
   * Mobile overrides are applied per-item in inline styles for proper specificity.
   */
  .blog-post-item {
    grid-column: span var(--col-span);
  }

  /**
   * When there's no image, the blog post item has a border.
   */
  .blog-post-item {
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-20));
    padding: 0 1rem 1rem;
  }

  .blog-post-item:has(.blog-post-card__image-container) {
    border: none;
    padding: 0;
  }
/* END_SECTION:main-blog */

/* START_SECTION:main-cart (INDEX:76) */
.cart-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 var(--padding-5xl);
  }

  .cart-page--empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cart-page--empty .cart-page__title,
  .cart-page--empty .cart-page__more-blocks {
    margin-top: var(--margin-6xl);
  }

  .cart-page__more-blocks {
    width: 100%;
  }

  .cart-page--empty .cart-title {
    text-align: center;
  }

  .cart-page__main {
    grid-column: 1;
  }

  .cart-page__summary {
    padding-top: var(--padding-xl);
  }

  .cart-page__title + .cart-page__items {
    margin-block-start: var(--margin-lg);
  }

  .cart-page__saved-items {
    grid-column: 1;
    display: none;
  }

  .cart-page__saved-items:has(save-for-later-component.is-populated) {
    display: block;
  }

  .cart-page__save-for-later {
    display: block;
    margin-block-start: var(--margin-2xl);
    padding-block-start: var(--margin-2xl);
  }

  .cart-page__save-for-later .save-for-later__item {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    align-items: center;
    gap: var(--gap-md);
    padding-block: var(--padding-md);
  }

  .cart-page__save-for-later .save-for-later__item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--style-border-radius-input);
    display: block;
  }

  .cart-page__save-for-later .save-for-later__item-link {
    font-size: var(--font-size--sm);
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    color: var(--color-foreground);
  }

  .cart-page__save-for-later .save-for-later__item-actions {
    display: flex;
    gap: var(--gap-2xs);
    align-items: center;
    flex-shrink: 0;
  }

  @media screen and (min-width: 750px) {
    .cart-page {
      grid-template-columns: 1fr min(50vw, var(--sidebar-width));
      grid-template-rows: min-content min-content 1fr;
    }

    .cart-page__summary {
      display: grid;
      height: 100%;
      grid-column: 2;
      grid-row: 1 / -1;
      align-self: stretch;
      grid-template-rows: subgrid;
      padding-top: 0;

      /* needed to support blurred effect from hero section */
      position: relative;
    }

    .section--page-width .cart-page:has(.cart-summary--extend) {
      grid-column: 2 / 4;
      grid-template-columns: 1fr minmax(
          var(--sidebar-width),
          calc((100vw - var(--page-width)) / 2 + var(--sidebar-width))
        );
    }
  }

  @media screen and (min-width: 1400px) {
    .cart-page {
      grid-template-columns: 1fr var(--sidebar-width);
    }
  }
/* END_SECTION:main-cart */

/* START_SECTION:main-wishlist (INDEX:80) */
.wishlist__container {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: var(--gap-xl);
    margin-block-start: var(--margin-lg);
  }

  .wishlist__sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
  }

  .wishlist__list-nav {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xs);
  }

  .wishlist__list-nav-row {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .wishlist__list-nav-item {
    flex: 1;
    padding: var(--padding-sm);
    border-radius: var(--style-border-radius-buttons-primary);
    background: transparent;
    color: var(--color-foreground);
    text-align: left;
    cursor: pointer;
    transition: background var(--animation-speed);
  }

  .wishlist__list-nav-item:hover {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  .wishlist__list-nav-item.is-active {
    background: rgb(var(--color-primary-rgb) / var(--opacity-20));
    color: rgb(var(--color-primary-rgb));
  }

  .wishlist__manage-wrap {
    position: relative;
    flex-shrink: 0;
  }

  .wishlist__manage-btn {
    padding: 2px 6px;
    border-radius: var(--style-border-radius-buttons-primary);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    transition: background var(--animation-speed);
  }

  .wishlist__manage-btn:hover {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  .wishlist__manage-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 10;
    background: var(--color-background);
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10));
    border-radius: var(--style-border-radius-buttons-primary);
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    min-width: 140px;
    overflow: hidden;
  }

  .wishlist__manage-dropdown.is-open {
    display: block;
  }

  .wishlist__manage-dropdown-item {
    display: block;
    width: 100%;
    padding: var(--padding-sm);
    background: transparent;
    color: var(--color-foreground);
    text-align: left;
    cursor: pointer;
    font-size: var(--font-size--sm);
    transition: background var(--animation-speed);
    border: none;
  }

  .wishlist__manage-dropdown-item:hover {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  .wishlist__manage-dropdown-item--danger {
    color: #c0392b;
  }

  .wishlist__manage-dropdown-item--danger:hover {
    background: rgb(192 57 43 / 0.1);
  }

  .wishlist__new-list-wrap {
    position: relative;
    margin-top: var(--margin-2xs);
  }

  .wishlist__new-list-btn {
    width: 100%;
    padding: var(--padding-sm);
    color: rgb(var(--color-primary-rgb));
    text-align: left;
    font-size: var(--font-size--sm);
    cursor: pointer;
    border: 1px solid rgb(var(--color-primary-rgb) / var(--opacity-20));
    border-radius: var(--style-border-radius-buttons-primary);
  }

  .wishlist__new-list-menu {
    display: none;
    margin-top: var(--margin-2xs);
    padding: var(--padding-xs);
    border: 1px solid var(--color-input-border);
    border-radius: var(--style-border-radius-buttons-primary);
    background: var(--color-input-background);
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.08);
  }

  .wishlist__new-list-menu.is-open {
    display: block;
  }

  .wishlist__new-list-input {
    width: 100%;
    min-height: var(--minimum-touch-target);
    padding-inline: var(--padding-sm);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);
    background: var(--color-input-background);
    color: var(--color-input-text);
  }

  .wishlist__new-list-input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
  }

  .wishlist__new-list-actions {
    display: flex;
    gap: var(--gap-2xs);
    margin-top: var(--margin-2xs);
  }

  .wishlist__new-list-action {
    flex: 1;
    min-height: calc(var(--minimum-touch-target) - 0.5rem);
    padding: 0.5rem 0.625rem;
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-buttons-primary);
    background: transparent;
    color: var(--color-foreground);
    cursor: pointer;
    transition: background var(--animation-speed), color var(--animation-speed), border-color var(--animation-speed);
  }

  .wishlist__new-list-action:hover {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  .wishlist__new-list-action--primary {
    border-color: rgb(var(--color-primary-rgb) / var(--opacity-30));
    color: rgb(var(--color-primary-rgb));
  }

  .wishlist__new-list-action--primary:hover {
    background: rgb(var(--color-primary-rgb) / var(--opacity-10));
  }

  .wishlist__grid {
    width: 100%;
    min-width: 0;
    container-type: inline-size;
    container-name: resource-list;
  }

  /* Keep quick-add visible in wishlist, independent of card hover state. */
  .wishlist__grid product-card .quick-add__button {
    opacity: 1;
  }

  .wishlist__empty {
    text-align: center;
    padding: var(--padding-xl);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  @media screen and (max-width: 749px) {
    .wishlist__container {
      grid-template-columns: 1fr;
    }
  }

  /* ── Share modal ─────────────────────────────────────────────────────── */
  .wishlist-share-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-md);
    background: rgb(0 0 0 / 0.45);
  }

  .wishlist-share-modal {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: var(--padding-xl);
    border-radius: var(--style-border-radius-popover, 12px);
    background: var(--color-background);
    box-shadow: 0 20px 60px rgb(0 0 0 / 0.25);
    text-align: center;
  }

  .wishlist-share-modal__close {
    position: absolute;
    top: var(--padding-sm);
    right: var(--padding-sm);
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }

  .wishlist-share-modal__title {
    margin: 0 0 var(--margin-2xs);
    font-size: var(--font-size--lg);
  }

  .wishlist-share-modal__sub {
    margin: 0 0 var(--margin-md);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
    font-size: var(--font-size--sm);
  }

  .wishlist-share-modal__actions {
    display: flex;
    justify-content: center;
  }

  .wishlist-share-btn {
    min-height: var(--minimum-touch-target);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: var(--style-border-radius-buttons-primary);
    cursor: pointer;
    font-size: var(--font-size--sm);
    transition: opacity var(--animation-speed);
  }

  .wishlist-share-btn:hover { opacity: 0.85; }
  .wishlist-share-btn[disabled] { opacity: 0.6; cursor: default; }

  .wishlist-share-btn--primary {
    background: rgb(var(--color-primary-rgb));
    color: var(--color-background);
  }

  .wishlist-share-link {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    margin-bottom: var(--margin-md);
    padding: var(--padding-2xs);
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10));
    border-radius: var(--style-border-radius-buttons-primary);
  }

  .wishlist-share-link__url {
    flex: 1;
    min-width: 0;
    padding-inline: var(--padding-2xs);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: var(--font-size--xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  .wishlist-share-link .wishlist-share-btn { flex-shrink: 0; }

  .wishlist-share-qr {
    display: flex;
    justify-content: center;
    margin-bottom: var(--margin-md);
  }

  .wishlist-share-qr:empty { display: none; }

  .wishlist-share-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap-2xs);
    margin-bottom: var(--margin-md);
  }

  .wishlist-share-method {
    padding: 0.375rem 0.75rem;
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-20));
    border-radius: 999px;
    color: var(--color-foreground);
    font-size: var(--font-size--xs);
    text-decoration: none;
    transition: background var(--animation-speed);
  }

  .wishlist-share-method:hover {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  .wishlist-share-stop {
    border: none;
    background: transparent;
    color: #c0392b;
    cursor: pointer;
    font-size: var(--font-size--sm);
    text-decoration: underline;
  }

  .wishlist-share-stop[disabled] { opacity: 0.6; cursor: default; }
/* END_SECTION:main-wishlist */

/* START_SECTION:marquee (INDEX:81) */
marquee-component {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .marquee__wrapper {
    display: flex;
    gap: var(--marquee-gap);
    width: fit-content;
    white-space: nowrap;
  }

  .marquee__content {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
  }

  .marquee__content :is(p, h1, h2, h3, h4, h5, h6) {
    white-space: nowrap;
  }

  .marquee__content .marquee__repeated-items * {
    max-width: none;
  }

  .marquee__repeated-items {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
    align-items: center;
    justify-content: center;
  }

  .marquee__repeated-items > * {
    align-content: center;
  }

  @media (prefers-reduced-motion: no-preference) {
    marquee-component:not([data-disabled]) .marquee__wrapper {
      animation: marquee-motion var(--marquee-speed) linear infinite var(--marquee-direction);
    }
  }

  @keyframes marquee-motion {
    to {
      transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0);
    }
  }
/* END_SECTION:marquee */

/* START_SECTION:media-with-content (INDEX:82) */
.section--page-width {
    &.media-with-content {
      grid-template-areas: 'margin-left media margin-right' 'margin-left content margin-right';

      @media screen and (min-width: 750px) {
        /* Wide proportion is media 3.5 parts, content 2.5 parts. Which equals 7|5. So divide the central column by 7+5 and multiply accordingly */
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 12) * 7)
          calc((var(--full-page-grid-central-column-width) / 12) * 5) var(--full-page-grid-margin);

        grid-template-areas: 'margin-left media content margin-right';
      }
    }

    &.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 12) * 5)
          calc((var(--full-page-grid-central-column-width) / 12) * 7) var(--full-page-grid-margin);

        grid-template-areas: 'margin-left content media margin-right';
      }
    }

    &.media-with-content--medium {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          repeat(2, calc(var(--full-page-grid-central-column-width) / 2)) var(--full-page-grid-margin);
      }
    }

    &.media-with-content--narrow.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 3) * 2)
          calc(var(--full-page-grid-central-column-width) / 3) var(--full-page-grid-margin);
      }
    }

    &.media-with-content--narrow {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc(var(--full-page-grid-central-column-width) / 3)
          calc((var(--full-page-grid-central-column-width) / 3) * 2) var(--full-page-grid-margin);
      }
    }
  }

  .section--full-width {
    &.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 2.5fr 3.5fr;

        grid-template-areas: 'content media';
      }
    }

    &.media-with-content--medium {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 1fr 1fr;
      }
    }

    &.media-with-content--narrow {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 2fr 4fr;
      }
    }

    &.media-with-content--narrow.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 4fr 2fr;
      }
    }
  }

  /* Keep the CSS specificity lower assuming that liquid won't assign this class with a full width section */
  .media-with-content.media-with-content--media-extend {
    grid-template-columns: var(--media-with-content-grid-columns);
    grid-template-areas: 'media media media' 'margin-left content margin-right';

    @media screen and (min-width: 750px) {
      grid-template-areas: 'media media content margin-right';
    }
  }

  .media-with-content--media-extend.media-with-content--media-right {
    @media screen and (min-width: 750px) {
      grid-template-areas: 'margin-left content media media';
    }
  }

  .media-with-content--media-right {
    @media screen and (min-width: 750px) {
      grid-template-areas: 'margin-left content media media';
    }
  }

  .media-with-content {
    --media-with-content-grid-columns: var(--full-page-grid-with-margins);

    grid-template-columns: var(--media-with-content-grid-columns);
    grid-template-areas: 'media media media' 'content content content';

    @media screen and (min-width: 750px) {
      --media-with-content-grid-columns: 3.5fr 2.5fr;

      /* Default desktop layout is wide media, on the left, in full page section */
      grid-template-areas: 'media content';
    }

    .media-block {
      grid-area: media;
    }

    .media-with-content__content {
      grid-area: content;
    }

    /* Inner blocks spacing */
    .media-with-content__content > .group-block-content {
      padding-inline: var(--page-margin);
      padding-block: calc(2 * var(--page-margin));

      @media screen and (min-width: 750px) {
        padding-block: var(--page-margin);
      }
    }

    &.section--page-width .media-with-content__content > .group-block-content {
      padding-inline: 0;

      @media screen and (min-width: 750px) {
        padding-inline-start: var(--page-margin);
      }
    }

    &.section--page-width.media-with-content--media-right .media-with-content__content > .group-block-content {
      padding-inline-end: var(--page-margin);
      padding-inline-start: 0;
    }
  }

  .media-with-content[data-shopify-visual-preview] {
    --hero-min-height: 500px;

    min-height: 500px;
  }
/* END_SECTION:media-with-content */

/* START_SECTION:parent-reviews (INDEX:84) */
.parent-reviews {
    padding-block-start: var(--padding-block-start, 5rem);
    padding-block-end: var(--padding-block-end, 5rem);
    background: #f1f3ed;
  }

  .parent-reviews__inner {
    position: relative;
  }

  .parent-reviews__header {
    text-align: center;
    margin-block-end: 3rem;
    margin-inline: auto;
  }

  .parent-reviews__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7A5500;
    margin-block: 0 1rem;
  }

  .parent-reviews__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 2.375rem);
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #1A3527;
    margin-block: 0 0.875rem;
    margin-inline: auto;
    max-width: 100%;
    text-align: center;
    overflow-wrap: break-word;
  }

  .parent-reviews__subheading {
    font-size: 0.9375rem;
    color: #5A5040;
    margin: 0 auto 1.375rem;
    line-height: 1.65;
    max-width: 42rem;
  }

  .parent-reviews__rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #7A5500 30%, #7A5500 70%, transparent);
    margin-inline: auto;
  }

  /* ── Our Story block ──────────────────────────────────────────────────── */
  .parent-reviews__our-story {
    max-width: 44rem;
    margin: 2.5rem auto 3rem;
    padding: 2rem 2.5rem;
    background: #FFFDF9;
    border: 1px solid rgba(35, 70, 55, 0.1);
    border-radius: 1.25rem;
    text-align: center;
  }

  .parent-reviews__our-story-text {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: #1A3527;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
  }

  .parent-reviews__our-story-by {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7A5500;
    margin: 0;
  }

  .parent-reviews__reviews-heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: #1A3527;
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 36rem;
  }

  .parent-reviews__track {
    outline: none;
  }

  @media screen and (max-width: 749px) {
    .parent-reviews__track {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 1rem;
      margin-inline: calc(var(--page-margin, 1.5rem) * -1);
      padding-inline: var(--page-margin, 1.5rem);
      padding-block-end: 0.5rem;
      -webkit-overflow-scrolling: touch;
    }

    .parent-reviews__track:focus-visible {
      outline: 2px solid #8a9a7e;
      outline-offset: 4px;
    }
  }

  .parent-reviews__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }

  @media screen and (min-width: 750px) {
    .parent-reviews__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
  }

  @media screen and (max-width: 749px) {
    .parent-reviews__grid {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      gap: 1rem;
      width: max-content;
      min-width: 100%;
    }

    .parent-reviews__card {
      flex: 0 0 min(85vw, 22rem);
      scroll-snap-align: start;
    }
  }

  .parent-reviews__card {
    position: relative;
    background: #fff;
    border-radius: 2.5rem;
    padding: 2.25rem 2rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    align-self: stretch;
  }

  .parent-reviews__quote {
    font-family: var(--font-primary--family, serif);
    font-size: 4rem;
    line-height: 0.85;
    color: rgba(138, 154, 126, 0.35);
    margin-block-end: 0.25rem;
    user-select: none;
  }

  .parent-reviews__text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #3c4131;
    margin: 0 0 1.5rem;
    flex: 0 0 auto;
  }

  /* Absorbs equal-height row slack so the rule + footer stay visually consistent (not a tall empty <p>). */
  .parent-reviews__spacer {
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
  }

  .parent-reviews__meta {
    width: 100%;
    flex: 0 0 auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(60, 65, 49, 0.08);
  }

  .parent-reviews__stars {
    display: flex;
    gap: 0.15rem;
    margin-block-end: 0.65rem;
    color: #5b614f;
    font-size: 0.9rem;
  }

  .parent-reviews__star--empty {
    opacity: 0.35;
  }

  .parent-reviews__author-block {
    width: 100%;
  }

  .parent-reviews__author-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
  }

  .parent-reviews__badge-row {
    display: flex;
    align-items: center;
    min-height: 1.85rem;
    margin-top: 0.35rem;
  }

  .parent-reviews__author {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-foreground-heading, #3c4131);
  }

  .parent-reviews__sep {
    font-size: 0.85rem;
    opacity: 0.45;
  }

  .parent-reviews__location {
    font-size: 0.85rem;
    opacity: 0.65;
  }

  .parent-reviews__badge {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9a7e;
    border: 1px solid rgba(138, 154, 126, 0.45);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
  }
/* END_SECTION:parent-reviews */

/* START_SECTION:password-footer (INDEX:85) */
.password-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-sm);
    padding-block: var(--padding-xl);
  }

  .password-footer__powered-by {
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--padding-xs);
    height: 1em;

    > a {
      display: flex;
    }

    .icon-shopify {
      display: inline;
      height: 1.3em;
      color: var(--color-foreground);
    }
  }

  .password-footer__links {
    display: flex;
    align-items: center;
    gap: var(--gap-2xl);

    @media screen and (max-width: 749px) {
      flex-direction: column;
      gap: var(--gap-sm);
    }
  }

  .password-footer__admin-link {
    margin: 0;
  }

  .password-footer__button {
    height: var(--minimum-touch-target);
    background-color: transparent;
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: underline;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration: none;
    }
  }
/* END_SECTION:password-footer */

/* START_SECTION:password (INDEX:86) */
.section-password {
    flex-grow: 1;
    display: flex;
  }

  .password-content {
    text-align: center;
  }
/* END_SECTION:password */

/* START_SECTION:pdp-brand-and-bought-with (INDEX:87) */
.pdp-brand-bought-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pdp-brand-bought-stack > .pdp-leaf-divider {
    margin-block: 1.25rem 1.75rem;
  }

  .pdp-brand-bought-row .pdp-more-like-this__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
  }

  .pdp-brand-bought-row .pdp-more-like-this__header--solo {
    justify-content: flex-start;
  }

  .pdp-brand-bought-row .pdp-card__heading {
    margin-bottom: 0;
  }
/* END_SECTION:pdp-brand-and-bought-with */

/* START_SECTION:pdp-comparison-table (INDEX:88) */
.pdp-card--comparison {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pdp-comparison__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .pdp-comparison__guide,
  .pdp-comparison__compare {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .pdp-comparison__guide .pdp-card__heading,
  .pdp-comparison__compare .pdp-card__heading {
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    margin-bottom: 0.5rem;
  }

  .pdp-comparison__subtitle {
    color: var(--color-foreground);
    opacity: 0.8;
    font-size: 0.95rem;
    margin: 0.5rem 0 0;
  }

  .pdp-comparison__table-wrapper {
    overflow-x: auto;
    border-radius: 0.75rem;
    border: 0.5px solid #8E9E94;
  }

  .pdp-comparison__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
  }

  .pdp-comparison__head {
    background-color: #D5DED1;
  }

  .pdp-comparison__cell {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid rgba(35, 70, 55, 0.12);
    color: var(--color-foreground);
  }

  .pdp-comparison__cell--header {
    font-weight: 700;
    color: #234637;
    border-bottom: 2px solid #8E9E94;
    font-size: 0.875rem;
  }

  .pdp-comparison__cell--label {
    font-weight: 700;
    color: #234637;
    background-color: #f2f5f2;
    width: 140px;
    white-space: nowrap;
  }

  .pdp-comparison__cell--this {
    background-color: #e8efe6;
    font-weight: 600;
    color: #234637;
  }

  .pdp-comparison__cell--this.pdp-comparison__cell--header {
    background-color: #D5DED1;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .pdp-comparison__row:last-child .pdp-comparison__cell {
    border-bottom: none;
  }

  .pdp-comparison__value {
    display: block;
    margin-bottom: 0.25rem;
  }

  .pdp-comparison__icon {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1.1em;
    position: relative;
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-4px);
    }
  }

  .pdp-comparison__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #D5DED1;
    border-radius: 50%;
    color: #234637;
    font-weight: 700;
    font-size: 0.9rem;
  }

  @media screen and (max-width: 749px) {
    .pdp-comparison__layout {
      grid-template-columns: 1fr;
    }

    .pdp-comparison__table {
      font-size: 0.8rem;
    }

    .pdp-comparison__cell {
      padding: 0.75rem 0.75rem;
    }

    .pdp-comparison__cell--label {
      width: 100px;
    }
  }
/* END_SECTION:pdp-comparison-table */

/* START_SECTION:pdp-curateiq-score (INDEX:89) */
/* -------------------------------------------------------
     CurateIQ Score Section — outer card frame
  ------------------------------------------------------- */
  .pdp-card--curateiq-score {
    background: linear-gradient(135deg, #f2f5f2 0%, #e8efe6 100%);
    overflow: visible;
    border: none !important;
  }

  /* 3-column grid: 3fr | 4fr | 3fr */
  .biq-grid {
    display: grid;
    grid-template-columns: 3fr 4fr 3fr;
    gap: 2rem;
    align-items: stretch;
  }

  /* 2-column grid when no insight: brand | score */
  .biq-grid--no-insight {
    grid-template-columns: 2fr 3fr;
  }

  @media screen and (max-width: 749px) {
    .biq-grid,
    .biq-grid--no-insight {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }

  /* Column base */
  .biq-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
  }

  /* -------------------------------------------------------
     Column 1 — Brand statement
  ------------------------------------------------------- */
  .biq-eyebrow {
    font-family: var(--font-body--family);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.6;
    margin: 0 0 0.75rem;
  }

  .biq-brand-heading {
    font-family: "Newsreader", var(--font-heading--family, serif);
    font-size: var(--font-h3--size, 2rem);
    font-weight: 400;
    color: var(--color-foreground);
    line-height: 1.15;
    margin: 0 0 1rem;
  }

  .biq-brand-body {
    font-family: var(--font-body--family);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }

  /* -------------------------------------------------------
     Column 2 — Score card (white with border)
  ------------------------------------------------------- */
  .biq-score-card {
    background-color: #ffffff;
    border: none;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: 0 4px 20px rgba(49, 51, 46, 0.07);
    height: 100%;
    box-sizing: border-box;
  }

  .biq-score-card__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .biq-score-card__title {
    font-family: var(--font-body--family);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    color: #234637;
  }

  .biq-leaf-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
  }

  .biq-leaf-icon--lg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .biq-score-card__overall {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .biq-score-card__number {
    font-family: "Newsreader", var(--font-heading--family, serif);
    font-size: 3.5rem;
    font-weight: 700;
    color: #234637;
    line-height: 1;
  }

  /* Category bar rows */
  .biq-bars {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .biq-bar-row {
    display: grid;
    grid-template-columns: minmax(80px, 6.5rem) 1fr 2rem;
    gap: 0.625rem;
    align-items: center;
  }

  .biq-bar-row__label {
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    color: var(--color-foreground);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .biq-bar-row__track {
    height: 6px;
    background-color: rgb(var(--color-foreground-rgb, 49 51 46) / 0.1);
    border-radius: 999px;
    overflow: hidden;
  }

  .biq-bar-row__fill {
    display: block;
    height: 100%;
    width: var(--biq-bar-pct, 0%);
    background-color: #234637;
    border-radius: 999px;
    transition: width 600ms cubic-bezier(0.33, 1, 0.68, 1);
  }

  .biq-bar-row__score {
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-foreground);
    text-align: right;
  }

  /* -------------------------------------------------------
     Column 3 — Insight card (light grey background)
  ------------------------------------------------------- */
  .biq-insight-card {
    background-color: #D5DED1;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    max-height: fit-content;
    box-sizing: border-box;
  }

  .biq-insight-card__deco {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #5b614f;
    opacity: 0.5;
    pointer-events: none;
  }

  .biq-insight-card__heading {
    font-family: var(--font-body--family);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    color: var(--color-foreground);
    margin: 0;
    padding-top: 1.75rem;
  }

  .biq-insight-card__body {
    font-family: var(--font-body--family);
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--color-foreground);
    margin: 0;
  }

  /* -------------------------------------------------------
     Score Main Wrapper
  ------------------------------------------------------- */
  .biq-score-main {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1 1 auto;
  }

  /* -------------------------------------------------------
     Score Breakdown Panel
  ------------------------------------------------------- */
  .biq-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1 1 auto;
    overflow-y: visible;
    max-height: none;
  }

  .biq-breakdown__subtitle {
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--color-foreground);
    opacity: 0.75;
    margin: 0.5rem 0 0.75rem;
  }

  .biq-breakdown__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .biq-breakdown__item {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }

  .biq-breakdown__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .biq-breakdown__item-name {
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-foreground);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }

  .biq-breakdown__item-score {
    font-family: var(--font-body--family);
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-foreground);
    flex-shrink: 0;
  }

  .biq-breakdown__bar-track {
    height: 6px;
    background-color: rgb(var(--color-foreground-rgb, 49 51 46) / 0.1);
    border-radius: 999px;
    overflow: hidden;
  }

  .biq-breakdown__detail-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    color: var(--color-foreground);
    text-decoration: underline;
    text-underline-offset: 0.2em;
    opacity: 0.75;
    transition: opacity 200ms ease;
    width: fit-content;
    display: block;
    text-align: left;
    margin: 0 0 0.25rem;
  }

  .biq-breakdown__detail-toggle:hover {
    opacity: 1;
  }

  .biq-breakdown__detail {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .biq-breakdown__detail[hidden] {
    display: none !important;
  }

  .biq-breakdown__detail-item[hidden] {
    display: none !important;
  }

  .biq-breakdown__why {
    font-family: var(--font-body--family);
    font-size: 0.75rem;
    line-height: 1.55;
    color: var(--color-foreground);
    opacity: 0.8;
    margin: 0;
  }

  .biq-breakdown__why-label {
    font-weight: 700;
    margin-right: 0.25rem;
  }

  .biq-breakdown__footer {
    font-family: var(--font-body--family);
    font-size: 0.6875rem;
    color: var(--color-foreground);
    opacity: 0.55;
    margin: 0;
    padding-top: 0.25rem;
    border-top: 1px solid rgb(var(--color-foreground-rgb, 49 51 46) / 0.1);
  }
/* END_SECTION:pdp-curateiq-score */

/* START_SECTION:pdp-customer-reviews (INDEX:90) */
.pdp-card--reviews {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pdp-reviews__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: start;
  }

  .pdp-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(130, 145, 112, 0.4) transparent;
  }

  .pdp-reviews__list::-webkit-scrollbar {
    width: 4px;
  }

  .pdp-reviews__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .pdp-reviews__list::-webkit-scrollbar-thumb {
    background: rgba(130, 145, 112, 0.4);
    border-radius: 4px;
  }

  @media screen and (max-width: 749px) {
    .pdp-reviews__container {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  .pdp-reviews__sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 0;
  }

  .pdp-reviews__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .pdp-reviews__aggregate {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-family: var(--font-body--family);
  }

  .pdp-reviews__score-large {
    font-size: 4rem;
    font-weight: 700;
    font-family: var(--font-heading--family, serif);
    color: var(--color-foreground-heading);
    line-height: 1;
  }

  .pdp-reviews__stars-display {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .pdp-reviews__star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
    line-height: 1;
  }

  .pdp-reviews__stars-display .pdp-reviews__star {
    width: 1.3em;
    height: 1.3em;
  }

  .pdp-reviews__star svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .pdp-reviews__count-small {
    display: block;
    font-size: 0.875rem;
    color: var(--color-foreground);
    opacity: 0.7;
  }

  .pdp-reviews__summary {
    padding: 1.5rem;
    background-color: #dfe5ce;
    border-radius: 0.75rem;
  }

  .pdp-reviews__summary-heading {
    font-family: var(--font-body--family);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #3c4131;
    margin: 0 0 0.5rem;
  }

  .pdp-reviews__summary-text {
    font-family: var(--font-body--family);
    font-size: 0.875rem;
    font-style: italic;
    color: #3c4131;
    margin: 0;
    line-height: 1.5;
  }

  .pdp-reviews__cta {
    display: flex;
  }

  .pdp-reviews__write-btn {
    width: 100%;
    padding: 1rem;
    background-color: transparent;
    color: #5f5e5e;
    border: 2px solid #5f5e5e;
    font-weight: 700;
    cursor: pointer;
    border-radius: 100px;
    transition: all 300ms ease;
  }

  .pdp-reviews__write-btn:hover {
    background-color: #5f5e5e;
    color: #faf9f7;
  }

  .pdp-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pdp-review-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e3e0;
  }

  .pdp-review-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .pdp-review-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .pdp-review-item__author {
    font-weight: 700;
    color: var(--color-foreground-heading);
    margin: 0;
    font-size: 0.95rem;
  }

  .pdp-review-item__stars {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.25rem;
  }

  .pdp-review-item__star,
  .pdp-review-item__star-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.95em;
    height: 0.95em;
    flex-shrink: 0;
    line-height: 1;
  }

  .pdp-review-item__star svg,
  .pdp-review-item__star-empty svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .pdp-review-item__date {
    font-size: 0.75rem;
    color: var(--color-foreground);
    opacity: 0.6;
  }

  .pdp-review-item__text {
    color: var(--color-foreground);
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
  }

  /* ============================================================
     Quotes feed (positive / negative)
     ============================================================ */

  .pdp-quote-card {
    position: relative;
    min-height: 105px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(198, 203, 190, 0.58);
    box-shadow: 0 18px 45px rgba(38, 47, 35, 0.08), 0 2px 10px rgba(38, 47, 35, 0.04);
    display: grid;
    grid-template-columns: 72px 1fr 58px;
    align-items: center;
    padding: 18px 24px 18px 28px;
    gap: 0;
  }

  .pdp-quote-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #174f34;
    border-radius: 13px 0 0 13px;
  }

  .pdp-quote-card--negative::before {
    background: #b48a4a;
  }

  .pdp-quote-mark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 96px;
    line-height: 0.7;
    color: #94a884;
    opacity: 0.95;
    margin-top: 16px;
    user-select: none;
    letter-spacing: -0.05em;
  }

  .pdp-quote-card--negative .pdp-quote-mark {
    color: #b48a4a;
  }

  .pdp-quote-body {
    padding-right: 12px;
  }

  .pdp-quote-text {
    font-family: var(--font-heading--family, Georgia, serif);
    font-size: 1.1rem;
    line-height: 1.22;
    color: #303b35;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
  }

  .pdp-quote-source {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    color: #626b63;
    font-weight: 500;
  }

  .pdp-quote-shield {
    width: 14px;
    height: 16px;
    flex-shrink: 0;
    color: #789476;
  }

  .pdp-quote-rating {
    justify-self: end;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 240, 0.86));
    border: 1px solid rgba(120, 148, 118, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 22px rgba(38, 47, 35, 0.08);
    flex-shrink: 0;
  }

  .pdp-quote-rating svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.85;
  }

  .pdp-quote-rating--up {
    color: #174f34;
    border-color: rgba(23, 79, 52, 0.22);
  }

  .pdp-quote-rating--down {
    color: #b48a4a;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(250, 246, 238, 0.9));
    border-color: rgba(180, 138, 74, 0.28);
  }

  @media screen and (max-width: 749px) {
    .pdp-quote-card {
      grid-template-columns: 52px 1fr 44px;
      padding: 14px 14px 14px 18px;
      align-items: stretch;
      min-height: unset;
    }

    .pdp-quote-mark {
      align-self: start;
    }

    .pdp-quote-rating {
      grid-column: 3;
      align-self: center;
      justify-self: center;
      margin-top: 0;
      width: 36px;
      height: 36px;
    }

    .pdp-quote-rating svg {
      width: 16px;
      height: 16px;
    }
  }

  /* ============================================================
     Write a Review Modal
     ============================================================ */

  .pdp-reviews__modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }

  .pdp-reviews__modal--open {
    display: flex;
  }

  .pdp-reviews__modal-box {
    background: #FBF9F4;
    border-radius: 1rem;
    max-width: 540px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  }

  .pdp-reviews__modal-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    color: #234637;
    cursor: pointer;
    padding: 0;
    opacity: 0.6;
    transition: opacity 200ms ease;
  }

  .pdp-reviews__modal-close:hover {
    opacity: 1;
  }

  .pdp-reviews__modal-heading {
    font-family: var(--font-heading--family, serif);
    font-size: 1.5rem;
    color: #234637;
    margin: 0 0 0.25rem;
  }

  .pdp-reviews__modal-subheading {
    font-size: 0.875rem;
    color: #8E9E94;
    margin: 0 0 1.75rem;
  }

  .pdp-reviews__modal-success {
    background: #e8efe6;
    border: 1px solid #8E9E94;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    color: #234637;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .pdp-reviews__modal-error {
    background: #fdecea;
    border: 1px solid #e57373;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    color: #b71c1c;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  /* ---- Form layout ---- */

  .pdp-reviews__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .pdp-reviews__field-group {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }

  .pdp-reviews__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #234637;
  }

  .pdp-reviews__label--required::after {
    content: " *";
    color: #c0392b;
  }

  .pdp-reviews__input,
  .pdp-reviews__textarea {
    border: 1px solid #8E9E94;
    border-radius: 0.5rem;
    padding: 0.625rem 0.875rem;
    font-size: 0.9rem;
    font-family: var(--font-body--family, sans-serif);
    color: #234637;
    background: #fff;
    outline: none;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    width: 100%;
    box-sizing: border-box;
  }

  .pdp-reviews__input:focus,
  .pdp-reviews__textarea:focus {
    border-color: #234637;
    box-shadow: 0 0 0 3px rgba(35, 70, 55, 0.15);
  }

  .pdp-reviews__textarea {
    resize: vertical;
    min-height: 110px;
  }

  .pdp-reviews__field-error {
    font-size: 0.78rem;
    color: #c0392b;
  }

  /* ---- Star picker (RTL trick: stars render right-to-left so hover highlights all preceding siblings) ---- */

  .pdp-reviews__star-picker {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.125rem;
  }

  .pdp-reviews__star-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .pdp-reviews__star-label {
    font-size: 2.25rem;
    color: #D5DED1;
    cursor: pointer;
    transition: color 150ms ease;
    line-height: 1;
    padding: 0 0.05rem;
  }

  /* Hover: highlight hovered star and all stars to its right (which are lower-value in the RTL layout) */
  .pdp-reviews__star-picker:hover .pdp-reviews__star-label {
    color: #D5DED1;
  }

  .pdp-reviews__star-label:hover,
  .pdp-reviews__star-label:hover ~ .pdp-reviews__star-label {
    color: #f5a623;
  }

  /* Selected state */
  .pdp-reviews__star-radio:checked ~ .pdp-reviews__star-label {
    color: #f5a623;
  }

  /* ---- Submit button ---- */

  .pdp-reviews__submit-btn {
    background-color: #234637;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0.875rem 2rem;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 250ms ease;
    align-self: flex-start;
  }

  .pdp-reviews__submit-btn:hover {
    background-color: #1a3329;
  }

  .pdp-reviews__submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
/* END_SECTION:pdp-customer-reviews */

/* START_SECTION:pdp-details-grid (INDEX:91) */
.pdp-details-grid {
    --pdp-rail-pad-block-start: 1.1rem;
    --pdp-rail-pad-block-end: 1rem;

    display: grid;
    grid-template-columns: 51fr 49fr;
    column-gap: 1.5rem;
    align-items: stretch;
  }

  /* No outer card frame — single line between Product Details and Compare Features */
  .pdp-details-grid > .pdp-dg-col.pdp-card {
    border: none;
    border-radius: 0;
  }

  .pdp-dg-col {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
  }

  .pdp-dg-col > .pdp-card__heading {
    margin-block: 0;
    margin-bottom: 0.5rem;
  }

  .pdp-dg-rail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
    min-height: 0;
  }

  .pdp-dg-main {
    flex: 1 1 auto;
    min-height: 0;
  }

  .pdp-details-grid__table-wrapper--rail {
    overflow: visible;
  }

  .pdp-compare-col--corner {
    width: 24%;
  }

  @media screen and (min-width: 750px) {
    @supports (grid-template-rows: subgrid) {
      .pdp-details-grid {
        grid-template-rows: auto auto 1fr;
        /* No row gap before main row: compare thead + tbody must read as one table */
        row-gap: 0;
      }

      .pdp-dg-col {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 0;
      }
    }

    .pdp-details-grid > .pdp-dg-col.pdp-card:first-child {
      border-inline-end: 1px solid var(--color-border);
    }

    .pdp-dg-main {
      min-height: 0;
    }
  }

  .pdp-dg-main--details .pdp-product-details-tabs {
    padding-block-start: 1rem;
  }

  @media screen and (max-width: 749px) {
    .pdp-details-grid {
      grid-template-columns: 1fr;
      column-gap: 0;
    }

    .pdp-details-grid > .pdp-dg-col.pdp-card:first-child {
      border-block-end: 1px solid var(--color-border);
      padding-block-end: 1.5rem;
    }

    .pdp-details-grid > .pdp-dg-col.pdp-card:last-child {
      padding-block-start: 1.5rem;
    }
  }

  .pdp-product-details-tabs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .pdp-tw-input.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pdp-tw-tablist {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.35rem 0.5rem;
    box-sizing: border-box;
    padding-block: var(--pdp-rail-pad-block-start) var(--pdp-rail-pad-block-end);
    padding-inline: 0;
    border-bottom: 1px solid rgb(var(--color-foreground-rgb) / 0.12);
  }

  .pdp-tw-tab {
    cursor: pointer;
    font-family: var(--font-body--family);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.55;
    padding: 0.5rem 0.65rem;
    margin: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: opacity 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
  }

  .pdp-tw-tab:hover {
    opacity: 0.85;
  }

  /* Tablist lives in .pdp-dg-rail; radios stay in .pdp-product-details-tabs — scope :has() to .pdp-dg-col */
  .pdp-dg-col:has(.pdp-product-details-tabs > .pdp-tw-input:nth-of-type(1):checked)
    .pdp-tw-tablist
    label:nth-of-type(1),
  .pdp-dg-col:has(.pdp-product-details-tabs > .pdp-tw-input:nth-of-type(2):checked)
    .pdp-tw-tablist
    label:nth-of-type(2),
  .pdp-dg-col:has(.pdp-product-details-tabs > .pdp-tw-input:nth-of-type(3):checked)
    .pdp-tw-tablist
    label:nth-of-type(3) {
    opacity: 1;
    color: var(--color-foreground-heading);
    font-weight: 700;
    background-color: rgb(var(--color-foreground-rgb) / 0.06);
    border-color: rgb(var(--color-foreground-rgb) / 0.12);
  }

  .pdp-tw-panel {
    display: none;
    padding-block: 0.25rem 0.5rem;
  }

  .pdp-product-details-tabs:has(> .pdp-tw-input:nth-of-type(1):checked) .pdp-tw-panel--1,
  .pdp-product-details-tabs:has(> .pdp-tw-input:nth-of-type(2):checked) .pdp-tw-panel--2,
  .pdp-product-details-tabs:has(> .pdp-tw-input:nth-of-type(3):checked) .pdp-tw-panel--3 {
    display: block;
  }

  .pdp-feature-list {
    margin: 0;
    padding-inline-start: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--color-foreground);
  }

  .pdp-feature-list li {
    margin-block: 0.35rem;
  }

  .pdp-key-features--collapsible.is-collapsed .pdp-feature-list > li:nth-child(n + 4) {
    display: none;
  }

  .pdp-key-features__toggle {
    margin-block: 0.75rem 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-foreground-heading);
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
  }

  .pdp-key-features__toggle:hover {
    opacity: 0.85;
  }

  .pdp-specs__list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pdp-spec__item {
    display: grid;
    grid-template-columns: minmax(100px, 140px) 1fr;
    gap: 0.35rem;
    padding-block: 0.06rem;
    line-height: 1.35;
    border-bottom: 1px solid var(--color-border);
    font-size: 0.875rem;
  }

  .pdp-specs__list > .pdp-spec__item:last-child {
    border-bottom: none;
  }

  .pdp-spec__label {
    font-weight: 600;
    color: var(--color-foreground-heading);
  }

  .pdp-spec__value {
    color: var(--color-foreground);
  }

  .pdp-minimal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }

  .pdp-minimal-table th {
    text-align: left;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-foreground);
    opacity: 0.6;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border);
  }

  .pdp-minimal-table td {
    padding: 0.625rem 0;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-foreground);
    vertical-align: top;
  }

  .pdp-minimal-table tr:last-child td {
    border-bottom: none;
  }

  .pdp-pros-cons-table-wrapper {
    overflow-x: auto;
  }

  .pdp-details-grid__table-wrapper {
    overflow-x: auto;
    border: none;
    border-radius: 0;
  }

  .pdp-compare-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-body--family);
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .pdp-compare-table--head,
  .pdp-compare-table--body {
    margin: 0;
  }

  .pdp-compare-table thead th {
    font-weight: 600;
    font-size: 0.6875rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--color-foreground);
    padding-block: var(--pdp-rail-pad-block-start) var(--pdp-rail-pad-block-end);
    padding-inline: 0.5rem;
    text-align: center;
    vertical-align: bottom;
    border: none;
    border-bottom: 1px solid rgb(var(--color-foreground-rgb) / 0.12);
    background: transparent;
  }

  .pdp-compare-table thead th.pdp-compare-table__corner {
    width: 24%;
    text-align: start;
    padding-inline-start: 0;
    padding-inline-end: 0.3rem;
  }

  .pdp-compare-table thead th.pdp-compare-table__highlight {
    background-color: #f5f5f5;
    padding-inline-start: 0.25rem;
  }

  .pdp-compare-table tbody td {
    padding: 1.05rem 0.5rem;
    border: none;
    border-bottom: 1px solid rgb(var(--color-foreground-rgb) / 0.1);
    color: var(--color-foreground);
    vertical-align: middle;
  }

  .pdp-compare-table tbody tr:last-child td {
    border-bottom: none;
  }

  .pdp-compare-table td.pdp-compare-table__highlight {
    background-color: #f5f5f5;
    text-align: center;
    font-weight: 500;
    padding-inline-start: 0.25rem;
  }

  .pdp-compare-table__label {
    text-align: start;
    font-weight: 600;
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-foreground-heading);
    padding-inline-start: 0;
    padding-inline-end: 0.3rem;
  }

  .pdp-compare-table__brand-cell {
    text-align: center;
    font-weight: 400;
  }

  .pdp-pc-th-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .pdp-pro-icon,
  .pdp-con-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-size: 0.875rem;
    flex-shrink: 0;
  }

  .pdp-pro-icon {
    background-color: #5b614f;
  }

  .pdp-con-icon {
    background-color: #9e422c;
  }

  .pdp-col-pros,
  .pdp-col-cons {
    vertical-align: top;
  }

  .pdp-minimal-table .pdp-col-pros-head,
  .pdp-minimal-table .pdp-col-pros {
    padding-inline-end: 1.5rem;
  }

  .pdp-minimal-table .pdp-col-cons-head,
  .pdp-minimal-table .pdp-col-cons {
    padding-inline-start: 1.5rem;
  }

  @media screen and (max-width: 749px) {
    .pdp-details-grid {
      --pdp-rail-pad-block-start: 0.85rem;
      --pdp-rail-pad-block-end: 0.85rem;
    }

    .pdp-spec__item {
      grid-template-columns: 1fr;
      gap: 0.25rem;
    }

    .pdp-tw-tablist {
      gap: 0.25rem;
    }

    .pdp-tw-tab {
      font-size: 0.7rem;
      padding: 0.45rem 0.5rem;
    }

    .pdp-minimal-table th,
    .pdp-minimal-table td {
      font-size: 0.8rem;
    }

    .pdp-compare-table {
      font-size: 0.8125rem;
    }

    .pdp-compare-table thead th,
    .pdp-compare-table__label {
      font-size: 0.6rem;
    }

    .pdp-compare-table tbody td {
      padding-block: 0.85rem;
      padding-inline: 0.35rem;
    }

    .pdp-compare-table thead th {
      padding-block: var(--pdp-rail-pad-block-start) var(--pdp-rail-pad-block-end);
      padding-inline: 0.35rem;
    }

    .pdp-compare-table thead th.pdp-compare-table__highlight,
    .pdp-compare-table td.pdp-compare-table__highlight {
      padding-inline-start: 0.2rem;
    }

    .pdp-compare-table thead th.pdp-compare-table__corner {
      width: 28%;
      padding-inline-end: 0.25rem;
    }

    .pdp-compare-col--corner {
      width: 28%;
    }

    .pdp-compare-table__label {
      padding-inline-end: 0.25rem;
    }
  }
/* END_SECTION:pdp-details-grid */

/* START_SECTION:pdp-how-it-compares (INDEX:92) */
.pdp-card--how-it-compares {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pdp-comparison__layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
  }

  .pdp-comparison__intro {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .pdp-comparison__subtitle {
    color: var(--color-foreground);
    opacity: 0.8;
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.6;
  }

  /* Frame stays fixed; only .table-wrapper scrolls (pseudo-element borders on scroll parents drift on iOS). */
  .pdp-comparison__table-frame {
    border-radius: 0.75rem;
    border: 1px solid rgba(142, 158, 148, 0.35);
    overflow: hidden;
  }

  .pdp-comparison__table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .pdp-comparison__table {
    width: 100%;
    min-width: 640px;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.9rem;
    background-color: #234637;
    background: linear-gradient(to right, #234637 0%, #234637 30%, #FBF9F4 30%, #FBF9F4 100%);
  }

  .pdp-comparison__head tr {
    background: linear-gradient(to right, #234637 0%, #234637 30%, #FBF9F4 30%, #FBF9F4 100%);
  }

  .pdp-comparison__head .pdp-comparison__cell {
    background-color: #FBF9F4;
    border-bottom: 1px solid rgba(142, 158, 148, 0.25);
  }

  .pdp-comparison__head .pdp-comparison__cell--feature {
    border-radius: 0.75rem 0 0 0;
  }

  .pdp-comparison__head .pdp-comparison__cell--this-product {
    border-radius: 0 0.75rem 0 0;
  }

  .pdp-comparison__head tr th:nth-child(2) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .pdp-comparison__head tr th:nth-child(n + 3) {
    border-left: transparent;
  }

  .pdp-comparison__cell--feature {
    border-right-color: rgba(255, 255, 255, 0.15);
  }

  .pdp-comparison__cell {
    padding: 1rem 1.25rem;
    width: 25%;
    text-align: left;
    border-bottom: 1px solid rgba(142, 158, 148, 0.25);
    border-right: 1px solid rgba(142, 158, 148, 0.25);
    color: var(--color-foreground);
    overflow-wrap: break-word;
    word-break: normal;
    vertical-align: middle;
  }

  .pdp-comparison__cell:last-child {
    border-right: none !important;
  }

  .pdp-comparison__cell--header {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .pdp-comparison__cell--feature {
    background-color: #234637;
    color: #234637;
  }

  .pdp-comparison__head .pdp-comparison__cell--feature.pdp-comparison__cell--header {
    background-color: #234637;
    color: #D5DED1;
    border-right-color: transparent !important;
  }

  .pdp-comparison__cell--this-product {
    font-weight: 600;
    background-color: #e8efe6;
  }

  .pdp-comparison__cell--this-product.pdp-comparison__cell--header {
    background-color: #D5DED1;
    color: #234637;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .pdp-comparison__cell--label {
    font-weight: 700;
    color: var(--color-foreground);
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
  }

  /* Do not rely on table-level gradients for body rows; keep hosted/local rendering identical. */
  .pdp-comparison__body .pdp-comparison__cell {
    border-bottom: 1px solid rgba(142, 158, 148, 0.25) !important;
  }

  .pdp-comparison__body .pdp-comparison__cell--feature,
  .pdp-comparison__head .pdp-comparison__cell--feature {
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
    border-right-color: rgba(255, 255, 255, 0.15) !important;
  }

  .pdp-comparison__body .pdp-comparison__cell--label {
    background-color: #f2f5f2;
  }

  .pdp-comparison__row:last-child .pdp-comparison__cell {
    border-bottom: none;
  }

  .pdp-comparison__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.05em;
    height: 1.05em;
    vertical-align: middle;
    line-height: 1;
  }

  .pdp-comparison__value {
    display: inline-flex;
    align-items: center;
    min-height: 1.22em;
    line-height: 1;
  }

  .pdp-comparison__icon--tick {
    width: 1.22em;
    height: 1.22em;
  }

  .pdp-comparison__icon--star {
    width: 0.9em;
    height: 0.9em;
  }

  .pdp-comparison__icon--star-empty {
    width: 0.9em;
    height: 0.9em;
  }

  .pdp-comparison__icon--cross {
    width: 1.05em;
    height: 1.05em;
  }

  .pdp-comparison__icon + .pdp-comparison__icon {
    margin-left: 0.08em;
  }

  .pdp-comparison__icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .pdp-card--how-it-compares .pdp-comparison__icon {
    animation: none;
  }

  .pdp-comparison__competitor-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(213, 222, 209, 0.6);
  }

  .pdp-comparison__competitor-link:hover {
    text-decoration-color: #D5DED1;
  }

  .pdp-comparison__takeaway {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background-color: #eef2ee;
    padding: 1.5rem 2rem;
    border-radius: 0.75rem;
  }

  .pdp-comparison__takeaway-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
  }

  .pdp-comparison__takeaway-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
  }

  .pdp-comparison__takeaway-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--color-foreground);
    font-style: italic;
  }

  .pdp-comparison__takeaway--collapsible.is-collapsed .pdp-comparison__takeaway-text {
    max-height: calc(1.5em * 3);
    overflow: hidden;
  }

  .pdp-comparison__takeaway-toggle {
    align-self: flex-start;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-foreground-heading);
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
  }

  .pdp-comparison__takeaway-toggle:hover {
    opacity: 0.85;
  }

  @media screen and (max-width: 749px) {
    .pdp-comparison__layout {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .pdp-comparison__intro {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .pdp-comparison__table-frame {
      width: 100%;
      min-width: 0;
    }

    .pdp-comparison__table-wrapper {
      width: 100%;
      min-width: 0;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
    }

    .pdp-comparison__table {
      min-width: 700px;
      font-size: 0.8rem;
    }

    .pdp-comparison__cell {
      padding: 0.75rem;
    }

    .pdp-comparison__takeaway {
      flex-direction: column;
      gap: 1rem;
    }

    .pdp-comparison__takeaway-icon {
      width: 1.2rem;
      height: 1.2rem;
    }
  }
/* END_SECTION:pdp-how-it-compares */

/* START_SECTION:pdp-more-like-this (INDEX:93) */
.pdp-more-like-this__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
  }

  .pdp-more-like-this__header--solo {
    justify-content: flex-start;
  }
/* END_SECTION:pdp-more-like-this */

/* START_SECTION:pdp-product-details (INDEX:94) */
.pdp-card--details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pdp-details__tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .pdp-details__tab-btn {
    padding: 1rem 2rem;
    background: none;
    border: none;
    font-family: var(--font-body--family);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-foreground);
    opacity: 0.6;
    cursor: pointer;
    position: relative;
    transition: opacity 300ms ease;
  }

  .pdp-details__tab-btn:hover {
    opacity: 0.9;
  }

  .pdp-details__tab-btn--active {
    opacity: 1;
    color: #234637;
  }

  .pdp-details__tab-btn--active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #234637;
  }

  @media screen and (max-width: 749px) {
    .pdp-details__tab-btn {
      padding: 0.875rem 1.25rem;
      font-size: 0.875rem;
    }
  }

  .pdp-details__content {
    display: flex;
    flex-direction: column;
  }

  .pdp-details__panel {
    display: none;
    animation: fadeIn 300ms ease;
  }

  .pdp-details__panel--active {
    display: block;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .pdp-details__panel-heading {
    font-family: var(--font-heading--family, serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: #234637;
    margin: 0 0 1rem;
  }

  .pdp-details__text {
    color: var(--color-foreground);
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
  }

  .pdp-specs__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .pdp-spec__item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 2rem;
    align-items: center;
  }

  @media screen and (max-width: 749px) {
    .pdp-spec__item {
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }

  .pdp-spec__label {
    font-weight: 700;
    color: var(--color-foreground);
    opacity: 0.8;
    font-size: 0.9rem;
  }

  .pdp-spec__value {
    color: var(--color-foreground);
    font-size: 0.95rem;
  }

  .pdp-details__description {
    color: var(--color-foreground);
    line-height: 1.7;
    font-size: 0.95rem;
  }

  .pdp-details__empty {
    color: var(--color-foreground);
    opacity: 0.6;
    font-style: italic;
  }
/* END_SECTION:pdp-product-details */

/* START_SECTION:pdp-pros-cons (INDEX:95) */
.pdp-card--pros-cons {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pdp-card--pros-cons .pdp-card__heading {
    font-weight: 700;
    color: #234637;
  }

  .pdp-pros-cons__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  @media screen and (max-width: 749px) {
    .pdp-pros-cons__grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  .pdp-pros-cons__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .pdp-pros-cons__column-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-heading--family, serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: #234637;
    margin: 0;
  }

  .pdp-pros-cons__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .pdp-pros-cons__item {
    color: var(--color-foreground);
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 0.875rem;
    border-left: 2px solid rgba(35, 70, 55, 0.2);
  }

  .pdp-pros-cons__column--pro .pdp-pros-cons__item {
    border-left-color: #19b77a;
  }

  .pdp-pros-cons__column--con .pdp-pros-cons__item {
    border-left-color: rgba(35, 70, 55, 0.2);
  }

  .pdp-pros-cons__icon {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
  }

  .pdp-pros-cons__column-heading--pro .pdp-pros-cons__icon {
    background-color: #D5DED1;
    color: #234637;
  }

  .pdp-pros-cons__column-heading--con .pdp-pros-cons__icon {
    background-color: #e8efe6;
    color: #234637;
  }
/* END_SECTION:pdp-pros-cons */

/* START_SECTION:pdp-quick-features (INDEX:96) */
.pdp-quick-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pdp-quick-features__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .pdp-quick-features__section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .pdp-quick-features__title {
    font-family: var(--font-heading--family, serif);
    font-size: 0.95rem;
    font-weight: 700;
    color: #234637;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .pdp-quick-features__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .pdp-quick-features__item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: var(--color-foreground);
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .pdp-quick-features__icon {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: white;
    margin-top: 0.125rem;
  }

  .pdp-quick-features__item--pro .pdp-quick-features__icon {
    background-color: #5b614f;
    color: white;
  }

  .pdp-quick-features__item--con .pdp-quick-features__icon {
    background-color: #9e422c;
    color: white;
  }

  .pdp-quick-features__item:not(.pdp-quick-features__item--pro, .pdp-quick-features__item--con) .pdp-quick-features__icon {
    background-color: #5f5e5e;
    color: white;
  }

  .pdp-quick-features__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  @media screen and (max-width: 749px) {
    .pdp-quick-features__row {
      grid-template-columns: 1fr;
    }
  }

  .pdp-quick-features__column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .pdp-quick-features .pdp-key-features--collapsible.is-collapsed > .pdp-quick-features__list > li:nth-child(n + 4) {
    display: none;
  }

  .pdp-quick-features .pdp-key-features__toggle {
    margin-block: 0.75rem 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-foreground-heading);
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
  }

  .pdp-quick-features .pdp-key-features__toggle:hover {
    opacity: 0.85;
  }
/* END_SECTION:pdp-quick-features */

/* START_SECTION:pregnancy-tracker-page (INDEX:99) */
/* ── Reset / tokens ─────────────────────────────────────────── */
/* ── Prep Plan tab + panel ──────────────────────────────────── */
.pt-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1.5px solid var(--clr-border);
  padding: 0 2rem;
  background: var(--clr-white);
}
.pt-tab {
  background: none;
  border: none;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -1.5px;
  padding: 0.85rem 1rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clr-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}
.pt-tab.active {
  color: var(--clr-dark);
  border-bottom-color: var(--clr-dark);
}
.pt-tab__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-dark);
  color: var(--clr-white);
  border-radius: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.3rem;
  margin-left: 0.4rem;
  line-height: 1;
}

/* Plan panel */
.pt-plan-panel {
  display: none;
  padding: 1.75rem 2rem;
}
/* display for .pt-plan-panel.active is set by the planner dashboard styles */

.pt-plan-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--clr-muted);
  font-size: 0.875rem;
}
.pt-plan-empty__icon { font-size: 2rem; margin-bottom: 0.75rem; }
.pt-plan-empty p { margin: 0; }

.pt-plan-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.pt-plan-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0;
}
.pt-plan-btns {
  display: flex;
  gap: 0.5rem;
}
.pt-plan-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: none;
  border: 1.5px solid var(--clr-border);
  border-radius: 2rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--clr-dark);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.pt-plan-btn:hover {
  background: var(--clr-cream);
  border-color: var(--clr-dark);
}
.pt-plan-btn--primary {
  background: var(--clr-dark);
  color: var(--clr-white);
  border-color: var(--clr-dark);
}
.pt-plan-btn--primary:hover { background: #2c4e3b; }

.pt-plan-progress {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.pt-plan-progress__bar {
  flex: 1;
  height: 5px;
  background: var(--clr-border);
  border-radius: 3px;
  overflow: hidden;
}
.pt-plan-progress__fill {
  height: 100%;
  background: var(--clr-olive);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.pt-plan-progress__label {
  font-size: 0.78rem;
  color: var(--clr-muted);
  white-space: nowrap;
}

.pt-plan-week-group { margin-bottom: 1.25rem; }
.pt-plan-week-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-olive);
  margin: 0 0 0.5rem;
}
.pt-plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-plan-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--clr-border);
  font-size: 0.85rem;
  color: var(--clr-dark);
}
.pt-plan-item:last-child { border-bottom: none; }
.pt-plan-item__cb {
  width: 1rem; height: 1rem;
  border: 1.5px solid var(--clr-border);
  border-radius: 3px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: var(--clr-white);
  margin-top: 0.1rem;
  transition: background 0.15s, border-color 0.15s;
}
.pt-plan-item__cb:checked {
  background: var(--clr-dark);
  border-color: var(--clr-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 5l2.5 2.5 4.5-5' stroke='%23fff' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.pt-plan-item__text { flex: 1; line-height: 1.45; }
.pt-plan-item__cb:checked + .pt-plan-item__text { text-decoration: line-through; color: var(--clr-muted); }
.pt-plan-item__remove {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--clr-muted);
  font-size: 0.9rem;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.15s;
}
.pt-plan-item__remove:hover { color: #c53030; }

.pt-plan-share-row {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--clr-cream);
  border: 1.5px solid var(--clr-border);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.pt-plan-share-row__label {
  flex: 1;
  font-size: 0.8rem;
  color: var(--clr-muted2);
  min-width: 12rem;
}
.pt-plan-share-row__copied {
  font-size: 0.75rem;
  color: var(--clr-olive);
  font-weight: 600;
  display: none;
}

@media (max-width: 900px) {
  .pt-tabs { padding: 0 1rem; }
  .pt-plan-panel { padding: 1.25rem 1rem; }
}


.pt-page *,
.pt-page *::before,
.pt-page *::after { box-sizing: border-box; }

.pt-page {
  --clr-cream:   #F6F2EA;
  --clr-dark:    #1E3528;
  --clr-olive:   #7A8C6A;
  --clr-olive2:  #9A8C6A;
  --clr-card:    #FDFAF5;
  --clr-border:  #EDE8DF;
  --clr-muted:   #6B6B6B;
  --clr-muted2:  #5A5040;
  --clr-white:   #FFFFFF;
  --font-serif:  var(--font-heading--family, 'Newsreader', Georgia, serif);
  font-family: var(--font-body--family, system-ui, sans-serif);
  color: var(--clr-dark);
  background: var(--clr-white);
}

/* ── Hero ───────────────────────────────────────────────────── */
.pt-hero {
  background: var(--clr-cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 5vw 4rem;
}
@media (max-width: 768px) {
  .pt-hero { grid-template-columns: 1fr; padding: 3rem 1.25rem 2.5rem; }
  .pt-hero__image { order: -1; border-radius: 1rem; overflow: hidden; max-height: 280px; }
}
.pt-hero__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clr-olive2);
  font-weight: 600;
  margin-bottom: 0.85rem;
}
.pt-hero__headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--clr-dark);
  margin: 0 0 1.25rem;
}
.pt-hero__body {
  color: var(--clr-muted2);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0 0 0.75rem;
  max-width: 44ch;
}
.pt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.pt-btn-primary {
  background: var(--clr-dark);
  color: var(--clr-white);
  border: 1.5px solid var(--clr-dark);
  border-radius: 2rem;
  padding: 0.7rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s, color 0.2s;
}
.pt-btn-primary:hover { background: #2c4e3b; }
.pt-btn-ghost {
  background: transparent;
  color: var(--clr-dark);
  border: 1.5px solid var(--clr-dark);
  border-radius: 2rem;
  padding: 0.7rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s, color 0.2s;
}
.pt-btn-ghost:hover { background: var(--clr-dark); color: var(--clr-white); }
.pt-hero__image {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #d9d4c7;
}
.pt-hero__image img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* ── Tracker panel ──────────────────────────────────────────── */
.pt-tracker-wrap {
  background: var(--clr-white);
  padding: 3.5rem 5vw;
}
.pt-tracker-card {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--clr-white);
  border: 1.5px solid var(--clr-border);
  border-radius: 1.25rem;
  overflow: hidden;
}

/* Header row */
.pt-tracker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem 2rem 1.25rem;
  border-bottom: 1.5px solid var(--clr-border);
}
.pt-tracker-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.pt-week-badge {
  background: var(--clr-dark);
  color: var(--clr-white);
  border-radius: 2rem;
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* Timeline */
.pt-timeline {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.25rem 0;
  border-bottom: 1.5px solid var(--clr-border);
  gap: 0.5rem;
  background: var(--clr-white);
}
.pt-timeline__arrow {
  background: none;
  border: 1.5px solid var(--clr-border);
  border-radius: 50%;
  width: 2rem; height: 2rem;
  cursor: pointer;
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--clr-dark);
  flex-shrink: 0;
  transition: background 0.15s;
}
.pt-timeline__arrow:hover { background: var(--clr-cream); }
.pt-timeline__track-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.pt-timeline__track {
  display: flex;
  gap: 0.3rem;
  transition: transform 0.3s ease;
  padding-bottom: 0.75rem;
}
.pt-week-btn {
  flex-shrink: 0;
  width: 2.4rem; height: 2.4rem;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--clr-muted);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  transition: background 0.15s, color 0.15s;
}
.pt-week-btn:hover { background: var(--clr-cream); color: var(--clr-dark); }
.pt-week-btn.active {
  background: var(--clr-dark);
  color: var(--clr-white);
}
.pt-week-btn.active::after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--clr-dark);
}

/* 2-column body: wider left info panel, right checklist + products */
.pt-body {
  display: grid;
  grid-template-columns: 340px 1fr;
  min-height: 420px;
}
@media (max-width: 960px) {
  .pt-body { grid-template-columns: 1fr; }
}
.pt-col { padding: 1.75rem 1.5rem; }
.pt-col + .pt-col { border-left: 1.5px solid var(--clr-border); }
@media (max-width: 960px) {
  .pt-col + .pt-col { border-left: none; border-top: 1.5px solid var(--clr-border); }
}
/* Products placed below checklist within the same column */
.pt-products-inline {
  border-top: 1.5px solid var(--clr-border);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

/* Left col: baby + you cards */
.pt-info-card {
  background: var(--clr-card);
  border: 1.5px solid var(--clr-border);
  border-radius: 1rem;
  padding: 1rem 1rem 1.1rem;
  margin-bottom: 1rem;
}
.pt-info-card:last-child { margin-bottom: 0; }
.pt-info-card__icon-wrap {
  background: var(--clr-cream);
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.65rem;
  font-size: 1.1rem;
}
.pt-info-card__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--clr-olive);
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.pt-info-card__text {
  font-size: 0.825rem;
  line-height: 1.65;
  color: var(--clr-muted2);
  margin: 0;
}

/* Middle col: checklist */
.pt-checklist-heading {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
}
.pt-checklist-sub {
  font-size: 0.8rem;
  color: var(--clr-muted);
  margin: 0 0 1.1rem;
}
.pt-checklist { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.pt-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--clr-border);
  font-size: 0.85rem;
  color: var(--clr-dark);
  line-height: 1.45;
}
.pt-checklist__item:last-child { border-bottom: none; }
.pt-checklist__cb {
  width: 1rem; height: 1rem;
  border: 1.5px solid var(--clr-border);
  border-radius: 3px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: var(--clr-white);
  margin-top: 0.1rem;
  transition: background 0.15s, border-color 0.15s;
}
.pt-checklist__cb:checked {
  background: var(--clr-dark);
  border-color: var(--clr-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 5l2.5 2.5 4.5-5' stroke='%23fff' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center;
}
.pt-checklist__text { flex: 1; }
.pt-checklist__cb:checked + .pt-checklist__text { text-decoration: line-through; color: var(--clr-muted); }
.pt-checklist__add {
  background: none; border: none; cursor: pointer;
  color: var(--clr-olive);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.15s;
}
.pt-checklist__add:hover { color: var(--clr-dark); }
.pt-checklist__add.added { color: var(--clr-dark); }
.pt-checklist__link {
  font-size: 0.72rem;
  color: #7A8C6A;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0.25rem;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.15s;
}
.pt-checklist__link:hover { opacity: 1; text-decoration: underline; }
.pt-checklist-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--clr-muted);
  line-height: 1.5;
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: 0.6rem;
  padding: 0.65rem 0.75rem;
}

/* Right col: products */
.pt-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.pt-products__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  color: var(--clr-dark);
}
.pt-products__viewall {
  font-size: 0.75rem;
  color: var(--clr-olive);
  text-decoration: none;
  font-weight: 600;
}
.pt-products__viewall:hover { color: var(--clr-dark); }
.pt-products__sub {
  font-size: 0.78rem;
  color: var(--clr-muted);
  margin: 0 0 1rem;
  line-height: 1.4;
}
.pt-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.pt-product-cat {
  border: 1.5px solid var(--clr-border);
  border-radius: 0.65rem;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background: var(--clr-card);
  transition: border-color 0.15s;
}
.pt-product-cat:hover { border-color: var(--clr-olive); }
.pt-product-cat__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--clr-cream);
}
.pt-product-cat__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.pt-product-cat__label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--clr-dark);
  padding: 0.45rem 0.5rem 0.4rem;
}
.pt-products__empty {
  font-size: 0.82rem;
  color: var(--clr-muted);
  text-align: center;
  padding: 2rem 0;
  font-style: italic;
}
.pt-birch-prompt {
  background: var(--clr-cream);
  border: 1.5px solid var(--clr-border);
  border-radius: 0.75rem;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  color: var(--clr-muted2);
}
.pt-birch-prompt__icon {
  font-size: 1rem;
  flex-shrink: 0;
}
.pt-birch-prompt__link {
  color: var(--clr-dark);
  font-weight: 700;
  text-decoration: none;
}
.pt-birch-prompt__link:hover { text-decoration: underline; }

/* ── Trimester cards section ────────────────────────────────── */
.pt-trimester-section {
  background: var(--clr-cream);
  padding: 4rem 5vw;
}
.pt-trimester-section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.pt-trimester-section__title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  margin: 0 0 0.6rem;
  color: var(--clr-dark);
}
.pt-trimester-section__sub {
  font-size: 0.9375rem;
  color: var(--clr-muted2);
  margin: 0;
}
.pt-trimester-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 900px) {
  .pt-trimester-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .pt-trimester-grid { grid-template-columns: 1fr; }
}
.pt-trimester-card {
  border-radius: 1.1rem;
  padding: 1.6rem 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  cursor: default;
}
.pt-trimester-card__svg {
  width: 3.5rem; height: 3.5rem;
  margin-bottom: 0.25rem;
}
.pt-trimester-card__label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-olive);
  font-weight: 700;
}
.pt-trimester-card__weeks {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0;
  line-height: 1.2;
}
.pt-trimester-card__desc {
  font-size: 0.82rem;
  color: var(--clr-muted2);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.pt-trimester-card__arrow {
  background: none;
  border: 1.5px solid rgba(30,53,40,0.25);
  border-radius: 50%;
  width: 2rem; height: 2rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--clr-dark);
  align-self: flex-start;
  transition: background 0.15s;
}
.pt-trimester-card__arrow:hover { background: rgba(30,53,40,0.08); }
/* ── Profile section (in My Prep Plan) ───────────────────────── */
.pt-profile {
  padding: 1.5rem 1.5rem 0;
  border-bottom: 1.5px solid var(--clr-border);
  margin-bottom: 1.25rem;
}
.pt-profile__heading {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-muted);
  margin: 0 0 0.85rem;
}
.pt-profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 600px) { .pt-profile__grid { grid-template-columns: 1fr; } }
.pt-profile__card {
  background: #faf8f4;
  border: 1.5px solid var(--clr-border);
  border-radius: 0.875rem;
  padding: 1rem 1.1rem 0.9rem;
}
.pt-profile__card--full { grid-column: 1 / -1; }
.pt-profile__card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--clr-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}
.pt-profile__tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #7A8C6A;
  color: #fff;
  font-size: 0.6rem;
  flex-shrink: 0;
}
.pt-profile__value {
  font-size: 0.9rem;
  color: var(--clr-dark);
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}
.pt-profile__placeholder {
  font-size: 0.8rem;
  color: var(--clr-muted);
  font-style: italic;
  margin: 0 0 0.5rem;
}
.pt-profile__edit-link {
  background: none;
  border: none;
  font-size: 0.75rem;
  color: var(--clr-muted);
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  font-family: inherit;
  transition: color 0.15s;
}
.pt-profile__edit-link:hover { color: var(--clr-dark); }
.pt-profile__add-btn {
  background: none;
  border: 1px solid var(--clr-border);
  border-radius: 6px;
  padding: 0.22rem 0.6rem;
  font-size: 0.74rem;
  color: var(--clr-dark);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
  flex-shrink: 0;
}
.pt-profile__add-btn:hover { background: rgba(30,53,40,0.06); border-color: #7A8C6A; }
/* Care team */
.pt-care-list { display: flex; flex-direction: column; gap: 0.45rem; }
.pt-care-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: #f0ece0;
  border-radius: 0.5rem;
  padding: 0.5rem 0.6rem;
}
.pt-care-item__info { flex: 1; min-width: 0; }
.pt-care-item__name { font-size: 0.82rem; font-weight: 600; color: var(--clr-dark); }
.pt-care-item__role { font-size: 0.73rem; color: var(--clr-muted); }
.pt-care-item__contact { font-size: 0.72rem; color: var(--clr-muted); margin-top: 0.1rem; }
.pt-care-item__rm {
  background: none; border: none; color: var(--clr-muted);
  cursor: pointer; font-size: 1rem; padding: 0; flex-shrink: 0;
  line-height: 1; opacity: 0.45; transition: opacity 0.15s;
}
.pt-care-item__rm:hover { opacity: 1; }
/* Notes pad */
.pt-notes-pad {
  width: 100%;
  min-height: 72px;
  resize: vertical;
  border: none;
  background: transparent;
  font-size: 0.84rem;
  color: var(--clr-dark);
  font-family: inherit;
  line-height: 1.55;
  outline: none;
  padding: 0;
  box-sizing: border-box;
}
.pt-notes-pad::placeholder { color: var(--clr-muted); font-style: italic; }
.pt-notes-saved {
  font-size: 0.7rem;
  color: #7A8C6A;
  margin-top: 0.3rem;
  display: none;
}
/* ── Modal overlay ────────────────────────────────────────────── */
.pt-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(20,40,28,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(2px);
}
.pt-modal[hidden] { display: none; }
.pt-modal__box {
  background: #fdfaf5;
  border-radius: 1.25rem;
  padding: 2rem 1.75rem 1.75rem;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 12px 48px rgba(20,40,28,0.2);
  position: relative;
}
.pt-modal__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--clr-dark);
  margin: 0 0 0.3rem;
}
.pt-modal__sub {
  font-size: 0.8rem;
  color: var(--clr-muted);
  margin: 0 0 1.4rem;
  line-height: 1.45;
}
.pt-modal__field { margin-bottom: 0.85rem; }
.pt-modal__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--clr-muted);
  display: block;
  margin-bottom: 0.35rem;
}
.pt-modal__input {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1.5px solid var(--clr-border);
  border-radius: 0.625rem;
  font-size: 0.88rem;
  color: var(--clr-dark);
  background: #fff;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.15s;
}
.pt-modal__input:focus { border-color: #7A8C6A; }
.pt-modal__actions { display: flex; gap: 0.5rem; margin-top: 1.4rem; }
.pt-modal__save {
  flex: 1;
  padding: 0.65rem;
  background: var(--clr-dark);
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}
.pt-modal__save:hover { background: #2d4838; }
.pt-modal__save:disabled { opacity: 0.55; cursor: default; }
.pt-modal__cancel {
  padding: 0.65rem 1rem;
  background: none;
  border: 1.5px solid var(--clr-border);
  border-radius: 0.625rem;
  font-size: 0.86rem;
  color: var(--clr-muted);
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s, color 0.15s;
}
.pt-modal__cancel:hover { border-color: var(--clr-dark); color: var(--clr-dark); }
.pt-modal__close {
  position: absolute;
  top: 1rem; right: 1rem;
  background: none; border: none;
  cursor: pointer; color: var(--clr-muted);
  font-size: 1.3rem; line-height: 1; padding: 0;
  transition: color 0.15s;
}
.pt-modal__close:hover { color: var(--clr-dark); }
/* ── Milestone banner ─────────────────────────────────────────── */
.pt-milestone-banner {
  display: none;
  align-items: center;
  gap: 0.6rem;
  margin: 0.75rem 1.5rem 0;
  padding: 0.65rem 1rem;
  background: #f4f0e6;
  border-left: 3px solid #7A8C6A;
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--clr-dark);
  line-height: 1.4;
}
.pt-milestone-banner__icon { font-size: 1rem; flex-shrink: 0; }

/* ── My Plan panel ───────────────────────────────────────────── */
#pt-panel-myplan { padding: 1.5rem 1.75rem; display: none; }
.pt-myplan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.pt-myplan-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0;
}
.pt-myplan-sub {
  font-size: 0.78rem;
  color: var(--clr-muted);
  margin: 0.2rem 0 0;
}
.pt-myplan-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--clr-dark);
  color: var(--clr-white);
  border: none;
  border-radius: 2rem;
  padding: 0.42rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.15s;
  flex-shrink: 0;
}
.pt-myplan-add-btn:hover { opacity: 0.85; }
.pt-myplan-stats {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  background: var(--clr-cream);
  border-radius: 0.6rem;
  border: 1px solid var(--clr-border);
}
.pt-myplan-stat { flex: 1; text-align: center; }
.pt-myplan-stat__num {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--font-serif);
  color: var(--clr-dark);
  line-height: 1.15;
}
.pt-myplan-stat__label {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clr-muted);
}
.pt-myplan-body { display: flex; flex-direction: column; gap: 0.65rem; }
.pt-myplan-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-muted2);
  margin: 0.3rem 0 0.25rem;
  padding-left: 0.5rem;
  border-left: 2px solid var(--clr-olive);
}
.pt-apt {
  background: var(--clr-white);
  border: 1.5px solid var(--clr-border);
  border-radius: 0.75rem;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.pt-apt:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.pt-apt--past { opacity: 0.65; }
.pt-apt__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
}
.pt-apt__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  color: #fff;
}
.pt-apt__date--t1 { background: #6B8F71; }
.pt-apt__date--t2 { background: #B08D4F; }
.pt-apt__date--t3 { background: #8F5250; }
.pt-apt__date-day { font-size: 1.15rem; font-weight: 700; line-height: 1; }
.pt-apt__date-mon {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0.1rem;
  opacity: 0.9;
}
.pt-apt__info { flex: 1; min-width: 0; }
.pt-apt__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--clr-dark);
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pt-apt__meta {
  font-size: 0.76rem;
  color: var(--clr-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.6rem;
  align-items: center;
}
.pt-apt__tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.13rem 0.45rem;
  border-radius: 99px;
  color: #fff;
}
.pt-apt__tag--t1 { background: #6B8F71; }
.pt-apt__tag--t2 { background: #B08D4F; }
.pt-apt__tag--t3 { background: #8F5250; }
.pt-apt__rm {
  background: none;
  border: none;
  color: var(--clr-muted);
  cursor: pointer;
  padding: 0.3rem;
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
}
.pt-apt__rm:hover { color: #9A3A2A; background: #fdf0ee; }
.pt-apt__notes-text {
  font-size: 0.8rem;
  color: var(--clr-muted);
  padding: 0 1rem 0.6rem;
  line-height: 1.5;
  font-style: italic;
}
.pt-apt__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 1rem;
  background: var(--clr-cream);
  border-top: 1px solid var(--clr-border);
}
.pt-apt__cal-link {
  font-size: 0.75rem;
  color: var(--clr-olive);
  font-weight: 600;
  text-decoration: none;
}
.pt-apt__cal-link:hover { text-decoration: underline; }
.pt-apt__days { font-size: 0.72rem; color: var(--clr-muted); }
.pt-apt-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--clr-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}
.pt-apt-empty__icon { font-size: 1.75rem; margin-bottom: 0.5rem; }
/* Add Appointment Modal */
.pt-apt-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.pt-apt-modal-overlay.open { display: flex; }
.pt-apt-modal {
  background: var(--clr-white);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem 1.5rem;
  width: min(420px, calc(100vw - 2rem));
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.pt-apt-modal__title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 0 1.1rem;
  color: var(--clr-dark);
}
.pt-apt-modal__form { display: flex; flex-direction: column; gap: 0.85rem; }
.pt-apt-modal__row { display: flex; gap: 0.65rem; }
.pt-apt-modal__row > * { flex: 1; }
.pt-apt-modal__field { display: flex; flex-direction: column; gap: 0.3rem; }
.pt-apt-modal__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clr-muted2);
}
.pt-apt-modal__input {
  border: 1.5px solid var(--clr-border);
  border-radius: 0.45rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.85rem;
  font-family: inherit;
  color: var(--clr-dark);
  background: var(--clr-white);
  transition: border-color 0.15s;
  width: 100%;
  box-sizing: border-box;
}
.pt-apt-modal__input:focus { outline: none; border-color: var(--clr-olive); }
select.pt-apt-modal__input { appearance: none; }
.pt-apt-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.pt-apt-modal__cancel {
  background: none;
  border: 1.5px solid var(--clr-border);
  border-radius: 2rem;
  padding: 0.42rem 1.1rem;
  font-size: 0.82rem;
  font-family: inherit;
  color: var(--clr-muted);
  cursor: pointer;
}
.pt-apt-modal__save {
  background: var(--clr-dark);
  border: none;
  border-radius: 2rem;
  padding: 0.42rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--clr-white);
  cursor: pointer;
  transition: opacity 0.15s;
}
.pt-apt-modal__save:hover { opacity: 0.85; }
@media (max-width: 640px) {
  #pt-panel-myplan { padding: 1.25rem 1rem; }
  .pt-apt-modal__row { flex-direction: column; gap: 0.85rem; }
}

/* ── Partner Invite Drawer ───────────────────────────────────── */
.pt-invite-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30,25,20,0.45);
  z-index: 10000;
  backdrop-filter: blur(2px);
}
.pt-invite-overlay.open { display: block; }
.pt-invite-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 100vw);
  background: #FAF8F4;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.14);
}
.pt-invite-drawer.open { transform: translateX(0); }
.pt-invite-drawer__head {
  background: #2C3B2D;
  padding: 1.5rem 1.5rem 1.25rem;
  flex-shrink: 0;
}
.pt-invite-drawer__logo {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: #F5F0E8;
  margin: 0 0 0.2rem;
  letter-spacing: 0.03em;
}
.pt-invite-drawer__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9FB89A;
  margin: 0;
  font-family: sans-serif;
}
.pt-invite-drawer__close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  background: rgba(255,255,255,0.12);
  border: none;
  color: #F5F0E8;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.pt-invite-drawer__close:hover { background: rgba(255,255,255,0.22); }
.pt-invite-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.75rem 1.5rem;
}
/* Avatar pair */
.pt-invite-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 1.5rem;
}
.pt-invite-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border: 3px solid #FAF8F4;
  flex-shrink: 0;
}
.pt-invite-avatar--you {
  background: #C8A96A;
  z-index: 1;
}
.pt-invite-avatar--partner {
  background: #E8E0D0;
  border: 3px dashed #C8A96A;
  margin-left: -0.6rem;
  font-size: 1rem;
  color: #9A8A7A;
}
.pt-invite-connector {
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, #C8A96A 0%, #D4B87A 100%);
  border-radius: 1px;
  flex-shrink: 0;
}
.pt-invite-drawer__title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0 0 0.55rem;
  line-height: 1.35;
  text-align: center;
}
.pt-invite-drawer__sub {
  font-size: 0.82rem;
  color: var(--clr-muted);
  line-height: 1.65;
  text-align: center;
  margin: 0 0 1.6rem;
}
/* Form */
.pt-invite-form { display: flex; flex-direction: column; gap: 1rem; }
.pt-invite-field { display: flex; flex-direction: column; gap: 0.3rem; }
.pt-invite-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--clr-muted2);
}
.pt-invite-input {
  border: 1.5px solid var(--clr-border);
  border-radius: 0.5rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.88rem;
  font-family: inherit;
  color: var(--clr-dark);
  background: var(--clr-white);
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.pt-invite-input:focus { outline: none; border-color: #7A8C6A; }
.pt-invite-input.error { border-color: #9A3A2A; }
textarea.pt-invite-input { resize: none; min-height: 5rem; line-height: 1.5; }
.pt-invite-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.pt-invite-btn-primary {
  background: #2C3B2D;
  color: #F5F0E8;
  border: none;
  border-radius: 2rem;
  padding: 0.72rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.15s;
  width: 100%;
}
.pt-invite-btn-primary:hover { opacity: 0.88; }
.pt-invite-btn-primary:disabled { opacity: 0.5; cursor: default; }
.pt-invite-btn-secondary {
  background: none;
  color: var(--clr-muted);
  border: 1.5px solid var(--clr-border);
  border-radius: 2rem;
  padding: 0.62rem 1.5rem;
  font-size: 0.85rem;
  font-family: inherit;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.15s, color 0.15s;
}
.pt-invite-btn-secondary:hover { border-color: var(--clr-muted); color: var(--clr-dark); }
/* Success state */
.pt-invite-success {
  text-align: center;
  padding: 1.5rem 0 1rem;
  display: none;
}
.pt-invite-success.visible { display: block; }
.pt-invite-success__icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #EEF3EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.4rem;
}
.pt-invite-success__title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0 0 0.55rem;
}
.pt-invite-success__body {
  font-size: 0.83rem;
  color: var(--clr-muted);
  line-height: 1.65;
  margin: 0 0 1.5rem;
}
/* Status chip */
.pt-invite-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  margin-bottom: 1.25rem;
  border: 1px solid;
}
.pt-invite-status--pending {
  background: #FDF8EE;
  border-color: #E8D5A0;
  color: #7A6020;
}
.pt-invite-status--accepted {
  background: #EEF4EE;
  border-color: #B0CDB0;
  color: #2C5C2C;
}
.pt-invite-status--expired {
  background: #FDF2EE;
  border-color: #E8C0B0;
  color: #7A3020;
}
.pt-invite-status__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pt-invite-status--pending  .pt-invite-status__dot { background: #C8A940; }
.pt-invite-status--accepted .pt-invite-status__dot { background: #4A8C4A; }
.pt-invite-status--expired  .pt-invite-status__dot { background: #C85030; }
.pt-invite-status__info { flex: 1; }
.pt-invite-status__name { font-weight: 600; }
.pt-invite-status__sub {
  font-size: 0.72rem;
  opacity: 0.85;
  display: block;
  margin-top: 0.1rem;
}
.pt-invite-status__action {
  background: none;
  border: none;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  flex-shrink: 0;
}
.pt-invite-status--pending  .pt-invite-status__action { color: #7A6020; }
.pt-invite-status--accepted .pt-invite-status__action { color: #9A3A2A; }
.pt-invite-status--expired  .pt-invite-status__action { color: #7A3020; }
/* Shared badge (appears throughout planner when partner accepted) */
.pt-shared-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4A8C4A;
  background: #EEF4EE;
  border: 1px solid #B0CDB0;
  border-radius: 99px;
  padding: 0.18rem 0.55rem;
}
.pt-shared-badge__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4A8C4A;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .pt-invite-drawer { width: 100vw; }
  .pt-invite-drawer__body { padding: 1.25rem 1.1rem; }
}

/* ── Pregnancy Planner Dashboard ─────────────────────────────────────────── */

/* Override panel to allow full-width dashboard layout */
.pt-plan-panel.active {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  background: #F9F7F4;
}
.pp-body-wrap {
  display: flex;
  flex: 1;
  align-items: flex-start;
  min-height: 0;
}

/* Sidebar */
.pp-sidebar {
  width: 220px;
  flex-shrink: 0;
  background: #FAF8F4;
  border-right: 1px solid #EDE8DF;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 1.25rem;
  gap: 0;
  min-height: 480px;
}
.pp-sidebar__logo {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 1.2rem;
  color: #1A2018;
  letter-spacing: 0.03em;
  padding: 0 1.25rem 1.25rem;
  border-bottom: 1px solid #EDE8DF;
  margin-bottom: 0.5rem;
}
.pp-nav { display: flex; flex-direction: column; flex: 1; }
.pp-nav__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(26,32,24,0.55);
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  border-radius: 0;
  transition: background 0.12s, color 0.12s;
  text-decoration: none;
  line-height: 1.3;
  font-family: inherit;
}
.pp-nav__item:hover { background: rgba(35,70,55,0.06); color: #1A2018; }
.pp-nav__item.active { background: rgba(35,70,55,0.1); color: #1A2018; font-weight: 600; }
.pp-nav__icon { width: 16px; flex-shrink: 0; opacity: 0.6; }
.pp-nav__sep { height: 1px; background: #EDE8DF; margin: 0.5rem 1.25rem; }

/* Sidebar trimester widget */
.pp-trimester-widget {
  margin: 0.75rem 1rem 0;
  padding: 0.9rem;
  background: #F0EBE1;
  border-radius: 0.6rem;
  border: 1px solid #E4DDD0;
}
.pp-trimester-widget__eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A8C6A;
  margin: 0 0 0.15rem;
}
.pp-trimester-widget__title {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 0.95rem;
  color: #1A2018;
  margin: 0 0 0.1rem;
}
.pp-trimester-widget__sub {
  font-size: 0.7rem;
  color: rgba(26,32,24,0.55);
  margin: 0 0 0.6rem;
}
.pp-trimester-bar {
  height: 4px;
  background: #DDD5C5;
  border-radius: 2px;
  margin-bottom: 0.4rem;
}
.pp-trimester-bar__fill {
  height: 100%;
  background: #7A8C6A;
  border-radius: 2px;
  transition: width 0.4s ease;
}
.pp-trimester-widget__due {
  font-size: 0.68rem;
  color: rgba(26,32,24,0.4);
  margin: 0;
}

/* Sidebar share widget */
.pp-share-widget {
  margin: 0.75rem 1rem 0;
  padding: 0.85rem 0.9rem;
  background: #F0EBE1;
  border-radius: 0.6rem;
  border: 1px solid #E4DDD0;
}
.pp-share-widget__title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1A2018;
  margin: 0 0 0.2rem;
}
.pp-share-widget__sub {
  font-size: 0.65rem;
  color: rgba(26,32,24,0.5);
  margin: 0 0 0.6rem;
  line-height: 1.4;
}
.pp-share-widget__row { display: flex; align-items: center; gap: 0.35rem; }
.pp-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: #D8EDDA; border: 2px solid #C0DCC0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; color: #4A6B4A; flex-shrink: 0;
}
.pp-avatar--add {
  background: #F0EBE1; border: 2px dashed #C8BCA8;
  color: rgba(26,32,24,0.4); font-size: 0.85rem; cursor: pointer;
}
.pp-share-widget__btn {
  display: flex; align-items: center; gap: 0.35rem;
  background: #1A2018; border: none; border-radius: 99px;
  color: #F5F0E8; font-size: 0.68rem; font-weight: 600; padding: 0.3rem 0.65rem;
  cursor: pointer; font-family: inherit; transition: opacity 0.12s;
  margin-top: 0.5rem; width: 100%;
}
.pp-share-widget__btn:hover { opacity: 0.82; }
.pp-sidebar__settings {
  display: flex; align-items: center; gap: 0.5rem; padding: 0.55rem 1.25rem;
  font-size: 0.78rem; color: rgba(26,32,24,0.35); margin-top: auto;
  cursor: default;
}

/* Main content area */
.pp-main { flex: 1; display: flex; flex-direction: column; min-width: 0; min-height: 480px; }
.pp-section { display: none; flex-direction: column; }
.pp-section.active { display: flex; }

/* Overview section */
.pp-overview { padding: 1.75rem 2rem; display: flex; flex-direction: column; gap: 1.5rem; }

/* Header */
.pp-header { display: flex; flex-direction: column; gap: 0.15rem; }
.pp-greeting {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 1.55rem;
  font-weight: 400;
  color: #1A2018;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pp-header__sub { font-size: 0.82rem; color: #6B7A6E; margin: 0; }

/* Partner view banner */
.pp-partner-banner {
  display: flex; align-items: center; gap: 0.5rem;
  background: #EEF4EE; border: 1px solid #B0CDB0; border-radius: 0.5rem;
  padding: 0.65rem 1rem; font-size: 0.82rem; color: #3A5C3A;
}

/* Hero card */
.pp-hero {
  border-radius: 0;
  background: #2C3B2D;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 280px;
}
.pp-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.62) hue-rotate(8deg) brightness(0.88);
  z-index: 0;
}
.pp-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15,28,20,0.88) 0%, rgba(15,28,20,0.65) 45%, rgba(15,28,20,0) 75%);
  z-index: 1;
}
.pp-hero__text { position: relative; z-index: 2; max-width: 420px; }
.pp-hero__title {
  font-family: 'Lora', 'Playfair Display', var(--font-serif, Georgia, serif);
  font-size: 1.65rem;
  font-weight: 600;
  color: #F5F0E8;
  margin: 0 0 0.65rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.pp-hero__body { font-size: 0.875rem; color: rgba(245,240,232,0.82); margin: 0 0 1.25rem; line-height: 1.7; }
.pp-hero__btn {
  display: inline-flex; align-items: center;
  background: #F5F0E8; color: #2C3B2D;
  border: none; border-radius: 99px;
  padding: 0.5rem 1.1rem; font-size: 0.8rem; font-weight: 600;
  cursor: pointer; font-family: inherit; transition: opacity 0.15s;
}
.pp-hero__btn:hover { opacity: 0.88; }

/* Quick actions */
.pp-quick-actions { display: flex; flex-direction: column; gap: 0.5rem; }
.pp-quick-actions__label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #9A8A7A; margin: 0; }
.pp-qa-row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.pp-qa-btn {
  display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
  border: 1.5px solid #E8E3D9; border-radius: 0.75rem;
  background: #FFFFFF; padding: 0.75rem 0.9rem;
  font-size: 0.7rem; font-weight: 500; color: #4A4A4A;
  cursor: pointer; font-family: inherit; transition: border-color 0.12s, background 0.12s;
  min-width: 68px;
}
.pp-qa-btn:hover { border-color: #9FB89A; background: #F6FAF5; }
.pp-qa-btn svg { color: #6B7A6E; }

/* Content grid */
.pp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 760px) { .pp-grid { grid-template-columns: 1fr; } }

/* Card base */
.pp-card {
  background: #FFFFFF;
  border: 1px solid #EDEAE3;
  border-radius: 0.875rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pp-card__header {
  display: flex; align-items: center; justify-content: space-between;
}
.pp-card__title { font-size: 0.95rem; font-weight: 600; color: #1A2018; margin: 0; }
.pp-card__link {
  font-size: 0.75rem; color: #6B7A6E; font-weight: 500;
  background: none; border: none; cursor: pointer; font-family: inherit; padding: 0;
  text-decoration: none;
}
.pp-card__link:hover { color: #2C3B2D; }
.pp-card__empty { font-size: 0.8rem; color: #9A9A9A; text-align: center; padding: 1rem 0; }

/* Appointment rows */
.pp-apt-row {
  display: flex; gap: 0.75rem; align-items: flex-start;
  padding-bottom: 0.65rem; border-bottom: 1px solid #F0EDE5;
}
.pp-apt-row:last-child { border-bottom: none; padding-bottom: 0; }
.pp-apt-date {
  flex-shrink: 0; width: 44px; text-align: center;
  background: #F5F0E8; border-radius: 0.5rem; padding: 0.35rem 0.25rem;
}
.pp-apt-date__mon { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #7A8C6A; }
.pp-apt-date__day { font-size: 1.15rem; font-weight: 700; color: #2C3B2D; line-height: 1.1; }
.pp-apt-info { flex: 1; min-width: 0; }
.pp-apt-info__title { font-size: 0.85rem; font-weight: 600; color: #1A2018; margin: 0 0 0.1rem; }
.pp-apt-info__sub { font-size: 0.75rem; color: #6B7A6E; margin: 0; }
.pp-apt-cal-links { display: flex; gap: 0.4rem; margin-top: 0.3rem; flex-wrap: wrap; }
.pp-apt-cal-link {
  font-size: 0.65rem; color: #7A8C6A; font-weight: 600;
  background: #F0EDE5; border-radius: 99px; padding: 0.15rem 0.5rem;
  text-decoration: none; transition: background 0.12s;
  display: inline-flex; align-items: center; gap: 0.2rem;
}
.pp-apt-cal-link:hover { background: #E2EDDC; color: #3A5C3A; }
.pp-apt-rm {
  flex-shrink: 0; background: none; border: none; color: #C0B8A8;
  font-size: 1rem; cursor: pointer; padding: 0.15rem;
  transition: color 0.12s; align-self: flex-start;
}
.pp-apt-rm:hover { color: #A05050; }

/* Note rows */
.pp-note-row {
  display: flex; gap: 0.65rem; align-items: flex-start;
  padding-bottom: 0.65rem; border-bottom: 1px solid #F0EDE5;
  cursor: pointer;
}
.pp-note-row:last-child { border-bottom: none; padding-bottom: 0; }
.pp-note-icon {
  flex-shrink: 0; width: 28px; height: 28px;
  background: #F5F0E8; border-radius: 0.4rem;
  display: flex; align-items: center; justify-content: center; color: #9A8A7A;
}
.pp-note-info { flex: 1; min-width: 0; }
.pp-note-date { font-size: 0.68rem; color: #9A9A9A; margin: 0 0 0.1rem; }
.pp-note-title { font-size: 0.83rem; font-weight: 600; color: #1A2018; margin: 0 0 0.1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pp-note-body { font-size: 0.75rem; color: #6B7A6E; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pp-note-tag {
  display: inline-flex; align-items: center;
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.04em;
  background: #EEF4EE; color: #4A6B4A; border-radius: 99px;
  padding: 0.1rem 0.4rem; margin-top: 0.2rem;
}
.pp-note-rm { flex-shrink: 0; background: none; border: none; color: #C0B8A8; font-size: 0.9rem; cursor: pointer; padding: 0.15rem; transition: color 0.12s; }
.pp-note-rm:hover { color: #A05050; }

/* Care team rows */
.pp-ct-row {
  display: flex; align-items: center; gap: 0.75rem;
  padding-bottom: 0.65rem; border-bottom: 1px solid #F0EDE5;
}
.pp-ct-row:last-child { border-bottom: none; padding-bottom: 0; }
.pp-ct-avatar {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: #E8F0E4; display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700; color: #4A6B4A;
}
.pp-ct-info { flex: 1; min-width: 0; }
.pp-ct-name { font-size: 0.85rem; font-weight: 600; color: #1A2018; margin: 0; }
.pp-ct-role { font-size: 0.73rem; color: #6B7A6E; margin: 0; }
.pp-ct-actions { display: flex; gap: 0.3rem; flex-shrink: 0; }
.pp-ct-action {
  width: 28px; height: 28px; border-radius: 50%;
  background: #F5F0E8; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #7A8C6A; font-size: 0.75rem; transition: background 0.12s;
}
.pp-ct-action:hover { background: #E2EDDC; }
.pp-ct-rm { background: none; border: none; color: #C0B8A8; font-size: 0.9rem; cursor: pointer; padding: 0.15rem; transition: color 0.12s; }
.pp-ct-rm:hover { color: #A05050; }

/* Images & inspiration */
.pp-images-scroll {
  display: flex; gap: 0.6rem; overflow-x: auto;
  padding-bottom: 0.5rem; cursor: grab;
  scrollbar-width: none;
}
.pp-images-scroll::-webkit-scrollbar { display: none; }
.pp-images-scroll.dragging { cursor: grabbing; }
.pp-img-item {
  flex-shrink: 0; width: 100px; height: 80px; border-radius: 0.6rem;
  overflow: hidden; position: relative;
  border: 2px solid transparent; transition: border-color 0.12s;
}
.pp-img-item.drag-over { border-color: #7A8C6A; }
.pp-img-item img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.pp-img-rm {
  position: absolute; top: 3px; right: 3px;
  background: rgba(0,0,0,0.55); color: #fff; border: none;
  border-radius: 50%; width: 18px; height: 18px; font-size: 0.65rem;
  cursor: pointer; display: none; align-items: center; justify-content: center;
  line-height: 1;
}
.pp-img-item:hover .pp-img-rm { display: flex; }
.pp-img-add {
  flex-shrink: 0; width: 100px; height: 80px; border-radius: 0.6rem;
  border: 1.5px dashed #C8C0B0; background: #FAFAF8;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.2rem; cursor: pointer; color: #9A9A9A; font-size: 0.65rem; font-weight: 600;
  transition: border-color 0.12s, background 0.12s;
}
.pp-img-add:hover { border-color: #7A8C6A; background: #F6FAF5; color: #4A6B4A; }

/* Inspiration Board — full-width card */
.pp-insp-card { grid-column: 1 / -1; }

/* Inspiration drop zone */
.pp-insp-drop {
  min-height: 180px;
  border: 2px dashed #D4CCBC;
  border-radius: 0.875rem;
  background: #FAFAF8;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pp-insp-drop:hover { border-color: #7A8C6A; background: #F6FAF5; }
.pp-insp-drop.drag-active { border-color: #7A8C6A; background: #EEF4EE; }
.pp-insp-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  pointer-events: none;
  padding: 1.5rem;
  text-align: center;
}
.pp-insp-placeholder__icon {
  font-size: 2rem;
  opacity: 0.35;
  line-height: 1;
}
.pp-insp-placeholder__text {
  font-size: 0.82rem;
  color: #9A9A9A;
  line-height: 1.6;
  max-width: 22rem;
}
.pp-insp-drop.has-images .pp-insp-placeholder { display: none; }
.pp-insp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 0.5rem;
  padding: 0.75rem;
  min-height: 180px;
}

/* To-Do section */
.pp-todo-row {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.5rem 0; border-bottom: 1px solid #F0EDE5;
}
.pp-todo-row:last-child { border-bottom: none; }
.pp-todo-cb {
  width: 18px; height: 18px; border-radius: 50%; border: 2px solid #C8C0B0;
  flex-shrink: 0; cursor: pointer; display: flex; align-items: center;
  justify-content: center; background: none; transition: border-color 0.12s, background 0.12s;
}
.pp-todo-cb.done { background: #4A6B4A; border-color: #4A6B4A; }
.pp-todo-cb.done::after { content: ''; display: block; width: 5px; height: 9px; border: 2px solid white; border-top: none; border-left: none; transform: rotate(45deg) translate(-1px,-1px); }
.pp-todo-title { flex: 1; font-size: 0.83rem; color: #1A2018; }
.pp-todo-title.done { text-decoration: line-through; color: #9A9A9A; }
.pp-todo-cat {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.04em;
  border-radius: 99px; padding: 0.12rem 0.5rem;
  background: #F0EDE5; color: #7A7060;
}
.pp-todo-rm { background: none; border: none; color: #C0B8A8; font-size: 0.85rem; cursor: pointer; padding: 0.15rem; transition: color 0.12s; }
.pp-todo-rm:hover { color: #A05050; }
.pp-checklist-week-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #9A8A7A; margin: 0.9rem 0 0.35rem; }
.pp-checklist-done-header { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin: 1rem 0 0.35rem; }
.pp-checklist-clear-btn { background: none; border: none; font-size: 0.72rem; font-weight: 600; color: #A05050; cursor: pointer; padding: 0; }
.pp-checklist-clear-btn:hover { text-decoration: underline; }

/* Footer */
.pp-footer {
  display: flex; align-items: center; justify-content: space-between;
  background: #F5F0E8; border-radius: 0.875rem;
  padding: 1rem 1.25rem; gap: 1rem;
}
.pp-footer__text { font-size: 0.8rem; color: #6B5E4E; line-height: 1.55; }
.pp-footer__text strong { display: block; font-size: 0.88rem; color: #3A3028; margin-bottom: 0.1rem; }
.pp-footer__link {
  font-size: 0.8rem; font-weight: 600; color: #4A6B4A;
  white-space: nowrap; text-decoration: none; flex-shrink: 0;
}

/* Full-section views (appointments, notes, tasks, images) */
.pp-full-section { padding: 1.75rem 2rem; flex: 1; display: flex; flex-direction: column; gap: 1.25rem; }
.pp-full-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.pp-full-title { font-family: var(--font-serif, Georgia, serif); font-size: 1.3rem; font-weight: 400; color: #1A2018; margin: 0; }
.pp-full-add-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #2C3B2D; color: #F5F0E8; border: none; border-radius: 99px;
  padding: 0.5rem 1.1rem; font-size: 0.8rem; font-weight: 600;
  cursor: pointer; font-family: inherit; transition: opacity 0.15s;
}
.pp-full-add-btn:hover { opacity: 0.85; }
.pp-full-extra-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #F5F0E8; color: #4A5E4A; border: 1.5px solid #DDDBD3; border-radius: 99px;
  padding: 0.45rem 1rem; font-size: 0.78rem; font-weight: 600;
  cursor: pointer; font-family: inherit; transition: background 0.12s;
}
.pp-full-extra-btn:hover { background: #EBE8E0; }

/* Full images gallery grid */
.pp-img-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}
.pp-img-grid-item {
  aspect-ratio: 4/3; border-radius: 0.75rem; overflow: hidden; position: relative;
  border: 2px solid transparent; transition: border-color 0.12s;
}
.pp-img-grid-item.drag-over { border-color: #7A8C6A; }
.pp-img-grid-item img { width: 100%; height: 100%; object-fit: cover; }
.pp-img-grid-item .pp-img-rm { display: flex; }

/* Shared modal for all planner actions */
.pp-modal {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(30,40,30,0.5); display: flex;
  align-items: center; justify-content: center; padding: 1rem;
}
.pp-modal[hidden] { display: none; }
.pp-modal__box {
  background: #FFFFFF; border-radius: 1rem; padding: 1.75rem;
  width: 100%; max-width: 420px; position: relative;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}
.pp-modal__close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; font-size: 1.3rem;
  color: #9A9A9A; cursor: pointer; line-height: 1; padding: 0.25rem;
}
.pp-modal__title { font-family: var(--font-serif, Georgia, serif); font-size: 1.15rem; font-weight: 400; color: #1A2018; margin: 0 0 0.25rem; }
.pp-modal__sub { font-size: 0.8rem; color: #6B7A6E; margin: 0 0 1.25rem; }
.pp-modal__field { margin-bottom: 0.85rem; }
.pp-modal__label { display: block; font-size: 0.75rem; font-weight: 600; color: #4A4A4A; margin-bottom: 0.3rem; letter-spacing: 0.02em; }
.pp-modal__input {
  width: 100%; border: 1.5px solid #DDD8CC; border-radius: 0.5rem;
  padding: 0.55rem 0.75rem; font-size: 0.85rem; color: #1A2018;
  font-family: inherit; background: #FAFAF8; transition: border-color 0.15s;
  box-sizing: border-box;
}
.pp-modal__input:focus { outline: none; border-color: #7A8C6A; background: #FFFFFF; }
.pp-modal__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
.pp-modal__actions { display: flex; justify-content: flex-end; gap: 0.6rem; margin-top: 1.25rem; }
.pp-modal__cancel {
  background: none; border: 1.5px solid #DDD8CC; border-radius: 99px;
  padding: 0.45rem 1.1rem; font-size: 0.82rem; color: #6B6B6B;
  cursor: pointer; font-family: inherit;
}
.pp-modal__save {
  background: #2C3B2D; color: #F5F0E8; border: none; border-radius: 99px;
  padding: 0.5rem 1.3rem; font-size: 0.82rem; font-weight: 600;
  cursor: pointer; font-family: inherit; transition: opacity 0.15s;
}
.pp-modal__save:hover { opacity: 0.85; }
.pp-modal__save:disabled { opacity: 0.5; cursor: not-allowed; }

/* Mobile responsive */
@media (max-width: 680px) {
  .pp-body-wrap { flex-direction: column; }
  .pp-sidebar {
    width: 100%; min-height: unset; flex-direction: row;
    flex-wrap: wrap; padding: 0.75rem;
    gap: 0.25rem; align-items: center;
    border-right: none; border-bottom: 1px solid #EDE8DF;
  }
  .pp-sidebar__logo { display: none; }
  .pp-nav { flex-direction: row; flex-wrap: wrap; gap: 0.15rem; flex: 1; }
  .pp-nav__item { padding: 0.35rem 0.6rem; font-size: 0.75rem; }
  .pp-nav__icon { display: none; }
  .pp-nav__sep { display: none; }
  .pp-trimester-widget, .pp-share-widget, .pp-sidebar__settings { display: none; }
  .pp-overview { padding: 1.25rem 1rem; gap: 1rem; }
  .pp-hero { padding: 1.5rem; min-height: 220px; }
  .pp-hero__gradient { background: linear-gradient(to right, rgba(15,28,20,0.92) 0%, rgba(15,28,20,0.75) 60%, rgba(15,28,20,0.2) 100%); }
  .pp-hero__title { font-size: 1.3rem; }
  .pp-grid { grid-template-columns: 1fr; }
  .pp-insp-card { grid-column: unset; }
  .pp-full-section { padding: 1.25rem 1rem; }
}
/* END_SECTION:pregnancy-tracker-page */

/* START_SECTION:press-contact (INDEX:100) */
.press-contact {
    background: #F6F2EA;
    padding-block: 5rem;
    padding-inline: 1.5rem;
  }

  .press-contact__inner {
    max-width: 900px;
    margin-inline: auto;
  }

  .press-contact__card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    max-width: 420px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(35, 70, 55, 0.06);
  }

  @media screen and (min-width: 750px) {
    .press-contact__card {
      padding: 3.5rem 3rem;
    }
  }

  .press-contact__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.875rem;
    letter-spacing: -0.015em;
  }

  .press-contact__body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5A4A;
    margin: 0 0 2rem;
  }

  .press-contact__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #234637;
    color: #F6F2EA;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    padding: 0.875rem 2rem;
    transition: background 0.2s, opacity 0.2s;
    margin-block-end: 1.25rem;
  }

  .press-contact__btn:hover {
    background: #1a3329;
  }

  .press-contact__email {
    font-size: 0.875rem;
    color: #234637;
    margin: 0 0 1.5rem;
  }

  .press-contact__note {
    font-size: 0.8125rem;
    color: rgba(90, 90, 74, 0.65);
    margin: 0;
    line-height: 1.6;
  }
/* END_SECTION:press-contact */

/* START_SECTION:press-hero (INDEX:101) */
.press-hero {
    background-color: #F6F2EA;
    overflow: hidden;
  }

  .press-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 60svh;
  }

  @media screen and (min-width: 750px) {
    .press-hero__grid {
      grid-template-columns: 52% 48%;
      min-height: 78svh;
    }
  }

  .press-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3rem;
  }

  .press-hero__eyebrow {
    font-family: var(--font-body--family, sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 1.25rem;
  }

  .press-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
  }

  .press-hero__desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5A4A;
    margin: 0;
    max-width: 40ch;
  }

  .press-hero__media {
    position: relative;
    overflow: hidden;
    min-height: 340px;
  }

  .press-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
/* END_SECTION:press-hero */

/* START_SECTION:press-pillars (INDEX:102) */
.press-pillars {
    background: #ffffff;
    padding-block: 5rem;
    padding-inline: 1.5rem;
  }

  .press-pillars__inner {
    max-width: 900px;
    margin-inline: auto;
  }

  .press-pillars__about {
    text-align: center;
    margin-block-end: 4.5rem;
  }

  .press-pillars__about-heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1.25rem;
    letter-spacing: -0.015em;
  }

  .press-pillars__about-body {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #5A5A4A;
    max-width: 60ch;
    margin-inline: auto;
    margin-block: 0;
  }

  .press-pillars__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-block-start: 1px solid #E8E4DC;
    border-inline-start: 1px solid #E8E4DC;
  }

  @media screen and (min-width: 750px) {
    .press-pillars__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .press-pillars__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-block-end: 1px solid #E8E4DC;
    border-inline-end: 1px solid #E8E4DC;
  }

  .press-pillars__icon {
    color: #8A9A7E;
    margin-block-end: 1.25rem;
  }

  .press-pillars__item-title {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #234637;
    margin: 0 0 0.6rem;
  }

  .press-pillars__item-body {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0;
  }
/* END_SECTION:press-pillars */

/* START_SECTION:privacy-body (INDEX:103) */
.priv-body {
    background-color: #fbf9f4;
    padding-block: 2rem 3rem;
    padding-inline: 1.5rem;
  }

  .priv-body__container {
    max-width: 74rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .priv-body__container {
      grid-template-columns: 1fr 14rem;
      gap: 3.5rem;
    }
  }

  .priv-card {
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1.5rem;
    overflow: hidden;
  }

  .priv-section {
    padding: 2.5rem;
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .priv-section {
      padding: 3rem 3.5rem;
    }
  }

  .priv-section__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 500;
    color: #3C4131;
    margin: 0 0 1.25rem;
    line-height: 1.3;
  }

    .priv-section__subtitle {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    font-weight: 500;
    color: #3C4131;
    margin-bottom: 0.1rem;
    margin-top:0.5rem;
    line-height: 1.3;
  }

  .priv-section__text p {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #5A5A4A;
    margin: 0 0 1rem;
  }

  .priv-section__text p:last-child {
    margin-bottom: 1rem;
  }

  .priv-section__text p:has(+ ul) {
    margin-bottom: 0.1rem;
  }

  .priv-section__list {
    margin-top:0.5rem;
    margin-bottom: 1.5rem;
  }

  .priv-section__list li {
    margin-bottom: 0.6rem;
  }

  .priv-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 168, 130, 0.45) 20%, rgba(196, 168, 130, 0.45) 80%, transparent 100%);
  }

  .priv-link {
    color: #4f645b;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
  }

  .priv-link:hover {
    color: #3C4131;
  }

  .priv-contact-block {
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem;
    background-color: #fbf9f4;
    border: 1px solid rgba(60, 65, 49, 0.08);
    border-radius: 0.75rem;
  }

  .priv-contact-block p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5A5A4A;
    margin: 0 0 0.5rem;
  }

  .priv-contact-block p:last-child {
    margin-bottom: 0;
  }

  .priv-contact-name {
    font-weight: 700;
    color: #3C4131;
  }

  .priv-toc {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .priv-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
      max-height: calc(100vh - 8rem);
      overflow-y: auto;
    }
  }

  .priv-toc__card {
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .priv-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8A9A7E;
    margin: 0 0 0.875rem;
  }

  .priv-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .priv-toc__link {
    display: block;
    font-size: 0.78125rem;
    line-height: 1.45;
    color: #625f58;
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    border-radius: 0.375rem;
    transition: color 0.15s, background-color 0.15s;
  }

  .priv-toc__link:hover {
    color: #3C4131;
    background-color: rgba(60, 65, 49, 0.05);
  }

  .priv-toc__link--active {
    color: #3C4131;
    background-color: rgba(60, 65, 49, 0.08);
    font-weight: 500;
  }
/* END_SECTION:privacy-body */

/* START_SECTION:privacy-cta (INDEX:104) */
.priv-cta {
    background-color: #fbf9f4;
    padding-block: 1rem 6rem;
    padding-inline: 1.5rem;
  }

  .priv-cta__inner {
    max-width: 44rem;
    margin-inline: auto;
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1.5rem;
    padding: 3.5rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .priv-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f2f0eb;
    border-radius: 50%;
    color: #4f645b;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
  }

  .priv-cta__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 400;
    color: #3C4131;
    margin: 0 0 0.875rem;
    line-height: 1.2;
  }

  .priv-cta__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5A4A;
    margin: 0 0 2rem;
    max-width: 32rem;
  }

  .priv-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 2rem;
    background-color: #3C4131;
    color: #ffffff;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: opacity 0.2s;
  }

  .priv-cta__btn:hover {
    opacity: 0.85;
  }
/* END_SECTION:privacy-cta */

/* START_SECTION:privacy-hero (INDEX:105) */
.priv-hero {
    background-color: #fbf9f4;
    padding-block: 6rem 2rem;
    padding-inline: 1.5rem;
  }

  .priv-hero__wrap {
    max-width: 52rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .priv-hero__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A9A7E;
    margin: 0 0 1.5rem;
  }

  .priv-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
    color: #3C4131;
    margin: 0 0 1.75rem;
    letter-spacing: -0.02em;
  }

  .priv-hero__sub {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5A4A;
    margin: 0 0 2.25rem;
    max-width: 44rem;
  }

  .priv-hero__rule {
    display: block;
    width: 4rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C4A882, transparent);
    margin: 0 0 1.5rem;
  }

  .priv-hero__updated {
    font-size: 0.8125rem;
    font-style: italic;
    color: #8A9A7E;
    margin: 0;
  }
/* END_SECTION:privacy-hero */

/* START_SECTION:product-hotspots (INDEX:106) */
/* Section layout */
  .section-product-hotspots {
    position: relative;
  }

  .section-product-hotspots__wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: 100%;
    height: 100%;
  }

  /* Image container */
  .section-product-hotspots__content {
    position: relative;
    aspect-ratio: var(--ratio, 21 / 9);
    overflow: hidden;
  }

  /* Hide hotspots without products on touch devices (tablets included) */
  @media (hover: none) {
    .hotspot.hotspot--hidden-touch {
      display: none;
    }
  }

  /* Responsive adjustments */
  @media screen and (max-width: 749px) {
    /* Hide dialog on mobile - hotspot opens quick-add modal instead */
    .hotspot .hotspot-dialog {
      display: none;
    }
  }

  /* Hotspot button - positioned element with clickable area */
  .hotspot {
    position: absolute;
    cursor: pointer;
    width: var(--button-size);
    height: var(--button-size);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    outline: none;
    transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
    z-index: var(--layer-flat);
  }

  .hotspot:has(.hotspot-dialog[open]) {
    z-index: var(--layer-raised);
  }

  .hotspot .hotspot-trigger {
    padding: 0;
    border: none;
  }

  .hotspot-dialog__product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--padding-xs);
    padding-inline-start: 0;
    overflow: hidden;
  }

  /* Visual target circle */
  .hotspot-trigger {
    width: var(--hotspot-size);
    height: var(--hotspot-size);
    background: var(--hotspot-bg, rgb(0 0 0 / 0.5));
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: width 0.1s ease-out, height 0.1s ease-out;
  }

  /* On mobile, ensure trigger is tappable */
  @media screen and (max-width: 749px) {
    .hotspot-trigger {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
  }

  /* Bullseye using ::after pseudo-element */
  .hotspot-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--hotspot-size) * 0.4);
    height: calc(var(--hotspot-size) * 0.4);
    background: var(--hotspot-bullseye, #fff);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.1s ease-out, height 0.1s ease-out, background 0.1s ease-out;
  }

  /* Bullseye grows on hover or when dialog is open (desktop only) */
  @media screen and (min-width: 750px) {
    .hotspot:hover .hotspot-trigger::after,
    .hotspot:has(.hotspot-dialog[open]) .hotspot-trigger::after {
      width: calc(var(--hotspot-size) * 0.55);
      height: calc(var(--hotspot-size) * 0.55);
      transition: width 0.2s ease-out, height 0.2s ease-out, background 0.2s ease-out;
      transition-delay: 0.2s;
    }
  }

  .hotspots-container {
    position: absolute;
    inset: 0;
    z-index: var(--layer-flat);
    overflow: clip;
  }

  .hotspots__background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Dialog positioning */
  .hotspot .hotspot-dialog {
    position: absolute;
    padding: 0;
    border-radius: var(--style-border-radius-popover);
    border: var(--style-border-popover);
    width: max-content;
    min-width: var(--minimum-width-dialog);
    max-width: var(--maximum-width-dialog);
    box-shadow: var(--shadow-popover);

    &[data-placement*='bottom'] {
      --offset-y: 0px;
      --origin-y: calc(var(--hotspot-size) / 2);
      top: calc((var(--button-size) - var(--hotspot-size)) / 2 + var(--dialog-vertical-offset, 0px));
      bottom: unset;
    }
    &[data-placement*='top'] {
      --offset-y: 0px;
      --origin-y: calc(100% - (var(--hotspot-size) * 0.5));
      top: unset;
      bottom: calc((var(--button-size) - var(--hotspot-size)) * 0.5 - var(--dialog-vertical-offset, 0px));
    }
    &[data-placement*='left'] {
      --offset-x: calc((var(--button-size) - var(--hotspot-size)) * 0.5);
      --origin-x: calc(100% - (var(--hotspot-size) * 0.5));
      left: unset;
      right: 100%;
    }
    &[data-placement*='right'] {
      --offset-x: calc((var(--button-size) - var(--hotspot-size)) * -0.5);
      --origin-x: calc(var(--hotspot-size) * 0.5);
      left: 100%;
      right: unset;
    }
    &[data-placement*='center'] {
      left: 50%;
      translate: -50% 0;
      right: unset;
    }
    &[data-placement*='center'][data-placement*='bottom'] {
      --origin-y: calc(var(--hotspot-size) * 0.5);
      --origin-x: 50%;
      --offset-y: calc((var(--button-size) - var(--hotspot-size)) * -0.5);
      /* stylelint-disable-next-line declaration-property-value-disallowed-list */
      --offset-x: 0;
      top: 100%;
      bottom: unset;
      margin: 0;
    }
    &[data-placement*='center'][data-placement*='top'] {
      --origin-y: calc(100% - (var(--hotspot-size) * 0.5));
      --origin-x: 50%;
      --offset-y: calc((var(--button-size) - var(--hotspot-size)) * 0.5);
      /* stylelint-disable-next-line declaration-property-value-disallowed-list */
      --offset-x: 0;
      bottom: 100%;
    }
  }

  .hotspot .hotspot-dialog:is(:focus, :focus-visible),
  .hotspot .hotspot-dialog__link:is(:focus, :focus-visible) {
    outline: none;
  }

  .hotspot-dialog__product {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .hotspot-dialog__product-image,
  .hotspot-dialog svg.hotspot-dialog__placeholder-product-image {
    width: var(--width-product-image-dialog);
    height: var(--width-product-image-dialog);
    aspect-ratio: 1;
    padding: var(--padding-product-image-popover, var(--padding-xs));
    object-fit: cover;
    border-radius: var(--style-border-radius-popover);
  }

  .hotspot-dialog__link {
    position: absolute;
    inset: 0;
    z-index: var(--layer-flat);
  }

  .hotspot-dialog__product-title {
    margin-block-end: var(--product-title-gap);
    padding-inline-end: var(--padding-sm);
    min-width: 0;
  }

  .hotspot .hotspot-dialog .hotspot-dialog__sold-out-badge {
    display: flex;
    width: fit-content;
    justify-self: flex-end;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    font-size: var(--font-body--size);
    padding: var(--padding-2xs) var(--padding-sm);
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
    border-radius: var(--border-radius-sm);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-sm);
    opacity: var(--opacity-80);
  }

  /* Dialog transitions */
  .hotspot .hotspot-dialog {
    --hotspot-blur: 4px;
    --hotspot-scale: 0.8;
    --hotspot-entry-duration: 0.2s;
    --hotspot-exit-duration: 0.1s;

    /* Firefox doesn't have reverse transitions */
    /* in webkit/chromium we can set a closing attribute as we transition the exit and hook there */
    filter: blur(var(--hotspot-blur));
    opacity: 0;
    transform: scale(var(--hotspot-scale)) translate(0, 0);
    transition-property: display, opacity, filter, transform;
    transition-duration: var(--hotspot-entry-duration);
    transition-timing-function: ease;

    transform: scale(var(--hotspot-scale)) translate(var(--offset-x), var(--offset-y));
    transform-origin: var(--origin-x) var(--origin-y);
    transition-timing-function: cubic-bezier(0.65, -0.49, 0.35, 1.12);

    &[data-closing='true'] {
      transition-duration: var(--hotspot-exit-duration);
      transition-timing-function: ease-out;
      transform: scale(1) translate(0, calc(var(--hotspot-size) * 0.25));
    }

    /* We can only set transition-behavior once we've measured the dialog dimensions */
    &[data-showing='true'] {
      transition-behavior: allow-discrete;
    }
  }

  .hotspot .hotspot-dialog[open][data-showing='true'] {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    filter: blur(0px);
  }

  @starting-style {
    .hotspot .hotspot-dialog[open][data-showing='true'] {
      opacity: 0;
      filter: blur(var(--hotspot-blur));
      transform: scale(var(--hotspot-scale)) translate(var(--offset-x), var(--offset-y));
      transform-origin: var(--origin-x) var(--origin-y);
    }
  }

  /* Safety triangles for dialogs */
  .hotspot .hotspot-dialog::after {
    content: '';
    position: absolute;
    opacity: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    transition: opacity 0.22s ease-out, translate 0.22s 0.1s ease-out;
    scale: var(--scale-x, 1) var(--scale-y, 1);
    z-index: var(--layer-flat);
  }

  .hotspot-dialog[open]:is([data-placement*='left'], [data-placement*='right'])::after {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: calc(var(--button-size) / 2 + var(--hotspot-size) * 0.5);
  }

  .hotspot-dialog[open][data-placement*='right']::after {
    right: 100%;
    left: unset;
  }

  .hotspot-dialog[open][data-placement*='left']::after {
    left: 100%;
    right: unset;
    --scale-x: -1;
  }

  .hotspot-dialog[open][data-placement*='top']::after {
    --scale-y: -1;
  }

  .hotspot-dialog[open][data-placement*='center']::after {
    height: calc(var(--button-size) / 2 + var(--hotspot-size) * 0.5);
    width: 100%;
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: polygon(0 0, 100% 0, 50% calc(100% - var(--hotspot-size) * 0.25));
    --scale-x: 1;
    --scale-y: 1;
  }

  .hotspot-dialog[open][data-placement*='center'][data-placement*='bottom']::after {
    top: unset;
    bottom: 100%;
    --scale-y: -1;
  }

  .hotspot-dialog[open][data-placement*='center'][data-placement*='top']::after {
    top: 100%;
    bottom: unset;
  }

  /* Quick add button */
  .hotspot-dialog[open] {
    .quick-add {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: auto;
      height: auto;
      position: relative;
      z-index: var(--layer-flat);
    }

    .quick-add__button {
      position: relative;
      padding-block: 0;
      box-shadow: none;
      align-items: center;
      justify-self: flex-end;
      height: fit-content;
      translate: var(--padding-2xs) 0;
      border: none;
      color: var(--color-foreground);
      background-color: var(--color-background);
      overflow: visible;
      pointer-events: all;
      opacity: 1;
      animation: elementSlideInTop var(--animation-speed) var(--animation-easing);
      transition-property: translate;
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--ease-out-cubic);

      &::before {
        content: '';
        position: absolute;
        inset: -2px;
        border-radius: calc(50px + 2px);
        border: 2px solid transparent;
        pointer-events: none;
        transition-property: border-color;
        transition-duration: 0s;
        transition-timing-function: var(--ease-out-cubic);
      }

      &:is(:hover, :focus, :focus-visible, :active) {
        translate: 0 0;
        transition-delay: var(--animation-speed-slow);

        &::before {
          border-color: rgb(var(--color-foreground-rgb) / var(--opacity-15));
          transition-duration: var(--animation-speed);
          transition-delay: var(--animation-speed-slow);
        }
      }
    }
  }
/* END_SECTION:product-hotspots */

/* START_SECTION:product-information (INDEX:107) */
.sticky-add-to-cart__bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(calc(100% + 40px));
    z-index: calc(var(--layer-sticky) - 1); /* Below sticky header */
    display: block;
    width: 600px;
    border-radius: calc(
      var(--style-border-radius-buttons-primary) + min(var(--padding-sm), var(--style-border-radius-buttons-primary))
    );
    box-shadow: var(--shadow-popover);
    padding: var(--padding-sm);
    /* Layout styling */
    display: flex;
    align-items: center;
    gap: var(--gap-md);

    @starting-style {
      opacity: 0;
      transform: translateX(-50%) translateY(calc(100% + 40px));
    }

    &::before {
      --border: 2px;
      content: '';
      position: absolute;
      inset: calc(var(--border) * -1);
      background: linear-gradient(var(--color-background) 0 100%), linear-gradient(hsl(0 0% 0% / 0.15) 0 100%);
      background-clip: content-box, border-box;
      border: var(--border) solid #0000;
      border-radius: inherit;
      z-index: -1;
      backdrop-filter: blur(20px) saturate(180%) brightness(1.5);
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .sticky-add-to-cart__bar {
      transition-property: transform, opacity, display;
      transition-duration: 0.3s;
      transition-timing-function: var(--ease-out-quad);
      transition-behavior: allow-discrete;
    }
  }

  .sticky-add-to-cart__bar[data-stuck='true'] {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
  }

  sticky-add-to-cart:not([data-variant-available='true']) .sticky-add-to-cart__bar {
    opacity: 0;
    transform: translateX(-50%) translateY(calc(100% + 40px));
    display: none;
  }

  .sticky-add-to-cart__info[data-has-image='false'] {
    padding-left: var(--padding-lg);
  }

  .sticky-add-to-cart__image {
    flex-shrink: 0;
    aspect-ratio: 1;
    height: var(--height-buy-buttons);
    overflow: hidden;
    border-radius: var(--style-border-radius-buttons-primary);
    background: var(--color-background-secondary);
  }

  .sticky-add-to-cart__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sticky-add-to-cart__info {
    flex: 1;
    min-width: 0; /* Allow text truncation */
  }

  .sticky-add-to-cart__title {
    font-size: var(--font-paragraph-medium--size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--font-paragraph--line-height);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sticky-add-to-cart__variant {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    font-size: var(--font-paragraph-small--size);
    margin-top: var(--margin-3xs);
  }

  .sticky-add-to-cart__price {
    font-weight: var(--font-weight-semibold);
    flex-shrink: 0;
  }

  .sticky-add-to-cart__button {
    height: var(--height-buy-buttons);
    position: relative;
    flex-shrink: 0;
    background-color: #234637 !important;
    color: #ffffff !important;
    border-color: #234637 !important;
  }

  /* Mobile: one row — [thumb] title + variant (shrinks) | price | Add to cart (right). Visibility matches desktop (sticky-add-to-cart.js shows after main buy buttons leave the viewport). */
  @media screen and (max-width: 749px) {
    .sticky-add-to-cart__bar {
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: none;
      border-radius: 0;
      transform: translateY(calc(100% + 40px));
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      gap: var(--gap-sm);
      padding-block: var(--padding-sm);
      padding-inline: var(--padding-md);

      @starting-style {
        opacity: 0;
        transform: translateY(calc(100% + 40px));
      }

      &::before {
        --border: 1px;
      }
    }

    .sticky-add-to-cart__bar[data-stuck='true'] {
      transform: translateY(0);
    }

    .sticky-add-to-cart__image {
      flex-shrink: 0;
    }

    .sticky-add-to-cart__info {
      flex: 1 1 0;
      min-width: 0;
    }

    .sticky-add-to-cart__price {
      flex: 0 0 auto;
      font-size: var(--font-paragraph-small--size);
      max-width: 28%;
    }

    .sticky-add-to-cart__button {
      flex: 0 0 auto;
      width: auto;
      max-width: 40%;
      min-width: min(11rem, 38vw);
      height: var(--height-buy-buttons);
      padding-block: var(--padding-sm);
      padding-inline: var(--padding-md);
    }

    .sticky-add-to-cart__bar .add-to-cart-text__content {
      position: static;
      overflow: visible;
      opacity: 1;
    }

    .sticky-add-to-cart__bar .add-to-cart-text {
      justify-content: center;
      flex-wrap: wrap;
      gap: var(--gap-2xs);
    }

    .sticky-add-to-cart__info[data-has-image='false'] {
      padding-left: 0;
    }

    .sticky-add-to-cart__title {
      font-size: var(--font-paragraph--size);
    }
  }

  /* Small mobile - hide text content and compare price */
  @media screen and (max-width: 389px) {


    /* For product with only default variant show title */
    .sticky-add-to-cart__info[data-singleton='true'] .sticky-add-to-cart__title {
      display: block;
    }

    /* For single variant show title and variant, truncate both. variant should be identifiable with truncation */
    .sticky-add-to-cart__info[data-single-option='true'] .sticky-add-to-cart__title {
      display: block;
    }

    .sticky-add-to-cart__info[data-single-option='true'] .sticky-add-to-cart__variant {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
/* END_SECTION:product-information */

/* START_SECTION:profile-setup (INDEX:110) */
.bp-page {
    background-color: #F6F2EA;
    min-height: 60vh;
  }

  /* ── Login gate ── */
  .bp-gate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem;
  }

  .bp-gate__inner {
    max-width: 28rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .bp-gate__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0;
  }

  .bp-gate__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.875rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.015em;
  }

  .bp-gate__sub {
    font-size: 0.9375rem;
    color: #5A5040;
    line-height: 1.65;
    margin: 0;
  }

  /* ── Step indicator ── */
  .bp-stepper {
    background-color: #FBF8F2;
    border-bottom: 1px solid rgba(200, 169, 106, 0.2);
    padding: 1.25rem 1.5rem;
  }

  .bp-stepper__inner {
    max-width: 52rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 0;
  }

  .bp-step-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    cursor: default;
    flex-shrink: 0;
  }
  /* Clickable when profile is already set (JS adds this class) */
  .bp-step-tab--nav {
    cursor: pointer;
  }
  .bp-step-tab--nav:hover .bp-step-tab__dot {
    border-color: #234637;
    color: #234637;
  }
  .bp-step-tab--nav:hover .bp-step-tab__label {
    color: #234637;
  }

  .bp-step-tab__dot {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #D4CFC7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #AEBDA6;
    background-color: #F6F2EA;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  }

  .bp-step-tab__label {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #AEBDA6;
    transition: color 0.2s;
    white-space: nowrap;
  }

  .bp-step-tab--active .bp-step-tab__dot {
    border-color: #234637;
    background-color: #234637;
    color: #F6F2EA;
  }

  .bp-step-tab--active .bp-step-tab__label {
    color: #234637;
  }

  .bp-step-tab--completed .bp-step-tab__dot {
    border-color: #5A9A6E;
    background-color: #5A9A6E;
    color: #fff;
  }

  .bp-step-tab--completed .bp-step-tab__label {
    color: #5A9A6E;
  }

  .bp-step-tab__line {
    flex: 1;
    height: 2px;
    background-color: #D4CFC7;
    margin-bottom: 1.375rem;
    min-width: 1rem;
    transition: background-color 0.2s;
  }

  @media screen and (max-width: 639px) {
    .bp-step-tab__label { display: none; }
    .bp-step-tab__dot { width: 1.625rem; height: 1.625rem; font-size: 0.6875rem; }
  }

  /* ── Main two-column layout ── */
  .bp-main {
    max-width: 72rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    min-height: calc(100vh - 200px);
  }

  @media screen and (min-width: 900px) {
    .bp-main {
      grid-template-columns: 58% 42%;
    }
  }

  /* ── Form column ── */
  .bp-form-col {
    padding: 3rem 2rem 2rem;
    position: relative;
  }

  @media screen and (min-width: 900px) {
    .bp-form-col {
      padding: 3.5rem 3.5rem 6rem;
      border-right: 1px solid rgba(200, 169, 106, 0.15);
    }
  }

  /* ── Steps ── */
  .bp-step {
    display: none;
  }

  .bp-step--active {
    display: block;
  }

  .bp-step__count {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  /* ── Typography ── */
  .bp-heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.625rem, 3.5vw, 2.25rem);
    font-weight: 400;
    color: #234637;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 1rem;
  }

  .bp-sub {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0 0 0.75rem;
    max-width: 36rem;
  }

  .bp-sub em { font-style: italic; color: #234637; }

  .bp-note {
    font-size: 0.8125rem;
    color: #5A5040;
    margin: 0 0 2rem;
  }

  /* ── Form fields ── */
  .bp-field {
    margin-bottom: 1.75rem;
  }

  .bp-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
  }

  @media screen and (max-width: 479px) {
    .bp-field-row { grid-template-columns: 1fr; }
  }

  .bp-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3D3020;
    margin-bottom: 0.625rem;
  }

  .bp-label__opt {
    font-weight: 400;
    color: #AEBDA6;
  }

  /* ── Chip selectors ── */
  .bp-chips {
    display: flex;
    gap: 0.5rem;
  }

  .bp-chips--wrap {
    flex-wrap: wrap;
  }

  .bp-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.4375rem 0.875rem;
    border-radius: 99px;
    border: 1.5px solid rgba(35, 70, 55, 0.2);
    background-color: transparent;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #3D3020;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s, color 0.15s;
    white-space: nowrap;
    font-family: inherit;
  }

  .bp-chip:hover {
    border-color: #234637;
    color: #234637;
  }

  .bp-chip--selected {
    background-color: #234637;
    border-color: #234637;
    color: #F6F2EA;
  }

  .bp-chip--selected:hover {
    background-color: #1a3429;
    border-color: #1a3429;
    color: #F6F2EA;
  }

  /* ── Inputs / selects ── */
  .bp-input,
  .bp-select {
    width: 100%;
    padding: 0.6875rem 1rem;
    border: 1.5px solid rgba(35, 70, 55, 0.2);
    border-radius: 0.625rem;
    background-color: #FBF8F2;
    font-size: 0.9375rem;
    color: #3D3020;
    font-family: inherit;
    appearance: none;
    transition: border-color 0.15s;
  }

  .bp-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23AEBDA6' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
  }

  .bp-input:focus,
  .bp-select:focus {
    outline: none;
    border-color: #234637;
  }

  /* ── Toggle switches ── */
  .bp-toggles {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bp-toggle {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
    cursor: pointer;
  }

  .bp-toggle:last-child { border-bottom: none; }

  .bp-toggle input { display: none; }

  .bp-toggle__track {
    flex-shrink: 0;
    width: 2.5rem;
    height: 1.375rem;
    border-radius: 99px;
    background-color: #D4CFC7;
    position: relative;
    margin-top: 0.125rem;
    transition: background-color 0.2s;
  }

  .bp-toggle__thumb {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  }

  .bp-toggle input:checked ~ .bp-toggle__track {
    background-color: #234637;
  }

  .bp-toggle input:checked ~ .bp-toggle__track .bp-toggle__thumb {
    transform: translateX(1.125rem);
  }

  .bp-toggle__text { flex: 1; }

  .bp-toggle__title {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #234637;
    margin-bottom: 0.125rem;
  }

  .bp-toggle__desc {
    display: block;
    font-size: 0.75rem;
    color: #7A7060;
    line-height: 1.5;
  }

  /* ── Welcome actions ── */
  .bp-welcome-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
    max-width: 18rem;
  }

  /* ── Privacy note ── */
  .bp-privacy {
    font-size: 0.75rem;
    color: #AEBDA6;
    line-height: 1.6;
    margin: 0;
  }

  .bp-privacy__link {
    color: #AEBDA6;
    text-underline-offset: 2px;
  }

  /* ── Buttons ── */
  .bp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: inherit;
    border-radius: 99px;
    padding: 0.75rem 1.75rem;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
    text-decoration: none;
    border: none;
  }

  .bp-btn--primary {
    background-color: #234637;
    color: #F6F2EA;
    border: 2px solid #234637;
  }

  .bp-btn--primary:hover {
    background-color: #1a3429;
    border-color: #1a3429;
  }

  .bp-btn--outline {
    background-color: transparent;
    color: #234637;
    border: 2px solid rgba(35, 70, 55, 0.3);
  }

  .bp-btn--outline:hover {
    border-color: #234637;
  }

  .bp-btn--ghost {
    background-color: transparent;
    color: #7A7060;
    border: 2px solid transparent;
    padding-inline: 1rem;
  }

  .bp-btn--ghost:hover {
    color: #234637;
  }

  .bp-btn--back {
    background-color: transparent;
    color: #7A7060;
    border: 1.5px solid rgba(35, 70, 55, 0.15);
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
  }

  .bp-btn--back:hover {
    border-color: #234637;
    color: #234637;
  }

  /* ── Navigation bar ── */
  .bp-nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2rem;
    background-color: #FBF8F2;
    border-top: 1px solid rgba(200, 169, 106, 0.2);
    position: sticky;
    bottom: 0;
    z-index: 10;
  }

  .bp-nav--visible { display: flex; }

  .bp-nav__right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  /* ── Info column ── */
  .bp-info-col {
    background-color: #FBF8F2;
    padding: 3rem 2rem;
    border-top: 1px solid rgba(200, 169, 106, 0.15);
  }

  @media screen and (min-width: 900px) {
    .bp-info-col {
      border-top: none;
      padding: 3.5rem 2.5rem;
      position: sticky;
      top: 0;
      align-self: start;
    }
  }

  /* ── Info panels ── */
  .bp-panel { display: none; }
  .bp-panel--active { display: block; }

  .bp-panel__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.25rem;
    letter-spacing: -0.01em;
  }

  .bp-panel__sub {
    font-size: 0.8125rem;
    color: #7A7060;
    margin: 0 0 1.5rem;
    line-height: 1.6;
  }

  .bp-panel__items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }

  .bp-panel__item-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #234637;
    margin: 0 0 0.25rem;
  }

  .bp-panel__item-desc {
    font-size: 0.8125rem;
    color: #7A7060;
    line-height: 1.55;
    margin: 0;
  }

  .bp-panel__note {
    font-size: 0.75rem;
    color: #5A5040;
    margin: 1.5rem 0 0;
    line-height: 1.6;
  }

  /* ── Value props (step 1) ── */
  .bp-value-props {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .bp-value-prop {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }

  .bp-value-prop__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background-color: rgba(35, 70, 55, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #234637;
  }

  .bp-value-prop__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #234637;
    margin: 0 0 0.25rem;
  }

  .bp-value-prop__desc {
    font-size: 0.8125rem;
    color: #7A7060;
    line-height: 1.55;
    margin: 0;
  }

  /* ── Live preview (step 4 panel) ── */
  .bp-live-preview {
    background-color: rgba(35, 70, 55, 0.05);
    border: 1px solid rgba(35, 70, 55, 0.1);
    border-radius: 0.875rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    min-height: 4rem;
  }

  .bp-live-preview__empty {
    font-size: 0.8125rem;
    color: #AEBDA6;
    margin: 0;
    line-height: 1.5;
  }

  .bp-live-preview__line {
    font-size: 0.875rem;
    color: #234637;
    font-weight: 500;
    margin: 0 0 0.375rem;
  }

  .bp-live-preview__line:last-child { margin-bottom: 0; }

  /* ── Summary (step 6) ── */
  .bp-summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .bp-summary-card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .bp-summary-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.625rem;
  }

  .bp-summary-card__title {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0;
  }

  .bp-summary-card__edit {
    font-size: 0.75rem;
    font-weight: 600;
    color: #234637;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: inherit;
    padding: 0;
  }

  .bp-summary-card__line {
    font-size: 0.875rem;
    color: #3D3020;
    margin: 0 0 0.25rem;
    line-height: 1.55;
  }

  .bp-summary-card__line:last-child { margin-bottom: 0; }

  .bp-summary__empty {
    font-size: 0.875rem;
    color: #7A7060;
  }

  /* ── Review actions ── */
  .bp-review-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
    max-width: 22rem;
  }

  .bp-review-actions .bp-btn { width: 100%; }
/* END_SECTION:profile-setup */

/* START_SECTION:quick-order-list (INDEX:111) */
.quick-order-list {
    --quantity-selector-width: 124px;
    --image-size: 43px;
    --quantity-header-padding: calc(var(--minimum-touch-target) + var(--gap-sm));
    --quick-order-quantity-column-width: calc(
      var(--quantity-selector-width) + 2 * var(--gap-sm) + 2 * var(--minimum-touch-target)
    );
    --transform-offset-negative: calc(-1 * var(--icon-stroke-width));
    --quick-order-first-column-width: 2fr; /* Takes 2 fractions of available space */
    --quick-order-price-column-width: 1fr; /* Takes 1 fraction */
    --quick-order-total-column-width: 1fr; /* Takes 1 fraction */

    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
  }

  .quick-order-list__container {
    width: 100%;
  }

  /* Grid container setup */
  .quick-order-list__grid {
    width: 100%;
    display: block; /* Container is block, children use grid */
    contain: layout; /* Isolate layout calculations for performance */
  }

  .quick-order-list__grid-body {
    contain: layout; /* Isolate layout calculations for performance */
  }

  .quick-order-list__grid-header,
  .quick-order-list__grid-row {
    display: grid;
    grid-template-columns:
      var(--quick-order-first-column-width) /* Variant column - takes 2 parts of available space */
      var(--quick-order-quantity-column-width) /* Fixed pixel width for quantity */
      var(--quick-order-price-column-width) /* Price column - takes 1 part */
      var(--quick-order-total-column-width); /* Total column - takes 1 part */
    gap: var(--gap-md);
    align-items: center;
  }

  .quick-order-list__grid-header {
    border-block-end: var(--style-border-width) solid var(--color-border);
    padding-block-end: var(--padding-xl);
    margin-block-end: var(--padding-sm);
    opacity: var(--opacity-85);
    font-weight: normal;
    font-size: var(--font-size--xs);
    letter-spacing: var(--letter-spacing--body-loose);
  }

  /* Add padding to quantity column header to align with content */
  .quick-order-list__grid-header .quick-order-list__grid-cell--quantity {
    padding-inline-start: var(--quantity-header-padding);
  }

  .quick-order-list__grid-row {
    padding-block-start: var(--padding-sm);
    padding-block-end: var(--padding-sm);
    content-visibility: auto;
    contain-intrinsic-size: auto
      calc(2 * var(--padding-sm) + var(--image-size) + var(--minimum-touch-target) + var(--padding-2xl));
  }

  @media screen and (min-width: 750px) {
    .quick-order-list__grid-row {
      contain-intrinsic-size: auto calc(2 * var(--padding-sm) + var(--image-size));
    }
  }

  .quick-order-list__grid-cell--variant {
    text-align: start;
    justify-self: stretch;
  }

  .quick-order-list__grid-cell--quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    justify-self: stretch;
  }

  .quick-order-list__grid-cell--quantity .variant-item__inner-container {
    width: 100%;
    justify-content: flex-start;
  }

  .quick-order-list__grid-cell--price {
    text-align: end;
    justify-self: stretch;
  }

  .quick-order-list__grid-cell--total {
    text-align: end;
    justify-self: stretch;
  }

  .variant-item__image-container,
  .quick-order-list__table-image {
    width: var(--image-size);
    height: auto;
  }

  .quick-order-list .pagination {
    margin-block-start: 0;
    padding-block-start: var(--padding-xl);
    padding-block-end: 0;
  }

  .variant-item__inner-container {
    display: flex;
    align-items: center;
    gap: var(--gap-sm);
  }

  .volume-pricing-info-placeholder {
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
  }

  .variant-item__quantity .quantity-selector {
    display: flex;
    flex: 0 0 var(--quantity-selector-width);
    min-width: var(--quantity-selector-width);
    font-size: var(--font-size--xs);
    height: auto;
  }

  .variant-item__remove {
    background-color: transparent;
    color: var(--color-foreground);
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    justify-content: center;
    box-shadow: none;
    padding: 0;
  }

  .remove-icon-bottom,
  .remove-icon-top {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .variant-item__remove:not(.variant-item__remove--hidden):hover .remove-icon-top {
    transform: translate(var(--transform-offset-negative), var(--icon-stroke-width)) rotate(-15deg);
  }

  .variant-item__remove:not(.variant-item__remove--hidden):is(:hover, :active) .remove-icon-bottom {
    transform: translateY(var(--icon-stroke-width));
  }

  /* Hide remove button with opacity to prevent layout shift */
  .variant-item__remove--hidden {
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }

  .variant-item__name {
    font-weight: var(--font-weight-medium);
  }

  .variant-item__sku {
    font-size: var(--font-size--3xs);
    opacity: var(--opacity-85);
  }

  .variant-item__details {
    display: inline-flex;
    flex-direction: column;
  }

  .variant-item__totals {
    flex: 0 0 auto;
    padding-block-start: var(--padding-2xs);
  }

  /* Compare at price styles */
  .variant-item__discounted-prices {
    display: flex;
    gap: var(--gap-2xs);
    justify-content: flex-end;
  }

  .variant-item__discounted-prices dd {
    margin: 0;
  }

  /* Mobile layout */
  @media screen and (max-width: 749px) {
    .quick-order-list__grid-header,
    .quick-order-list__grid-row {
      grid-template-columns: 1fr auto; /* Variant column and total column on mobile */
      gap: var(--gap-sm);
      max-width: 100%;
      overflow: hidden;
      align-items: flex-start;
    }

    .quick-order-list__grid-header .quick-order-list__grid-cell--total {
      text-align: end;
    }

    .quick-order-list__grid-row {
      margin-block-end: var(--margin-2xl);
      padding-block-end: var(--padding-2xl);
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .quick-order-list__grid-row:last-child {
      margin-block-end: 0;
      border-block-end: none;
    }

    .variant-item__inner {
      flex: 1 1 auto;
      padding-inline-end: var(--padding-lg);
    }

    .variant-item__inner-container {
      display: flex;
      gap: var(--gap-md);
      align-items: flex-start;
    }

    .variant-item__details {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-width: 0; /* Allow text to shrink */
    }

    .variant-item__totals {
      flex: 0 0 auto;
      text-align: end;
      padding-block-start: var(--padding-2xs);
    }

    .variant-item__totals .variant-item__total-price {
      font-size: var(--font-size--sm);
      font-weight: var(--font-weight-medium);
    }

    .variant-item__title-container .variant-item__name {
      display: block;
      font-size: var(--font-size--sm);
      line-height: var(--line-height-tight);
      margin: 0;
    }

    .variant-item__mobile-price-container {
      margin-block-end: var(--margin-xs);
    }

    .variant-item__mobile-price {
      font-size: var(--font-size--sm);
      opacity: var(--opacity-85);
      white-space: nowrap;
    }

    /* Mobile compare at price styles */
    .variant-item__discounted-prices--mobile {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: flex-start;
      gap: var(--gap-xs);
      margin-block-start: var(--margin-2xs);
      margin-block-end: 0;
    }

    .variant-item__discounted-prices--mobile dd {
      display: inline;
    }

    .variant-item__mobile-quantity {
      display: flex;
      align-items: center;
      gap: 0;
    }

    /* Mobile-only content styles */
    .variant-item__mobile-info {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .variant-item__image-container {
      flex: 0 0 var(--image-size);
      width: var(--image-size);
      height: var(--image-size);
    }

    .quick-order-list__table-image {
      width: 100%;
      height: 100%;
    }

    .variant-item__mobile-quantity .quantity-selector {
      display: flex;
      flex: 0 0 var(--quantity-selector-width);
      min-width: var(--quantity-selector-width);
      font-size: var(--font-size--xs);
      margin: 0;
      padding: 0;
    }

    /* Mobile remove button styling */
    .variant-item__remove--mobile {
      background-color: transparent;
      color: var(--color-foreground);
      width: var(--minimum-touch-target);
      height: var(--minimum-touch-target);
      min-width: var(--minimum-touch-target);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: none;
      padding: 0;
      margin: 0;
      flex-shrink: 0;
      border: none;
      cursor: pointer;
    }

    .variant-item__remove--mobile svg {
      width: var(--icon-size-sm);
      height: var(--icon-size-sm);
    }

    .variant-item__remove--mobile:not(.variant-item__remove--hidden):hover {
      opacity: var(--opacity-70);
    }

    .quick-order-list .pagination {
      padding-block-start: var(--padding-2xl);
    }
  }

  .quick-order-list-disabled {
    pointer-events: none;
  }

  .quick-order-list-total {
    background: var(--color-background);
    border-block-start: var(--style-border-width) solid var(--color-border);
  }

  /* Tablet and Desktop styles - sticky footer */
  @media screen and (min-width: 750px) {
    .quick-order-list-total {
      position: sticky;
      inset-block-end: 0;
      z-index: var(--layer-raised);
    }
  }

  .quick-order-list-total__info,
  .quick-order-list-total__confirmation {
    min-height: 8rem;
    padding-block-start: var(--padding-4xl);
  }

  .quick-order-list-total__info {
    align-items: flex-start;
    gap: var(--gap-md);
  }

  .quick-order-list-total__confirmation {
    display: flex;
    gap: var(--gap-2xl);
    align-items: center;
    justify-content: center;
    padding: var(--padding-2xl) var(--padding-xl);
  }

  .quick-order-list-total__column {
    display: flex;
    flex-direction: column;
  }

  .quick-order-list-total__actions {
    display: flex;
  }

  /* Desktop layout - Use CSS Grid to match main table alignment */
  @media screen and (min-width: 750px) {
    .quick-order-list-total__info {
      display: grid;
      grid-template-columns:
        var(--quick-order-first-column-width) /* Variant column - takes 2 parts of available space */
        var(--quick-order-quantity-column-width) /* Fixed pixel width for quantity */
        var(--quick-order-price-column-width) /* Price column - takes 1 part */
        var(--quick-order-total-column-width); /* Total column - takes 1 part */
    }

    .quick-order-list-total__column {
      grid-column: 1;
      display: flex;
      flex-direction: column;
      gap: var(--gap-md);
    }

    .quick-order-list-total__summary {
      grid-column: 2 / 5;
      display: grid;
      grid-template-columns: var(--quick-order-quantity-column-width, 234px) auto;
    }

    .quick-order-list-total__items {
      grid-column: 1;
      justify-self: center;
      text-align: center;
    }

    .quick-order-list-total__price {
      grid-column: 3;
      justify-self: end;
      text-align: end;
    }
  }

  /* Tablet-specific overrides - 750px to 989px */
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .quick-order-list-total__actions {
      flex-direction: column;
    }

    .quick-order-list-total__messages {
      align-items: stretch;
    }

    .quick-order-list__remove-all-button {
      padding-inline: 0;
    }
  }

  .quick-order-list__button.button--full-width {
    width: 100%;
  }

  .quick-order-list__button.button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quick-order-list-total .button--unstyled {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: var(--color-foreground);
    cursor: pointer;
  }

  .quick-order-list__remove-all-button svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    flex-shrink: 0;
  }

  .quick-order-list-total__items span {
    display: block;
    margin-block-end: var(--margin-xs);
  }

  .quick-order-list-total__items .h5 {
    margin: 0;
    letter-spacing: var(--letter-spacing--body-loose);
    opacity: var(--opacity-85);
  }

  .quick-order-list-total__subtotal-value {
    display: block;
    margin-block-end: var(--margin-xs);
    line-height: var(--font-paragraph--line-height);
  }

  /* Ensure text-component displays properly */
  .quick-order-list-total__subtotal-value text-component {
    display: block;
  }

  .quick-order-list-total__subtotal {
    margin: 0;
    letter-spacing: var(--letter-spacing--body-loose);
    opacity: var(--opacity-85);
  }

  .quick-order-list-total__tax-note {
    opacity: var(--opacity-subdued-text);
  }

  .quick-order-list-total__messages {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xs);
  }

  .quick-order-list-total__success,
  .quick-order-list-total__error {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .quick-order-list-total__success .icon-success,
  .quick-order-list-total__error .quick-order-list-total__icon--error {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    color: inherit;
  }

  .quick-order-list-total__success .icon-success svg,
  .quick-order-list-total__error .quick-order-list-total__icon--error svg {
    width: 100%;
    height: 100%;
  }

  .quick-order-list-total__error:empty,
  .quick-order-list-total__success:empty {
    display: none;
  }

  .quick-order-list-total__info.confirmation-visible {
    display: none;
  }

  .quick-order-list-total__confirmation-text {
    white-space: nowrap;
  }

  .quick-order-list-total__confirmation-buttons {
    display: flex;
    gap: var(--gap-md);
    align-items: center;
  }

  .quick-order-list-total__confirmation button {
    margin: 0;
    white-space: nowrap;
  }

  .quick-order-list__remove-all-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap-sm);
  }

  /* Mobile styles */
  @media screen and (max-width: 749px) {
    .quick-order-list-total__info {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .quick-order-list-total__column {
      order: 3; /* Move column to the end on mobile */
      width: 100%;
      flex: 1 1 auto;
    }

    .quick-order-list-total__actions {
      flex-direction: column;
      width: 100%;
    }

    .quick-order-list-total__messages {
      width: 100%;
      align-items: center;
      margin-block-start: var(--margin-xs);
    }

    .quick-order-list-total__summary {
      order: 1; /* First on mobile */
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      gap: var(--gap-md);
    }

    .quick-order-list-total__items {
      text-align: center;
      width: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--gap-xs);
    }

    .quick-order-list-total__items span {
      display: inline;
      margin-block-end: 0;
    }

    .quick-order-list-total__items .h5 {
      display: inline;
    }

    .quick-order-list-total__price {
      text-align: center;
      width: 100%;
    }

    .quick-order-list-total__product-total {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--gap-xs);
    }

    .quick-order-list-total__product-total .quick-order-list-total__subtotal-value {
      display: inline-block;
      margin-block-end: 0;
    }

    .quick-order-list-total__product-total .quick-order-list-total__subtotal {
      display: inline;
    }

    .quick-order-list__button,
    .quick-order-list__remove-all-button {
      width: 100%;
      justify-content: center;
    }

    .quick-order-list-total__confirmation {
      flex-direction: column;
    }

    .quick-order-list-total__tax-note {
      margin-block-start: var(--margin-xs);
    }
  }
/* END_SECTION:quick-order-list */

/* START_SECTION:reg-ai-build (INDEX:112) */
.reg-ai {
    background: #F7F4EF;
    padding: 5rem 1.5rem;
  }

  .reg-ai__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "right"
      "notes";
    gap: 2.5rem;
    background: #fff;
    border-radius: 16px;
    padding: 3rem 2rem;
    box-shadow: 0 2px 24px rgba(35,70,55,0.06);
  }

  @media screen and (min-width: 750px) {
    .reg-ai__inner {
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
        "left right"
        "notes notes";
      padding: 3.5rem 4rem;
      gap: 3rem 4rem;
    }
  }

  .reg-ai__left  { grid-area: left; }
  .reg-ai__right { grid-area: right; }
  .reg-ai__footnotes { grid-area: notes; }

  .reg-ai__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7A9A6A;
    margin: 0 0 1.25rem;
  }

  .reg-ai__eyebrow svg {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
  }

  .reg-ai__heading {
    font-family: var(--font-h2--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(1.625rem, 2.8vw, 2.5rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
  }

  .reg-ai__body {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0;
  }

  .reg-ai__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    justify-content: center;
  }

  .reg-ai__input {
    width: 100%;
    border: 1.5px solid #DDD8CE;
    border-radius: 8px;
    padding: 1rem 1.125rem;
    font-size: 0.9375rem;
    color: #3A3A3A;
    background: #FAFAF8;
    resize: none;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    line-height: 1.6;
  }

  .reg-ai__input::placeholder {
    color: #A8A090;
  }

  .reg-ai__input:focus {
    border-color: #7A9A6A;
  }

  .reg-ai__submit {
    align-self: flex-start;
  }

  .reg-ai__footnotes {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
    border-top: 1px solid #EDE8DF;
  }

  @media screen and (min-width: 600px) {
    .reg-ai__footnotes {
      flex-direction: row;
      gap: 3rem;
    }
  }

  .reg-ai__note {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #7A7060;
    line-height: 1.5;
  }

  .reg-ai__note svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #7A9A6A;
  }
/* END_SECTION:reg-ai-build */

/* START_SECTION:reg-big-features (INDEX:113) */
.reg-bigfeat {
    background: #F7F4EF;
    padding: 4.5rem 1.5rem;
  }

  .reg-bigfeat__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .reg-bigfeat__grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  .reg-bigfeat__card {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 420px;
  }

  .reg-bigfeat__card--left  { background: #EDE8DF; }
  .reg-bigfeat__card--right { background: #E8EFE4; }

  .reg-bigfeat__card-content {
    padding: 2.5rem 2.5rem 1.5rem;
    flex-shrink: 0;
  }

  .reg-bigfeat__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7A9A6A;
    margin: 0 0 1rem;
  }

  .reg-bigfeat__heading {
    font-family: var(--font-h2--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1.12;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
  }

  .reg-bigfeat__body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0;
    max-width: 22rem;
  }

  .reg-bigfeat__card-media {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 220px;
  }

  .reg-bigfeat__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
/* END_SECTION:reg-big-features */

/* START_SECTION:reg-features (INDEX:114) */
.reg-features {
    background: #fff;
    padding: 4.5rem 1.5rem;
  }

  .reg-features__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  @media screen and (min-width: 900px) {
    .reg-features__grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 2.5rem;
    }
  }

  .reg-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 2rem 1.5rem;
    border: 1px solid #EDE8DF;
    border-radius: 12px;
    background: #FAFAF8;
  }

  .reg-feature__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDF3E8;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .reg-feature__icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #234637;
  }

  .reg-feature__title {
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: 1.0625rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    line-height: 1.3;
  }

  .reg-feature__body {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #6B6B6B;
    margin: 0;
  }
/* END_SECTION:reg-features */

/* START_SECTION:reg-find (INDEX:115) */
.reg-find {
    background: #F0EDE5;
    padding: 4.5rem 1.5rem;
    border-top: 1px solid rgba(200,169,106,0.2);
  }

  .reg-find__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 750px) {
    .reg-find__inner { grid-template-columns: 1fr auto; gap: 5rem; }
  }

  .reg-find__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 0.875rem;
  }

  .reg-find__heading {
    font-family: var(--font-h2--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .reg-find__sub {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0 0 1.5rem;
  }

  /* Tabs */
  .reg-find__tabs {
    display: flex;
    gap: 0;
    border-bottom: 1.5px solid #D4CCBC;
    margin-bottom: 1.25rem;
  }

  .reg-find__tab {
    background: none;
    border: none;
    border-bottom: 2.5px solid transparent;
    margin-bottom: -1.5px;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #8A7E6E;
    cursor: pointer;
    font-family: inherit;
    transition: color 0.12s, border-color 0.12s;
    white-space: nowrap;
  }

  .reg-find__tab--active {
    color: #234637;
    border-bottom-color: #234637;
    font-weight: 600;
  }

  /* Form */
  .reg-find__form {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
  }

  .reg-find__field-wrap {
    flex: 1;
    min-width: 200px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .reg-find__field-icon {
    position: absolute;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    color: #AEBDA6;
    pointer-events: none;
  }

  .reg-find__input {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 2.75rem;
    border: 1.5px solid #D4CCBC;
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    font-family: inherit;
    color: #2C2820;
    background: #fff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-sizing: border-box;
  }

  .reg-find__input:focus { border-color: #234637; box-shadow: 0 0 0 3px rgba(35,70,55,0.08); }

  .reg-find__input--error {
    border-color: #C0392B;
    animation: reg-find-shake 0.3s ease;
  }

  @keyframes reg-find-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
  }

  .reg-find__btn {
    background: #234637;
    color: #F6F2EA;
    border: none;
    border-radius: 0.625rem;
    padding: 0.875rem 1.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
    flex-shrink: 0;
  }

  .reg-find__btn:hover { background: #1A3228; }

  .reg-find__hint {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #8A7E6E;
    line-height: 1.5;
    margin: 0;
  }

  .reg-find__hint svg { flex-shrink: 0; margin-top: 1px; color: #AEBDA6; }

  .reg-find__hint-code {
    font-family: monospace;
    font-size: 0.73rem;
    background: rgba(35,70,55,0.07);
    border-radius: 0.25rem;
    padding: 0.1rem 0.35rem;
    color: #234637;
    word-break: break-all;
  }

  /* Results */
  .reg-find__results { margin-top: 1.25rem; }

  .reg-find__searching, .reg-find__no-results {
    font-size: 0.875rem;
    color: #8A7E6E;
    margin: 0;
    padding: 0.75rem 0;
  }

  .reg-find__result {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    background: #fff;
    border: 1px solid #E4DDD0;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: border-color 0.12s, box-shadow 0.12s;
  }

  .reg-find__result:hover { border-color: #234637; box-shadow: 0 2px 8px rgba(35,70,55,0.08); }

  .reg-find__result-icon { font-size: 1.5rem; flex-shrink: 0; }

  .reg-find__result-body { flex: 1; min-width: 0; }

  .reg-find__result-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    margin: 0 0 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .reg-find__result-meta { font-size: 0.8rem; color: #8A7E6E; margin: 0; }

  .reg-find__result-arrow { color: #C8A96A; flex-shrink: 0; }

  /* Side card */
  .reg-find__side { flex-shrink: 0; }

  .reg-find__side-card {
    background: #fff;
    border: 1px solid #E4DDD0;
    border-radius: 1.25rem;
    padding: 2rem 1.75rem;
    text-align: center;
    max-width: 220px;
  }

  .reg-find__side-icon { font-size: 2.25rem; margin-bottom: 0.75rem; }

  .reg-find__side-title {
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: 1.05rem;
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.5rem;
  }

  .reg-find__side-body { font-size: 0.8125rem; color: #6B6B6B; line-height: 1.6; margin: 0; }

  @media screen and (max-width: 749px) { .reg-find__side { display: none; } }
/* END_SECTION:reg-find */

/* START_SECTION:reg-hero (INDEX:116) */
.reg-hero {
    background: #F7F4EF;
    overflow: hidden;
  }

  .reg-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100svh;
    max-width: 100%;
  }

  @media screen and (min-width: 750px) {
    .reg-hero__grid {
      grid-template-columns: 52% 48%;
      min-height: 90svh;
    }
  }

  .reg-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3rem;
  }

  @media screen and (min-width: 750px) {
    .reg-hero__content {
      padding-block: 6rem;
      padding-inline-end: 5rem;
    }
  }

  .reg-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7A9A6A;
    margin: 0 0 1.25rem;
  }

  .reg-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.12;
    color: #234637;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
  }

  .reg-hero__body {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0 0 2rem;
    max-width: 26rem;
  }

  .reg-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
  }

  .reg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    border: 2px solid transparent;
    white-space: nowrap;
  }

  .reg-btn--primary {
    background: #234637;
    color: #fff;
    border-color: #234637;
  }

  .reg-btn--primary:hover {
    background: #1a3329;
    border-color: #1a3329;
    color: #fff;
  }

  .reg-btn--ghost {
    background: transparent;
    color: #234637;
    border-color: #234637;
  }

  .reg-btn--ghost:hover {
    background: #234637;
    color: #fff;
  }

  .reg-hero__badges {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  @media screen and (min-width: 900px) {
    .reg-hero__badges {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 1.25rem 2rem;
    }
  }

  .reg-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #5A5040;
    line-height: 1.4;
  }

  .reg-badge__icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    color: #7A9A6A;
  }

  .reg-hero__media {
    overflow: hidden;
    background: #EDE8DF;
    min-height: 320px;
  }

  @media screen and (min-width: 750px) {
    .reg-hero__media {
      min-height: 500px;
    }
  }

  @media screen and (max-width: 749px) {
    .reg-hero__media {
      order: -1;
      max-height: 480px;
      min-height: 280px;
    }
  }

  .reg-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center top;
  }
/* END_SECTION:reg-hero */

/* START_SECTION:reg-how (INDEX:117) */
.reg-how {
    background: #FAFAF7;
    padding: 5rem 1.5rem;
  }

  .reg-how__inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  /* Header */
  .reg-how__header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 4rem;
  }

  .reg-how__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7A9A6A;
    margin: 0 0 1rem;
  }

  .reg-how__heading {
    font-family: var(--font-h2--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .reg-how__sub {
    font-size: 1rem;
    line-height: 1.7;
    color: #6B6B6B;
    margin: 0;
  }

  /* Steps */
  .reg-how__steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    background: #fff;
    border: 1px solid #EDE8DF;
    border-radius: 1.5rem;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
  }

  @media screen and (min-width: 900px) {
    .reg-how__steps {
      flex-direction: row;
      align-items: flex-start;
      gap: 0;
      padding: 3rem 2.5rem;
    }
  }

  .reg-how__step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 0 1.25rem;
    position: relative;
  }

  .reg-how__step-badge {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #234637;
    color: #F6F2EA;
    font-size: 0.8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .reg-how__step-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #EDF3E8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .reg-how__step-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #234637;
  }

  .reg-how__step-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    margin: 0;
    line-height: 1.3;
  }

  .reg-how__step-body {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #6B6B6B;
    margin: 0;
  }

  /* Connector arrow */
  .reg-how__connector {
    display: none;
  }

  @media screen and (min-width: 900px) {
    .reg-how__connector {
      display: flex;
      align-items: center;
      padding-top: 2.5rem;
      width: 2rem;
      flex-shrink: 0;
      opacity: 0.7;
    }
  }

  /* Mobile step layout */
  @media screen and (max-width: 899px) {
    .reg-how__steps { padding: 1.75rem; }
    .reg-how__step {
      flex-direction: row;
      text-align: left;
      align-items: flex-start;
      gap: 1rem;
      padding: 1.25rem 0;
      border-bottom: 1px solid #EDE8DF;
    }
    .reg-how__step:last-child { border-bottom: none; }
    .reg-how__step-text { flex: 1; }
    .reg-how__step-icon { display: none; }
  }

  /* Value props grid */
  .reg-how__values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  @media screen and (min-width: 750px) {
    .reg-how__values {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (min-width: 1050px) {
    .reg-how__values {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 479px) {
    .reg-how__values {
      grid-template-columns: 1fr;
    }
  }

  .reg-how__value {
    background: #fff;
    border: 1px solid #EDE8DF;
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .reg-how__value-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #EDF3E8, #D6E8CE);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .reg-how__value-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    color: #234637;
  }

  .reg-how__value-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #234637;
    margin: 0;
    line-height: 1.3;
  }

  .reg-how__value-desc {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #6B6B6B;
    margin: 0;
  }

  /* CTA */
  .reg-how__cta-wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }

  .reg-how__cta-btn {
    display: inline-flex;
    align-items: center;
    background: #234637;
    color: #F6F2EA;
    text-decoration: none;
    border-radius: 3rem;
    padding: 0.9rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0.01em;
    transition: background 0.15s, transform 0.15s;
  }

  .reg-how__cta-btn:hover {
    background: #1A3228;
    transform: translateY(-1px);
  }
/* END_SECTION:reg-how */

/* START_SECTION:reg-trust (INDEX:118) */
.reg-trust-strip {
    background: #F7F4EF;
    padding: 5rem 1.5rem 3rem;
  }

  .reg-trust-strip__inner {
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  @media screen and (min-width: 750px) {
    .reg-trust-strip__inner {
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 5rem;
    }
  }

  .reg-trust-strip__left {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 300px;
    background: #EDE8DF;
    display: flex;
    align-items: flex-end;
  }

  .reg-trust-strip__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .reg-trust-strip__quote {
    position: relative;
    z-index: 1;
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: clamp(1.375rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.25;
    color: #234637;
    padding: 2rem;
    margin: 0;
    background: linear-gradient(to top, rgba(247,244,239,0.92) 60%, transparent);
    width: 100%;
  }

  .reg-trust-strip__pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.5rem;
  }

  .reg-trust-pillar {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .reg-trust-pillar__icon {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDF3E8;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .reg-trust-pillar__icon svg {
    width: 1.125rem;
    height: 1.125rem;
    color: #234637;
  }

  .reg-trust-pillar__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    margin: 0;
  }

  .reg-trust-pillar__body {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #6B6B6B;
    margin: 0;
  }

  .reg-trust-strip__footer {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.875rem;
    color: #8A8070;
    padding-top: 2rem;
    border-top: 1px solid #E8E0D0;
  }
/* END_SECTION:reg-trust */

/* START_SECTION:registry-progress (INDEX:127) */
/* ══════════════════════════════════════════════
   Registry Progress page  (.rp-*)
   ══════════════════════════════════════════════ */

/* ── Page shell ── */
.rp-page {
  background: #F7F3EB;
  min-height: 100vh;
}

/* ── Breadcrumb ── */
.rp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.875rem max(1.5rem, calc(50vw - 40rem));
  font-size: 0.8125rem;
  color: #7A6E5E;
}
.rp-breadcrumb__link {
  color: #C8A96A;
  text-decoration: none;
  font-weight: 500;
}
.rp-breadcrumb__link:hover { text-decoration: underline; }
.rp-breadcrumb__current { color: #2C2010; font-weight: 500; }

/* ── Hero ── */
.rp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F0EDE5;
  border-bottom: 1px solid rgba(190,170,120,0.15);
  min-height: 220px;
}
@media (max-width: 680px) {
  .rp-hero { grid-template-columns: 1fr; }
  .rp-hero__art { display: none; }
}
.rp-hero__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  padding: 2.5rem max(1.5rem, calc(50vw - 40rem)) 2.5rem 2.5rem;
  padding-left: max(1.5rem, calc(50vw - 40rem));
}
.rp-hero__title {
  font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
  font-size: clamp(1.75rem, 3.2vw, 2.625rem);
  font-weight: 400;
  color: #1E3528;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}
.rp-hero__sub {
  font-size: 0.9375rem;
  color: #6A5E50;
  line-height: 1.65;
  margin: 0;
  max-width: 30rem;
}
.rp-hero__tagline {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-style: italic;
  font-size: 0.875rem;
  color: #C8A96A;
  margin: 0;
}
.rp-hero__art {
  position: relative;
  overflow: hidden;
  background: #E8E2D6;
}
.rp-hero__art-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.45) 25%, black 60%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.45) 25%, black 60%);
}

/* ── Stats bar ── */
.rp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(190,170,120,0.18);
  padding-left: max(1.5rem, calc(50vw - 40rem));
  padding-right: max(1.5rem, calc(50vw - 40rem));
}
@media (max-width: 620px) { .rp-stats { grid-template-columns: repeat(2, 1fr); } }
.rp-stat {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.375rem 1.25rem;
  border-right: 1px solid rgba(190,170,120,0.18);
  background: #FAF7F2;
}
.rp-stat:last-child { border-right: none; }
@media (max-width: 620px) {
  .rp-stat:nth-child(2) { border-right: none; }
  .rp-stat:nth-child(3) { border-right: 1px solid rgba(190,170,120,0.18); }
  .rp-stat { border-bottom: 1px solid rgba(190,170,120,0.18); }
  .rp-stat:nth-child(3), .rp-stat:nth-child(4) { border-bottom: none; }
}
.rp-stat__icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(35,70,55,0.07);
  display: flex; align-items: center; justify-content: center;
  color: #234637; flex-shrink: 0; margin-top: 0.125rem;
}
.rp-stat__icon--leaf { color: #5A9A6E; background: rgba(90,154,110,0.1); }
.rp-stat__label {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #8A7E6E; margin-bottom: 0.125rem;
}
.rp-stat__value {
  font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
  font-size: 1.625rem; font-weight: 400;
  color: #1E3528; line-height: 1.1; letter-spacing: -0.02em;
}
.rp-stat__value--credits { color: #5A9A6E; }
.rp-stat__sub { font-size: 0.75rem; color: #A09080; margin-top: 0.125rem; }

/* ── 2-column layout ── */
.rp-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: start;
  /* Full-bleed with content centered to the same 80rem column as the hero
     and breadcrumb. The calc() padding alone does the centering — do NOT also
     set max-width + margin:auto, or the two constraints stack and crush the
     content to ~half width on wide screens. */
  padding: 1.75rem max(1.5rem, calc(50vw - 40rem)) 6rem;
  gap: 0;
}
@media (max-width: 960px) {
  .rp-layout { grid-template-columns: 1fr; }
  .rp-sidebar { margin-top: 2rem; }
}

/* ── Left content area ── */
.rp-content { min-width: 0; }

/* ── Filter + sort bar ── */
.rp-filters-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.rp-chips { display: flex; gap: 0.375rem; flex-wrap: wrap; }
.rp-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 1rem;
  border-radius: 99px;
  border: 1.5px solid rgba(35,70,55,0.15);
  background: #FDFAF5;
  font-size: 0.8125rem; font-weight: 500; color: #5A5040;
  cursor: pointer; transition: all 0.15s; white-space: nowrap; font-family: inherit;
}
.rp-chip:hover { border-color: #234637; color: #234637; }
.rp-chip--active { background: #234637; border-color: #234637; color: #fff; font-weight: 600; }
.rp-sort-row { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.rp-sort-label { font-size: 0.8125rem; color: #7A6E5E; }
.rp-sort-btn {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.8125rem; font-weight: 600; color: #1E3528;
  background: none; border: none; cursor: pointer; padding: 0; font-family: inherit;
}
.rp-filter-btn {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.8125rem; font-weight: 500; color: #5A5040;
  background: #FDFAF5; border: 1.5px solid rgba(35,70,55,0.15); border-radius: 99px;
  padding: 0.375rem 0.875rem; cursor: pointer; font-family: inherit; transition: border-color 0.15s;
}
.rp-filter-btn:hover { border-color: #234637; }

/* ── Gift list (purchase tabs) ── */
.rp-gift-list {
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid rgba(190,170,120,0.18);
  border-radius: 1rem; background: #FDFAF5; overflow: hidden;
}
.rp-gift-row {
  display: grid;
  grid-template-columns: 28px 80px 1fr 1fr 200px;
  gap: 1rem; align-items: start;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(190,170,120,0.12);
  transition: background 0.15s;
}
.rp-gift-row:last-child { border-bottom: none; }
.rp-gift-row:hover { background: #FAF7F0; }
@media (max-width: 860px) {
  .rp-gift-row { grid-template-columns: 28px 70px 1fr 1fr; }
  .rp-gift-row__actions { grid-column: 3 / -1; }
}
@media (max-width: 600px) {
  .rp-gift-row { grid-template-columns: 28px 60px 1fr; }
  .rp-gift-row__giver { grid-column: 2 / -1; }
  .rp-gift-row__actions { grid-column: 1 / -1; }
}
.rp-gift-row__check { display: flex; align-items: flex-start; padding-top: 0.25rem; cursor: pointer; }
.rp-gift-row__check input[type="checkbox"] { width: 16px; height: 16px; accent-color: #234637; cursor: pointer; }
.rp-gift-row__img { width: 80px; height: 80px; border-radius: 8px; overflow: hidden; background: #ECE8DE; flex-shrink: 0; }
.rp-gift-row__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rp-gift-row__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #C0B8A8; }
.rp-gift-row__info { min-width: 0; }
.rp-gift-row__name { font-size: 0.9375rem; font-weight: 600; color: #1E3528; line-height: 1.35; margin-bottom: 0.25rem; }
.rp-gift-row__price { font-size: 0.875rem; font-weight: 500; color: #2C2010; margin-bottom: 0.25rem; }
.rp-gift-row__meta { font-size: 0.75rem; color: #9A8E7E; line-height: 1.5; }
.rp-gift-row__giver { min-width: 0; }
.rp-giver-label { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: #B0A898; margin-bottom: 0.125rem; }
.rp-giver-name { font-size: 0.9375rem; font-weight: 600; color: #1E3528; margin-bottom: 0.375rem; }
.rp-giver-note { font-size: 0.8125rem; color: #7A6E5E; line-height: 1.5; font-style: italic; margin-bottom: 0.25rem; }
/* Scheduled for delivery (sidebar plain text) */
.rp-scheduled-delivery {
  padding: 0.375rem 0 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.rp-scheduled-delivery__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #9A8E7E;
}
.rp-scheduled-delivery__date {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1E3528;
  line-height: 1.35;
}
.rp-gift-row__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
.rp-action-stack { display: flex; flex-direction: column; gap: 0.375rem; width: 100%; margin-top: 0.375rem; }

/* ── Status badges ── */
.rp-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.625rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; border-radius: 99px;
  padding: 0.25rem 0.625rem; border: 1.5px solid currentColor;
}
.rp-badge--held      { color: #234637; background: rgba(35,70,55,0.06); }
.rp-badge--ready     { color: #C8A030; background: rgba(200,160,48,0.08); }
.rp-badge--scheduled { color: #4A7AB5; background: rgba(74,122,181,0.08); }
.rp-badge--shipped   { color: #5A9A6E; background: rgba(90,154,110,0.1); }
.rp-badge--cancelled { color: #8B5A5A; background: rgba(139,90,90,0.08); }
.rp-badge--credits   { color: #A0602A; background: rgba(160,96,42,0.08); }
/* Cancel-to-Bank row button: muted danger styling so it doesn't dominate
   the action stack but is clearly destructive on hover. */
.rp-row-btn--cancel { color: #8B5A5A; }
.rp-row-btn--cancel:hover { background: rgba(139,90,90,0.06); border-color: rgba(139,90,90,0.4); }

/* ── Split ship button ── */
.rp-split-btn { display: flex; width: 100%; }
.rp-split-btn__main {
  flex: 1; background: #234637; color: #fff; border: none;
  border-radius: 99px 0 0 99px;
  padding: 0.5rem 1rem; font-size: 0.8125rem; font-weight: 600;
  font-family: inherit; cursor: pointer; transition: background 0.15s; text-align: left;
}
.rp-split-btn__main:hover { background: #2E5040; }
.rp-split-btn__caret {
  background: #2E5040; color: #fff; border: none;
  border-radius: 0 99px 99px 0;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding: 0.5rem 0.625rem; cursor: pointer; display: flex; align-items: center; transition: background 0.15s;
}
.rp-split-btn__caret:hover { background: #3A6050; }
.rp-row-btn {
  display: inline-flex; align-items: center; gap: 0.35rem; width: 100%;
  background: #FDFAF5; color: #2C2010;
  border: 1.5px solid rgba(35,70,55,0.18); border-radius: 99px;
  padding: 0.4375rem 1rem; font-size: 0.8125rem; font-weight: 500;
  font-family: inherit; cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.rp-row-btn:hover { border-color: #234637; background: rgba(35,70,55,0.04); }
.rp-credits-btn { border-radius: 99px; width: 100%; text-align: left; }
.rp-credits-value { font-size: 0.75rem; color: #A0602A; font-weight: 600; margin-bottom: 0.25rem; }
.rp-scheduled-info { font-size: 0.75rem; color: #4A7AB5; font-weight: 500; margin-bottom: 0.125rem; }
.rp-shipped-note { font-size: 0.8125rem; color: #5A9A6E; font-weight: 500; }

/* ══════════════════════════════════════════════
   Registered Gifts view
   ══════════════════════════════════════════════ */

/* Sparkline chart (shared by sidebar) */
.rp-reg-chart__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9A8E7E;
  margin-bottom: 0.625rem;
}
.rp-reg-chart__wrap { position: relative; }
.rp-reg-sparkline {
  width: 100%;
  height: 50px;
  display: block;
  overflow: visible;
}
.rp-reg-chart__x-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
  color: #C0B8A8;
  margin-top: 0.25rem;
  padding: 0 0.25rem;
}
.rp-reg-chart__meta {
  font-size: 0.75rem;
  color: #9A8E7E;
  margin-top: 0.5rem;
}

/* Category breakdown */
.rp-reg-categories {
  padding: 1.25rem 1.75rem;
}
.rp-reg-categories__title {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9A8E7E;
  margin-bottom: 0.875rem;
}
.rp-reg-cat-row {
  display: grid;
  grid-template-columns: 140px 1fr 36px 14px;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 560px) { .rp-reg-cat-row { grid-template-columns: 100px 1fr 32px 14px; } }
.rp-reg-cat-row__label { font-size: 0.8125rem; color: #3A3020; font-weight: 500; truncate; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rp-reg-cat-row__bar-wrap { height: 6px; background: #EBE7DD; border-radius: 99px; overflow: hidden; }
.rp-reg-cat-row__bar { height: 100%; background: #234637; border-radius: 99px; transition: width 0.4s ease; min-width: 2px; }
.rp-reg-cat-row__count { font-size: 0.75rem; color: #8A7E6E; text-align: right; white-space: nowrap; }

/* Registry item list (registered tab) */
.rp-reg-item-list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(190,170,120,0.18);
  border-radius: 1rem;
  background: #FDFAF5;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.rp-reg-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(190,170,120,0.1);
  transition: background 0.15s;
}
.rp-reg-item-wrap .rp-reg-item { border-bottom: none; }
.rp-reg-item:hover { background: #FAF7F0; }
.rp-reg-item--purchased { opacity: 0.75; }
.rp-reg-item__img {
  width: 64px; height: 64px;
  border-radius: 8px; overflow: hidden; background: #ECE8DE; flex-shrink: 0;
}
.rp-reg-item__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rp-reg-item__info { min-width: 0; }
.rp-reg-item__name { font-size: 0.9rem; font-weight: 600; color: #1E3528; line-height: 1.35; margin-bottom: 0.25rem; }
.rp-reg-item__meta-row { display: flex; flex-wrap: wrap; gap: 0.375rem; align-items: center; }
.rp-reg-item__price { font-size: 0.8125rem; font-weight: 500; color: #2C2010; }
.rp-reg-item__stage {
  font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; color: #8A7E6E;
  background: rgba(35,70,55,0.06); border-radius: 99px; padding: 0.125rem 0.5rem;
}
.rp-reg-item__priority {
  font-size: 0.6875rem; font-weight: 600; border-radius: 99px; padding: 0.125rem 0.5rem;
}
.rp-reg-item__priority--must_have  { color: #C8401A; background: rgba(200,64,26,0.08); }
.rp-reg-item__priority--nice_to_have { color: #4A7AB5; background: rgba(74,122,181,0.08); }
.rp-reg-item__priority--optional   { color: #8A7E6E; background: rgba(35,70,55,0.06); }
.rp-reg-item__buyer { font-size: 0.75rem; color: #7A6E5E; margin-top: 0.25rem; }
.rp-reg-item__status { flex-shrink: 0; }

/* ── Sidebar progress ring ── */
.rp-sb-overview {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rp-sb-ring {
  position: relative;
  width: 80px; height: 80px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.rp-sb-ring svg { display: block; }
.rp-sb-ring__label {
  position: absolute;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1; gap: 0.1rem;
}
.rp-sb-ring__pct  { font-size: 0.9375rem; font-weight: 700; color: #234637; }
.rp-sb-ring__word { font-size: 0.5rem; color: #8A9E80; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.rp-sb-counts { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; }
.rp-sb-count  { font-size: 0.8125rem; color: #6A5E50; line-height: 1.4; }
.rp-sb-count strong { color: #1E3528; font-weight: 700; }

/* ── Share panel ── */
.rp-share-panel {
  background: linear-gradient(160deg, #1E3528 0%, #2E5040 100%) !important;
  border-color: transparent !important;
}
.rp-share-panel .rp-panel__body { padding: 1.25rem 1.125rem; }
.rp-share-panel__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: #C8A96A;
}
.rp-share-panel__title {
  font-size: 0.9375rem; font-weight: 700;
  color: #fff; letter-spacing: -0.01em;
}
.rp-share-panel .rp-panel__note { color: rgba(255,255,255,0.65); }
.rp-share-panel__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #C8A96A;
  color: #1E3528;
  border: none;
  border-radius: 99px;
  padding: 0.625rem 1.375rem;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
  align-self: flex-start;
  margin-top: 0.25rem;
}
.rp-share-panel__btn:hover { background: #D4B878; transform: translateY(-1px); }

/* Edit Registry link */
.rp-edit-registry-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.125rem;
  background: #FDFAF5;
  border: 1.5px solid rgba(35,70,55,0.14);
  border-radius: 1rem;
  color: #1E3528;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
}
.rp-edit-registry-link:hover {
  border-color: rgba(35,70,55,0.32);
  background: #F5F1E9;
  box-shadow: 0 2px 12px rgba(35,70,55,0.07);
}
.rp-edit-registry-link__inner {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

/* ── Right sidebar ── */
.rp-sidebar {
  padding-left: 1.5rem;
  display: flex; flex-direction: column; gap: 0.875rem;
  position: sticky; top: 1.5rem;
}
@media (max-width: 960px) { .rp-sidebar { padding-left: 0; position: static; } }
.rp-panel {
  background: #FDFAF5;
  border: 1px solid rgba(190,170,120,0.18);
  border-radius: 1rem; overflow: hidden;
}
.rp-panel__head {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.875rem 1.125rem;
  border-bottom: 1px solid rgba(190,170,120,0.12);
  font-size: 0.875rem; font-weight: 600; color: #1E3528;
}
.rp-panel__body { padding: 1rem 1.125rem; display: flex; flex-direction: column; gap: 0.625rem; }
.rp-panel__note { font-size: 0.8125rem; color: #6A5E50; line-height: 1.6; margin: 0; }
.rp-panel__list { margin: 0; padding-left: 1.125rem; display: flex; flex-direction: column; gap: 0.25rem; }
.rp-panel__list li { font-size: 0.8125rem; color: #1E3528; line-height: 1.5; }
.rp-delivery-date { font-size: 1rem; font-weight: 600; color: #1E3528; line-height: 1.35; }
.rp-delivery-label { font-size: 0.75rem; color: #9A8E7E; }
.rp-panel-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: #FDFAF5; color: #1E3528;
  border: 1.5px solid rgba(35,70,55,0.22); border-radius: 99px;
  padding: 0.4375rem 1.125rem; font-size: 0.8125rem; font-weight: 600;
  font-family: inherit; text-decoration: none; cursor: pointer;
  transition: border-color 0.15s, background 0.15s; align-self: flex-start;
}
.rp-panel-btn:hover { border-color: #234637; background: rgba(35,70,55,0.04); }
.rp-panel-btn-ghost {
  display: inline-flex; align-items: center; background: none; border: none;
  color: #234637; font-size: 0.8125rem; font-weight: 600; font-family: inherit;
  padding: 0; cursor: pointer;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: rgba(35,70,55,0.35);
}
.rp-panel-btn-ghost:hover { text-decoration-color: #234637; }

/* ── Group gifting — pool strip (registered tab) ── */
.rp-reg-item-wrap {
  border-bottom: 1px solid rgba(190,170,120,0.1);
}
.rp-reg-item-wrap:last-child { border-bottom: none; }
.rp-reg-item-wrap .rp-reg-item { border-bottom: none; }

.rp-pool-strip {
  padding: 0.625rem 1.25rem 0.875rem 1.25rem;
  background: rgba(35,70,55,0.025);
  border-top: 1px dashed rgba(35,70,55,0.1);
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.rp-pool-strip__progress {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.rp-pool-strip__bar-wrap {
  flex: 1;
  height: 5px;
  background: #EBE7DD;
  border-radius: 99px;
  overflow: hidden;
}
.rp-pool-strip__bar {
  height: 100%;
  background: linear-gradient(90deg, #234637, #4A7A62);
  border-radius: 99px;
  transition: width 0.4s ease;
  min-width: 2px;
}
.rp-pool-strip__pct {
  font-size: 0.75rem;
  font-weight: 700;
  color: #234637;
  white-space: nowrap;
}
.rp-pool-strip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #7A6E5E;
}
.rp-pool-strip__sep { color: #C0B8A8; }
.rp-pool-strip__avail { color: #234637; font-weight: 600; }
.rp-pool-strip__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  flex-wrap: wrap;
}
.rp-pool-redeem-btn {
  display: inline-flex; align-items: center;
  background: #234637; color: #fff;
  border: none; border-radius: 99px;
  padding: 0.375rem 1rem;
  font-size: 0.8125rem; font-weight: 600; font-family: inherit;
  cursor: pointer; transition: background 0.15s;
}
.rp-pool-redeem-btn:hover { background: #2E5040; }
.rp-pool-disable-btn {
  display: inline-flex; align-items: center;
  background: none; border: none;
  color: #9A8E7E; font-size: 0.75rem; font-family: inherit;
  padding: 0; cursor: pointer;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: rgba(154,142,126,0.4);
  transition: color 0.15s;
}
.rp-pool-disable-btn:hover { color: #C8401A; }

.rp-pool-enable {
  padding: 0.5rem 1.25rem 0.75rem;
  border-top: 1px dashed rgba(35,70,55,0.08);
}
.rp-pool-enable-btn {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: none; border: none; padding: 0;
  font-size: 0.75rem; font-weight: 600; font-family: inherit;
  color: #234637; cursor: pointer;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: rgba(35,70,55,0.3); transition: text-decoration-color 0.15s;
}
.rp-pool-enable-btn:hover { text-decoration-color: #234637; }

/* ── Redemption modal ── */
.rp-redeem-modal { max-width: 440px; }
.rp-redeem-methods {
  display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem;
}
.rp-redeem-method {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1.5px solid rgba(35,70,55,0.15); border-radius: 0.75rem;
  cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.rp-redeem-method:has(input:checked) {
  border-color: #234637; background: rgba(35,70,55,0.04);
}
.rp-redeem-method input[type="radio"] { margin-top: 0.125rem; accent-color: #234637; flex-shrink: 0; }
.rp-redeem-method__body { flex: 1; }
.rp-redeem-method__title {
  font-size: 0.9rem; font-weight: 600; color: #1E3528; margin-bottom: 0.125rem;
}
.rp-redeem-method__bonus {
  display: inline-block; margin-left: 0.375rem;
  background: rgba(90,154,110,0.12); color: #2E7848;
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.04em;
  padding: 0.125rem 0.5rem; border-radius: 99px; vertical-align: middle;
}
.rp-redeem-method__desc { font-size: 0.8125rem; color: #7A6E5E; line-height: 1.5; }

/* ── Bottom action bar ── */
.rp-action-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  background: #FDFAF5; border-top: 1px solid rgba(190,170,120,0.22);
  box-shadow: 0 -4px 20px rgba(40,30,15,0.08);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.875rem max(1.5rem, calc(50vw - 40rem)); flex-wrap: wrap;
}
.rp-bar-select-all {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.875rem; font-weight: 500; color: #2C2010; cursor: pointer;
}
.rp-bar-select-all input[type="checkbox"] { width: 16px; height: 16px; accent-color: #234637; cursor: pointer; }
.rp-bar-actions { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.rp-bar-btn {
  display: inline-flex; align-items: center; gap: 0.375rem;
  font-size: 0.875rem; font-weight: 600; font-family: inherit;
  border-radius: 99px; padding: 0.5625rem 1.375rem;
  background: #FDFAF5; color: #2C2010;
  border: 1.5px solid rgba(35,70,55,0.18);
  cursor: pointer; transition: all 0.15s; white-space: nowrap;
}
.rp-bar-btn:hover { border-color: #234637; background: rgba(35,70,55,0.04); }
.rp-bar-btn--primary { background: #234637; color: #fff; border-color: #234637; }
.rp-bar-btn--primary:hover { background: #2E5040; border-color: #2E5040; }
.rp-bar-btn--icon { padding: 0.5625rem 1rem; font-size: 1rem; line-height: 1; }

/* ── Registered Gifts: mode banner, groups, status, release ── */
.rp-reg-item-list { display: flex; flex-direction: column; gap: 1rem; }

.rp-reg-mode {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.875rem 1.125rem;
  background: #FBF7EF;
  border: 1px solid rgba(190,170,120,0.3);
  border-radius: 0.875rem;
}
.rp-reg-mode__icon { color: #234637; flex-shrink: 0; margin-top: 1px; display: flex; }
.rp-reg-mode__text { display: flex; flex-direction: column; gap: 0.125rem; flex: 1; min-width: 0; }
.rp-reg-mode__text strong { font-size: 0.875rem; color: #1E3528; font-weight: 700; }
.rp-reg-mode__text span { font-size: 0.8125rem; color: #6A5E50; line-height: 1.5; }
.rp-reg-mode__link {
  flex-shrink: 0; align-self: center;
  font-size: 0.8125rem; font-weight: 600; color: #234637;
  text-decoration: none; white-space: nowrap;
  border: 1px solid rgba(35,70,55,0.22); border-radius: 99px;
  padding: 0.3125rem 0.875rem; transition: border-color 0.15s, background 0.15s;
}
.rp-reg-mode__link:hover { border-color: #234637; background: rgba(35,70,55,0.04); }

.rp-reg-release-all {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.875rem 1.125rem;
  background: linear-gradient(120deg, #1E3528, #2E5040);
  border-radius: 0.875rem; color: #fff;
}
.rp-reg-release-all__text { display: flex; flex-direction: column; gap: 0.125rem; }
.rp-reg-release-all__text strong { font-size: 0.875rem; font-weight: 700; }
.rp-reg-release-all__text span { font-size: 0.8125rem; color: rgba(255,255,255,0.7); }
.rp-reg-release-all .rp-reg-release-btn { background: #C8A96A; color: #1E3528; }
.rp-reg-release-all .rp-reg-release-btn:hover { background: #D4B878; }

.rp-reg-group {
  border: 1px solid rgba(190,170,120,0.18);
  border-radius: 1rem; background: #FDFAF5; overflow: hidden;
}
.rp-reg-group__head {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(190,170,120,0.14);
  background: rgba(35,70,55,0.02);
}
.rp-reg-group__title {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #6A5E50;
}
.rp-reg-group__count {
  font-size: 0.6875rem; font-weight: 700; color: #6A5E50;
  background: rgba(35,70,55,0.07); border-radius: 99px;
  padding: 0.0625rem 0.4375rem;
}

.rp-reg-item__qty { font-size: 0.75rem; color: #8A7E6E; margin-top: 0.25rem; }
.rp-reg-item__end { display: flex; flex-direction: column; align-items: flex-end; gap: 0.4375rem; }
.rp-reg-item__ships { font-size: 0.6875rem; color: #8A7E6E; white-space: nowrap; }

.rp-reg-status {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.02em;
  border-radius: 99px; padding: 0.1875rem 0.5625rem; white-space: nowrap;
}
.rp-reg-status--needed    { color: #8A7E6E; background: rgba(35,70,55,0.06); }
.rp-reg-status--held      { color: #B07A12; background: rgba(200,150,30,0.12); }
.rp-reg-status--released  { color: #2E6BB0; background: rgba(74,122,181,0.12); }
.rp-reg-status--shipped,
.rp-reg-status--delivered { color: #3C7A52; background: rgba(90,154,110,0.14); }

.rp-reg-release-btn {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: #234637; color: #fff; border: none;
  border-radius: 99px; padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem; font-weight: 600; font-family: inherit;
  cursor: pointer; transition: background 0.15s, transform 0.12s; white-space: nowrap;
}
.rp-reg-release-btn:hover { background: #2E5040; transform: translateY(-1px); }
.rp-reg-release-btn:disabled { opacity: 0.55; cursor: default; transform: none; }
.rp-reg-release-btn--ghost {
  background: none; color: #234637;
  border: 1px solid rgba(35,70,55,0.25); padding: 0.375rem 0.75rem;
}
.rp-reg-release-btn--ghost:hover { background: rgba(35,70,55,0.05); transform: none; }

.rp-reg-add-more {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  flex-wrap: wrap;
  padding: 1.125rem 1.25rem;
  border: 1.5px dashed rgba(35,70,55,0.2);
  border-radius: 1rem; background: #FCFAF5;
}
.rp-reg-add-more__text { display: flex; flex-direction: column; gap: 0.1875rem; min-width: 12rem; flex: 1; }
.rp-reg-add-more__text strong { font-size: 0.9rem; color: #1E3528; font-weight: 700; }
.rp-reg-add-more__text span { font-size: 0.8125rem; color: #6A5E50; line-height: 1.5; }
.rp-reg-add-more__actions { display: flex; align-items: center; gap: 0.875rem; flex-wrap: wrap; }
.rp-reg-add-more__link {
  font-size: 0.8125rem; font-weight: 600; color: #234637;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: rgba(35,70,55,0.35);
}
.rp-reg-add-more__link:hover { text-decoration-color: #234637; }

@media (max-width: 560px) {
  .rp-reg-item { grid-template-columns: 56px 1fr; }
  .rp-reg-item__end { grid-column: 2; align-items: flex-start; flex-direction: row; flex-wrap: wrap; margin-top: 0.25rem; }
  .rp-reg-release-all { flex-direction: column; align-items: flex-start; }
}
/* END_SECTION:registry-progress */

/* START_SECTION:research-apparel-body (INDEX:130) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-apparel-body */

/* START_SECTION:research-article-body (INDEX:131) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  /* ===== TOC ===== */
  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  /* ===== ARTICLE WRAPPER ===== */
  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  /* ===== STAT ROW ===== */
  .ra-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.75rem;
    background-color: #234637;
    border-radius: 1.25rem;
  }

  @media screen and (max-width: 560px) {
    .ra-stat-row { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  .ra-stat-block { text-align: center; }

  .ra-stat-block__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #F6F2EA;
    display: block;
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
  }

  .ra-stat-block__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
    line-height: 1.4;
  }

  /* ===== IMAGE BREAKS ===== */
  .ra-img-break {
    position: relative;
    overflow: hidden;
  }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  /* ===== CHEMICAL LIST ===== */
  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  /* ===== CALLOUTS ===== */
  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== PFAS HIGHLIGHT ===== */
  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  /* ===== LAYER LIST ===== */
  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  /* ===== TABLES ===== */
  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  /* ===== CERT GRID ===== */
  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== SHOPPING TIERS ===== */
  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  /* ===== BOTTOM LINE SUMMARY ===== */
  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  /* ===== SOURCES ===== */
  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  /* ===== SUBTLE SHOP LINE ===== */
  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance {
    background: #fff;
    border: 1.5px solid #E4D9C8;
    border-left: 4px solid #C4A45A;
    border-radius: 12px;
    padding: 24px 28px 20px;
    margin-block-end: 2.5rem;
  }

  .ra-glance__badge {
    display: inline-block;
    font-family: var(--font-body--family, sans-serif);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7A5500;
    margin-block-end: 6px;
  }

  .ra-glance__sub {
    font-size: 0.875rem;
    color: #8A7E6E;
    font-style: italic;
    margin: 0 0 14px;
    line-height: 1.5;
  }

  .ra-glance__summary {
    font-size: 1rem;
    line-height: 1.7;
    color: #2C3B2D;
    margin-block-end: 14px;
  }

  .ra-glance__bullets {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .ra-glance__bullets li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4A5A4C;
  }

  /* ===== TOC Our Picks link ===== */
  .ra-toc__picks-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #E4D9C8;
  }

  .ra-toc__link--picks {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #7A5500 !important;
    font-weight: 600;
  }

  .ra-toc__link--picks:hover { color: #5A3D00 !important; }
/* END_SECTION:research-article-body */

/* START_SECTION:research-article-cta (INDEX:132) */
.ra-cta {
    background-color: #F6F2EA;
    padding-block: 0.5rem 5rem;
    padding-inline: 1.5rem;
  }

  .ra-cta__container {
    max-width: 52rem;
    margin-inline: auto;
  }

  .ra-cta__card {
    background-color: #234637;
    border-radius: 2rem;
    padding: 4rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .ra-cta__card {
      padding: 5rem 5rem;
    }
  }

  .ra-cta__icon {
    width: 4rem;
    height: 4rem;
    background-color: rgba(246, 242, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C8A96A;
    margin-bottom: 1.75rem;
    flex-shrink: 0;
  }

  .ra-cta__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-cta__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 400;
    color: #F6F2EA;
    margin: 0 0 1.25rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .ra-cta__sub {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(246, 242, 234, 0.7);
    margin: 0 0 2.5rem;
    max-width: 38rem;
  }

  .ra-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 2.5rem;
    background-color: #F6F2EA;
    color: #234637;
    border-radius: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: opacity 0.2s, transform 0.2s;
  }

  .ra-cta__btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  .ra-cta__note {
    font-size: 0.75rem;
    color: rgba(246, 242, 234, 0.4);
    margin: 1.75rem 0 0;
    max-width: 36rem;
    line-height: 1.6;
  }
/* END_SECTION:research-article-cta */

/* START_SECTION:research-article-header (INDEX:133) */
.ra-header {
    background-color: #F6F2EA;
    overflow: hidden;
  }

  .ra-header__layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 60svh;
  }

  @media screen and (min-width: 750px) {
    .ra-header__layout {
      grid-template-columns: 52% 48%;
      min-height: 70svh;
    }
  }

  .ra-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .ra-header__content {
      padding-block: 5rem;
    }
  }

  .ra-header__back {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: color 0.15s;
  }

  .ra-header__back:hover {
    color: #234637;
  }

  .ra-header__cat {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-header__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.1;
    color: #234637;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
  }

  .ra-header__desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0 0 2rem;
    max-width: 32rem;
  }

  .ra-header__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }

  .ra-header__status {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 99px;
  }

  .ra-header__status--live {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-header__status--live svg {
    color: #5A9A6E;
  }

  .ra-header__date {
    font-size: 0.75rem;
    color: #AEBDA6;
  }

  .ra-header__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
  }

  .ra-header__picks-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(35, 70, 55, 0.35);
    transition: text-decoration-color 0.15s, gap 0.15s;
  }

  .ra-header__picks-link:hover {
    text-decoration-color: #234637;
    gap: 0.625rem;
  }

  .ra-tag {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #5A7A6B;
    background-color: rgba(35, 70, 55, 0.07);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 99px;
    padding: 0.3rem 0.75rem;
  }

  .ra-tag--link {
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
  }

  .ra-tag--link:hover {
    background-color: rgba(35, 70, 55, 0.13);
    color: #234637;
  }

  .ra-header__media {
    position: relative;
    overflow: hidden;
    background-color: #E2DDD3;
    min-height: 55vw;
  }

  @media screen and (min-width: 750px) {
    .ra-header__media {
      min-height: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .ra-header__media {
      order: -1;
      max-height: 420px;
    }
  }

  .ra-header__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
/* END_SECTION:research-article-header */

/* START_SECTION:research-bassinets-body (INDEX:134) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-section-list {
    margin: 0.75rem 0 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
  }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-bassinets-body */

/* START_SECTION:research-bath-body (INDEX:135) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-bath-body */

/* START_SECTION:research-bibs-body (INDEX:136) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-bibs-body */

/* START_SECTION:research-bottles-body (INDEX:137) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  /* ===== TOC ===== */
  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  /* ===== ARTICLE WRAPPER ===== */
  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  /* ===== STAT ROW ===== */
  .ra-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.75rem;
    background-color: #234637;
    border-radius: 1.25rem;
  }

  @media screen and (max-width: 560px) {
    .ra-stat-row { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  .ra-stat-block { text-align: center; }

  .ra-stat-block__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #F6F2EA;
    display: block;
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
  }

  .ra-stat-block__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
    line-height: 1.4;
  }

  /* ===== IMAGE BREAKS ===== */
  .ra-img-break {
    position: relative;
    overflow: hidden;
  }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  /* ===== CHEMICAL LIST ===== */
  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  /* ===== CALLOUTS ===== */
  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== HIGHLIGHT STAT ===== */
  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  /* ===== LAYER LIST ===== */
  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  /* ===== TABLES ===== */
  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  /* ===== CERT GRID ===== */
  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== SHOPPING TIERS ===== */
  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  /* ===== BOTTOM LINE SUMMARY ===== */
  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  /* ===== SOURCES ===== */
  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  /* ===== SUBTLE SHOP LINE ===== */
  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-bottles-body */

/* START_SECTION:research-breast-pumps-body (INDEX:138) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-section-list {
    margin: 0.75rem 0 1.25rem;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
  }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-breast-pumps-body */

/* START_SECTION:research-car-seats-body (INDEX:139) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-car-seats-body */

/* START_SECTION:research-carriers-body (INDEX:140) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-section-list {
    margin: 0.75rem 0 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
  }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-carriers-body */

/* START_SECTION:research-categories (INDEX:141) */
.rl-cats {
    background-color: #F6F2EA;
    padding-block: 3rem 4rem;
    padding-inline: 1.5rem;
  }

  .rl-cats__container {
    max-width: 76rem;
    margin-inline: auto;
  }

  .rl-cats__header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .rl-cats__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.75rem;
    letter-spacing: -0.015em;
  }

  .rl-cats__sub {
    font-size: 0.9375rem;
    color: #5A5040;
    margin: 0;
    line-height: 1.6;
  }

  .rl-cats__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  @media screen and (min-width: 640px) {
    .rl-cats__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (min-width: 1024px) {
    .rl-cats__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .rl-group-card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.5rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }

  .rl-group-card:hover {
    border-color: rgba(35, 70, 55, 0.2);
    box-shadow: 0 4px 24px rgba(35, 70, 55, 0.07);
    transform: translateY(-2px);
  }

  .rl-group-card__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }

  .rl-group-icon {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #EBE7DD;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #234637;
  }

  .rl-group-card__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #234637;
    margin: 0 0 0.3rem;
  }

  .rl-group-card__desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #7A7060;
    margin: 0;
  }

  .rl-group-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .rl-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 99px;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    white-space: nowrap;
  }

  .rl-chip--live {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .rl-chip--live:hover {
    background-color: #234637;
    color: #F6F2EA;
  }

  .rl-chip--live svg {
    color: #5A9A6E;
    flex-shrink: 0;
  }

  .rl-chip--soon {
    background-color: transparent;
    color: #AEBDA6;
    border: 1px solid rgba(174, 189, 166, 0.4);
    cursor: default;
    pointer-events: none;
  }

  .rl-chip__badge {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: rgba(174, 189, 166, 0.25);
    padding: 0.1rem 0.35rem;
    border-radius: 99px;
  }
/* END_SECTION:research-categories */

/* START_SECTION:research-crib-mattress-body (INDEX:142) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-section-list {
    margin: 0.75rem 0 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
  }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-crib-mattress-body */

/* START_SECTION:research-email (INDEX:143) */
.rl-email {
    background-color: #F6F2EA;
    padding-block: 1rem 5rem;
    padding-inline: 1.5rem;
  }

  .rl-email__container {
    max-width: 48rem;
    margin-inline: auto;
  }

  .rl-email__card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 2rem;
    padding: 4rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .rl-email__card {
      padding: 5rem 4.5rem;
    }
  }

  .rl-email__icon {
    width: 3.75rem;
    height: 3.75rem;
    background-color: #EBE7DD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #234637;
    margin-bottom: 1.75rem;
    flex-shrink: 0;
  }

  .rl-email__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
    line-height: 1.2;
  }

  .rl-email__sub {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0 0 2.25rem;
    max-width: 34rem;
  }

  .rl-email__form {
    width: 100%;
    max-width: 30rem;
  }

  .rl-email__row {
    display: flex;
    gap: 0.625rem;
    width: 100%;
  }

  @media screen and (max-width: 480px) {
    .rl-email__row {
      flex-direction: column;
    }
  }

  .rl-email__input {
    flex: 1;
    min-width: 0;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid rgba(35, 70, 55, 0.15);
    border-radius: 0.5rem;
    background-color: #ffffff;
    font-size: 0.9375rem;
    color: #2E322F;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .rl-email__input::placeholder {
    color: #AEBDA6;
  }

  .rl-email__input:focus {
    border-color: #234637;
    box-shadow: 0 0 0 3px rgba(35, 70, 55, 0.08);
  }

  .rl-email__btn {
    padding: 0.875rem 1.75rem;
    background-color: #234637;
    color: #F6F2EA;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
  }

  .rl-email__btn:hover {
    opacity: 0.85;
  }

  .rl-email__note {
    font-size: 0.75rem;
    color: #AEBDA6;
    margin: 1.25rem 0 0;
  }

  .rl-email__success {
    font-size: 0.9375rem;
    color: #234637;
    background-color: rgba(35, 70, 55, 0.07);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    margin: 0;
  }

  .rl-email__error {
    font-size: 0.8125rem;
    color: #C0392B;
    margin: 0.5rem 0 0;
    text-align: left;
  }
/* END_SECTION:research-email */

/* START_SECTION:research-featured (INDEX:144) */
.rl-featured {
    background-color: #F6F2EA;
    padding-block: 1rem 4rem;
  }

  .rl-featured__container {
    max-width: 76rem;
    margin-inline: auto;
  }

  .rl-featured__header {
    text-align: center;
    margin-bottom: 3rem;
    padding-inline: 1.5rem;
  }

  .rl-featured__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.75rem;
    letter-spacing: -0.015em;
  }

  .rl-featured__sub {
    font-size: 0.9375rem;
    color: #5A5040;
    margin: 0;
    line-height: 1.6;
  }

  .rl-featured__track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-inline: 1.5rem;
    padding-bottom: 1rem;
    scrollbar-width: none;
  }

  .rl-featured__track::-webkit-scrollbar {
    display: none;
  }

  .rl-fcard {
    flex: 0 0 calc(82vw - 3rem);
    scroll-snap-align: start;
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }

  @media screen and (min-width: 540px) {
    .rl-fcard {
      flex: 0 0 300px;
    }
  }

  @media screen and (min-width: 768px) {
    .rl-fcard {
      flex: 0 0 280px;
    }
  }

  @media screen and (min-width: 1024px) {
    .rl-fcard {
      flex: 0 0 272px;
    }
  }

  .rl-fcard--live:hover {
    border-color: rgba(35, 70, 55, 0.25);
    box-shadow: 0 6px 32px rgba(35, 70, 55, 0.1);
    transform: translateY(-3px);
  }

  .rl-fcard--soon {
    cursor: default;
    opacity: 0.72;
  }

  .rl-fcard__media {
    position: relative;
    aspect-ratio: 16/10;
    background-color: #EBE7DD;
    overflow: hidden;
  }

  .rl-fcard__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rl-fcard__img-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
  }

  .rl-fcard__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
  }

  .rl-fcard__cat {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0;
  }

  .rl-fcard__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .rl-fcard--soon .rl-fcard__title {
    color: #7A7060;
  }

  .rl-fcard__desc {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #7A7060;
    margin: 0 0 auto;
  }

  .rl-fcard__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #234637;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .rl-fcard__cta--muted {
    color: #AEBDA6;
  }
/* END_SECTION:research-featured */

/* START_SECTION:research-hero (INDEX:145) */
.rl-hero {
    background-color: #F6F2EA;
    overflow: hidden;
  }

  .rl-hero__layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 70svh;
  }

  @media screen and (min-width: 750px) {
    .rl-hero__layout {
      grid-template-columns: 54% 46%;
      min-height: 85svh;
    }
  }

  .rl-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4.5rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .rl-hero__content {
      padding-block: 6rem;
    }
  }

  .rl-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1.75rem;
  }

  .rl-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.15;
    color: #234637;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
  }

  .rl-hero__sub {
    font-size: 1rem;
    line-height: 1.8;
    color: #5A5040;
    margin: 0 0 2.25rem;
    max-width: 32rem;
  }

  .rl-search {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #ffffff;
    border: 1.5px solid rgba(35, 70, 55, 0.15);
    border-radius: 3rem;
    padding: 0.875rem 1.5rem;
    max-width: 32rem;
    margin-bottom: 2.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .rl-search:focus-within {
    border-color: #234637;
    box-shadow: 0 0 0 3px rgba(35, 70, 55, 0.08);
  }

  .rl-search__icon {
    color: #AEBDA6;
    flex-shrink: 0;
  }

  .rl-search__input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.9375rem;
    color: #2E322F;
    flex: 1;
    min-width: 0;
  }

  .rl-search__input::placeholder {
    color: #AEBDA6;
  }

  .rl-hero__stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .rl-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  .rl-hero__stat-num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: #234637;
    line-height: 1;
  }

  .rl-hero__stat-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .rl-hero__stat-divider {
    width: 1px;
    height: 2.5rem;
    background-color: rgba(200, 169, 106, 0.3);
  }

  .rl-hero__media {
    position: relative;
    overflow: hidden;
    background-color: #E2DDD3;
    min-height: 60vw;
  }

  @media screen and (min-width: 750px) {
    .rl-hero__media {
      min-height: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .rl-hero__media {
      order: -1;
      max-height: 460px;
    }
  }

  .rl-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
/* END_SECTION:research-hero */

/* START_SECTION:research-method (INDEX:146) */
.rl-method {
    background-color: #F6F2EA;
    padding-block: 4rem 3rem;
    padding-inline: 1.5rem;
  }

  .rl-method__container {
    max-width: 56rem;
    margin-inline: auto;
  }

  .rl-method__card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 2rem;
    padding: 4rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .rl-method__card {
      padding: 5rem 5rem;
    }
  }

  .rl-method__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1.5rem;
  }

  .rl-method__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.015em;
  }

  .rl-method__rule {
    display: block;
    width: 3.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C8A96A, transparent);
    margin: 0 0 2.25rem;
  }

  .rl-method__copy {
    max-width: 42rem;
    margin-bottom: 3rem;
  }

  .rl-method__copy p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1rem;
  }

  .rl-method__copy p:last-child {
    margin-bottom: 0;
  }

  .rl-method__tagline {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-style: italic;
    font-size: 1.0625rem !important;
    color: #234637 !important;
  }

  .rl-method__steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .rl-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }

  .rl-step__icon {
    width: 3.25rem;
    height: 3.25rem;
    background-color: #EBE7DD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #234637;
  }

  .rl-step__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #234637;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
    white-space: nowrap;
  }

  .rl-step__connector {
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(200, 169, 106, 0.4), rgba(200, 169, 106, 0.4));
    margin-top: -1.25rem;
    flex-shrink: 0;
  }

  @media screen and (max-width: 600px) {
    .rl-step__connector {
      display: none;
    }
    .rl-method__steps {
      gap: 1.5rem;
    }
  }
/* END_SECTION:research-method */

/* START_SECTION:research-monitors-body (INDEX:147) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  /* ===== TOC ===== */
  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  /* ===== ARTICLE WRAPPER ===== */
  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  /* ===== STAT ROW ===== */
  .ra-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.75rem;
    background-color: #234637;
    border-radius: 1.25rem;
  }

  @media screen and (max-width: 560px) {
    .ra-stat-row { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  .ra-stat-block { text-align: center; }

  .ra-stat-block__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #F6F2EA;
    display: block;
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
  }

  .ra-stat-block__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
    line-height: 1.4;
  }

  /* ===== IMAGE BREAKS ===== */
  .ra-img-break {
    position: relative;
    overflow: hidden;
  }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  /* ===== CHEMICAL LIST ===== */
  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  /* ===== CALLOUTS ===== */
  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== HIGHLIGHT ===== */
  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  /* ===== LAYER LIST ===== */
  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  /* ===== TABLES ===== */
  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  /* ===== CERT GRID ===== */
  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== SHOPPING TIERS ===== */
  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  /* ===== BOTTOM LINE SUMMARY ===== */
  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  /* ===== SOURCES ===== */
  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  /* ===== SUBTLE SHOP LINE ===== */
  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-monitors-body */

/* START_SECTION:research-nursery-body (INDEX:148) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 2.5rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-nursery-body */

/* START_SECTION:research-pacifiers-body (INDEX:149) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  /* ===== TOC ===== */
  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  /* ===== ARTICLE WRAPPER ===== */
  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  /* ===== STAT ROW ===== */
  .ra-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.75rem;
    background-color: #234637;
    border-radius: 1.25rem;
  }

  @media screen and (max-width: 560px) {
    .ra-stat-row { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  .ra-stat-block { text-align: center; }

  .ra-stat-block__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #F6F2EA;
    display: block;
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
  }

  .ra-stat-block__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
    line-height: 1.4;
  }

  /* ===== IMAGE BREAKS ===== */
  .ra-img-break {
    position: relative;
    overflow: hidden;
  }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  /* ===== CHEMICAL LIST ===== */
  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  /* ===== CALLOUTS ===== */
  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout--green {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== HIGHLIGHT STAT ===== */
  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 3rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  /* ===== LAYER LIST ===== */
  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  /* ===== TABLES ===== */
  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  /* ===== CERT GRID ===== */
  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  /* ===== SHOPPING TIERS ===== */
  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  /* ===== BOTTOM LINE SUMMARY ===== */
  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  /* ===== SOURCES ===== */
  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  /* ===== SUBTLE SHOP LINE ===== */
  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-pacifiers-body */

/* START_SECTION:research-plush-body (INDEX:150) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }
  .ra-body__container { max-width: 80rem; margin-inline: auto; }
  .ra-body__layout { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
  @media screen and (min-width: 1024px) { .ra-body__layout { grid-template-columns: 13rem 1fr; } }
  .ra-toc { display: none; }
  @media screen and (min-width: 1024px) {
    .ra-toc { display: block; position: sticky; top: calc(var(--header-height, 5rem) + 1.5rem); }
  }
  .ra-toc__label { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #AEBDA6; margin: 0 0 1rem; }
  .ra-toc__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.125rem; }
  .ra-toc__link { display: block; font-size: 0.8125rem; color: #7A7060; text-decoration: none; padding: 0.375rem 0.75rem; border-radius: 0.375rem; border-left: 2px solid transparent; transition: color 0.15s, background-color 0.15s, border-color 0.15s; line-height: 1.4; }
  .ra-toc__link:hover { color: #234637; background-color: rgba(35, 70, 55, 0.05); border-left-color: #C8A96A; }
  .ra-article { background-color: #FBF8F2; border: 1px solid rgba(200, 169, 106, 0.18); border-radius: 2rem; overflow: hidden; }
  .ra-section { padding: 2.75rem 2rem; border-bottom: 1px solid rgba(200, 169, 106, 0.18); scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem); }
  @media screen and (min-width: 750px) { .ra-section { padding: 3.25rem 3.25rem; } }
  .ra-section:last-child { border-bottom: none; }
  .ra-section__heading { font-family: var(--font-heading--family, 'Newsreader', serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; color: #234637; margin: 0 0 1rem; letter-spacing: -0.015em; }
  .ra-rule { display: block; width: 3rem; height: 1px; background: linear-gradient(90deg, #C8A96A, transparent); margin-bottom: 2rem; }
  .ra-subheading { font-family: var(--font-heading--family, 'Newsreader', serif); font-size: clamp(1.125rem, 1.75vw, 1.375rem); font-weight: 400; color: #234637; margin: 2rem 0 0.75rem; letter-spacing: -0.01em; }
  .ra-section p { font-size: 0.9375rem; line-height: 1.85; color: #5A5040; margin: 0 0 1.25rem; }
  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }
  .ra-img-break { position: relative; overflow: hidden; }
  .ra-img-break__img { display: block; width: 100%; height: auto; max-height: 520px; object-fit: cover; }
  .ra-img-break__placeholder { width: 100%; height: 320px; background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%); display: flex; align-items: center; justify-content: center; }
  .ra-img-break__placeholder-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #AEBDA6; }
  .ra-img-break__caption { font-size: 0.75rem; color: #AEBDA6; text-align: center; padding: 0.75rem 2rem; background-color: #FBF8F2; margin: 0; border-bottom: 1px solid rgba(200, 169, 106, 0.18); }
  .ra-chem-list { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
  .ra-chem { padding: 2rem 0; border-bottom: 1px solid rgba(200, 169, 106, 0.15); }
  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }
  .ra-chem__head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 0.875rem; }
  .ra-chem__num { font-family: var(--font-heading--family, 'Newsreader', serif); font-size: 1rem; color: #C8A96A; font-weight: 400; flex-shrink: 0; }
  .ra-chem__title { font-family: var(--font-heading--family, 'Newsreader', serif); font-size: 1.125rem; font-weight: 400; color: #234637; margin: 0; letter-spacing: -0.01em; }
  .ra-chem__text { font-size: 0.9375rem !important; color: #5A5040 !important; line-height: 1.85 !important; margin: 0 0 0.875rem !important; }
  .ra-chem__text:last-child { margin-bottom: 0 !important; }
  .ra-callout { background-color: rgba(200, 169, 106, 0.08); border-left: 3px solid #C8A96A; border-radius: 0 0.75rem 0.75rem 0; padding: 1rem 1.25rem; margin-top: 1rem; }
  .ra-callout--action { background-color: rgba(35, 70, 55, 0.06); border-left-color: #234637; }
  .ra-callout--green { background-color: rgba(35, 70, 55, 0.06); border-left-color: #234637; }
  .ra-callout__text { font-size: 0.875rem !important; color: #5A5040 !important; margin: 0 !important; line-height: 1.75 !important; }
  .ra-highlight { display: flex; align-items: center; gap: 1.5rem; background-color: rgba(35, 70, 55, 0.08); border: 1px solid rgba(35, 70, 55, 0.15); border-radius: 1rem; padding: 1.5rem; margin: 1.25rem 0; }
  .ra-highlight__stat { font-family: var(--font-heading--family, 'Newsreader', serif); font-size: 3rem; font-weight: 400; color: #B07D2A; line-height: 1; white-space: nowrap; flex-shrink: 0; margin: 0 !important; }
  .ra-highlight__context { font-size: 0.875rem !important; color: #5A5040 !important; line-height: 1.65 !important; margin: 0 !important; }
  .ra-layer-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
  .ra-layer { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; align-items: start; padding: 1.25rem; background-color: #F6F2EA; border-radius: 1rem; border: 1px solid rgba(200, 169, 106, 0.15); }
  .ra-layer__num { width: 2.5rem; height: 2.5rem; background-color: #234637; color: #F6F2EA; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; font-weight: 700; flex-shrink: 0; }
  .ra-layer__title { font-weight: 700; font-size: 0.9375rem; color: #234637; margin: 0 0 0.375rem !important; display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
  .ra-layer__sub { font-weight: 400; font-size: 0.75rem; color: #AEBDA6; text-transform: uppercase; letter-spacing: 0.08em; }
  .ra-layer__text { font-size: 0.875rem !important; color: #7A7060 !important; margin: 0 !important; line-height: 1.7 !important; }
  .ra-table-wrap { width: 100%; overflow-x: auto; border-radius: 1rem; border: 1px solid rgba(200, 169, 106, 0.2); margin-top: 1rem; }
  .ra-table { width: 100%; border-collapse: collapse; font-size: 0.8125rem; line-height: 1.6; min-width: 560px; }
  .ra-table thead tr { background-color: #234637; }
  .ra-table th { padding: 0.875rem 1rem; text-align: left; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #F6F2EA; white-space: nowrap; }
  .ra-table td { padding: 0.875rem 1rem; vertical-align: top; color: #5A5040; border-bottom: 1px solid rgba(200, 169, 106, 0.15); }
  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }
  .ra-cert-grid { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.75rem; }
  .ra-cert-card { background-color: #F6F2EA; border: 1px solid rgba(200, 169, 106, 0.18); border-radius: 1.25rem; padding: 1.5rem; }
  .ra-cert-card--top { border-color: rgba(35, 70, 55, 0.2); background-color: rgba(35, 70, 55, 0.03); }
  .ra-cert-card__name { font-weight: 700; font-size: 1rem; color: #234637; margin: 0 0 0.5rem !important; }
  .ra-cert-card__tier { display: inline-block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.625rem; border-radius: 99px; margin-bottom: 0.875rem; }
  .ra-cert-card__tier--strong { background-color: rgba(35, 70, 55, 0.08); color: #234637; border: 1px solid rgba(35, 70, 55, 0.2); }
  .ra-cert-card__tier--moderate { background-color: rgba(200, 169, 106, 0.12); color: #8A6D2F; border: 1px solid rgba(200, 169, 106, 0.3); }
  .ra-cert-card__text { font-size: 0.9rem !important; color: #7A7060 !important; margin: 0 0 0.75rem !important; line-height: 1.75 !important; }
  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }
  .ra-tiers { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.75rem; }
  .ra-tier { border-radius: 1.25rem; padding: 1.5rem; border: 1px solid transparent; }
  .ra-tier--avoid { background-color: rgba(192, 57, 43, 0.04); border-color: rgba(192, 57, 43, 0.15); }
  .ra-tier--better { background-color: rgba(200, 169, 106, 0.07); border-color: rgba(200, 169, 106, 0.25); }
  .ra-tier--best { background-color: rgba(35, 70, 55, 0.05); border-color: rgba(35, 70, 55, 0.18); }
  .ra-tier__head { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 1rem; }
  .ra-tier__icon { width: 1.75rem; height: 1.75rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }
  .ra-tier__label { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 !important; }
  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }
  .ra-tier__list { margin: 0; padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; }
  .ra-tier__list li { font-size: 0.9rem; line-height: 1.7; color: #5A5040; }
  .ra-summary { margin-top: 2rem; background-color: rgba(35, 70, 55, 0.06); border: 1px solid rgba(35, 70, 55, 0.18); border-radius: 1.25rem; padding: 1.75rem 2rem; }
  .ra-summary__label { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #AEBDA6; margin: 0 0 1rem !important; }
  .ra-summary__list { margin: 0; padding-left: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
  .ra-summary__list li { font-size: 0.9375rem; line-height: 1.6; color: #5A5040; }
  .ra-summary__list strong { color: #234637; }
  .ra-sources { margin: 0; padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.625rem; }
  .ra-sources li { font-size: 0.875rem; line-height: 1.6; color: #7A7060; }
  .ra-source-url { color: #5A7A6B; font-style: italic; }
  .ra-shop-line { margin-top: 2rem !important; font-size: 0.875rem !important; color: #7A7060 !important; }
  .ra-shop-link { color: #234637; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(35, 70, 55, 0.25); transition: border-color 0.15s; }
  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-plush-body */

/* START_SECTION:research-pregnancy-pillows-body (INDEX:151) */
.ra-body {
    background-color: #FDFAF5;
    padding-block: 3rem 5rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 76rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 14rem 1fr;
      align-items: start;
      gap: 4rem;
    }
  }

  .ra-toc {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: 6rem;
      max-height: calc(100vh - 8rem);
      overflow-y: auto;
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #234637;
    margin: 0 0 0.75rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.3125rem 0.5rem;
    border-radius: 0.375rem;
    line-height: 1.4;
    transition: background-color 0.15s, color 0.15s;
  }

  .ra-toc__link:hover {
    background-color: rgba(35, 70, 55, 0.06);
    color: #234637;
  }

  .ra-article {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .ra-section {
    scroll-margin-top: 5rem;
  }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }

  .ra-rule {
    display: block;
    width: 2.5rem;
    height: 2px;
    background-color: rgba(200, 169, 106, 0.5);
    margin-bottom: 1.5rem;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #3A3025;
    margin: 0 0 1rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }

  .ra-subheading {
    font-size: 1rem;
    font-weight: 600;
    color: #234637;
    margin: 1.75rem 0 0.5rem;
  }

  .ra-section-list {
    margin: 0.75rem 0 1rem;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #3A3025;
  }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid rgba(200, 169, 106, 0.5);
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1.125rem 1.25rem;
    margin-top: 1.5rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: rgba(35, 70, 55, 0.3);
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
    color: #5A5040 !important;
    margin: 0 !important;
  }

  .ra-img-break {
    border-radius: 1.25rem;
    overflow: hidden;
    background-color: #EBE7DD;
  }

  .ra-img-break__img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ra-img-break__placeholder {
    aspect-ratio: 16 / 7;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.8125rem;
    color: #A09080;
  }

  .ra-img-break__caption {
    font-size: 0.8125rem !important;
    color: #9A8870 !important;
    text-align: center;
    padding: 0.625rem 1rem;
    margin: 0 !important;
    background-color: #F0EBE0;
  }

  .ra-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0.75rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    min-width: 600px;
  }

  .ra-table thead tr {
    background-color: #234637;
  }

  .ra-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.75rem 1rem;
    color: #3A3025;
    vertical-align: top;
    border-bottom: 1px solid rgba(200, 169, 106, 0.12);
    line-height: 1.55;
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }

  .ra-table tbody tr:nth-child(even) {
    background-color: rgba(200, 169, 106, 0.04);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .ra-chem {
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    background-color: #FBF8F2;
  }

  .ra-chem__head {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 0.75rem;
  }

  .ra-chem__num {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #C8A96A;
    flex-shrink: 0;
    width: 1.75rem;
  }

  .ra-chem__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    margin: 0;
  }

  .ra-chem__text {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
    color: #5A5040 !important;
    margin: 0 !important;
    padding-left: 2.625rem;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
  }

  .ra-layer__num {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FDFAF5;
    background-color: #234637;
    border-radius: 0.375rem;
    padding: 0.25rem 0.4rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
  }

  .ra-layer__body {
    flex: 1;
    min-width: 0;
  }

  .ra-layer__title {
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #234637 !important;
    margin: 0 0 0.375rem !important;
    line-height: 1.4 !important;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
    color: #5A5040 !important;
    margin: 0 !important;
  }

  .ra-cert-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  @media screen and (min-width: 640px) {
    .ra-cert-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .ra-cert-card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
  }

  .ra-cert-card--top {
    background-color: rgba(35, 70, 55, 0.03);
    border-color: rgba(35, 70, 55, 0.15);
  }

  .ra-cert-card__name {
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #234637 !important;
    margin: 0 0 0.25rem !important;
    line-height: 1.4 !important;
  }

  .ra-cert-card__tier {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #8A6D2F !important;
    margin: 0 0 0.75rem !important;
    border: 1px solid rgba(200, 169, 106, 0.3);
    background-color: rgba(200, 169, 106, 0.08);
    border-radius: 99px;
    padding: 0.2rem 0.6rem;
    display: inline-block;
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-pregnancy-pillows-body */

/* START_SECTION:research-prenatal-vitamins-body (INDEX:152) */
.ra-body {
    background-color: #FDFAF5;
    padding-block: 3rem 5rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 76rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  /* TOC */
  .ra-toc {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: 6rem;
      border-left: 2px solid rgba(35, 70, 55, 0.15);
      padding-left: 1.25rem;
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #A08C5B;
    margin: 0 0 0.875rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #7A7060;
    text-decoration: none;
    padding-block: 0.3rem;
    transition: color 0.15s;
  }

  .ra-toc__link:hover { color: #234637; }

  /* ARTICLE */
  .ra-article {
    min-width: 0;
  }

  .ra-section {
    margin-bottom: 3.5rem;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #3D342A;
    margin: 0 0 1rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 400;
    color: #1A3028;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }

  .ra-rule {
    display: block;
    width: 2.5rem;
    height: 2px;
    background-color: #C8A96A;
    margin-bottom: 1.5rem;
    border-radius: 1px;
  }

  .ra-subheading {
    font-size: 1rem;
    font-weight: 600;
    color: #234637;
    margin: 1.75rem 0 0.625rem;
  }

  .ra-section-list {
    margin: 0.75rem 0 1.25rem;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #3D342A;
  }

  /* CALLOUT */
  .ra-callout {
    background-color: rgba(200, 169, 106, 0.1);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0 !important;
  }

  /* LAYERS (numbered items) */
  .ra-layer-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 1rem;
    overflow: hidden;
  }

  .ra-layer {
    display: flex;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer:last-child { border-bottom: none; }

  .ra-layer:nth-child(even) { background-color: rgba(246, 242, 234, 0.5); }

  .ra-layer__num {
    font-size: 0.75rem;
    font-weight: 700;
    color: #C8A96A;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    padding-top: 0.15rem;
    min-width: 1.75rem;
  }

  .ra-layer__body {
    flex: 1;
    min-width: 0;
  }

  .ra-layer__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    margin: 0 0 0.375rem;
  }

  .ra-layer__text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0;
  }

  /* CHEMICALS (contaminants) */
  .ra-chem-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .ra-chem {
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 0.875rem;
    padding: 1.25rem 1.5rem;
    background-color: #FBF8F2;
  }

  .ra-chem__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.625rem;
  }

  .ra-chem__num {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #C8A96A;
    letter-spacing: 0.05em;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1A3028;
  }

  .ra-chem__text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0;
  }

  /* CERT GRID */
  .ra-cert-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  @media screen and (min-width: 640px) {
    .ra-cert-grid { grid-template-columns: repeat(2, 1fr); }
  }

  .ra-cert-card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 0.875rem;
    padding: 1.25rem 1.375rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1A3028;
    margin: 0 0 0.25rem;
  }

  .ra-cert-card--top .ra-cert-card__name { color: #234637; }

  .ra-cert-card__tier {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #A08C5B;
    margin: 0 0 0.625rem;
  }

  .ra-cert-card--top .ra-cert-card__tier { color: #234637; opacity: 0.7; }

  .ra-cert-card__text {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #7A7060;
    margin: 0;
  }

  /* TABLE */
  .ra-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 0.875rem;
    margin-top: 0.75rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .ra-table th {
    background-color: #F0EBE0;
    color: #234637;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.25);
    white-space: nowrap;
  }

  .ra-table td {
    color: #5A5040;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.12);
    vertical-align: top;
  }

  .ra-table tr:last-child td { border-bottom: none; }

  .ra-table tr:nth-child(even) td { background-color: rgba(246, 242, 234, 0.5); }

  /* TIERS */
  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .ra-tier {
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.06);
    border-color: rgba(200, 169, 106, 0.2);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.15);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  /* SUMMARY */
  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  /* SOURCES */
  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  /* IMAGE BREAK */
  .ra-img-break {
    margin: 2rem 0;
    border-radius: 1rem;
    overflow: hidden;
  }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .ra-img-break__placeholder {
    background-color: #EBE7DD;
    border: 1.5px dashed rgba(200, 169, 106, 0.4);
    border-radius: 1rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.8125rem;
    color: #A08C5B;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #A08C5B;
    text-align: center;
    margin: 0.5rem 0 0;
    font-style: italic;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-prenatal-vitamins-body */

/* START_SECTION:research-soft-toys-body (INDEX:153) */
.ra-body {
    background-color: #FDFAF5;
    padding-block: 3rem 5rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 76rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  /* TOC */
  .ra-toc {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: 6rem;
      border-left: 2px solid rgba(35, 70, 55, 0.15);
      padding-left: 1.25rem;
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #A08C5B;
    margin: 0 0 0.875rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #7A7060;
    text-decoration: none;
    padding-block: 0.3rem;
    transition: color 0.15s;
  }

  .ra-toc__link:hover { color: #234637; }

  /* ARTICLE */
  .ra-article {
    min-width: 0;
  }

  .ra-section {
    margin-bottom: 3.5rem;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #3D342A;
    margin: 0 0 1rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 400;
    color: #1A3028;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }

  .ra-rule {
    display: block;
    width: 2.5rem;
    height: 2px;
    background-color: #C8A96A;
    margin-bottom: 1.5rem;
    border-radius: 1px;
  }

  .ra-subheading {
    font-size: 1rem;
    font-weight: 600;
    color: #234637;
    margin: 1.75rem 0 0.625rem;
  }

  .ra-section-list {
    margin: 0.75rem 0 1.25rem;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #3D342A;
  }

  /* CALLOUT */
  .ra-callout {
    background-color: rgba(200, 169, 106, 0.1);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0 !important;
  }

  /* LAYERS (numbered items) */
  .ra-layer-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 1rem;
    overflow: hidden;
  }

  .ra-layer {
    display: flex;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer:last-child { border-bottom: none; }

  .ra-layer:nth-child(even) { background-color: rgba(246, 242, 234, 0.5); }

  .ra-layer__num {
    font-size: 0.75rem;
    font-weight: 700;
    color: #C8A96A;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    padding-top: 0.15rem;
    min-width: 1.75rem;
  }

  .ra-layer__body {
    flex: 1;
    min-width: 0;
  }

  .ra-layer__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #234637;
    margin: 0 0 0.375rem;
  }

  .ra-layer__text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0;
  }

  /* CHEMICALS */
  .ra-chem-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .ra-chem {
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 0.875rem;
    padding: 1.25rem 1.5rem;
    background-color: #FBF8F2;
  }

  .ra-chem__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.625rem;
  }

  .ra-chem__num {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #C8A96A;
    letter-spacing: 0.05em;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1A3028;
  }

  .ra-chem__text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0;
  }

  /* CERT GRID */
  .ra-cert-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  @media screen and (min-width: 640px) {
    .ra-cert-grid { grid-template-columns: repeat(2, 1fr); }
  }

  .ra-cert-card {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 0.875rem;
    padding: 1.25rem 1.375rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1A3028;
    margin: 0 0 0.25rem;
  }

  .ra-cert-card--top .ra-cert-card__name { color: #234637; }

  .ra-cert-card__tier {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #A08C5B;
    margin: 0 0 0.625rem;
  }

  .ra-cert-card--top .ra-cert-card__tier { color: #234637; opacity: 0.7; }

  .ra-cert-card__text {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #7A7060;
    margin: 0;
  }

  /* TABLE */
  .ra-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-radius: 0.875rem;
    margin-top: 0.75rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .ra-table th {
    background-color: #F0EBE0;
    color: #234637;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.25);
    white-space: nowrap;
  }

  .ra-table td {
    color: #5A5040;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.12);
    vertical-align: top;
  }

  .ra-table tr:last-child td { border-bottom: none; }

  .ra-table tr:nth-child(even) td { background-color: rgba(246, 242, 234, 0.5); }

  /* TIERS */
  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .ra-tier {
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.06);
    border-color: rgba(200, 169, 106, 0.2);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.15);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.1); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.15); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5A5040;
  }

  /* SUMMARY */
  .ra-summary {
    background-color: rgba(35, 70, 55, 0.04);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem;
    margin-top: 1.5rem;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  /* SOURCES */
  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  /* IMAGE BREAK */
  .ra-img-break {
    margin: 2rem 0;
    border-radius: 1rem;
    overflow: hidden;
  }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .ra-img-break__placeholder {
    background-color: #EBE7DD;
    border: 1.5px dashed rgba(200, 169, 106, 0.4);
    border-radius: 1rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.8125rem;
    color: #A08C5B;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #A08C5B;
    text-align: center;
    margin: 0.5rem 0 0;
    font-style: italic;
  }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-soft-toys-body */

/* START_SECTION:research-strollers-body (INDEX:154) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 2.5rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }
/* END_SECTION:research-strollers-body */

/* START_SECTION:research-trust (INDEX:155) */
.rl-rtrust {
    background-color: #234637;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .rl-rtrust__container {
    max-width: 72rem;
    margin-inline: auto;
  }

  .rl-rtrust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .rl-rtrust__grid {
      grid-template-columns: 1fr auto 1fr auto 1fr;
      gap: 0;
      align-items: start;
      text-align: left;
    }
  }

  .rl-rtrust__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    padding-inline: 2rem;
  }

  @media screen and (min-width: 750px) {
    .rl-rtrust__col {
      align-items: flex-start;
    }
  }

  .rl-rtrust__divider {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .rl-rtrust__divider {
      display: block;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(200, 169, 106, 0.35), transparent);
      align-self: stretch;
    }
  }

  .rl-rtrust__icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(246, 242, 234, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C8A96A;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
  }

  .rl-rtrust__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 2.25rem;
    font-weight: 400;
    color: #F6F2EA;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .rl-rtrust__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0;
  }

  .rl-rtrust__detail {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(246, 242, 234, 0.65);
    margin: 0.25rem 0 0;
    max-width: 20rem;
  }
/* END_SECTION:research-trust */

/* START_SECTION:research-wearables-body (INDEX:156) */
.ra-body {
    background-color: #F6F2EA;
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }

  .ra-body__container {
    max-width: 80rem;
    margin-inline: auto;
  }

  .ra-body__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  @media screen and (min-width: 1024px) {
    .ra-body__layout {
      grid-template-columns: 13rem 1fr;
    }
  }

  .ra-toc { display: none; }

  @media screen and (min-width: 1024px) {
    .ra-toc {
      display: block;
      position: sticky;
      top: calc(var(--header-height, 5rem) + 1.5rem);
    }
  }

  .ra-toc__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem;
  }

  .ra-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ra-toc__link {
    display: block;
    font-size: 0.8125rem;
    color: #7A7060;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    line-height: 1.4;
  }

  .ra-toc__link:hover {
    color: #234637;
    background-color: rgba(35, 70, 55, 0.05);
    border-left-color: #C8A96A;
  }

  .ra-article {
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 2rem;
    overflow: hidden;
  }

  .ra-section {
    padding: 2.75rem 2rem;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ra-section { padding: 3.25rem 3.25rem; }
  }

  .ra-section:last-child { border-bottom: none; }

  .ra-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #234637;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
  }

  .ra-rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, #C8A96A, transparent);
    margin-bottom: 2rem;
  }

  .ra-subheading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 1.75vw, 1.375rem);
    font-weight: 400;
    color: #234637;
    margin: 2rem 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .ra-section p {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #5A5040;
    margin: 0 0 1.25rem;
  }

  .ra-section p:last-child { margin-bottom: 0; }
  .ra-section em { font-style: italic; color: #3d5c4e; }

  .ra-img-break { position: relative; overflow: hidden; }

  .ra-img-break__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
  }

  .ra-img-break__placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ra-img-break__placeholder-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
  }

  .ra-img-break__caption {
    font-size: 0.75rem;
    color: #AEBDA6;
    text-align: center;
    padding: 0.75rem 2rem;
    background-color: #FBF8F2;
    margin: 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.18);
  }

  .ra-chem-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .ra-chem {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-chem:first-child { padding-top: 0; }
  .ra-chem:last-child { border-bottom: none; padding-bottom: 0; }

  .ra-chem__head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.875rem;
  }

  .ra-chem__num {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    color: #C8A96A;
    font-weight: 400;
    flex-shrink: 0;
  }

  .ra-chem__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #234637;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .ra-chem__text {
    font-size: 0.9375rem !important;
    color: #5A5040 !important;
    line-height: 1.85 !important;
    margin: 0 0 0.875rem !important;
  }

  .ra-chem__text:last-child { margin-bottom: 0 !important; }

  .ra-callout {
    background-color: rgba(200, 169, 106, 0.08);
    border-left: 3px solid #C8A96A;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
  }

  .ra-callout--action {
    background-color: rgba(35, 70, 55, 0.06);
    border-left-color: #234637;
  }

  .ra-callout__text {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    margin: 0 !important;
    line-height: 1.75 !important;
  }

  .ra-highlight {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: rgba(35, 70, 55, 0.08);
    border: 1px solid rgba(35, 70, 55, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1.25rem 0;
  }

  .ra-highlight__stat {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 2.5rem;
    font-weight: 400;
    color: #B07D2A;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .ra-highlight__context {
    font-size: 0.875rem !important;
    color: #5A5040 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .ra-layer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .ra-layer {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    background-color: #F6F2EA;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-layer__num {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #234637;
    color: #F6F2EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .ra-layer__title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #234637;
    margin: 0 0 0.375rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ra-layer__sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #AEBDA6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ra-layer__text {
    font-size: 0.875rem !important;
    color: #7A7060 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
  }

  .ra-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid rgba(200, 169, 106, 0.2);
    margin-top: 1rem;
  }

  .ra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    line-height: 1.6;
    min-width: 560px;
  }

  .ra-table thead tr { background-color: #234637; }

  .ra-table th {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F6F2EA;
    white-space: nowrap;
  }

  .ra-table td {
    padding: 0.875rem 1rem;
    vertical-align: top;
    color: #5A5040;
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .ra-table tbody tr:last-child td { border-bottom: none; }
  .ra-table tbody tr:nth-child(even) { background-color: rgba(235, 231, 221, 0.4); }
  .ra-table td:first-child { font-weight: 600; color: #234637; }

  .ra-cert-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-cert-card {
    background-color: #F6F2EA;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .ra-cert-card--top {
    border-color: rgba(35, 70, 55, 0.2);
    background-color: rgba(35, 70, 55, 0.03);
  }

  .ra-cert-card__name {
    font-weight: 700;
    font-size: 1rem;
    color: #234637;
    margin: 0 0 0.5rem !important;
  }

  .ra-cert-card__tier {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.625rem;
    border-radius: 99px;
    margin-bottom: 0.875rem;
  }

  .ra-cert-card__tier--strong {
    background-color: rgba(35, 70, 55, 0.08);
    color: #234637;
    border: 1px solid rgba(35, 70, 55, 0.2);
  }

  .ra-cert-card__tier--moderate {
    background-color: rgba(200, 169, 106, 0.12);
    color: #8A6D2F;
    border: 1px solid rgba(200, 169, 106, 0.3);
  }

  .ra-cert-card__text {
    font-size: 0.9rem !important;
    color: #7A7060 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.75 !important;
  }

  .ra-cert-card__text:last-child { margin-bottom: 0 !important; }

  .ra-tiers {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }

  .ra-tier {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid transparent;
  }

  .ra-tier--avoid {
    background-color: rgba(192, 57, 43, 0.04);
    border-color: rgba(192, 57, 43, 0.15);
  }

  .ra-tier--better {
    background-color: rgba(200, 169, 106, 0.07);
    border-color: rgba(200, 169, 106, 0.25);
  }

  .ra-tier--best {
    background-color: rgba(35, 70, 55, 0.05);
    border-color: rgba(35, 70, 55, 0.18);
  }

  .ra-tier__head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .ra-tier__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ra-tier--avoid .ra-tier__icon { background-color: rgba(192, 57, 43, 0.12); color: #C0392B; }
  .ra-tier--better .ra-tier__icon { background-color: rgba(200, 169, 106, 0.2); color: #8A6D2F; }
  .ra-tier--best .ra-tier__icon { background-color: rgba(35, 70, 55, 0.1); color: #234637; }

  .ra-tier__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .ra-tier--avoid .ra-tier__label { color: #C0392B; }
  .ra-tier--better .ra-tier__label { color: #8A6D2F; }
  .ra-tier--best .ra-tier__label { color: #234637; }

  .ra-tier__list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-tier__list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5A5040;
  }

  .ra-summary {
    margin-top: 2rem;
    background-color: rgba(35, 70, 55, 0.06);
    border: 1px solid rgba(35, 70, 55, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
  }

  .ra-summary__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 1rem !important;
  }

  .ra-summary__list {
    margin: 0;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ra-summary__list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5040;
  }

  .ra-summary__list strong { color: #234637; }

  .ra-sources {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .ra-sources li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #7A7060;
  }

  .ra-source-url {
    color: #5A7A6B;
    font-style: italic;
  }

  .ra-shop-line {
    margin-top: 2rem !important;
    font-size: 0.875rem !important;
    color: #7A7060 !important;
  }

  .ra-shop-link {
    color: #234637;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 70, 55, 0.25);
    transition: border-color 0.15s;
  }

  .ra-shop-link:hover { border-bottom-color: #234637; }

  /* ===== At a Glance ===== */
  .ra-glance { background:#fff; border:1.5px solid #E4D9C8; border-left:4px solid #C4A45A; border-radius:12px; padding:24px 28px 20px; margin-block-end:2.5rem; }
  .ra-glance__badge { display:inline-block; font-family:var(--font-body--family,sans-serif); font-size:.6875rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7A5500; margin-block-end:6px; }
  .ra-glance__sub { font-size:.875rem; color:#8A7E6E; font-style:italic; margin:0 0 14px; line-height:1.5; }
  .ra-glance__summary { font-size:1rem; line-height:1.7; color:#2C3B2D; margin-block-end:14px; }
  .ra-glance__bullets { margin:0; padding-left:1.25rem; list-style: disc; display:flex; flex-direction:column; gap:6px; }
  .ra-glance__bullets li { font-size:.9375rem; line-height:1.6; color:#4A5A4C; }
  .ra-toc__picks-item { margin-top:12px; padding-top:12px; border-top:1px solid #E4D9C8; }
  .ra-toc__link--picks { display:inline-flex; align-items:center; gap:5px; color:#7A5500 !important; font-weight:600; }
  .ra-toc__link--picks:hover { color:#5A3D00 !important; }

  .ra-section-list {
    margin: 0 0 1rem 0;
    padding-left: 1.5rem;
  }

  .ra-section-list li {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #3D3528;
    margin-bottom: 0.375rem;
  }
/* END_SECTION:research-wearables-body */

/* START_SECTION:returns-body (INDEX:157) */
.ret-body {
    background-color: #fbf9f4;
    padding-block: 4rem 3rem;
    padding-inline: 1.5rem;
  }

  .ret-body__container {
    max-width: 52rem;
    margin-inline: auto;
  }

  .ret-card {
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1.5rem;
    overflow: hidden;
  }

  .ret-section {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1.5rem;
    padding: 2.5rem;
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ret-section {
      grid-template-columns: 3.5rem 1fr;
      gap: 2rem;
      padding: 3rem 3.5rem;
    }
  }

  .ret-section__icon {
    width: 3rem;
    height: 3rem;
    background-color: #f2f0eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4f645b;
    margin-top: 0.25rem;
  }

  @media screen and (min-width: 750px) {
    .ret-section__icon {
      width: 3.5rem;
      height: 3.5rem;
    }
  }

  .ret-section__icon--ai {
    background-color: #eef1e8;
  }

  .ret-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 500;
    color: #3C4131;
    margin: 0 0 1rem;
    line-height: 1.3;
  }

  .ret-section__body p {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #5A5A4A;
    margin: 0 0 1rem;
  }

  .ret-section__body p:last-child {
    margin-bottom: 0;
  }

  .ret-section__sublabel {
    font-size: 0.8125rem !important;
    font-weight: 600;
    color: #3C4131 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem !important;
    margin-bottom: 0.625rem !important;
  }

  .ret-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ret-list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5A4A;
    padding-left: 1.25rem;
    position: relative;
  }

  .ret-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8A9A7E;
  }

  .ret-portal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    margin-block: 0.25rem 0;
    background-color: transparent;
    border: 1.5px solid #4f645b;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4f645b;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
  }

  .ret-portal-btn:hover {
    background-color: #4f645b;
    color: #ffffff;
  }

  .ret-ai-label {
    display: inline-flex;
    align-items: center;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4f645b;
    background-color: #eef1e8;
    border-radius: 99px;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.75rem;
  }

  .ret-email-link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #4f645b;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-block: 0.25rem 1.25rem;
    transition: color 0.2s;
  }

  .ret-email-link:hover {
    color: #3C4131;
  }

  .ret-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 168, 130, 0.45) 20%, rgba(196, 168, 130, 0.45) 80%, transparent 100%);
  }
/* END_SECTION:returns-body */

/* START_SECTION:returns-cta (INDEX:158) */
.ret-cta {
    background-color: #fbf9f4;
    padding-block: 1rem 6rem;
    padding-inline: 1.5rem;
  }

  .ret-cta__inner {
    max-width: 44rem;
    margin-inline: auto;
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1.5rem;
    padding: 3.5rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ret-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f2f0eb;
    border-radius: 50%;
    color: #4f645b;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
  }

  .ret-cta__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 400;
    color: #3C4131;
    margin: 0 0 0.875rem;
    line-height: 1.2;
  }

  .ret-cta__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5A4A;
    margin: 0 0 2rem;
    max-width: 32rem;
  }

  .ret-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 2rem;
    background-color: #3C4131;
    color: #ffffff;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: opacity 0.2s;
  }

  .ret-cta__btn:hover {
    opacity: 0.85;
  }
/* END_SECTION:returns-cta */

/* START_SECTION:returns-hero (INDEX:159) */
.ret-hero {
    background-color: #fbf9f4;
    padding-block: 6rem 4.5rem;
    padding-inline: 1.5rem;
  }

  .ret-hero__wrap {
    max-width: 52rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ret-hero__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A9A7E;
    margin: 0 0 1.5rem;
  }

  .ret-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.1;
    color: #3C4131;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
  }

  .ret-hero__sub {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5A4A;
    margin: 0 0 2.25rem;
    max-width: 40rem;
  }

  .ret-hero__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
    margin-bottom: 2.5rem;
  }

  .ret-hero__badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4f645b;
  }

  .ret-hero__rule {
    display: block;
    width: 4rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C4A882, transparent);
  }
/* END_SECTION:returns-hero */

/* START_SECTION:shipping-body (INDEX:164) */
.ship-body {
    background-color: #fbf9f4;
    padding-block: 4rem 3rem;
    padding-inline: 1.5rem;
  }

  .ship-body__container {
    max-width: 52rem;
    margin-inline: auto;
  }

  .ship-card {
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1.5rem;
    overflow: hidden;
  }

  .ship-section {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1.5rem;
    padding: 2.5rem;
    scroll-margin-top: calc(var(--header-height, 5rem) + 1.5rem);
  }

  @media screen and (min-width: 750px) {
    .ship-section {
      grid-template-columns: 3.5rem 1fr;
      gap: 2rem;
      padding: 3rem 3.5rem;
    }
  }

  .ship-section__icon {
    width: 3rem;
    height: 3rem;
    background-color: #f2f0eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4f645b;
    margin-top: 0.25rem;
  }

  @media screen and (min-width: 750px) {
    .ship-section__icon {
      width: 3.5rem;
      height: 3.5rem;
    }
  }

  .ship-section__icon--ai {
    background-color: #eef1e8;
    color: #4f645b;
  }

  .ship-section__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 500;
    color: #3C4131;
    margin: 0 0 1rem;
    line-height: 1.3;
  }

  .ship-section__body p {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #5A5A4A;
    margin: 0 0 1rem;
  }

  .ship-section__body p:last-child {
    margin-bottom: 0;
  }

  .ship-section__label {
    font-size: 0.8125rem !important;
    font-weight: 600;
    color: #3C4131 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem !important;
    margin-bottom: 0.625rem !important;
  }

  .ship-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ship-list li {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5A5A4A;
    padding-left: 1.25rem;
    position: relative;
  }

  .ship-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8A9A7E;
  }

  .ship-track-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    margin-block: 0.25rem 1.25rem;
    background-color: transparent;
    border: 1.5px solid #4f645b;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4f645b;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
  }

  .ship-track-btn:hover {
    background-color: #4f645b;
    color: #ffffff;
  }

  .ship-ai-label {
    display: inline-flex;
    align-items: center;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4f645b;
    background-color: #eef1e8;
    border-radius: 99px;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.75rem;
  }

  .ship-email-link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #4f645b;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-block: 0.25rem 1.25rem;
    transition: color 0.2s;
  }

  .ship-email-link:hover {
    color: #3C4131;
  }

  .ship-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(196, 168, 130, 0.45) 20%, rgba(196, 168, 130, 0.45) 80%, transparent 100%);
  }
/* END_SECTION:shipping-body */

/* START_SECTION:shipping-cta (INDEX:165) */
.ship-cta {
    background-color: #fbf9f4;
    padding-block: 1rem 6rem;
    padding-inline: 1.5rem;
  }

  .ship-cta__inner {
    max-width: 44rem;
    margin-inline: auto;
    background-color: #ffffff;
    border: 1px solid rgba(60, 65, 49, 0.07);
    border-radius: 1.5rem;
    padding: 3.5rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ship-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f2f0eb;
    border-radius: 50%;
    color: #4f645b;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
  }

  .ship-cta__heading {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 400;
    color: #3C4131;
    margin: 0 0 0.875rem;
    line-height: 1.2;
  }

  .ship-cta__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5A4A;
    margin: 0 0 2rem;
    max-width: 32rem;
  }

  .ship-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 2rem;
    background-color: #3C4131;
    color: #ffffff;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: opacity 0.2s;
  }

  .ship-cta__btn:hover {
    opacity: 0.85;
  }
/* END_SECTION:shipping-cta */

/* START_SECTION:shipping-hero (INDEX:166) */
.ship-hero {
    background-color: #fbf9f4;
    padding-block: 6rem 4.5rem;
    padding-inline: 1.5rem;
  }

  .ship-hero__wrap {
    max-width: 52rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ship-hero__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A9A7E;
    margin: 0 0 1.5rem;
  }

  .ship-hero__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', serif));
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.1;
    color: #3C4131;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
  }

  .ship-hero__sub {
    font-size: 1rem;
    line-height: 1.75;
    color: #5A5A4A;
    margin: 0 0 2.25rem;
    max-width: 40rem;
  }

  .ship-hero__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
    margin-bottom: 2.5rem;
  }

  .ship-hero__badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4f645b;
  }

  .ship-hero__rule {
    display: block;
    width: 4rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C4A882, transparent);
  }
/* END_SECTION:shipping-hero */

/* START_SECTION:sleep-guide-article (INDEX:167) */
/* ===== WRAP ===== */
  .sg-article-wrap {
    background-color: #F6F2EA;
    min-height: 100vh;
  }

  /* ===== TOP BAR ===== */
  .sg-article__topbar {
    padding: 1.25rem max(1.5rem, calc((100vw - 820px) / 2));
    border-bottom: 1px solid rgba(200, 169, 106, 0.15);
  }

  .sg-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #AEBDA6;
    text-decoration: none;
    transition: color 0.15s;
  }

  .sg-back-link:hover { color: #234637; }

  /* ===== ARTICLE HEADER ===== */
  .sg-article__header {
    max-width: 820px;
    margin-inline: auto;
    padding: 3.5rem 1.5rem 2.5rem;
    text-align: center;
  }

  .sg-article__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 1.25rem;
  }

  .sg-article__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    color: #234637;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
  }

  .sg-article__subtitle {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #7A7060;
    font-style: italic;
    margin: 0 0 1.5rem;
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: 1.5rem;
  }

  .sg-article__date {
    display: block;
    font-size: 0.75rem;
    color: #AEBDA6;
    letter-spacing: 0.05em;
  }

  /* ===== HERO IMAGE ===== */
  .sg-article__hero {
    position: relative;
    width: 100%;
    max-height: 60vh;
    overflow: hidden;
    background-color: #E8E3D8;
  }

  .sg-article__hero-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: cover;
    object-position: center;
  }

  .sg-article__hero-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, transparent, #F6F2EA);
  }

  /* ===== BODY ===== */
  .sg-article__body-wrap {
    max-width: 720px;
    margin-inline: auto;
    padding: 3rem 1.5rem 4rem;
  }

  .sg-article__body.rte p {
    font-size: 1rem;
    line-height: 1.9;
    color: #5A5040;
    margin: 0 0 1.5rem;
  }

  .sg-article__body.rte p:last-child { margin-bottom: 0; }

  .sg-article__body.rte strong {
    color: #234637;
    font-weight: 700;
  }

  .sg-article__body.rte em {
    color: #3d5c4e;
    font-style: italic;
  }

  .sg-article__body.rte h2 {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 400;
    color: #234637;
    margin: 2.5rem 0 1rem;
    letter-spacing: -0.015em;
  }

  .sg-article__body.rte h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #234637;
    margin: 2rem 0 0.75rem;
  }

  /* ===== CLOSING THOUGHT ===== */
  .sg-article__closing {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(200, 169, 106, 0.25);
  }

  .sg-article__closing-inner {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: rgba(200, 169, 106, 0.07);
    border: 1px solid rgba(200, 169, 106, 0.2);
    border-left: 3px solid #C8A96A;
    border-radius: 0 1rem 1rem 0;
    padding: 1.5rem 1.75rem;
  }

  .sg-article__closing-leaf {
    color: #C8A96A;
    flex-shrink: 0;
    margin-top: 0.125rem;
    opacity: 0.7;
  }

  .sg-article__closing-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 0.5rem;
  }

  .sg-article__closing-text {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
    font-style: italic;
    margin: 0;
  }

  /* ===== FOOTER META ===== */
  .sg-article__footer-meta {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .sg-series-tag {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #5A7A6B;
    background-color: rgba(35, 70, 55, 0.07);
    border: 1px solid rgba(35, 70, 55, 0.12);
    border-radius: 99px;
    padding: 0.3rem 0.875rem;
  }

  /* ===== RELATED ARTICLES ===== */
  .sg-related {
    background-color: #F0EBE0;
    border-top: 1px solid rgba(200, 169, 106, 0.2);
    padding: 3rem max(1.5rem, calc((100vw - 1200px) / 2));
  }

  .sg-related__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 2rem;
  }

  .sg-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
  }

  .sg-related__card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.25rem;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .sg-related__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(35, 70, 55, 0.08);
  }

  .sg-related__img-wrap {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #E8E3D8;
  }

  .sg-related__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }

  .sg-related__card:hover .sg-related__img { transform: scale(1.03); }

  .sg-related__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
  }

  .sg-related__body {
    padding: 1.25rem;
  }

  .sg-related__eyebrow {
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 0.5rem;
  }

  .sg-related__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1rem;
    font-weight: 400;
    color: #234637;
    line-height: 1.3;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
  }

  .sg-related__excerpt {
    font-size: 0.8125rem;
    color: #7A7060;
    line-height: 1.55;
    margin: 0;
    font-style: italic;
  }
/* END_SECTION:sleep-guide-article */

/* START_SECTION:sleep-guide-blog (INDEX:168) */
/* ===== WRAP ===== */
  .sg-blog-wrap {
    background-color: #F6F2EA;
    min-height: 100vh;
  }

  /* ===== SERIES HEADER ===== */
  .sg-blog__header {
    text-align: center;
    padding: 4.5rem 1.5rem 3.5rem;
    max-width: 680px;
    margin-inline: auto;
  }

  .sg-blog__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 1rem;
  }

  .sg-blog__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    color: #234637;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
  }

  .sg-blog__desc {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #7A7060;
    font-style: italic;
    margin: 0 0 2rem;
  }

  .sg-blog__rule {
    display: block;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C8A96A, transparent);
    margin-inline: auto;
  }

  /* ===== ARTICLE GRID ===== */
  .sg-blog__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 max(1.5rem, calc((100vw - 1200px) / 2)) 3rem;
  }

  @media screen and (min-width: 640px) {
    .sg-blog__grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media screen and (min-width: 1024px) {
    .sg-blog__grid { grid-template-columns: repeat(3, 1fr); }
  }

  /* ===== ARTICLE CARD ===== */
  .sg-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background-color: #FBF8F2;
    border: 1px solid rgba(200, 169, 106, 0.18);
    border-radius: 1.5rem;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .sg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(35, 70, 55, 0.1);
  }

  .sg-card__img-wrap {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background-color: #E8E3D8;
  }

  .sg-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
    display: block;
  }

  .sg-card:hover .sg-card__img { transform: scale(1.04); }

  .sg-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #EBE7DD 0%, #DDD8CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sg-card__body {
    padding: 1.75rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .sg-card__eyebrow {
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C8A96A;
    margin: 0 0 0.625rem;
  }

  .sg-card__title {
    font-family: var(--font-heading--family, 'Newsreader', serif);
    font-size: 1.25rem;
    font-weight: 400;
    color: #234637;
    line-height: 1.3;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;
  }

  .sg-card__excerpt {
    font-size: 0.875rem;
    color: #7A7060;
    line-height: 1.6;
    margin: 0 0 1.25rem;
    font-style: italic;
    flex: 1;
  }

  .sg-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #234637;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(35, 70, 55, 0.3);
    transition: gap 0.15s, text-decoration-color 0.15s;
    margin-top: auto;
  }

  .sg-card:hover .sg-card__cta {
    gap: 0.625rem;
    text-decoration-color: #234637;
  }

  /* ===== PAGINATION ===== */
  .sg-blog__pagination {
    text-align: center;
    padding: 1rem 1.5rem 3rem;
  }

  /* ===== FOOTER ===== */
  .sg-blog__footer {
    text-align: center;
    padding: 2.5rem 1.5rem 3.5rem;
    border-top: 1px solid rgba(200, 169, 106, 0.2);
  }

  .sg-blog__footer-text {
    font-size: 0.9375rem;
    color: #7A7060;
    font-style: italic;
    margin: 0;
    max-width: 480px;
    margin-inline: auto;
    line-height: 1.75;
  }
/* END_SECTION:sleep-guide-blog */

/* START_SECTION:slideshow (INDEX:169) */
.slideshow-section {
    slideshow-arrows .slideshow-control:first-of-type {
      margin-inline-start: var(--padding-xs);
    }

    slideshow-arrows .slideshow-control:last-of-type {
      margin-inline-end: var(--padding-xs);
    }

    .slideshow--with-hints--mobile-with-hints {
      gap: var(--slideshow-gap, 0);
      grid-column: 1 / -1;
    }

    /* Hide navigation arrows at boundaries for with-hints mode */
    .slideshow--with-hints--mobile-with-hints slideshow-arrows .slideshow-control {
      transition: opacity 0.3s ease;
    }

    /* Override animation for boundary arrows in with-hints mode on hover */
    slideshow-component.slideshow--with-hints--mobile-with-hints:has(
        slideshow-slide:first-child:not([aria-hidden='true'])
      )
      > slideshow-container
      > slideshow-arrows
      .slideshow-control--previous,
    slideshow-component.slideshow--with-hints--mobile-with-hints:has(
        slideshow-slide:last-child:not([aria-hidden='true'])
      )
      > slideshow-container
      > slideshow-arrows
      .slideshow-control--next {
      animation: none;
      opacity: 0;
      pointer-events: none;
    }

    @media screen and (max-width: 749px) {
      .slideshow--with-hints--mobile-with-hints slideshow-slides {
        padding-inline: var(--page-margin);
      }

      .slideshow--with-hints--mobile-with-hints slideshow-slide {
        width: 96%;
      }

      .slideshow--with-hints--mobile-with-hints slideshow-slides {
        gap: min(var(--slideshow-gap, 0), 10px);
      }
    }

    @media screen and (min-width: 750px) {
      .slideshow--with-hints {
        gap: var(--slideshow-gap, 0);
        grid-column: 1 / -1;
      }

      .slideshow--with-hints slideshow-slides {
        padding-inline: var(--page-margin);
        gap: var(--slideshow-gap, 0);
      }

      .slideshow--with-hints slideshow-slide {
        width: calc((100vw - var(--page-margin) * 2));
        overflow: hidden;
      }

      .slideshow--with-hints slideshow-arrows .slideshow-control {
        transition: opacity 0.3s ease;
      }

      slideshow-component.slideshow--with-hints:has(slideshow-slide:first-child:not([aria-hidden='true']))
        > slideshow-container
        > slideshow-arrows
        .slideshow-control--previous,
      slideshow-component.slideshow--with-hints:has(slideshow-slide:last-child:not([aria-hidden='true']))
        > slideshow-container
        > slideshow-arrows
        .slideshow-control--next {
        animation: none;
        opacity: 0;
        pointer-events: none;
      }
    }
  }
/* END_SECTION:slideshow */

/* START_SECTION:tracker-browse-cta (INDEX:170) */
.tbc {
    background: #F6F2EA;
    padding: 0 1.5rem 4rem;
  }

  .tbc__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  @media screen and (min-width: 750px) {
    .tbc__inner { grid-template-columns: 1fr 1fr; }
  }

  .tbc__card {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    position: relative;
  }

  .tbc__card--left {
    background: #EDE8DF;
  }

  .tbc__card--right {
    background: #EAF0E8;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .tbc__card-media {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #D8D2C4;
    position: relative;
  }

  .tbc__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .tbc__card-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .tbc__card-heading {
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: #1E3528;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.015em;
  }

  .tbc__card-body {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #5A5040;
    margin: 0;
  }

  .tbc__btn {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #1E3528;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 0.25rem;
    transition: background 0.2s;
    align-self: flex-start;
  }

  .tbc__btn:hover { background: #2E5040; color: #fff; }

  .tbc__learn-more {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E3528;
    text-decoration: none;
    margin-top: 0.25rem;
  }

  .tbc__learn-more:hover { text-decoration: underline; }

  .tbc__botanical {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 160px;
    pointer-events: none;
    opacity: 0.9;
  }

  .tbc__botanical svg {
    width: 100%;
    height: 100%;
  }

  .tbc__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(30,53,40,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
  }

  .tbc__icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #4A7A60;
  }
/* END_SECTION:tracker-browse-cta */

/* START_SECTION:tracker-browse-hero (INDEX:171) */
.tbh {
    background: #F6F2EA;
    overflow: hidden;
  }

  .tbh__inner {
    display: grid;
    grid-template-columns: 1fr;
    min-height: clamp(280px, 32vw, 420px);
  }

  @media screen and (min-width: 750px) {
    .tbh__inner {
      grid-template-columns: 50% 50%;
      min-height: clamp(340px, 36vw, 480px);
    }
  }

  .tbh__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding: 2.5rem 1.5rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1100px) / 2 + 1.5rem));
  }

  @media screen and (min-width: 750px) {
    .tbh__content {
      padding: 3rem 3rem 3rem max(1.5rem, calc((100vw - 1100px) / 2 + 1.5rem));
    }
  }

  .tbh__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.08;
    color: #1E3528;
    margin: 0;
    letter-spacing: -0.03em;
  }

  .tbh__body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5A5040;
    margin: 0;
    max-width: 26rem;
  }

  /* ── Personalise card ── */
  .tbh__personalise {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    background: rgba(255,255,255,0.6);
    border: 1px solid #E2DDD4;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    max-width: 26rem;
    flex-wrap: wrap;
  }

  .tbh__personalise-icon {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
    background: #EDF3E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tbh__personalise-icon svg {
    width: 1.125rem;
    height: 1.125rem;
    color: #4A7A60;
  }

  .tbh__personalise-heart {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
  }

  .tbh__personalise-heart svg { width: 0.45rem; height: 0.45rem; }

  .tbh__personalise-copy { flex: 1; min-width: 120px; }

  .tbh__personalise-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E3528;
    margin: 0 0 0.25rem;
  }

  .tbh__personalise-body {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #6B6B6B;
    margin: 0;
  }

  .tbh__personalise-btn {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E3528;
    text-decoration: none;
    white-space: nowrap;
    align-self: center;
  }

  .tbh__personalise-btn:hover { text-decoration: underline; }

  .tbh__media {
    position: relative;
    overflow: hidden;
    background: #DDD9CE;
    min-height: 200px;
  }

  @media screen and (max-width: 749px) {
    .tbh__media { order: -1; max-height: 260px; }
  }

  .tbh__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
/* END_SECTION:tracker-browse-hero */

/* START_SECTION:tracker-browse-main (INDEX:172) */
.tbm {
    background: #FAFAF8;
    padding: 2.5rem 0 5rem;
    padding-inline: max(1.5rem, calc((100vw - 1100px) / 2 + 1.5rem));
  }

  .tbm__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }

  /* ── Top bar ── */
  .tbm__topbar {
    display: flex;
    align-items: flex-start;
  }

  /* ── Tabs ── */
  .tbm__tabs {
    display: flex;
    gap: 0.375rem;
    background: #EDE8DF;
    border-radius: 99px;
    padding: 0.3rem;
    flex-shrink: 0;
  }

  .tbm__tab {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    background: transparent;
    color: #5A5040;
    border-radius: 99px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
  }

  .tbm__tab--active {
    background: #1E3528;
    color: #fff;
    font-weight: 600;
  }

  .tbm__tab:not(.tbm__tab--active):hover {
    background: rgba(30,53,40,0.08);
    color: #1E3528;
  }

  /* ── Group ── */
  .tbm__group { display: flex; flex-direction: column; gap: 1.25rem; }

  .tbm__group-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EDE8DF;
  }

  /* Category icon — square with rounded corners, uploadable */
  .tbm__group-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #EDE8DF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tbm__group-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .tbm__group-icon-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tbm__group-icon-placeholder svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #9A8C6A;
    opacity: 0.7;
  }

  .tbm__group-title {
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 400;
    color: #1E3528;
    margin: 0;
    letter-spacing: -0.02em;
  }

  /* ── Card grid ── */
  .tbm__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  @media screen and (min-width: 560px) {
    .tbm__grid { grid-template-columns: 1fr 1fr; }
  }

  @media screen and (min-width: 900px) {
    .tbm__grid { grid-template-columns: repeat(3, 1fr); }
  }

  /* ── Individual card — vertical layout ── */
  .tbm__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #EDE8DF;
    border-radius: 14px;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    box-shadow: 0 1px 4px rgba(30,53,40,0.04);
  }

  .tbm__card:hover {
    border-color: #C0D0B8;
    box-shadow: 0 6px 24px rgba(30,53,40,0.1);
    transform: translateY(-2px);
  }

  /* Card image — full width, fixed height */
  .tbm__card-img {
    width: 100%;
    height: 140px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tbm__card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Dashed placeholder shown when no image uploaded */
  .tbm__card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: inherit;
  }

  .tbm__card-placeholder svg {
    width: 2.5rem;
    height: 2.5rem;
    color: #9A8C6A;
    opacity: 0.5;
  }

  /* Card content */
  .tbm__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.125rem 1.25rem 1.25rem;
    flex: 1;
  }

  .tbm__card-title {
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: 1.0625rem;
    font-weight: 400;
    color: #1E3528;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  .tbm__card-desc {
    font-size: 0.8125rem;
    color: #6B6B6B;
    line-height: 1.55;
    margin: 0;
    flex: 1;
  }

  .tbm__card-cta {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E3528;
    margin-top: 0.5rem;
    display: block;
  }

  .tbm__card:hover .tbm__card-cta { text-decoration: underline; }
/* END_SECTION:tracker-browse-main */

/* START_SECTION:tracker-landing-hero (INDEX:173) */
.tlh {
    background: #F6F2EA;
    overflow: hidden;
  }

  .tlh__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 60svh;
  }

  @media screen and (min-width: 750px) {
    .tlh__grid {
      grid-template-columns: 48% 52%;
      min-height: 62svh;
    }
  }

  .tlh__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 4rem;
    padding-inline-start: max(1.5rem, calc((100vw - 1280px) / 2 + 3rem));
    padding-inline-end: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .tlh__content {
      padding-block: 6rem;
    }
  }

  .tlh__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9A8C6A;
    margin: 0 0 1.5rem;
  }

  .tlh__heading {
    font-family: var(--font-h1--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    font-weight: 300;
    line-height: 1.1;
    color: #1E3528;
    margin: 0 0 1.5rem;
    letter-spacing: -0.03em;
  }

  .tlh__body {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5A5040;
    margin: 0 0 0.875rem;
    max-width: 28rem;
  }

  .tlh__body:last-of-type {
    margin-bottom: 2rem;
  }

  .tlh__disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #7A6E5E;
    line-height: 1.55;
    max-width: 26rem;
  }

  .tlh__disclaimer svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
    color: #9A8C6A;
  }

  .tlh__media {
    position: relative;
    overflow: hidden;
    background: #DDD9CE;
    min-height: 60vw;
  }

  @media screen and (min-width: 750px) {
    .tlh__media {
      min-height: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .tlh__media {
      order: -1;
      max-height: 520px;
      min-height: 300px;
    }
  }

  .tlh__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  .tlh__botanical {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    display: flex;
    align-items: stretch;
    pointer-events: none;
  }

  .tlh__botanical svg {
    width: 100%;
    height: 100%;
  }
/* END_SECTION:tracker-landing-hero */

/* START_SECTION:tracker-landing-how (INDEX:174) */
.tlhow {
    background: #fff;
    padding: 5rem 1.5rem;
  }

  .tlhow__inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .tlhow__header {
    text-align: center;
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
  }

  .tlhow__heading {
    font-family: var(--font-h2--family, var(--font-heading--family, 'Newsreader', Georgia, serif));
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 300;
    color: #1E3528;
    margin: 0;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }

  .tlhow__ornament svg {
    width: 3rem;
    height: 1.25rem;
  }

  .tlhow__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.5rem;
  }

  @media screen and (min-width: 900px) {
    .tlhow__steps {
      grid-template-columns: repeat(5, 1fr);
      gap: 0 1rem;
    }
  }

  .tlhow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 0 0.5rem;
  }

  .tlhow__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #F3EFE6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .tlhow__icon svg {
    width: 1.625rem;
    height: 1.625rem;
    color: #4A7A60;
  }

  .tlhow__title {
    font-family: var(--font-heading--family, 'Newsreader', Georgia, serif);
    font-size: 1.0625rem;
    font-weight: 400;
    color: #1E3528;
    margin: 0;
    line-height: 1.3;
  }

  .tlhow__body {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #6B6B6B;
    margin: 0;
  }

  @media screen and (max-width: 899px) {
    .tlhow__steps {
      grid-template-columns: 1fr 1fr;
    }

    .tlhow__step:last-child:nth-child(odd) {
      grid-column: 1 / -1;
      max-width: 220px;
      margin-inline: auto;
    }
  }
/* END_SECTION:tracker-landing-how */

/* START_SECTION:trust-ribbon (INDEX:175) */
.trib {
    padding-block-start: 20px;
    padding-block-end: 80px;
    background: #F7F3EE;
  }

  .trib__outer {
    display: flex;
    justify-content: center;
  }

  .trib__pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FAF7F2;
    border: 1px solid #E4D9C8;
    border-radius: 40px;
    padding: 28px 48px;
    box-shadow: 0 2px 16px rgba(160, 120, 48, 0.06);
  }

  .trib__item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    justify-content: center;
  }

  .trib__item:first-child {
    justify-content: flex-start;
  }

  .trib__item:last-child {
    justify-content: flex-end;
  }

  .trib__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trib__label {
    font-family: var(--font-body--family);
    font-size: 1rem;
    line-height: 1.35;
    color: #2C3B2D;
    font-weight: 400;
  }

  .trib__sep {
    display: block;
    width: 1px;
    height: 52px;
    background: #DDD4C0;
    flex-shrink: 0;
    margin-inline: 8px;
  }

  @media screen and (max-width: 749px) {
    .trib {
      padding-block-start: 20px;
      padding-block-end: 52px;
    }

    .trib__pill {
      flex-direction: column;
      align-items: flex-start;
      border-radius: 20px;
      padding: 24px 28px;
      gap: 20px;
    }

    .trib__item,
    .trib__item:first-child,
    .trib__item:last-child {
      justify-content: flex-start;
    }

    .trib__sep {
      width: 100%;
      height: 1px;
      margin-inline: 0;
    }
  }
/* END_SECTION:trust-ribbon */

/* START_SECTION:wishlist-shared (INDEX:176) */
.wishlist-shared__eyebrow {
    margin: 0 0 var(--margin-2xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
    font-size: var(--font-size--sm);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .wishlist-shared__heading {
    margin: 0 0 var(--margin-lg);
  }

  .wishlist-shared__grid {
    width: 100%;
    min-width: 0;
    container-type: inline-size;
    container-name: resource-list;
  }

  /* Keep quick-add visible in the shared view, independent of card hover. */
  .wishlist-shared__grid product-card .quick-add__button {
    opacity: 1;
  }

  .wishlist-shared__status {
    padding: var(--padding-xl);
    text-align: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }
/* END_SECTION:wishlist-shared */

/* CSS from block stylesheet tags */
/* START_BLOCK:_accordion-row (INDEX:177) */
.details__icon {
    height: auto;
    margin-inline-end: var(--margin-xs);
  }

  .details--non-collapsible .details__header .svg-wrapper {
    display: none;
  }

  .details--non-collapsible .details__header {
    pointer-events: none;
  }
/* END_BLOCK:_accordion-row */

/* START_BLOCK:_announcement (INDEX:178) */
.text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width).h1,
  .text-block:not(.text-block--full-width).h2,
  .text-block:not(.text-block--full-width).h3,
  .text-block:not(.text-block--full-width).h4,
  .text-block:not(.text-block--full-width).h5,
  .text-block:not(.text-block--full-width).h6 {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }
/* END_BLOCK:_announcement */

/* START_BLOCK:_blog-post-card (INDEX:179) */
.blog-post-card {
    display: flex;
    flex-direction: column;
    text-align: var(--text-align);
    column-gap: var(--columns-gap);
  }

  .blog-post-item--horizontal:has(.blog-post-card__image-container) .blog-post-card {
    & > *:first-child {
      flex-basis: 70%;
    }

    & > *:last-child {
      flex-basis: 30%;
    }
  }

  .blog-post-card__content {
    padding-block-start: 0.4rem;
    display: flex;
    flex-direction: column;
  }

  .blog-post-item .blog-post-card__image-container,
  .blog-post-item .blog-post-card__content {
    width: 100%;
  }

  /**
   * Horizontal layout (image left, content right)
   * Applied to hero posts based on total article count
   * Only applies the split layout when an image is actually present
   */
  .blog-post-item--horizontal .blog-post-card {
    flex-direction: row;

    @media screen and (max-width: 749px) {
      flex-direction: column;
    }
  }

  .blog-post-card__content a {
    display: block;
    text-wrap: pretty;
    text-decoration: none;
    padding-block-start: 0.75rem;
  }

  .blog-post-card__content a:hover,
  .blog-post-card__content a:hover [style*='--color: var(--color-primary)'] {
    color: var(--color-primary-hover);
  }

  .blog-post-card__content a:hover [style*='--color: var(--color-foreground-heading)'] {
    color: rgb(var(--color-foreground-heading-rgb) / var(--opacity-subdued-text));
  }

  .blog-post-card__content a:hover [style*='--color: var(--color-foreground)'] {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }
/* END_BLOCK:_blog-post-card */

/* START_BLOCK:_blog-post-content (INDEX:180) */
.blog-post-content {
    max-width: var(--normal-content-width);
    margin: 0 auto;
  }
/* END_BLOCK:_blog-post-content */

/* START_BLOCK:_blog-post-description (INDEX:181) */
.blog-post-card__content-text a {
    color: var(--color-primary);
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_BLOCK:_blog-post-description */

/* START_BLOCK:_blog-post-featured-image (INDEX:182) */
.blog-post-featured-image {
    --width: 100%;
    --custom-width: 100%;

    display: block;
    position: relative;
    width: var(--width);
  }

  .blog-post-featured-image.size-style {
    --width: var(--size-style-width, 100%);
  }

  .blog-post-featured-image--height-fit {
    height: fit-content;
  }

  .blog-post-featured-image--height-fill {
    height: 100%;
  }

  .blog-post-featured-image__image {
    aspect-ratio: var(--ratio);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  @media screen and (max-width: 749px) {
    .blog-post-featured-image {
      --width: var(--width-mobile, var(--width));
      --custom-width: var(--custom-width-mobile, var(--custom-width));
    }

    .blog-post-featured-image.size-style {
      --width: var(--size-style-width-mobile, var(--size-style-width, 100%));
    }
  }
/* END_BLOCK:_blog-post-featured-image */

/* START_BLOCK:_blog-post-image (INDEX:183) */
.blog-post-card__image {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: calc(var(--blog-post-card-img-height) * var(--blog-post-card-scale));
  }

  .blog-post-card__image--small {
    --blog-post-card-img-height: 280px;
  }

  .blog-post-card__image--medium {
    --blog-post-card-img-height: 340px;
  }

  .blog-post-card__image--large {
    --blog-post-card-img-height: 400px;
  }
/* END_BLOCK:_blog-post-image */

/* START_BLOCK:_blog-post-info-text (INDEX:184) */
.blog-post-details {
    display: flex;
    gap: var(--gap-sm);
    font-size: var(--font-paragraph-size);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    white-space: nowrap;
    flex-wrap: wrap;
  }

  .blog-post-details > span {
    text-overflow: clip;
    overflow: hidden;
  }
/* END_BLOCK:_blog-post-info-text */

/* START_BLOCK:_card (INDEX:185) */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius, 0);
    border-width: var(--border-width, 0);
    border-style: var(--border-style, none);
    border-color: var(--border-color);
    container-type: inline-size;
  }

  .card__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: var(--layer-flat);
    display: flex;
    flex-direction: column;
    aspect-ratio: var(--card-ratio, 1);
  }

  .card__content.background-transparent {
    background-color: transparent;
  }

  /* When card has both image and content, use min-height from container query */
  .card__content--has-min-height {
    min-height: calc(100cqw / var(--card-ratio-numeric));
  }

  .card__inner {
    flex: 1;
  }

  .card__media-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  .card__media-wrapper video {
    z-index: var(--layer-raised);
  }

  .card__link {
    position: absolute;
    inset: 0;
    z-index: var(--layer-raised);
  }

  .card__link ~ :is(.card__content, .card__media-wrapper) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .card__link ~ to be specific enough to take effect. */
  .card__link ~ .card__content--design-mode {
    pointer-events: auto;
  }
/* END_BLOCK:_card */

/* START_BLOCK:_carousel-content (INDEX:186) */
.carousel-content slideshow-slides {
    --slideshow-gap: var(--carousel-gap);
  }

  .carousel-content slideshow-slides > .card {
    flex: 0 0 auto;
    width: calc(
      (100% - (var(--carousel-gap, 8px) * (var(--carousel-mobile-columns, 2) - 1)) - var(--peek-next-slide-size, 0px)) /
        var(--carousel-mobile-columns, 2)
    );
  }

  @media screen and (min-width: 750px) {
    .carousel-content slideshow-slides > .card {
      width: calc(
        (100% - (var(--carousel-gap, 8px) * (var(--carousel-columns, 4) - 1)) - var(--peek-next-slide-size, 0px)) /
          var(--carousel-columns, 4)
      );
    }
  }

  .carousel-content .slideshow-control[disabled] {
    display: none;
  }

  .carousel-content slideshow-arrows {
    padding-inline: var(--util-page-margin-offset);
  }

  .carousel-content .slideshow-control--next {
    margin-inline-start: auto;
  }
/* END_BLOCK:_carousel-content */

/* START_BLOCK:_cart-products (INDEX:187) */
.cart-page__title + .cart-page__items {
    margin-block-start: var(--margin-lg);
  }
/* END_BLOCK:_cart-products */

/* START_BLOCK:_cart-summary (INDEX:188) */
.cart-summary__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-2xl);
    container-type: inline-size;
    padding: 0;
    position: sticky;
    top: 0;
    align-self: start;

    @media screen and (min-width: 750px) {
      padding: var(--padding-5xl);
      grid-row: 1 / -1;
    }
  }

  body:has(> #header-group header-component[sticky]) .cart-summary__inner {
    top: var(--header-height, 0);
  }

  .cart-summary {
    @media screen and (max-width: 749px) {
      border: none;
    }

    @media screen and (min-width: 750px) {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: 1 / -1;
    }
  }

  .cart-summary--extend {
    height: 100%;

    @media screen and (min-width: 750px) {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }

  /* If extend is on, only include top and bottom borders when the border radius is 0. */
  .cart-summary--extend:not(.has-border-radius) {
    @media screen and (min-width: 750px) {
      border-top: none;
      border-bottom: none;
    }
  }

  .cart-summary--extend .cart-summary__inner {
    height: 100%;
    padding: var(--padding-md) 0 var(--padding-4xl);

    @media screen and (min-width: 750px) {
      grid-row: 2 / -1;
      padding-inline: var(--page-margin);
      width: var(--sidebar-width);
    }
  }

  /* If extend is off, apply the border radius to the inner summary container */
  .cart-summary__inner.has-border-radius {
    border-radius: var(--border-radius);
  }

  @media screen and (max-width: 749px) {
    .inherit-parent-scheme--mobile {
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-primary: inherit;
      --color-primary-rgb: inherit;
      --color-primary-hover: inherit;
      --color-primary-hover-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --color-shadow: inherit;
      --color-shadow-rgb: inherit;
      --color-foreground-heading: inherit;
      --color-primary-button-text: inherit;
      --color-primary-button-background: inherit;
      --color-primary-button-border: inherit;
      --color-primary-button-hover-text: inherit;
      --color-primary-button-hover-background: inherit;
      --color-primary-button-hover-border: inherit;
      --color-secondary-button-text: inherit;
      --color-secondary-button-background: inherit;
      --color-secondary-button-border: inherit;
      --color-secondary-button-hover-text: inherit;
      --color-secondary-button-hover-background: inherit;
      --color-secondary-button-hover-border: inherit;
      --color-input-text: inherit;
      --color-input-text-rgb: inherit;
      --color-input-background: inherit;
    }
  }
/* END_BLOCK:_cart-summary */

/* START_BLOCK:_cart-title (INDEX:189) */
.cart-title h1 {
    margin-block-end: 0;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-sm);
  }

  .cart-title .cart-bubble {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-title .cart-bubble[data-maintain-ratio] {
    width: min(1lh, 26px);
    height: min(1lh, 26px);
  }

  .cart-title .cart-bubble .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-title .cart-bubble__text {
    color: var(--color-foreground);
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
    font-size: clamp(var(--font-size--3xs), 0.75em, var(--font-size--xs));
  }
/* END_BLOCK:_cart-title */

/* START_BLOCK:_collection-image (INDEX:192) */
.collection-image {
    width: var(--image-width);
  }

  .collection-image .collection-image__featured-image {
    aspect-ratio: var(--ratio);
    object-fit: cover;
  }
/* END_BLOCK:_collection-image */

/* START_BLOCK:_collection-link (INDEX:194) */
.collection-links__link {
    --min-font-size: var(--font-size--4xl);
    --max-font-size: var(--font-size--6xl);

    display: flex;
    color: inherit;
    text-decoration: none;
    text-wrap: pretty;
    font-size: clamp(var(--min-font-size), 4.5vw, var(--max-font-size));

    /* When hovering over container, dim non-current links (text layout only) */
    @media (hover: hover) {
      collection-links-component:not([layout='spotlight']) .collection-links__container:hover & {
        opacity: var(--opacity-subdued-text);
      }

      collection-links-component:not([layout='spotlight']) .collection-links__container:hover &[aria-current='true'] {
        opacity: 1;
      }
    }

    [layout='spotlight'] & {
      /* Spotlight layout: dimmed by default */
      opacity: var(--disabled-opacity);

      &[aria-current='true'] {
        opacity: 1;
      }
    }

    .text-block {
      display: inline-block;
    }

    @media screen and (max-width: 749px) {
      --min-font-size: var(--font-size--3xl);
      --max-font-size: var(--font-size--5xl);

      [layout='spotlight'] & {
        white-space: normal;
        scroll-snap-align: start;
        text-wrap: pretty;

        span {
          text-wrap: pretty;
        }
      }
    }
  }

  .collection-links__count {
    font-size: 0.5em;
    opacity: var(--disabled-opacity);
    font-weight: var(--font-paragraph--weight);
  }

  .collection-links__image {
    align-items: center;
    justify-content: center;

    &:not([hidden]) {
      display: flex;
    }

    &[reveal] {
      --offset: 15px;

      position: fixed;
      top: 0;
      left: 0;
      z-index: var(--layer-temporary);
      display: block;
      translate: calc(var(--x) + var(--offset)) calc(var(--y) + var(--offset));
      pointer-events: none;
      width: auto;

      image-block {
        --image-height-basis: 5rem;

        height: var(--image-height);
      }
    }
  }
/* END_BLOCK:_collection-link */

/* START_BLOCK:_featured-blog-posts-card (INDEX:198) */
.featured-blog-posts-card {
    text-align: var(--text-align);
  }

  .featured-blog-posts-card__inner {
    gap: var(--gap);
  }

  .resource-list--grid .resource-list__item {
    min-width: 0;
  }

  /* Editorial layout */
  .resource-list:not(.hidden--desktop) .blog-post-card--flexible-aspect-ratio {
    .featured-blog-posts-card__content {
      --flex-wrap: nowrap;
    }
  }

  @media screen and (max-width: 749px) {
    .resource-list:not(.hidden--desktop) .blog-post-card--flexible-aspect-ratio {
      .featured-blog-posts-card__image,
      .blog-placeholder-svg {
        aspect-ratio: unset;
      }
    }
  }

  .featured-blog-posts-card__inner a,
  .featured-blog-posts-card__inner button {
    pointer-events: auto;
  }

  /* allow all blocks to be selectable in editor preview */
  .shopify-design-mode .featured-blog-posts-card__content * {
    pointer-events: auto;
  }

  .featured-blog-posts-card__content {
    --flex-wrap: wrap;
  }

  .featured-blog-posts-card__content h4 {
    margin: 0;
  }
/* END_BLOCK:_featured-blog-posts-card */

/* START_BLOCK:_featured-blog-posts-image (INDEX:199) */
.featured-blog-posts-card__image {
    width: 100%;
  }

  .featured-blog-posts-card__image .blog-placeholder-svg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
/* END_BLOCK:_featured-blog-posts-image */

/* START_BLOCK:_featured-product-gallery (INDEX:201) */
.featured-product-section .card-gallery .quick-add__button {
    position: absolute;
    right: var(--quick-add-offset, var(--padding-sm));
    bottom: var(--quick-add-offset, var(--padding-sm));
  }
/* END_BLOCK:_featured-product-gallery */

/* START_BLOCK:_featured-product (INDEX:204) */
.featured-product-content-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--gap-sm);
  }
/* END_BLOCK:_featured-product */

/* START_BLOCK:_footer-social-icons (INDEX:205) */
.social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }
/* END_BLOCK:_footer-social-icons */

/* START_BLOCK:_header-logo (INDEX:206) */
.header-logo {
    display: flex;
    height: 100%;
    font-size: var(--font-size--md);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    color: var(--color-foreground);
    justify-content: center;
    align-items: center;
    text-decoration: none;

    &[data-hidden-on-home-page] {
      display: none;

      #header-component:is(
          [sticky='always']:not([data-scroll-direction='none']),
          [sticky='scroll-up'][data-scroll-direction='up']
        )
        & {
        display: flex;
      }
    }

    @media screen and (max-width: 749px) {
      padding: 0;
    }

    @media screen and (min-width: 750px) {
      flex-shrink: 0;
    }

    &:hover {
      text-decoration: none;
    }
  }

  .header-logo--birch-lockup {
    justify-content: flex-start;
  }

  .header-logo__image {
    object-fit: contain;
    height: var(--header-logo-image-height-mobile);
    width: var(--header-logo-image-width-mobile);

    @media screen and (min-width: 750px) {
      height: var(--header-logo-image-height);
      width: var(--header-logo-image-width);
    }
  }

  .header-logo:has(.header-logo__image-container--inverse) .header-logo__image-container--original {
    display: var(--header-logo-display, block);
  }

  .header-logo__image-container--inverse {
    display: var(--header-logo-inverse-display, none);
  }
/* END_BLOCK:_header-logo */

/* START_BLOCK:_header-menu (INDEX:207) */
.header__drawer {
    --header-drawer-min-height: 60px;
    display: flex;
    min-height: var(--header-drawer-min-height);
    align-items: center;
  }

  #header-component[data-menu-style='drawer'] .header__drawer {
    display: flex;
    min-height: var(--header-drawer-min-height);
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] .header__drawer {
      display: none;
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-list--mobile {
    &.menu-list {
      display: grid;
    }

    & .menu-list__list {
      width: max-content;
      margin-inline: auto;
      gap: var(--menu-horizontal-gap);
    }

    & li {
      width: max-content;
      padding-block: var(--padding-sm);
    }

    & li:first-of-type {
      padding-inline-start: var(--menu-horizontal-gap);
    }

    & li:last-of-type {
      padding-inline-end: var(--menu-horizontal-gap);
    }

    & a {
      color: var(--color-foreground);
    }
  }

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    padding-block: var(--padding-2xs);
  }

  .menu-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
    height: 100%;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .menu-list__list-item[aria-hidden='true'] {
    visibility: hidden;
  }

  .menu-list__link {
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    margin-block: 0;

    &:is(button) {
      /* Wins over .button-unstyled { display: block } from base.css */
      display: flex;
      width: max-content;
      max-width: 100%;
    }

    &::after {
      content: '';
      position: absolute;
      display: none;
      top: var(--header-padding);
      height: var(--box-height);
      left: 0;
      right: 0;
    }

    &[data-safety-box='true']::after {
      display: block;
    }

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  .menu-list__link-title {
    padding-inline: calc(var(--gap-xl) / 2);
  }
  [slot='overflow'] .menu-list__link-title {
    padding-inline: 0;
  }

  .menu-list__list-item:not([slot='overflow']) {
    flex-direction: column;
  }
  .menu-list__list-item:not([slot='overflow'])::after {
    content: '';
    width: 100%;
    height: var(--header-padding);
    margin-bottom: calc(-1 * var(--header-padding));
  }

  [slot='overflow'] > .menu-list__link::after {
    content: none;
  }

  /*
    High specificity selectors to subdue non-hovered links without javascript.
    If the need for js-generated `hovered` and `focused` classes arises for another reason we can simplify these.
  */
  .menu-list:where(:has(.menu-list__list-item:hover)),
  .menu-list:where(:has(.menu-list__list-item:focus-within)),
  .menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) {
    .menu-list__link {
      color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
    }
  }

  /* stylelint-disable-next-line selector-max-specificity */
  .menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
  .menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
  .menu-list .menu-list__list-item[slot='overflow'] .menu-list__link[aria-expanded='true'] {
    color: var(--menu-top-level-font-color);
  }

  .overflow-menu::part(list) {
    /* Make sure focus outline is not cut off by overflow hidden */
    --focus-outline-size: calc(var(--focus-outline-offset) + var(--focus-outline-width));

    gap: 0;
    margin-inline: calc(-1 * var(--menu-horizontal-gap) / 2);
  }

  .overflow-menu {
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }

  /** mega menu **/
  .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-padding-block-start: var(--padding-3xl);
    --submenu-padding-block-end: var(--padding-3xl);

    background-color: transparent;
  }

  .header__row[style*='--border-bottom-width: 0px'] {
    .menu-list__submenu.color-scheme-matches-parent,
    .overflow-menu.color-scheme-matches-parent::part(overflow) {
      --submenu-padding-block-start: 0px;
    }
  }

  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-content-opacity: 0;
    --submenu-content-animation: opacity calc(var(--submenu-animation-speed) * 0.75) var(--animation-easing);

    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px + var(--border-bottom-width) - (var(--full-open-header-height) - var(--submenu-height)));
    z-index: var(--layer-header-menu);
    padding-inline: var(--padding-inline);
    /* Clip path starts at header height so it doesn't mess with the pointer events in the header */
    clip-path: rect(var(--header-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic); /* stylelint-disable-line */
  }

  [data-submenu-overlap-bottom-row] {
    .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
    .overflow-menu::part(overflow) {
      clip-path: rect(var(--top-row-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    }
  }

  /* Show the submenus on hover */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu,
  /* Show the overflow menu when a menu item is hovered */
  .overflow-menu:has([slot="overflow"] [aria-expanded='true'])::part(overflow-list),
  /* Keep the submenu open while the active menu item or its submenu is hovered */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
  }

  .overflow-menu::part(overflow) {
    --menu-top-level-font-size: var(--font-size--xlarge);

    display: grid;
    grid-template-columns: var(--full-page-grid-with-margins);
  }

  .overflow-menu::part(overflow-list) {
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
    grid-column: 2;
  }

  .menu-list__list-item:is([slot='overflow']) {
    --menu-top-level-font-color: var(--color-foreground);
    --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

    display: contents;
    white-space: normal;

    .menu-list__link {
      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      transition: var(--submenu-content-animation);
    }

    .menu-list__submenu {
      visibility: hidden;
      grid-row: 1;
      grid-area: right;
      grid-row-end: span calc(var(--overflow-count) + 1);
      padding-inline-start: var(--menu-horizontal-gap);
    }

    .menu-list__submenu-inner {
      transform: none;
      grid-column: unset;
      padding-block: 0;
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu {
    height: 100%;
  }

  .menu-list__submenu-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: var(--section-padding-inline);
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
    transform: translateY(calc(var(--full-open-header-height) - var(--submenu-height)));

    /* Make overflow menu scrollable when content exceeds viewport */
    max-height: calc(80vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) transparent;
  }

  .mega-menu__link {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);
    white-space: normal;
    text-decoration: none;
    display: inline-flex;
    padding: var(--padding-2xs) 0;

    &:hover {
      color: var(--menu-child-active-font-color);
    }
  }

  .mega-menu__link--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-active-font-color);
    }
  }

  /* Column / sub-column titles are <div>, not links */
  .mega-menu__link--parent:where(div) {
    cursor: default;
  }

  /* Top-level column links with no children (e.g. Breast Pumps) — style same as parent headings */
  .mega-menu__column div > a.mega-menu__link {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);
  }

  .mega-menu__column div > a.mega-menu__link:hover {
    color: var(--menu-parent-active-font-color);
  }

  /* Indent subcategory links under each parent heading */
  .mega-menu__column div > ul.list-unstyled > li > a.mega-menu__link {
    padding-inline-start: 1rem;
    color: var(--menu-child-font-color);
  }

  .mega-menu__column div > ul.list-unstyled > li > a.mega-menu__link:hover {
    color: var(--menu-child-active-font-color);
  }

  .mega-menu__nested {
    margin-block-start: var(--padding-2xs);
    padding-inline-start: var(--padding-sm);
  }

  @media screen and (max-width: 989px) {
    .mega-menu__content-list-item--hidden-tablet {
      display: none;
    }
  }

  .mega-menu__link:has(.mega-menu__link-image) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    object-fit: cover;
    border-radius: var(--menu-image-border-radius);
  }

  /* Fix alignment for collection image mode links without images */

  /* Target only top-level links (direct children of column > div) in collection image mode */
  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image)) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(var(--menu-columns-tablet), minmax(0, 1fr));
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
    width: 100%;

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__column {
    grid-column: span 1;
  }

  .mega-menu__column--span-2 {
    grid-column: span 2;
  }

  .mega-menu__column--span-3 {
    grid-column: span 3;
  }

  .mega-menu__column--span-4 {
    grid-column: span 4;
  }

  .mega-menu__column--wide-collection-image {
    grid-column: span 1;

    @media screen and (min-width: 990px) {
      grid-column: span 2;
    }
  }

  .mega-menu__submenu .mega-menu__column--wide-collection-image {
    grid-column: span 1;
  }

  .mega-menu__content-list {
    display: grid;
    justify-content: end;
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
  }

  .mega-menu__content-list--products {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 1fr));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__content-list--collections {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 300px));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 300px));
    }
  }

  .mega-menu__list {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span var(--menu-columns-tablet);
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-columns-desktop);
    }
  }

  .mega-menu__content {
    grid-column: span var(--menu-content-columns-tablet) / -1;

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-content-columns-desktop) / -1;
    }
  }

  .menu-list__list-item[slot='overflow'] .section {
    grid-template-columns: 1fr;
  }

  .menu-list__list-item[slot='overflow'] .section .mega-menu__grid {
    grid-column: 1;
  }

  .mega-menu__content-list li {
    white-space: normal;
  }

  /* mega more menu */
  .mega-menu__more-list {
    --menu-child-font-size: var(--font-size--xl);

    width: 200px;
  }

  .mega-menu__submenu {
    /* preserves the inherited grid layout when this submenu wrapper is used */
    display: contents;
  }

  /* Birch: top-level nav items visibly larger than sub-menu items */
  @media screen and (min-width: 750px) {
    .menu-list__link {
      font-size: 1.125rem;
    }
  }

  /* Birch: active/selected top-level nav item in brand dark green */
  .header-menu .menu-list .menu-list__list-item .menu-list__link--active {
    color: #234637 !important;
  }

  /* Birch: mobile horizontal nav bar — active item in brand dark green */
  .menu-list--mobile .menu-list__item[aria-current='page'] {
    color: #234637 !important;
  }

  /* ── Research nav mega-menu ─────────────────────────────────── */
  .rn-mega {
    background: #F6F2EA;
    border-top: 1px solid rgba(200,169,106,0.2);
  }

  .rn-mega__inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    max-width: 80rem;
    margin-inline: auto;
    padding: 2rem 2.5rem 1.75rem;
  }

  @media screen and (max-width: 1200px) {
    .rn-mega__inner { grid-template-columns: repeat(3, 1fr); }
  }

  .rn-col {
    padding: 0.5rem 1.25rem 0.5rem 0;
    border-right: 1px solid rgba(200,169,106,0.15);
  }

  .rn-col:last-child { border-right: none; padding-right: 0; }
  .rn-col:not(:first-child) { padding-left: 1.25rem; }

  .rn-col__heading {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 0.75rem;
    white-space: nowrap;
  }

  .rn-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }

  .rn-col__link {
    display: block;
    font-size: 0.8125rem;
    color: #5A5040;
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    border-radius: 0.3rem;
    border-left: 2px solid transparent;
    transition: color 0.12s, background 0.12s, border-color 0.12s;
    line-height: 1.4;
  }

  .rn-col__link:hover {
    color: #234637;
    background: rgba(35,70,55,0.06);
    border-left-color: #C8A96A;
  }

  .rn-mega__footer {
    border-top: 1px solid rgba(200,169,106,0.2);
    padding: 0.75rem 2.5rem;
    text-align: right;
    max-width: 80rem;
    margin-inline: auto;
  }

  .rn-mega__footer-link {
    font-size: 0.78rem;
    font-weight: 600;
    color: #7A8C6A;
    text-decoration: none;
    transition: color 0.12s;
  }

  .rn-mega__footer-link:hover { color: #234637; }

  /* ── Checklists nav mega-menu ───────────────────────────────── */
  .cl-mega {
    background: #F6F2EA;
    border-top: 1px solid rgba(200,169,106,0.2);
  }

  .cl-mega__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 80rem;
    margin-inline: auto;
    padding: 0 2.5rem;
  }

  @media screen and (max-width: 1100px) {
    .cl-mega__inner { grid-template-columns: repeat(3, 1fr); }
  }

  .cl-mega-col {
    display: block;
    padding: 1.75rem 1.25rem 1.75rem 0;
    border-right: 1px solid rgba(200,169,106,0.15);
    text-decoration: none;
    transition: background 0.12s;
  }

  .cl-mega-col:last-child { border-right: none; padding-right: 0; }
  .cl-mega-col:not(:first-child) { padding-left: 1.25rem; }
  .cl-mega-col:hover { background: rgba(35,70,55,0.03); }

  .cl-mega-col__stage {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
  }

  .cl-mega-col__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .cl-mega-col__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

  .cl-mega-col--pregnancy .cl-mega-col__label,
  .cl-mega-col--pregnancy .cl-mega-col__icon { color: #4F7A58; }
  .cl-mega-col--newborn   .cl-mega-col__label,
  .cl-mega-col--newborn   .cl-mega-col__icon { color: #8F5250; }
  .cl-mega-col--infant    .cl-mega-col__label,
  .cl-mega-col--infant    .cl-mega-col__icon { color: #93703A; }
  .cl-mega-col--solids    .cl-mega-col__label,
  .cl-mega-col--solids    .cl-mega-col__icon { color: #367872; }
  .cl-mega-col--toddler   .cl-mega-col__label,
  .cl-mega-col--toddler   .cl-mega-col__icon { color: #1E4A38; }

  .cl-mega-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
  }

  .cl-mega-col__link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #5A5040;
    text-decoration: none;
    padding: 0.28rem 0.4rem;
    border-radius: 0.3rem;
    border-left: 2px solid transparent;
    transition: color 0.12s, background 0.12s, border-color 0.12s;
    line-height: 1.35;
  }

  .cl-mega-col__link::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.35;
    flex-shrink: 0;
  }

  .cl-mega-col__link:hover {
    color: #234637;
    background: rgba(35,70,55,0.06);
    border-left-color: #C8A96A;
  }

  .cl-mega-col__link:hover::before { opacity: 0.7; }

  /* ── Trackers nav mega-menu ─────────────────────────────────── */
  .tr-mega {
    background: #F6F2EA;
    border-top: 1px solid rgba(200,169,106,0.2);
  }

  .tr-mega__inner {
    display: flex;
    gap: 0;
    max-width: 56rem;
    margin-inline: auto;
    padding: 2rem 2.5rem 1.75rem;
  }

  .tr-mega__group { flex: 1; }

  .tr-mega__divider {
    width: 1px;
    background: rgba(200,169,106,0.2);
    margin: 0 2rem;
    flex-shrink: 0;
  }

  .tr-mega__group-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #AEBDA6;
    margin: 0 0 0.85rem;
  }

  .tr-mega__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }

  .tr-mega__link {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.5rem 0.6rem;
    border-radius: 0.4rem;
    border-left: 2px solid transparent;
    text-decoration: none;
    transition: background 0.12s, border-color 0.12s;
  }

  .tr-mega__link:hover {
    background: rgba(35,70,55,0.06);
    border-left-color: #C8A96A;
  }

  .tr-mega__link-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #234637;
    line-height: 1.3;
  }

  .tr-mega__link-desc {
    font-size: 0.73rem;
    color: #7A7060;
    line-height: 1.4;
  }
/* END_BLOCK:_header-menu */

/* START_BLOCK:_image (INDEX:210) */
.image-block__placeholder {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    position: relative;
  }

  image-block {
    --image-height-basis: 10rem;
    --image-height-small: calc(var(--image-height-basis) * 2);
    --image-height-medium: calc(var(--image-height-basis) * 3);
    --image-height-large: calc(var(--image-height-basis) * 4);

    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: var(--ratio);
    width: 100%;
    max-width: calc(var(--image-height) * var(--ratio));
    height: var(--image-height);
    overflow: hidden;

    @media screen and (min-width: 750px) {
      --image-height-small: calc(var(--image-height-basis) * 2.5);
      --image-height-medium: calc(var(--image-height-basis) * 3.5);
      --image-height-large: calc(var(--image-height-basis) * 4.5);
    }

    @media screen and (max-width: 749px) {
      height: auto;
    }

    &[height='small'] {
      --image-height: var(--image-height-small);
    }

    &[height='medium'] {
      --image-height: var(--image-height-medium);
    }

    &[height='large'] {
      --image-height: var(--image-height-large);
    }

    &[ratio='portrait'] {
      --ratio: 4 / 5;
    }

    &[ratio='square'] {
      --ratio: 1 / 1;

      @media screen and (min-width: 750px) {
        max-width: var(--image-height);
      }
    }

    &[ratio='landscape'] {
      --ratio: 16 / 9;
    }

    img {
      object-fit: cover;
      width: 100%;
      height: auto;
      aspect-ratio: var(--ratio);
      border-radius: var(--border-radius);
    }
  }
/* END_BLOCK:_image */

/* START_BLOCK:_marquee (INDEX:214) */
marquee-component {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-background);
  }

  .marquee__wrapper {
    display: flex;
    gap: var(--marquee-gap);
    width: fit-content;
    white-space: nowrap;
  }

  .marquee__content {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
  }

  .marquee__content :is(p, h1, h2, h3, h4, h5, h6) {
    white-space: nowrap;
  }

  .marquee__content .marquee__repeated-items * {
    max-width: none;
  }

  .marquee__repeated-items {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
    align-items: center;
    justify-content: center;
  }

  .marquee__repeated-items > * {
    align-content: center;
  }

  .hero__content-wrapper.layout-panel-flex--column marquee-component {
    --margin-inline: var(--full-page-margin-inline-offset);

    width: -webkit-fill-available;
    min-height: max-content;
  }

  @media (prefers-reduced-motion: no-preference) {
    marquee-component:not([data-disabled]) .marquee__wrapper {
      animation: marquee-motion var(--marquee-speed) linear infinite var(--marquee-direction);
    }
  }

  @keyframes marquee-motion {
    to {
      transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0);
    }
  }
/* END_BLOCK:_marquee */

/* START_BLOCK:_product-description-collapsible (INDEX:219) */
.pdp-desc-wrap {
    margin: 0 0 0.35rem;
    position: relative;
  }

  .pdp-desc-text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    opacity: 0.92;
  }

  .pdp-desc-wrap--collapsible.is-collapsed .pdp-desc-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pdp-desc-toggle {
    margin-block: 0.25rem 0;
  }
/* END_BLOCK:_product-description-collapsible */

/* START_BLOCK:_product-details (INDEX:220) */
/* Clear padding on mobile, if not full-width */
  @media screen and (max-width: 749px) {
    .product-information.section--page-width .product-details > .group-block {
      padding-inline: 0;
    }
  }

  .view-product-title {
    display: none;
  }

  .product-details__back {
    width: 100%;
    /* Pull up into parent top padding (cap so we never add space when padding is 0) */
    margin-block-start: min(0px, calc(2px - var(--padding-block-start, 0px)));
    margin-block-end: min(0px, calc(2px - var(--gap, 0px)));
    flex-shrink: 0;
  }

  .product-details__back-link {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-3xs);
    color: rgb(var(--color-foreground-rgb));
    text-decoration: none;
    font-size: var(--font-size--sm);
    font-weight: var(--font-body--weight);
    padding-block: var(--padding-3xs);
    padding-inline: var(--padding-3xs);
    margin-block: 0;
    line-height: 1.2;
    transition: color var(--animation-speed) var(--animation-easing);
  }

  .product-details__back-link:hover {
    color: var(--color-primary);
  }

  .product-details__back-icon {
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
  }

  .product-details__back-icon svg {
    width: 100%;
    height: 100%;
  }

  /* Container styles */
  .product-details {
    display: flex;
    align-self: start;
    justify-content: center;
  }

  @media screen and (min-width: 750px) {
    .product-details > .group-block {
      height: min-content;
    }

    .full-height--desktop {
      height: 100%;
      max-height: calc(100vh - var(--header-group-height, 0));
      min-height: fit-content;
    }

    .full-height--desktop .group-block {
      align-self: var(--details-position, 'flex-start');
    }
  }
/* END_BLOCK:_product-details */

/* START_BLOCK:_product-key-features (INDEX:221) */
.pdp-stacked-section {
    padding-block: 1rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid var(--color-border);
  }

  .pdp-stacked-section__heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-foreground-heading);
  }

  .pdp-stacked-kf__list {
    margin: 0;
    padding-inline-start: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--color-foreground);
  }

  .pdp-stacked-kf__list li {
    margin-block: 0.35rem;
  }

  .pdp-stacked-kf--collapsible.is-collapsed .pdp-stacked-kf__list > li:nth-child(n + 4) {
    display: none;
  }

  .pdp-stacked__toggle {
    display: inline-block;
    margin-block: 0.75rem 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-foreground-heading);
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
  }

  .pdp-stacked__toggle:hover {
    opacity: 0.85;
  }
/* END_BLOCK:_product-key-features */

/* START_BLOCK:_product-pros-cons (INDEX:226) */
.pdp-stacked-section {
    padding-block: 1rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid var(--color-border);
  }

  .pdp-stacked-pc__table-wrapper {
    overflow-x: auto;
  }

  .pdp-stacked-pc__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }

  .pdp-stacked-pc__th {
    text-align: left;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-foreground);
    opacity: 0.6;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border);
  }

  .pdp-stacked-pc__th-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .pdp-stacked-pc__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
  }

  .pdp-stacked-pc__icon--pro {
    background-color: #5b614f;
  }

  .pdp-stacked-pc__icon--con {
    background-color: #9e422c;
  }

  .pdp-stacked-pc__td {
    padding: 0.625rem 0;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-foreground);
    vertical-align: top;
    font-size: 0.875rem;
  }

  .pdp-stacked-pc__td--pro {
    padding-inline-end: 1.5rem;
  }

  .pdp-stacked-pc__td--con {
    padding-inline-start: 1.5rem;
  }

  .pdp-stacked-pc__table tbody tr:last-child .pdp-stacked-pc__td {
    border-bottom: none;
  }

  .pdp-stacked-pc--collapsible.is-collapsed .pdp-stacked-pc__table tbody tr:nth-child(n + 4) {
    display: none;
  }
/* END_BLOCK:_product-pros-cons */

/* START_BLOCK:_product-specifications (INDEX:227) */
.pdp-stacked-section {
    padding-block: 1rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid var(--color-border);
  }

  .pdp-stacked-spec__list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pdp-stacked-spec__item {
    display: grid;
    grid-template-columns: minmax(100px, 140px) 1fr;
    gap: 0.35rem;
    padding-block: 0.45rem;
    line-height: 1.35;
    border-bottom: 1px solid var(--color-border);
    font-size: 0.875rem;
  }

  .pdp-stacked-spec__list > .pdp-stacked-spec__item:last-child {
    border-bottom: none;
  }

  .pdp-stacked-spec__label {
    font-weight: 600;
    color: var(--color-foreground-heading);
  }

  .pdp-stacked-spec__value {
    color: var(--color-foreground);
  }

  .pdp-stacked-spec--collapsible.is-collapsed .pdp-stacked-spec__list > .pdp-stacked-spec__item:nth-child(n + 4) {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .pdp-stacked-spec__item {
      grid-template-columns: 1fr;
      gap: 0.2rem;
    }
  }
/* END_BLOCK:_product-specifications */

/* START_BLOCK:_search-input (INDEX:228) */
.search-page-input {
    width: 100%;
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    padding-block: var(--padding-lg);
    padding-inline: calc(var(--icon-size-lg) + var(--margin-xl) * 1.5);
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: var(--style-border-radius-inputs);
    border: var(--style-border-width-inputs) solid var(--color-input-border);

    @media screen and (max-width: 749px) {
      padding-inline: calc(var(--margin-xs) + var(--icon-size-lg) + var(--padding-md));
    }
  }

  .search-page-input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text));
  }

  .search-page-input__parent {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .search-results__no-results {
    opacity: var(--opacity-subdued-text);
  }

  search-page-input-component {
    position: relative;
    width: 100%;
    display: flex;
    top: 0;
    max-width: var(--size-style-width);
    align-items: center;
    background-color: var(--color-background);
    margin: var(--margin-2xl) 0 var(--margin-md);

    @media screen and (max-width: 749px) {
      max-width: 100%;
    }
  }

  search-page-input-component .search__icon,
  search-page-input-component .search__icon:hover,
  search-page-input-component .search__reset-button,
  search-page-input-component .search__reset-button:hover {
    background: transparent;
    position: absolute;
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  search-page-input-component .search__icon svg,
  search-page-input-component .search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  search-page-input-component .search__icon svg {
    color: var(--color-input-text);
  }

  search-page-input-component .search__icon {
    left: var(--margin-lg);

    @media screen and (max-width: 749px) {
      left: var(--margin-md);
    }
  }

  search-page-input-component .search__reset-button {
    border-radius: 100%;
    color: var(--color-input-text);
    right: var(--margin-lg);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--animation-speed) var(--animation-easing),
      visibility var(--animation-speed) var(--animation-easing);

    @media screen and (max-width: 749px) {
      right: var(--margin-md);
    }
  }

  search-page-input-component:has(.search-page-input:not(:placeholder-shown)) .search__reset-button {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  search-page-input-component .search__reset-button-icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  search-page-input-component .search__reset-button:active .search__reset-button-icon {
    transform: scale(0.9);
  }

  search-page-input-component .search__reset-button-icon svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  search-page-input-component .search__reset-button--hidden {
    cursor: default;
    opacity: 0;
    transition: opacity var(--animation-speed) var(--animation-easing);
    pointer-events: none;
    visibility: hidden;
  }

  search-page-input-component .search__reset-button-text {
    display: none;
  }
/* END_BLOCK:_search-input */

/* START_BLOCK:_slide (INDEX:229) */
.slide__content {
    height: 100%;
    position: relative;
    z-index: var(--layer-flat);

    @supports (animation-timeline: auto) {
      opacity: 0;
      animation: slide-reveal both linear;
      animation-timeline: var(--slideshow-timeline);
    }

    @media (prefers-reduced-motion) {
      opacity: 1;
      animation: none;
    }
  }

  .slide__content > * {
    margin: auto;
  }

  .slide__content.background-transparent {
    background-color: transparent;
  }

  slideshow-slide > .slide__image-container {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .slide__image-container > .slide__image,
  .slide__image-container > .slide__video,
  .slide__image-container > .slide__video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .slide__image-container > .slide__video-poster {
    position: absolute;
  }

  /*
   * Force Safari to recalculate the timeline state on timeline refresh (after loop)
   */
  slideshow-component[refreshing-timeline] .slide__content {
    animation: none;
  }

  slideshow-slide .slide__image-container--rounded {
    border-radius: var(--corner-radius, 0);
  }
/* END_BLOCK:_slide */

/* START_BLOCK:_social-link (INDEX:230) */
.social-icons__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: flex;
    flex-shrink: 0;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: none;
  }

  .social-icons__icon-wrapper:has(.social-icons__icon path) {
    width: var(--icon-size-lg);

    .social-icons__icon {
      display: block;
    }

    .social-icons__icon-label {
      display: none;
    }
  }

  /* Disabled state for editor */
  .shopify-design-mode .social-icons__icon-wrapper--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-icons__icon-wrapper--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:_social-link */

/* START_BLOCK:accordion (INDEX:232) */
.accordion {
    flex: 1;
    width: 100%;
  }

  .accordion--dividers accordion-custom:not(:first-child) .details {
    border-block-start: var(--style-border-width) solid var(--color-border);
  }

  /* When accordion borders are not set, show fallback borders */
  .accordion--dividers {
    /* stylelint-disable-next-line declaration-property-value-disallowed-list */
    --show-fallback-borders: 0;
  }

  .accordion--dividers:not([class*='color-'])[style*='--border-width: 0'],
  .accordion--dividers:not([class*='color-'])[style*='--border-style: none'] {
    --show-fallback-borders: 1;
  }

  .accordion--dividers accordion-custom:first-child .details {
    border-block-start: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers accordion-custom:last-child .details {
    border-block-end: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers .details-content {
    padding-block-end: var(--padding-sm);
  }

  .accordion--caret .icon-plus,
  .accordion--plus .icon-caret {
    display: none;
  }

  /* because we can't pass apply a specific class on a block based on its parent block setting */
  .accordion .details__header {
    font-family: var(--summary-font-family);
    font-style: var(--summary-font-style);
    font-weight: var(--summary-font-weight);
    font-size: var(--summary-font-size);
    line-height: var(--summary-font-line-height);
    text-transform: var(--summary-font-case);
    min-height: var(--minimum-touch-target);
  }
/* END_BLOCK:accordion */

/* START_BLOCK:birch-ai-search (INDEX:234) */
.birch-ai-search {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    pointer-events: all;
    box-sizing: border-box;
  }

  .birch-ai-search__oval {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: #ffffff;
    border: 1.5px solid rgba(35, 70, 55, 0.12);
    border-radius: 100px;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .birch-ai-search__oval:focus-within {
    border-color: rgba(35, 70, 55, 0.35);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.2);
  }

  .birch-ai-search__icon {
    flex-shrink: 0;
    color: rgba(35, 70, 55, 0.4);
  }

  .birch-ai-search__input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    color: #1A3527;
    outline: none;
    min-width: 0;
    padding: 0.25rem 0;
  }

  .birch-ai-search__input::placeholder {
    color: rgba(26, 53, 39, 0.4);
    font-size: 0.875rem;
  }

  .birch-ai-search__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(35, 70, 55, 0.72);
    color: #ffffff;
    border: none;
    border-radius: 100px;
    padding: 0.625rem 1.125rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease;
  }

  .birch-ai-search__btn:hover {
    background: rgba(35, 70, 55, 0.88);
  }

  .birch-ai-search__mic {
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: rgba(26, 53, 39, 0.45);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
  }

  .birch-ai-search__mic:hover {
    color: rgba(35, 70, 55, 0.8);
    background: rgba(35, 70, 55, 0.07);
  }

  .birch-ai-search__mic--listening {
    color: #c53030;
    animation: birch-mic-pulse 1s ease-in-out infinite;
  }

  @keyframes birch-mic-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }

  @media screen and (max-width: 749px) {
    .birch-ai-search__input::placeholder {
      font-size: 0.8125rem;
    }

    .birch-ai-search__btn {
      font-size: 0.75rem;
      padding: 0.5rem 1rem;
    }
  }
/* END_BLOCK:birch-ai-search */

/* START_BLOCK:comparison-slider (INDEX:239) */
comparison-slider-component {
    display: block;
  }

  .comparison-slider {
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--ratio);
  }

  .comparison-slider:not(:has(img)) {
    min-width: 25dvh;
  }

  .comparison-slider__container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* Container and Layout */
  .comparison-slider__media-wrapper {
    --compare: 50;

    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: 1fr / 1fr;
    overflow: hidden;
  }

  /* Layer Containers */
  .comparison-slider__layer {
    grid-area: 1 / 1;
    position: relative;
    width: 100%;
    height: 100%;
    transition: clip-path var(--transition-duration, 0s) ease-in-out;
  }

  .comparison-slider__layer--after {
    z-index: var(--layer-base);
  }

  /* Before Layer Clipping (inverse of after layer) */
  [data-orientation='horizontal'] .comparison-slider__layer--before {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: inset(0 calc((100 - var(--compare)) * 1%) 0 0);
  }

  [data-orientation='vertical'] .comparison-slider__layer--before {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: inset(0 0 calc(var(--compare) * 1%) 0);
  }

  /* After Layer Clipping */
  [data-orientation='horizontal'] .comparison-slider__layer--after {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: inset(0 0 0 calc(var(--compare) * 1%));
  }

  [data-orientation='vertical'] .comparison-slider__layer--after {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: inset(calc((100 - var(--compare)) * 1%) 0 0 0);
  }

  /* Images and Placeholders */
  .before-image,
  .after-image,
  .comparison-slider__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: var(--ratio);
  }

  .comparison-slider__placeholder {
    position: absolute;
    inset: 0;
  }

  .comparison-slider__placeholder svg {
    width: 100%;
    height: 100%;
    background-color: var(--color-background);
    fill: var(--color-foreground);
  }

  /* Range Input (Hidden but Functional) */
  .cs-slider {
    position: absolute;
    inset: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    appearance: none;
  }

  [data-orientation='horizontal'] .cs-slider {
    cursor: ew-resize;
  }

  [data-orientation='vertical'] .cs-slider {
    cursor: ns-resize;
    writing-mode: vertical-lr;
    direction: rtl;
  }

  /* Range Input Thumb */
  .cs-slider::-webkit-slider-thumb,
  .cs-slider::-moz-range-thumb {
    width: var(--button-size);
    height: var(--button-size);
    border: 0;
    background: transparent;
    cursor: inherit;
    appearance: none;
  }

  /* Range Input Track */
  .cs-slider::-webkit-slider-track,
  .cs-slider::-moz-range-track {
    background: transparent;
    border: 0;
    appearance: none;
  }

  /* Visual Slider Elements */
  .comparison-slider__media-wrapper::before,
  .comparison-slider__media-wrapper::after {
    content: '';
    position: absolute;
    pointer-events: none;
    transition: left var(--transition-duration, 0s) ease-in-out, top var(--transition-duration, 0s) ease-in-out;
    z-index: var(--layer-raised);
  }

  /* Slider Track Line */
  .comparison-slider__media-wrapper::after {
    background: var(--color-background);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 0.1);
  }

  .comparison-slider__media-wrapper::before {
    background: var(--color-background);
  }

  .comparison-slider__media-wrapper[data-orientation='horizontal']::after {
    inset: 0 auto;
    left: calc(var(--compare) * 1%);
    width: 4px;
    transform: translateX(-50%);
  }

  .comparison-slider__media-wrapper[data-orientation='vertical']::after {
    inset: auto 0;
    top: calc((100 - var(--compare)) * 1%);
    height: 4px;
    transform: translateY(-50%);
  }

  /* Slider Handle */
  .cs-slider__handle {
    position: absolute;
    z-index: var(--layer-heightened);
    pointer-events: none;
    width: var(--button-size);
    height: var(--button-size);
    background: var(--color-background);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 0.1);
    transition: left var(--transition-duration, 0s) ease-in-out, top var(--transition-duration, 0s) ease-in-out,
      gap 0.2s ease-in-out;
    gap: var(--gap-sm);
    padding: var(--padding-xs);
  }

  .comparison-slider__media-wrapper:hover .cs-slider__handle {
    gap: var(--gap-2xs);
  }

  .cs-slider__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [data-orientation='horizontal'] .cs-slider__handle {
    top: 50%;
    left: calc(var(--compare) * 1%);
    transform: translate(-50%, -50%);
    flex-direction: row;
  }

  [data-orientation='vertical'] .cs-slider__handle {
    left: 50%;
    top: calc((100 - var(--compare)) * 1%);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /* Text Labels */
  .comparison-slider__text {
    position: absolute;
    padding: var(--padding-xs);
    pointer-events: none;
  }

  .comparison-slider__text--with-bg {
    background: var(--text-background-color);
    border-radius: var(--text-corner-radius);
  }

  /* Horizontal: before/after control inline (left/right), position controls block (top/bottom) */
  [data-orientation='horizontal'] .comparison-slider__text--before {
    inset-inline-start: var(--padding-sm);
  }

  [data-orientation='horizontal'] .comparison-slider__text--after {
    inset-inline-end: var(--padding-sm);
  }

  [data-orientation='horizontal'][data-text-position='start'] .comparison-slider__text {
    inset-block-start: var(--padding-sm);
  }

  [data-orientation='horizontal'][data-text-position='end'] .comparison-slider__text {
    inset-block-end: var(--padding-sm);
  }

  /* Vertical: before/after control block (top/bottom), position controls inline (left/right) */
  [data-orientation='vertical'] .comparison-slider__text--before {
    inset-block-start: var(--padding-sm);
  }

  [data-orientation='vertical'] .comparison-slider__text--after {
    inset-block-end: var(--padding-sm);
  }

  [data-orientation='vertical'][data-text-position='start'] .comparison-slider__text {
    inset-inline-start: var(--padding-sm);
  }

  [data-orientation='vertical'][data-text-position='end'] .comparison-slider__text {
    inset-inline-end: var(--padding-sm);
  }
/* END_BLOCK:comparison-slider */

/* START_BLOCK:contact-form-submit-button (INDEX:240) */
.submit-button {
    min-width: max-content;
  }
/* END_BLOCK:contact-form-submit-button */

/* START_BLOCK:contact-form (INDEX:241) */
.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);
  }

  .contact-form__form-row {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);

    @media screen and (min-width: 750px) {
      flex-direction: row;
      align-items: center;
    }
  }

  .contact-form__input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    padding: var(--padding-lg) var(--padding-xl);
    border-radius: var(--style-border-radius-inputs);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    -webkit-font-smoothing: antialiased;
  }

  .contact-form__input--textarea {
    resize: vertical;
    min-height: var(--input-textarea-min-height);
  }

  .contact-form__error,
  .contact-form__success {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }
/* END_BLOCK:contact-form */

/* START_BLOCK:email-signup (INDEX:243) */
.email-signup-block {
    --arrow-button-size: 58px;
    --arrow-button-size-integrated: 42px;
    --arrow-button-size-small: 20px;
    --arrow-icon-size: 32px;
    --arrow-icon-size-small: 24px;

    min-width: fit-content;

    @media screen and (max-width: 749px) {
      width: 100%;
      min-width: unset;
    }
  }

  .email-signup__heading {
    padding-block: var(--padding-sm);
  }

  .email-signup__form {
    display: flex;
    flex-direction: column;
  }

  .email-signup__input-group {
    display: flex;
    align-items: stretch;
    background-color: transparent;
  }

  .email-signup__input-group:not(.email-signup__input-group--integrated):not(.email-signup__input-group--underline) {
    gap: var(--gap-xs);
    align-items: center;
  }

  .email-signup__input-group:not(.email-signup__input-group--arrow):not(.email-signup__input-group--underline):not(
      .email-signup__input-group--integrated
    ) {
    @media screen and (max-width: 749px) {
      flex-direction: column;
    }
  }

  .email-signup__input-group--integrated {
    border-width: var(--border-width);
    border-radius: var(--border-radius);
    border-style: solid;
    border-color: var(--color-input-border);
    background-color: var(--color-input-background);
  }

  .email-signup__input-group--integrated.email-signup__input-group--no-border {
    border: none;
  }

  .email-signup__input {
    flex: 1;
    min-width: 0;
    border-width: var(--border-width);
    border-radius: var(--border-radius);
    border-style: solid;
    border-color: var(--color-input-border);

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .email-signup__input-group--integrated .email-signup__input {
    background-color: transparent;
    border: none;
    border-radius: 0;
  }

  .email-signup__input.paragraph {
    color: var(--color-input-text);
    outline-color: var(--color-input-background);
  }

  .email-signup__button {
    white-space: nowrap;
    padding: 0;

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .email-signup__input,
  .email-signup__button--text {
    padding: var(--padding-lg) var(--padding-3xl);
  }

  .email-signup__input-group--underline {
    --box-shadow-color: var(--color-input-border);
    --box-shadow-multiplier: 1;
    --box-shadow-focused-multiplier: 1.75;

    box-shadow: 0 calc(var(--border-width) * var(--box-shadow-multiplier)) 0 var(--box-shadow-color);
    transition: box-shadow var(--animation-values);
    margin-block-end: calc(var(--border-width) * var(--box-shadow-focused-multiplier));

    &:focus-within {
      --box-shadow-multiplier: var(--box-shadow-focused-multiplier);
      --box-shadow-color: var(--color-input-text);
    }
  }

  .email-signup__input-group .email-signup__input--underline {
    color: var(--color-input-text);
    background-color: transparent;
    padding: 12px 0;
    border: none;
    border-radius: 0;

    &:focus-visible {
      outline: none;
    }
  }

  .email-signup__input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
  }

  .email-signup__input-group .email-signup__input--none {
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border: none;
  }

  .email-signup__button-icon {
    color: currentcolor;
    padding: 5px;

    @media screen and (max-width: 749px) {
      padding: 0;
      align-self: center;
      justify-self: center;
      width: var(--icon-size-lg);
      height: var(--icon-size-lg);
    }
  }

  .email-signup__button--arrow {
    width: var(--arrow-button-size-small);
    height: var(--arrow-button-size-small);
    padding: 0;

    &:not(.email-signup__button--integrated) {
      width: var(--arrow-button-size);
      height: var(--arrow-button-size);
      display: flex;
      align-items: center;
      justify-content: center;

      > .email-signup__button-icon {
        width: var(--arrow-icon-size);
        height: var(--arrow-icon-size);
        padding: 0;
      }
    }
  }

  .email-signup__button--integrated {
    --button-offset: var(--margin-xs);
    align-self: stretch;
    margin: var(--button-offset);
    flex-shrink: 0;

    @media screen and (max-width: 749px) {
      width: fit-content;
    }

    &.email-signup__button--text {
      padding: 0 var(--padding-3xl);
    }

    &.email-signup__button--text.button-unstyled {
      padding: 0 var(--padding-xl);
    }

    &.button-unstyled {
      border-radius: var(--border-radius);
    }

    > .email-signup__button-icon {
      padding: 0;
    }

    &.email-signup__button--arrow {
      width: var(--arrow-button-size-integrated);
      height: var(--arrow-button-size-integrated);
      align-self: center;
      display: flex;
      align-items: center;
      justify-content: center;

      > .email-signup__button-icon {
        width: var(--arrow-icon-size-small);
        height: var(--arrow-icon-size-small);
      }
    }
  }

  .email-signup__input--underline + .email-signup__button--integrated {
    margin: 0;
    align-self: center;

    &.email-signup__button--text {
      padding-block: 9px;
    }

    &.email-signup__button--text.button-unstyled {
      padding-inline: 0;
      min-width: 44px;
      min-height: 44px;
    }

    &.button-unstyled {
      border-radius: 0;
    }

    &.email-signup__button--arrow {
      width: var(--arrow-button-size-integrated);
      height: var(--arrow-button-size-integrated);
      display: flex;
      align-items: center;
      justify-content: center;

      > .email-signup__button-icon {
        width: var(--arrow-icon-size-small);
        height: var(--arrow-icon-size-small);
      }
    }
  }

  .email-signup__button:not(.button-unstyled) {
    background-color: var(--button-background-color);
    color: var(--button-color);
    text-transform: var(--button-text-case-primary);
  }

  .email-signup__button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .email-signup__button.button-unstyled {
    background-color: transparent;
    color: var(--color-input-text);
  }

  .email-signup__button.button-unstyled:hover {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
    cursor: pointer;
  }

  .email-signup__message {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .email-signup__message-text {
    margin: 0;
  }
/* END_BLOCK:email-signup */

/* START_BLOCK:filters (INDEX:245) */
.facets-block-wrapper {
    @media screen and (min-width: 750px) {
      margin: var(--facets-margin);
      grid-column: var(--grid-column--desktop);
    }
  }

  .facets-block-wrapper--vertical {
    @media screen and (min-width: 750px) {
      grid-column: var(--grid-column--desktop);
    }
  }

  .facets-toggle {
    --icon-offset: -3px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--minimum-touch-target);
    margin: var(--facets-margin);
    padding-block: var(--facets-inner-padding-block);
    padding-inline: var(--facets-inner-padding-inline);

    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-toggle__wrapper {
    margin-left: var(--icon-offset);
  }

  .facets-toggle__button {
    box-shadow: none;

    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .filter-count-bubble {
    position: relative;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    line-height: normal;
    place-content: center;
    color: var(--color-foreground);
    border: var(--icon-stroke-width) solid var(--color-background);
  }

  .facets-mobile__title-wrapper .h3 {
    margin-block-end: 0;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .facets-mobile__title-wrapper .filter-count-bubble {
    width: 22px;
    height: 22px;
  }

  .facets-mobile__title-wrapper .filter-count-bubble__text {
    font-size: var(--font-size--xs);
  }

  .filter-count-bubble__background {
    position: absolute;
    inset: 0;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    border-radius: var(--style-border-radius-50);
  }

  .filter-count-bubble__text {
    font-size: 11px;
    font-weight: var(--font-paragraph--weight);
    aspect-ratio: 1 / 1;
  }

  .facets-toggle--no-filters {
    @media screen and (max-width: 749px) {
      /* stylelint-disable-next-line declaration-no-important */
      justify-content: unset !important;

      & > .facets-mobile-wrapper {
        width: 100%;
      }
    }
  }

  .facets-block-wrapper--vertical + .facets-toggle {
    @media screen and (max-width: 749px) {
      margin: 0;
    }
  }

  .facets-mobile-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-sm);
    justify-content: flex-end;
  }

  .facets-mobile-wrapper--multiple-controls {
    justify-content: space-between;
  }

  @media screen and (min-width: 750px) {
    dialog-component.facets-block-wrapper {
      position: absolute;
      width: 0;
      height: 0;
    }
  }

  .facets {
    --facets-form-horizontal-gap: 20px;
    --facets-horizontal-max-input-wrapper-height: 230px;
    --facets-upper-z-index: var(--layer-raised);
    --facets-open-z-index: var(--layer-heightened);
    --facets-sticky-z-index: var(--layer-sticky);
    --facets-panel-min-width: 120px;
    --facets-panel-height: 300px;
    --facets-grid-panel-width: 300px;
    --facets-clear-padding: var(--padding-md);
    --facets-clear-shadow: 0 -4px 14px 0 rgb(var(--color-foreground-rgb) / var(--facets-low-opacity));
    --facets-input-label-color: rgb(var(--color-input-text-rgb) / var(--opacity-60));
    --facets-clear-all-min-width: 120px;
    --facets-see-results-min-width: 55%;
    --facets-mobile-gap: 22px;
    --facets-low-opacity: 10%;
    --facets-hover-opacity: 75%;

    top: auto;
    bottom: 0;
    height: var(--drawer-height);
    max-height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    box-shadow: none;
    padding-block: 0;

    &:not(.facets--drawer) {
      @media screen and (min-width: 750px) {
        padding-inline: var(--padding-inline-start) var(--padding-inline-end);
        width: 100%;
        max-width: 100%;
      }
    }
  }

  .facets--horizontal {
    display: none;

    @media screen and (min-width: 750px) {
      padding-block: var(--padding-block-start) var(--padding-block-end);
      display: flex;
      align-items: center;
      position: relative;
      z-index: var(--facets-upper-z-index);
      border: none;
      height: auto;
      top: initial;
      bottom: initial;
      max-height: none;
      width: auto;
      overflow: visible;
    }
  }

  .facets--vertical {
    display: none;

    @media screen and (min-width: 750px) {
      padding-block: 0 var(--padding-block-end);
      display: block;
      position: static;
      top: auto;
      bottom: auto;
      height: auto;
      max-height: none;
      width: auto;
      overflow: visible;
    }
  }

  .facets--drawer {
    border-radius: 0;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    padding-inline: 0;
  }

  .facets--drawer[open] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }

  .facets-drawer__form-wrapper {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .facets-drawer__form-wrapper .facets__form {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .facets-drawer__filters {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }

  .facets-drawer__filters .facets__filters-wrapper,
  .facets-drawer__filters .filter-remove-buttons,
  .facets-drawer__filters .sorting-filter-component {
    overflow: visible;
  }

  .facets.facets-controls-wrapper {
    @media screen and (min-width: 750px) {
      grid-column: column-1 / column-12;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
      gap: 0 var(--facets-form-horizontal-gap);
      padding-bottom: var(--padding-xs);
    }
  }

  .facets__inputs {
    display: flex;
    flex-direction: column;
    gap: var(--padding-lg);
    width: 100%;
  }

  :is(.facets--drawer, .facets--vertical) .facets__inputs:not(:has(.show-more)) {
    padding-block-end: var(--padding-sm);
  }

  /* Facets - Form */
  .facets__form-wrapper {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground-muted);
    width: 100%;
  }

  .facets--horizontal .facets__form-wrapper {
    @media screen and (min-width: 750px) {
      flex-direction: row;
      height: auto;
    }
  }

  .facets__form {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .facets--horizontal .facets__form {
    @media screen and (min-width: 750px) {
      flex-flow: row nowrap;
      height: auto;
    }
  }

  .facets:not(.facets--drawer) .facets__filters-wrapper {
    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-md);
    }
  }

  .facets--horizontal .facets__filters-wrapper {
    @media screen and (min-width: 750px) {
      max-width: 60%;
      display: flex;
      flex-wrap: wrap;
      column-gap: var(--gap-xl);
      margin-inline-end: 0;
    }
  }

  /* Facets - Summary */
  .facets__summary {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;
    --icon-opacity: 0.5;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }

    font-size: var(--font-h5--size);
    display: flex;
    justify-content: space-between;

    &:hover {
      --icon-opacity: 1;
    }
  }

  .facets__filters-wrapper:hover .facets__summary,
  .facets__filters-wrapper:has(.facets__panel[open]) .facets__summary {
    opacity: var(--facets-hover-opacity);
  }

  .facets__filters-wrapper .facets__summary:hover,
  .facets__filters-wrapper .facets__panel[open] .facets__summary {
    opacity: 1;
  }

  .facets--horizontal .facets__summary {
    @media screen and (min-width: 750px) {
      font-size: var(--font-paragraph--size);
      justify-content: flex-start;
      height: var(--minimum-touch-target);
    }
  }

  .facets__summary .icon-caret {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    color: rgb(var(--color-foreground-rgb) / var(--icon-opacity));
    margin-block: var(--margin-2xs);
    transition: color var(--animation-speed) var(--animation-easing);
  }

  .facets--drawer .facets__summary .icon-caret {
    margin-inline-start: var(--margin-2xs);
  }

  /* Facets - Bubble */
  .facets__bubble {
    display: inline-flex;
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
    aspect-ratio: 1 / 1;
  }

  /* Facets - Inputs */
  .facets__inputs-wrapper {
    margin-block: var(--padding-xs) var(--padding-xs);
  }

  .facets__inputs .show-more {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    margin-block-end: var(--padding-xl);
  }

  .facets:not(.facets--drawer) .facets__inputs-wrapper {
    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .facets--horizontal .facets__inputs .show-more {
    @media screen and (min-width: 750px) {
      display: contents;
    }
  }

  .facets--horizontal .facets__inputs-wrapper {
    @media screen and (min-width: 750px) {
      max-height: var(--facets-horizontal-max-input-wrapper-height);
      scrollbar-width: none;
      -ms-overflow-style: none;
      overflow-x: auto;
      padding: var(--padding-md);
      margin-block: 0;
    }
  }

  .facets--vertical .facets__inputs:has(.show-more) .facets__inputs-wrapper {
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-sm);
    margin-block: calc(var(--padding-sm) * -1);
    margin-inline: calc(var(--padding-sm) * -1);
  }

  @media screen and (max-width: 749px) {
    .facets__inputs:has(.show-more) .facets__inputs-wrapper {
      padding-block: var(--padding-sm);
      padding-inline: var(--padding-sm);
      margin-block: calc(var(--padding-sm) * -1);
      margin-inline: calc(var(--padding-sm) * -1);
    }
  }

  .facets__inputs-wrapper:not(:has(.facets__inputs-list)),
  .facets__inputs-wrapper .facets__inputs-list {
    display: flex;
    gap: var(--facets-mobile-gap);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  @media screen and (min-width: 750px) {
    .facets--vertical .facets__inputs-wrapper .facets__inputs-list--swatches {
      gap: var(--gap-sm);
    }

    .facets--horizontal
      .facets__inputs-wrapper
      .facets__inputs-list--swatches:not(.facets__inputs-list--swatches-grid) {
      display: grid;
      grid-template-columns: repeat(var(--swatch-columns, 4), 1fr);
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches {
    --facets-mobile-gap: var(--gap-sm);
  }

  .facets__inputs-wrapper .facets__inputs-list--grid {
    --min-column-width: 20%;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), 1fr));
    gap: var(--gap-sm);

    @media screen and (min-width: 750px) {
      --min-column-width: 50px;
    }
  }

  .facets-block-wrapper:not(.facets-block-wrapper--vertical) .facets__inputs-list--grid {
    @media screen and (min-width: 750px) {
      width: var(--facets-grid-panel-width);
    }
  }

  .facets__inputs-wrapper--row:not(:has(.facets__inputs-list)),
  .facets__inputs-wrapper--row .facets__inputs-list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .facets__inputs .show-more__button {
    --show-more-icon-size: 22px;
    --show-more-gap: 8px;

    gap: var(--show-more-gap);

    @media screen and (min-width: 750px) {
      --show-more-icon-size: 16px;
      --show-more-gap: 6px;
    }
  }

  .facets__inputs .show-more__button .icon-plus {
    width: var(--show-more-icon-size);
    height: var(--show-more-icon-size);

    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  /* Facets - Panel */
  .facets__panel {
    padding: 0 var(--drawer-padding);
  }

  .facets:not(.facets--drawer) .facets__panel,
  .facets-controls-wrapper .facets__panel {
    @media screen and (min-width: 750px) {
      padding: 0;
    }
  }

  .facets--horizontal .facets__panel {
    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  .facets-mobile-wrapper .facets__panel-content {
    border-radius: var(--style-border-radius-popover);
  }

  .facets-mobile-wrapper {
    --facets-upper-z-index: var(--layer-raised);
    --facets-panel-min-width: 120px;
    --facets-panel-height: 300px;
  }

  .facets--horizontal .facets__panel-content {
    @media screen and (min-width: 750px) {
      border-radius: var(--style-border-radius-popover);
      position: absolute;
      top: 100%;
      width: max-content;
      min-width: var(--facets-panel-min-width);
      max-width: var(--facets-panel-width);
      max-height: var(--facets-panel-height);
      z-index: var(--facets-upper-z-index);
      box-shadow: var(--shadow-popover);
      border: var(--style-border-popover);
      background-color: var(--color-background);
      overflow-y: hidden;
      gap: 0;
    }
  }

  :is(.facets--drawer, .facets--vertical) :is(.facets__item, .sorting-filter)::before {
    content: '';
    display: block;
    height: 0;
    width: calc(100% - var(--drawer-padding) * 2);
    border-top: var(--style-border-width) solid var(--color-border);
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .facets:not(.facets--drawer) :is(.facets__item, .sorting-filter)::before {
      width: 100%;
    }

    .facets--horizontal .facets__item:not(:first-of-type)::before,
    .facets--horizontal .sorting-filter::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .facets--vertical .facets__item:not(:first-of-type)::before,
    .facets--vertical .sorting-filter::before {
      content: '';
    }
  }

  /* Facets - Text */
  .facets__label,
  .facets__clear-all-link,
  .clear-filter {
    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  .facets__clear-all-link {
    display: none;
    cursor: pointer;
    padding: var(--padding-xs);
    color: var(--button-color);
    transition: text-decoration-color var(--animation-speed) var(--animation-easing),
      color var(--animation-speed) var(--animation-easing);
  }

  .facets__clear-all-link:hover {
    --button-color: var(--color-primary-hover);

    text-decoration: underline;
    text-decoration-color: var(--button-color);
  }

  .facets__clear-all-link--horizontal {
    height: var(--minimum-touch-target);
    padding-inline: var(--facets-form-horizontal-gap);
    min-width: var(--facets-clear-all-min-width);
  }

  .facets__clear-all-link--active {
    display: block;
  }

  .facets__label,
  .products-count-wrapper {
    text-transform: var(--facet-label-transform);
  }

  .clear-filter {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

  .clear-filter:hover {
    text-decoration: underline;
  }

  /* Clear button */
  .facets__clear {
    display: none;
  }

  .facets--horizontal .facets__clear {
    @media screen and (min-width: 750px) {
      width: 100%;
      justify-content: flex-end;
      padding: 0 var(--facets-clear-padding) var(--facets-clear-padding) 0;
      cursor: pointer;
    }
  }

  .facets__clear--active {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  /* Facets - Label */
  .facets__label {
    color: var(--color-foreground);
    cursor: pointer;
    white-space: nowrap;

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  /* Products count */
  .products-count-wrapper {
    display: none;
  }

  .facets--horizontal .products-count-wrapper {
    @media screen and (min-width: 750px) {
      display: flex;
      margin-left: auto;
      flex-shrink: 0;
      align-items: center;
      height: var(--minimum-touch-target);
    }
  }

  /* Mobile specific components */
  .facets__title-wrapper {
    background-color: var(--color-background);
    color: var(--color-foreground);
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--padding-xs);
    padding-inline-start: var(--drawer-padding);
    padding-inline-end: var(--padding-2xs);
    z-index: var(--facets-sticky-z-index);
  }

  :is(.facets--horizontal, .facets--vertical) .facets__title-wrapper {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-drawer__title {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;

    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--gap-xs);

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }
  }

  .facets-drawer__close {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
  }

  /* Status */
  .facets__status:not(:empty) {
    width: max-content;
    display: flex;
    margin-inline-start: auto;
    font-weight: 500;
    color: var(--color-foreground);
  }

  .facets__panel[open] .facets__status {
    display: none;
  }

  .facets--filters-title {
    margin-block-end: 0;
    color: var(--color-foreground);
    height: fit-content;

    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets--horizontal .facets__panel .facets__status:has(:not(:empty)) {
    @media screen and (min-width: 750px) {
      display: flex;
      margin-inline-start: var(--margin-xs);
      margin-inline-end: var(--margin-xs);
    }
  }

  /* Horizontal filter style */
  .facets--horizontal .facets__form {
    @media screen and (min-width: 750px) {
      gap: 0 var(--facets-form-horizontal-gap);
    }
  }

  /* Facets - Actions */
  .facets__drawer-actions {
    --to-top-gradient-background: linear-gradient(
      to top,
      rgb(var(--color-background-rgb) / var(--opacity-90)),
      rgb(var(--color-background-rgb) / var(--opacity-80)),
      rgb(var(--color-background-rgb) / var(--opacity-40)),
      transparent
    );

    position: sticky;
    bottom: 0;
    z-index: var(--facets-sticky-z-index);
    order: 1;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: stretch;
    gap: var(--gap-sm);
    padding-block-start: var(--padding-xs);
    padding-block-end: var(--padding-md);
    padding-inline: var(--padding-lg);
    margin-top: auto;
    background-image: var(--to-top-gradient-background);
    background-color: var(--color-background);
  }

  /* Clear all button */
  .facets__clear-all {
    display: none;
    cursor: pointer;
    min-width: var(--facets-clear-all-min-width);
    flex-grow: 1;
    padding-block: var(--padding-lg);
    color: var(--button-color, inherit);
  }

  .facets__clear-all--active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: transform var(--animation-values), opacity var(--animation-values);
  }

  @starting-style {
    .facets__clear-all--active {
      opacity: 0;
      transform: translateY(100%);
    }
  }

  .facets__see-results {
    min-width: var(--facets-see-results-min-width);
    flex-grow: 1;
    padding-block: var(--padding-lg);
  }

  .facets-horizontal-remove {
    display: flex;
    align-items: center;
  }

  .facets-horizontal-remove--active::before {
    content: '';
    border-inline-start: var(--style-border-width) solid var(--color-border);
    height: var(--font-paragraph--size);
    position: absolute;
  }
/* END_BLOCK:filters */

/* START_BLOCK:footer-policy-list (INDEX:248) */
.footer-policy-list {
    width: 100%;
  }

  .footer-policy-list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
  }

  .footer-policy-list__item {
    display: inline-flex;
  }

  .footer-policy-list__link {
    color: var(--color-foreground-muted);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .footer-policy-list__link:hover,
  .footer-policy-list__link:focus-visible {
    opacity: 0.72;
  }

  @media screen and (min-width: 750px) {
    .footer-policy-list__items {
      justify-content: center;
      gap: 1.75rem;
    }
  }
/* END_BLOCK:footer-policy-list */

/* START_BLOCK:icon (INDEX:250) */
.icon-block {
    display: flex;
    flex-shrink: 0;
  }

  .icon-block__media {
    height: auto;
  }
/* END_BLOCK:icon */

/* START_BLOCK:image (INDEX:251) */
.image-block__placeholder {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    position: relative;
  }

  .placeholder-image {
    position: relative;
    aspect-ratio: var(--ratio);
    overflow: hidden;
  }

  .image-block {
    display: flex;

    /* When the image is nested in a group, section, etc, respect the parent's horizontal alignment */
    justify-content: var(--horizontal-alignment, 'inline-start');
  }

  .image-block--height-fill .image-block__image {
    height: 100%;
  }

  .image-block__image {
    object-fit: cover;
    aspect-ratio: var(--ratio);
  }
/* END_BLOCK:image */

/* START_BLOCK:logo (INDEX:253) */
.logo-block {
    width: calc(var(--logo-width) + var(--padding-inline-start) + var(--padding-inline-end));
    max-width: 100%;
    max-height: calc(var(--logo-height, 100%) + var(--padding-block-start) + var(--padding-block-end));
    font-size: var(--logo-height);
    display: flex;

    @media screen and (max-width: 749px) {
      max-height: calc(
        var(--logo-height-mobile, var(--logo-height, 100%)) + var(--padding-block-start) + var(--padding-block-end)
      );
      font-size: var(--logo-height-mobile, var(--logo-height));
      width: calc(
        var(--logo-width-mobile, var(--logo-width)) + var(--padding-inline-start) + var(--padding-inline-end)
      );
    }
  }

  .logo-block__image-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .logo-block__image {
    object-fit: contain;
    width: 100%;
  }
/* END_BLOCK:logo */

/* START_BLOCK:menu (INDEX:254) */
.menu {
    width: 100%;
  }

  .menu:not(:has(.menu__heading--empty)) .details-content {
    margin-block-start: var(--spacing--size);
  }

  .menu__item + .menu__item {
    margin-block-start: var(--spacing--size);
  }

  .menu .menu__heading--empty {
    display: none;
  }

  .menu__heading__default {
    display: contents;
  }

  .menu__heading__accordion {
    display: none;
  }

  @media screen and (max-width: 749px) {
    /* Always show the fallback heading on mobile when accordion is enabled */
    .menu--accordion .menu__heading--empty {
      display: flex;
    }

    .menu--accordion .menu__heading__accordion {
      display: contents;
    }

    .menu--accordion .menu__heading__default {
      display: none;
    }

    .menu--accordion .details-content {
      margin-block-start: var(--spacing--size);
    }

    .menu--accordion .menu__details {
      padding-inline: 0;
    }

    .menu--dividers .menu__details {
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .menu--dividers .details-content {
      padding-block-end: var(--padding-sm);
    }
  }
/* END_BLOCK:menu */

/* START_BLOCK:page (INDEX:256) */
.page-block {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .page-title {
    margin-bottom: var(--margin-xl);
  }
/* END_BLOCK:page */

/* START_BLOCK:payment-icons (INDEX:257) */
.payment-icons {
    width: 100%;
  }

  .payment-icons__list {
    display: flex;
    align-items: center;
    justify-content: var(--alignment);
    flex-wrap: wrap;
    gap: var(--icon-gap);
    margin: 0;
    padding: 0;
  }

  .payment-icons__item {
    display: flex;
    align-items: center;
  }
/* END_BLOCK:payment-icons */

/* START_BLOCK:popup-link (INDEX:258) */
.popup-link__button svg {
    display: inline-block;
    position: relative;
    top: var(--margin-2xs);
  }

  .popup-link__content {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    border-radius: var(--style-border-radius-popover);
    background-color: var(--color-background);
    padding: var(--padding-4xl) var(--padding-xl) var(--padding-xl);
    max-width: var(--normal-content-width);
    max-height: var(--modal-max-height);

    @media screen and (min-width: 750px) {
      padding: var(--padding-5xl);
    }
  }

  .popup-link__content[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .popup-link__content.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .popup-link__content--drawer {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
  }

  /* Needed to ensure the drawer is full height */
  .popup-link__content--drawer:modal {
    max-height: 100dvh;
  }

  .popup-link__close {
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    opacity: 0.8;
    animation: none;
  }
/* END_BLOCK:popup-link */

/* START_BLOCK:product-custom-property (INDEX:261) */
product-custom-property-component {
    display: block;
    width: 100%;
  }

  product-custom-property-component .__heading {
    margin-inline: 0;
    margin-block: 0 var(--padding-sm);
  }

  product-custom-property-component .__heading:has(+ .__description) {
    margin-block-end: var(--padding-2xs);
  }

  product-custom-property-component .__description {
    font-size: min(0.85em, var(--font-paragraph--size));
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-inline: 0;
    margin-block: 0 var(--padding-md);
  }

  product-custom-property-component .__field {
    position: relative;
  }

  product-custom-property-component .__input-wrapper {
    position: relative;
  }

  product-custom-property-component input,
  product-custom-property-component textarea {
    width: 100%;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-input-text) !important;
  }

  /* Add padding for inputs with counter inside */
  product-custom-property-component .__input-wrapper input {
    padding-bottom: calc(var(--padding-sm) * 3);
  }

  product-custom-property-component .__input-wrapper textarea {
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  product-custom-property-component textarea {
    min-height: 80px;
  }

  @supports (resize: vertical) {
    @media (hover: hover) and (pointer: fine) {
      product-custom-property-component textarea {
        resize: vertical; /* stylelint-disable-line */
      }
    }
  }

  product-custom-property-component .__character-label {
    position: absolute;
    left: var(--input-padding-x);
    bottom: var(--padding-sm);
    pointer-events: none;
  }

  product-custom-property-component .__character-count {
    font-style: italic;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-input-text) !important;
  }

  /* We should consolidate input styles that share the same behavior */
  .custom-property__input {
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    /* this is needed to override the styles from field__input */
    box-shadow: none;

    &:is(:hover, :focus) {
      /* this is needed to override the styles from field__input */
      box-shadow: none;
    }

    &:focus {
      /* this is needed to override the styles from field__input */
      outline: var(--focus-outline-width) solid var(--color-input-background);
    }
  }
/* END_BLOCK:product-custom-property */

/* START_BLOCK:product-inventory (INDEX:263) */
.product-inventory__status {
    display: flex;
    align-items: center;
    font-size: var(--font-paragraph--size);
    line-height: var(--font-paragraph--line-height);
    gap: var(--padding-xs);
  }

  .product-inventory__icon,
  .product-inventory__icon svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .product-inventory__icon-low {
    color: var(--color-lowstock);
  }

  .product-inventory__icon-in_stock {
    color: var(--color-instock);
  }

  .product-inventory__icon-out_of_stock {
    color: var(--color-outofstock);
  }

  .product-inventory__icon circle:first-of-type {
    opacity: 0.3;
  }
/* END_BLOCK:product-inventory */

/* START_BLOCK:product-recommendations (INDEX:264) */
.block-resource-list {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap);
    min-width: 0;
    min-height: 0;
    container-type: inline-size;
    container-name: resource-list;
    border-radius: var(--border-radius, 0);
  }

  .product-recommendations-wrapper {
    width: 100%;
  }

  .product-recommendations-wrapper:has(product-recommendations[data-shopify-editor-preview]) {
    width: 100vw;
  }
/* END_BLOCK:product-recommendations */

/* START_BLOCK:review (INDEX:267) */
.rating-wrapper {
    gap: var(--gap-xs);
    min-width: fit-content;
  }

  .rating-color--primary {
    --star-fill-color: var(--color-primary);
    --star-fill-color-rgb: var(--color-primary-rgb);
    --color: var(--color-primary);
  }

  .rating-color--foreground {
    --star-fill-color: var(--color-foreground);
    --star-fill-color-rgb: var(--color-foreground-rgb);
    --color: var(--color-foreground);
  }

  .rating-wrapper,
  .rating {
    display: flex;
    align-items: center;
  }

  .rating-wrapper.justify-right {
    flex-direction: row-reverse;
  }

  .rating {
    gap: var(--gap-3xs);
  }

  .rating-wrapper .rating-count,
  .rating-wrapper .rating-count-separator {
    color: var(--star-fill-color);
    margin: 0;
    white-space: nowrap;
  }

  .rating-count-separator {
    opacity: var(--opacity-20);
    padding-left: calc(var(--padding-xs) / 2);
    padding-right: var(--padding-xs);
  }

  .stars {
    height: var(--star-size);
    fill: var(--empty-star-fill-color);
  }

  .filled-star {
    fill: var(--star-fill-color);
  }
/* END_BLOCK:review */

/* START_BLOCK:social-links (INDEX:269) */
.social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }

  .social-icons__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: flex;
    flex-shrink: 0;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: none;
  }

  .social-icons__icon-wrapper:has(.social-icons__icon path) {
    width: var(--icon-size-lg);

    .social-icons__icon {
      display: block;
    }

    .social-icons__icon-label {
      display: none;
    }
  }

  /* Disabled state for editor */
  .shopify-design-mode .social-icons__icon-wrapper--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-icons__icon-wrapper--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:social-links */

/* START_BLOCK:spacer (INDEX:270) */
/* Fill opposite direction */
  .layout-panel-flex--column > .spacer-block {
    width: 100%;
  }

  .layout-panel-flex--row > .spacer-block {
    height: 100%;
  }

  /* Flex - Percent */
  :is(.layout-panel-flex--row, .layout-panel-flex--column) > .spacer-block--size-percent {
    flex: var(--spacer-size);
  }

  /* Flex - Pixel */
  .layout-panel-flex--row > .spacer-block--size-pixel {
    width: var(--spacer-size);
  }

  .layout-panel-flex--column > .spacer-block--size-pixel {
    height: var(--spacer-size);
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    /* Percent */
    .layout-panel-flex--row:not(.mobile-column) > .spacer-block--size-mobile-percent {
      flex: var(--spacer-size-mobile);
      height: 100%;
    }

    .layout-panel-flex--column > .spacer-block--size-mobile-percent,
    .mobile-column > .spacer-block--size-percent:not(.spacer-block--size-mobile-pixel) {
      width: 100%;
      flex: var(--spacer-size-mobile);
    }

    /* Pixel */
    .layout-panel-flex--row:not(.mobile-column) > .spacer-block--size-mobile-pixel {
      width: var(--spacer-size-mobile);
      height: 100%;
    }

    .layout-panel-flex--column > .spacer-block--size-mobile-pixel,
    .mobile-column > .spacer-block--size-mobile-pixel {
      width: 100%;
      flex: 0;
      height: var(--spacer-size-mobile);
    }
  }
/* END_BLOCK:spacer */

/* START_BLOCK:swatches (INDEX:271) */
product-swatches {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    gap: 0;
    flex-shrink: 0;
  }
/* END_BLOCK:swatches */

/* START_BLOCK:video (INDEX:274) */
.placeholder-video {
    aspect-ratio: 5 / 3;
  }
/* END_BLOCK:video */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:accordion-custom-component (INDEX:275) */
accordion-custom {
    details {
      &::details-content,
      .details-content {
        block-size: 0;
        overflow-y: clip;
        opacity: 0;
        interpolate-size: allow-keywords;
        transition: content-visibility var(--animation-speed-slow) allow-discrete,
          padding-block var(--animation-speed-slow) var(--animation-easing),
          opacity var(--animation-speed-slow) var(--animation-easing),
          block-size var(--animation-speed-slow) var(--animation-easing);
      }

      /* Disable transitions when the content toggle is not caused by the direct user interaction, e.g. opening the filters on mobile. */
      &:not(:focus-within)::details-content,
      &:not(:focus-within) .details-content {
        transition: none;
      }

      &:not([open]) {
        &::details-content,
        .details-content {
          padding-block: 0;
        }
      }

      &[open] {
        &::details-content,
        .details-content {
          opacity: 1;
          block-size: auto;

          @starting-style {
            block-size: 0;
            opacity: 0;
            overflow-y: clip;
          }

          &:focus-within {
            overflow-y: visible;
          }
        }
      }
    }
  }

  accordion-custom[data-disable-on-mobile='true'] summary {
    @media screen and (max-width: 749px) {
      cursor: auto;
    }
  }

  accordion-custom[data-disable-on-desktop='true'] summary {
    @media screen and (min-width: 750px) {
      cursor: auto;
    }
  }
/* END_SNIPPET:accordion-custom-component */

/* START_SNIPPET:background-media (INDEX:278) */
@media (prefers-reduced-motion: reduce) {
    video-background-component video {
      display: none;
    }
  }
/* END_SNIPPET:background-media */

/* START_SNIPPET:bento-grid (INDEX:279) */
.bento-box {
    display: grid;
    column-gap: var(--bento-gap);
    row-gap: calc(var(--bento-gap) * 1.5);
    width: 100%;
  }

  .bento-box:has(.collection-card--image-bg) {
    row-gap: var(--bento-gap);
  }

  .bento-box ~ .bento-box {
    padding-block-start: var(--bento-gap);
  }

  @media screen and (max-width: 900px) {
    .bento-box {
      grid-template-columns: repeat(2, 1fr);
    }

    .bento-box__item {
      /* Prevent grid items from overflowing their cells when children have aspect-ratio */
      min-width: 0;
      overflow: hidden;
    }

    .bento-box__item:nth-child(3n + 1) {
      grid-column: span 1;
    }

    .bento-box__item:nth-child(3n + 2) {
      grid-column: span 1;
    }

    .bento-box__item:nth-child(3n + 3) {
      grid-column: span 2;
    }

    /* Ensure last items create a full row */
    .bento-box__item:last-child:nth-child(3n + 5) {
      grid-column: span 1;
    }

    .bento-box__item:last-child:nth-child(3n + 4) {
      grid-column: span 2;
    }
  }

  @media screen and (min-width: 901px) {
    .bento-box {
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H I I I I I I'
        'J J J J K K K K L L L L';
    }

    .bento-box__item:nth-child(1) {
      grid-area: A;
    }

    .bento-box__item:nth-child(2) {
      grid-area: B;
    }

    .bento-box__item:nth-child(3) {
      grid-area: C;
    }

    .bento-box__item:nth-child(4) {
      grid-area: D;
    }

    .bento-box__item:nth-child(5) {
      grid-area: E;
    }

    .bento-box__item:nth-child(6) {
      grid-area: F;
    }

    .bento-box__item:nth-child(7) {
      grid-area: G;
    }

    .bento-box__item:nth-child(8) {
      grid-area: H;
    }

    .bento-box__item:nth-child(9) {
      grid-area: I;
    }

    .bento-box__item:nth-child(10) {
      grid-area: J;
    }

    .bento-box__item:nth-child(11) {
      grid-area: K;
    }

    .bento-box__item:nth-child(12) {
      grid-area: L;
    }

    /* === Overrides for specific item counts === */

    /* Exactly 1 item */
    .bento-box--items-1 {
      grid-template-areas: 'A A A A A A A A A A A A';
    }

    /* Exactly 2 items */
    .bento-box--items-2 {
      grid-template-areas: 'A A A A A A B B B B B B';
    }

    /* Exactly 4 items */
    .bento-box--items-4 {
      grid-template-areas:
        'A A A A B B B B B B B B'
        'C C C C C C C C D D D D';
    }

    /* Exactly 5 items */
    .bento-box--items-5 {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E E E E';
    }

    /* Exactly 7 items */
    .bento-box--items-7 {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D D D D E E E'
        'F F F F F F G G G G G G';
    }

    /* Exactly 8 items */
    .bento-box--items-8 {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H H H H H H H';
    }

    /* Exactly 10 items */
    .bento-box--items-10 {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G G G G G G G H H H'
        'I I I J J J J J J J J J';
    }

    /* Exactly 11 items */
    .bento-box--items-11 {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H I I I I I I'
        'J J J J K K K K K K K K';
    }
  }
/* END_SNIPPET:bento-grid */

/* START_SNIPPET:blog-comment-form (INDEX:281) */
.blog-post-comments__form-container {
    --comment-form-gap: var(--gap-md);

    width: 100%;
    max-width: var(--normal-content-width);
    margin: var(--margin-4xl) auto 0;
  }

  .blog-post-comments__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--comment-form-gap);

    @media screen and (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .blog-post-comments__form-input {
    padding: var(--padding-lg) var(--padding-xl);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
  }

  .blog-post-comments__form-input--textarea {
    resize: vertical;
    min-height: var(--input-textarea-min-height);
  }

  .blog-post-comments__form-message {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .blog-post-comments__form-body {
    grid-column: 1 / -1;
  }

  .blog-post-comments__form-input:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .blog-post-comments__form-moderated {
    font-size: var(--font-size--xs);
  }

  .blog-post-comments__form-submit {
    margin-block-start: var(--comment-form-gap);
  }
/* END_SNIPPET:blog-comment-form */

/* START_SNIPPET:button (INDEX:283) */
.link {
    text-decoration: none;
    text-decoration-color: currentcolor;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration-color: transparent;
    }
  }
/* END_SNIPPET:button */

/* START_SNIPPET:buy-buttons-styles (INDEX:284) */
.buy-buttons-block {
    --buy-button-preferred-width: 185px;

    width: 100%;
  }

  .product-form-buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .product-form-buttons:not(:has(.quantity-rules)) {
    gap: calc(var(--gap-sm) / 2);

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .product-form-buttons
    > *:not(.quantity-selector-wrapper, .quantity-rules, .quantity-label, .volume-pricing, .product-form-text__error) {
    flex: 1 1 var(--buy-button-preferred-width, 0);
    min-width: fit-content;
  }

  .product-form-buttons--stacked
    > *:not(.quantity-selector-wrapper, .quantity-rules, .quantity-label, .volume-pricing, .product-form-text__error) {
    flex-basis: 51%;
  }

  .product-form-buttons button {
    width: 100%;
    padding-block: var(--padding-lg);
  }

  .quantity-selector {
    flex-grow: 0;
    flex-shrink: 0;
    height: var(--height-buy-buttons);
  }

  .quantity-label {
    flex: 1 0 100%;
    width: 100%;
    font-size: var(--font-size--sm);
    margin-block-end: var(--gap-xs);
  }

  .quantity-label__cart-count {
    color: var(--color-foreground-secondary);
  }

  .quantity-rules {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: calc(var(--gap-xs) / 2);
    flex: 1 0 100%;
    width: 100%;
    font-size: var(--font-size--xs);
    color: var(--color-foreground-secondary);
    margin-block-start: var(--gap-xs);
    margin-block-end: var(--gap);
  }

  .product-form-buttons:has(~ .volume-pricing .volume-pricing__title) .quantity-rules {
    margin-block-end: var(--gap-md);
  }

  .quantity-rules__item {
    position: relative;
    display: inline-block;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .quantity-rules__item:not(:last-child) {
    padding-right: var(--padding-xl);
    margin-right: var(--margin-2xs);
  }

  .quantity-rules__item:not(:last-child)::after {
    content: '•';
    position: absolute;
    inset-inline-end: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5em;
    line-height: 0;
  }

  .add-to-cart-button {
    height: var(--height-buy-buttons);
    text-transform: var(--button-text-case-primary);
  }

  .add-to-cart-button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .product-form-text__error {
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
    gap: var(--gap-xs);
    margin-block-end: var(--gap-xs);
  }

  .product__pickup-availabilities {
    width: 100%;
  }

  .pickup-availability__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .pickup-availability__row {
    display: flex;
    gap: var(--padding-xs);
  }

  .pickup-availability__dialog-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pickup-availability__header-container {
    padding-block-end: var(--padding-2xl);
  }

  .pickup-location__wrapper {
    display: flex;
    flex-direction: column;
    padding-block: var(--padding-2xl);
    border-top: 1px solid var(--color-border);
    gap: var(--padding-xs);
  }

  .pickup-location__address-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--padding-md);
  }

  .pickup-location__dialog {
    padding: var(--padding-2xl);
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    border: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  .pickup-location__dialog:modal {
    max-height: 100dvh;
  }

  .pickup-location__text-sm {
    font-size: var(--font-size--sm);
    margin: 0;
  }

  .pickup-location__text-xs {
    font-size: var(--font-size--xs);
    margin: 0;
  }

  .pickup-location__button {
    width: fit-content;
    color: var(--color-primary);
    font-size: var(--font-size--xs);
    font-family: var(--font-body--family);
    padding: 0;
    cursor: pointer;
    margin-block: var(--margin-xs);
  }

  .pickup-location__button:hover {
    color: var(--color-primary-hover);
  }

  .pickup-location__h4 {
    margin: 0;
  }

  .pickup-location__text-bold {
    font-size: var(--font-size--md);
    font-weight: 600;
    margin: 0;
  }

  .pickup-location__availability-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    font-family: var(--font-paragraph--family);
  }

  .pickup-location__address {
    font-style: normal;
  }

  .pickup-location__close-button {
    top: calc(var(--padding-2xl) - (var(--icon-size-xs) / 2));
    right: calc(var(--padding-2xl) - var(--icon-size-xs));
  }

  .volume-pricing {
    display: block;
    width: 100%;
    margin-bottom: var(--gap);
  }

  .volume-pricing:not(:has(.volume-pricing__title)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .volume-pricing__title {
    display: block;
    margin-block-end: var(--gap-sm);
    font-size: var(--font-size--sm);
    font-weight: var(--font-body--weight);
    color: var(--color-foreground);
  }

  .volume-pricing__table {
    width: 100%;
  }

  .volume-pricing__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-md);
    font-size: var(--font-size--sm);
  }

  .volume-pricing__row--even {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .volume-pricing__row--odd {
    background: var(--color-background);
  }

  .volume-pricing__collapsible-wrapper {
    block-size: 0;
    overflow-y: clip;
    opacity: 0;
    interpolate-size: allow-keywords;
    transition: opacity var(--animation-speed-slow) var(--animation-easing),
      block-size var(--animation-speed-slow) var(--animation-easing);
  }

  .volume-pricing__toggle {
    width: 100%;
    padding-bottom: 0;
    padding-inline: 0;
    text-align: left;
    color: var(--color-foreground-secondary);
    font-size: var(--font-size--xs);
    cursor: default;
    margin-block-start: 0;
    pointer-events: none;
  }

  button.volume-pricing__toggle {
    /* Need the extra specificity to override .product-form-buttons button */
    padding-block: var(--padding-sm);
  }

  .volume-pricing__toggle-text {
    cursor: pointer;
    display: inline-block;
    pointer-events: auto;
  }

  .volume-pricing__show-less {
    display: none;
  }

  .volume-pricing--expanded .volume-pricing__collapsible-wrapper {
    opacity: 1;
    block-size: auto;

    @starting-style {
      block-size: 0;
      opacity: 0;
      overflow-y: clip;
    }
  }

  .volume-pricing--expanded .volume-pricing__show-more {
    display: none;
  }

  .volume-pricing--expanded .volume-pricing__show-less {
    display: inline;
  }

  /* Accelerated checkout styles — co-located here so they compile on pages
     where the quick-add modal can display buy buttons (e.g. collection pages). */
  .accelerated-checkout-block[data-shopify-visual-preview] {
    width: 300px;
  }

  /* Visually hide native accelerated checkout while keeping the
     "More payment options" link reachable for our custom Buy Now button. */
  .accelerated-checkout-block__native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
  }

  .custom-buy-now-button {
    width: 100%;
    height: var(--height-buy-buttons);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
    padding-block: var(--padding-lg);
    text-transform: var(--button-text-case-primary);
  }

  more-payment-options-link {
    font-size: smaller;
  }

  more-payment-options-link a {
    --button-color: var(--color-primary);
  }

  more-payment-options-link a:hover {
    --button-color: var(--color-primary-hover);
  }

  .shopify-payment-button__more-options[aria-hidden='true'] {
    display: none;
  }

  .accelerated-checkout-block--product-template .shopify-payment-button__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
  }


  /* Buy it now (unbranded dynamic checkout): same primary family, slightly deeper than Add to cart. */
  .accelerated-checkout-block--product-template button.shopify-payment-button__button--unbranded {
    --button-background-color: color-mix(in srgb, var(--color-primary-button-background) 88%, #000000);
    --button-border-color: color-mix(in srgb, var(--color-primary-button-border) 88%, #000000);
  }

  .accelerated-checkout-block--product-template
    button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    --button-background-color: color-mix(in srgb, var(--color-primary-button-hover-background) 88%, #000000);
    --button-border-color: color-mix(in srgb, var(--color-primary-button-hover-border) 88%, #000000);
  }
  .product-form-buttons .add-to-cart-button {
    background-color: #234637 !important;
    color: #ffffff !important;
    border-color: #234637 !important;
  }

  .product-form-buttons .add-to-registry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
    min-height: var(--height-buy-buttons, 56px);
    padding-block: var(--padding-lg, 1rem);
    padding-inline: var(--padding-md, 1rem);
    color: #234637;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #234637;
    border-radius: var(--style-border-radius-buttons-secondary, 100px);
    font-family: var(--button-font-family-secondary, inherit);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: var(--button-text-case-secondary, none);
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity var(--animation-speed, 0.2s),
                background-color var(--animation-speed, 0.2s),
                color var(--animation-speed, 0.2s),
                border-color var(--animation-speed, 0.2s);
  }
/* END_SNIPPET:buy-buttons-styles */

/* START_SNIPPET:card-gallery (INDEX:285) */
.card-gallery {
    overflow: hidden;
    container-type: inline-size; /* Make card-gallery a container */
    container-name: card-gallery-container; /* Optional: name the container */
  }

  .card-gallery__placeholder svg {
    height: 100%;
    width: 100%;
  }

  .card-gallery svg {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
  }

  .product-card-gallery__title-placeholder {
    padding: var(--padding-md);
    font-size: var(--font-size--2xl);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    color: var(--color-foreground);
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--gallery-aspect-ratio);
    border-radius: var(--product-corner-radius);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-card-gallery__title-placeholder a {
    color: var(--color-foreground);
  }

  @media screen and (min-width: 750px) {
    .product-grid[data-product-card-size='extra-large'] .product-card-gallery__title-placeholder {
      padding: var(--padding-3xl);
      font-size: var(--font-size--3xl);
    }

    .product-grid[data-product-card-size='large'] .product-card-gallery__title-placeholder {
      padding: var(--padding-2xl);
      font-size: var(--font-size--2xl);
    }

    .product-grid[data-product-card-size='medium'] .product-card-gallery__title-placeholder {
      padding: var(--padding-xl);
      font-size: var(--font-size--xl);
    }

    .product-grid[data-product-card-size='small'] .product-card-gallery__title-placeholder {
      padding: var(--padding-sm);
      font-size: var(--font-size--lg);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery.card-gallery--badge-top-right
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-3xl) + 50px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery.card-gallery--badge-top-right
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-2xl) + 50px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery.card-gallery--badge-top-right
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-xl) + 50px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery.card-gallery--badge-top-right
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-sm) + 50px);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery.card-gallery--badge-top-left
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-3xl) + 40px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery.card-gallery--badge-top-left
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-2xl) + 40px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery.card-gallery--badge-top-left
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-xl) + 40px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery.card-gallery--badge-top-left
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-sm) + 40px);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery.card-gallery--badge-bottom-left
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-3xl) + 40px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery.card-gallery--badge-bottom-left
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-2xl) + 40px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery.card-gallery--badge-bottom-left
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-xl) + 40px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery.card-gallery--badge-bottom-left
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-sm) + 40px);
    }
  }

  @media screen and (max-width: 749px) {
    .product-card-gallery__title-placeholder {
      font-size: var(--font-size--xl);
      padding: var(--padding-md);
    }

    .product-grid[data-product-card-size]
      .card-gallery.card-gallery--badge-top-right
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-sm) + 50px);
    }

    .product-grid[data-product-card-size]
      .card-gallery.card-gallery--badge-top-left
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-sm) + 40px);
    }

    .product-grid[data-product-card-size]
      .card-gallery.card-gallery--badge-bottom-left
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-sm) + 40px);
    }
  }

  [product-grid-view='zoom-out'] .card-gallery .product-card-gallery__title-placeholder {
    /* stylelint-disable-next-line declaration-no-important */
    padding: var(--padding-xs) !important;
    font-size: var(--font-size--xs);
  }

  [product-grid-view='zoom-out'] .card-gallery .slideshow-control {
    min-width: auto;
  }

  ul[product-grid-view='zoom-out'] .product-grid__card .card-gallery {
    display: block;
  }

  [product-grid-view='zoom-out']
    .card-gallery
    > :is(quick-add-component, .product-badges, slideshow-component > slideshow-controls) {
    display: none;
  }

  ul[product-grid-view='zoom-out'] .card-gallery > img {
    display: block;
  }

  .card-gallery slideshow-arrows .slideshow-control {
    /* Align icons with quick-add button */
    padding-inline: var(--padding-xl);

    @container (max-width: 249px) {
      padding-inline: 0 var(--padding-sm);
    }
  }

  /*
   * Card galleries preview the next or previous images on 'pointerenter', so we
   * try to kick load them beforehand (they are lazy loaded otherwise).
   */
  .card-gallery
    :is(
      slideshow-slide:has(+ slideshow-slide[aria-hidden='false']),
      slideshow-slide[aria-hidden='false'] + slideshow-slide
    ) {
    content-visibility: auto;

    slideshow-component[actioned] & {
      content-visibility: visible;
    }
  }
/* END_SNIPPET:card-gallery */

/* START_SNIPPET:cart-bubble (INDEX:286) */
.cart-bubble {
    --cart-padding: 0.2em;

    position: relative;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border-width: 0;
    display: flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-button-text);
    padding-inline: var(--cart-padding);
  }

  .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
  }

  .cart-bubble[data-maintain-ratio] .cart-bubble__background {
    border-radius: var(--style-border-radius-50);
  }

  .cart-bubble__background {
    position: absolute;
    inset: 0;
    background-color: var(--color-primary-button-background);
    border-radius: var(--style-border-radius-lg);
  }

  .cart-bubble__text {
    font-size: var(--font-size--3xs);
    z-index: var(--layer-flat);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
/* END_SNIPPET:cart-bubble */

/* START_SNIPPET:cart-items-component (INDEX:287) */
.cart-items-component {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-items-component {
        view-transition-name: cart-drawer-content;
      }
    }

    html:active-view-transition-type(empty-cart-page) {
      .cart-items-component {
        view-transition-name: cart-page-content;
      }
    }
  }

  ::view-transition-old(cart-page-content) {
    animation: cart-page-content-old var(--animation-speed-fast) var(--animation-easing) forwards;
  }

  @keyframes cart-page-content-old {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      filter: blur(4px);
    }
  }

  ::view-transition-old(cart-drawer-content) {
    transform-origin: 50% 33%;
    animation: cart-contents-old var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  ::view-transition-new(cart-drawer-content) {
    transform-origin: top center;
    animation: cart-contents-new var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  @keyframes cart-contents-old {
    to {
      scale: 0.92;
      opacity: 0;
    }
  }

  @keyframes cart-contents-new {
    from {
      scale: 1.05;
      translate: 0 128px;
      filter: blur(1px);
      opacity: 0;
    }
  }
/* END_SNIPPET:cart-items-component */

/* START_SNIPPET:cart-products (INDEX:288) */
.cart-items {
    --cart-item-media-width-min: 2.5rem;
    --cart-item-media-width-max: 7.5rem;

    container-name: cart-items;
    container-type: inline-size;
    width: 100%;
  }

  .cart-items__bulk-select {
    display: flex;
    justify-content: flex-end;
    margin-block-end: var(--margin-xl);
  }

  .cart-items__bulk-select-toggle {
    min-height: unset;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    color: var(--color-foreground);
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .cart-items-disabled {
    pointer-events: none;
  }

  .cart-page--empty .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-start: 0;
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cart-items__table {
    width: 100%;
    border-spacing: 0;
  }

  .cart-items__table * {
    margin: 0;
  }

  .cart-items__table-row {
    --cart-item-price-width: 6rem;

    display: grid;
    grid-template-columns: min-content clamp(2.5rem, 15cqi, 7.5rem) minmax(0, 1fr) minmax(var(--cart-item-price-width), auto);
    grid-template-areas:
      'select media details price'
      'select media quantity price'
      'select media error error';
    column-gap: var(--gap-md);
    align-items: start;
    padding-bottom: var(--cart-items-gap);
    margin-bottom: var(--margin-lg);
  }

  /* Cart drawer: separate grid areas for variants and unit price */
  .cart-drawer .cart-items__table-row--full-width-variants {
    grid-template-columns: min-content clamp(2.5rem, 15cqi, 7.5rem) minmax(0, 1fr) auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-areas:
      'select media details price'
      'select media variants variants'
      'select media unit_price unit_price'
      'select media quantity quantity'
      'select media error error';

    .cart-items__details {
      display: contents;
    }

    .cart-items__product-info {
      grid-area: details;
    }

    .cart-items__variants-wrapper {
      grid-area: variants;

      &:empty {
        display: none;
      }

      p {
        margin: 0;
      }
    }

    .cart-items__unit-price-wrapper {
      grid-area: unit_price;
      font-size: var(--font-size--sm);
    }

    .cart-items__price {
      min-width: auto;
      width: max-content;
    }
  }

  .cart-items__table-row.cart-items__nested-line .cart-items__media {
    width: 60%;
    justify-self: right;
  }

  html:active-view-transition-type(page-navigation) .cart-items__table-row {
    /* stylelint-disable-next-line declaration-no-important */
    view-transition-name: none !important;
  }

  .cart-items__table-row.removing {
    overflow: hidden;
    animation: removeRow calc(var(--animation-speed) * 2) var(--animation-easing) forwards;
    animation-delay: var(--animation-speed);
  }

  @keyframes removeRow {
    0% {
      height: var(--row-height);
    }

    100% {
      opacity: 0;
      height: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-color: transparent;
    }
  }

  .cart-items__table-row:last-child {
    padding-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--cart-items-gap);
  }

  .cart-items--dividers .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row:last-of-type {
    border-block-end: none;
    padding-block-end: 0;
    margin-bottom: 0;
  }

  .cart-items__details {
    grid-area: details;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  .cart-items__details > * + *,
  .cart-items__bundle li {
    margin-block-start: var(--margin-3xs);
  }

  .cart-items__details * {
    font-size: var(--font-size--sm);
  }

  .cart-items__details a {
    text-decoration: none;
  }

  .cart-items__title {
    font-size: var(--font-size--md);
    color: var(--color-foreground);
    text-transform: var(--product-title-case);
    display: block;
    margin-block-start: calc((var(--font-size--md) - 1lh) / 2);
  }

  .cart-items__variants {
    display: block;
  }


  .cart-items__variant {
    display: inline;
  }

  .cart-items__variant dt,
  .cart-items__variant dd {
    display: inline;
    margin: 0;
  }

  .cart-items__quantity {
    grid-area: quantity;
    margin-block-start: var(--margin-xs);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xs);
    width: fit-content;
  }

  .cart-items__quantity-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xs);
    width: fit-content;
  }

  .cart-items__quantity-controls > .volume-pricing-info {
    margin-inline-start: calc(-1 * var(--minimum-touch-target) - var(--gap-xs));
  }

  .cart-items__quantity .quantity-selector {
    display: inline-flex;
    font-size: var(--font-size--sm);
    height: auto;
  }

  .cart-items__remove {
    background-color: transparent;
    color: var(--color-foreground);
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    justify-content: center;
    box-shadow: none;
    padding: 0;
  }

  .cart-items__media {
    grid-area: media;
    padding: 0;
  }

  .cart-items__select-cell {
    grid-area: select;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    align-self: center;
  }

  .cart-items__select {
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
    accent-color: var(--color-foreground);
    margin: 0;
  }

  .cart-items__table-row--unselected {
    opacity: 0.5;
  }

  .cart-items__price {
    grid-area: price;
    min-height: unset;
    min-width: var(--cart-item-price-width);
    text-align: end;
    display: block;
    font-size: var(--font-size--sm);
    line-height: var(--line-height);
  }


  .cart-items__price-unit {
    font-size: var(--font-size--xs);
    padding-block-start: var(--padding-2xs);
  }

  .cart-items__media-container {
    display: flex;
    aspect-ratio: var(--ratio);
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .cart-items__media-image {
    aspect-ratio: inherit;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
  }

  .cart-items__empty-button {
    margin-top: var(--margin-md);
    margin-bottom: var(--margin-2xl);
    padding-inline: var(--padding-4xl);
    padding-block: var(--padding-lg);
  }

  /* Error message */
  .cart-items__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    grid-area: error;
    margin-block-start: var(--margin-xs);
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: opacity var(--drawer-animation-speed) var(--animation-easing),
      transform var(--drawer-animation-speed) var(--animation-easing);

    @starting-style {
      opacity: 0;
      transform: translateY(-0.5rem);
    }
  }

  .cart-item__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: var(--font-size--sm);
    padding-block: var(--padding-2xs);
  }

  .cart-item__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
    margin-block-start: var(--margin-3xs);
  }

  @container cart-items (min-width: 720px) {
    /* Cart page: original layout */
    .cart-items__table-row {
      --cart-item-price-width: 6rem;

      grid-template-columns: min-content 7.5rem 1fr 1fr minmax(var(--cart-item-price-width), auto);
      grid-template-rows: min-content 1fr;
      grid-template-areas:
        'select media details quantity price'
        'select media details error error';
    }

    .cart-items__quantity,
    .cart-items__price {
      grid-area: initial;
    }

    .cart-items__quantity {
      margin-top: 0;
    }

    .cart-items__price {
      min-height: var(--minimum-touch-target);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    /* Cart drawer: separate areas for variants and unit price */
    .cart-drawer .cart-items__table-row--full-width-variants {
      grid-template-rows: min-content min-content min-content 1fr;
      grid-template-areas:
        'select media details quantity price'
        'select media variants variants variants'
        'select media unit_price unit_price unit_price'
        'select media error error error';

      .cart-items__quantity,
      .cart-items__price {
        grid-area: initial;
      }
    }
  }

  .cart__subtotal-container,
  .cart__total-container {
    display: flex;
    flex-direction: column;
  }

  .cart__total-container {
    row-gap: var(--gap-2xs);

    &.cart__total-container--has-installments {
      row-gap: var(--gap-xs);
    }
  }

  .cart__subtotal-container:empty {
    display: none;
  }

  .cart__summary-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-block-start: none;

    &:has(> :first-child:not(.cart__subtotal-container, .cart__total-container)) {
      padding-block-start: 0;
      border-block-start: none;
    }

    @media screen and (min-width: 750px) {
      padding-block-start: 0;
    }
  }

  .cart__subtotal-container,
  .cart__subtotal-container * {
    font-size: var(--font-size--sm);
  }

  .cart__total {
    font-weight: var(--font-weight-bold);
  }

  .cart__total-label {
    font-size: var(--font-size--sm);
  }

  .cart__total-value {
    font-size: var(--font-size--xl);

    @media screen and (max-width: 749px) {
      font-size: var(--font-size--lg);
    }
  }

  .cart-primary-typography {
    font-family: var(--cart-primary-font-family);
    font-style: var(--cart-primary-font-style);
    font-weight: var(--cart-primary-font-weight);
  }

  .cart-secondary-typography {
    font-family: var(--cart-secondary-font-family);
    font-style: var(--cart-secondary-font-style);
    font-weight: var(--cart-secondary-font-weight);
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__additional-checkout-buttons {
    width: 100%;
  }

  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-inline-alignment: center;
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-row-gap: var(--checkout-button-gap, 10px);
  }

  /* Remove animation */
  .remove-icon-bottom,
  .remove-icon-top {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .cart-items__remove:hover .remove-icon-top {
    transform: translate(calc(-1 * var(--icon-stroke-width)), var(--icon-stroke-width)) rotate(-15deg);
  }

  .cart-items__remove:is(:hover, :active) .remove-icon-bottom {
    transform: translateY(var(--icon-stroke-width));
  }

  .cart-items__table-row.removing .remove-icon-bottom {
    transform: translateY(0);
  }

  .cart-items__table-row.removing .remove-icon-top {
    animation: removeButtonClickedIconTop var(--animation-speed) var(--animation-easing) forwards;
  }

  @keyframes removeButtonClickedIconTop {
    50% {
      transform: translate(0, calc(-1 * var(--icon-stroke-width)));
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .cart-items__properties {
    display: block;
    margin-block-start: var(--margin-2xs);
  }

  .cart-items__property {
    display: block;
  }

  .cart-items__properties dt,
  .cart-items__properties dd {
    display: inline;
    margin: 0;
    overflow-wrap: break-word;
  }

  .cart-items__save-later.save-for-later__move-btn {
    padding-inline: var(--padding-xs);
    white-space: normal;
  }

  @media screen and (min-width: 750px) {
    .cart-items__save-later.save-for-later__move-btn {
      padding-inline: var(--padding-sm);
      white-space: nowrap;
    }

    .cart-items .quantity-selector {
      --quantity-selector-width: 105px;
      --quantity-selector-button-size: var(--button-size-md);
      height: var(--button-size-md);
      width: var(--quantity-selector-width);
    }
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-items__empty-button,
      .cart__checkout-button {
        view-transition-name: cart-drawer-primary-action;

        & > .button-text {
          view-transition-name: cart-drawer-primary-action-text;
        }
      }
    }
  }

  ::view-transition-old(cart-drawer-primary-action-text),
  ::view-transition-new(cart-drawer-primary-action-text) {
    height: 100%;
    object-fit: none;
    overflow: clip;
    overflow-clip-margin: 1em;
  }

  ::view-transition-old(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) reverse forwards;
  }
  ::view-transition-new(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) forwards;
  }

  ::view-transition-old(cart-drawer-primary-action),
  ::view-transition-new(cart-drawer-primary-action) {
    height: 100%;
  }

  ::view-transition-group(cart-drawer-primary-action-text),
  ::view-transition-group(cart-drawer-primary-action) {
    animation-duration: var(--spring-d300-b0-duration);
    animation-timing-function: var(--spring-d300-b0-easing);
  }

  @keyframes cart-drawer-primary-action-text {
    from {
      filter: blur(3px);
      opacity: 0;
    }
    to {
      filter: none;
      opacity: 1;
    }
  }
/* END_SNIPPET:cart-products */

/* START_SNIPPET:cart-summary (INDEX:289) */
.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-block: 1px solid var(--color-border);
    padding-block: 0;
    margin-block-start: var(--margin-3xs);
  }

  .cart-actions__divider {
    border-block-start: 1px solid var(--color-border);
  }

  .cart-totals:not(:has(.cart-actions)) {
    margin-block-start: var(--margin-3xs);
    border-block-start: 1px solid var(--color-border);
    padding-block-start: var(--margin-xl);
  }

  .cart-totals__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-totals__tax-note {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .cart-totals__tax-note small {
    font-size: var(--font-size--2xs);
  }

  .cart-discounts {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .cart-discounts__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-discounts__label {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .cart-discounts__label svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    display: inline-block;
  }

  .cart-totals__original-container,
  .cart-totals__container {
    display: flex;
    flex-direction: column;
  }

  .cart-totals__container {
    row-gap: var(--gap-2xs);

    &.cart-totals__container--has-installments {
      row-gap: var(--gap-xs);
    }
  }

  .cart-totals__original-container:empty {
    display: none;
  }

  .cart-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-block-start: none;

    &:has(> :first-child:not(.cart-totals__original-container, .cart-totals__container)) {
      padding-block-start: 0;
      border-block-start: none;
    }

    @media screen and (min-width: 750px) {
      padding-block-start: 0;
    }
  }

  .cart-totals__original-container,
  .cart-totals__original-container * {
    font-size: var(--cart-font-size--sm);
  }

  .cart-totals__total {
    align-items: baseline;
    font-weight: var(--font-weight-bold);
  }

  .cart-totals__total-label {
    font-size: var(--cart-font-size--sm);
  }

  .cart-totals__total-value {
    font-size: var(--cart-font-size--xl);

    @media screen and (max-width: 749px) {
      font-size: var(--font-size--lg);
    }
  }

  .cart-totals__installments {
    color: var(--color-foreground);
    font-size: var(--font-size--2xs);
  }

  .cart-note {
    width: 100%;
  }

  @starting-style {
    .cart-note[open-by-default-on-desktop][open-by-default-on-mobile] .details-content {
      block-size: auto;
      opacity: 1;
      overflow-y: visible;
    }
  }

  .cart-note__inner {
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  .cart-note__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-note__summary:hover {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .cart-note__label {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-2xs);
    font-size: var(--font-size--2xs);
    font-weight: 500;
  }

  .cart-note__instructions {
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border-width: var(--style-border-width-inputs);
    border-color: var(--color-input-border);
    transition: box-shadow var(--animation-speed) ease;
    box-shadow: var(--input-box-shadow);
    min-height: 5.5rem;
    min-width: 100%;
    max-width: 100%;
    font-size: var(--font-size--sm);
    padding: max(4px, calc(var(--style-border-radius-inputs) * (1 - cos(45deg))));
  }

  .cart-totals__icon {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    margin: 0;
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__ctas .cart__checkout-button {
    width: 100%;
    height: clamp(25px, var(--height-buy-buttons), 55px);
    padding-inline: var(--padding-4xl);
    background-color: #234637 !important;
    color: #ffffff !important;
    border-color: #234637 !important;
  }

  .cart-drawer__summary .cart-totals:not(:has(.cart-totals__original-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-discount__input {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    border-width: var(--style-border-width-inputs);
    border-color: var(--color-input-border);
    border-style: solid;
    border-radius: var(--style-border-radius-inputs);
    padding: var(--padding-sm) var(--padding-md);
    height: 100%;
    flex-grow: 1;
    min-width: 0;
    font-size: var(--font-size--sm);
  }

  .cart-discount__input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text));
  }

  .cart-discount__pill-code {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
  }

  .cart-discount {
    width: 100%;
  }

  .cart-discount__codes {
    display: none;
    gap: var(--padding-xs);
    flex-wrap: wrap;
    list-style: none;
    padding-inline: 0;
    margin: 0;
  }

  .cart-discount__codes:has(.cart-discount__pill) {
    display: flex;
  }

  .cart-discount__button {
    height: 100%;
  }

  .cart-discount__content {
    height: calc(var(--button-size) + var(--padding-2xs) + var(--padding-sm));
  }

  .cart-discount__pill {
    display: flex;
    color: var(--color-foreground);
    gap: var(--padding-xs);
    align-items: center;
    padding: var(--padding-xs) var(--padding-sm);
    border-radius: var(--style-border-radius-pills);
    background-color: var(--color-input-background);
    text-transform: uppercase;
  }

  .cart-discount__form {
    display: flex;
    gap: var(--padding-md);
    align-items: center;
    height: 100%;
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  :is(.cart-discount__pill-remove, .cart-discount__pill-remove:hover) {
    --close-icon-opacity: 0.4;

    color: var(--color-foreground);
    background-color: transparent;
    pointer-events: all;
    cursor: pointer;
    height: 100%;
  }

  .cart-discount__error {
    display: flex;
    align-items: center;
    width: 100%;
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  .cart-discount__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
  }

  .cart-discount__error-text {
    margin-block-start: var(--margin-3xs);
  }

  .cart-discount__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-discount__summary:hover {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .cart-discount__label {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-2xs);
    font-size: var(--font-size--2xs);
    font-weight: 500;
  }

  @media screen and (min-width: 750px) {
    .cart-summary--extend {
      height: 100%;
    }
  }
/* END_SNIPPET:cart-summary */

/* START_SNIPPET:collection-card (INDEX:291) */
.collection-card {
    --fixed-card-height: var(--height-small);

    flex: 1 1 var(--card-width-small);
  }

  .collection-card > svg {
    height: 100%;
    width: 100%;
    aspect-ratio: var(--ratio);
  }

  .collection-card--image-bg .collection-card__inner {
    height: 100%;
  }

  .collection-card__inner {
    gap: var(--gap);

    a,
    button {
      pointer-events: auto;
    }
  }

  /* allow all blocks to be selectable in editor preview */
  .shopify-design-mode .collection-card__content * {
    pointer-events: auto;
  }

  .collection-card__content {
    max-width: 100%;
    --flex-wrap: wrap;
  }

  /* Nested image block rules */

  .collection-card.collection-card--image-bg {
    aspect-ratio: var(--ratio);
  }

  .collection-card.collection-card--image-bg .collection-card__content {
    padding: var(--padding-lg);
  }

  .collection-card--image-height-fixed {
    height: 100%;
  }

  /* Bento layout rules */
  .collection-card--image-height-fixed .collection-card__image {
    height: var(--fixed-card-height);
    width: 100%;
  }

  .collection-card--image-height-fixed.collection-card--image-bg {
    height: var(--fixed-card-height);
    aspect-ratio: unset;
  }

  .collection-card__image .resource-image__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .collection-card--image-bg .collection-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .collection-card__image svg {
    height: 100%;
    width: 100%;
  }

  .resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio {
    &.collection-card.collection-card--image-bg,
    &.collection-card .placeholder-svg {
      aspect-ratio: 99;
    }
  }
/* END_SNIPPET:collection-card */

/* START_SNIPPET:divider (INDEX:293) */
.divider {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: var(--divider-justify-content);
  }

  .divider__line {
    border-bottom: var(--divider-border-thickness) solid var(--color-border);
    border-right: var(--divider-border-thickness) solid var(--color-border);
    border-radius: calc(var(--style-border-radius-sm) * var(--divider-border-rounded));
    flex-basis: var(--divider-flex-basis);
    min-height: var(--divider-flex-basis);
  }
/* END_SNIPPET:divider */

/* START_SNIPPET:editorial-blog-grid (INDEX:294) */
.editorial-blog__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    .shopify-block {
      height: 100%;
    }
  }

  .editorial-blog__spacer {
    aspect-ratio: 1;
  }

  @media screen and (max-width: 749px) {
    .editorial-blog__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-blog__spacer {
      display: none;
    }

    /* Mobile layout - also horizontally mirrored from collection grid */
    .editorial-blog__item-0 {
      width: 66%;
      align-self: flex-end; /* Originally flex-start, now flex-end */
    }

    .editorial-blog__item-1 {
      width: 83%;
      align-self: flex-start; /* Originally flex-end, now flex-start */
    }

    .editorial-blog__item-2 {
      width: 83%;
      align-self: flex-end; /* Originally flex-start, now flex-end */
    }

    .editorial-blog__item-3 {
      width: 100%;
      align-self: center; /* Stays centered */
    }
  }
/* END_SNIPPET:editorial-blog-grid */

/* START_SNIPPET:editorial-collection-grid (INDEX:295) */
.editorial-collection__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    .resource-list__item,
    .collection-card {
      height: 100%;
    }
  }

  .editorial-collection__spacer {
    aspect-ratio: 1;
  }

  @media screen and (max-width: 749px) {
    .editorial-collection__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-collection__spacer {
      display: none;
    }

    .editorial-collection__item-0 {
      width: 66%;
      align-self: flex-start;
      aspect-ratio: 4 / 5;
    }

    .editorial-collection__item-1 {
      width: 83%;
      align-self: flex-end;
      aspect-ratio: 5 / 5;
    }

    .editorial-collection__item-2 {
      width: 83%;
      align-self: flex-start;
      aspect-ratio: 8 / 6;
    }

    .editorial-collection__item-3 {
      width: 100%;
      align-self: center;
      aspect-ratio: 8 / 6;
    }
  }
/* END_SNIPPET:editorial-collection-grid */

/* START_SNIPPET:editorial-product-grid (INDEX:296) */
.editorial-product__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    /* Make the aspect ratio super high on width, then increase the height of
     * slideshow containers until they fill all the available space */
    .card-gallery {
      /* stylelint-disable-next-line declaration-no-important */
      --gallery-aspect-ratio: 99 !important;
    }

    .card-gallery,
    slideshow-component,
    slideshow-container,
    slideshow-slides,
    .product-media__image {
      height: 100%;
    }
  }

  .editorial-product__spacer {
    aspect-ratio: 1;
  }

  @media screen and (max-width: 749px) {
    .editorial-product__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-product__spacer {
      display: none;
    }

    .editorial-product__item-0 {
      width: 83%;
      align-self: flex-start;
      aspect-ratio: 7 / 6;
    }

    .editorial-product__item-1 {
      width: 83%;
      align-self: flex-end;
      aspect-ratio: 4 / 5;
    }

    .editorial-product__item-2 {
      width: 66%;
      align-self: flex-start;
      aspect-ratio: 5 / 5;
    }

    .editorial-product__item-3 {
      width: 100%;
      aspect-ratio: 8 / 6;
    }
  }
/* END_SNIPPET:editorial-product-grid */

/* START_SNIPPET:filter-remove-buttons (INDEX:297) */
/* Facets - Remove buttons */
  .facets-remove {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;

    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap-xs);
    padding: 0 var(--drawer-padding);
    margin: 0;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 16px;
      --variant-picker-swatch-height: 16px;

      gap: var(--gap-2xs);
    }
  }

  .facets-remove:has(facet-remove-component) {
    display: flex;
    margin-block-start: var(--margin-2xs);
    margin-block-end: var(--margin-md);
  }

  .facets:not(.facets--drawer) .facets-remove--mobile-and-vertical {
    @media screen and (min-width: 750px) {
      padding: 0;
    }
  }

  .facets--horizontal .facets-remove--mobile-and-vertical {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-remove__pill {
    .svg-wrapper,
    .swatch {
      flex-shrink: 0;
    }
  }

  .facets--horizontal .facets-remove {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }
/* END_SNIPPET:filter-remove-buttons */

/* START_SNIPPET:gift-card-recipient-form-styles (INDEX:302) */
.recipient-form {
    --options-border-radius: var(--variant-picker-button-radius);
    --options-border-width: var(--variant-picker-button-border-width);

    display: flex;
    flex-direction: column;
    padding-bottom: var(--padding-2xl);
  }

  .recipient-form__send-to {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .gift-card-form-option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    padding: 0;
    border: none;
  }

  .gift-card-form-option__button-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--style-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    border-width: var(--options-border-width);
    overflow: clip;
    justify-content: center;
    min-width: auto;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label:has(:focus-visible) {
    --variant-picker-stroke-color: var(--color-foreground);

    border-color: var(--color-foreground);
    outline: var(--focus-outline-width) solid var(--color-foreground);
    outline-offset: var(--focus-outline-offset);
  }

  .gift-card-form-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    background-color: var(--color-selected-variant-background);
    border-color: var(--color-selected-variant-border);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-selected-variant-hover-background);
      border-color: var(--color-selected-variant-hover-border);
      color: var(--color-selected-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .recipient-fields {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    transition: opacity 0.3s var(--animation-easing);
    padding-block-start: var(--padding-xl);
  }

  .recipient-fields[hidden] {
    display: none;
  }

  .field--send-on {
    display: flex;
    flex-direction: column;
  }

  .recipient-form__message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-sm);
    margin-top: var(--margin-sm);
  }

  .recipient-form-field-label {
    position: absolute;
    left: var(--padding-sm);
    bottom: var(--padding-sm);
    font-style: italic;
    color: var(--color-input-text);
  }

  .recipient-fields__textarea {
    min-height: 5.5rem;
    overflow-y: auto;

    /* Space for the character count */
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  .recipient-fields__input {
    flex-grow: 1;
    transition: background-color var(--animation-speed) ease, border-color var(--animation-speed) ease;
    padding: var(--input-padding);
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    text-align: left;
    font-size: var(--font-paragraph--size);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    &:autofill {
      background-color: var(--color-input-background);
      color: var(--color-input-text);
    }

    &:is(:focus, :hover) {
      background-color: var(--color-input-hover-background);
    }

    &:is(:focus) {
      outline-color: var(--color-input-background);
    }
  }

  /* Date picker calendar icon
   * Safari doesn't show the icon and Firefox correctly applies the color from the input field.
   * Webkit browsers need the mask-image trick to use the correct icon color.
   */
  .field--send-on .recipient-fields__input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath d='M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: none;
    background-color: currentColor;
    mask-type: match-source;
  }

  /* For Webkit browsers - text cursor for input area */
  .field--send-on .recipient-fields__input::-webkit-datetime-edit {
    cursor: text;
  }

  .field--send-on .recipient-fields__input::-webkit-datetime-edit-year-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-month-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-day-field {
    /* Override the disabled color */
    color: var(--color-input-text);
  }

  /* Fallback for other browsers */
  .field--send-on .recipient-fields__input {
    cursor: text;
  }

  /* For Firefox - entire field is clickable, so show pointer */
  @supports (-moz-appearance: none) {
    .field--send-on .recipient-fields__input {
      cursor: pointer;
    }
  }
/* END_SNIPPET:gift-card-recipient-form-styles */

/* START_SNIPPET:grid-density-controls (INDEX:304) */
.column-options-wrapper {
    --icon-offset: -3px;

    display: flex;
    gap: var(--gap-sm);
    min-width: fit-content;
    justify-content: flex-end;
    height: var(--minimum-touch-target);
    align-items: center;
    margin-right: var(--icon-offset);
  }

  .column-options-wrapper:only-child {
    margin-left: auto;
  }

  .facets__form-wrapper > .column-options-wrapper:first-child {
    margin-left: auto;
  }

  .facets .column-options-wrapper {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .column-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs);
    margin: 0;
    padding: 0;
    border: none;

    @media screen and (min-width: 750px) {
      gap: var(--gap-2xs);
    }
  }

  .column-options__option {
    display: none;
    position: relative;
  }

  .column-options__option:has(.column-picker-mobile--single),
  .column-options__option:has(.column-picker-mobile--double) {
    @media screen and (max-width: 749px) {
      display: flex;
    }
  }

  .column-options__option:has(.column-picker--default),
  .column-options__option:has(.column-picker--zoom-out) {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  /* Override base rule for grid density controls - only when visible */
  .column-options-wrapper .column-options__option:has(input[type="radio"]):has(.column-picker-mobile--single),
  .column-options-wrapper .column-options__option:has(input[type="radio"]):has(.column-picker-mobile--double) {
    @media screen and (max-width: 749px) {
      display: flex;
    }
  }

  .column-options-wrapper .column-options__option:has(input[type="radio"]):has(.column-picker--default),
  .column-options-wrapper .column-options__option:has(input[type="radio"]):has(.column-picker--zoom-out) {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .column-options__legend {
    padding: 0;
    margin: 0;
  }

  .column-options__option-input {
    /* this is a repeating pattern a bit with the variant picker buttons */

    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    aspect-ratio: unset;
    border: none;
    border-radius: 0;
    background: transparent;
    appearance: auto;
    display: block;
    cursor: pointer;
  }

  .column-picker {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
    padding: var(--padding-2xs);
    border-radius: var(--style-border-radius-xs);
    transition: background-color var(--animation-speed) ease, color var(--animation-speed) ease;
  }

  .column-options__option:hover .column-picker {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .column-options__option-input:checked ~ .column-picker {
    color: rgb(var(--color-foreground-rgb));
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }
/* END_SNIPPET:grid-density-controls */

/* START_SNIPPET:group (INDEX:305) */
.group-block__link {
    position: absolute;
    inset: 0;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }

  .group-block-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
  }

  .group-block-content > :last-child {
    margin-top: auto;
  }
/* END_SNIPPET:group */

/* START_SNIPPET:header-actions (INDEX:306) */
.header {
    --account-offset-top: calc(
      var(--header-group-height) + (var(--header-height) * var(--transparent-header-offset-boolean))
    );

    &[data-sticky-state='active'] {
      --account-offset-top: calc(var(--header-height) - 1px);
    }
  }

  .account-button {
    /* Remove the background color from the color scheme, we want to inherit the color of the header */
    background: transparent;
  }

  .account-button__icon,
  .account-button__text {
    color: var(--color-account-icon);
    transition: color var(--header-content-transition-timing);
    -webkit-font-smoothing: antialiased;
  }

  shopify-account {
    --shopify-account-font-heading: var(--font-heading--family);
    --shopify-account-font-heading-weight: var(--font-heading--weight);
    --shopify-account-font-body: var(--font-body--family);
    --shopify-account-font-body-weight: var(--font-body--weight);
    --shopify-account-radius-base: var(--style-border-radius-popover);
    --shopify-account-radius-button: var(--style-border-radius-buttons-primary);
    --shopify-account-radius-button-small: var(--style-border-radius-buttons-primary);
    --shopify-account-radius-input: var(--style-border-radius-buttons-primary);
    --shopify-account-color-background: var(--color-background);
    --shopify-account-color-text: var(--color-foreground);
    --shopify-account-color-accent: var(--color-primary-button-background);
    --shopify-account-color-accent-text: var(--color-primary-button-text);
    --shopify-account-dialog-position-top: var(--account-offset-top);

    &:not(:defined) {
      min-width: 44px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* Match the line height of the other buttons */
      line-height: normal;
    }
  }

  .account-button__fallback {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--shopify-account-color-accent, #0a142f);
  }

  .account-button--text shopify-account {
    color: inherit;
  }

  .cart-drawer {
    --cart-drawer-padding: var(--padding-xl) var(--padding-xl);
    --cart-drawer-padding-desktop: var(--padding-xl) var(--padding-2xl);

    @media screen and (min-width: 750px) {
      margin-inline-end: calc(var(--gap-xs) * -1);
    }
  }

  @media screen and (min-width: 750px) {
    .cart-drawer--text {
      display: flex;
      align-items: center;
    }
  }

  .cart-drawer__dialog {
    position: fixed;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);

    @media screen and (min-width: 750px) {
      width: var(--sidebar-width);
      max-width: 95vw;
    }
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 100dvh;
    overflow-y: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
    overflow: hidden;
  }

  .cart-drawer__content {
    height: calc(100% - var(--header-height));
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: var(--color-background);
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    margin-bottom: 0;
  }

  .cart-drawer__close-button {
    margin-right: calc(var(--padding-sm) * -1);
    top: var(--margin-sm);

    @media screen and (max-width: 749px) {
      top: var(--margin-2xs);
    }
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    min-height: auto;
  }

  .cart-drawer--empty .cart-drawer__heading {
    margin-bottom: var(--margin-md);
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: var(--padding-lg);

    position: sticky;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-xl);
    padding: var(--cart-drawer-summary-padding);
    margin-top: auto;
    background-color: var(--color-background);
    /* stylelint-disable-next-line color-named */
    mask-image: linear-gradient(to bottom, transparent, black var(--cart-drawer-summary-padding));

    @media screen and (min-width: 750px) {
      --cart-drawer-summary-padding: var(--padding-2xl);
    }
  }

  .cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__summary {
    position: static;
    mask-image: none;
  }

  .cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__items {
    overflow: unset;
  }

  .cart-actions summary {
    padding-inline: 0;
    padding-block: var(--padding-sm);
    line-height: 1.2;
    min-height: var(--minimum-touch-target);
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__subtotal-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer__heading--empty {
    display: flex;
    justify-content: center;
  }

  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: var(--cart-drawer-padding);
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer--empty .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: 0;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-drawer__content {
    justify-content: center;
  }

  .cart-drawer__header {
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--cart-drawer-padding);
    padding-block-end: var(--padding-xs);
    border-bottom: var(--style-border-width) solid none;
    position: sticky;
    top: 0;
    z-index: 1;

    @media screen and (min-width: 750px) {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer--empty .cart-drawer__header {
    justify-content: right;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  header-actions {
    display: flex;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
      gap: 2px;
    }
  }

  @media screen and (min-width: 750px) {
    .header-actions--text {
      gap: var(--gap-xl);
    }

    .header-actions__text-style {
      font-size: var(--header-actions-font-size);
      font-family: var(--header-actions-font-family);
      font-weight: var(--header-actions-font-weight);
      text-transform: var(--header-actions-text-case);
    }
  }

  #header-component[data-menu-style='drawer'] header-actions {
    justify-self: flex-end;
  }

  .header__column--right header-actions {
    margin-inline-start: 0;

    @media screen and (max-width: 749px) {
      /* Keep actions aligned to their mobile grid area */
      margin-inline-start: 0;
    }
  }

  .header-actions__cart-icon {
    --cart-bubble-size: 20px;
    --cart-bubble-top: 4.5px;
    --cart-bubble-right: 2.5px;

    position: relative;
  }

  .header-actions__cart-icon .cart-bubble {
    position: absolute;
    width: var(--cart-bubble-size, 20px);
    top: var(--cart-bubble-top);
    right: var(--cart-bubble-right);
  }

  @media screen and (min-width: 750px) {
    .header-actions__cart-icon--text.header-actions__cart-icon .cart-bubble {
      position: relative;
      top: 0;
    }
  }

  .cart-drawer__heading .cart-bubble {
    width: fit-content;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-drawer__heading .cart-bubble[data-maintain-ratio] {
    width: min(1lh, 22px);
    height: min(1lh, 22px);
  }

  .header-actions__cart-icon .cart-bubble__text,
  .cart-drawer__heading .cart-bubble__text {
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
  }

  .header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    /* Create donut mask where the cart bubble sits */
    mask: radial-gradient(
      calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top),
      transparent 45.45%,
      #fff 45.45%,
      #fff 100%
    );
  }

  .cart-drawer__heading .cart-bubble .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-drawer__heading .cart-bubble__text {
    color: var(--color-foreground);
    font-size: clamp(var(--font-size--3xs), 0.75em, var(--font-size--xs));
  }

  .cart-bubble.cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    --start-y: -1em;
    --start-opacity: 1;
    /* Set initial transform state before animation starts */
    transform: translate(0, var(--start-y, -1em));
    opacity: var(--start-opacity, 1);
    animation: move-and-fade var(--animation-speed) var(--animation-easing);
  }

  cart-icon:has(.cart-bubble__text-count:empty) {
    --cart-bubble-size: 10px;
    --cart-bubble-top: 9px;
    --cart-bubble-right: 9px;

    .svg-wrapper {
      --cart-bubble-top: 4px;
      --cart-bubble-right: 4px;
    }
  }

  @media screen and (min-width: 750px) {
    cart-icon.header-actions__cart-icon--text:has(.cart-bubble__text-count:empty) {
      --cart-bubble-right: 2.5px;
    }
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-drawer__close-button {
        view-transition-name: cart-drawer-close-button;
      }
    }
  }

  :active-view-transition {
    .cart-drawer__header,
    .cart-drawer__content {
      background: transparent;
    }
  }

  ::view-transition-old(cart-drawer-content) {
    transform-origin: 50% 33%;
    animation: cart-contents-old var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  ::view-transition-new(cart-drawer-content) {
    transform-origin: top center;
    animation: cart-contents-new var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  @keyframes cart-contents-old {
    to {
      scale: 0.92;
      opacity: 0;
    }
  }

  @keyframes cart-contents-new {
    from {
      scale: 1.05;
      translate: 0 128px;
      filter: blur(1px);
      opacity: 0;
    }
  }
  .header-actions__text {
    display: flex;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .header-actions__cart-icon--text {
      display: flex;
      align-items: center;
      gap: var(--gap-xs);
    }

    .header__column--right .header-actions--text {
      margin-inline-start: 0;
    }
  }

  .cart-drawer__saved-items {
    display: none;
    padding-inline: var(--cart-drawer-padding);
    padding-block: var(--padding-lg);
    border-top: var(--style-border-width) solid var(--color-border);
  }

  .cart-drawer__saved-items.is-populated {
    display: block;
  }

  @media screen and (min-width: 750px) {
    .cart-drawer__saved-items {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .save-for-later {
    padding-block: var(--padding-lg);
  }

  .save-for-later__heading {
    font-size: var(--font-size--sm);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--margin-sm);
  }

  .save-for-later__list {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
  }

  .save-for-later__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap-sm);
    padding: var(--padding-sm);
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-10));
    border-radius: var(--style-border-radius-input);
    font-size: var(--font-size--sm);
  }

  .save-for-later__item-media-link {
    flex-shrink: 0;
    display: block;
  }

  .save-for-later__item-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: var(--style-border-radius-input);
    display: block;
  }

  .save-for-later__item-info {
    flex: 1;
    min-width: 0;
  }

  .save-for-later__item-link {
    text-decoration: none;
    color: var(--color-foreground);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .save-for-later__item-actions {
    display: flex;
    gap: var(--gap-2xs);
  }

  .save-for-later__move-btn,
  .save-for-later__remove-btn {
    font-size: var(--font-size--xs);
    padding: var(--padding-2xs) var(--padding-xs);
    height: auto;
    min-height: 32px;
  }
/* END_SNIPPET:header-actions */

/* START_SNIPPET:header-drawer (INDEX:307) */
.header__icon--menu {
    position: initial;
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
  }

  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__featured-content {
    z-index: var(--layer-base);
    container-type: inline-size;
  }

  .menu-drawer__featured-content--childlist {
    z-index: var(--layer-flat);
  }

  .menu-drawer__featured-content-list {
    display: flex;
    gap: 1em;
    overflow-x: auto;
    padding-block-end: var(--padding-lg);
  }

  .menu-drawer__featured-content-list-item {
    flex: 0 0 auto;
  }

  .menu-drawer__featured-content-list-item--product {
    width: 35cqi;
  }

  .menu-drawer__featured-content-list-item--collection img.resource-card__image {
    width: 80cqi;
  }

  .menu-drawer__featured-content-list-item:first-child {
    margin-inline-start: var(--margin-xl);
  }

  .menu-drawer__featured-content-list-item:last-child {
    margin-inline-end: var(--margin-xl);
  }

  .menu-drawer__navigation {
    padding: 0;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  details:not(.menu-open) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details.menu-open .header__icon--menu .header-drawer-icon--close {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  details.menu-open .header__icon--menu .header-drawer-icon--open {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .menu-drawer {
    position: fixed;
    transform: translateX(-100%);
    visibility: hidden;
    height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    z-index: var(--layer-menu-drawer);
    left: 0;
    top: 0;
    padding: 0;
    background-color: var(--color-background);
    overflow: auto;
    display: flex;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      width: 25rem;
    }
  }

  @media screen and (max-width: 749px) {
    .menu-drawer-container .header__icon--summary {
      position: relative;
      z-index: calc(var(--layer-menu-drawer) + 2);
      pointer-events: auto;
    }

    .menu-drawer {
      top: var(--header-height);
      left: 0;
      right: 0;
      width: 100%;
      max-width: none;
      height: auto;
      max-height: min(70dvh, 34rem);
      border-right: none;
      border-top: var(--style-border-drawer);
      border-bottom: var(--style-border-drawer);
      box-shadow: var(--shadow-popover);
      transform: translateY(-10px);
      opacity: 0;
      z-index: calc(var(--layer-menu-drawer) + 1);
    }

    .menu-open > .menu-drawer {
      transform: translateY(0);
    }

    #Details-menu-drawer-container[open] > .menu-drawer {
      transform: translateY(0);
      visibility: visible;
      opacity: 1;
      display: flex;
    }

    #Details-menu-drawer-container[open] > summary[aria-expanded='false'] ~ .menu-drawer {
      transform: translateY(-10px);
      visibility: hidden;
      opacity: 0;
      display: flex;
    }

    .menu-drawer__backdrop {
      display: none;
    }

    .menu-drawer > .menu-drawer__close-button {
      display: none;
    }
  }

  /* When opening a submenu we don't want the first-level menu to be scrollable, so we reset the overflow  */
  .menu-drawer.menu-drawer--has-submenu-opened {
    overflow: initial;
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    backdrop-filter: brightness(0.75);
    z-index: var(--layer-heightened);
    opacity: 0;
    transition: opacity var(--drawer-animation-speed) ease;

    .menu-open & {
      opacity: 1;
    }
  }

  .menu-drawer,
  details[open] > .menu-drawer__submenu {
    transition: transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease,
      opacity var(--drawer-animation-speed) ease;
  }

  .menu-open > .menu-drawer,
  .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist) {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
  }

  .menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%;
  }

  .menu-drawer__inner-submenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  .menu-drawer__nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu {
    --menu-drawer-inline-padding: calc(var(--padding-sm) + 7px);

    list-style: none;
    padding-inline: var(--drawer-padding);
    margin-inline: 0;
    margin-block-start: 0;
  }

  .menu-drawer__menu--grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding-sm);
    padding-inline-end: var(--menu-drawer-inline-padding);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
    flex-grow: 1;
    padding-inline-start: calc(var(--drawer-padding) + 1.25rem);
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
    margin-block-end: var(--margin-xs);

    @media screen and (min-width: 750px) {
      margin-block-end: 2.5rem;
    }
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__list-item--deep:not(.menu-drawer__list-item--divider) .menu-drawer__menu {
    margin-block-start: -0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu {
    margin-block-start: -0.4rem;
  }

  .menu-drawer__menu-container--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu > .menu-drawer__list-item {
    display: flex;
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__list-item--deep .menu-drawer__list-item,
  .menu-drawer__list-item--flat .menu-drawer__list-item {
    min-height: auto;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
    margin-block-end: var(--margin-sm);

    @media screen and (min-width: 750px) {
      margin-block-end: var(--margin-lg);
    }
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat.menu-drawer__list-item--divider {
    margin-block-end: 0;
  }

  .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
    width: 100%;
    padding-inline: 0;
  }

  .menu-drawer-container[open] .menu-drawer__animated-element {
    animation: menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;
    animation-delay: calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index) - 1) * 0.1s);
    animation-fill-mode: backwards;
  }

  .menu-drawer__menu accordion-custom .details-content--no-animation {
    animation: none;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: none;
  }

  .menu-drawer__menu details,
  .menu-drawer__menu-item,
  .menu-drawer__menu accordion-custom {
    width: 100%;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__menu-item--mainlist {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    justify-content: space-between;

    &:hover {
      color: var(--menu-top-level-font-color);
    }
  }

  .menu-drawer__menu-item--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-font-color);
    }
  }

  .menu-drawer__menu-item--child {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);
    opacity: 0.75;
    padding-inline-start: 0;

    &::before {
      content: '–';
      margin-inline-end: 0.4em;
      opacity: 0.45;
      font-weight: 300;
    }

    &:hover {
      color: var(--menu-child-font-color);
      opacity: 1;
    }
  }

  .menu-drawer__menu--childlist summary.menu-drawer__menu-item {
    display: flex;
    width: 100%;
    padding-inline-end: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu,
  .menu-drawer__menu--grandchildlist {
    padding-inline: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    padding-block-end: 0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu--grandchildlist {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-2xs) 0;
    position: relative;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu-item:has(> .menu-drawer__link-image) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  /* Fix alignment for collection image mode links without images in drawer */

  /* Target menu items in grids that have images */
  .menu-drawer__menu--grid:has(.menu-drawer__link-image) .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image)) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__menu--grid:has(.menu-drawer__link-image)
    .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .menu-drawer__close-button {
    position: relative;
    right: auto;
    top: auto;
    width: fit-content;
    height: fit-content;
    color: inherit;
    padding: var(--padding-lg);
  }

  .menu-drawer__back-button {
    display: flex;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    border: none;
    align-items: center;
    color: var(--color-foreground);
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;
    line-height: 1.2;
    box-shadow: none;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /** Styles when the country selector is hidden */
  .menu-drawer .language-selector:not(.menu-drawer__submenu *) {
    width: fit-content;
    padding-inline-start: 0;

    .localization-form__select {
      text-align: left;
    }
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding-block: var(--padding-lg);
    padding-inline-start: var(--padding-xl);
    flex-shrink: 0;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item > .svg-wrapper {
    padding-block: var(--padding-md);
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__submenu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100dvh;
    left: 0;
    background-color: var(--color-background);
    z-index: var(--layer-flat);
    transform: translateX(-5%);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }

  .menu-drawer__back-button > .svg-wrapper {
    margin-right: var(--padding-md);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-block: auto var(--padding-sm);
    margin-inline-start: var(--padding-xl);
    background-color: rgb(var(--color-foreground) 0.03);
  }

  .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    text-decoration: none;
    height: 44px;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
  }

  .menu-drawer__account svg {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
  }

  .menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;

    margin-right: 0.55rem;
    margin-left: -0.45rem;
  }

  .menu-drawer__link-image,
  .menu-drawer__featured-product-image,
  .menu-drawer__featured-collection-image,
  .menu-drawer__featured-collection-link::before {
    border-radius: var(--menu-image-border-radius);
  }

  @keyframes menu-drawer-nav-open {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-0.5rem);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes menu-drawer-subnav-open {
    0% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-1rem);
    }
  }

  /* Drawer Localization Styles */
  .drawer-localization__button .icon-flag {
    width: var(--menu-localization-font-size, var(--icon-size-sm));
    height: var(--menu-localization-font-size, var(--icon-size-sm));
    clip-path: circle(50%); /* stylelint-disable-line */
    background-position: center;
    background-size: cover;
    margin-inline-end: 4px;
    position: relative;
  }

  .drawer-localization__button .icon-flag::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 var(--size-shadow) var(--color-shadow);
    border-radius: 50%;
  }

  .drawer-localization .country-filter {
    padding-block: 8px;
  }

  .drawer-localization .drawer-localization__button {
    display: flex;
    padding: 0;
    position: relative;
    text-decoration: none;
    height: 44px;

    &:hover {
      color: var(--color-foreground);
    }
  }

  .drawer-localization .drawer-localization__button .icon-caret {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: var(--padding-xl) var(--padding-xl) var(--padding-xl) var(--padding-xs);
  }

  .menu-drawer__localization:not(drawer-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }

  .menu-drawer__localization .language-selector.h5 {
    padding-inline-start: 0;
  }

  .drawer-localization {
    display: contents;
    color: var(--color-foreground);
  }

  .drawer-localization localization-form-component {
    position: relative;
    height: 100%;
  }

  .drawer-localization .mobile-localization,
  .drawer-localization .drawer-localization__button--label {
    display: flex;
    gap: var(--gap-xs);
    margin-block: 0;
    align-items: center;
  }

  .drawer-localization__button--label.h6 {
    font-family: var(--menu-localization-font);
  }

  .drawer-localization img {
    width: var(--icon-size-sm);
  }

  .drawer-localization .localization-button__icon,
  .drawer-localization .localization-button__icon svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .drawer-localization summary.is-disabled {
    pointer-events: none;
  }

  .drawer-localization .localization-wrapper {
    width: 100%;
  }

  .drawer-localization .localization-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .drawer-localization .localization-form > * {
    padding-inline: var(--padding-xl);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret {
    transform: translateY(-50%) rotate(0deg);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret svg {
    transform: none;
  }

  /* —— Mobile nav: compact popover panel (Radix-style) —— */
  @media screen and (max-width: 749px) {
    .header-drawer--mobile-popover .menu-drawer__backdrop {
      display: block;
      backdrop-filter: blur(8px) saturate(1.05);
      background: rgb(var(--color-foreground-rgb) / 0.12);
    }

    .header-drawer--mobile-popover .menu-drawer {
      left: max(0.5rem, env(safe-area-inset-left, 0px));
      right: auto;
      width: min(calc(100vw - 2rem), 340px);
      min-width: 220px;
      max-width: min(calc(100vw - 2rem), 340px);
      top: calc(var(--header-height) + 0.5rem);
      height: auto;
      max-height: min(calc(100dvh - var(--header-height) - 1.25rem), 32rem);
      border-radius: 0.625rem;
      border: 1px solid rgb(var(--color-border-rgb) / 0.55);
      border-right: 1px solid rgb(var(--color-border-rgb) / 0.55);
      box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.08),
        0 12px 32px -8px rgb(0 0 0 / 0.14);
      transform: translate3d(0, -8px, 0) scale(0.98);
      transform-origin: top left;
      overflow-x: hidden;
    }

    .header-drawer--mobile-popover details.menu-open > .menu-drawer {
      transform: translate3d(0, 0, 0) scale(1);
    }

    .header-drawer--mobile-popover #Details-menu-drawer-container[open] > summary[aria-expanded='false'] ~ .menu-drawer {
      transform: translate3d(0, -8px, 0) scale(0.98);
    }

    .header-drawer--mobile-popover .menu-drawer__navigation {
      padding: var(--padding-sm) var(--padding-md);
    }

    .header-drawer--mobile-popover .menu-drawer__submenu {
      height: 100%;
      max-height: 100%;
      overflow: hidden;
    }

    .header-drawer--mobile-popover .menu-drawer__inner-submenu {
      height: 100%;
      overflow-y: auto;
      overscroll-behavior: contain;
    }

    /* Even vertical rhythm: remove staggered enter animation and list-item margins */
    .header-drawer--mobile-popover .menu-drawer-container[open] .menu-drawer__animated-element,
    .header-drawer--mobile-popover details.menu-open .menu-drawer__animated-element {
      animation: none;
      animation-delay: 0s;
      animation-fill-mode: none;
      opacity: 1;
      transform: none;
    }

    .header-drawer--mobile-popover .menu-drawer__menu.has-submenu,
    .header-drawer--mobile-popover .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
      margin-block: 0;
      padding-inline: 0;
      padding-block: 0;
      display: flex;
      flex-direction: column;
      gap: 0.125rem;
    }

    .header-drawer--mobile-popover .menu-drawer__submenu .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
      flex-grow: 0;
    }

    .header-drawer--mobile-popover .menu-drawer__menu > .menu-drawer__list-item,
    .header-drawer--mobile-popover .menu-drawer__menu .menu-drawer__list-item--flat,
    .header-drawer--mobile-popover .menu-drawer__menu .menu-drawer__list-item--deep,
    .header-drawer--mobile-popover .menu-drawer__menu--childlist .menu-drawer__list-item,
    .header-drawer--mobile-popover .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
      min-height: 0;
      margin-block: 0;
      margin-block-end: 0;
    }

    .header-drawer--mobile-popover .menu-drawer__menu > .menu-drawer__list-item {
      display: block;
    }

    .header-drawer--mobile-popover .menu-drawer__menu .menu-drawer__list-item--flat {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0.125rem;
    }

    .header-drawer--mobile-popover .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
      margin-block-start: 0.125rem;
      padding-inline: 0;
      padding-block: 0;
      gap: 0.125rem;
    }

    .header-drawer--mobile-popover .menu-drawer__menu accordion-custom {
      margin: 0;
      display: block;
    }

    .header-drawer--mobile-popover .menu-drawer__menu-item {
      padding-block: 0.375rem;
      padding-inline: 0.5rem;
    }

    .header-drawer--mobile-popover .menu-drawer__menu-item > .svg-wrapper {
      padding-block: 0;
      padding-inline-start: var(--padding-sm);
    }

    .header-drawer--mobile-popover .menu-drawer__menu-item--mainlist,
    .header-drawer--mobile-popover .menu-drawer__menu-item--child,
    .header-drawer--mobile-popover .menu-drawer__menu-item--parent {
      min-height: 0;
      font-size: var(--font-size--sm);
      font-weight: 600;
      line-height: 1.35;
      border-radius: 0.375rem;
      transition:
        background-color 0.15s ease,
        color 0.15s ease;
    }

    .header-drawer--mobile-popover .menu-drawer__menu-item--mainlist:hover,
    .header-drawer--mobile-popover .menu-drawer__menu-item--mainlist:focus-visible,
    .header-drawer--mobile-popover .menu-drawer__menu-item--child:hover,
    .header-drawer--mobile-popover .menu-drawer__menu-item--child:focus-visible,
    .header-drawer--mobile-popover .menu-drawer__menu-item--parent:hover,
    .header-drawer--mobile-popover .menu-drawer__menu-item--parent:focus-visible {
      background-color: rgb(var(--color-foreground-rgb) / 0.06);
    }

    .header-drawer--mobile-popover .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
      min-height: 0;
    }

    .header-drawer--mobile-popover .menu-drawer__list-item--divider {
      border-block-end: none;
    }

    .header-drawer--mobile-popover .menu-drawer__utility-links {
      padding-inline: var(--padding-md);
      padding-block: var(--padding-sm) var(--padding-xs);
      margin-block-start: var(--gap-2xs);
    }

    .header-drawer--mobile-popover .menu-drawer__featured-content {
      padding-inline: var(--padding-md);
    }
  }
  /* ── Mobile accordion tree: subcategories expand inline, no slide-in panel ── */
  @media screen and (max-width: 749px) {
    /* Reset the full-screen slide-in panel to flow inline */
    .menu-drawer__submenu {
      position: static;
      width: auto;
      height: auto;
      transform: none;
      visibility: visible;
      opacity: 1;
      overflow: visible;
      z-index: auto;
      background: transparent;
    }

    /* Hide when the <details> is closed (native toggle).
       Higher specificity than .menu-open > .menu-drawer__submenu so the
       native [open] toggle always wins the display battle. */
    .menu-drawer details:not([open]) > .menu-drawer__submenu {
      display: none;
    }

    /* Remove the back/close button row — no longer navigating away */
    .menu-drawer__submenu .menu-drawer__nav-buttons {
      display: none;
    }

    /* Inner container: reset fixed height to auto */
    .menu-drawer__submenu .menu-drawer__inner-submenu {
      height: auto;
      overflow: visible;
      margin-top: 0;
      border-left: 2px solid #C8A96A;
      margin-inline-start: calc(var(--drawer-padding) + 0.25rem);
      padding-block: 0.25rem 0.5rem;
    }

    /* Indent child list */
    .menu-drawer__submenu .menu-drawer__menu--childlist {
      padding-inline-start: 1rem;
      padding-block-end: 0;
      margin-block-end: 0;
    }

    /* Subcategory items: compact, readable */
    .menu-drawer__submenu .menu-drawer__menu-item {
      min-height: 0;
      padding-block: 0.6rem;
      font-size: 0.9375rem;
    }

    /* Prevent drawer overflow from hiding main content when submenu opens */
    .menu-drawer.menu-drawer--has-submenu-opened {
      overflow-y: auto;
    }

    /* Rotate the forward caret → down when expanded */
    summary .icon-caret--forward {
      transition: transform 0.2s ease;
    }

    details[open] > summary .icon-caret--forward {
      transform: rotate(90deg);
    }
  }
/* END_SNIPPET:header-drawer */

/* START_SNIPPET:jumbo-text (INDEX:312) */
.jumbo-text__container {
    width: 100%;
  }

  footer .jumbo-text__container {
    pointer-events: none;
  }

  jumbo-text {
    display: block;
    font-family: var(--font-family, inherit);
    font-style: var(--font-style, normal);
    color: var(--color, inherit);
    font-weight: var(--font-weight, inherit);
    letter-spacing: var(--letter-spacing, -0.02em);
    line-height: var(--line-height, 1);
    opacity: 0;
    visibility: hidden;
    text-align: var(--text-align);
    text-box: var(--text-trim, trim-end cap text);
    text-transform: var(--text-transform, none);
    transition: opacity 0.3s ease;
    width: 100%;
    margin-left: var(--margin-left-nudge, 0);
    margin-right: var(--margin-right-nudge, 0);
    overflow: visible;
  }

  jumbo-text.ready {
    opacity: 1;
    visibility: visible;
  }

  jumbo-text[data-cap-text='true'] {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    text-box-edge: cap text;
  }

  .jumbo-text-line {
    display: inline-flex;
    white-space: pre;
  }

  @media (prefers-reduced-motion: no-preference) {
    /* Blur effect */
    .ready[data-text-effect='blur'] {
      filter: blur(20px);
      opacity: 0.5;
      scale: 1.05;
      transition: filter 1.6s var(--animation-timing-fade-in), opacity 1.3s var(--animation-timing-fade-in),
        scale 1.6s var(--animation-timing-fade-in);
    }

    .jumbo-text-visible[data-text-effect='blur'] {
      filter: blur(0);
      opacity: 1;
      scale: 1;
    }

    /* Reveal effect */
    .ready[data-text-effect='reveal'] {
      overflow: hidden;
    }

    .ready[data-text-effect='reveal'] .jumbo-text-line {
      transform: translateY(100%);
    }

    .jumbo-text-visible[data-text-effect='reveal'] .jumbo-text-line {
      transition: transform 0.5s var(--animation-timing-fade-in) calc(var(--line-index) * 0.05s);
      transform: translateY(0);
    }

    .jumbo-text-visible[data-text-effect='reveal'] {
      overflow: visible;
      transition: overflow 0s linear 0.75s;
    }
  }
/* END_SNIPPET:jumbo-text */

/* START_SNIPPET:list-filter (INDEX:315) */
.facets input:checked + label {
    font-weight: 500;
  }

  .facets .checkbox .icon-checkmark {
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  .facets .checkbox:not(.checkbox--disabled):hover .icon-checkmark {
    border-color: rgb(var(--color-foreground-rgb) / var(--opacity-40-60));
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  /* Hover state for checked checkboxes - targeting via adjacent sibling */
  .facets .checkbox:not(.checkbox--disabled):hover .checkbox__input:checked + .checkbox__label .icon-checkmark {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-85));
  }

  .facets .checkbox:not(.checkbox--disabled):hover .checkbox__label-text {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-90));
  }

  .facets .checkbox .checkbox__label-text {
    transition: color 0.2s ease, font-weight 0.2s ease;
  }

  /* Pill style */
  .facets__pill-label {
    --pill-label-padding-inline: var(--padding-xs);
    --pill-label-border-radius: var(--style-border-radius-md);
    --pill-label-border-width: var(--variant-picker-button-border-width);
    --pill-label-height: var(--button-size-md);
    --pill-label-focus-outline-color: var(--color-foreground);
    --pill-label-color: var(--color-foreground);
    --pill-label-color-rgb: var(--color-foreground-rgb);
    --pill-label-background-color: var(--color-background);
    --pill-label-background-color-rgb: var(--color-background-rgb);
    --pill-label-border-opacity: var(--facets-low-opacity);

    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 var(--pill-label-border-width) rgb(var(--pill-label-color-rgb) / var(--opacity-10-25));
    border-radius: var(--pill-label-border-radius);
    height: var(--pill-label-height);
    width: 100%;
    padding-inline: var(--pill-label-padding-inline);
    color: rgb(var(--pill-label-color-rgb));
    background-color: rgb(var(--pill-label-background-color-rgb));
    cursor: pointer;
    transition: color var(--animation-speed) var(--animation-easing),
      background-color var(--animation-speed) var(--animation-easing);
    outline-color: var(--pill-label-focus-outline-color);

    &:hover {
      --pill-label-border-opacity: 100%;
    }
  }

  .facets__pill-input {
    &:checked + .facets__pill-label {
      --pill-label-color-rgb: var(--color-background-rgb);
      --pill-label-background-color-rgb: var(--color-foreground-rgb);
      --pill-label-border-opacity: 0;

      font-weight: 500;
    }

    &:disabled + .facets__pill-label {
      opacity: var(--disabled-opacity);
      cursor: not-allowed;

      &:hover {
        --pill-label-border-opacity: var(--facets-low-opacity);
      }
    }
  }

  .facets__status-wrapper {
    display: flex;
    align-items: center;
  }

  .facets--drawer .facets__status-wrapper {
    @media screen and (max-width: 749px) {
      gap: var(--gap-3xs);
    }
  }

  .facets--vertical .facets__status-wrapper {
    gap: var(--gap-xs);
  }

  .facets--horizontal .facets__status-wrapper {
    gap: 0;
  }

  .facets__pill-input:disabled + .facets__pill-label svg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--style-border-radius-md);
  }

  .facets__pill-label svg line {
    stroke-width: 1.5px;
    stroke: rgb(var(--color-foreground-rgb) / var(--facets-low-opacity));
  }

  .facets__pill-wrapper {
    position: relative;
  }

  .facets__pill-input {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    aspect-ratio: unset;
    border: none;
    border-radius: 0;
    background: transparent;
    appearance: auto;
    display: block;
    opacity: 0;
    cursor: pointer;
  }

  /* Swatches */
  .facets__status--swatches {
    display: none;
  }

  .facets__swatch-wrapper {
    display: flex;
  }

  .variant-option__swatch-wrapper {
    position: relative;
    overflow: visible;
    border-radius: var(--options-border-radius);
  }

  .variant-option--swatches-disabled {
    pointer-events: none;
    cursor: not-allowed;
  }

  .variant-option--swatches-disabled .variant-option__swatch-wrapper {
    overflow: hidden;
  }

  .facets--horizontal .facets__status--swatches {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .facets--horizontal .sorting-filter .facets__status {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets__status--swatches .swatch {
    width: calc(var(--variant-picker-swatch-width) / 1.5);
    height: calc(var(--variant-picker-swatch-height) / 1.5);
  }

  .facets__status--swatches .swatch + .swatch {
    margin-left: calc(var(--variant-picker-swatch-width) / -3);
    outline: 1px solid rgb(var(--color-background-rgb));
  }

  .facets__inputs-wrapper .facets__inputs-list--images {
    display: grid;
    grid-template-columns: repeat(var(--image-columns), 125px);
    gap: var(--gap-sm);
  }

  .facets--drawer .facets__inputs-wrapper .facets__inputs-list--images {
    grid-template-columns: repeat(3, 1fr);

    @media screen and (min-width: 750px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .facets--vertical .facets__inputs-wrapper .facets__inputs-list--images {
    grid-template-columns: repeat(2, 1fr);
  }

  .facets--drawer .facets__inputs-list--images {
    padding-top: var(--padding-xs);
  }

  .facets__image-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
    padding: var(--padding-xs);
    position: relative;
    overflow: hidden;
  }

  .facets__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: calc(var(--border-radius) / 2);
  }

  .facets__image-label {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-block-end: var(--padding-xs);
    cursor: pointer;
  }

  .facets__inputs-list-item--disabled .facets__image-label {
    cursor: not-allowed;
  }

  .facets__inputs-list-item:not(.facets__inputs-list-item--disabled) .facets__image-label:hover {
    font-weight: 500;
  }

  /* Filter-specific variant-option styles */
  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch {
    --focus-outline: var(--focus-outline-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-35-55));

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label:has(:focus-visible) .swatch {
    --focus-outline: var(--focus-outline-width) solid currentcolor;

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label:has(:focus-visible) {
    outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover {
    outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(:checked) {
    --focus-outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(:checked) .swatch {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches .variant-option__button-label {
    --color-variant-text: var(--color-foreground);
  }

  .facets__inputs-list--swatches {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }
  }

  .facets--vertical .facets__inputs-wrapper .facets__inputs-list--swatches-grid {
    gap: var(--gap-sm);
  }

  .facets--vertical .facets__inputs-list--swatches .facets__inputs-list-item {
    display: flex;
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid {
    --columns: 2;

    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option--swatches {
    cursor: pointer;
    overflow: visible;
  }

  .facets__inputs-list-item--disabled .variant-option--swatches {
    cursor: not-allowed;
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid label {
    cursor: pointer;
    word-break: break-word;
    white-space: normal;
  }

  .facets__inputs-list--swatches-grid .facets__inputs-list-item--disabled label {
    cursor: not-allowed;
  }

  .facets__inputs-list-item--disabled .variant-option__button-label {
    cursor: not-allowed;
  }

  .facets__inputs-wrapper
    .facets__inputs-list--swatches-grid
    .variant-option__button-label--has-swatch:has(input[type='checkbox']) {
    align-items: center;
    overflow: visible;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    flex-basis: unset;
    gap: var(--gap-sm);
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option__button-label:has(:checked) {
    color: rgb(var(--color-foreground-rgb));
    background-color: rgb(var(--color-background-rgb));
    font-weight: 500;
    transition: font-weight 0.2s ease;
  }

  .facets .variant-option--swatches {
    --options-border-radius: var(--variant-picker-swatch-radius);

    width: auto;
  }

  .facets__inputs-list-item:not(.facets__inputs-list-item--disabled) .variant-option__button-label:hover {
    font-weight: 500;
  }

  /* Variant option images (filters) */
  .variant-option--images {
    --image-facet-border-width: var(--variant-picker-button-border-width);
    --image-facet-border-opacity: var(--facets-low-opacity);
    --image-facet-border-radius: var(--style-border-radius-xs);

    position: relative;
    border-radius: var(--image-facet-border-radius);
    box-shadow: inset 0 0 0 var(--image-facet-border-width)
      rgb(var(--color-foreground-rgb) / var(--image-facet-border-opacity));

    &:hover {
      --image-facet-border-opacity: 100%;
    }

    &:has(input:checked) {
      font-weight: 500;
      transition: font-weight 0.2s ease;
    }

    &:has(input:checked):hover {
      --image-facet-border-width: calc(var(--variant-picker-button-border-width) + 0.5px);
    }

    &:has(input:focus-visible) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: var(--focus-outline-offset);
    }
  }

  .variant-option--images input {
    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    border: none;
    border-radius: 0;
    background: transparent;
    appearance: auto;
    display: block;
    cursor: pointer;
  }

  .facets__inputs-list-item--disabled .variant-option--images {
    --image-facet-border-opacity: 0;

    opacity: var(--disabled-opacity);
    cursor: not-allowed;

    &:hover {
      --image-facet-border-opacity: 0;
    }

    img {
      opacity: var(--disabled-opacity);
    }

    input,
    label,
    .facets__image-label {
      cursor: not-allowed;
    }

    .facets__image-wrapper {
      border: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-30));
      border-radius: var(--image-facet-border-radius);
    }
  }

  /* Position disabled-svg */
  .variant-option--images svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    stroke-width: var(--border-width);
    stroke: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  /* Position label text and handle overflow */
  .facets__inputs-list-item,
  .variant-option--images {
    min-width: 0;
  }

  /* Safari < 16.4 outline border-radius workaround - filter-specific */
  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch {
      outline: none;
      position: relative;
      overflow: visible;
    }

    .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch::after {
      content: '';
      position: absolute;
      inset: calc(-1 * var(--focus-outline-offset));
      border: var(--focus-outline);
      border-radius: var(--focus-outline-radius, 50%);
      background-color: transparent;
      display: inherit;
    }
  }
/* END_SNIPPET:list-filter */

/* START_SNIPPET:localization-form (INDEX:316) */
/* Localization */
  localization-form-component {
    display: flex;
    width: var(--width, auto);

    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  localization-form-component[data-show-filter='false'] .country-selector-form__wrapper {
    padding-block-start: var(--padding-xs);
  }

  .localization-form {
    width: 100%;
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)) {
    --button-color: var(--color-primary);
    --button-background-color: var(--language-button-background-color, var(--color-background));
    --button-border-color: var(--language-button-border-color, var(--color-border));

    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)):hover,
  .localization-form__list-item:hover,
  .localization-form__list-item:focus {
    --button-color: var(--color-primary-hover);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
  }

  .localization-form__list-item[aria-current='true'] {
    --button-color: var(--color-primary-active);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-10));
  }

  .localization-form__list-item-disabled {
    pointer-events: none;
  }

  .localization-form__list-item:focus-visible {
    outline: none;
  }

  localization-form-component .localization-selector {
    display: flex;
    align-items: center;
    gap: var(--margin-2xs);
  }

  localization-form-component .country-filter__search-icon {
    left: 8px;
    right: auto;
    color: var(--color-foreground-muted);
    pointer-events: none;
  }

  .country-filter__search-icon .svg-wrapper svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .disclosure {
    width: 100%;
  }

  .localization-form__list {
    position: relative;
    width: 100%;
    padding-block: 0 var(--padding-xs);
    font-size: var(--font-size-lg);
    scroll-padding: var(--padding-xs) 0;
    overflow-y: auto;
    white-space: nowrap;

    /* Hide scrollbar which would cause extra right padding in Safari */
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .localization-form__list-item:not([hidden]) {
    margin-block-end: var(--margin-3xs);
    display: flex;
    gap: var(--margin-sm);
    padding: 8px;
    border-radius: 8px;
    line-height: var(--font-line-height-md);
    align-items: center;
    text-align: start;
    cursor: pointer;
    transition: background-color var(--animation-speed) var(--animation-easing);

    .country {
      flex: 1;
      color: var(--color-foreground);
    }

    &:hover {
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
    }

    &[aria-current='true'] {
      .country {
        font-weight: 500;
      }
    }
  }

  .localization-form__list-item#no-results-message {
    grid-template-columns: 1fr;
    text-align: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .is-searching .localization-form__list-item .country {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .localization-form__list-item .country mark {
    font-weight: 500;
    background: none;
    color: var(--color-foreground);
  }

  .country-filter {
    position: relative;
    padding: var(--padding-xs);
    border-bottom: var(--style-border-width) solid transparent;
    transition: border-color var(--animation-values);
  }

  .country-filter.is-scrolled {
    border-color: var(--color-border);
  }

  .country-selector-form__wrapper {
    overflow-y: auto;
    max-height: 100%;
    flex-grow: 1;
  }

  .language-selector {
    display: flex;
    gap: var(--gap-xs);
    padding: var(--padding-md) var(--padding-lg);
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .language-selector__label {
    flex-shrink: 0;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .localization-form__select {
    border: none;
    color: var(--color-foreground);
    appearance: none;
    background-color: var(--color-input-background);
    padding-block: var(--padding-3xs);
    padding-inline: var(--padding-xs) calc(var(--icon-size-xs) + var(--padding-xs));
    text-align: right;
    cursor: pointer;
    max-width: 40vw;
    text-overflow: ellipsis;
    field-sizing: content;

    &:focus-visible {
      outline: var(--focus-outline-width) solid currentcolor;
    }

    &:focus {
      outline: none;
    }
  }

  #header-component[transparent] localization-form-component .localization-form .localization-form__select {
    background-color: transparent;
  }

  .localization-form__select option {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
  }

  .language-selector .svg-wrapper.icon-caret {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .language-selector--collapse-space {
    padding-inline-end: var(--padding-2xs);
  }

  .language-selector--collapse-space .localization-form__select {
    padding-inline-end: var(--icon-size-xs);
  }

  .language-selector--collapse-space .svg-wrapper.icon-caret {
    right: 0;
  }

  .localization-form .icon-checkmark {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .localization-form .svg-wrapper.icon-checkmark {
    visibility: hidden;
  }

  .localization-form__list-item[aria-current='true'] .svg-wrapper.icon-checkmark {
    visibility: visible;
  }

  .country-filter__input {
    width: 100%;
    height: 44px;
    font-size: var(--font-size-lg);
    padding: var(--padding-md) var(--padding-lg) var(--padding-md) calc(var(--margin-md) + var(--padding-xl));
    border: 1px solid var(--color-foreground);
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    outline-offset: -1px;

    @media screen and (min-width: 750px) {
      height: 36px;
    }
  }

  .country-filter__input::placeholder {
    color: inherit;
  }

  .country-filter .field {
    position: relative;
  }

  .country-filter .field__label {
    font-size: var(--font-size-lg);
    left: var(--margin-2xl);
    top: var(--margin-xl);
    pointer-events: none;
    position: absolute;
  }

  .country-filter__input:focus ~ .field__label,
  .country-filter__input:not(:placeholder-shown) ~ .field__label,
  .country-filter__input:-webkit-autofill ~ .field__label {
    font-size: var(--font-size-xs);
    top: var(--margin-xs);
  }

  .country-filter .field__button:not([hidden]) {
    display: flex;
    height: fit-content;
    position: absolute;
    padding: 0;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    background-color: transparent;
    color: var(--color-input-text);
    border: 0;
  }

  input[type='search']::-webkit-search-cancel-button {
    appearance: none;
  }

  .country-selector__close-button {
    display: none;
  }
/* END_SNIPPET:localization-form */

/* START_SNIPPET:media (INDEX:317) */
.media-block {
    overflow: hidden;
    position: relative;

    @media screen and (min-width: 750px) {
      min-height: var(--media-height);
    }
  }

  .media-block__media {
    height: var(--media-height-mobile, auto);
    object-fit: var(--image-position, 'cover');
    object-position: center center;
    width: 100%;

    @media screen and (min-width: 750px) {
      height: 100%;
      position: absolute;
    }
  }

  deferred-media[class].media-block__media
    :is(.deferred-media__poster-button img, .deferred-media__poster-button ~ video) {
    object-fit: var(--video-position, 'cover');
  }

  /* This is to support corner radius on video and align the video to the center of the block */
  .media-block__placeholder {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    position: relative;
  }

  .media-block__media--video {
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 749px) {
      --media-height-mobile: auto;
    }
  }
/* END_SNIPPET:media */

/* START_SNIPPET:overlay (INDEX:322) */
.overlay {
    position: absolute;
    inset: 0;
    z-index: var(--overlay-layer);
    pointer-events: none;
    border-radius: var(--overlay-border-radius, 0);
  }

  .overlay--solid {
    background: var(--overlay-color);
  }

  .overlay--gradient {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color), var(--overlay-color--end));
  }
/* END_SNIPPET:overlay */

/* START_SNIPPET:pagination-controls (INDEX:323) */
.pagination {
    --pagination-size: 36px;
    --pagination-inset: 2px;
    --pagination-radius: 6;

    display: flex;
    justify-content: center;
    padding: var(--padding-xl) var(--padding-sm);
    margin-top: var(--padding-xl);
    position: relative;
  }

  .pagination__list {
    display: flex;
    gap: 0;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .pagination__item {
    width: var(--pagination-size);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
  }

  .pagination__link {
    display: grid;
    place-items: center;
    color: var(--color-foreground);
    text-decoration: none;
    width: 100%;
    height: 100%;
    user-select: none;
    position: relative;
    outline-color: var(--color-foreground);
    -webkit-tap-highlight-color: transparent;
    font-size: var(--font-size--md);
    font-weight: var(--font-weight-normal);
    border-radius: calc(var(--pagination-radius) * 1px);
    transition: color var(--hover-transition-duration) var(--hover-transition-timing),
      opacity var(--hover-transition-duration) var(--hover-transition-timing);
  }

  .pagination__link:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
  }

  .pagination__link--current {
    color: var(--color-background);
    font-weight: var(--font-weight-medium);
    cursor: default;
  }

  .pagination__link--gap {
    cursor: default;
    pointer-events: none;
  }

  .pagination__link--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination__link--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .pagination__link svg {
    width: 0.5rem;
    height: 0.75rem;
    flex-shrink: 0;
  }

  .pagination__item--mobile-only {
    display: none;
  }

  /* Fallback for browsers without anchor positioning support */
  @supports not (anchor-name: --pagination-active) {
    .pagination__link:not(.pagination__link--gap)::before {
      content: '';
      position: absolute;
      inset: var(--pagination-inset);
      border-radius: calc(var(--pagination-radius) * 1px);
      background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
      z-index: -1;
      opacity: 0;
      transition: background var(--hover-transition-duration) var(--hover-transition-timing),
        opacity var(--hover-transition-duration) var(--hover-transition-timing);
    }

    .pagination__link[aria-current='page']::before {
      background: var(--color-foreground);
      opacity: 1;
    }

    .pagination__link:hover:not([aria-current='page'], .pagination__link--gap, .pagination__link--disabled)::before {
      opacity: 1;
    }
  }

  /* Modern approach with anchor positioning */
  @supports (anchor-name: --pagination-active) {
    .pagination__list::before {
      content: '';
      z-index: -1;
      position: absolute;
      width: calc(var(--pagination-size) - (2 * var(--pagination-inset)));
      aspect-ratio: 1;
      pointer-events: none;
      opacity: 0;
      border-radius: calc(var(--pagination-radius) * 1px);
      background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
      transition: left var(--hover-transition-duration) var(--hover-transition-timing),
        top var(--hover-transition-duration) var(--hover-transition-timing);
    }

    /* Hide hover indicator on touch devices */
    @media (hover: none) and (pointer: coarse) {
      .pagination__list::before {
        content: unset;
      }
    }

    .pagination__list:has(
        .pagination__link:is(:hover, :focus-visible):not(.pagination__link--gap, .pagination__link--disabled))::before {
      opacity: 1;
    }

    /* Style current page directly */
    .pagination__link[aria-current='page']::before {
      content: '';
      position: absolute;
      inset: var(--pagination-inset);
      border-radius: calc(var(--pagination-radius) * 1px);
      background: var(--color-foreground);
      z-index: -1;
    }

    .pagination__list
      .pagination__item:has(
        .pagination__link:is(:hover, :focus-visible):not(.pagination__link--gap, .pagination__link--disabled)) {
      anchor-name: --pagination-hover;
    }

    /* Position hover indicator using anchor */
    .pagination__list::before {
      position-anchor: --pagination-hover;
      left: calc(anchor(left) + var(--pagination-inset));
      top: calc(anchor(top) + var(--pagination-inset));
    }

    .pagination__item:has(+ .pagination__item--gap) .pagination__link::after,
    .pagination__item--gap + .pagination__item .pagination__link::after {
      position: absolute;
      content: '';
      pointer-events: auto;
    }

    .pagination__item:has(+ .pagination__item--gap) .pagination__link::after {
      inset: 0 -50% 0 100%;
    }

    .pagination__item--gap + .pagination__item .pagination__link::after {
      inset: 0 100% 0 -50%;
    }
  }

  @media screen and (max-width: 749px) {
    .pagination {
      --pagination-size: 44px;
      --pagination-inset: 5px;

      padding: var(--padding-lg) var(--padding-sm);
    }

    .pagination__link {
      font-size: var(--font-size--sm);
    }

    .pagination__item--mobile-hide {
      display: none;
    }

    .pagination__item--mobile-only {
      display: grid;
    }

    .pagination__item:has(.pagination__link--gap) {
      width: calc(var(--pagination-size) * 0.5);
    }
  }
/* END_SNIPPET:pagination-controls */

/* START_SNIPPET:password-layout-styles (INDEX:324) */
.password-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .password-dialog {
    max-width: 100vw;
    max-height: 100svh;
    width: 100vw;
    height: 100svh;
    border: none;
    transition: opacity var(--animation-values), display var(--animation-speed) allow-discrete,
      overlay var(--animation-speed) allow-discrete;

    &::backdrop {
      display: none;
    }
  }

  .password-dialog[open] {
    opacity: 1;
    top: 0;
    left: 0;
  }

  @starting-style {
    .password-dialog[open] {
      opacity: 0;
    }
  }

  .password-dialog:not([open]) {
    opacity: 0;
  }

  @starting-style {
    .password-dialog:not([open]) {
      opacity: 1;
    }
  }

  .password-dialog__close-button {
    cursor: pointer;
  }

  .password-dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    padding: var(--padding-lg);
    z-index: var(--layer-raised);
  }

  .password-dialog__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
    height: 100%;
    transition: transform var(--animation-values);
  }

  .password-dialog__logo {
    margin-block-end: var(--padding-md);
    width: fit-content;
    max-width: 100%;
  }

  .password-dialog__logo-img {
    display: block;
    height: auto;
  }

  .password-dialog__content .email-signup__message {
    padding-block-start: var(--padding-xl);
  }

  .password-dialog[open] .password-dialog__content {
    transform: translateY(0);
  }

  @starting-style {
    .password-dialog[open] .password-dialog__content {
      transform: translateY(1em);
    }
  }

  .password-dialog:not([open]) .password-dialog__content {
    transform: translateY(1em);
  }

  @starting-style {
    .password-dialog:not([open]) .password-dialog__content {
      transform: translateY(0);
    }
  }

  .storefront-password-form {
    max-width: 400px;
    width: 100%;
  }

  .email-signup__input-group,
  .password-dialog__submit-button {
    width: 100%;

    @media screen and (min-width: 750px) {
      width: auto;
    }
  }
/* END_SNIPPET:password-layout-styles */

/* START_SNIPPET:pdp-recommendation-grid (INDEX:327) */
.pdp-resource-list-host {
    width: 100%;
    min-width: 0;
    container-type: inline-size;
    container-name: resource-list;
  }
/* END_SNIPPET:pdp-recommendation-grid */

/* START_SNIPPET:predictive-search-styles (INDEX:332) */
/* Shared predictive search styles (used by both predictive-search and predictive-search-empty sections) */
  .predictive-search-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--layer-base);
  }

  .predictive-search-results__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size--body-md);
    font-weight: 500;
    margin-block: var(--margin-sm) var(--margin-xs);
    width: 100%;
    text-transform: var(--title-case);

    &:first-of-type {
      margin-block-start: 0;
    }

    @media screen and (max-width: 749px) {
      margin-block: var(--margin-lg) var(--margin-sm);
    }
  }

  .predictive-search-results__no-results {
    animation-delay: 100ms;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  .predictive-search-results__no-results:last-child {
    margin-block: var(--margin-lg);
    text-align: center;
  }

  /* Predictive search section styles */
  input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* stylelint-disable-line */
  }

  .search-action .predictive-search {
    z-index: calc(var(--layer-header-menu) + 2);
  }

  .search-action .search-modal .predictive-search {
    z-index: var(--layer-window-overlay);
  }

  .header__column--right .predictive-search-form__content-wrapper {
    right: 0;
    left: unset;
  }

  .search-modal .predictive-search-form__content-wrapper {
    width: 100%;

    @media screen and (min-width: 750px) {
      height: fit-content;
    }
  }
  .dialog-modal .predictive-search-form__header-inner {
    @media screen and (min-width: 750px) {
      border: 0;
    }
  }

  .search-modal__content .predictive-search-form__content {
    max-height: var(--modal-max-height);
  }

  .predictive-search:has(.predictive-search-dropdown) .search-input {
    outline-color: transparent;
  }

  .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;

    @media screen and (max-width: 749px) {
      border-bottom-color: transparent;
    }
  }

  .predictive-search:has(.predictive-search-dropdown[aria-expanded='true'])
    .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: var(--search-border-radius);

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
    }
  }

  .dialog-modal .predictive-search-form__header {
    border: 0;
    border-radius: 0;
    background-color: var(--color-background);
    border-bottom: var(--style-border-width) solid var(--color-border);

    @media screen and (min-width: 750px) {
      padding: var(--padding-2xs) var(--padding-2xs) 0;
      border-bottom: var(--search-border-width) solid var(--color-border);
    }

    @media screen and (max-width: 749px) {
      transition: box-shadow 0.2s ease;
      box-shadow: none;
    }
  }

  .search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within {
    border-radius: var(--search-border-radius) var(--search-border-radius) 0 0;
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    background-color: var(--color-background);

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs) var(--style-border-radius-inputs) 0 0;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal .predictive-search__close-modal-button {
      padding-inline-start: var(--margin-xs);
      margin-inline-start: 0;
    }
  }

  .dialog-modal[open] {
    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal .predictive-search-form__header:has(.predictive-search-form__header-inner:focus-within) {
    @media screen and (min-width: 750px) {
      border-bottom-color: transparent;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal {
      .predictive-search__reset-button-icon {
        display: none;
      }

      .predictive-search__reset-button-text {
        display: block;
      }

      .predictive-search-form__content {
        /* The parent has overflow auto, we want to prevent a double scrollbar during animation */
        max-height: 100%;
      }

      .predictive-search-form__content-wrapper {
        box-shadow: none;
      }

      .predictive-search-form__header {
        box-shadow: none;
      }

      .predictive-search-form__footer {
        padding-block: var(--padding-2xl);
      }
    }
  }

  .predictive-search-results__pill {
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-foreground);
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover),
      box-shadow var(--animation-speed-medium) var(--animation-timing-bounce),
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    margin: 2px;

    &:hover {
      transform: scale(1.03);
      box-shadow: 0 2px 5px rgb(0 0 0 / var(--opacity-8));
    }
  }

  .predictive-search-results__pill mark {
    background-color: transparent;
    font-weight: 200;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .predictive-search-results__pill:focus,
  .predictive-search-results__pill:hover,
  .predictive-search-results__card--query:is([aria-selected='true'], :focus-within) .predictive-search-results__pill {
    --pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));

    background-color: var(--pill-background-color);
    outline: var(--border-width-sm) solid var(--color-border);
    border: var(--border-width-sm);
    text-decoration: none;
  }

  .predictive-search-results__wrapper.predictive-search-results__wrapper-queries {
    margin-bottom: var(--margin-lg);
    padding-inline: var(--padding-xl);
    gap: var(--gap-2xs);
  }

  .predictive-search-results__card {
    --title-font-size: var(--font-size--md);
    --title-margin-block: var(--margin-xs);

    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-margin-block: calc(var(--title-font-size) + var(--title-margin-block) + var(--padding-sm))
      calc(var(--padding-xl) + var(--button-padding-block) * 2);
    transition: transform var(--animation-speed-medium) var(--animation-timing-default),
      background-color var(--animation-speed-medium) var(--animation-timing-hover),
      border-color var(--animation-speed-medium) var(--animation-timing-hover);

    &:nth-last-child(3) {
      scroll-snap-align: end;
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }
  }

  .recently-viewed-wrapper .predictive-search-results__card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .predictive-search-results__card--product,
  .recently-viewed-wrapper .predictive-search-results__card--product {
    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }

    &:hover {
      background-color: var(--card-bg-hover);
      border-radius: var(--product-corner-radius);
      padding: calc(var(--padding-2xs) + 2px);
      margin: calc((var(--padding-2xs) + 2px) * -1);
    }

    &:is(
        [aria-selected='true'].keyboard-focus,
        &:focus-visible,
        &:has(.resource-card:focus-visible),
        &:has(product-card:focus-visible)
      ) {
      background-color: var(--card-bg-hover);
      padding: calc(var(--padding-2xs) + 1px);
      margin: calc((var(--padding-2xs) + 1px) * -1);
      outline: var(--border-width-sm) solid var(--color-border);
      border-radius: calc(var(--product-corner-radius) + 1px);
      border-color: var(--card-border-focus);
    }
  }

  .predictive-search-results__card:not(.predictive-search-results__card--product) {
    padding: var(--padding-sm);
    border: var(--border-width-sm) solid var(--color-border);
    border-radius: var(--card-corner-radius);
    width: 60cqi;
    content-visibility: visible;

    @media screen and (min-width: 750px) {
      width: 27.5cqi;
    }

    &:hover {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &[aria-selected='true'].keyboard-focus {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &:active {
      transform: scale(0.97);
      transition: transform var(--animation-speed-medium) var(--animation-timing-active);
    }
  }

  @keyframes search-element-scale-in {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes search-element-scale-out {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }

  @keyframes search-element-slide-in-top {
    from {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }

    to {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }
  }

  @keyframes search-element-slide-out-top {
    from {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }

    to {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }
  }

  @keyframes content-slide {
    from {
      transform: translateY(var(--slide-from, 0));
      opacity: var(--slide-opacity-from, 1);
    }

    to {
      transform: translateY(var(--slide-to, 0));
      opacity: var(--slide-opacity-to, 1);
    }
  }

  .predictive-search-results__list {
    --slide-width: 27.5%;
    --slideshow-gap: var(--gap-md);

    /* Make space for the outline to be visible */
    padding-block-start: var(--border-width-sm);
  }

  .predictive-search-results__list slideshow-arrows {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .predictive-search-results__no-results,
  .predictive-search-results__wrapper,
  .predictive-search-results__wrapper-products .predictive-search-results__card {
    animation: search-element-slide-up var(--animation-speed-medium) var(--animation-timing-bounce) backwards;
  }

  slideshow-slide .resource-card,
  slideshow-slide product-card {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__list,
  .predictive-search-results__wrapper {
    animation-duration: var(--animation-speed-medium);
  }

  .predictive-search-results__wrapper-queries {
    animation-delay: 50ms;
  }

  .predictive-search-results__list:nth-of-type(2) {
    animation-delay: 150ms;
  }

  .predictive-search-results__list:nth-of-type(3) {
    animation-delay: 200ms;
  }

  .predictive-search-results__list:nth-of-type(4) {
    animation-delay: 250ms;
  }

  .predictive-search-results__list:last-child {
    margin-block-end: 0;
  }

  [data-resource-type] {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__no-results.removing,
  .predictive-search-results__wrapper.removing {
    animation: search-element-slide-down var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__card.removing {
    animation: fadeOut var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__wrapper {
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  @keyframes search-element-slide-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes search-element-slide-down {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(8px);
    }
  }

  .predictive-search-results__card--query {
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce);
    transform-origin: center;

    &:active {
      transform: scale(0.97);
    }
  }

  /* Products list styles */
  .predictive-search-results__products {
    padding-inline: var(--padding-xl);
  }

  .recently-viewed-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    transform: translateY(0);
  }

  .recently-viewed-wrapper.removing {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .predictive-search-results__clear.button-unstyled {
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-easing);
    padding: 0;
    margin-left: var(--margin-sm);

    &:hover {
      opacity: 1;
    }
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .recently-viewed-wrapper > * {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1) {
    animation-delay: 30ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2) {
    animation-delay: 60ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3) {
    animation-delay: 90ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4) {
    animation-delay: 120ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n + 5) {
    animation-delay: 150ms;
  }

  .predictive-search-results__wrapper-products {
    animation-delay: 50ms;
  }

  /* Resource carousel styles */
  .predictive-search-results__wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-block-end: var(--padding-sm);
    padding-inline: 0;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--padding-xl);
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-results__wrapper slideshow-slides {
    --gutter-slide-width: var(--padding-xl);

    /* Add padding to prevent hover animations from being clipped in slideshow
       15px accommodates:
       - Scale effect (9px on each side from 1.03 scale)
       - Lift effect (4px upward movement)
       - Shadow (15px spread with -5px offset)
       Using 16px for better alignment with our spacing scale */
    padding-block: var(--padding-xl);
    margin-block: calc(-1 * var(--padding-xl));
    gap: var(--gap-md);
  }

  .predictive-search-results__resource-header {
    display: flex;
    padding-inline: var(--padding-xl);
    justify-content: space-between;
    align-items: center;
    height: 32px;
  }

  .predictive-search-results__resource-header .svg-wrapper {
    width: var(--icon-size-xs);
  }

  .predictive-search-results__wrapper-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block-end: var(--padding-sm);
    gap: var(--gap-md);
    transition: height var(--animation-speed-medium) var(--animation-easing);

    @container (min-width: 550px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .predictive-search-results__wrapper-products:last-child {
    padding-block-end: var(--padding-lg);

    @media screen and (min-width: 750px) {
      padding-block-end: var(--padding-sm);
    }
  }

  .predictive-search-results__resource-header .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header slideshow-controls {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }
/* END_SNIPPET:predictive-search-styles */

/* START_SNIPPET:price-filter (INDEX:333) */
/* Price filter */
  .price-facet {
    container-type: inline-size;
    display: flex;
    flex-direction: column;
  }
  .price-facet--horizontal {
    min-width: 360px;
  }

  .price-facet__inputs-wrapper {
    display: flex;
    flex-direction: row;
    padding: var(--style-border-width-inputs);
    gap: calc(var(--gap-sm) + (var(--style-border-width-inputs) * 2));
  }

  @container (max-width: 199px) {
    .price-facet__inputs-wrapper {
      flex-wrap: wrap;
    }
  }

  .price-facet__input {
    width: 100%;
    text-align: right;
    padding-left: calc(2.5 * var(--input-padding-x));
  }

  .price-facet__input::placeholder {
    color: var(--facets-input-label-color);
  }

  .price-facet__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-paragraph--size);
  }

  .price-facet__highest-price {
    padding: var(--padding-xs) 0 var(--padding-sm);
  }

  .price-facet__highest-price--horizontal {
    padding: 0 var(--padding-md) var(--padding-xs);
  }

  .price-facet__label {
    top: 0;
    left: 0;
    color: var(--facets-input-label-color);
    padding: var(--input-padding-y) var(--input-padding-x);
    transform: none;
  }
/* END_SNIPPET:price-filter */

/* START_SNIPPET:product-badges-styles (INDEX:335) */
.product-badges {
    --badge-inset: max(var(--padding-xs), calc((var(--border-radius) + var(--padding-xs)) * (1 - cos(45deg))));

    position: absolute;
    z-index: var(--layer-flat);
  }

  .product-badges--bottom-left {
    bottom: calc(var(--badge-inset) + var(--padding-block-start));
    left: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges--top-left {
    top: calc(var(--badge-inset) + var(--padding-block-start));
    left: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges--top-right {
    top: calc(var(--badge-inset) + var(--padding-block-start));
    right: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges__badge {
    --badge-font-size: var(--font-size--xs);

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-foreground);
    background: var(--color-background);
    font-size: var(--badge-font-size);
    font-family: var(--badge-font-family);
    font-weight: var(--badge-font-weight);
    text-transform: var(--badge-text-transform);
    border-radius: var(--badge-border-radius);
  }

  .product-badges__badge--rectangle {
    padding-block: var(--badge-rectangle-padding-block);
    padding-inline: var(--badge-rectangle-padding-inline);
  }
/* END_SNIPPET:product-badges-styles */

/* START_SNIPPET:product-card (INDEX:339) */
.product-card {
    position: relative;
  }

  .product-card__content {
    --product-card-trust-score-bottom: var(--padding-md);
    --product-card-trust-score-space: 5.2rem;
  }

  .product-card__content > product-price {
    margin-top: auto;
    padding-inline-end: var(--product-card-trust-score-space);
  }

  .product-card__trust-score-stack {
    position: absolute;
    inset-inline-end: var(--padding-2xs);
    inset-block-end: var(--product-card-trust-score-bottom);
    display: grid;
    justify-items: center;
    row-gap: var(--gap-3xs);
    pointer-events: none;
    z-index: var(--layer-heightened);
  }

  @media screen and (min-width: 750px) {
    .product-card__content {
      --product-card-trust-score-bottom: calc(var(--padding-md) - 0.1rem);
      --product-card-trust-score-space: 5.7rem;
    }

    .product-card__trust-score-stack {
      inset-block-end: var(--product-card-trust-score-bottom);
    }
  }

  .product-card__trust-score {
    inline-size: calc(var(--button-size-sm) + 6px);
    block-size: calc(var(--button-size-sm) + 6px);
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 50%;
    color: rgb(var(--color-foreground-heading-rgb, var(--color-foreground-rgb)));
    background: transparent;
  }

  .product-card__trust-score-ring {
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    transform: rotate(135deg);
  }

  .product-card__trust-score-track,
  .product-card__trust-score-progress {
    fill: none;
    stroke-width: 4.6;
    stroke-linecap: round;
  }

  .product-card__trust-score-track {
    stroke: #dbdbdb;
    stroke-dasharray: 75 25;
  }

  .product-card__trust-score-progress {
    stroke: #19b77a;
    stroke-dasharray: calc(var(--trust-score-value) * 0.75) 100;
  }

  .product-card__trust-score-value {
    font-size: var(--font-size--xs);
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    gap: 0.04em;
    position: relative;
    z-index: 1;
  }

  .product-card__trust-score-number {
    line-height: 1;
    color: #1f222c;
    font-size: 0.95em;
    font-weight: 700;
  }

  .product-card__trust-score-label {
    padding: 0.2rem 0.42rem;
    border-radius: 0.42rem;
    background: rgb(var(--color-primary-rgb));
    color: var(--color-background);
    border: none;
    box-shadow: none;
    font-size: var(--font-size--3xs);
    line-height: 1;
    white-space: nowrap;
  }

  .product-card__placeholder-image svg {
    height: 100%;
  }

  .product-card__content slideshow-component {
    --cursor: pointer;
  }

  .product-card__content {
    padding-block-end: max(var(--padding-block-end, 0px), var(--product-card-trust-score-bottom)) !important;
  }

  /* PDP “More Like This” uses `.pdp-resource-list-host`; collection compact PLP uses `ul.product-grid` inside `.pdp-card--more-like-this` (see `product-grid.liquid`). Same `product-card-compact` — same chrome rules. */
  :is(.pdp-resource-list-host, .pdp-card--more-like-this .product-grid) .product-card .product-card__content {
    border-radius: 1rem;
    overflow: hidden;
  }

  :is(.pdp-resource-list-host, .pdp-card--more-like-this .product-grid) .product-card .product-media-container.media-fit {
    --product-media-fit: contain !important;
  }

  :is(.pdp-resource-list-host, .pdp-card--more-like-this .product-grid) .product-card .group-block-content {
    position: relative;
    padding-block-end: max(
      var(--padding-block-end, 0px),
      calc(var(--product-card-trust-score-bottom) + var(--button-size-sm) + 0.75rem)
    );
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  :is(.pdp-resource-list-host, .pdp-card--more-like-this .product-grid) .product-card .group-block {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden;
  }

  :is(.pdp-resource-list-host, .pdp-card--more-like-this .product-grid) .product-card .group-block-content > product-price {
    position: absolute;
    inset-inline-start: 10px;
    inset-inline-end: calc(var(--product-card-trust-score-space) + 0.4rem);
    inset-block-end: var(--padding-block-end, 0px);
    margin: 0;
    text-align: left;
  }

  :is(.pdp-resource-list-host, .pdp-card--more-like-this .product-grid) .product-card .group-block-content > product-price * {
    text-align: left;
  }

  @media screen and (max-width: 749px) {
    .product-card slideshow-arrows .slideshow-control {
      display: none;
    }
  }
/* END_SNIPPET:product-card */

/* START_SNIPPET:product-grid (INDEX:340) */
.product-grid {
    --product-grid-gap: var(--product-grid-gap-mobile);
    --mobile-columns: 2; /* Default value */

    isolation: isolate;

    @media screen and (min-width: 750px) {
      --product-grid-gap: var(--product-grid-gap-desktop);
    }
  }

  .product-grid slideshow-arrows .slideshow-control {
    display: none;

    @media screen and (min-width: 750px) {
      display: grid;
    }
  }

  /* This triggers iOS < 16.4 */
  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /* Force aspect ratio to auto for iOS < 16.4 since it's not compatible with the infinite pagination */
    .product-grid .product-media,
    .product-grid .product-media-container {
      aspect-ratio: auto;
    }
  }

  .main-collection-grid {
    grid-column: var(--grid-column--mobile);
    padding: var(--grid--margin--mobile);

    @media screen and (min-width: 750px) {
      grid-column: var(--grid-column--desktop);
      padding: var(--padding-block-start) var(--padding-inline-end) var(--padding-block-end) var(--padding-inline-start);
    }
  }

  .main-collection-grid__empty {
    padding-block: var(--padding-6xl);
    padding-inline: var(--page-margin);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--padding-sm);
  }

  .main-collection-grid__empty-title {
    margin: 0;
  }
/* END_SNIPPET:product-grid */

/* START_SNIPPET:product-information-content (INDEX:341) */
.product-information {
    gap: var(--gap) 0;
  }

  /* Base grid layout */
  .product-information__grid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
  }

  /* Default column positions */
  .product-details {
    order: 1;
  }

  .product-information__media {
    order: 0;
    width: 0;
    min-width: 100%;
    padding-block: var(--padding-xs);
    padding-inline: var(--padding-xs);
  }

  .product-information__media .product-media-gallery__placeholder-image {
    width: 100%;
    height: 100%;
  }

  /* Mobile styles */
  @media screen and (max-width: 749px) {
    .product-information__media {
      grid-column: 1 / -1;
    }

    .product-details {
      grid-column: 2 / 3;
    }
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .product-information__grid {
      grid-column: 2;
    }

    /* Position when there is no media */
    .product-information__grid.product-information--media-none {
      .product-details {
        width: var(--narrow-content-width);
        margin: 0 auto;
      }
    }

    /* Position when there is media */
    .product-information__grid:not(.product-information--media-none) {
      /* Media on the left side */
      &.product-information--media-left {
        grid-template-columns: 1fr min(50vw, var(--sidebar-width));

        .product-information__media {
          padding-inline-end: calc(var(--gap, 0) / 2);
        }

        .product-details {
          padding-left: calc(var(--gap, 0) / 2);
        }

        &:has(.media-gallery--extend) {
          grid-column: 1 / 3;
        }
      }

      /* Sticky media with 60/40 split */
      &.product-information--sticky-media {
        grid-template-columns: 1fr 1fr;

        .product-information__media {
          position: sticky;
          top: 0;
          height: 100vh;
          overflow-y: auto;
          padding-inline-end: calc(var(--gap, 0) / 2);
        }

        .product-details {
          padding-left: calc(var(--gap, 0) / 2);
        }
      }

      /* Media on the right side */
      &.product-information--media-right {
        grid-template-columns: min(50vw, var(--sidebar-width)) 1fr;

        .product-information__media {
          padding-inline-start: calc(var(--gap, 0) / 2);
          order: 1;
        }

        .product-details {
          padding-right: calc(var(--gap, 0) / 2);
          order: 0;
        }

        &:has(.media-gallery--extend) {
          grid-column: 2 / -1;
        }
      }

      /* Equal width columns */
      &.product-information__grid--half,
      &.product-information__grid--half:has(.media-gallery--extend) {
        grid-column: 1 / -1;
        grid-template-columns:
          var(--full-page-grid-margin) calc(var(--full-page-grid-central-column-width) / 2) calc(
            var(--full-page-grid-central-column-width) / 2
          )
          var(--full-page-grid-margin);

        &.product-information--media-left {
          .product-information__media {
            grid-column: 2 / 3;

            &:has(.media-gallery--extend) {
              grid-column: 1 / 3;
            }
          }

          .product-details {
            grid-column: 3 / 4;
          }
        }

        &.product-information--media-right {
          .product-information__media {
            grid-column: 3 / 4;

            &:has(.media-gallery--extend) {
              grid-column: 3 / -1;
            }
          }

          .product-details {
            grid-column: 2 / 3;
          }
        }
      }
    }

    /* Handle full width section */
    .section--full-width {
      .product-information__grid:not(.product-information--media-none) {
        &.product-information--media-left,
        &.product-information--media-right {
          grid-column: 1 / -1;
        }

        &.product-information--media-left .product-details {
          padding-inline-end: var(--padding-lg);
        }

        &.product-information--media-right .product-details {
          padding-inline-start: var(--padding-lg);
        }

        &.product-information__grid--half.product-information--media-left {
          .product-information__media {
            grid-column: 1 / 3;
          }

          .product-details {
            grid-column: 3 / -1;
          }
        }

        &.product-information__grid--half.product-information--media-right {
          .product-information__media {
            grid-column: 3 / -1;
          }

          .product-details {
            grid-column: 1 / 3;
          }
        }
      }
    }
  }

  /* Wider sidebar for large screens */
  @media screen and (min-width: 1200px) {
    .product-information__grid:not(
        .product-information__grid--half,
        .product-information--media-none
      ).product-information--media-left {
      grid-template-columns: 2fr 1fr;
    }

    .product-information__grid:not(
        .product-information__grid--half,
        .product-information--media-none
      ).product-information--media-right {
      grid-template-columns: 1fr 2fr;
    }
  }

  .product-information__grid--limit-details .product-details > .group-block {
    --details-max-width: var(--sidebar-width);
    max-width: var(--details-max-width);
  }

  @media screen and (min-width: 1600px) {
    .product-information__grid--limit-details .product-details > .group-block {
      --details-max-width: 32rem;
    }
  }

  /* If the header is sticky, make product details content stick underneath the header */
  body:has(#header-group #header-component[data-sticky-state='active']) .product-details.sticky-content--desktop {
    --sticky-header-offset: var(--header-height);
  }
/* END_SNIPPET:product-information-content */

/* START_SNIPPET:product-media-gallery-content-styles (INDEX:342) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

  media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
    /* Needed for safari to stretch to full grid height */
    height: 100%;
  }

  @media screen and (min-width: 750px) {
    .media-gallery--two-column .media-gallery__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Display grid view as a carousel on mobile, grid on desktop */
    media-gallery:is(.media-gallery--grid) slideshow-component {
      display: none;
    }

    media-gallery:where(.media-gallery--grid) .media-gallery__grid {
      display: grid;
    }
  }

  .product-media-container__zoom-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: var(--layer-flat);
    cursor: zoom-in;
    background-color: transparent;

    &:hover {
      background-color: transparent;
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }
/* END_SNIPPET:product-media-gallery-content-styles */

/* START_SNIPPET:product-media-gallery-content (INDEX:343) */
.dialog-thumbnails-list-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    z-index: var(--layer-raised);
  }

  .dialog-thumbnails-list {
    --active-thumbnail-border-color: rgb(var(--color-border-rgb) / var(--media-border-opacity));

    position: relative;
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    bottom: 0;
    overflow-x: auto;
    opacity: 0;
    padding: var(--padding-lg);
    margin-inline: auto;
    scrollbar-width: none;
    animation: thumbnailsSlideInBottom calc(var(--animation-speed) * 0.75) var(--animation-easing) forwards;
    animation-delay: calc(var(--animation-speed) * 1.5);
  }

  .dialog--closed .dialog-thumbnails-list {
    animation: thumbnailsSlideOutBottom var(--animation-speed) var(--animation-easing) forwards;
  }

  @media screen and (min-width: 750px) {
    .dialog-thumbnails-list {
      position: fixed;
      flex-direction: column;
      inset: 50% var(--margin-lg) auto auto;
      right: 0;
      max-height: calc(100vh - 200px);
      overflow-y: auto;
      animation: thumbnailsSlideInTop var(--spring-d220-b0-duration) var(--spring-d220-b0-easing) forwards;
      animation-delay: calc(var(--spring-d220-b0-duration) * 0.5);
    }

    .dialog--closed .dialog-thumbnails-list {
      animation: thumbnailsSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
    }
  }

  .dialog-thumbnails-list__thumbnail {
    width: var(--thumbnail-width);
    height: auto;
    transition: transform var(--animation-speed) var(--animation-easing);
    flex-shrink: 0;
    border-radius: var(--media-radius);

    img {
      height: 100%;
      object-fit: cover;
      border-radius: var(--media-radius);
      aspect-ratio: var(--aspect-ratio);
    }

    &:is([aria-selected='true']) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid var(--active-thumbnail-border-color);
    }
  }

  @supports (anchor-name: --test) {
    .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-selected='true']))::after {
      --inset-offset: calc(var(--focus-outline-offset) / 2);

      content: '';
      position: absolute;
      inset: anchor(top) anchor(right) anchor(bottom) anchor(left);
      position-anchor: --selected-thumbnail;
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid var(--active-thumbnail-border-color);
      border-radius: var(--media-radius);
      z-index: var(--layer-raised);
    }

    @media (prefers-reduced-motion: no-preference) {
      .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-selected='true']))::after {
        transition-property: inset;
        transition-duration: var(--spring-d180-b0-duration);
        transition-timing-function: var(--spring-d180-b0-easing);
      }
    }

    .dialog-thumbnails-list__thumbnail:is([aria-selected='true']) {
      outline: none;
      border: none;
      anchor-name: --selected-thumbnail;
    }
  }

  .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    /* Move the controls above the thumbnails. Need to calculate the height of the thumbnails list */
    bottom: calc(var(--thumbnail-width) / var(--media-preview-ratio) + var(--padding-lg) * 2);
    right: var(--padding-lg);
  }

  @media screen and (min-width: 750px) {
    .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
      /* Move the controls up to match the padding on the thumbnails */
      bottom: var(--padding-lg);

      /* Move the controls to the left of the thumbnails list on the right */
      right: calc(var(--thumbnail-width) + var(--padding-lg) * 2);
    }
  }

  @media screen and (max-width: 749px) {
    /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
    .media-gallery--hint
      :is(
        slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
        slideshow-slide[aria-hidden='false'] + slideshow-slide
      ) {
      content-visibility: auto;

      slideshow-component[actioned] & {
        content-visibility: visible;
      }
    }
  }

  .dialog-zoomed-gallery__dialog {
    background-color: var(--color-background);
    view-transition-name: zoom-dialog-ui;
  }

  .dialog-zoomed-gallery {
    cursor: zoom-out;
  }

  .dialog--preloading {
    opacity: 0;
  }

  @media screen and (max-width: 749px) {
    .dialog-zoomed-gallery {
      /* Prevent scroll wheel or swipe scrolling */
      overscroll-behavior: none;
      scrollbar-width: none;
      display: flex;
      scroll-snap-type: x mandatory;
      overflow-x: hidden;
      scroll-behavior: smooth;
      height: 100%;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .dialog-zoomed-gallery .product-media-container {
      flex: 0 0 100%;
      scroll-snap-align: start;
      position: relative;
    }

    .dialog-zoomed-gallery .product-media-container--image .product-media {
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }

    .dialog-zoomed-gallery .product-media-container--video,
    .dialog-zoomed-gallery .product-media-container--external_video {
      align-content: center;
    }

    .dialog-zoomed-gallery
      :is(.product-media-container--video, .product-media-container--external_video, .product-media-container--model)
      .product-media {
      aspect-ratio: auto;
      align-items: center;
      height: 100%;

      .product-media__image {
        height: 100%;
      }
    }

    .product-media__drag-zoom-wrapper {
      display: flex;
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: scroll;
      scrollbar-width: none;
      justify-content: center;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .product-media__drag-zoom-wrapper .product-media__image {
      --product-media-fit: contain;

      object-fit: var(--product-media-fit);
      overflow: hidden;
      transform: scale(var(--drag-zoom-scale))
        translate(var(--drag-zoom-translate-x, 0), var(--drag-zoom-translate-y, 0));
    }

    .media-gallery--hint {
      --slideshow-gap: var(--gap-2xs);

      :not(.dialog-zoomed-gallery) > .product-media-container:not(:only-child) {
        width: 90%;

        .product-media img {
          object-fit: cover;
        }
      }
    }
  }

  .dialog-zoomed-gallery__close-button {
    color: #fff;
    mix-blend-mode: difference;
    z-index: var(--layer-raised);
  }

  /* Mobile thumbnails styling */
  @media screen and (max-width: 749px) {
    .media-gallery__mobile-controls[thumbnails] {
      --thumbnail-width: 44px;
    }

    .media-gallery__mobile-controls[thumbnails] .slideshow-controls__thumbnail {
      width: var(--thumbnail-width);
      height: auto;
    }
  }

  .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-out;
  }

  .dialog-zoomed-gallery .product-media-container--video deferred-media,
  .dialog-zoomed-gallery .product-media-container--external_video deferred-media {
    height: auto;
    aspect-ratio: var(--ratio);
  }

  .dialog-zoomed-gallery .product-media-container--model .product-media__image {
    /* Make the height match the height of the model-viewer */
    height: 100vh;
  }

  :root:active-view-transition .dialog-zoomed-gallery__dialog {
    background-color: transparent;
  }

  ::view-transition-group(zoom-dialog-ui) {
    z-index: calc(var(--layer-overlay) + 1);
  }

  ::view-transition-old(gallery-item-open),
  ::view-transition-new(gallery-item-open) {
    animation-timing-function: step-start;
  }

  ::view-transition-old(gallery-item-close),
  ::view-transition-new(gallery-item-close) {
    animation-timing-function: step-end;
  }

  @media screen and (min-width: 750px) {
    :root:active-view-transition .product-media__image {
      background-color: transparent;
    }
  }

  ::view-transition-group(gallery-item-open),
  ::view-transition-group(gallery-item-close) {
    z-index: var(--layer-overlay);
    border-radius: var(--gallery-media-border-radius);
    overflow: clip;
  }

  ::view-transition-group(gallery-item-open) {
    animation-timing-function: var(--spring-d300-b0-easing);
    animation-duration: var(--spring-d300-b0-duration);
  }

  ::view-transition-group(gallery-item-close) {
    animation-timing-function: var(--spring-d220-b0-easing);
    animation-duration: var(--spring-d220-b0-duration);
  }

  @media screen and (max-width: 749px) {
    ::view-transition-group(gallery-item-open),
    ::view-transition-group(gallery-item-close) {
      animation-timing-function: step-start;
      animation-duration: 0.1s;
    }

    ::view-transition-new(gallery-item-open) {
      animation: fade-in var(--spring-d180-b0-duration) var(--spring-d180-b0-easing) forwards;
      animation-timing-function: var(--spring-d180-b0-easing);
      animation-duration: var(--spring-d180-b0-duration);
    }

    ::view-transition-old(gallery-item-close) {
      animation: fade-out 0.08s linear forwards;
    }
  }

  @keyframes fade-in {
    from {
      scale: 0.98;
      opacity: 0.8;
    }
  }

  @keyframes fade-out {
    to {
      opacity: 0;
    }
  }

  /*
   * Product media gallery slideshow context styles
   */
  .product-media-gallery__slideshow--single-media slideshow-container {
    @media screen and (max-width: 749px) {
      grid-area: unset;
    }
  }

  /* Display grid view as a carousel on mobile, grid on desktop */
  media-gallery:is(.media-gallery--grid) slideshow-component {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
    .media-gallery--hint
      :is(
        slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
        slideshow-slide[aria-hidden='false'] + slideshow-slide
      ) {
      content-visibility: auto;

      slideshow-component[actioned] & {
        content-visibility: visible;
      }
    }
  }

  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) {
      &:has(slideshow-controls[pagination-position='right']) {
        display: grid;
        grid-template:
          'container controls' auto
          'arrows controls' min-content
          / 1fr auto;
      }

      &:has(slideshow-controls[pagination-position='left']) {
        display: grid;
        grid-template:
          'controls container' auto
          'controls arrows' min-content
          / auto 1fr;
      }

      slideshow-controls[pagination-position='left'] {
        order: -1;
      }
    }
  }

  .media-gallery--carousel slideshow-arrows .slideshow-control {
    padding-inline: 0 var(--padding-md);
    opacity: 1;
  }

  @media screen and (max-width: 749px) {
    slideshow-component:has(:not(.mobile\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
      .shopify-model-viewer-ui__controls-area {
      /* Position the controls just above the counter */
      bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
    }
  }

  @media screen and (min-width: 750px) {
    slideshow-component:has(:not(.desktop\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
      .shopify-model-viewer-ui__controls-area {
      /* Position the controls just above the counter */
      bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }
/* END_SNIPPET:product-media-gallery-content */

/* START_SNIPPET:product-media (INDEX:344) */
.product-media {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
    min-height: 0;
    min-width: 0;
  }

  .product-media__image {
    object-position: var(--focal-point, center center);
  }

  /*** Media border-radius feature ****/
  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-container,
    .media-gallery--grid .product-media > * {
      border-radius: var(--media-radius, 0);
      overflow: hidden;
    }

    /* When the CAROUSEL is on the LEFT side */
    .product-information:not(.product-information--media-right)
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    /* When the CAROUSEL is on the RIGHT side */
    .product-information.product-information--media-right
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    /* When the GRID is on the LEFT side */
    .product-information:not(.product-information--media-right) {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column:not(.media-gallery--large-first-image)
        .product-media-container:nth-of-type(odd)
        .product-media
        > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media
        > * {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }

    /* When the GRID is on the RIGHT side */
    .product-information.product-information--media-right {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column:not(.media-gallery--large-first-image)
        .product-media-container:nth-of-type(even)
        .product-media
        > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(odd))
        .product-media
        > * {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }
/* END_SNIPPET:product-media */

/* START_SNIPPET:quantity-selector (INDEX:346) */
.quantity-selector-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(var(--gap-sm) / 2);

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .price-per-item {
    display: block;
    color: var(--color-foreground);
    font-size: var(--font-size--sm);
    font-weight: normal;
  }
/* END_SNIPPET:quantity-selector */

/* START_SNIPPET:quick-add-modal-styles (INDEX:347) */
#quick-add-dialog {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal {
      width: var(--quick-add-modal-width);
      height: var(--quick-add-modal-height);
      max-width: none;
    }
  }

  .quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    overflow: hidden;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 749px) {
      position: fixed;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
      overflow: clip;
      height: fit-content;
    }
  }

  .quick-add-modal[open] {
    @media screen and (max-width: 750px) {
      border-top-left-radius: var(--style-border-radius-popover);
      border-top-right-radius: var(--style-border-radius-popover);
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
    overflow: visible;
    transform-origin: center;
  }

  .quick-add-modal__close:active {
    transform: scale(0.99) translateY(1px);
  }

  .quick-add-modal__close {
    &:focus-visible {
      outline: none;
    }

    &:focus-visible::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: calc(var(--style-border-radius-popover) - var(--margin-2xs));
      outline: var(--focus-outline-width) solid currentColor;
    }
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    flex-grow: 1;

    @media screen and (max-width: 749px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
      .product-media-container:nth-of-type(odd)
      .product-media > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media > *,
        /* Carousel */
      .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 749px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    position: relative;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 749px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      max-height: 100%;
      height: 100%;
    }
  }

  @property --quick-add-modal-mask-start {
    syntax: '<length>';
    initial-value: 0px;
    inherits: false;
  }

  @property --quick-add-modal-mask-end {
    syntax: '<length>';
    initial-value: 0px;
    inherits: true;
  }

  @keyframes detect-scroll {
    from,
    to {
      --can-scroll: ;
    }
  }

  @supports (animation-timeline: scroll(self)) {
    dialog[open] .quick-add-modal__content .product-details {
      mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--quick-add-modal-mask-start), #000 100%);
      animation: 0.3s var(--animation-timing-fade-in) 0.1s both fadeSlideIn, scrollStart 1s linear both,
        scrollEnd 1s linear both, detect-scroll 1ms linear none;
      animation-timeline: auto, scroll(self), scroll(self), scroll(self);
      animation-range: normal, 0px 48px, calc(100% - 48px) 100%, 0% 100%;
    }
  }

  @keyframes scrollStart {
    from {
      --quick-add-modal-mask-start: 0px;
    }
    to {
      --quick-add-modal-mask-start: 48px;
    }
  }

  @keyframes scrollEnd {
    from {
      --quick-add-modal-mask-end: 0px;
    }
    to {
      --quick-add-modal-mask-end: 48px;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    flex-grow: 1;
    width: auto;
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }
  .quick-add-modal__content .product-details :is(.buy-buttons-block) {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding-bottom: var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) {
    position: static;
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) > product-form-component {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)::before {
    display: none;
  }

  .quick-add-modal__content .product-details .buy-buttons-block__bar {
    display: block;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    padding-block: var(--gap-md) var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  @supports (animation-timeline: scroll(self)) {
    .quick-add-modal__content .product-details :is(.buy-buttons-block)::before,
    .quick-add-modal__content .product-details .buy-buttons-block__bar::before {
      --mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);
      --mask-if-no-scroll: 48px;
      --quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));
      height: calc(var(--gap-2xs) + 48px);
    }
  }

  .quick-add-modal__content .product-details .variant-picker {
    flex: 0 0 auto;

    padding-block: min(var(--gap-2xl), var(--gap));
    margin-block-end: calc(var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    margin-block-end: 12px;

    /* Prevent overlap between title and close button */
    padding-inline-end: calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2));
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .product-details product-price {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price.text-block--align-center {
    margin-inline: 0;
  }

  .quick-add-modal__content .product-details product-price.text-center {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price > * {
    text-align: left;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: 0;
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding-block: var(--padding-3xl) 0;
  }

  .quick-add-modal__content :where(.product-details > .group-block > .group-block-content > *) {
    padding-inline: var(--padding-3xl);
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      width: var(--quick-add-modal-gallery-width);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media :is(slideshow-controls, slideshow-controls[thumbnails]) {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */

/* START_SNIPPET:quick-add-styles (INDEX:349) */
/* Quick Add */
  /* Sit above product-card trust score (uses --layer-heightened) so the control stays visible */
  product-card .quick-add {
    z-index: calc(var(--layer-heightened) + 1);
  }

  /*
   * Zoom-out grid view hides direct overlays on .card-gallery; restore quick-add so add-to-cart
   * stays usable (sessionStorage can leave the grid in zoom-out across visits).
   */
  ul.product-grid[product-grid-view='zoom-out'] .card-gallery > quick-add-component {
    display: block;
  }

  .quick-add {
    --quick-add-offset: var(--padding-sm);
    --quick-add-right: calc(var(--quick-add-offset) + var(--padding-inline-end, 0px));
    --quick-add-bottom: calc(var(--quick-add-offset) + var(--padding-block-end, 0px));

    position: absolute;
    inset: 0;
    z-index: var(--layer-raised);
    pointer-events: none;

    @media screen and (min-width: 750px) {
      --quick-add-offset: var(--padding-md);
    }
  }

  .quick-add .variant-option__button-label input[data-option-available='false'] {
    cursor: not-allowed;
  }

  .quick-add[class*='color-scheme-'] {
    background-color: #0000;
  }

  product-card:is(:hover, :focus-within) .quick-add__button {
    opacity: 1;
  }

  .quick-add__button {
    display: var(--quick-add-mobile-display, none);
    align-items: center;
    background: linear-gradient(var(--color-background) 0 100%) padding-box;
    padding: 0;
    border-radius: 50px;
    border: 2px solid hsl(0 0% 0% / 0.15);
    height: var(--button-size-md);
    cursor: pointer;
    opacity: var(--quick-add-mobile-opacity, 0);
    overflow: hidden;
    color: var(--color-foreground);
    pointer-events: all;
    position: absolute;
    right: var(--quick-add-right, var(--quick-add-offset));
    bottom: var(--quick-add-bottom, var(--quick-add-offset));
    backdrop-filter: blur(20px) saturate(180%);

    &:hover {
      scale: 1.03;

      /* Hover stabilizer: extends hit area to maintain hover state */
      &::before {
        content: '';
        position: absolute;
        inset: -10px;
        z-index: -1;
      }
    }

    &:active {
      scale: 0.99;
    }

    .quick-add[stay-visible] & {
      display: grid;
    }

    @media screen and (min-width: 750px) {
      display: var(--quick-add-display, flex);
      opacity: 0;
    }
  }

  .quick-add__button.add-to-cart-button {
    height: var(--button-size-md);
  }

  .quick-add__button .add-to-cart-text {
    background: var(--color-background);
    overflow: hidden;
    border-radius: 50px;
    height: 100%;
    gap: 0;
  }

  .quick-add__button .svg-wrapper .checkmark-burst {
    width: 22px;
    height: 22px;
  }

  .quick-add__button .add-to-cart-icon {
    /* account for border width */
    height: 100%;
    width: calc(var(--button-size-md) - 4px);
  }

  .quick-add__button .add-to-cart-text__content {
    display: grid;
    grid-template-columns: 0fr;

    & > span {
      min-width: 0;

      span {
        padding-right: var(--padding-sm);
        opacity: 0;
        display: inline-block;
        filter: blur(2px);
        translate: 0.5ch 0;
      }
    }
  }

  .quick-add__button[data-added='true'] .add-to-cart-text {
    animation-name: atc-fade-out;
  }

  .quick-add__button[data-added='true'] .add-to-cart-text--added {
    translate: 0 0;
    animation-name: atc-fade-in;
  }

  .quick-add__product-form-component {
    height: 100%;
  }

  .quick-add__product-form-component .shopify-product-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    container-type: inline-size;
    height: 100%;
  }

  .quick-add-modal .product-media {
    width: 100%;
    height: 100%;
  }

  .quick-add-modal deferred-media {
    display: none;
  }

  .quick-add-modal .media-gallery--carousel slideshow-component {
    --cursor: default;
  }

  .quick-add__button:is(:hover, :focus-visible) {
    .add-to-cart-text__content {
      grid-template-columns: 1fr;

      span span {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
      }
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .quick-add__button .add-to-cart-text__content {
      grid-template-columns: 1fr;

      span span {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
      }
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .quick-add__button {
      transition-property: scale, translate, opacity;
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--ease-out-cubic);
    }

    .quick-add__button:is(:hover, :focus-visible) {
      .add-to-cart-text__content,
      .add-to-cart-text__content span span {
        transition-delay: var(--animation-speed);
      }
    }

    .quick-add__button .add-to-cart-text__content {
      transition-property: grid-template-columns;
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--ease-out-cubic);

      span span {
        transition-property: opacity, filter, translate;
        transition-duration: var(--animation-speed-slow);
        transition-timing-function: var(--ease-out-quad);
      }
    }
  }
/* END_SNIPPET:quick-add-styles */

/* START_SNIPPET:registry-add-button-styles (INDEX:351) */
.registry-cta-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .registry-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
    min-height: var(--height-buy-buttons, 56px);
    padding-block: var(--padding-lg, 1rem);
    padding-inline: var(--padding-md, 1rem);
    color: #234637;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #234637;
    border-radius: var(--style-border-radius-buttons-secondary, 100px);
    font-family: var(--button-font-family-secondary, inherit);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: var(--button-text-case-secondary, none);
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity var(--animation-speed, 0.2s),
                background-color var(--animation-speed, 0.2s),
                color var(--animation-speed, 0.2s),
                border-color var(--animation-speed, 0.2s);
  }

  .registry-cta-button:hover:not(:disabled) {
    color: var(--color-primary-button-hover-background, rgb(108 117 96 / 1));
    background-color: rgb(239 238 231 / 1);
    border-color: var(--color-primary-button-hover-background, rgb(108 117 96 / 1));
  }

  .registry-cta-button:focus-visible {
    outline: var(--focus-outline-width, 0.09375rem) solid var(--color-foreground, currentColor);
    outline-offset: var(--focus-outline-offset, 0.2em);
  }

  .registry-cta-button:disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .registry-cta-button[data-state="added"] {
    color: #234637;
    background-color: rgb(239 238 231 / 1);
    border-color: #234637;
  }

  .registry-cta-button[data-state="added"] .registry-cta-icon {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  }

  .registry-cta-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 12 20 22 4 22 4 12'/><rect x='2' y='7' width='20' height='5'/><line x1='12' y1='22' x2='12' y2='7'/><path d='M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z'/><path d='M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 12 20 22 4 22 4 12'/><rect x='2' y='7' width='20' height='5'/><line x1='12' y1='22' x2='12' y2='7'/><path d='M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z'/><path d='M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .registry-cta-label {
    font-size: 0.875rem;
    font-family: var(--button-font-family-secondary, inherit);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
/* END_SNIPPET:registry-add-button-styles */

/* START_SNIPPET:resource-card (INDEX:357) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }

    .volume-pricing-note {
      display: block;
      margin-top: var(--padding-3xs);
      font-family: var(--font-body--family);
      font-weight: normal;
      font-size: min(0.85em, var(--font-paragraph--size));
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */

/* START_SNIPPET:resource-image (INDEX:358) */
.resource-image {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: var(--layer-base);
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: var(--ratio);
  }

  .resource-image__image {
    object-fit: cover;
    aspect-ratio: var(--ratio);
    width: 100%;
    height: 100%;
  }

  .resource-image--placeholder {
    width: 100%;
    height: 100%;
  }
/* END_SNIPPET:resource-image */

/* START_SNIPPET:resource-list-carousel (INDEX:359) */
.resource-list__carousel {
    --slide-width: 60vw;
    width: 100%;
    position: relative;
    container-type: inline-size;
    container-name: resource-list-carousel;

    .slideshow-control[disabled] {
      display: none;
    }

    .slideshow-control--next {
      margin-inline-start: auto;
    }
  }

  @container resource-list-carousel (max-width: 749px) {
    .resource-list__carousel .resource-list__slide {
      --slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
    }
  }

  @container resource-list-carousel (min-width: 750px) {
    .resource-list__carousel .resource-list__slide {
      --section-slide-width: calc(
        (100% - (var(--resource-list-column-gap) * (var(--column-count) - 1)) - var(--peek-next-slide-size)) /
          var(--column-count)
      );
      --fallback-slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
      --slide-width: var(--section-slide-width, var(--fallback-slide-width));
    }
  }

  .resource-list__carousel slideshow-slides {
    gap: var(--resource-list-column-gap);

    /* Add padding to prevent hover animations from being clipped in slideshow
     15px accommodates:
     - Scale effect (9px on each side from 1.03 scale)
     - Lift effect (4px upward movement)
     - Shadow (15px spread with -5px offset)
     Using 16px for better alignment with our spacing scale */
    margin-block: -16px;
    padding-block: 16px;
  }

  .resource-list__carousel slideshow-arrows {
    padding-inline: var(--util-page-margin-offset);
  }

  .resource-list__carousel .resource-list__slide {
    width: var(--slide-width);
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: 0;
    /*
      Default slideshow-slide uses overflow: hidden (snippets/slideshow-styles.liquid),
      which clips product cards' outer box-shadow / “panel” depth (e.g. nurture-style.css).
      Grid product lists are not inside slideshow-slide, so switching this section to
      carousel made that depth disappear — allow overflow so card surfaces read the same.
    */
    overflow: visible;
  }

  /*
   * Resource list carousels have peeking slides on both sides.
   * We try to kick load them beforehand (they are lazy loaded otherwise).
   */
  .resource-list__carousel
    :is(
      slideshow-slide:has(+ slideshow-slide[aria-hidden='false']),
      slideshow-slide[aria-hidden='false'] + slideshow-slide
    ) {
    content-visibility: auto;

    slideshow-component[actioned] & {
      content-visibility: visible;
    }
  }
/* END_SNIPPET:resource-list-carousel */

/* START_SNIPPET:search-modal (INDEX:362) */
.search-modal {
    --search-border-radius: var(--style-border-radius-popover);
  }

  .search-modal__content {
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;
    padding: var(--padding-xl) var(--padding-xl) var(--padding-lg);
    border: var(--style-border-popover);
    background: var(--color-background);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      max-width: 720px;
      margin-block-start: var(--modal-top-margin);
    }
  }

  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop { display: none; }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 240ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 180ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
    flex-direction: column;
    gap: var(--margin-md);
  }

  .birch-ai-modal-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--margin-sm);
    width: 100%;
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.18);
    border-radius: 999px;
    padding: 6px 6px 6px 16px;
    background: var(--color-background);
    transition: border-color 150ms ease, box-shadow 150ms ease;
  }

  .birch-ai-modal-form:focus-within {
    border-color: rgb(var(--color-primary-rgb) / 0.55);
    box-shadow: 0 0 0 4px rgb(var(--color-primary-rgb) / 0.12);
  }

  .birch-ai-modal-form__icon {
    flex-shrink: 0;
    width: var(--icon-size-md);
    height: var(--icon-size-md);
    color: rgb(var(--color-foreground-rgb) / 0.55);
    display: inline-flex;
    align-items: center;
  }

  .birch-ai-modal-form__icon svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .birch-ai-modal-form__input {
    flex: 1 1 auto;
    border: 0;
    outline: none;
    background: transparent;
    font-size: var(--font-size--md);
    color: var(--color-foreground);
    padding: 8px 0;
    min-width: 0;
  }

  .birch-ai-modal-form__input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .birch-ai-modal-form__close {
    background: transparent;
    border: 0;
    padding: 0;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(var(--color-foreground-rgb) / 0.55);
    border-radius: 50%;
  }

  .birch-ai-modal-form__close:hover {
    background: rgb(var(--color-foreground-rgb) / 0.06);
    color: var(--color-foreground);
  }

  .birch-ai-modal-form__close svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .birch-ai-modal-form__submit {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--color-primary);
    color: var(--color-primary-foreground, white);
    border: 0;
    border-radius: 999px;
    font-size: var(--font-size--sm);
    font-weight: 600;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
  }

  .birch-ai-modal-form__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgb(var(--color-primary-rgb) / 0.25);
  }

  .birch-ai-modal-form__submit:active {
    transform: scale(0.97);
  }

  .birch-ai-modal-form__submit-spark {
    font-size: 14px;
    line-height: 1;
  }

  .birch-ai-modal-hint {
    margin: 0;
    font-size: var(--font-size--xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }

  .birch-ai-modal-hint__chip {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.15);
    border-radius: 999px;
    background: rgb(var(--color-foreground-rgb) / 0.03);
    color: var(--color-foreground);
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease;
  }

  .birch-ai-modal-hint__chip:hover {
    background: rgb(var(--color-primary-rgb) / 0.08);
    border-color: rgb(var(--color-primary-rgb) / 0.4);
  }

  /* ── Voice search button (shared) ───────────────────────────────────── */
  .voice-search-btn {
    flex-shrink: 0;
    background: transparent;
    border: 0;
    padding: 0;
    width: var(--minimum-touch-target, 44px);
    height: var(--minimum-touch-target, 44px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(var(--color-foreground-rgb) / 0.55);
    border-radius: 50%;
    transition: color 150ms ease, background 150ms ease;
  }

  .voice-search-btn:hover {
    background: rgb(var(--color-foreground-rgb) / 0.06);
    color: var(--color-foreground);
  }

  .voice-search-btn svg {
    width: 18px;
    height: 18px;
  }

  .voice-search-btn--listening {
    color: #e53e3e;
  }

  @keyframes voice-search-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.65; transform: scale(1.2); }
  }

  .voice-search-btn--listening svg {
    animation: voice-search-pulse 1.1s ease-in-out infinite;
  }
/* END_SNIPPET:search-modal */

/* START_SNIPPET:search (INDEX:363) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  @media screen and (max-width: 749px) {
    .search-action--hidden-on-drawer {
      display: none;
    }
  }

  @media screen and (min-width: 750px) {
    [data-menu-style='drawer'] .search-action--hidden-on-drawer {
      display: none;
    }

    [data-menu-style='menu'] .search-action--hidden-on-menu {
      display: none;
    }
  }

  [data-menu-style='menu'] .header__column--left .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--padding-lg) * -1);
    }
  }

  .header__column--right .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--gap-md) * -1);
    }
  }

  @media screen and (min-width: 750px) {
    .header__column--right .search-action--text {
      margin-inline: 0;
    }

    [data-menu-style='menu'] .header__column--left .search-action--text {
      margin-inline: 0;
    }
  }
/* END_SNIPPET:search */

/* START_SNIPPET:skip-to-content-link (INDEX:366) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */

/* START_SNIPPET:slideshow-arrow (INDEX:368) */
.slideshow-control--large {
    .icon-caret {
      --icon-stroke-width: 1px;
    }

    .icon-caret {
      --icon-stroke-width: 1px;
    }

    .svg-wrapper,
    svg {
      width: var(--slideshow-controls-icon);
      height: var(--slideshow-controls-icon);
    }
  }

  /* Slideshow control shape styles */
  .slideshow-control.slideshow-control--shape-square,
  .slideshow-control.slideshow-control--shape-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
  }

  .slideshow-control.slideshow-control--shape-circle {
    border-radius: 50%;
  }

  .slideshow-control.slideshow-control--shape-square {
    border-radius: 0;
  }

  .slideshow-control .icon-caret {
    rotate: -90deg;
  }
/* END_SNIPPET:slideshow-arrow */

/* START_SNIPPET:slideshow-arrows (INDEX:369) */
slideshow-arrows {
    --cursor-previous: w-resize;
    --cursor-next: e-resize;

    position: absolute;
    inset: 0;
    display: flex;
    z-index: var(--layer-heightened);
    pointer-events: none;
    mix-blend-mode: difference;
    align-items: flex-end;

    &[position='left'] {
      justify-content: flex-start;
      padding-inline: var(--padding-xs);
    }

    &[position='right'] {
      justify-content: flex-end;
      padding-inline: var(--padding-xs);
    }

    &[position='center'] {
      justify-content: space-between;
      align-items: center;
    }
  }

  slideshow-arrows:has(.slideshow-control--shape-square),
  slideshow-arrows:has(.slideshow-control--shape-circle) {
    mix-blend-mode: normal;
  }

  slideshow-component[disabled='true'] slideshow-arrows {
    display: none;
  }

  slideshow-arrows .slideshow-control {
    pointer-events: auto;
    opacity: 0;
    min-height: var(--minimum-touch-target);
    min-width: var(--minimum-touch-target);
    padding: 0 var(--padding-xs);
    color: var(--color-white);
  }

  slideshow-arrows .slideshow-control.slideshow-control--style-none {
    display: none;
  }
/* END_SNIPPET:slideshow-arrows */

/* START_SNIPPET:slideshow-controls (INDEX:370) */
slideshow-controls {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    scrollbar-width: none;
    min-height: var(--minimum-touch-target);
    grid-area: controls;

    &[controls-on-media] {
      position: absolute;
      bottom: 0;
    }
  }

  slideshow-controls::-webkit-scrollbar {
    display: none;
  }

  slideshow-controls button {
    --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
    --color-active: var(--color-foreground);
    --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));

    display: inline-block;
    height: var(--minimum-touch-target);
    width: var(--minimum-touch-target);
    cursor: pointer;
  }

  slideshow-controls .icon {
    width: var(--icon-size-sm);
    height: var(--icon-size-xs);
  }

  slideshow-controls[pagination-position='center'] {
    align-items: center;
    justify-content: center;
  }

  slideshow-controls[pagination-position='center'][thumbnails] {
    width: 100%;
  }

  slideshow-controls[pagination-position='center']:not([controls-on-media], [thumbnails], [icons-on-media]) {
    justify-content: space-between;
  }

  @media screen and (min-width: 750px) {
    slideshow-controls[thumbnails]:is([pagination-position='right'], [pagination-position='left']) {
      display: flex;
      flex-direction: column;
      height: 0;
      min-height: 100%;

      .slideshow-controls__thumbnails-container {
        overflow: hidden auto;
      }

      &:not([controls-on-media]) {
        .slideshow-controls__thumbnails-container {
          position: sticky;
          top: var(--sticky-header-offset, 0);
        }

        .slideshow-controls__thumbnails {
          padding-block-start: var(--focus-outline-offset);
        }
      }
    }

    slideshow-controls:is([pagination-position='right'], [pagination-position='left']) .slideshow-controls__thumbnails {
      flex-direction: column;
    }

    slideshow-controls:not([controls-on-media]) {
      &:is([pagination-position='left'], [pagination-position='right']) .slideshow-controls__thumbnails {
        padding-block: var(--padding-2xs);
      }

      &[pagination-position='right'] .slideshow-controls__thumbnails {
        padding-inline-end: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
      }

      &[pagination-position='left'] .slideshow-controls__thumbnails {
        padding-inline-start: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
      }
    }
  }

  slideshow-controls:not([controls-on-media])[icons-on-media] {
    &[pagination-position='right'] {
      justify-content: flex-end;
    }

    &[pagination-position='left'] {
      justify-content: flex-start;
    }
  }

  slideshow-controls[controls-on-media] {
    z-index: var(--layer-raised);

    &:has(.slideshow-controls__dots, .slideshow-controls__counter) {
      --color-foreground: #fff;
      --color-foreground-rgb: var(--color-white-rgb);
    }

    &[pagination-position='right'] {
      right: 0;
    }

    &[pagination-position='left'] {
      left: 0;
    }

    &[pagination-position='center'] {
      width: 100%;
    }

    &:not([thumbnails])[pagination-position='left'] {
      width: fit-content;
      align-self: flex-start;
    }

    &:not([thumbnails])[pagination-position='right'] {
      width: fit-content;
      align-self: flex-end;
    }
  }

  .slideshow-controls__arrows {
    display: flex;
    justify-content: space-between;
    height: var(--minimum-touch-target);
    grid-area: arrows;

    button {
      padding: 0 var(--padding-xs);
    }
  }

  .slideshow-controls__dots,
  .slideshow-controls__counter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style: none;

    button {
      --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
      --color-active: var(--color-foreground);
      --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));
    }
  }

  slideshow-controls:has(.slideshow-controls__dots),
  slideshow-component[autoplay] slideshow-controls {
    mix-blend-mode: difference;
  }

  .slideshow-controls__dots {
    gap: 0.6rem;
    padding: var(--padding-sm) var(--padding-lg);
    border-radius: 3rem;
    overflow: hidden;

    button {
      --size: 0.56rem;

      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(var(--size) * 2);
      height: calc(var(--size) * 2);
      margin: calc(var(--size) / -2);
      font-size: 0;
      border-radius: calc(var(--size));

      &::after {
        content: '';
        display: block;
        background-color: var(--color);
        height: var(--size);
        width: var(--size);
        border-radius: calc(var(--size) / 2);
        box-shadow: inset 0 0 0 1.5px hsl(0 0% 0% / 0.15);

        @supports not (view-timeline-axis: inline) {
          &[aria-selected='true'] {
            --color: var(--color-active);
          }
        }

        &:hover {
          --color: var(--color-hover);
        }
      }

      &[aria-selected='true'] {
        --color: var(--color-active);

        &::after {
          box-shadow: inset 0 0 0 1.5px hsl(0 0% 0% / 0.4);
        }
      }
    }
  }

  .slideshow-controls__dots,
  .slideshow-controls__counter {
    &:only-child {
      margin-inline: auto;
    }
  }

  .slideshow-controls__counter {
    color: var(--color-foreground);
    background-color: rgb(0 0 0 / 40%);
    width: auto;
    border-radius: 2rem;
    padding: 0.3rem var(--padding-sm);
    margin-inline: var(--margin-sm);
    backdrop-filter: blur(10px);
    font-variant-numeric: tabular-nums;
    font-size: var(--font-size--xs);

    .slash {
      color: rgb(var(--color-foreground-rgb) / var(--opacity-40));
      padding-inline: var(--padding-2xs);
      margin-block-start: -0.1rem;
    }
  }

  .slideshow-control[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

  /* Slideshow Thumbnails */
  .slideshow-controls__thumbnails-container {
    display: flex;
    width: 100%;
    max-height: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .slideshow-controls__thumbnails {
    display: inline-flex;
    padding-inline: var(--slideshow-thumbnails-padding-inline, var(--padding-sm));
    padding-block: var(--slideshow-thumbnails-padding-block, var(--padding-sm));
    gap: var(--gap-xs);
    margin-inline: auto;
    height: fit-content;

    .slideshow-control {
      border-radius: var(--thumbnail-radius, var(--media-radius));
      width: clamp(44px, 7vw, var(--thumbnail-width));
      height: auto;
      aspect-ratio: var(--aspect-ratio);

      img {
        height: 100%;
        object-fit: cover;
        border-radius: var(--thumbnail-radius, var(--media-radius));
      }

      &:is([aria-selected='true']) {
        outline: var(--focus-outline-width) solid currentcolor;
        outline-offset: calc(var(--focus-outline-offset) / 2);
        border: var(--style-border-width) solid rgb(var(--color-border-rgb) / var(--media-border-opacity));
      }
    }
  }

  .slideshow-controls__thumbnail {
    position: relative;
  }

  .slideshow-controls__thumbnail-badge {
    position: absolute;
    top: var(--padding-2xs);
    right: var(--padding-2xs);
    width: clamp(16px, 10%, 20px);
    height: clamp(16px, 10%, 20px);
    background-color: var(--color-background);
    border-radius: var(--style-border-radius-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .slideshow-controls__thumbnail-badge svg {
    width: 60%;
    height: 60%;
    fill: var(--color-foreground);
    opacity: 0.6;
  }

  /* Slideshow Play/Pause */
  .slideshow-control:is(.icon-pause, .icon-play) {
    color: var(--color-active);

    &:hover {
      color: var(--color-hover);
    }

    svg {
      display: none;
    }
  }

  slideshow-component:is([autoplay]) {
    &:is([paused]) {
      .icon-play > svg {
        display: block;
      }
    }

    &:not([paused]) {
      .icon-pause > svg {
        display: block;
      }
    }
  }
/* END_SNIPPET:slideshow-controls */

/* START_SNIPPET:slideshow-styles (INDEX:372) */
/*
   * Slideshow Component
   */
  slideshow-component {
    --cursor: grab;
    --slide-offset: 6px;

    position: relative;
    display: flex;
    flex-direction: column;
    timeline-scope: var(--slideshow-timeline);
  }

  .slideshow--single-media {
    --cursor: default;
  }

  a slideshow-component {
    --cursor: pointer;
  }

  slideshow-component [data-placeholder='true'] * {
    cursor: grab;
  }

  /*
   * Slideshow Slides
   */
  slideshow-slides {
    width: 100%;
    position: relative;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    gap: var(--slideshow-gap, 0);
    cursor: var(--cursor);
    min-height: var(--slide-min-height);
    align-items: var(--slideshow-align-items, normal);

    @media (prefers-reduced-motion) {
      scroll-behavior: auto;
    }

    &::-webkit-scrollbar {
      width: 0;
    }

    &::-webkit-scrollbar-track {
      background: transparent;
    }

    &::-webkit-scrollbar-thumb {
      background: transparent;
      border: none;
    }

    @media screen and (min-width: 750px) {
      min-height: var(--slide-min-height-desktop);
    }
  }

  .slideshow--stretch-content slideshow-slides > * {
    height: auto;
  }

  slideshow-component[disabled='true'] slideshow-slides {
    overflow: hidden;
  }

  /**
   * By default, slideshows have overflow: hidden (no compositor layer).
   * When the slideshow enters the viewport, JavaScript adds [in-viewport] which enables scrolling.
   */
  slideshow-component:not([in-viewport]) slideshow-slides {
    overflow: hidden;
  }

  slideshow-component[mobile-disabled] slideshow-slides {
    @media screen and (max-width: 749px) {
      overflow: hidden;
    }
  }

  slideshow-slides[gutters*='start'] {
    padding-inline-start: var(--gutter-slide-width, 0);
    scroll-padding-inline-start: var(--gutter-slide-width, 0);
  }

  slideshow-slides[gutters*='end'] {
    padding-inline-end: var(--gutter-slide-width, 0);
  }

  slideshow-component[dragging] {
    --cursor: grabbing;

    * {
      pointer-events: none;
    }
  }

  slideshow-component[dragging] slideshow-arrows {
    display: none;
  }

  slideshow-container {
    width: 100%;
    display: block;
    position: relative;
    grid-area: container;
    container-type: inline-size;
    background-color: var(--color-background);
  }

  /*
   * Be specific about HTML children structure to avoid targeting nested slideshows.
   * Ensure that the content is 'visible' while scrolling instead of 'auto' to avoid issues in Safari.
   */
  slideshow-component:is([dragging], [transitioning], :hover) > slideshow-container > slideshow-slides > slideshow-slide {
    content-visibility: visible;
  }

  @keyframes slide-reveal {
    0% {
      translate: calc(var(--slideshow-slide-offset, 6) * 1rem) 0;
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      translate: calc(var(--slideshow-slide-offset, 6) * -1rem) 0;
      opacity: 0;
    }
  }

  /*
   * Slideshow Slide
   */
  slideshow-slide {
    position: relative;
    scroll-snap-align: center;
    width: var(--slide-width, 100%);
    max-height: 100%;
    flex-shrink: 0;
    view-timeline-name: var(--slideshow-timeline);
    view-timeline-axis: inline;
    content-visibility: auto;
    contain-intrinsic-size: auto none;
    border-radius: var(--corner-radius, 0);
    overflow: hidden;

    slideshow-component[actioned] &,
    &[aria-hidden='false'] {
      content-visibility: visible;
    }

    slideshow-component slideshow-slide:not([aria-hidden='false']) {
      content-visibility: hidden;
    }

    &[hidden]:not([reveal]) {
      display: none;
    }

    /* Make inactive slides appear clickable */
    &[aria-hidden='true'] {
      cursor: pointer;
    }
  }

  slideshow-slide .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    bottom: var(--padding-sm);
    right: var(--padding-sm);
  }

  slideshow-component.slideshow--content-below-media slideshow-slide {
    display: grid;
  }

  .slideshow--content-below-media slideshow-slide :is(.slide__image-container, .slide__content) {
    position: static;
  }

  .slideshow--content-below-media slideshow-slide {
    grid-template-rows: var(--grid-template-rows);

    @media screen and (min-width: 750px) {
      grid-template-rows: var(--grid-template-rows-desktop);
    }
  }
/* END_SNIPPET:slideshow-styles */

/* START_SNIPPET:sorting (INDEX:374) */
.sorting-filter__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--drawer-padding) 0;
    padding-block: var(--padding-sm);
    margin-inline-end: var(--margin-md);
    position: relative;
  }

  .sorting-filter__container .facets__label {
    font-size: var(--font-h4--size);
  }

  .sorting-filter__select-wrapper {
    display: flex;
    position: relative;
    border-radius: var(--variant-picker-button-radius);
    align-items: center;
    overflow: clip;
    padding: var(--padding-2xs) var(--padding-xs);
  }

  .sorting-filter__select-wrapper:has(:focus-visible) {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .sorting-filter__select-wrapper:has(:focus-visible) .sorting-filter__select {
    outline: none;
  }

  .sorting-filter__container .sorting-filter__select {
    appearance: none;
    border: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding-inline-end: var(--icon-size-2xs);
    text-align: right;

    /* Needed for Safari */
    text-align-last: right;
  }

  .sorting-filter__select .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .sorting-filter {
    @media screen and (min-width: 750px) {
      z-index: var(--facets-upper-z-index);
    }
  }

  .sorting-filter__options {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    color: var(--color-foreground);
    z-index: var(--facets-upper-z-index);
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    border-radius: var(--style-border-radius-popover);
    width: max-content;
    min-width: var(--facets-panel-min-width);
    min-height: 0;

    transition: grid-template-rows var(--animation-speed-slow) var(--animation-easing),
      opacity var(--animation-speed-slow) var(--animation-easing);
  }

  details[open] .sorting-filter__options {
    opacity: 1;
    grid-template-rows: 1fr;
  }

  .sorting-filter__options-inner {
    display: flex;
    flex-direction: column;
    grid-row: 1 / span 2;
    gap: var(--gap-sm);
    padding: calc(var(--drawer-padding) / 2);
    color: var(--color-foreground);
    overflow: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }

    @media screen and (min-width: 750px) {
      gap: 0;
    }
  }

  .sorting-filter__option {
    cursor: pointer;
    display: grid;
    grid-template-columns: var(--icon-size-sm) 1fr;
    gap: var(--margin-2xs);
    align-items: center;
    min-width: 180px;
    max-width: 16em;
    padding: var(--padding-2xs) calc(var(--drawer-padding) / 2) var(--padding-2xs) var(--padding-2xs);

    &:hover {
      border-radius: calc(var(--style-border-radius-popover) / 2);
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
    }

    &:focus {
      border-radius: calc(var(--style-border-radius-popover) / 2);
    }
  }

  .sorting-filter__input {
    display: none;

    &:checked + .sorting-filter__checkmark + .sorting-filter__label {
      font-weight: 500;
    }
  }

  .sorting-filter__checkmark {
    visibility: hidden;
  }

  *:checked ~ .sorting-filter__checkmark {
    visibility: visible;
  }

  .sorting-filter__label {
    cursor: pointer;
    pointer-events: none;
  }

  .facets-toggle--no-filters .sorting-filter__select-wrapper {
    @media screen and (max-width: 749px) {
      padding-inline-start: 0;
    }
  }

  .facets-mobile-wrapper .sorting-filter .facets__panel {
    padding-inline: 0;
    position: relative;
  }

  .facets-mobile-wrapper .sorting-filter .facets__status {
    display: none;
  }

  .facets-mobile-wrapper:has(> :nth-child(2)) .sorting-filter .sorting-filter__options {
    left: 0;
    right: unset;
  }

  .facets-mobile-wrapper .sorting-filter .facets__label {
    margin-inline-end: var(--margin-2xs);
    font-size: var(--font-paragraph--size);
    color: var(--color-foreground-muted);
  }

  .facets-toggle .sorting-filter__container {
    @media screen and (max-width: 749px) {
      padding: 0;
    }
  }

  .facets-toggle .sorting-filter__container .facets__label {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets-toggle .sorting-filter::before {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets--drawer .sorting-filter {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }
/* END_SNIPPET:sorting */

/* START_SNIPPET:text (INDEX:382) */
:root {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .text-block > * {
    width: var(--width);
    max-inline-size: min(100%, var(--max-width, 100%));
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
  }

  .text-block--full-width > * {
    max-inline-size: 100%;
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:text */

/* START_SNIPPET:variant-main-picker (INDEX:392) */
/* Variant picker container styles - unique to main variant picker */
  .variant-picker {
    width: 100%;
  }

  .variant-picker__form {
    width: 100%;
  }

  .variant-picker[data-shopify-visual-preview] {
    min-width: 300px;
    padding-inline-start: max(4px, var(--padding-inline-start));
  }

  /* Dropdown variant option styles */
  .variant-option__select-wrapper {
    display: flex;
    position: relative;
    border: var(--style-border-width-inputs) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);
    align-items: center;
    margin-top: var(--margin-2xs);
    overflow: clip;
  }

  .variant-option__select-wrapper:has(.swatch) {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;
  }

  .variant-option__select-wrapper:hover {
    border-color: var(--color-variant-hover-border);
  }

  .variant-option__select:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__select {
    padding-block: var(--padding-md);
    padding-inline: var(--padding-lg) calc(var(--padding-lg) + var(--icon-size-2xs));
    appearance: none;
    border: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .variant-option__select-wrapper .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .variant-option__select--has-swatch {
    padding-inline-start: calc((2 * var(--padding-sm)) + var(--variant-picker-swatch-width));
  }

  .variant-option__select-wrapper .swatch {
    position: absolute;
    top: 50%;
    left: var(--padding-md);
    transform: translateY(-50%);
  }

  /* Variant picker alignment modifiers */
  .variant-picker--center,
  .variant-picker--center .variant-option {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .variant-picker--right,
  .variant-picker--right .variant-option {
    text-align: right;
    justify-content: right;
  }

  /* Compact circular color swatches; option name on hover via native tooltip (title on label) */
  .variant-picker .variant-option--swatches {
    --variant-picker-swatch-width: 24px;
    --variant-picker-swatch-height: 24px;
  }

  .variant-picker .variant-option__button-label--has-swatch .swatch {
    border-radius: 50%;
  }
/* END_SNIPPET:variant-main-picker */

/* START_SNIPPET:variant-swatches (INDEX:393) */
swatches-variant-picker-component {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: var(--product-swatches-alignment-mobile);

    @media screen and (min-width: 750px) {
      justify-content: var(--product-swatches-alignment);
    }

    --overflow-list-padding-block: calc(
        var(--product-swatches-padding-block-start) + var(--focus-outline-offset) + var(--focus-outline-width)
      )
      calc(var(--product-swatches-padding-block-end) + var(--focus-outline-offset) + var(--focus-outline-width));
    --overflow-list-padding-inline: calc(
        var(--product-swatches-padding-inline-start) + var(--focus-outline-offset) + (1.5 * var(--focus-outline-width))
      )
      calc(var(--product-swatches-padding-inline-end) + var(--focus-outline-offset) + var(--focus-outline-width));

    overflow-list::part(list) {
      gap: var(--gap-sm);
    }
  }

  swatches-variant-picker-component overflow-list[disabled='true'] {
    --overflow-list-padding-block: 0px;
    margin-block-start: calc(
      var(--product-swatches-padding-block-start) + var(--focus-outline-offset) + var(--focus-outline-width)
    );
    margin-block-end: calc(
      var(--product-swatches-padding-block-end) + var(--focus-outline-offset) + var(--focus-outline-width)
    );
  }

  .hidden-swatches__count {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-40-60));
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;

    &::before {
      /* This doesn't work in Safari without the counter-reset. https://stackoverflow.com/a/40179718 */
      counter-reset: overflow-count var(--overflow-count);
      content: '+' counter(overflow-count);
      line-height: 1;
      cursor: pointer;
    }
  }

  .hidden-swatches__count:hover {
    color: var(--color-foreground-rgb);
  }
/* END_SNIPPET:variant-swatches */

/* START_SNIPPET:video (INDEX:394) */
.video-interaction-hint {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: var(--layer-flat);
  }

  .video-interaction-hint:hover {
    opacity: 1;
  }
/* END_SNIPPET:video */

/* START_SNIPPET:volume-pricing-info (INDEX:395) */
.volume-pricing-info {
    display: inline-flex;
  }

  .volume-pricing-info__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    color: var(--color-foreground-secondary);
    cursor: pointer;
    transition: color var(--animation-speed) var(--animation-easing);
    flex-shrink: 0;
  }

  .volume-pricing-info__button:hover {
    color: var(--color-foreground);
  }

  .volume-pricing-info__button .svg-wrapper {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .volume-pricing-info__button--with-label {
    width: auto;
    gap: var(--gap-sm);
  }

  .volume-pricing-info__popover {
    --volume-pricing-popover-max-width: 320px;
    --volume-pricing-popover-spacing: 8px;
    --volume-pricing-popover-viewport-margin: 16px;

    min-inline-size: 280px;
    max-inline-size: var(--volume-pricing-popover-max-width);
    background: var(--color-background);
    border: var(--style-border-popover);
    border-radius: var(--style-border-radius-popover, 0);
    box-shadow: var(--shadow-popover);
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    translate: 0 20px;
    opacity: 0;
  }

  /* Native anchor positioning for supported browsers */
  .volume-pricing-info__popover {
    inset: unset;
    top: calc(anchor(bottom) + var(--volume-pricing-popover-spacing));
    left: anchor(left);
  }

  @supports (position-try-fallbacks: --top-left) {
    .volume-pricing-info__popover {
      position-try-fallbacks: --top-left;
    }

    @position-try --top-left {
      top: calc(anchor(top) - var(--volume-pricing-popover-spacing));
      bottom: auto;
      transform: translateY(-100%);
    }
  }

  /* Fallback positioning using custom properties */
  @supports not (position-anchor: --volume-pricing-trigger) {
    .volume-pricing-info__popover {
      position: fixed;
      top: calc(var(--anchor-bottom) * 1px + var(--volume-pricing-popover-spacing));
      left: max(
        var(--volume-pricing-popover-viewport-margin),
        min(
          var(--anchor-left) * 1px,
          100vw - var(--volume-pricing-popover-max-width) - var(--volume-pricing-popover-viewport-margin)
        )
      );
    }
  }

  .volume-pricing-info__popover:popover-open {
    translate: 0 0;
    opacity: 1;
  }

  @starting-style {
    .volume-pricing-info__popover:popover-open {
      translate: 0 20px;
      opacity: 0;
    }
  }

  .volume-pricing-info__rules {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    padding: var(--padding-md);
    font-size: var(--font-size--xs);
  }

  .volume-pricing-info__rules,
  .volume-pricing-info__rules > span {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .volume-pricing-info__table {
    display: flex;
    flex-direction: column;
  }

  .volume-pricing-info__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--padding-sm) var(--padding-md);
    font-size: var(--font-size--sm);
    background: var(--color-background);
    border-inline-start: 3px solid transparent;
    transition: border-color var(--animation-speed) var(--animation-easing);
  }

  .volume-pricing-info__row:nth-child(odd) {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .volume-pricing-info__row--active {
    border-inline-start-color: var(--color-foreground);
    font-weight: var(--font-weight-medium);
  }

  .volume-pricing-info__quantity {
    color: var(--color-foreground);
  }

  .volume-pricing-info__price {
    display: flex;
    align-items: center;
    color: var(--color-foreground);
  }

  .volume-pricing-info__checkmark {
    display: none;
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    color: var(--color-primary);
  }

  .volume-pricing-info__row--active .volume-pricing-info__checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
/* END_SNIPPET:volume-pricing-info */

/* START_SNIPPET:wishlist-toast (INDEX:396) */
.wishlist-toast {
    position: fixed;
    inset-block-end: 1.5rem;
    inset-inline-end: 1.5rem;
    z-index: 9999;
    display: none;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: var(--color-background);
    color: var(--color-foreground);
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10));
    border-radius: var(--style-border-radius-buttons-primary);
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.12);
    max-width: min(420px, calc(100vw - 3rem));
    font-size: var(--font-size--sm);
  }

  .wishlist-toast.is-visible {
    display: flex;
    animation: wishlist-toast-in 180ms ease-out;
  }

  @keyframes wishlist-toast-in {
    from { transform: translateY(8px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
  }

  .wishlist-toast__label {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 0;
    white-space: nowrap;
  }

  .wishlist-toast__title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    max-width: 16ch;
  }

  .wishlist-toast__suffix {
    flex-shrink: 0;
  }

  .wishlist-toast__picker {
    position: relative;
    flex-shrink: 0;
  }

  .wishlist-toast__picker.hidden {
    display: none;
  }

  .wishlist-toast__picker-btn {
    padding: 0.25rem 0.5rem;
    border-radius: var(--style-border-radius-buttons-primary);
    color: rgb(var(--color-primary-rgb));
    cursor: pointer;
    font-size: var(--font-size--sm);
    transition: background var(--animation-speed);
  }

  .wishlist-toast__picker-btn:hover {
    background: rgb(var(--color-primary-rgb) / var(--opacity-10));
  }

  .wishlist-toast__picker-menu {
    display: none;
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: calc(100% + 4px);
    background: var(--color-background);
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10));
    border-radius: var(--style-border-radius-buttons-primary);
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    min-width: 160px;
    max-height: 240px;
    overflow-y: auto;
  }

  .wishlist-toast__picker-menu.is-open {
    display: block;
  }

  .wishlist-toast__picker-item {
    display: block;
    width: 100%;
    padding: var(--padding-sm);
    background: transparent;
    color: var(--color-foreground);
    text-align: left;
    cursor: pointer;
    font-size: var(--font-size--sm);
    border: none;
    transition: background var(--animation-speed);
  }

  .wishlist-toast__picker-item:hover {
    background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  .wishlist-toast__dismiss {
    padding: 0 0.25rem;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    flex-shrink: 0;
  }

  .wishlist-toast__dismiss:hover {
    color: var(--color-foreground);
  }
/* END_SNIPPET:wishlist-toast */

/* START_SNIPPET:wishlist-toggle-button (INDEX:397) */
.product-card__wishlist-button {
    position: absolute;
    inset-block-start: var(--padding-xs);
    inset-inline-end: var(--padding-xs);
    z-index: var(--layer-heightened);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--button-size-sm, 2.25rem);
    height: var(--button-size-sm, 2.25rem);
    border-radius: 50%;
    background: transparent;
    backdrop-filter: none;
    color: var(--color-foreground);
    transition: color var(--animation-speed), transform var(--animation-speed);
  }

  .product-card__wishlist-button:hover {
    transform: scale(1.1);
  }

  wishlist-toggle-button[aria-pressed="true"] {
    color: rgb(var(--color-primary-rgb));
  }

  .product-card__wishlist-button-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-card__wishlist-button .svg-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-card__wishlist-button [ref="heartEmpty"] svg {
    fill: #ffffff;
  }
/* END_SNIPPET:wishlist-toggle-button */