/** Shopify CDN: Minification failed

Line 110:14 Expected identifier but found whitespace
Line 110:15 Unexpected "26px"
Line 209:11 Expected identifier but found whitespace
Line 209:18 Unexpected ";"
Line 256:11 Expected identifier but found whitespace
Line 256:16 Unexpected ";"
Line 359:13 Expected identifier but found whitespace
Line 359:25 Unexpected ";"
Line 425:10 Expected identifier but found whitespace
Line 425:11 Unexpected "100%"
... and 5 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:19) */
.footer .footer__blocks-wrapper {
  justify-content: space-between;
}
.footer .footer__blocks-wrapper .footer-block {
  width: 100%;
  max-width: fit-content;
}
.footer .footer__blocks-wrapper .footer-block:nth-child(1) {
  max-width: 380px;
}
.footer .footer__blocks-wrapper .footer-block:nth-child(4) {
  max-width: 260px;
}
.footer .footer__blocks-wrapper .footer-block .footer-block__heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #151515;
}
.footer .footer-block__brand-info .rte p {
  font-size: 16px;
  line-height: 24px;
  color: #151515;
}
.footer .footer-block__brand-info .list-social {
  margin-top: 25px;
  gap: 15px;
}
.footer .footer-block__brand-info .list-social .list-social__link {
  background-color: #F9747F;
  color: #FFF;
  border-radius: 0;
  transition: background-color var(--duration-short) ease, color var(--duration-short) ease;
}
.footer .footer-block__brand-info .list-social .list-social__link:hover {
  background-color: #151515;
}
.footer .footer-block--menu .link {
  font-size: 16px;
  line-height: 26px;
  color: #151515;
  padding: 0 0 10px !important;
}
.footer .footer-block__contact-info .contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-block__contact-info .contact_box:not(:last-child) {
  margin-bottom: 15px;
}
.footer .contact_box .contact_box_icon {
  width: 20px;
  line-height: 0;
  padding-top: 4px;
}
.footer .contact_box .contact_box_icon svg {
  width: 20px;
}
.footer .contact_box .contact_box_txt {
  width: calc(100% - 36px);
}
.footer .contact_box .contact_box_txt > * {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.footer .contact_box .contact_box_txt a {
  color: #151515;
  text-decoration: none;
}
.footer .contact_box .contact_box_txt a:hover {
  text-decoration: underline;
  text-underline-offset: .3rem;
}
.footer .footer__content-bottom .footer__copyright {
  margin-top: 0;
}
footer .footer__content-bottom {
  border: none;
  padding: 12px 0;
  background: #F9747F;
}
.footer .footer__content-bottom .footer__copyright .copyright__content {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
  line-height: 26px;
  color: inherit;
}
/* END_SECTION:footer */

/* START_SECTION:image-banner (INDEX:22) */
.landing_cta .banner__box {
  padding: 0;
}
.landing_cta .banner__box .banner__heading {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.landing_cta .banner__box .banner__text {
  color: #151515;
  width: 100%;
  max-width: 420px;
  margin: 20px auto 0;
}
.landing_cta .banner__buttons {
  margin-top: 30px;
  max-width: 100%;
}
.landing_cta .banner__buttons .button--primary {
  border-color: #0e0f52;
}
.landing_cta .banner__buttons .button--primary:hover {
  color: #0e0f52;
  background: transparent;
}
.landing_cta .banner__buttons .button--secondary:hover {
  color: #FFF;
  background: #0e0f52;
  border-color: #0e0f52;
}
/* END_SECTION:image-banner */

/* START_SECTION:image-with-text (INDEX:23) */
.about_sec .image-with-text__media {
  border-radius: var(--media-radius);
}
.fragrance_sec .image-with-text__media {
  border-radius: var(--media-radius);
}
.fragrance_sec .image-with-text__content {
  padding: 0 0 0 30px;
}
.fragrance_sec .image-with-text__content .image-with-text__text {
  width: 100%;
  max-width: 520px;
}
.fragrance_sec .image-with-text__content .button--primary:hover {
  background-color: transparent;
  color: #f9747f;
}

.mission_sec .image-with-text__media {
  border-radius: var(--media-radius);
}
.mission_sec .image-with-text__content {
  padding: 0 30px 0 0;
}
.mission_sec .image-with-text__media-item:before {
  content: '';
  display: block;
  width: calc(50% + 100px);
  max-width: 400px;
  height: calc(100% + 200px);
  background: #F9747F;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.quality_sec .image-with-text__media {
  border-radius: var(--media-radius);
}
.quality_sec .image-with-text__content {
  padding: 0 22px 0 0;
}

.explore_sec .image-with-text__media {
  border-radius: var(--media-radius);
}
.explore_sec .image-with-text__content {
  padding: 5rem;
}
.explore_sec .image-with-text__content .button {
  background: #F9747F;
  border-color: #F9747F;
}
.explore_sec .image-with-text__content .button:hover {
  background: transparent;
  color: #F9747F;
}
/* END_SECTION:image-with-text */

/* START_SECTION:landing-footer (INDEX:24) */
text-align: center;
}
.landing_footer .footer-block__brand-info .footer-block__image-wrapper {
  margin: 0 auto 30px;
}
.landing_footer .footer-block__brand-info .brand_description {
  width: 100%;
  max-width: 798px;
  margin: auto;
}
.footer .footer-block__brand-info .rte p {
  line-height: 26px;
  color: inherit;
}
.landing_footer .footer-block__brand-info .footer__list-social {
  justify-content: center !important;
  margin-top: 20px;
}
.landing_footer .footer-block__brand-info .footer__list-social .list-social__link {
  background-color: #FFF;
  color: #0E0F52;
  padding: 0.8rem;
}
.landing_footer .footer-block__brand-info .footer__list-social .list-social__link:hover {
  background-color: #F9747F;
  color: #FFF;
}
.landing_footer .footer__content-bottom {
  background: transparent;
  position: relative;
  padding: 20px 0;
}
.landing_footer .footer__content-bottom:before {
  content: '';
  background: #fff;
  display: block;
  height: 1px;
  width: calc(100% - 10rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}
/* END_SECTION:landing-footer */

/* START_SECTION:landing-header (INDEX:25) */
text-align: left;
}
.sw_landing_page .section-header {
  z-index: 9;
}
/* END_SECTION:landing-header */

/* START_SECTION:lucky-section (INDEX:26) */
.lucky_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.lucky_sec .lucky_sec_img {
  width: 50%;
  line-height: 0;
}
.lucky_sec .lucky_sec_img img {
  height: 100%;
  object-fit: cover;
  border-radius: var(--media-radius);
}
.lucky_sec .lucky_sec_content {
  width: 50%;
  padding: 5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  counter-reset: section;
}
.lucky_sec .lucky_sec_content h2 {
  color: #fff;
  margin: 0 0 40px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
.lucky_sec .lucky_box {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 38px;
  padding: 45px 30px 30px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.lucky_sec .lucky_box:after {
  content: "" counter(section,decimal-leading-zero) "";
  counter-increment: section;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background: #F9747F;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.lucky_sec .lucky_box:last-child {
  margin-bottom: 0;
}
.lucky_sec .lucky_box img {
  display: block;
  width: 100%;
  max-width: 50px;
  margin: auto;
}
.lucky_sec .lucky_box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 20px 0 0;
}
/* END_SECTION:lucky-section */

/* START_SECTION:main-collection-product-grid (INDEX:33) */
.sw_collection sticky-header .header .header__submenu  .header__menu-item {
  color: #000;
}


.sw_collection .collection__title {
  text-align: center;
  margin-bottom: 60px !important;
}
.sw_collection .collection__description {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
.sw_collection .grid {
  margin: 0;
}
  background: transparent;
}
.sw_collection .shopify-section-header-sticky sticky-header {
  background: #fff;
}
.sw_collection sticky-header .header .header__menu-item,
.sw_collection sticky-header .header .header__active-menu-item,
.sw_collection sticky-header .header .header__icon {
  color: #fff;
}
.sw_collection .shopify-section-header-sticky sticky-header .header .header__menu-item,
.sw_collection .shopify-section-header-sticky sticky-header .header .header__active-menu-item,
.sw_collection .shopify-section-header-sticky sticky-header .header .header__icon {
  color: #151515;
}
.sw_collection_hero {
  padding-top: 65px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw_collection_hero h1 {
  color: #fff;
  margin: 0 0 10px;
}
.sw_collection_hero .collection_hero_text {
  margin: 0;
  width: 100%;
  max-width: 980px;
}
.sw_collection_hero .collection_hero_text p {
  margin: 0;
}
.sw_collection .facets-container-drawer {
  padding: 0 0 40px;
  justify-content: flex-end;
}
.sw_collection .facets-container-drawer .mobile-facets__wrapper {
  flex-grow: unset;
}
.sw_collection .facets-container-drawer .mobile-facets__wrapper summary .icon-caret {
  width: 2rem;
  right: 0;
}
.sw_collection .facets-container-drawer .product-count {
  display: none;
}
.sw_collection .facets-container-drawer .facets__form {
  margin: 0;
}
.sw_collection .facets-container-drawer facet-filters-form .facet-filters {
  padding: 0;
}
.sw_collection .facets-container-drawer .facets__form select#SortBy {
  outline: none;
  box-shadow: none;
}
/* END_SECTION:main-collection-product-grid */

/* START_SECTION:main-product (INDEX:38) */
max-width: 100%;
}
.product .product__info-wrapper .product-form__buttons .button {
  color: #fff;
  background: #f9747f;
  border-color: #f9747f;
}
.product .product__info-wrapper .product-form__buttons .button:hover {
  color: #f9747f;
  background: transparent;
}
/* END_SECTION:main-product */

/* START_SECTION:multicolumn (INDEX:40) */
.featured_sec .page-width {
  display: flex;
  flex-wrap: wrap;
}
.featured_sec .title-wrapper-with-link {
  width: 25%;
  margin: 0;
}
.featured_sec .title-wrapper-with-link .title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
.featured_sec slider-component {
  width: 75%;
}
.featured_sec .multicolumn-list {
  align-items: center;
}
.featured_sec .multicolumn-card__image-wrapper {
  margin: 0 !important;
}
.featured_sec ul .multicolumn-list__item .media {
  padding: 0 !important;
}
.featured_sec ul .multicolumn-list__item img {
  position: unset !important;
  transform: unset !important;
  margin: auto;
}
.bundles_sec .title-wrapper-with-link {
  justify-content: center;
  margin-bottom: 60px;
}
.bundles_sec .multicolumn-list .multicolumn-card__image-wrapper {
  margin: 0 !important;
  border-radius: var(--media-radius);
  overflow: hidden;
}
.bundles_sec .multicolumn-list .multicolumn-card__info {
  padding: 15px 0 0 !important;
}
.bundles_sec .multicolumn-list .multicolumn-card__info h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.bundles_sec .multicolumn-list .multicolumn-card__info .rte {
  margin-top: 16px;
}
.bundles_sec .multicolumn-list .multicolumn-card__info .link {
  margin-top: 30px;
  color: #fff;
  background: #F9747F;
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #F9747F;
  transition: color var(--duration-short) ease, background-color var(--duration-short) ease,
    border-color var(--duration-short) ease;
}
.bundles_sec .multicolumn-list .multicolumn-card__info .link:hover {
  color: #F9747F;
  background: #FFF;
  border-color: #fff;
}
.bundles_sec .multicolumn-list .multicolumn-card__info .link .svg-wrapper {
  display: none;
}
  justify-content: center;
  margin-bottom: 60px;
}
.usp_sec .title {
  text-align: center;
  color: #0E0F52;
}
.usp_sec .title p {
  width: 100%;
  max-width: 670px;
  margin: 16px 0 0;
  font-family: var(--font-body-family);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.usp_sec .multicolumn-list {
  width: 100%;
  max-width: 1110px;
  --grid-desktop-horizontal-spacing: 30px;
  margin: auto;
}
.usp_sec .multicolumn-list .multicolumn-card__image-wrapper {
  margin: 0 !important;
  border-radius: var(--media-radius);
  overflow: hidden;
}
.usp_sec .multicolumn-list .multicolumn-card__image-wrapper .media {
  padding: 0 !important;
}
.usp_sec .multicolumn-list .multicolumn-card__image-wrapper img {
  position: unset;
  transform: unset !important;
  max-width: 70px;
  margin: auto;
}
.usp_sec .multicolumn-list .multicolumn-card__info {
  padding: 20px 0 0 !important;
}
.usp_sec .multicolumn-list .multicolumn-card__info h3 {
  color: #0E0F52;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.usp_sec .multicolumn-list .multicolumn-card__info .rte {
  margin-top: 10px;
}
/* END_SECTION:multicolumn */

/* START_SECTION:reminder-benefits-section (INDEX:48) */
.reminder-benefits-wrapper {
  background-color: #FCF2F3;
  padding: 100px 0px;
  font-family: 'Poppins';
  text-align: center;
}

.reminder-benefits-wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  font-family: 'Poppins';
  line-height: 52px;
      max-width: 840px;
    margin: auto;
}
.review_sec_content .h1 span {
    color: #F9747F;
}

