/** Shopify CDN: Minification failed

Line 257:0 All "@import" rules must come first
Line 703:0 All "@import" rules must come first
Line 1083:0 All "@import" rules must come first
Line 1592:0 All "@import" rules must come first
Line 1766:0 All "@import" rules must come first
Line 1974:0 All "@import" rules must come first
Line 2310:0 All "@import" rules must come first
Line 2441:0 All "@import" rules must come first
Line 2785:0 All "@import" rules must come first
Line 3092:0 All "@import" rules must come first
... and 3 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:aura-announcement-header (INDEX:4) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:wght@700&family=Rubik:wght@400;500;600;700&display=swap");

  .aura-head {
    --aura-text: #3a1f15;
    --aura-green: #459e36;
    --aura-border: #e5e1cf;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    position: relative;
    z-index: 30;
    font-family: var(--aura-font-sans);
    color: var(--aura-text);
  }

  .aura-head__announce {
    /* Top Bar 1548:3629 — bg-gradient-to-r from #3a1f15 to #d97802 (Figma MCP export) */
    background: linear-gradient(90deg, #3a1f15 0%, #d97802 100%);
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 24px;
    min-height: 32px;
  }

  .aura-head__announce-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .aura-head__announce-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .aura-head__announce-text--link {
    color: inherit;
    text-decoration: none;
  }

  .aura-head__announce-text--link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .aura-head__main {
    background: #fff;
    border-bottom: 1px solid var(--aura-border);
  }

  .aura-head__bar {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 0.75rem;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0 1rem;
  }

  @media screen and (min-width: 990px) {
    .aura-head__bar {
      height: 64px;
      min-height: 64px;
      max-height: 64px;
      padding: 0 2.5rem;
    }
  }

  .aura-head__bar--logo-only {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0 1rem;
  }

  @media screen and (min-width: 990px) {
    .aura-head__bar--logo-only {
      height: 64px;
      min-height: 64px;
      max-height: 64px;
      padding: 0 2.5rem;
    }
  }

  .aura-head__start {
    justify-self: start;
    min-width: 0;
  }

  .aura-head__nav--left {
    min-width: 0;
  }

  .aura-head__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .aura-head__nav-list {
      display: flex;
    }
  }

  .aura-head__nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }

  .aura-head__nav-link:hover {
    color: var(--aura-green);
  }

  .aura-head__brand {
    justify-self: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .aura-head__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    max-width: min(202px, 55vw);
    line-height: 0;
  }

  @media screen and (min-width: 990px) {
    .aura-head__logo-link {
      max-width: 220px;
    }
  }

  .aura-head__logo-img {
    width: auto;
    max-width: 100%;
    height: 24px;
    max-height: 24px;
    object-fit: contain;
    display: block;
  }

  @media screen and (min-width: 990px) {
    .aura-head__logo-img {
      height: 32px;
      max-height: 32px;
    }
  }

  .aura-head__logo-text {
    font-family: "Gentium Book Plus", Georgia, serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
  }

  @media screen and (min-width: 990px) {
    .aura-head__logo-text {
      font-size: 1.25rem;
    }
  }

  .aura-head__end {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    min-width: 0;
  }

  .aura-head__icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--aura-text);
    text-decoration: none;
    border-radius: 8px;
  }

  .aura-head__icon-link:hover {
    background: rgba(58, 31, 21, 0.06);
    color: var(--aura-green);
  }

  .aura-head__icon {
    display: flex;
  }

  .aura-head__cart-count {
    position: absolute;
    top: 4px;
    right: 2px;
    min-width: 1rem;
    height: 1rem;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--aura-green);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
  }
/* END_SECTION:aura-announcement-header */

/* START_SECTION:aura-benefits-story (INDEX:5) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-story {
    --aura-text: #3a1f15;
    --aura-muted: #474747;
    --aura-green: #459e36;
    --aura-cream: #f9f6ee;
    --aura-border: #e5e1cf;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: #fff;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-story__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-story__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
      gap: 40px;
    }
  }

  .aura-story__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-story__title {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .aura-story__title--center {
    text-align: center;
    margin-inline: auto;
    color: var(--aura-text);
  }

  .aura-story__title--left {
    text-align: left;
  }

  .aura-story__split {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    width: 100%;
  }

  .aura-story__split--timeline {
    gap: 40px;
  }

  @media screen and (min-width: 990px) {
    .aura-story__split--timeline {
      flex-direction: row;
      gap: 40px;
      align-items: flex-start;
    }

    .aura-story__split--timeline .aura-story__media-col,
    .aura-story__split--timeline .aura-story__timeline {
      flex: 1 1 50%;
      min-width: 0;
    }

    .aura-story__split--info {
      flex-direction: row;
      gap: 32px;
      align-items: flex-start;
    }

    .aura-story__split--info .aura-story__info-text,
    .aura-story__split--info .aura-story__info-visual {
      flex: 1 1 50%;
      min-width: 0;
    }

    .aura-story__split--forms {
      flex-direction: row;
      gap: 40px;
      align-items: center;
    }

    .aura-story__split--forms .aura-story__forms-media {
      flex: 0 0 400px;
    }

    .aura-story__split--forms .aura-story__forms-copy {
      flex: 1 1 auto;
      min-width: 0;
    }
  }

  .aura-story__media-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aura-story__media-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #dfe6ed;
  }

  .aura-story__media-img,
  .aura-story__info-img,
  .aura-story__forms-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-story__media-placeholder,
  .aura-story__info-placeholder,
  .aura-story__forms-placeholder {
    width: 100%;
    height: 100%;
    min-height: 240px;
    background: linear-gradient(145deg, #cfd9e3, #b8c4d0);
  }

  .aura-story__media-video,
  .aura-story__forms-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .aura-story__info-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }

  .aura-story__disclaimer {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: var(--aura-muted);
  }

  .aura-story__timeline {
    position: relative;
    padding-left: 16px;
  }

  @media screen and (min-width: 990px) {
    .aura-story__timeline {
      padding-left: 0;
    }
  }

  .aura-story__timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 40px 40px;
    border-left: 2px solid var(--aura-green);
  }

  .aura-story__timeline-step--last {
    border-left-color: transparent;
  }

  .aura-story__timeline-check {
    position: absolute;
    left: -14px;
    top: -8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-story__timeline-check svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .aura-story__check-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }

  .aura-story__timeline-step--last .aura-story__timeline-check {
    left: -12px;
  }

  .aura-story__period {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--aura-text);
  }

  .aura-story__step-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--aura-text);
  }

  .aura-story__step-list {
    margin: 0;
    padding-left: 27px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    list-style: disc;
  }

  .aura-story__step-list li {
    margin-bottom: 0;
  }

  .aura-story__block--info {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  @media screen and (min-width: 990px) {
    .aura-story__block--info {
      gap: 40px;
    }
  }

  .aura-story__info-text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }

  .aura-story__info-text p {
    margin: 0;
  }

  .aura-story__info-text strong {
    font-weight: 700;
  }

  .aura-story__footnote {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .aura-story__cream {
    background: var(--aura-cream);
    border: 1px solid var(--aura-border);
    border-radius: 16px;
    padding: 16px;
  }

  @media screen and (min-width: 990px) {
    .aura-story__cream {
      padding: 24px;
    }
  }

  .aura-story__cream-inner {
    max-width: 100%;
  }

  .aura-story__forms-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    /* max-width: 400px; */
    margin: 0 auto;
    background: #e8dfd4;
  }

  @media screen and (min-width: 990px) {
    .aura-story__forms-frame {
      margin: 0;
    }
  }

  .aura-story__forms-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .aura-story__forms-desc {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
  }

  .aura-story__numbered {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aura-story__numbered-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
  }

  .aura-story__num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: var(--aura-green);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }

  .aura-story__num-text {
    flex: 1;
    min-width: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #000;
  }

  .aura-story__footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .aura-story__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--aura-green);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }

  @media screen and (min-width: 375px) {
    .aura-story__cta {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 990px) {
    .aura-story__cta {
      width: auto;
      font-size: 20px;
    }
  }

  .aura-story__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-story__guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }

  .aura-story__guarantee-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-story__guarantee-icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .aura-story__guarantee-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }
