/** Shopify CDN: Minification failed

Line 227:2 Unexpected "{"
Line 227:3 Expected identifier but found "%"
Line 228:28 Unexpected "3"
Line 231:78 Unterminated string token
Line 233:3 Expected identifier but found "%"
Line 323:2 Unexpected "{"
Line 323:3 Expected identifier but found "%"
Line 324:42 Expected identifier but found whitespace
Line 325:21 Unexpected "\"Write a review\""
Line 329:3 Expected identifier but found "%"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:vela-complete-ritual (INDEX:69) */
.vela-ritual {
    padding: 4rem 0 1rem;
  }

  .vela-ritual__inner {
    max-width: var(--page-max-width, 1400px);
    margin: 0 auto;
    padding: 0 var(--page-padding, 2rem);
  }

  .vela-ritual__head {
    margin-bottom: 2.25rem;
    text-align: center;
  }

  .vela-ritual__title {
    margin: 0;
  }

  .vela-ritual__caption {
    margin: 0.6rem 0 0;
    opacity: 0.7;
  }

  .vela-ritual__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  @media screen and (min-width: 750px) {
    .vela-ritual__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }
  }

  @media screen and (min-width: 1100px) {
    .vela-ritual__grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  .vela-ritual__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgb(var(--text-color) / 0.12);
    border-radius: 0.75rem;
  }

  /* The same-scent counterpart is the strongest pairing, so it is marked
     rather than reordered — reordering would move the card between products
     and make the row feel unstable. */
  .vela-ritual__card.is-match {
    border-color: rgb(var(--text-color) / 0.45);
  }

  .vela-ritual__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: rgb(var(--text-color) / 0.04);
  }

  .vela-ritual__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vela-ritual__badge {
    position: absolute;
    inset-block-start: 0.6rem;
    inset-inline-start: 0.6rem;
    padding: 0.3em 0.7em;
    border-radius: 999px;
    background: rgb(var(--text-color));
    color: rgb(var(--background));
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .vela-ritual__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.9rem 0.9rem 1rem;
  }

  .vela-ritual__name {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.3;
  }

  .vela-ritual__name a {
    color: inherit;
    text-decoration: none;
  }

  .vela-ritual__name a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .vela-ritual__rating {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.8125rem;
  }

  .vela-ritual__stars {
    display: inline-flex;
    gap: 0.05em;
    line-height: 1;
  }

  .vela-ritual__star {
    color: rgb(var(--text-color) / 0.22);
  }

  .vela-ritual__star.is-filled {
    color: rgb(var(--text-color));
  }

  .vela-ritual__count {
    opacity: 0.6;
  }

  .vela-ritual__price {
    margin: 0.1rem 0 0.75rem;
    font-size: 1.0625rem;
    font-weight: 600;
  }

  /* Pushes the button to the bottom edge of every card regardless of how many
     lines the title wrapped to. */
  .vela-ritual__body > product-form,
  .vela-ritual__body > .vela-ritual__button {
    margin-top: auto;
  }

  .vela-ritual__button {
    width: 100%;
    padding: 0.85em 1em;
    border: 0;
    border-radius: 0.5rem;
    background: rgb(var(--text-color));
    color: rgb(var(--background));
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .vela-ritual__button:hover {
    opacity: 0.85;
  }

  .vela-ritual__button[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
  }

  .vela-ritual__button[aria-busy='true'] {
    opacity: 0.6;
  }
/* END_SECTION:vela-complete-ritual */

/* START_SECTION:vela-our-story (INDEX:70) */
.vela-story {
    padding: 3.5rem 0 4.5rem;
  }

  .vela-story__inner {
    max-width: var(--page-max-width, 1400px);
    margin: 0 auto;
    padding: 0 var(--page-padding, 2rem);
  }

  .vela-story__inner--narrow {
    max-width: 46rem;
  }

  .vela-story__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .vela-story__split {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
      gap: 4.5rem;
    }
  }

  {%- comment -%}
    The founders photo is a 3:4 portrait. Left to fill its column it stands
    roughly 850px tall on a desktop, which pushes the heading below the fold
    and leaves the text stranded beside a wall of image. Capping the width
    keeps the whole frame — no crop across anyone's face — at a height the
    copy can sit against.
  {%- endcomment -%}
  .vela-story__figure {
    max-width: 26rem;
    margin: 0 auto;
  }

  .vela-story__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
  }

  .vela-story__eyebrow {
    margin: 0 0 0.9rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .vela-story__heading {
    margin: 0;
    font-size: clamp(2rem, 1.3rem + 2.4vw, 3.25rem);
    line-height: 1.08;
  }

  .vela-story__founders {
    margin: 1rem 0 0;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }

  /* A short rule under the names, so they read as a signature rather than as
     the first line of the paragraph that follows. */
  .vela-story__founders::after {
    content: '';
    display: block;
    width: 3rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgb(var(--text-color) / 0.35);
  }

  .vela-story__lead {
    margin-top: 1.5rem;
  }

  .vela-story__lead p {
    margin: 0 0 1rem;
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .vela-story__lead p:last-child {
    margin-bottom: 0;
  }

  .vela-story__body {
    max-width: 46rem;
    margin: 3.5rem auto 0;
  }

  .vela-story__body p {
    margin: 0 0 1.15rem;
    line-height: 1.7;
    opacity: 0.85;
  }

  .vela-story__body p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:vela-our-story */

/* START_SECTION:vela-reviews (INDEX:71) */
.vela-reviews {
    padding: 4rem 0;
  }

  .vela-reviews__inner {
    max-width: var(--page-max-width, 1400px);
    margin: 0 auto;
    padding: 0 var(--page-padding, 2rem);
  }

  .vela-reviews__title {
    margin: 0 0 2.5rem;
    text-align: center;
  }

  {%- comment -%}
    The summary used to hold three things: the average, a five-bar rating
    breakdown, and a "Write a review" button. The breakdown and the button were
    removed — with every review at five stars the bars said nothing, and the
    button now lives once, below the cards, where someone has actually read
    something before being asked to write.
  {%- endcomment -%}
  .vela-reviews__summary {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(var(--text-color) / 0.12);
  }

  .vela-reviews__average {
    text-align: center;
  }

  .vela-reviews__average-value {
    margin: 0.5rem 0 0;
    font-size: 1.125rem;
  }

  .vela-reviews__average-count {
    margin: 0.25rem 0 0;
    opacity: 0.7;
    font-size: 0.9375rem;
  }

  .vela-reviews__stars {
    display: inline-flex;
    gap: 0.1em;
    font-size: 1.125rem;
    line-height: 1;
  }

  .vela-reviews__stars--small {
    font-size: 0.9375rem;
  }

  .vela-reviews__star {
    color: rgb(var(--text-color) / 0.22);
  }

  .vela-reviews__star.is-filled {
    color: rgb(var(--text-color));
  }

  .vela-reviews__button {
    display: inline-block;
    padding: 0.9em 2em;
    border: 1px solid rgb(var(--text-color));
    border-radius: 0.5rem;
    background: rgb(var(--text-color));
    color: rgb(var(--background));
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
  }

  .vela-reviews__button:hover {
    opacity: 0.85;
  }

  .vela-reviews__photos {
    padding: 2rem 0;
    border-bottom: 1px solid rgb(var(--text-color) / 0.12);
  }

  .vela-reviews__photos-label {
    margin: 0 0 1rem;
    opacity: 0.7;
    font-size: 0.9375rem;
  }

  .vela-reviews__photos-strip {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .vela-reviews__photo {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 0.375rem;
  }

  {%- comment -%}
    One horizontal row that scrolls sideways, rather than a stack. Scroll-snap
    keeps cards aligned without any JavaScript; the negative margin lets cards
    run to the screen edge so it reads as scrollable instead of cut off.
  {%- endcomment -%}
  .vela-reviews__grid {
    display: flex;
    gap: 1.5rem;
    padding: 2rem var(--page-padding, 2rem) 1rem;
    margin: 0 calc(-1 * var(--page-padding, 2rem));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--page-padding, 2rem);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .vela-reviews__grid::-webkit-scrollbar {
    height: 6px;
  }

  .vela-reviews__grid::-webkit-scrollbar-thumb {
    background: rgb(var(--text-color) / 0.25);
    border-radius: 999px;
  }

  .vela-reviews__card {
    display: flex;
    flex: 0 0 min(85vw, 22rem);
    flex-direction: column;
    gap: 0.625rem;
    padding: 1.5rem;
    border: 1px solid rgb(var(--text-color) / 0.12);
    border-radius: 0.75rem;
    scroll-snap-align: start;
  }

  @media screen and (min-width: 700px) {
    .vela-reviews__card {
      flex-basis: calc(
        (100% - (var(--vela-reviews-columns, 3) - 1) * 1.5rem) / var(--vela-reviews-columns, 3)
      );
    }
  }

  .vela-reviews__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .vela-reviews__author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-weight: 600;
  }

  .vela-reviews__verified {
    padding: 0.15em 0.5em;
    border-radius: 0.25rem;
    background: rgb(var(--text-color) / 0.1);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .vela-reviews__headline {
    margin: 0;
    font-weight: 600;
    text-align: start;
  }

  .vela-reviews__body {
    margin: 0;
    opacity: 0.85;
    text-align: start;
  }

  .vela-reviews__form-wrap {
    max-width: 46rem;
    margin: 3rem auto 0;
    padding-top: 2.5rem;
    border-top: 1px solid rgb(var(--text-color) / 0.12);
    scroll-margin-top: 6rem;
  }

  .vela-reviews__form-toggle {
    display: inline-block;
    margin: 0 auto;
    padding: 0.9em 2em;
    border: 1px solid rgb(var(--text-color));
    border-radius: 0.5rem;
    background: rgb(var(--text-color));
    color: rgb(var(--background));
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    text-align: center;
  }

  .vela-reviews__form-toggle::-webkit-details-marker {
    display: none;
  }

  .vela-reviews__form-wrap {
    text-align: center;
  }

  .vela-reviews__form-toggle:hover {
    opacity: 0.85;
  }

  .vela-reviews__form-wrap[open] .vela-reviews__form-toggle {
    margin-bottom: 1.75rem;
  }

  .vela-reviews__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    text-align: start;
  }

  @media screen and (min-width: 700px) {
    .vela-reviews__form {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .vela-reviews__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .vela-reviews__field--wide {
    grid-column: 1 / -1;
  }

  .vela-reviews__field label {
    font-size: 0.9375rem;
    font-weight: 600;
  }

  .vela-reviews__field input,
  .vela-reviews__field select,
  .vela-reviews__field textarea {
    padding: 0.7em 0.9em;
    border: 1px solid rgb(var(--text-color) / 0.25);
    border-radius: 0.5rem;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    font: inherit;
    width: 100%;
  }

  .vela-reviews__field textarea {
    resize: vertical;
  }

  .vela-reviews__hint {
    font-size: 0.8125rem;
    opacity: 0.65;
  }

  .vela-reviews__form-note {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0.9em 1.1em;
    border-radius: 0.5rem;
    background: rgb(var(--text-color) / 0.07);
  }

  .vela-reviews__form-note--error {
    background: rgb(var(--text-color) / 0.12);
  }

  .vela-reviews__on {
    margin: 0.25rem 0 0;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .vela-reviews__on a {
    color: inherit;
  }

  .vela-reviews__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem 0;
    text-align: center;
    opacity: 0.9;
  }
/* END_SECTION:vela-reviews */

/* START_SECTION:vela-signup-section (INDEX:72) */
.vela-signup-section {
    padding: 5rem 0;
  }

  .vela-signup-section__inner {
    max-width: 44rem;
    margin: 0 auto;
    padding: 0 var(--page-padding, 2rem);
    text-align: center;
  }

  .vela-signup-section__eyebrow {
    margin: 0 0 0.9rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .vela-signup-section__heading {
    margin: 0;
    font-size: clamp(1.85rem, 1.3rem + 2vw, 2.75rem);
    line-height: 1.1;
  }

  .vela-signup-section__body {
    margin: 0.9rem auto 0;
    max-width: 30rem;
    opacity: 0.75;
  }

  .vela-signup-section__form {
    margin-top: 2rem;
  }
/* END_SECTION:vela-signup-section */

/* START_SECTION:vela-testimonials (INDEX:73) */
.vela-testimonials {
    padding: 5rem 0;
  }

  .vela-testimonials__inner {
    max-width: var(--page-max-width, 1400px);
    margin: 0 auto;
    padding: 0 var(--page-padding, 2rem);
    text-align: center;
  }

  .vela-testimonials__eyebrow,
  .vela-testimonials__stat {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.7;
  }

  .vela-testimonials__title {
    margin: 0.75rem 0;
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1;
    text-transform: uppercase;
  }

  .vela-testimonials__stage {
    display: flex;
    margin-top: 3.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .vela-testimonials__stage::-webkit-scrollbar {
    display: none;
  }

  .vela-testimonials__quote {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 0 clamp(0rem, 4vw, 4rem);
    scroll-snap-align: center;
  }

  .vela-testimonials__stars {
    display: inline-flex;
    gap: 0.15em;
    font-size: 1.125rem;
    line-height: 1;
  }

  .vela-testimonials__star {
    color: rgb(var(--text-color) / 0.22);
  }

  .vela-testimonials__star.is-filled {
    color: rgb(var(--text-color));
  }

  .vela-testimonials__body {
    max-width: 46rem;
    margin: 0;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    line-height: 1.35;
    text-wrap: balance;
  }

  .vela-testimonials__body.is-upper {
    text-transform: uppercase;
  }

  .vela-testimonials__who {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .vela-testimonials__bought {
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .vela-testimonials__bought a {
    color: inherit;
  }

  .vela-testimonials__controls {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
  }

  .vela-testimonials__arrow {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgb(var(--text-color) / 0.3);
    border-radius: 999px;
    background: transparent;
    color: rgb(var(--text-color));
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
  }

  .vela-testimonials__arrow:hover {
    background: rgb(var(--text-color) / 0.07);
  }
/* END_SECTION:vela-testimonials */