/** Shopify CDN: Minification failed

Line 376:0 Expected "}" to go with "{"

**/
.section-holiday-sets-container {
  background: #f6f6f6;
}

.section-holiday-sets-wrapper .product-card-wrapper .card-product--badge img {
  width: 49px;
  height: auto;
}

.section-holiday-sets-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1420px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.holiday-sets-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.holiday-sets-row-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.set-list--flex {
  display: none;
}

.holiday-sets-heading-block * {
  margin-block: 0;
  color: var(--color-primary);
}

.holiday-sets-caption {
  font-size: 16px;
  font-family: var(--font-heading-family);
  color: var(--brand-primary);
}

.holiday-set-featured-collection {
  position: relative;
}

.holiday-set-featured-collection .content-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 20px;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.65%, rgba(0, 0, 0, 0.5) 87.11%);
}

.holiday-set-featured-collection .content-wrapper h2,
.holiday-set-featured-collection .content-wrapper p {
  margin: 0;
  display: none;
}

.holiday-set-featured-collection .content-wrapper h2 {
  font-family: var(--font-heading-family);
  color: white;
  font-weight: 700;
  font-size: 37.32px;
  line-height: 100%;
  letter-spacing: 0;
}

.holiday-set-featured-collection .content-wrapper p {
  font-family: var(--font-heading-family);
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.holiday-set-featured-collection a {
  color: white;
  text-decoration: none;
  margin-top: 8px;
}

.holiday-set-featured-collection a .link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.holiday-set-featured-collection a h3 {
  color: currentColor;
  margin-block: 0;
  text-decoration: underline;
  font-size: 18px;
}

.set-featured-collection__image {
  position: relative;
  line-height: 0;
}

.set-featured-collection__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.set-list--carousel .component__slider-controls {
  margin-top: 16px;
}

.set-list--carousel .swiper-slide,
.holiday-set-block {
  background: white;
  border-radius: 8px;
  border: 1px solid var(--border-alt1, #edeeee);
  box-sizing: border-box;
}

.set-list--carousel .swiper {
  margin-left: 1px;
  width: 103%;
}

.section-holiday-sets-wrapper .swiper-wrapper .swiper-slide:nth-last-child(2) {
  margin-right: 10px !important;
}

.section-holiday-sets-wrapper .swiper-wrapper .swiper-slide:last-child {
  width: 78% !important;
}

.set-list--carousel .swiper-slide {
  height: auto;
  padding: 16px 12px;
}

.set-list--carousel .swiper-slide .card__information {
  padding-bottom: 0px;
}


.set-list--carousel .swiper-slide .card-information__inner .card-cta {
  margin-top: auto;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  text-decoration: underline;
}

.set-list--carousel .swiper-slide .card__information .card-cta + .card-information {
  display: none;
}

.holiday-set-block .card__media img,
.set-list--carousel .swiper-slide .card__media img {
  border-radius: 8px 8px 0 0;
}

.section-holiday-sets-wrapper .link {
  text-decoration: none;
}

.holiday-set-block {
  padding: 16px 12px ;
}

.holiday-set-block h3.card__heading a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.section-holiday-sets-wrapper .product-card-wrapper .card-product--badge {
  top: 16x;
  left: 16px;
  width: fit-content;
}

.section-holiday-sets-wrapper .product-card-wrapper .card-product--badge img {
  width: 49px;
}

@media (min-width: 768px) {

  .section-holiday-sets-wrapper .product-card-wrapper .card-product--badge {
    top: 20px;
    left: 20px;
    width: fit-content;
  }

  .section-holiday-sets-wrapper .product-card-wrapper .card-product--badge img {
    width: 64px;
  }

  .section-holiday-sets-wrapper .product-card-wrapper .card-product--badge img {
    width: 64px;
  }

  .holiday-set-block h3.card__heading a {
    font-size: 18px;
  }

  .set-featured-collection__image::after {
    position: absolute;
    content: '';
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 86.4%);
    display: block;
  }

@media (min-width: 768px) {
  .set-featured-collection__image::after {
    top: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 86.4%);
  }

  .holiday-set-featured-collection .content-wrapper h2,
  .holiday-set-featured-collection .content-wrapper p {
    display: block;
  }
  
  .holiday-sets-heading-block {
    display: none;
  }

  .holiday-set-featured-collection div.content-wrapper {
    top: 0;
    padding: 48px 32px;
    justify-content: flex-start;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 86.4%);
  }

  .holiday-set-featured-collection {
    position: sticky;
    max-height: 988px;
    top: 0;
    margin-top: 115px;
  }

  .section-holiday-sets-wrapper {
    padding: 0 3rem;
    margin: 0 auto 42px;
    gap: 0;
  }
  
  .holiday-sets-caption {
    font-size: 18px;
  }
  
  .holiday-sets-main {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
  }

  .holiday-sets-row-top {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
  }

  .holiday-set-featured-collection {
    width: calc(50% - 16px);
  }

  .holiday-set-list {
    width: calc(50% - 16px);
    padding-top: 115px;
  }

  .set-list--carousel {
    display: none;
  }

  .set-list--flex {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    height: 100%;
  }

  .holiday-set-block {
    width: calc(50% - 16px);
    padding: 0px;
  }

  .holiday-set-block .card__information {
    padding: 0;
  }

  .holiday-set-block .card-information {
    margin-top: 0 !important;
  }

  .holiday-set-block .card-information__inner .card-cta {
    margin-top: auto;
    font-size: 18px;
    text-decoration: underline;
    color: #4b4948;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
  }

  .holiday-set-block .card__inner {
    flex-grow: unset;
  }

  .holiday-set-block .card__content {
    flex-grow: 1;
    margin-bottom: 30px;
    padding: 0 20px 20px;
  }

  .holiday-set-block .card__media img {
    background: white;
  }

  .holiday-set-block .product-short-description {
    color: #4e5458;
    font-size: 16px;
    font-weight: 400;
  }

  .set-featured-collection__image {
    height: 100%;
  }

  .set-featured-collection__image img {
    height: 100%;
    object-fit: cover;
  }

  .set-list--full {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
  }

  .holiday-set-block-full {
    width: calc(25% - 24px);
  }
}

@media (min-width: 1024px) {
  .holiday-set-block .card__media img:not(:first-child) {
    padding: 0;
    object-fit: cover !important;
  }
}