/* END_SECTION:aura-benefits-story */

/* START_SECTION:aura-bundle-features (INDEX:6) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-bundle {
    --aura-text: #3a1f15;
    --aura-cta: #459e36;
    --aura-border: #E5E1CF;
    --aura-banner-border: #e8d9b0;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: linear-gradient(180deg, #fff 0%, #f9f6ee 100%);
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-bundle__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
      gap: 40px;
    }
  }

  .aura-bundle__heading {
    margin: 0 auto;
    max-width: 571px;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__heading {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .aura-bundle__cards-track {
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__cards-track {
      margin-inline: 0;
      padding-inline: 0;
      overflow: visible;
      scroll-snap-type: none;
    }
  }

  .aura-bundle__cards {
    display: flex;
    gap: 24px;
    align-items: stretch;
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      width: 100%;
    }
  }

  .aura-bundle__card {
    flex: 0 0 min(300px, calc(100vw - 4rem));
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--aura-border);
    border-radius: 8px;
    box-shadow: 0 2px 34.5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__card {
      flex: none;
      min-height: 100%;
    }
  }

  .aura-bundle__card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f0ebe3;
  }

  .aura-bundle__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-bundle__card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: linear-gradient(145deg, #e5dfd6, #d4c9bb);
  }

  .aura-bundle__card-body {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 auto;
  }

  .aura-bundle__card-title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__card-title {
      font-size: 28px;
      line-height: 32px;
    }
  }

  .aura-bundle__card-rule {
    height: 0;
    border-top: 1px solid var(--aura-border);
    width: 100%;
    display: flex !important;
  }

  .aura-bundle__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .aura-bundle__bullet {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--aura-text);
  }

  .aura-bundle__check {
    flex-shrink: 0;
    width: 22px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-bundle__check svg {
    width: 22px;
    height: 20px;
    display: block;
  }

  .aura-bundle__check-img {
    width: 16px;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .aura-bundle__bullet-text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .aura-bundle__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
    background: #fff;
    border: 1px solid var(--aura-banner-border);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
  }

  @media screen and (min-width: 750px) {
    .aura-bundle__banner {
      flex-direction: row;
      gap: 40px;
      padding: 24px 40px;
      align-items: center;
      justify-content: center;
    }
  }

  .aura-bundle__banner-visual {
    flex-shrink: 0;
    width: 140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-bundle__banner-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .aura-bundle__banner-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* text-align: center; */
  }

  @media screen and (min-width: 750px) {
    .aura-bundle__banner-copy {
      text-align: left;
    }
  }

  .aura-bundle__banner-heading {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__banner-heading {
      font-size: 24px;
      line-height: 32px;
    }
  }

  .aura-bundle__banner-body {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__banner-body {
      font-size: 18px;
      line-height: 32px;
    }
  }

  .aura-bundle__banner-body p {
    margin: 0;
  }

  .aura-bundle__banner-closing {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__banner-closing {
      font-size: 18px;
      line-height: 32px;
    }
  }

  .aura-bundle__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .aura-bundle__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--aura-cta);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }

  @media screen and (min-width: 375px) {
    .aura-bundle__cta {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 990px) {
    .aura-bundle__cta {
      font-size: 20px;
    }
  }

  .aura-bundle__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-bundle__guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }

  .aura-bundle__guarantee-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-bundle__guarantee-icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .aura-bundle__guarantee-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }
/* END_SECTION:aura-bundle-features */

