/** Shopify CDN: Minification failed

Line 307:3 Cannot use type selector "__title" directly after nesting selector "&"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:section-columns-carousel (INDEX:43) */
/* Carousel grid */
  .section-columns-carousel .grid--slider {
    --item-width: calc((100% - (var(--carousel-columns) - 1) * var(--gap, 20px)) / var(--carousel-columns));

    @media screen and (max-width: 749px) {
      --gap: var(--gap-mobile);
    }

    .grid-item {
      @media screen and (max-width: 749px) {
        width: calc(85% - 50px);
      }
    }
  }

  /* Left heading layout (desktop) */
  @media screen and (min-width: 750px) {
    .section-columns-carousel--left .section-columns-carousel__wrapper {
      display: flex;
      flex-direction: row;
      gap: 9.375rem;
      align-items: flex-start;
    }

    .section-columns-carousel--left .section-columns-carousel__images {
      flex: 1;
      min-width: 0;
      overflow: hidden;
    }

    .section-columns-carousel--left .section-columns-carousel__images--no-scroll {
      .grid--slider {
        justify-content: flex-end;
      }
    }
  }

  /* Section heading */
  .section-columns-carousel__heading {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 1;
    min-width: 0;
    max-width: 16.75rem;
    padding-top: 1rem;
    overflow-wrap: break-word;

    h2 {
      line-height: 3.5rem;
    }

    .grid__description p {
      font-family: var(--FONT-STACK-BODY);
      font-size: 1rem;
      font-weight: var(--FONT-WEIGHT-BODY);
      line-height: 1.375rem;
      letter-spacing: var(--LETTER-SPACING-BODY);
    }

    .grid__description > *:first-child {
      margin-top: 0;
    }

    .grid__description > *:last-child {
      margin-bottom: 0;
    }

    @media screen and (max-width: 749px) {
      gap: 0.25rem;
      max-width: unset;
      margin-bottom: 2rem;

      h2 {
        font-size: 2.25rem;
      }

      .grid__description p {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: var(--FONT-WEIGHT-BODY);
        line-height: 1.203rem;
        letter-spacing: var(--LETTER-SPACING-BODY);
      }
    }
  }

  /* Block columns */
  .section-columns-carousel .column__content,
  .section-columns-carousel .column__image {
    width: 100%;
  }

  .section-columns-carousel .column__image {
    margin-bottom: 1.5rem;
  }

  .section-columns-carousel .column__heading {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;

    &.column__heading--line {
      border-bottom: 1px solid var(--COLOR-BORDER);
      padding-bottom: 0.75rem;
    }

    @media screen and (max-width: 749px) {
      font-size: 0.875rem;

      &.column__heading--line {
        padding-bottom: 0.625rem;
      }
    }
  }

  .section-columns-carousel .column__heading-number {
    font-size: 1.25rem;
  }

  .section-columns-carousel .column__text p {
    line-height: 1.25rem;
    padding-right: 0.375rem;

    @media screen and (max-width: 749px) {
      padding-right: 0;
    }
  }
/* END_SECTION:section-columns-carousel */

/* START_SECTION:section-custom-reviews (INDEX:48) */
.custom-reviews {
    overflow: hidden;

    .slider__button--next {
      right: 1.75rem;
    }

    .slider__button--prev {
      left: 1.75rem;
    }
  }

  .custom-reviews__title {
    text-align: center;
    margin-bottom: 2rem;

    @media screen and (max-width: 749px) {
      margin-bottom: 1.5rem;
    }
  }

  .custom-reviews__grid {
    --COLUMNS: 3;
    display: flex;
    flex-flow: row nowrap;
    gap: 1rem;

    @media screen and (max-width: 749px) {
      gap: 0.5rem;
    }
  }

  @media screen and (max-width: 749px) {
    .custom-reviews__grid {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;

      &::-webkit-scrollbar {
        display: none;
      }
    }
  }

  .custom-reviews__item {
    --columns: var(--COLUMNS);
    flex: 0 0 auto;
    display: flex;
    width: calc(100% / var(--columns) - 1rem * (var(--columns) - 1) / var(--columns));

    @media screen and (max-width: 749px) {
      width: fit-content;
    }
  }

  .custom-reviews__item:last-child {
    margin-right: 0;
  }

  @media screen and (max-width: 749px) {
    .custom-reviews__item {
      scroll-snap-align: start;
    }
  }

  .custom-reviews__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FCFBF9;
    padding: 2rem;

    @media screen and (max-width: 749px) {
      padding: 1.5rem 1.25rem;
    }
  }

  .custom-reviews__stars {
    margin-bottom: 1.5rem;
  }

  .custom-reviews__content {
    flex: 1;
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
    font-size: 0.875rem;

    p {
      margin: 0;
    }

    @media screen and (max-width: 749px) {
      max-width: 14.5rem;
      font-size: 0.8125rem;

      line-height: 1.25rem;
    }
  }

  .custom-reviews__footer {
    display: flex;
    flex-direction: column;

    font-size: 0.875rem;
    line-height: 1.25rem;

    @media screen and (max-width: 749px) {
      font-size: 0.8125rem;
      line-height: 1.25rem;
    }
  }

  .custom-reviews__author {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  }

  .custom-reviews__source {
    color: #969696;
  }

  .custom-reviews__dots {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 2.375rem;

    @media screen and (max-width: 749px) {
      margin-top: 1.25rem;
    }
  }

  .custom-reviews__dots:empty {
    display: none;
  }

  .custom-reviews__dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 1px solid var(--COLOR-TEXT);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .custom-reviews__dot.is-active {
    background: var(--COLOR-TEXT);
  }
