/** Shopify CDN: Minification failed

Line 25:22 Unexpected "{"
Line 25:31 Expected ":"
Line 25:38 Unexpected "{"
Line 31:22 Unexpected "{"
Line 31:31 Expected ":"
Line 42:22 Unexpected "{"
Line 42:31 Expected ":"
Line 48:22 Unexpected "{"
Line 48:31 Expected ":"
Line 58:22 Unexpected "{"
... and 155 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:lp-explore-your-style (INDEX:23) */
/* =====================================================
   SECTION
===================================================== */

#lp-feature-showcase-{{ section.id }} {
  background: #FFF9FC;
  width: 100%;
  overflow: hidden;
}

#lp-feature-showcase-{{ section.id }} .lp-feature-showcase__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 24px 52px;
}


/* =====================================================
   HEADING
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-showcase-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 30px;
}

#lp-feature-showcase-{{ section.id }} .lp-showcase-eyebrow {
  color: #5B1A72;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

#lp-feature-showcase-{{ section.id }} .lp-showcase-heading h2 {
  margin: 0;
  color: #241126;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.4px;
}

#lp-feature-showcase-{{ section.id }} .lp-showcase-heading p {
  margin: 9px auto 0;
  color: #6F6972;
  font-size: 13px;
  line-height: 1.55;
}


/* =====================================================
   DESKTOP MAIN LAYOUT
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-showcase-desktop {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.48fr);
  gap: 18px;
}


/* =====================================================
   FEATURED PRODUCT
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-featured-product {
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(91,26,114,.11);
  border-radius: 16px;
  overflow: hidden;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  background: #FBF5FC;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-product:hover .lp-featured-image__img {
  transform: scale(1.03);
}

#lp-feature-showcase-{{ section.id }} .lp-featured-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;

  padding: 8px 11px;
  border-radius: 4px;

  background: #241126;
  color: #fff;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-discount {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;

  padding: 8px 10px;
  border-radius: 4px;

  background: #F5A623;
  color: #241126;

  font-size: 8px;
  font-weight: 800;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-content {
  padding: 16px 18px 18px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-label {
  color: #8A5B94;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-title {
  display: block;
  color: #241126;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  font-size: 11px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-stars {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  overflow: hidden;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-stars-empty,
#lp-feature-showcase-{{ section.id }} .lp-featured-stars-filled {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-stars-empty {
  color: #DED6E0;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-stars-filled {
  width: var(--featured-rating-width);
  color: #F5A623;
  overflow: hidden;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-rating-number {
  color: #241126;
  font-weight: 600;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-review-count {
  color: #8A838B;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-current-price {
  color: #241126;
  font-size: 17px;
  font-weight: 700;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-old-price {
  color: #99939A;
  font-size: 12px;
  text-decoration: line-through;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-form {
  margin-top: 12px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-button {
  width: 100%;
  min-height: 42px;

  border: 0;
  border-radius: 7px;

  background: linear-gradient(90deg,#F5A623,#C850C0);
  color: #fff;

  font-family: inherit;
  font-size: 11px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  cursor: pointer;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-arrow {
  font-size: 16px;
}

#lp-feature-showcase-{{ section.id }} .lp-featured-button--soldout {
  background: #DDD8DE;
  color: #625B64;
}


/* =====================================================
   RIGHT 4 PRODUCT GRID
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-products {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

#lp-feature-showcase-{{ section.id }} .lp-small-product {
  display: grid;

  /* MORE SPACE FOR IMAGE */
  grid-template-columns: 47% 53%;

  min-width: 0;

  background: #fff;
  border: 1px solid rgba(91,26,114,.10);
  border-radius: 14px;

  overflow: hidden;
}


/* =====================================================
   RIGHT PRODUCT IMAGE
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-product__image {
  position: relative;
  display: block;

  min-width: 0;
  min-height: 190px;

  overflow: hidden;

  background: #FBF5FC;
}

#lp-feature-showcase-{{ section.id }} .lp-small-product__img {
  width: 100%;
  height: 100%;

  min-height: 190px;

  display: block;

  /*
    IMPORTANT:
    Product image fully visible.
    No model/product cropping.
  */

  object-fit: contain;
  object-position: center;

  padding: 4px;

  background: #FBF5FC;

  transition: transform .4s ease;
}

#lp-feature-showcase-{{ section.id }} .lp-small-product:hover .lp-small-product__img {
  transform: scale(1.025);
}