/* START_SECTION:aura-club-promo (INDEX:7) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-promo {
    --aura-text: #3a1f15;
    --aura-muted: #474747;
    --aura-green: #459e36;
    --aura-cream: #f9f6ee;
    --aura-border: #e5e1cf;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: #fff;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-promo__inner {
    max-width: 1136px !important;
    margin: 0 auto;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-promo__inner {
      padding-top: 30px !important;
      padding-bottom: 40px !important;
      gap: 40px;
    }
  }

  .aura-promo__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-promo__title {
      font-size: 40px;
      line-height: 48px;
    }
  }

  .aura-promo__title--center {
    text-align: center;
    margin-inline: auto;
    color: var(--aura-text);
  }

  .aura-promo__title--left {
    text-align: left;
  }

  .aura-promo__split {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    width: 100%;
  }

  .aura-promo__split--timeline {
    gap: 40px;
  }

  @media screen and (min-width: 990px) {
    .aura-promo__split--timeline {
      flex-direction: row;
      gap: 40px;
      align-items: flex-start;
    }

    .aura-promo__split--timeline .aura-promo__media-col,
    .aura-promo__split--timeline .aura-promo__timeline {
      flex: 1 1 50%;
      min-width: 0;
    }

    .aura-promo__split--info {
      flex-direction: row;
      gap: 32px;
      align-items: flex-start;
    }

    .aura-promo__split--info .aura-promo__info-text,
    .aura-promo__split--info .aura-promo__info-visual {
      flex: 1 1 50%;
      min-width: 0;
    }

    .aura-promo__split--forms {
      flex-direction: row;
      gap: 40px;
      align-items: center;
    }

    .aura-promo__split--forms .aura-promo__forms-media {
      flex: 0 0 47%;
    }

    .aura-promo__split--forms .aura-promo__forms-copy {
      flex: 1 1 auto;
      min-width: 0;
    }
  }

  .aura-promo__media-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aura-promo__media-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #dfe6ed;
  }

  .aura-promo__media-img,
  .aura-promo__info-img,
  .aura-promo__forms-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-promo__media-placeholder,
  .aura-promo__info-placeholder,
  .aura-promo__forms-placeholder {
    width: 100%;
    height: 100%;
    min-height: 240px;
    background: linear-gradient(145deg, #cfd9e3, #b8c4d0);
  }

  .aura-promo__media-video,
  .aura-promo__forms-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .aura-promo__info-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }

  .aura-promo__disclaimer {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: var(--aura-muted);
  }

  .aura-promo__timeline {
    position: relative;
    padding-left: 16px;
  }

  @media screen and (min-width: 990px) {
    .aura-promo__timeline {
      padding-left: 0;
    }
  }

  .aura-promo__timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 40px 40px;
    border-left: 2px solid var(--aura-green);
  }

  .aura-promo__timeline-step--last {
    border-left-color: transparent;
  }

  .aura-promo__timeline-check {
    position: absolute;
    left: -14px;
    top: -8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-promo__timeline-check svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .aura-promo__check-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }

  .aura-promo__timeline-step--last .aura-promo__timeline-check {
    left: -12px;
  }

  .aura-promo__period {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--aura-text);
  }

  .aura-promo__step-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--aura-text);
  }

  .aura-promo__step-list {
    margin: 0;
    padding-left: 27px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    list-style: disc;
  }

  .aura-promo__step-list li {
    margin-bottom: 0;
  }

  .aura-promo__block--info {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  @media screen and (min-width: 990px) {
    .aura-promo__block--info {
      gap: 40px;
    }
  }

  .aura-promo__info-text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }

  .aura-promo__info-text p {
    margin: 0;
  }

  .aura-promo__info-text strong {
    font-weight: 700;
  }

  .aura-promo__footnote {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .aura-promo__cream {
    background: #FBF2FC;
    border: 1px solid var(--aura-border);
    border-radius: 16px;
    padding: 16px;
  }

  @media screen and (min-width: 990px) {
    .aura-promo__cream {
      padding: 40px;
    }
  }

  .aura-promo__cream-inner {
    max-width: 100%;
  }

  .aura-promo__forms-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    /* max-width: 400px; */
    margin: 0 auto;
    background: #e8dfd4;
  }

  @media screen and (min-width: 990px) {
    .aura-promo__forms-frame {
      margin: 0;
    }
  }

  .aura-promo__forms-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .aura-promo__forms-desc {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
  }

  .aura-promo__numbered {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aura-promo__numbered-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
  }

  .aura-promo__num {
    flex-shrink: 0;
    width: 20px;
    height: auto;
    position: relative;
    top: 1px;
    /* border-radius: 100px;
    background: var(--aura-green);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    text-align: center; */
  }

  .aura-promo__num-text {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--aura-text);
  }

  .aura-promo__footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: fit-content;
  }

  @media screen and (max-width: 989px) {
    .aura-promo__footer-cta {
        width: 100%;
    }
  }

  .aura-promo__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--aura-green);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }

  @media screen and (min-width: 375px) {
    .aura-promo__cta {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 425px) {
    .aura-promo__cta {
      min-width: 400px;
    }
  }

  @media screen and (min-width: 990px) {
    .aura-promo__cta {
      width: auto;
      font-size: 20px;
    }
  }

  .aura-promo__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-promo__guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
  }

  .aura-promo__guarantee-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-promo__guarantee-icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .aura-promo__guarantee-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }

  /* PRICING BLOCK */
  .aura-promo__discount-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .aura-promo__discount-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ED5600;
    margin: 0;
  }

  .aura-promo__discount-price-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
  }

  .aura-promo__discount-compare {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-decoration: line-through;
    color: #96865B;
  }

  .aura-promo__discount-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--aura-text);
  }

  .aura-promo__discount-badge {
    padding: 8px;
    border-radius: 8px;
    background: #ED5600;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }
/* END_SECTION:aura-club-promo */

/* START_SECTION:aura-ebook-gift (INDEX:8) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-ebook {
    --aura-text: #3a1f15;
    --aura-green: #459e36;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: #f9f6ee;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-ebook__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-ebook__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
      gap: 40px;
    }
  }

  .aura-ebook__title {
    margin: 0;
    /* max-width: 900px; */
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-ebook__title {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .aura-ebook__row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    width: 100%;
  }

  @media screen and (min-width: 990px) {
    .aura-ebook__row {
      flex-direction: row-reverse;
      align-items: center;
      gap: 40px;
    }

    .aura-ebook__copy,
    .aura-ebook__media {
      flex: 1 1 50%;
      min-width: 0;
    }
  }

  .aura-ebook__media-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e8dfd4;
  }

  .aura-ebook__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-ebook__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-ebook__placeholder {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background: linear-gradient(145deg, #ddd2c4, #c9bba8);
  }

  .aura-ebook__copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .aura-ebook__intro {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--aura-text);
  }

  .aura-ebook__intro p {
    margin: 0;
  }

  .aura-ebook__intro strong {
    font-weight: 700;
  }

  .aura-ebook__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .aura-ebook__bullet {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--aura-text);
  }

  .aura-ebook__check {
    flex-shrink: 0;
    width: 22px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-ebook__check svg {
    width: 22px;
    height: 20px;
    display: block;
  }

  .aura-ebook__check-img {
    width: 16px;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .aura-ebook__bullet-text {
    flex: 1;
    min-width: 0;
  }
/* END_SECTION:aura-ebook-gift */

/* START_SECTION:aura-faq (INDEX:9) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-faq {
    --aura-text: #3a1f15;
    --aura-green: #459e36;
    --aura-border: #e8d9b0;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: linear-gradient(180deg, #fff 0%, #f9f6ee 100%);
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-faq__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-faq__inner {
      padding: 64px 16px;
      gap: 40px;
    }
  }

  .aura-faq__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  @media screen and (min-width: 990px) {
    .aura-faq__title {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .aura-faq__sub {
    margin: 0;
    max-width: 640px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #555;
  }

  .aura-faq__list {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .aura-faq__item {
    background: #fff;
    border: 1px solid var(--aura-border);
    border-radius: 8px;
    overflow: hidden;
  }

  .aura-faq__summary {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    cursor: pointer;
    font-family: var(--aura-font-sans);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    height: auto;
  }

  .aura-faq__summary::-webkit-details-marker {
    display: none;
  }

  .aura-faq__question {
    flex: 1 1 auto;
    white-space: normal;
  }

  .aura-faq__icon {
    flex: 0 0 auto;
    display: flex;
    color: var(--aura-text);
    transition: transform 0.3s ease;
  }

  .aura-faq__item.is-open .aura-faq__icon {
    transform: rotate(180deg);
  }


  .aura-faq__item[open] .aura-faq__icon {
    transform: rotate(180deg);
  }

  .aura-faq__panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .aura-faq__panel-inner {
    padding: 8px 24px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }

  .aura-faq__panel p {
    margin: 0;
  }

  .aura-faq__panel p + p {
    margin-top: 12px;
  }

  /* ── Footer CTA ── */
  .aura-faq__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .aura-faq__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--aura-green);
    color: #fff;
    font-family: var(--aura-font-sans);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: filter 0.15s ease;
  }

  @media screen and (min-width: 990px) {
    .aura-faq__cta {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 990px) {
    .aura-faq__cta {
      width: auto;
      font-size: 20px;
    }
  }

  .aura-faq__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-faq__guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }

  .aura-faq__guarantee-icon {
    display: flex;
    flex-shrink: 0;
  }

  .aura-faq__guarantee-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }
/* END_SECTION:aura-faq */

/* START_SECTION:aura-ingredients (INDEX:10) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-ingredients {
    --aura-text: #3a1f15;
    --aura-green: #459e36;
    --aura-border: #e5e1cf;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: linear-gradient(180deg, #fff 0%, #f9f6ee 100%);
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-ingredients__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
      gap: 40px;
    }
  }

  .aura-ingredients__title {
    margin: 0;
    /* max-width: 900px; */
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__title {
      font-size: 48px;
      line-height: 56px;
    }
  }

  /* ── Tabs (product highlight cards) ── */

  .aura-ingredients__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  @media screen and (min-width: 750px) {
    .aura-ingredients__tabs {
      gap: 16px;
      max-width: 480px;
    }
  }

  .aura-ingredients__tab {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border: 2px solid rgb(229 225 207 / 50%);
    border-radius: 16px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* transition: border-color 0.25s ease, border-width 0.25s ease, padding 0.25s ease; */
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    color: inherit;
  }

  .aura-ingredients__tab:hover {
    border: 2px solid var(--aura-green);
  }

  @media screen and (min-width: 750px) {
    .aura-ingredients__tab {
      padding: 18px;
    }
  }

  .aura-ingredients__tab:focus-visible {
    outline: 2px solid var(--aura-green);
    outline-offset: 2px;
  }

  .aura-ingredients__tab--active {
    border: 2px solid var(--aura-green);
    padding: 8px;
  }

  @media screen and (min-width: 750px) {
    .aura-ingredients__tab--active {
      padding: 16px;
    }
  }

  .aura-ingredients__tab-media {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 100%;
    flex-shrink: 0;
  }

  .aura-ingredients__tab-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-ingredients__tab-ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #e8e0d6, #d4ccc0);
  }

  .aura-ingredients__tab-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: var(--aura-text);
    transition: font-weight 0.2s ease;
  }

  @media screen and (min-width: 750px) {
    .aura-ingredients__tab-label {
      font-size: 16px;
      line-height: 24px;
    }
  }

  .aura-ingredients__tab--active .aura-ingredients__tab-label {
    font-weight: 700;
  }

  /* ── Panels (ingredient grids) ── */

  .aura-ingredients__panels {
    width: 100%;
  }

  .aura-ingredients__panel {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--aura-border);
    border-radius: 16px;
    padding: 24px 16px;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__panel {
      padding: 40px;
    }
  }

  .aura-ingredients__panel--active {
    display: block;
    animation: auraIngFadeIn 0.35s ease forwards;
  }

  @keyframes auraIngFadeIn {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .aura-ingredients__empty {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    padding: 24px 0;
  }

  /* ── Two-column layout ── */

  .aura-ingredients__cols {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__cols {
      flex-direction: row;
      gap: 40px;
      align-items: flex-start;
    }

    .aura-ingredients__col {
      flex: 1 1 50%;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
  }

  @media screen and (max-width: 989px) {
    .aura-ingredients__col {
      display: contents;
    }
  }

  /* ── Ingredient item ── */

  .aura-ingredients__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--aura-border);
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__item {
      gap: 24px;
    }
  }

  .aura-ingredients__item-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    overflow: hidden;
    background: #f4f1ea;
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__item-icon {
      width: 100px;
      height: 100px;
    }
  }

  .aura-ingredients__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-ingredients__item-ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #e0d9cf, #cec4b6);
  }

  .aura-ingredients__item-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aura-ingredients__item-title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__item-title {
      font-size: 24px;
      line-height: 32px;
    }
  }

  .aura-ingredients__item-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-ingredients__item-text {
      font-size: 18px;
      line-height: 32px;
    }
  }

    .aura-ingredients__tab {
        height: auto;
    }

    .aura-ingredients__tab span.aura-ingredients__tab-label {
        white-space: normal;
    }
/* END_SECTION:aura-ingredients */