.reminder-benefits-wrapper h2 span {
  color: #ff5f8f;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 0;
}

.benefit-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 30px;
  box-sizing: border-box;
  border: 1px solid #F9747F26;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefit-card .emoji {
  max-width: 40px;
  margin: 0px auto 30px auto;
}

.benefit-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding-bottom: 20px;
  font-family: 'Poppins';
}
.benefit-card p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  margin: 0;
  padding-top: 15px;
  font-family: 'Poppins';
  border-top: 1px solid #00000026;
}

@media (max-width: 768px) {
  .reminder-benefits-wrapper {
    padding: 72px 0px;
  }

  .reminder-benefits-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }
}
/* END_SECTION:reminder-benefits-section */

/* START_SECTION:review_slider (INDEX:49) */
.review_sec {
    background: #fff;
    padding: 100px 0px;
    position: relative;
  }

  .review_sec .page-width {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
  }

  .review_sec .review_sec_img {
    width: calc(40% - 25px);
    line-height: 0;
  }

  .review_sec .review_sec_img img {
    border-radius: var(--media-radius);
  }

  .review_sec .review_sec_content {
    width: calc(60% - 25px);
    text-align: left;
    position: absolute;
    right: 120px;
    background: #fff;
    z-index: 1;
    padding: 50px;
    border-radius: 12px;
    border: 1px solid #f9747f4d;
  }

  .review_sec .review_sec_content h2 {
    color: #000;
    margin: 0px;
    font-family: 'poppins' !important;
    font-size: 32px;
    line-height: 42px;
  }

  .review_txt p {
    margin: 0 !important;
    font-size: 16px;
    font-family: poppins !important;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 22px;
  }

  .review_sec .review_slide .rating_icons {
    line-height: 0;
    font-size: 0;
  }

  .review_sec .review_slide .review_txt * {
    margin: 20px 0 25px;
    font-family: var(--font-heading-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .review_sec .review_slide h4 {
    color: #0e0f52;
    font-family: var(--font-body-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    padding-top: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .review_sec .review_slide .review_desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
  }

  .review_sec .sweetums-carousel__dots {
    padding-top: 8px;
  }

  @media screen and (min-width: 750px) {
    .review_sec .rating_icons {
      padding: 30px 0;
    }
  }

  .review_user-name {
    height: 60px;
    width: 60px;
    background: #F9747F;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 2px 1px 10px #00000040;
    margin-left: 5px;
  }
/* END_SECTION:review_slider */

/* START_SECTION:sw-collection-hero (INDEX:58) */
padding-top: 65px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw_collection_hero h1 {
  color: #fff;
  margin: 0 0 10px;
}
.sw_collection_hero .collection_hero_text {
  margin: 0;
  width: 100%;
  max-width: 980px;
}
.sw_collection_hero .collection_hero_text p {
  margin: 0;
}
.sw_collection .facets-container-drawer {
/* END_SECTION:sw-collection-hero */

/* START_SECTION:sw-featured-collection (INDEX:59) */
.sw_collection .collection__title {
  text-align: center;
  margin-bottom: 60px !important;
}
.sw_collection .collection__description {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
.sw_collection .grid {
  margin: 0;
}
  color: #0E0F52;
}
.landing_products .collection__description {
  max-width: 720px;
}
.landing_products .sw_card .quick-add .button {
  border: 1px solid #0E0F52;
  background: #0E0F52;
}
.landing_products .sw_card .quick-add .button:hover {
  color: #0E0F52;
  background: transparent;
}
/* END_SECTION:sw-featured-collection */

/* START_SECTION:sw-image-box-slider (INDEX:60) */
.sec_images_slider {
    .images_slider_header {
      margin-block: 0 18px;
      display: flex;
      flex-direction: column;
      gap: 8px;

      .title {
        margin: 0;
      }
    }
  }

  .sec_images_slider .images_slider_header .images_slider_header_text p {
    margin: 0;
  }

  .sec_images_slider__carousel-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    --sec-images-slider-gutter: 1.5rem;
  }

  @media screen and (min-width: 991px) {
    .sec_images_slider__carousel-wrap {
      --sec-images-slider-gutter: 5rem;
    }
  }

  .sec_images_slider .sweetums-carousel__track {
    margin: 0;
    padding-block: 0;
    padding-inline: var(--sec-images-slider-gutter);
    scroll-padding-inline: var(--sec-images-slider-gutter);
    list-style: none;
    box-sizing: border-box;
  }

  .sec_images_slider .sweetums-carousel__slide {
    flex: 0 0
      calc(
        (
            100cqw - 2 * var(--sec-images-slider-gutter) -
              (var(--carousel-visible, 1) - 1) * var(--carousel-gap)
          ) / var(--carousel-visible, 1)
      );
  }

  .sec_images_slider .images_slide {
    line-height: 0;
  }

  .sec_images_slider .images_slide__link {
    display: block;
    padding: 0;
    line-height: 0;
    text-decoration: none;
    color: inherit;
  }

  .sec_images_slider .images_slide-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    border-radius: var(--media-radius);
  }

  .sec_images_slider .images_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
  }

  .sec_images_slider .images_slide h3 {
    text-align: center;
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .sec_images_slider .sweetums-carousel__arrow--prev {
    left: calc(var(--sec-images-slider-gutter) + 8px);
  }

  .sec_images_slider .sweetums-carousel__arrow--next {
    right: calc(var(--sec-images-slider-gutter) + 8px);
  }
/* END_SECTION:sw-image-box-slider */

/* START_SECTION:sw-newsletter (INDEX:61) */
.sw_newsletter .newsletter__wrapper {
  max-width: 1220px;
  margin: auto;
  padding-right: 5rem;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
.sw_newsletter .newsletter__wrapper .newsletter__img {
  width: 48%;
  line-height: 0;
  border-radius: var(--media-radius);
  overflow: hidden;
  aspect-ratio: 16/11;
}
.sw_newsletter .newsletter__wrapper .newsletter__content {
  width: 52%;
  margin: 0;
  padding: 0 0 0 30px;
}
.sw_newsletter .newsletter__wrapper .newsletter__content h2 {
  margin: 0 0 26px;
  text-align: left;
}
.sw_newsletter .newsletter-form,
.sw_newsletter .newsletter-form .newsletter-form__field-wrapper {
  max-width: 100%;
}
.sw_newsletter .newsletter-form .field:after,
.sw_newsletter .newsletter-form .field:before {
  content: unset;
}
.sw_newsletter .newsletter-form .field {
  flex-direction: column;
}
.sw_newsletter .newsletter-form .field .field__label {
  display: none;
}
.sw_newsletter .newsletter-form .field input {
  height: auto;
  padding: 10px 15px !important;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid rgb(0 0 0 / 20%);
  outline: none;
  box-shadow: none;
  color: #000;
}
.sw_newsletter .newsletter-form .field input::placeholder {
  opacity: 1 !important;
  color: #000 !important;
}
.sw_newsletter .newsletter-form .field button {
  margin-top: 20px;
  position: unset;
  width: 100%;
  background: #F9747F;
  border-color: #F9747F;
}
.sw_newsletter .newsletter-form .field button:hover {
  color: #F9747F;
  background: transparent;
}
/* END_SECTION:sw-newsletter */

/* START_SECTION:sw-text-marquee (INDEX:62) */
.marquee-wrapper {
    overflow: hidden;
    background: #f87171;
    padding: 30px 0;
    position: relative;
  }

  .marquee-track {
    display: flex;
    width: fit-content;
    animation: scroll-marquee 20s linear infinite;
  }

  @keyframes scroll-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .marquee-inner {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    font-family: var(--font-body-family);
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .marquee-text {
    color: #1e1b4b;
  }

  .marquee-text.outlined {
    color: transparent;
    -webkit-text-stroke: 1px #1e1b4b;
  }

  .marquee-icon {
    color: #1e1b4b;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media only screen and (max-width: 990px) {
    .marquee-inner {
      font-size: 40px;
      line-height: 40px;
    }
  }

  @media only screen and (max-width: 767px) {
    .marquee-inner {
      font-size: 30px;
      line-height: 30px;
      gap: 20px;
    }
  }
/* END_SECTION:sw-text-marquee */

/* START_SECTION:sw_video_with_text (INDEX:63) */
.hero_video_sec .video-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero_video_sec .video-section__media {
  width: 50%;
  line-height: 0;
}
.hero_video_sec .video_sec_content {
  width: 50%;
  padding: 5rem;
}
.hero_video_sec .video_sec_content h1 {
  width: 100%;
  max-width: 450px;
  font-size: 44px;
  line-height: 54px;
  margin: 0 0 20px;
}
.hero_video_sec .video_sec_content h1 .txt_icon {
  font-family: "Baskervville", serif;
  display: inline-flex;
  align-items: center;
  color: #f9747f;
  gap: 10px;
}
.hero_video_sec .video_sec_content h1 .txt_icon img {
  width: 36px;
  height: 36px;
  margin-top: 8px;
  object-fit: contain;
}
.hero_video_sec .video_sec_content .text-wrapper p {
  width: 100%;
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.hero_video_sec .video_sec_buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.hero_video_sec .video_sec_buttons .button--primary:hover {
  background-color: transparent;
  color: #f9747f;
}
.hero_video_sec .video_sec_buttons .button--secondary:hover {
  background-color: rgb(var(--color-button-text));
  color: #fff;
}

.sec_shop_wipes .video_sec_content h2 {
  font-size: 44px;
  line-height: 54px;
  margin: 0 0 20px;
}
.sec_shop_wipes .video_sec_content .text-wrapper p {
  width: 100%;
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.sec_shop_wipes .video_sec_content .text-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.sec_shop_wipes .video_sec_buttons {
  margin-top: 40px;
}
.sec_shop_wipes .video_sec_buttons .button--primary {
  border-color: #0E0F52;
}
.sec_shop_wipes .video_sec_buttons .button--primary:hover {
  background-color: transparent;
  color: #0E0F52;
}
.sec_shop_wipes .video_sec_buttons .button--secondary:hover {
  background-color: rgb(var(--color-button-text));
  border-color: rgb(var(--color-button-text));
  color: #fff;
}
.sec_subs_hero .video-section {
  align-items: unset;
  padding-right: 0;
}
.sec_subs_hero .video-section__media img {
  height: 100%;
  object-fit: cover;
}
.sec_subs_hero .video_sec_content h1 {
    font-weight: 700;
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 20px;
    font-family: 'poppins';
}
.sec_subs_hero .video_sec_content .text-wrapper p {
  width: 100%;
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.sec_subs_hero .video_sec_content .text-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.sec_subs_hero h6 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-weight:400;
}
.sec_subs_hero h1.main-headind span {
    color: #F9747F;
}
.sec_subs_hero h6 span {
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #f9747f;
    font-style: normal;
    font-weight:600;
}
/* END_SECTION:sw_video_with_text */

/* START_SECTION:video-slider (INDEX:68) */
.video_slider_sec h2 {
  text-align: center;
  margin: 0 0 60px;
}

.video_slider_sec .sweetums-carousel__track {
  align-items: stretch;
}
.video_slider_sec .sweetums-carousel__slide {
  justify-content: flex-start;
  align-self: stretch;
}
.video_slider_sec .video-slide {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.video_slider_sec .video-slide .video-wrapper {
  flex-shrink: 0;
}
.video_slider_sec .video-slide video {
  width: 100%;
  border-radius: var(--media-radius);
  display: block;
}
.video_slider_sec .video-slide .video-stars {
  margin-top: 20px;
  flex-shrink: 0;
  color: #FFA500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 5px;
}
.video_slider_sec .video-slide .video-caption {
  flex-grow: 1;
  color: #151515;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 26px;
}
/* END_SECTION:video-slider */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:breadcrumbs (INDEX:76) */
.breadcrumbs__divider {
    cursor: default;
  }

  .breadcrumbs__divider--inactive {
    color: rgba(var(--color-foreground), 0.55);
  }

  .breadcrumbs__item {
    display: inline;
  }

  .breadcrumbs__item:first-child {
    cursor: default;
  }

  .breadcrumbs__item a {
    text-decoration: none;
    transition: color 500ms ease;
    color: rgba(var(--color-foreground), 1);
  }

  @media (hover: hover) {
    .breadcrumbs__item a:hover {
      color: rgba(var(--color-foreground), 0.55);
    }
  }


  .breadcrumbs__item a:visited {
      min-height: 16px;
    color: rgba(var(--color-foreground), 0.55);
  }

  .breadcrumbs__item--inactive:first-child > a {
    color: rgba(var(--color-foreground), 0.55) !important;
  }

  .page-width > .breadcrumbs__nav {
    padding-block: 0.5rem;
  }

  @media screen and (min-width: 990px) {
    .page-width > .breadcrumbs__nav {
      padding-top: 1rem;
      padding-bottom: 0.25rem;
    }
  }

  .breadcrumbs__list {
    font-size: 1.5rem;
    text-transform: capitalize;
    min-height: 18px;
    padding-inline: 0;
    margin-block: 0;
  }
/* END_SNIPPET:breadcrumbs */

/* START_SNIPPET:buy-buttons (INDEX:77) */
pickup-availability {
    display: block;
  }

  pickup-availability[available] {
    min-height: 8rem;
  }

  .pickup-availability-preview {
    align-items: flex-start;
    display: flex;
    gap: 0.2rem;
    padding: 1rem 2rem 0 0;
  }

  .pickup-availability-preview .icon {
    flex-shrink: 0;
    height: 1.8rem;
  }

  .pickup-availability-preview .icon-unavailable {
    height: 1.6rem;
    margin-top: 0.1rem;
  }

  .pickup-availability-button {
    background-color: transparent;
    color: rgba(var(--color-foreground), 0.75);
    letter-spacing: 0.06rem;
    padding: 0 0 0.2rem;
    text-align: left;
    text-decoration: underline;
  }

  .pickup-availability-button:hover {
    color: rgb(var(--color-foreground));
  }

  .pickup-availability-info * {
    margin: 0 0 0.6rem;
  }

  pickup-availability-drawer {
    background-color: rgb(var(--color-background));
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
    transform: translateX(100%);
    width: 100%;
    border-width: 0 0 0 var(--drawer-border-width);
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
    border-style: solid;
    filter: drop-shadow(
      var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
        rgba(var(--color-shadow), var(--drawer-shadow-opacity))
    );
  }

  pickup-availability-drawer[open] {
    transform: translateX(0);
    opacity: 1;
  }

  @media screen and (min-width: 750px) {
    pickup-availability-drawer {
      transform: translateX(100%);
      width: 37.5rem;
    }

    pickup-availability-drawer[open] {
      opacity: 1;
      transform: translateX(0);
      animation: animateDrawerOpen var(--duration-default) ease;
    }
  }

  .pickup-availability-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
  }

  .pickup-availability-drawer-title {
    margin: 0.5rem 0 0;
  }

  .pickup-availability-header .icon {
    width: 2rem;
  }

  .pickup-availability-drawer-button {
    background-color: transparent;
    border: none;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    display: block;
    height: 4.4rem;
    padding: 1.2rem;
    width: 4.4rem;
  }

  .pickup-availability-drawer-button:hover {
    color: rgba(var(--color-foreground), 0.75);
  }

  .pickup-availability-variant {
    font-size: 1.3rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
    margin: 0 0 1.2rem;
    text-transform: capitalize;
  }

  .pickup-availability-variant > * + strong {
    margin-left: 1rem;
  }

  .pickup-availability-list__item {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    padding: 2rem 0;
  }

  .pickup-availability-list__item:first-child {
    border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .pickup-availability-list__item > * {
    margin: 0;
  }

  .pickup-availability-list__item > * + * {
    margin-top: 1rem;
  }

  .pickup-availability-address {
    font-style: normal;
    font-size: 1.2rem;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
  }

  .pickup-availability-address p {
    margin: 0;
  }

  @keyframes animateDrawerOpen {
    @media screen and (max-width: 749px) {
      0% {
        opacity: 0;
        transform: translateX(100%);
      }

      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @media screen and (min-width: 750px) {
      0% {
        opacity: 0;
        transform: translateX(100%);
      }

      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
  }
/* END_SNIPPET:buy-buttons */

/* START_SNIPPET:card-product (INDEX:79) */
.product--no-media .rating-wrapper {
    text-align: center;
  }

  .rating {
    display: inline-block;
    margin: 0;
  }

  .product .rating-star {
    --letter-spacing: 0.8;
    --font-size: 1.7;
  }

  .card-wrapper .rating-star {
    --letter-spacing: 0.7;
    --font-size: 1.4;
  }

  .rating-star {
    --color-rating-star: rgb(var(--color-foreground));
    --percent: calc(
      (
          var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
            (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
        ) * 100%
    );
    letter-spacing: calc(var(--letter-spacing) * 1rem);
    font-size: calc(var(--font-size) * 1rem);
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0;
  }

  .rating-star::before {
    content: '★★★★★';
    background: linear-gradient(
      90deg,
      var(--color-rating-star) var(--percent),
      rgba(var(--color-foreground), 0.15) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .rating-text {
    display: none;
  }

  .rating-count {
    display: inline-block;
    margin: 0;
  }

  @media (forced-colors: active) {
    .rating {
      display: none;
    }

    .rating-text {
      display: block;
    }
  }

  volume-pricing {
    display: block;
    margin-top: 2rem;
  }

  volume-pricing li:nth-child(odd) {
    background: rgba(var(--color-foreground), 0.04);
  }

  volume-pricing ul {
    margin-top: 1.2rem;
  }

  volume-pricing li {
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-between;
  }

  div.volume-pricing-note {
    margin-top: -2.6rem;
  }

  .product--no-media .volume-pricing-note {
    text-align: center;
  }

  .product--no-media volume-pricing {
    width: 30rem;
  }

  .volume-pricing-note span,
  volume-pricing .label-show-more {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
  }

  volume-pricing show-more-button {
    margin-top: 0.8rem;
  }

  .product-form__input price-per-item,
  .price-per-item__container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .product-form__input .price-per-item {
    color: rgba(var(--color-foreground));
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
  }

  .price-per-item dl {
    margin: 0;
  }

  .price-per-item dd {
    margin-left: 0;
  }

  .price-per-item__container .variant-item__old-price,
  .price__regular .variant-item__old-price {
    color: rgba(var(--color-foreground), 0.75);
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
  }

  quantity-popover {
    position: relative;
    display: block;
  }

  quantity-popover volume-pricing li:nth-child(odd) {
    background: rgba(var(--color-foreground), 0.03);
  }

  quantity-popover volume-pricing li {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-between;
  }

  .quantity-popover__info.global-settings-popup {
    width: 100%;
    z-index: 3;
    position: absolute;
    background-color: rgb(var(--color-background));
    max-width: 36rem;
  }

  .quantity-popover__info .button-close,
  .variant-remove-total quick-order-list-remove-all-button .button,
  .quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
  quantity-popover .quick-order-list-remove-button .button {
    --shadow-opacity: 0;
    --border-opacity: 0;
  }

  .quantity-popover__info-button {
    display: flex;
    align-items: center;
    margin: 0 0.4rem 0 0;
    min-width: 1.5rem;
    min-height: 1.5rem;
    --shadow-opacity: 0;
    --border-opacity: 0;
  }

  .quantity-popover__info-button--icon-with-label {
    text-align: left;
  }

  .quantity-popover__info-button--icon-with-label svg {
    flex-shrink: 0;
    width: 15px;
    height: 14px;
  }

  .quantity-popover__info-button--open {
    text-decoration: underline;
  }

  .quantity-popover__info-button span {
    padding-left: 1rem;
  }

  .quantity-popover__info-button--icon-only--animation svg {
    transform: scale(1.25);
  }

  .quantity-popover__info-button--icon-only svg {
    transition: transform var(--duration-default) ease;
    width: 15px;
    height: 14px;
  }

  @media screen and (max-width: 989px) {
    .quantity-popover__info.global-settings-popup {
      left: 0;
      top: 100%;
    }

    .quantity-popover__info-button {
      padding-left: 0;
    }
  }

  .quantity-popover__info .quantity__rules {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
  }

  .quantity-popover__info .volume-pricing-label {
    display: block;
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }

  .quantity-popover__info .button {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 0.4rem;
    right: 0;
    padding: 0 1.2rem 0 0;
    display: flex;
    justify-content: flex-end;
  }

  .quantity-popover__info .volume-pricing-label ~ .button {
    top: -0.2rem;
  }

  .quantity-popover__info .button .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  quantity-popover volume-pricing {
    margin-top: 1.2rem;
    display: block;
  }

  quantity-popover .quantity__rules span:first-of-type {
    display: block;
  }

  .quantity-popover-container {
    display: flex;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }

  .quantity-popover-container:not(.quantity-popover-container--hover) {
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .quantity-popover-container--empty {
      margin-right: 2.7rem;
    }

    .quantity-popover__info.global-settings-popup {
      width: 20rem;
    }

    .quantity-popover-container {
      width: auto;
      max-width: 20rem;
    }

    .quantity-popover__info.global-settings-popup {
      transform: translateX(-100%);
      top: 0.5rem;
    }
  }

  quantity-popover .quantity {
    background: rgb(var(--color-background));
  }

  quantity-popover .quantity__rules {
    margin-left: 0.8rem;
  }

  quantity-popover .quantity__rules .divider:nth-child(2)::before {
    content: none;
  }

  quantity-popover .quantity__button:not(:focus-visible):not(.focused),
  quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
    background-color: initial;
  }
/* END_SNIPPET:card-product */

/* START_SNIPPET:cart-drawer (INDEX:80) */
quantity-popover {
    position: relative;
    display: block;
  }

  quantity-popover volume-pricing li:nth-child(odd) {
    background: rgba(var(--color-foreground), 0.03);
  }

  quantity-popover volume-pricing li {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-between;
  }

  .quantity-popover__info.global-settings-popup {
    width: 100%;
    z-index: 3;
    position: absolute;
    background-color: rgb(var(--color-background));
    max-width: 36rem;
  }

  .quantity-popover__info .button-close,
  .variant-remove-total quick-order-list-remove-all-button .button,
  .quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
  quantity-popover .quick-order-list-remove-button .button {
    --shadow-opacity: 0;
    --border-opacity: 0;
  }

  .quantity-popover__info-button {
    display: flex;
    align-items: center;
    margin: 0 0.4rem 0 0;
    min-width: 1.5rem;
    min-height: 1.5rem;
    --shadow-opacity: 0;
    --border-opacity: 0;
  }

  .quantity-popover__info-button--icon-with-label {
    text-align: left;
  }

  .quantity-popover__info-button--icon-with-label svg {
    flex-shrink: 0;
    width: 15px;
    height: 14px;
  }

  .quantity-popover__info-button--open {
    text-decoration: underline;
  }

  .quantity-popover__info-button span {
    padding-left: 1rem;
  }

  .quantity-popover__info-button--icon-only--animation svg {
    transform: scale(1.25);
  }

  .quantity-popover__info-button--icon-only svg {
    transition: transform var(--duration-default) ease;
    width: 15px;
    height: 14px;
  }

  @media screen and (max-width: 989px) {
    .quantity-popover__info.global-settings-popup {
      left: 0;
      top: 100%;
    }

    .quantity-popover__info-button {
      padding-left: 0;
    }
  }

  .quantity-popover__info .quantity__rules {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
  }

  .quantity-popover__info .volume-pricing-label {
    display: block;
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }

  .quantity-popover__info .button {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 0.4rem;
    right: 0;
    padding: 0 1.2rem 0 0;
    display: flex;
    justify-content: flex-end;
  }

  .quantity-popover__info .volume-pricing-label ~ .button {
    top: -0.2rem;
  }

  .quantity-popover__info .button .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  quantity-popover volume-pricing {
    margin-top: 1.2rem;
    display: block;
  }

  quantity-popover .quantity__rules span:first-of-type {
    display: block;
  }

  .quantity-popover-container {
    display: flex;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }

  .quantity-popover-container:not(.quantity-popover-container--hover) {
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .quantity-popover-container--empty {
      margin-right: 2.7rem;
    }

    .quantity-popover__info.global-settings-popup {
      width: 20rem;
    }

    .quantity-popover-container {
      width: auto;
      max-width: 20rem;
    }

    .quantity-popover__info.global-settings-popup {
      transform: translateX(-100%);
      top: 0.5rem;
    }
  }

  quantity-popover .quantity {
    background: rgb(var(--color-background));
  }

  quantity-popover .quantity__rules {
    margin-left: 0.8rem;
  }

  quantity-popover .quantity__rules .divider:nth-child(2)::before {
    content: none;
  }

  quantity-popover .quantity__button:not(:focus-visible):not(.focused),
  quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
    background-color: initial;
  }
/* END_SNIPPET:cart-drawer */

/* START_SNIPPET:facets (INDEX:85) */
.button-show-more {
    padding-left: 0;
    justify-content: flex-start;
    padding-bottom: 1.1rem;
  }

  .button-show-more,
  .button-show-less {
    margin-top: 1.5rem;
  }

  /* swatch-input lives in its own file for reusability of the swatch in other areas than the product form context */
  .swatch-input__input + .swatch-input__label {
    --swatch-input--border-radius: 50%;
    display: inline-block;
    max-width: 100%;
    border-radius: var(--swatch-input--border-radius);
    cursor: pointer;
    outline-offset: 0.2rem;
    outline-color: transparent;
    outline-style: solid;
    transition-property: outline-color, outline-width, box-shadow;
    transition-duration: var(--duration-short);
    transition-timing-function: ease;
    forced-color-adjust: none;
  }

  .swatch-input__input + .swatch-input__label.swatch-input__label--square {
    --swatch-input--border-radius: 0.2rem;
  }

  /* Active state */
  .swatch-input__input:active + .swatch-input__label,
  .swatch-input__input:checked + .swatch-input__label {
    outline: 0.1rem solid rgb(var(--color-foreground));
  }

  /* Hover state */
  .swatch-input__input + .swatch-input__label:hover,
  .swatch-input__input:hover + .swatch-input__label {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.4);
  }

  /* Focus visible */
  .swatch-input__input:focus-visible + .swatch-input__label {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0.1rem 0.5rem rgba(var(--color-foreground), 0.25);
  }

  /* Active and focused */
  .swatch-input__input:active:focus-visible + .swatch-input__label,
  .swatch-input__input:checked:focus-visible + .swatch-input__label {
    outline: 0.1rem solid rgb(var(--color-foreground));
    box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0.1rem 0.4rem rgba(var(--color-foreground), 0.25);
  }

  /* Visually disabled */
  .swatch-input__input.visually-disabled:not(:active):not(:checked) + .swatch-input__label {
    transition: none;
  }
  .swatch-input__input.visually-disabled:not(:active):not(:checked) + .swatch-input__label:hover {
    outline: none;
  }

  /* Actually disabled */
  .swatch-input__input:disabled + .swatch-input__label {
    pointer-events: none;
  }

  /* Overrides for swatch snippet when used inside disabled swatch-input */
  .swatch-input__input:disabled + .swatch-input__label > .swatch,
  .swatch-input__input.visually-disabled + .swatch-input__label > .swatch {
    position: relative;
    overflow: hidden;
  }

  /* Disabled styles */
  .swatch-input__input:disabled + .swatch-input__label > .swatch,
  .swatch-input__input.visually-disabled + .swatch-input__label > .swatch {
    opacity: 0.4;
  }

  /* Display crossed out line over swatch when input is disabled */
  .swatch-input__input:disabled + .swatch-input__label > .swatch::after,
  .swatch-input__input.visually-disabled + .swatch-input__label > .swatch::after {
    /* Diagonal of a square = length of the side * sqrt(2)  */
    --diagonal--size: calc(var(--swatch-input--size) * 1.414);
    --crossed-line--size: 0.1rem;
    content: '';
    position: absolute;
    bottom: calc(var(--crossed-line--size) * -0.5);
    left: 0;
    width: var(--diagonal--size);
    height: var(--crossed-line--size);
    background-color: rgb(var(--color-foreground));
    transform: rotate(-45deg);
    transform-origin: left;
  }

  /* swatch lives in its own file for reusability of the swatch in swatch-input and dropdown */
  .swatch {
    --swatch--size: var(--swatch-input--size, 4.4rem);
    --swatch--border-radius: var(--swatch-input--border-radius, 50%);

    display: block;
    width: var(--swatch--size);
    max-width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--swatch--background);
    background-position: var(--swatch-focal-point, initial);
    background-size: cover;
    background-origin: border-box;
    border: 0.1rem solid rgba(var(--color-foreground), 0.15);
    border-radius: var(--swatch--border-radius);
  }

  .swatch--square {
    --swatch--border-radius: var(--swatch-input--border-radius, 0.2rem);
  }

  .swatch--unavailable {
    border-style: dashed;
    border-color: rgba(var(--color-foreground), 0.5);
  }
/* END_SNIPPET:facets */

/* START_SNIPPET:header-ui-styles (INDEX:92) */
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

.search__input.field__input {
  padding-right: 9.8rem;
}

.search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
}

.reset__button {
  right: calc(var(--inputs-border-width) + 4.4rem);
  top: var(--inputs-border-width);
}

.reset__button:not(:focus-visible)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.6rem);
  content: '';
  position: absolute;
  right: 0;
}

.reset__button:not(:focus)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.8rem);
  content: '';
  position: absolute;
  right: 0;
}

.search__button:focus-visible,
.reset__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:focus,
.reset__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:not(:focus-visible):not(.focused),
.reset__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.search__button:hover .icon,
.reset__button:hover .icon {
  transform: scale(1.07);
}

.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.reset__button .icon.icon-close {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.1rem;
}

input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.template-search__results {
  position: relative;
}

.header__icon--menu {
  position: initial;
}

.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: '';
  position: absolute;
  cursor: default;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  top: 100%;
  left: 0;
  background: rgba(var(--color-foreground), 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0s, visibility 0s;
}

menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
}

.menu-drawer {
  position: absolute;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.js .menu-drawer {
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
}

.js details[open] > .menu-drawer,
.js details[open] > .menu-drawer__submenu {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}

.js .menu-drawer__navigation .submenu-open {
  visibility: hidden;
}

@media screen and (min-width: 750px) {
  .menu-drawer {
    width: 40rem;
    border-width: 0 var(--drawer-border-width) 0 0;
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  }
}

.menu-drawer__inner-container {
  position: relative;
  height: 100%;
}

.menu-drawer__navigation-container {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
}

.menu-drawer__navigation {
  padding: 3rem 0;
}

.menu-drawer__inner-submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.js .menu-drawer__menu li {
  margin-bottom: 0.2rem;
}

.menu-drawer__menu-item {
  padding: 1.1rem 3rem;
  text-decoration: none;
  font-size: 1.8rem;
}

.menu-drawer summary.menu-drawer__menu-item {
  padding-right: 5.2rem;
}

.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}

.menu-drawer__menu-item--active:hover {
  background-color: rgba(var(--color-foreground), 0.08);
}

.js .menu-drawer__menu-item .icon-caret {
  display: none;
}

.menu-drawer__menu-item > .svg-wrapper {
  width: 15px;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.js .menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  transform: translateX(100%);
  visibility: hidden;
}

.js .menu-drawer__submenu .menu-drawer__submenu {
  overflow-y: auto;
}

.menu-drawer__close-button {
  margin-top: 1.5rem;
  padding: 1.2rem 2.6rem 1.2rem 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  text-align: left;
}

.menu-drawer__close-button .svg-wrapper {
  transform: rotate(180deg);
  margin-right: 1rem;
  width: 15px;
}

.menu-drawer__utility-links {
  padding: 0;
  background-color: rgba(var(--color-foreground), 0.03);
  position: relative;
}

.header--has-social .menu-drawer__utility-links {
  padding: 2rem 3rem;
}

@media screen and (max-width: 749px) {
  .header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 989px) {
  .header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  margin-bottom: 0;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
  margin: 0;
}

.menu-drawer__account account-icon > .svg-wrapper {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.menu-drawer__account shop-user-avatar {
  --shop-avatar-size: 2.4rem;
  margin-right: 0.55rem;
  margin-left: -0.45rem;
}

.menu-drawer__account:hover account-icon > .svg-wrapper {
  transform: scale(1.07);
}

.menu-drawer .list-social {
  justify-content: flex-start;
  margin-left: -1.25rem;
}

.menu-drawer .list-social:empty {
  display: none;
}

.menu-drawer .list-social__link {
  padding: 1.1rem 1.1rem;
}

@media screen and (max-width: 749px) {
  .menu-drawer.country-selector-open {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.mega-menu {
  position: static;
}

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  right: 0;
  top: 100%;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__list {
  display: grid;
  gap: 1.8rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2 {
  font-weight: bold;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}

.cart-notification-wrapper {
  position: relative;
}

.cart-notification-wrapper .cart-notification {
  display: block;
}

.cart-notification {
  border-bottom-right-radius: var(--popup-corner-radius);
  border-bottom-left-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: 0 0 var(--popup-border-width);
  padding: 2.5rem 3.5rem;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  visibility: hidden;
  width: 100%;
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.cart-notification.focused {
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.cart-notification:focus-visible {
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .header-wrapper:not(.header-wrapper--border-bottom) + cart-notification .cart-notification {
    border-top-width: var(--popup-border-width);
  }

  .cart-notification {
    border-width: 0 var(--popup-border-width) var(--popup-border-width);
    max-width: 36.8rem;
    right: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .cart-notification-wrapper:is(.page-width) > .cart-notification {
    right: 4rem;
  }
}

.cart-notification.animate {
  transition: transform var(--duration-short) ease, visibility 0s var(--duration-short) ease;
}

.cart-notification.active {
  transform: translateY(0);
  transition: transform var(--duration-default) ease, visibility 0s;
  visibility: visible;
}

.cart-notification__header {
  align-items: flex-start;
  display: flex;
}

.cart-notification__heading {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.cart-notification__heading .icon-checkmark {
  color: rgb(var(--color-foreground));
  margin-right: 1rem;
  width: 1.3rem;
}

.cart-notification__close {
  margin-top: -2rem;
  margin-right: -3rem;
}

.cart-notification__links {
  text-align: center;
}

.cart-notification__links > * {
  margin-top: 1rem;
}

.cart-notification-product {
  align-items: flex-start;
  display: flex;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.cart-notification-product dl {
  margin-bottom: 0;
  margin-top: 0;
}

.cart-notification-product__image {
  display: inline-flex;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}

.cart-notification-product__image:after {
  content: none;
}

.cart-notification-product__name {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.announcement-bar-section .announcement-bar__message {
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 0;
}
.header-wrapper--border-bottom {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.header {
  grid-template-columns: auto auto auto;
}
.header .header__inline-menu {
  text-align: center;
}
.header .header__inline-menu .list-menu__item {
  padding: 1.2rem 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.header .header__inline-menu summary.list-menu__item {
  padding-right: 2.7rem;
  gap: 8px;
}
.header .header__icons {
  gap: 10px;
  padding: 0;
}
.header__menu-item summary svg {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.header .header__inline-menu details[open] summary svg {
  transform: rotate(180deg);
}

.header__menu-item.link--text svg {
  display: none;
}
.header .header__inline-menu li,
.header header-menu>details {
  position: unset;
}

.header details .header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 2rem 0;
  z-index: 50;
}
.header details[open]>.header__submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}
.mega-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 5rem;
}


.mega-menu__item-with-image {
  flex: 0 0 80px;
  text-align: center;
}
.mega-menu__item-with-image img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
  margin-bottom: 0.5rem;
  transition: transform 0.2s ease;
}
.mega-menu__item-with-image:hover img {
  transform: scale(1.05);
}
.mega-menu__link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
/* END_SNIPPET:header-ui-styles */

/* START_SNIPPET:pagination (INDEX:99) */
.pagination-wrapper {
    margin-top: 4rem;
  }

  @media screen and (min-width: 990px) {
    .pagination-wrapper {
      margin-top: 5rem;
    }
  }

  .pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination__list > li {
    flex: 1 0 4.4rem;
    max-width: 4.4rem;
  }

  .pagination__list > li:not(:last-child) {
    margin-right: 1rem;
  }

  .pagination__item {
    color: rgb(var(--color-foreground));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 4.4rem;
    width: 100%;
    padding: 0;
    text-decoration: none;
  }

  a.pagination__item:hover::after {
    height: 0.1rem;
  }

  .pagination__item .icon-caret {
    height: 0.6rem;
  }

  .pagination__item--current::after {
    height: 0.1rem;
  }

  .pagination__item--current::after,
  .pagination__item:hover::after {
    content: '';
    display: block;
    width: 2rem;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
  }

  .pagination__item--next .icon {
    margin-left: -0.2rem;
    transform: rotate(90deg);
  }

  .pagination__item--next:hover .icon {
    transform: rotate(90deg) scale(1.07);
  }

  .pagination__item--prev .icon {
    margin-right: -0.2rem;
    transform: rotate(-90deg);
  }

  .pagination__item--prev:hover .icon {
    transform: rotate(-90deg) scale(1.07);
  }

  .pagination__item-arrow:hover::after {
    display: none;
  }
/* END_SNIPPET:pagination */

/* START_SNIPPET:sw-card-product (INDEX:125) */
.product--no-media .rating-wrapper {
    text-align: center;
  }

  .rating {
    display: inline-block;
    margin: 0;
  }

  .product .rating-star {
    --letter-spacing: 0.8;
    --font-size: 1.7;
  }

  .card-wrapper .rating-star {
    --letter-spacing: 0.7;
    --font-size: 1.4;
  }

  .rating-star {
    --color-rating-star: rgb(var(--color-foreground));
    --percent: calc(
      (
          var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
            (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
        ) * 100%
    );
    letter-spacing: calc(var(--letter-spacing) * 1rem);
    font-size: calc(var(--font-size) * 1rem);
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0;
  }

  .rating-star::before {
    content: '★★★★★';
    background: linear-gradient(
      90deg,
      var(--color-rating-star) var(--percent),
      rgba(var(--color-foreground), 0.15) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .rating-text {
    display: none;
  }

  .rating-count {
    display: inline-block;
    margin: 0;
  }

  @media (forced-colors: active) {
    .rating {
      display: none;
    }

    .rating-text {
      display: block;
    }
  }

  volume-pricing {
    display: block;
    margin-top: 2rem;
  }

  volume-pricing li:nth-child(odd) {
    background: rgba(var(--color-foreground), 0.04);
  }

  volume-pricing ul {
    margin-top: 1.2rem;
  }

  volume-pricing li {
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-between;
  }

  div.volume-pricing-note {
    margin-top: -2.6rem;
  }

  .product--no-media .volume-pricing-note {
    text-align: center;
  }

  .product--no-media volume-pricing {
    width: 30rem;
  }

  .volume-pricing-note span,
  volume-pricing .label-show-more {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
  }

  volume-pricing show-more-button {
    margin-top: 0.8rem;
  }

  .product-form__input price-per-item,
  .price-per-item__container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .product-form__input .price-per-item {
    color: rgba(var(--color-foreground));
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
  }

  .price-per-item dl {
    margin: 0;
  }

  .price-per-item dd {
    margin-left: 0;
  }

  .price-per-item__container .variant-item__old-price,
  .price__regular .variant-item__old-price {
    color: rgba(var(--color-foreground), 0.75);
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
  }

  quantity-popover {
    position: relative;
    display: block;
  }

  quantity-popover volume-pricing li:nth-child(odd) {
    background: rgba(var(--color-foreground), 0.03);
  }

  quantity-popover volume-pricing li {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-between;
  }

  .quantity-popover__info.global-settings-popup {
    width: 100%;
    z-index: 3;
    position: absolute;
    background-color: rgb(var(--color-background));
    max-width: 36rem;
  }

  .quantity-popover__info .button-close,
  .variant-remove-total quick-order-list-remove-all-button .button,
  .quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
  quantity-popover .quick-order-list-remove-button .button {
    --shadow-opacity: 0;
    --border-opacity: 0;
  }

  .quantity-popover__info-button {
    display: flex;
    align-items: center;
    margin: 0 0.4rem 0 0;
    min-width: 1.5rem;
    min-height: 1.5rem;
    --shadow-opacity: 0;
    --border-opacity: 0;
  }

  .quantity-popover__info-button--icon-with-label {
    text-align: left;
  }

  .quantity-popover__info-button--icon-with-label svg {
    flex-shrink: 0;
    width: 15px;
    height: 14px;
  }

  .quantity-popover__info-button--open {
    text-decoration: underline;
  }

  .quantity-popover__info-button span {
    padding-left: 1rem;
  }

  .quantity-popover__info-button--icon-only--animation svg {
    transform: scale(1.25);
  }

  .quantity-popover__info-button--icon-only svg {
    transition: transform var(--duration-default) ease;
    width: 15px;
    height: 14px;
  }

  @media screen and (max-width: 989px) {
    .quantity-popover__info.global-settings-popup {
      left: 0;
      top: 100%;
    }

    .quantity-popover__info-button {
      padding-left: 0;
    }
  }

  .quantity-popover__info .quantity__rules {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
  }

  .quantity-popover__info .volume-pricing-label {
    display: block;
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }

  .quantity-popover__info .button {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 0.4rem;
    right: 0;
    padding: 0 1.2rem 0 0;
    display: flex;
    justify-content: flex-end;
  }

  .quantity-popover__info .volume-pricing-label ~ .button {
    top: -0.2rem;
  }

  .quantity-popover__info .button .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  quantity-popover volume-pricing {
    margin-top: 1.2rem;
    display: block;
  }

  quantity-popover .quantity__rules span:first-of-type {
    display: block;
  }

  .quantity-popover-container {
    display: flex;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }

  .quantity-popover-container:not(.quantity-popover-container--hover) {
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .quantity-popover-container--empty {
      margin-right: 2.7rem;
    }

    .quantity-popover__info.global-settings-popup {
      width: 20rem;
    }

    .quantity-popover-container {
      width: auto;
      max-width: 20rem;
    }

    .quantity-popover__info.global-settings-popup {
      transform: translateX(-100%);
      top: 0.5rem;
    }
  }

  quantity-popover .quantity {
    background: rgb(var(--color-background));
  }

  quantity-popover .quantity__rules {
    margin-left: 0.8rem;
  }

  quantity-popover .quantity__rules .divider:nth-child(2)::before {
    content: none;
  }

  quantity-popover .quantity__button:not(:focus-visible):not(.focused),
  quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
    background-color: initial;
  }

  .sw_card .card__inner {
    --border-radius: var(--product-card-corner-radius);
  }

  .sw_card .card__badge {
    display: none;
  }

  .sw_card .card__information {
    padding: 20px 0 0 !important;
  }

  .sw_card .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
    justify-content: flex-start !important;
  }

  .sw_card .rating {
    line-height: 0;
  }

  .sw_card .rating .rating-star {
    letter-spacing: 3px;
    font-size: 15px;
  }

  .sw_card .rating .rating-star:before {
    font-weight: 700;
  }

  .sw_card .card__heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }

  .sw_card .card__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0 0;
  }

  .sw_card .card__desc * {
    color: #151515;
    text-align: left !important;
    font-family: var(--font-body-family);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
  }

  .sw_card .price {
    margin-top: 10px !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
    font-style: italic;
    color: #151515;
  }

  .sw_card .price.price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
  }

  .sw_card .price.price--on-sale .price-item--regular {
    margin: 0;
    font-weight: 300;
    color: #151515;
  }

  .sw_card .quick-add {
    margin: 20px 0 0;
  }

  .sw_card .quick-add .button {
    min-width: auto;
    min-height: auto;
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #f9747f;
    background: #f9747f;
    transition: color var(--duration-short) ease, background-color var(--duration-short) ease,
      border-color var(--duration-short) ease;
  }

  .sw_card .quick-add .button:hover {
    color: #f9747f;
    background: transparent;
  }
/* END_SNIPPET:sw-card-product */