/* =====================================================
   SMALL PRODUCT BADGES
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-product__badge {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;

  padding: 6px 7px;
  border-radius: 3px;

  background: #241126;
  color: #fff;

  font-size: 7px;
  font-weight: 700;
  letter-spacing: .8px;
}

#lp-feature-showcase-{{ section.id }} .lp-small-product__discount {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;

  padding: 6px 7px;
  border-radius: 3px;

  background: #F5A623;
  color: #241126;

  font-size: 7px;
  font-weight: 800;
}


/* =====================================================
   SMALL PRODUCT CONTENT
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-product__content {
  min-width: 0;

  padding: 13px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

#lp-feature-showcase-{{ section.id }} .lp-small-product__label {
  color: #8A5B94;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.1px;

  text-transform: uppercase;

  margin-bottom: 5px;
}

#lp-feature-showcase-{{ section.id }} .lp-small-product__title {
  display: -webkit-box;

  color: #241126;
  text-decoration: none;

  font-size: 13px;
  line-height: 1.32;
  font-weight: 600;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}


/* =====================================================
   SMALL PRODUCT RATING
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-product__rating {
  display: flex;
  align-items: center;
  gap: 4px;

  margin-top: 7px;

  font-size: 9px;
}

#lp-feature-showcase-{{ section.id }} .lp-small-stars {
  position: relative;

  display: inline-block;

  width: 58px;
  height: 14px;

  font-size: 11px;
  line-height: 14px;
  letter-spacing: .8px;

  overflow: hidden;
}

#lp-feature-showcase-{{ section.id }} .lp-small-stars-empty,
#lp-feature-showcase-{{ section.id }} .lp-small-stars-filled {
  position: absolute;

  left: 0;
  top: 0;

  white-space: nowrap;
}

#lp-feature-showcase-{{ section.id }} .lp-small-stars-empty {
  color: #DED6E0;
}

#lp-feature-showcase-{{ section.id }} .lp-small-stars-filled {
  width: var(--small-rating-width);

  color: #F5A623;

  overflow: hidden;
}

#lp-feature-showcase-{{ section.id }} .lp-small-rating-number {
  color: #241126;
  font-weight: 600;
}

#lp-feature-showcase-{{ section.id }} .lp-small-review-count {
  color: #918A93;
}


/* =====================================================
   SMALL PRODUCT PRICE
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-product__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;

  margin-top: 7px;
}

#lp-feature-showcase-{{ section.id }} .lp-small-current-price {
  color: #241126;
  font-size: 13px;
  font-weight: 700;
}

#lp-feature-showcase-{{ section.id }} .lp-small-old-price {
  color: #99939A;
  font-size: 9px;
  text-decoration: line-through;
}


/* =====================================================
   SMALL PRODUCT BUTTON
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-small-form {
  margin-top: 9px;
}

#lp-feature-showcase-{{ section.id }} .lp-small-button {
  width: 100%;
  min-height: 30px;

  border: 0;
  border-radius: 5px;

  background: #241126;
  color: #fff;

  font-family: inherit;

  font-size: 9px;
  font-weight: 600;

  cursor: pointer;
}

#lp-feature-showcase-{{ section.id }} .lp-small-button:hover {
  background: #5B1A72;
}

#lp-feature-showcase-{{ section.id }} .lp-small-button--soldout {
  background: #DDD8DE;
  color: #625B64;
}


/* =====================================================
   MOBILE SLIDER HIDDEN ON DESKTOP
===================================================== */

#lp-feature-showcase-{{ section.id }} .lp-mobile-slider {
  display: none;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 989px) {

  #lp-feature-showcase-{{ section.id }} .lp-feature-showcase__inner {
    padding: 42px 20px 48px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-showcase-desktop {
    grid-template-columns: 1fr;
  }

  #lp-feature-showcase-{{ section.id }} .lp-featured-image {
    aspect-ratio: 1 / .72;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media screen and (max-width: 749px) {

  #lp-feature-showcase-{{ section.id }} .lp-feature-showcase__inner {
    padding: 34px 0 40px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-showcase-heading {
    padding: 0 18px;
    margin-bottom: 21px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-showcase-eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
    margin-bottom: 8px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-showcase-heading h2 {
    font-size: 28px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-showcase-heading p {
    font-size: 12px;
    margin-top: 7px;
  }


  /* DESKTOP HIDDEN */

  #lp-feature-showcase-{{ section.id }} .lp-showcase-desktop {
    display: none;
  }


  /* ===================================================
     MOBILE SLIDER
  =================================================== */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-slider {
    display: flex;

    gap: 11px;

    overflow-x: auto;

    padding: 0 14px 5px;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-slider::-webkit-scrollbar {
    display: none;
  }


  /* TWO PRODUCTS VISIBLE */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card {
    flex: 0 0 calc((100vw - 39px) / 2);

    min-width: 0;

    background: #fff;

    border: 1px solid rgba(91,26,114,.10);

    border-radius: 11px;

    overflow: hidden;

    scroll-snap-align: start;
  }


  /* MOBILE IMAGE */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__image {
    position: relative;

    display: block;

    width: 100%;

    aspect-ratio: 1 / 1.08;

    background: #FBF5FC;

    overflow: hidden;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__img {
    width: 100%;
    height: 100%;

    display: block;

    /*
      FULL PRODUCT IMAGE ON MOBILE
    */

    object-fit: contain;
    object-position: center;

    padding: 3px;

    background: #FBF5FC;
  }


  /* MOBILE BADGE */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__badge {
    position: absolute;

    top: 7px;
    left: 7px;

    padding: 5px 6px;

    border-radius: 3px;

    background: #241126;
    color: #fff;

    font-size: 6px;
    font-weight: 700;
    letter-spacing: .6px;
  }


  /* MOBILE CONTENT */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__content {
    padding: 9px 9px 10px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__label {
    color: #8A5B94;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;

    margin-bottom: 4px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__title {
    display: -webkit-box;

    color: #241126;
    text-decoration: none;

    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;

    min-height: 26px;
  }


  /* MOBILE RATING */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__rating {
    margin-top: 5px;

    color: #F5A623;

    font-size: 8px;
    letter-spacing: .3px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__rating span {
    color: #241126;
    margin-left: 2px;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__rating small {
    color: #8E878F;
    font-size: 7px;
  }


  /* MOBILE PRICE */

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__price {
    margin-top: 5px;

    color: #241126;

    font-size: 11px;
    font-weight: 700;
  }

  #lp-feature-showcase-{{ section.id }} .lp-mobile-card__price del {
    color: #99939A;

    font-size: 8px;

    margin-right: 3px;
  }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

  #lp-feature-showcase-{{ section.id }} .lp-featured-image__img,
  #lp-feature-showcase-{{ section.id }} .lp-small-product__img {
    transition: none;
  }

}
/* END_SECTION:lp-explore-your-style */