/* START_SECTION:aura-lander-footer (INDEX:11) */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");

  .aura-lander-ft {
    --aura-text: #3a1f15;
    --aura-border: #e5e1cf;
    --aura-bg: #f9f6ee;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: #F3EDDD;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-lander-ft__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
  }

  @media screen and (min-width: 990px) {
    .aura-lander-ft__inner {
      padding: 1.5rem 2.5rem;
    }
  }

  .aura-lander-ft__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__row {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 1rem 1.5rem;
      text-align: left;
    }

    .aura-lander-ft__legal {
      flex: 1 1 auto;
      justify-content: center;
    }
  }

  .aura-lander-ft__copy {
    margin: 0;
    /* font-size: 0.875rem;
    line-height: 1.4; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    order: 3;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__copy {
      order: 0;
      flex: 0 0 auto;
    }
  }

  .aura-lander-ft__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    order: 2;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__legal {
      order: 0;
    }
  }

  .aura-lander-ft__link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .aura-lander-ft__link:hover {
    color: #459e36;
  }

  .aura-lander-ft__pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    order: 1;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__pay {
      order: 0;
      flex: 0 0 auto;
      justify-content: flex-end;
    }
  }

  .aura-lander-ft__pay :is(svg) {
    height: 24px;
    width: auto;
    max-width: 44px;
    display: block;
  }

  .aura-lander-ft__pay-icon {
    height: auto;
    width: 36px;
    max-width: 44px;
  }

  .aura-lander-ft__pay-fallback {
    font-size: 0.8125rem;
    opacity: 0.85;
  }
/* END_SECTION:aura-lander-footer */

/* START_SECTION:aura-landing-hero (INDEX:13) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;700&display=swap");

  .aura-hero {
    --aura-bg-top: #ffffff;
    --aura-bg-bottom: #f9f6ee;
    --aura-text: #3a1f15;
    --aura-accent: #FF9213;
    --aura-cta: #459e36;
    --aura-radius-media: 16px;
    --aura-radius-cta: 8px;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: linear-gradient(180deg, var(--aura-bg-top) 0%, var(--aura-bg-bottom) 100%);
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-hero__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
    }
  }

  .aura-hero__grid {
    display: grid;
    gap: 24px;
    /* align-items: stretch; */
  }

  @media screen and (min-width: 990px) {
    .aura-hero__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 40px;
      align-items: center;
    }
  }

  .aura-hero__media {
    flex: 0 0 auto;
  }

  @media screen and (min-width: 990px) {
    .aura-hero__media {
      flex: 0 0 580px;
      /* max-width: 580px; */
    }
  }

  .aura-hero__media-frame {
    position: relative;
    border-radius: var(--aura-radius-media);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e8dfd4;
  }

  .aura-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-hero__placeholder {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background: linear-gradient(145deg, #ddd2c4, #c9bba8);
  }

  .aura-hero__badge {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: 140px;
    height: 140px;
    pointer-events: none;
  }

  .aura-hero__badge-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .aura-hero__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    min-width: 0;
  }

  @media screen and (min-width: 990px) {
    .aura-hero__content {
      gap: 32px;
      /* max-width: 580px; */
    }
  }

  .aura-hero__reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    row-gap: 8px;
    width: 100%;
  }

  .aura-hero__avatars {
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
  }

  .aura-hero__avatar {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: -12px;
    border-radius: 100px;
    border: 1px solid #fff;
    overflow: hidden;
    flex-shrink: 0;
  }

  .aura-hero__avatar:last-child {
    margin-right: 0;
  }

  .aura-hero__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aura-hero__stars {
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .aura-hero__star {
    display: block;
    width: 16px;
    height: 16px;
    color: var(--aura-accent);
  }

  .aura-hero__rating {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .aura-hero__rating-score {
    font-weight: 700;
  }

  .aura-hero__rating-copy {
    font-weight: 400;
  }

  .aura-hero__titles {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .aura-hero__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-hero__title {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .aura-hero__title-line {
    display: block;
  }

  .aura-hero__title-accent {
    display: block;
    font-weight: 700;
    color: #d97803;
  }

  .aura-hero__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    max-width: 100%;
  }

  @media screen and (min-width: 990px) {
    .aura-hero__subtitle {
      font-size: 20px;
    }
  }

  .aura-hero__cta-trust {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .aura-hero__cta-wrap {
    width: 100%;
  }

  .aura-hero__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    border-radius: var(--aura-radius-cta);
    background: var(--aura-cta);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.05s ease;
  }

  @media screen and (min-width: 990px) {
    .aura-hero__cta {
      font-size: 20px;
    }
  }

  .aura-hero__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-hero__cta:active {
    transform: scale(0.99);
  }

  .aura-hero__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
    align-content: flex-start;
    width: 100%;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
  }

  .aura-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: left;
  }

  .aura-hero__trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-hero__trust-icon svg {
    width: 40px;
    height: 40px;
    display: block;
  }

  .aura-hero__trust-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
  }

  .aura-hero__trust-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  @media screen and (min-width: 990px) {
    .aura-hero__trust-text {
      flex: none;
      white-space: nowrap;
    }

    .aura-hero__trust-item:first-child .aura-hero__trust-text {
      width: 14rem;
      white-space: normal;
    }
  }
/* END_SECTION:aura-landing-hero */

/* START_SECTION:aura-multicolumn-slider (INDEX:14) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;600;700&display=swap");

  .aura-multicolumn-slider {
    --aura-text: #3a1f15;
    --aura-accent: #d97802;
    --aura-green: #459e36;
    --aura-border: #e5e1cf;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    /* background: linear-gradient(180deg, #f9f6ee 0%, #fff 100%); */
    background: #fff;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-multicolumn-slider__inner {
    max-width: 1136px !important;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-multicolumn-slider__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
      gap: 48px;
    }
  }

  .aura-multicolumn-slider__top-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .aura-multicolumn-slider__top-content-wrapper .content-divider {
    width: 300px;
    height: 1px;
    background: #E5E1CF;
    display: block !important;
  }

  .aura-multicolumn-slider__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--aura-text);
    max-width: 900px;
    margin: 0 auto;
  }

  @media screen and (min-width: 990px) {
    .aura-multicolumn-slider__title {
      font-size: 40px;
      line-height: 48px;
    }
  }

  .aura-multicolumn-slider__sub {
    margin: 0;
    max-width: 640px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: var(--aura-text);
  }

  /* ── Slider wrapper ── */
  .aura-multicolumn-slider__slider-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    overflow: hidden;
  }

  .aura-multicolumn-slider__swiper {
    width: 100%;
    /* overflow: hidden; */
    overflow: visible !important;
  }

  .aura-multicolumn-slider__swiper .swiper-slide {
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
  }

  /* ── Card ── */
  .aura-multicolumn-slider__card {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    box-shadow: 0px 2px 16px 0px #0000000D;
    gap: 24px;
    transition: all 0.3s ease;
  }

  .aura-multicolumn-slider__photo {
    /* aspect-ratio: 1 / 1; */
    /* background: #e8dfd4; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aura-multicolumn-slider__photo-img {
    max-width: 80px;
    width: 100%;
    height: auto;
    display: block;
  }

  .aura-multicolumn-slider__photo-ph {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: linear-gradient(145deg, #ddd2c4, #c9bba8);
  }

  .aura-multicolumn-slider__body {
    /* padding: 24px; */
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    /* flex: 1 1 auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); */
  }

  /* ── Stars ── */
  /* .aura-multicolumn-slider__stars {
    display: flex;
    gap: 5px;
    color: #FF9213;
  }

  .aura-multicolumn-slider__star svg {
    display: block;
  } */

  /* ── Headline ── */
  .aura-multicolumn-slider__headline {
    margin: 0;
    font-family: var(--aura-font-sans) !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--aura-text);
  }

  /* ── Quote ── */
  .aura-multicolumn-slider__quote {
    margin: 0;
    /* flex: 1 1 auto; */
  }

  .aura-multicolumn-slider__quote p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }

  /* ── Navigation ── */
  .aura-multicolumn-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .aura-multicolumn-slider__arrow {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #F7F5ED;
    /* border: 1px solid var(--aura-border); */
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .aura-multicolumn-slider__arrow:hover { background: var(--aura-text); color: #fff; }

  .aura-multicolumn-slider__arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
  }

  .aura-multicolumn-slider__dots {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }

  .aura-multicolumn-slider__dots .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: var(--aura-border);
    opacity: 1;
    margin: 0 !important;
    transition: background 0.2s ease;
    overflow: hidden;
  }

  .aura-multicolumn-slider__dots .swiper-pagination-bullet-active {
    background: var(--aura-text);
  }

  /* ── Footer CTA ── */
  .aura-multicolumn-slider__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .aura-multicolumn-slider__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--aura-green);
    color: #fff;
    font-family: var(--aura-font-sans);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: filter 0.15s ease;
  }

  @media screen and (min-width: 375px) {
    .aura-multicolumn-slider__cta {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 990px) {
    .aura-multicolumn-slider__cta {
      width: auto;
      font-size: 20px;
    }
  }

  .aura-multicolumn-slider__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-multicolumn-slider__guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }

  .aura-multicolumn-slider__guarantee-icon {
    display: flex;
    flex-shrink: 0;
  }

  .aura-multicolumn-slider__guarantee-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }
/* END_SECTION:aura-multicolumn-slider */

/* START_SECTION:aura-mystery-footer (INDEX:16) */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");

  .aura-lander-ft {
    --aura-text: #3a1f15;
    --aura-border: #e5e1cf;
    --aura-bg: #f9f6ee;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: #F3EDDD;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-lander-ft__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
  }

  @media screen and (min-width: 990px) {
    .aura-lander-ft__inner {
      padding: 1.5rem 2.5rem;
    }
  }

  .aura-lander-ft__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__row {
      flex-direction: column-reverse;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 1rem 1.5rem;
      text-align: left;
    }

    .aura-lander-ft__legal {
      flex: 1 1 auto;
      justify-content: center;
    }
  }

  .aura-lander-ft__copy {
    margin: 0;
    /* font-size: 0.875rem;
    line-height: 1.4; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    order: 3;
    color: #96865B;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__copy {
      order: 0;
      flex: 0 0 auto;
    }
  }

  .aura-lander-ft__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    order: 2;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__legal {
      order: 0;
    }
  }

  .aura-lander-ft__link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #96865B;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .aura-lander-ft__link:hover {
    color: #459e36;
  }

  .aura-lander-ft__pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    order: 1;
  }

  @media screen and (min-width: 750px) {
    .aura-lander-ft__pay {
      order: 0;
      flex: 0 0 auto;
      justify-content: flex-end;
    }
  }

  .aura-lander-ft__pay :is(svg) {
    height: 24px;
    width: auto;
    max-width: 44px;
    display: block;
  }

  .aura-lander-ft__pay-icon {
    height: auto;
    width: 36px;
    max-width: 44px;
  }

  .aura-lander-ft__pay-fallback {
    font-size: 0.8125rem;
    opacity: 0.85;
  }
/* END_SECTION:aura-mystery-footer */

/* START_SECTION:aura-mystery-header (INDEX:17) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:wght@700&family=Rubik:wght@400;500;600;700&display=swap");

  .aura-head {
    --aura-text: #3a1f15;
    --aura-green: #459e36;
    --aura-border: #e5e1cf;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    position: relative;
    z-index: 30;
    font-family: var(--aura-font-sans);
    color: var(--aura-text);
  }

  .aura-head__announce {
    /* Top Bar 1548:3629 — bg-gradient-to-r from #3a1f15 to #d97802 (Figma MCP export) */
    background: linear-gradient(90deg, #3a1f15 0%, #d97802 100%);
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 24px;
    min-height: 32px;
  }

  .aura-head__announce-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .aura-head__announce-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .aura-head__announce-text--link {
    color: inherit;
    text-decoration: none;
  }

  .aura-head__announce-text--link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .aura-head__main {
    background: #fff;
    border: none;
    /* border-bottom: 1px solid var(--aura-border); */
  }

  .aura-head__bar {
    max-width: 1136px !important;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 0.75rem;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0 1rem;
    justify-content: space-between !important;
  }

  @media screen and (min-width: 990px) {
    .aura-head__bar {
      height: 64px;
      min-height: 64px;
      max-height: 64px;
      padding: 0 2.5rem;
    }
  }

  .aura-head__bar--logo-only {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0 1rem;
  }

  @media screen and (min-width: 990px) {
    .aura-head__bar--logo-only {
      height: 64px;
      min-height: 64px;
      max-height: 64px;
      padding: 0 2.5rem;
    }
  }

  .aura-head__start {
    justify-self: start;
    min-width: 0;
  }

  .aura-head__nav--left {
    min-width: 0;
  }

  .aura-head__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .aura-head__nav-list {
      display: flex;
    }
  }

  .aura-head__nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }

  .aura-head__nav-link:hover {
    color: var(--aura-green);
  }

  .aura-head__brand {
    justify-self: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .aura-head__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    max-width: min(202px, 55vw);
    line-height: 0;
  }

  @media screen and (min-width: 990px) {
    .aura-head__logo-link {
      max-width: 220px;
    }
  }

  .aura-head__logo-img {
    width: auto;
    max-width: 100%;
    height: 24px;
    max-height: 24px;
    object-fit: contain;
    display: block;
  }

  @media screen and (min-width: 990px) {
    .aura-head__logo-img {
      height: 32px;
      max-height: 32px;
    }
  }

  .aura-head__logo-text {
    font-family: "Gentium Book Plus", Georgia, serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
  }

  @media screen and (min-width: 990px) {
    .aura-head__logo-text {
      font-size: 1.25rem;
    }
  }

  .aura-head__end {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    min-width: 0;
  }

  .aura-head__icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--aura-text);
    text-decoration: none;
    border-radius: 8px;
  }

  .aura-head__icon-link:hover {
    background: rgba(58, 31, 21, 0.06);
    color: var(--aura-green);
  }

  .aura-head__icon {
    display: flex;
  }

  .aura-head__cart-count {
    position: absolute;
    top: 4px;
    right: 2px;
    min-width: 1rem;
    height: 1rem;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--aura-green);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
  }

  .aura-side-content {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .aura-side-content .aura-head__side-img {
    width: 40px;
    height: auto;
  }

  .aura-side-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--aura-text);
  }

  @media screen and (max-width: 424px) {
    .aura-side-content .aura-head__side-img {
        width: 30px;
        height: auto;
    }

    .aura-side-text {
        font-size: 14px;
    }
  }
