/** Shopify CDN: Minification failed

Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 31:17 Unexpected "{"
Line 31:26 Expected ":"
Line 38:17 Unexpected "{"
Line 38:26 Expected ":"
Line 45:17 Unexpected "{"
Line 45:26 Expected ":"
Line 53:17 Unexpected "{"
Line 53:26 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:new-scrolling-ad (INDEX:190, SCOPED:FALSE) */
#scrolling-text-{{ section.id }} .scrolling-text-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-color: #000;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  padding: 1.6rem 0rem;
  user-select: none;
}

#scrolling-text-{{ section.id }} .scrolling-text-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
}

#scrolling-text-{{ section.id }} .scrolling-item {
  display: inline-flex;
  align-items: center;
  margin-inline-end: 3rem;
  white-space: nowrap;
}

#scrolling-text-{{ section.id }} .scrolling-item span {
  color: #000;
  font-family: "PP Fragment, Sans Regular";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1rem;
}

#scrolling-text-{{ section.id }} .scrolling-item img {
  width: 1.88rem;
  height: 1.88rem;
  margin-right: 0.5rem;
}
/* END_SECTION:new-scrolling-ad */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:ctr-flavor-selector (INDEX:248, SCOPED:FALSE) */
.ctr-flavor-selector {

     --ctr-flavor-selector-brand-color: #E7F898;

    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "PP Fragment, Sans Regular" !important;
  }

  .ctr-flavor-selector__title,
  .ctr-flavor-selector__title * {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-family: "PP Fragment, Sans Regular" !important;
    letter-spacing: 0 !important;
  }

  .ctr-flavor-selector__list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ctr-flavor-selector__item {
    margin: 0;
    padding: 0;
  }

  .ctr-flavor-selector__button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px;

    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;

    border-radius: 15px;
    /* border: 1px solid #D3D3D3; */
    border: none;
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.10);
    background: #fff;
    cursor: pointer;

    &:hover,
    &.m-active {
      background: linear-gradient(180deg, #DEF3FA 0%, #EACCFF 100%);
    }

    &.m-active {
      cursor: default;
      pointer-events: none;
    }
  }
  .ctr-flavor-selector__icon {
    height: 22px;
  }

  .ctr-flavor-selector.m-layout_v3 {
    flex-direction: row;
    gap: 36px;
    padding-top: 28px;

    @media (max-width: 768px) {
        gap: 12px;
    }

    .ctr-flavor-selector__list {
        flex: 1;   
    }

    .ctr-flavor-selector__item {
        flex: 1 0 auto;
    }

    .ctr-flavor-selector__button {
        padding: 14px 14px 14px 26px;
        width: 100%;

        &:hover,
        &.m-active {
            background: var(--ctr-flavor-selector-brand-color);
        }
    }

    .ctr-flavor-selector__icon {
        position: absolute;
        left: 0;
        bottom: -2px;
        height: auto;
        width: 22px;
        transform-origin: bottom;
    }

    .ctr-flavor-selector__title {
        display: flex;
        align-items: center;
        gap: 12px;
    }
  }
  .ctr-flavor-selector.m-layout_v2 {

  .ctr-flavor-selector__list {
        flex: 1;   
    }

    .ctr-flavor-selector__item {
        flex: 1 0 auto;
    }

    .ctr-flavor-selector__button {
        width: 100%;

        &:hover,
        &.m-active {
            background: var(--ctr-flavor-selector-brand-color);
        }
    }
  }
/* END_SNIPPET:ctr-flavor-selector */

/* START_SNIPPET:ctr-reviews-primary (INDEX:256, SCOPED:FALSE) */
.ctr-reviews.m-primary {
        .ctr-reviews__card {
            align-items: center;
            text-align: center;
        }
    }
/* END_SNIPPET:ctr-reviews-primary */

/* START_SNIPPET:ctr-reviews-secondary (INDEX:257, SCOPED:FALSE) */
.ctr-reviews.m-secondary {
        .ctr-reviews__rating {
            border: 1px solid #000;
        }
        .ctr-reviews__card-date {
            position: absolute;
            top: 24px;
            right: 24px;
            font-size: 14px;
            font-weight: 400;
            color: #9399A8;
            line-height: 1;
            font-size: 14px;
            font-family: "PP Fragment, Sans Regular" !important;

            @media screen and (max-width: 750px) {
                top: 24px;
                right: 16px;
            }
        }
        .ctr-reviews__card-icon {
            border-radius: 24px;
            width: 160px;
            height: 200px;
        }
        .ctr-reviews__card-footer {
            display: flex;
            justify-content: space-between;
            gap: 8px;
            width: 100%;
            height: 14px;
            position: relative;
        }
        .ctr-reviews__card-footer-left {
            position: absolute;
            display: flex;
            align-items: center;
            gap: 4px;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }
        .ctr-reviews__status {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            padding-left: 16px;

            .ctr-reviews__status-icon {
                position: absolute;
                left: 0;
                top: calc(50% + 1px);
                transform: translateY(-50%);
            }
        }
        .ctr-reviews__card-rating {
            transform: scale(0.75) translateX(-16px);
        }
        .ctr-rating__star-filled {
            path {
                fill: #000000;
            }
        }

        .ctr-rating__star-empty path {
            fill: #9399A8;
        }

        .ctr-reviews__card-author {
            @media screen and (max-width: 750px) {
                font-size: 12px;
            }
        }
    }
/* END_SNIPPET:ctr-reviews-secondary */