/** Shopify CDN: Minification failed

Line 282:17 Unexpected "{"
Line 282:26 Expected ":"
Line 382:0 Unexpected "}"

**/




.featured-collection {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .featured-collection .carousel__slide {
      width: calc(90vw - 15px); } }
  .featured-collection .products.row {
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row {
      margin: 0 -15px;
      width: calc(100% + 30px);
      padding: 0 11px;
      display: grid;
      grid-gap: 0;
      grid-auto-flow: column;
      grid-auto-columns: minmax(50%, 1fr);
      overflow-x: auto;
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
      scroll-snap-type: x mandatory;
      scrollbar-width: none; }
      .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row::-webkit-scrollbar {
        display: none; }
      .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row .columns {
        flex: 0 0 100%;
        max-width: 100%; } }
  .featured-collection .text-center .button {
    margin-top: 10px; }
  
		@media only screen and (min-width: 601px) {
			h1, h3, .scrolling-text, .section-header--title {
				font-size: calc(var(--font-heading-scale) * 45px) !important;
				line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 60px)) !important;
				text-align: center;
			}
		}
		@media only screen and (max-width: 600px) {
			h1, h3, .scrolling-text, .section-header--title {				
				font-size: calc(var(--font-heading-scale) * 30px) !important;
				line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 38px)) !important;
				text-align: center;
			}
		}
		
		.section-header--description {
		text-align: center;
		margin-top: 10px;
		}

.pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.pagination-dots__dot {
  width: 10px;
  height: 10px;
  background-color: #9d8ed8;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.pagination-dots__dot--active {
  width: 24px;
  border-radius: 6px;
  background-color: #2C1F50;
  opacity: 1;
}

  .fw-lucky-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    height: stretch;
  }

  .fw-lucky-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .fw-lucky-card__content {
    padding: 20px;
  }

  .fw-lucky-card__title {
    margin: 0 0 10px;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #2C1F50;
    font-family: 'Obviously-Medium', sans-serif !important;
    text-align:left;
  }

  .fw-lucky-card__title a {
    color: inherit;
    text-decoration: none;
  }

  .fw-lucky-card__variants {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
  }

  .fw-variant-btn {
    border: 1px solid #2C1F50;
    background: transparent;
    color: #2C1F50;
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Obviously-Thin', sans-serif !important;
  }

  .fw-variant-btn.is-active {
    background: #2C1F50;
    color: #fff;
  }

  .fw-variant-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
  }

  .fw-lucky-card__desc {
    font-size: 13px;
    line-height: 1.4;
    color: #2C1F50;
    margin-bottom: 14px;
    font-family: 'Obviously-Thin', sans-serif !important;
  }

  .fw-lucky-card__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #2C1F50;
    border-radius: 999px;
    overflow: hidden;
    height: 34px;
    margin-bottom: 16px;
  }

  .fw-qty-btn {
    width: 36px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #2C1F50;
    cursor: pointer;
    font-family: 'Obviously-Thin', sans-serif !important;
  }

  .fw-lucky-card__qty input {
    width: 42px;
    border: 0;
    text-align: center;
    color: #2C1F50;
    background: transparent;
    font-size: 13px;
  }

  .fw-lucky-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .fw-lucky-card__price {
    font-size: 18px;
    color: #2C1F50;
    font-family: 'Obviously-Thin', sans-serif !important;
  }

  .fw-lucky-card__atc {
    border: 0;
    background: #2C1F50;
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Obviously-Medium', sans-serif !important;
  }

  .fw-lucky-card__atc:hover {
    background: #2C1F50;
  }

  @media screen and (max-width: 749px) {
    .fw-lucky-card__content {
      padding: 16px;
      align-items: center !important;
      justify-content: center!important;
      justify-items: center!important;
      text-align: center!important;
    }

    .fw-lucky-card__bottom {
      align-items: center !important;
      flex-direction: column;
    }

    .fw-lucky-card__atc {
      width: 100%;
    }

    .fw-lucky-card__title{
      text-align:center !important;
    }
  }
.fw-lucky-card__qty {
  display: inline-grid !important;
  grid-template-columns: 36px 46px 36px;
  align-items: center;
  border: 1px solid #2C1F50;
  border-radius: 999px;
  overflow: hidden;
  height: 34px;
  margin-bottom: 16px;
  background: #fff;
}

.fw-qty-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
  border: 0 !important;
  background: transparent !important;
  color: #2C1F50 !important;
  cursor: pointer;
  padding: 0 !important;
}

.fw-lucky-card__qty input[data-qty-input] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #2C1F50 !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 34px !important;
  appearance: textfield !important;
  -webkit-appearance: textfield !important;
}

.fw-lucky-card__qty input[data-qty-input]::-webkit-outer-spin-button,
.fw-lucky-card__qty input[data-qty-input]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  #product-grid-{{ section.id }} .columns {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .fw-lucky-card__price {
    font-size: 14px;
  }
  .fw-lucky-card__atc{
    font-size: 10px;
  }
}

.fw-lucky-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* base image styles */
.fw-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.35s ease;
}

/* default state */
.fw-img--primary {
  opacity: 1;
  z-index: 1;
}

.fw-img--secondary {
  opacity: 0;
  z-index: 2;
}

/* hover swap */
.fw-lucky-card__image:hover .fw-img--secondary {
  opacity: 1;
}

.fw-atc-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fw-atc-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.fw-lucky-card__atc.is-sold-out {
  background: #d9d9d9 !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.fw-lucky-card__atc.is-sold-out:hover {
  transform: none !important;
}

/* MOBILE: make promotion solo/full width */
@media screen and (max-width: 749px) {
  ul#product-grid > li.promotion-column,
  ul#product-grid > li.promotion-column.column {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    grid-column: 1 / -1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    min-height:350px;
  }

  ul#product-grid > li.promotion-column > * {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
}

.fw-promo-split {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    overflow: hidden;
    background: #2C1F50;
  }

.fw-promo-split {
  height: 350px;
}

.fw-promo-split__image {
  width: 100%;
  height: 370px;
}

.fw-promo-split__content {
  height: auto;
}

.fw-promo-split__image img,
.fw-promo-split__image picture,
.fw-promo-split__image svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.fw-promo-split__image img {
  object-fit: cover;
}

a.button.white.medium{
  color: #2C1F50 !important;
}
.fw-promo-split__content {
  background: #2C1F50;
  color: #F4F1E3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding:40px;
}

.fw-promo-split__content-inner {
  width: 100%;
  max-width: 320px;
}

.fw-promo-split__content h4,
.fw-promo-split__content p,
.fw-promo-split__content a {
  color: #F4F1E3 !important;
}

.fw-promo-split__content h4 {
  margin: 0 0 16px;
}

.fw-promo-split__content p {
  margin: 0 0 24px;
}

@media screen and (max-width: 749px) {
  .fw-promo-split {
    grid-template-columns: 1fr;
    height: auto;
  }

  .fw-promo-split__image {
    height: 280px;
  }

  .fw-promo-split__content {
    height: auto;
    padding: 32px 24px;
    text-align: center
  }
}

@media screen and (min-width: 1440px) {
  .fw-promo-split__image {
  width: 100%;
  height: 420px;
}
}