/* END_SECTION:aura-mystery-header */

/* START_SECTION:aura-product-purchase (INDEX:19) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;600;700&display=swap");

  html {
    scroll-behavior: smooth;
  }

  .aura-pp {
    --aura-text: #3a1f15;
    --aura-accent: #d97802;
    --aura-green: #459e36;
    --aura-border: #e5e1cf;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: #fff;
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-pp__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
    }
  }

  /* ── Grid ── */
  .aura-pp__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__grid {
      flex-direction: row;
      gap: 40px;
      align-items: flex-start;
    }
    .aura-pp__media {
      flex: 1 1 0;
      min-width: 0;
      position: sticky;
      top: 24px;
    }
    .aura-pp__info {
      flex: 1 1 0;
      min-width: 0;
    }
  }

  /* ── Gallery carousel ── */
  .aura-pp__media {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
  }

  .aura--pp_gallery_slider {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
  }

  .aura--pp_gallery_nav_wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0px 10px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .aura--pp_gallery_nav_btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    background: #fff;
    border: 1px solid var(--aura-border);
    color: var(--aura-text);
    transition: all 0.3s ease;
  }

  .aura--pp_gallery_nav_btn:not(:disabled):hover {
    background: var(--aura-text);
    color: #fff;
  }

  .aura-pp__gallery {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f0ebe3;
    touch-action: pan-y;
  }

  .aura-pp__track {
    display: flex;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }

  .aura-pp__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }

  .aura-pp__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-pp__slide-ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #e8dfd4, #d4ccc0);
  }

  .aura-pp__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e8d9b0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 0;
    transition: background 0.15s ease;
  }

  .aura-pp__arrow:hover { background: #fff; }
  .aura-pp__arrow--prev { left: 16px; }
  .aura-pp__arrow--next { right: 16px; }

  .aura-pp__gallery-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 140px;
    height: 140px;
    z-index: 2;
    pointer-events: none;
  }

  .aura-pp__gallery-badge-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* ── Thumbnails ── */
  .aura-pp__thumbs {
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__thumbs { justify-content: flex-start; }
  }

  .aura-pp__thumb {
    padding: 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #f0ebe3;
    flex: 1 1 0;
    aspect-ratio: 1 / 1;
    max-width: 64px;
    position: relative;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__thumb {
      flex: 0 0 64px;
      width: 64px;
      height: 64px;
    }
  }

  .aura-pp__thumb--active {
    border-color: var(--aura-text);
  }

  .aura-pp__thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-pp__thumb-ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #e8dfd4, #d4ccc0);
  }

  .aura--pp_gallery_thumbs_slider {
    overflow: hidden;
  }

  .aura--pp_gallery_thumbs_slider .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--aura-border);
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }

  .aura--pp_gallery_thumbs_slider .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--aura-text);
  }

  /* ── Info column ── */
  .aura-pp__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__info { gap: 32px; }
  }

  /* ── Reviews ── */
  .aura-pp__reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__reviews { justify-content: center; }
  }

  .aura-pp__avatars {
    display: flex;
    align-items: center;
    /* padding-right: 12px; */
  }

  .aura-pp__avatar {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: -12px;
    border-radius: 100px;
    border: 1px solid #fff;
    overflow: hidden;
  }

  .aura-pp__avatar:last-child { margin-right: 0; }

  .aura-pp__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aura-pp__stars {
    display: flex;
    gap: 4px;
    color: #FF9213;
  }

  .aura-pp__star {
        display: block;
    width: 16px;
    height: 16px;
  }

  .aura-pp__rating {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 16px;
    line-height: 16px;
    color: var(--aura-text);
  }

  .aura-pp__rating-score { font-weight: 700; }
  .aura-pp__rating-copy { font-weight: 400; }

  /* ── Titles ── */
  .aura-pp__titles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
    color: var(--aura-text);
  }

  .aura-pp__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }

  @media screen and (min-width: 990px) {
    .aura-pp__title {
      font-size: 40px;
      line-height: 48px;
    }
  }

  .aura-pp__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-pp__subtitle {
      font-size: 20px;
      line-height: 32px;
    }
  }

  /* ── Bundles ── */
  .aura-pp__bundles { width: 100%; }

  .aura-pp__bundle-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aura-pp__bundle {
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
  }

  .aura-pp__bundle-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid var(--aura-border);
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }

  .aura-pp__bundle:has(.aura-pp__radio:checked) .aura-pp__bundle-inner {
    border-width: 3px;
    border-color: var(--aura-green);
    padding: 16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    background: #fafcf7;
  }

  .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
  }

  /* Badge pill */
  .aura-pp__bundle-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 100px;
    white-space: nowrap;
    z-index: 1;
  }

  .aura-pp__bundle-badge--green {
    background: var(--aura-green);
    color: #fff;
  }

  .aura-pp__bundle-badge--neutral {
    background: var(--aura-border);
    color: var(--aura-text);
  }

  /* Head row */
  .aura-pp__bundle-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .aura-pp__bundle-check {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--aura-border);
    border-radius: 50%;
    margin-top: 3px;
    position: relative;
    transition: border-color 0.15s ease, background 0.15s ease;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aura-pp__bundle:has(.aura-pp__radio:checked) .aura-pp__bundle-check {
    border-color: var(--aura-text);
  }

  .aura-pp__bundle:has(.aura-pp__radio:checked) .aura-pp__bundle-check::after {
    content: "";
    position: absolute;
    /* left: 4px;
    top: 4px; */
    width: 9px;
    height: 9px;
    background: var(--aura-text);
    border-radius: 50%;
  }

  .aura-pp__bundle-details {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }

  .aura-pp__bundle-meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .aura-pp__bundle-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--aura-text);
  }

  .aura-pp__bundle-sub {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--aura-text);
  }

  .aura-pp__bundle-pricing {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    flex-shrink: 0;
    min-width: 60px;
    justify-content: flex-end;
  }

  .aura-pp__bundle-compare {
    font-size: 14px;
    line-height: 24px;
    color: #a2a2a2;
    text-decoration: line-through;
  }

  .aura-pp__bundle-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
  }

  /* Divider inside card */
  .aura-pp__bundle-line {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid var(--aura-border);
  }

  /* Research note */
  .aura-pp__bundle-research {
    display: flex;
    gap: 4px;
    align-items: flex-start;
  }

  .aura-pp__bundle-research-ico {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-pp__bundle-research-text {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #c97748;
  }

  /* Features list */
  .aura-pp__bundle-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .aura-pp__bundle-feature {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .aura-pp__bf-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-pp__bf-icon svg {
    width: 16px;
    height: auto;
  }

  .aura-pp__ico-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
  }

  /* OR divider */
  .aura-pp__or {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .aura-pp__or-line {
    flex: 1;
    height: 1px;
    background: var(--aura-border);
  }

  .aura-pp__or-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--aura-border);
  }

  /* ── Stock notice ── */
  .aura-pp__stock {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: #fcfbf7;
    box-shadow: 0 2px 8px rgba(201, 113, 72, 0.2);
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
  }

  .aura-pp__stock-warn {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #c97748;
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }

  .aura-pp__stock-ico {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-pp__stock-sub {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--aura-text);
  }

  /* ── CTA ── */
  .aura-pp__cta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .aura-pp__form { width: 100%; }

  .aura-pp__checkout {
    width: 100%;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    background: var(--aura-green);
    color: #fff;
    font-family: var(--aura-font-sans);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter 0.15s ease;
  }

  .aura-pp__checkout:hover { filter: brightness(1.05); }

  .aura-pp__checkout:disabled {
    opacity: 0.7;
    cursor: wait;
  }

  /* ── Trust badges ── */
  .aura-pp__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
    max-width: 592px;
  }

  .aura-pp__trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .aura-pp__trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aura-pp__trust-icon svg {
    width: 40px;
    height: 40px;
    display: block;
  }

  .aura-pp__trust-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
  }

  .aura-pp__trust-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
  }

  .aura-pp__empty {
    text-align: center;
    padding: 48px 16px;
    color: #666;
    font-size: 16px;
  }

  @media only screen and (min-width:768px)
  {
    .hideondesktop{
      display:none !important;
    }
  }

  @media only screen and (max-width:768px)
  {
    .hideonmobile{
      display:none !important;
    }
  }

  ul.aura-pp__bundle-features li:nth-last-child(1) {
    font-weight: 600;
}
/* END_SECTION:aura-product-purchase */