/* END_SECTION:section-custom-reviews */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-customisations (INDEX:227) */
.product-customisations {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;

  li, ul {
    margin-bottom: 0;
  }

  &__title {
    line-height: 25.6px;
  }
}

@media screen and (max-width: 749px) {
  .product-customisations__title, .product-customisations__item {
    font-size: 0.875rem;
    font-weight: var(--FONT-WEIGHT-BODY);
    line-height: 1.6rem;
    letter-spacing: var(--LETTER-SPACING-BODY);
  }

  ul {
    margin-left: 1.375rem;
  }
}
/* END_SNIPPET:product-customisations */

/* START_SNIPPET:product-description-drawer (INDEX:228) */
.product-description__drawer {
        .drawer__body {
            padding: var(--inner);
        }
    }

    .product-description__preview, .product-description__drawer-trigger {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;

        @media (min-width: 768px) {
            font-size: 14px;
            line-height: 25.6px;
            letter-spacing:  0.4px;
        }
    }

    .product-description__drawer-trigger {
        padding: 0;
        text-transform: lowercase;

        > span {
            text-decoration: underline;
        }
    }
/* END_SNIPPET:product-description-drawer */

/* START_SNIPPET:product-reviews (INDEX:237) */
.product-reviews {
        display: flex;
        flex-direction: column;
        line-height: 1.25rem;

        @media screen and (max-width: 768px) {
            font-size: 0.875rem;
            font-style: normal;
            font-weight: var(--FONT-WEIGHT-BODY);
            line-height: 1.25rem;
            letter-spacing: var(--LETTER-SPACING-BODY);
        }
    }

    .product-reviews__stars-container {
        margin-bottom: 1rem;
    }

    .product-reviews__testimonial {
        margin-bottom: 1.75rem;

        @media screen and (max-width: 768px) {
            margin-bottom: 1.5rem;
        }
    }

    .product-reviews__details {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .product-reviews__source {
        color: #969696;
    }

    .product-reviews__cta {
        position: absolute;
        right: 0;
        text-decoration: underline;
        bottom: 0.375rem;
        
        text-underline-offset: 0.625rem;
        @media screen and (min-width: 769px) {
            text-underline-offset: 0.5rem;
        }
    }
/* END_SNIPPET:product-reviews */

/* START_SNIPPET:product-variant-custom-label (INDEX:241) */
.radio__fieldset--colors {
        .radio__legend {
            margin-bottom: 0.5rem;
        }

        .radio__buttons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .radio__button {
            flex: 1 1 auto;
        }

        .radio__button .option-color {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            border-color: var(--COLOR-BORDER);
            text-transform: none;

            &:hover {
                background-color: transparent;
                color: inherit;
            }

            @media screen and (max-width: 768px) {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 0.375rem;
            }
        }

        .radio__button:has(input:checked) .option-color {
            color: inherit;
            background-color: transparent;
            border-color: var(--btn-border);
        }

        @media screen and (max-width: 768px) {
            .radio__legend__option-name {
                font-size: 0.875rem;
                font-weight: var(--FONT-WEIGHT-BODY-BOLD);
                line-height: 1.6rem;
                letter-spacing: var(--LETTER-SPACING-BODY);
            }

            &.radio__fieldset {
                padding-bottom: 1.125rem
            }
        }
    }

    .option-color {
        height: 100%;
    }

    .option-color .option-title {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.203rem;
        letter-spacing: 0.025rem;
    }

    .option-color__container {
        display: flex;
        gap: 5px;

        &:empty {
            display: none;
        }
    }

    .option-color__swatch {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .selector-wrapper:first-of-type .radio__fieldset--colors {
        border-bottom: 0;
    }

    .selector-wrapper:not(:first-of-type) .radio__fieldset--colors {
        padding-top: 0;
    }

    .product__block:has(.radio__fieldset--colors) {
        padding-bottom: 24px;

        @media screen and (max-width: 768px) {
            padding-bottom: 1.25rem;
        }
    }
/* END_SNIPPET:product-variant-custom-label */

/* START_SNIPPET:review-stars (INDEX:247) */
.review-stars {
    position: relative;
    width: fit-content;
  }

  .review-stars__background,
  .review-stars__foreground {
    display: flex;
    flex-direction: row;
    gap: 2px;
    width: 100%;

    svg {
      width: 1rem;
      height: 1rem;
      flex-shrink: 0;
    }
  }

  .review-stars__background {
    color: #e3e1dc;
  }

  .review-stars__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--stars-width, 100%) + 1px);
    overflow: hidden;
  }
/* END_SNIPPET:review-stars */