/* START_SECTION:aura-testimonials (INDEX:24) */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Rubik:wght@400;500;600;700&display=swap");

  .aura-tst {
    --aura-text: #3a1f15;
    --aura-accent: #d97802;
    --aura-green: #459e36;
    --aura-border: #e5e1cf;
    --aura-font-serif: "Gentium Book Plus", "Gentium Book Basic", Georgia, serif;
    --aura-font-sans: Rubik, system-ui, sans-serif;

    background: linear-gradient(180deg, #f9f6ee 0%, #fff 100%);
    color: var(--aura-text);
    font-family: var(--aura-font-sans);
  }

  .aura-tst__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
  }

  @media screen and (min-width: 990px) {
    .aura-tst__inner {
      padding-top: 64px !important;
      padding-bottom: 64px !important;
      gap: 48px;
    }
  }

  .aura-tst__title {
    margin: 0;
    font-family: var(--aura-font-serif);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--aura-text);
  }

  @media screen and (min-width: 990px) {
    .aura-tst__title {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .aura-tst__sub {
    margin: 0;
    max-width: 640px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #555;
  }

  /* ── Slider wrapper ── */
  .aura-tst__slider-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .aura-tst__swiper {
    width: 100%;
    overflow: hidden;
  }

  .aura-tst__swiper .swiper-slide {
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
  }

  /* ── Card ── */
  .aura-tst__card {
    background: #fff;
    border: 1px solid var(--aura-border);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .aura-tst__photo {
    aspect-ratio: 1 / 1;
    background: #e8dfd4;
    overflow: hidden;
  }

  .aura-tst__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .aura-tst__photo-ph {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: linear-gradient(145deg, #ddd2c4, #c9bba8);
  }

  .aura-tst__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  }

  /* ── Stars ── */
  .aura-tst__stars {
    display: flex;
    gap: 5px;
    color: #FF9213;
  }

  .aura-tst__star svg {
    display: block;
  }

  /* ── Headline ── */
  .aura-tst__headline {
    margin: 0;
    font-family: var(--aura-font-sans) !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }

  /* ── Quote ── */
  .aura-tst__quote {
    margin: 0;
    flex: 1 1 auto;
  }

  .aura-tst__quote p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }

  /* ── Author ── */
  .aura-tst__author {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
  }

  .aura-tst__flag {
    font-size: 1.1rem;
    line-height: 1;
  }

  .aura-tst__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }

  .aura-tst__verified-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .aura-tst__verified-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .aura-tst__verified {
    display: flex;
    align-items: center;
  }

  .aura-tst__verified-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }

  /* ── Navigation ── */
  .aura-tst__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .aura-tst__arrow {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid var(--aura-border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .aura-tst__arrow:hover { background: var(--aura-text); color: #fff; }

  .aura-tst__arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
  }

  .aura-tst__dots {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }

  .aura-tst__dots .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: var(--aura-border);
    opacity: 1;
    margin: 0 !important;
    transition: background 0.2s ease;
    overflow: hidden;
  }

  .aura-tst__dots .swiper-pagination-bullet-active {
    background: var(--aura-text);
  }

  /* ── Footer CTA ── */
  .aura-tst__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .aura-tst__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--aura-green);
    color: #fff;
    font-family: var(--aura-font-sans);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: filter 0.15s ease;
  }

  @media screen and (min-width: 375px) {
    .aura-tst__cta {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 990px) {
    .aura-tst__cta {
      width: auto;
      font-size: 20px;
    }
  }

  .aura-tst__cta:hover {
    filter: brightness(1.05);
    color: #fff;
  }

  .aura-tst__guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }

  .aura-tst__guarantee-icon {
    display: flex;
    flex-shrink: 0;
  }

  .aura-tst__guarantee-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }
/* END_SECTION:aura-testimonials */