.amplienceComponent .contentCarousel {
  --width-content-max: 1200px;
}
.amplienceComponent .contentCarousel > .teaserCtaSection {
  min-height: 60px;
  padding: 0 16px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .amplienceComponent .contentCarousel > .teaserCtaSection {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .amplienceComponent .contentCarousel > .teaserCtaSection > div > .row-1 {
    padding-top: 18px; /* teaserCtaSection sets this to 0 on mobile and we dont want that for contentCarousel */
  }
}
.amplienceComponent .contentCarousel > .teaserCtaSection > div > .row-1 .subHeaderText {
  margin-bottom: 10px;
}
.amplienceComponent .contentCarousel > .section-2 {
  padding: 0 16px;
  padding-bottom: 3rem;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner {
  --swiper-pagination-bottom: -34px;
  --swiper-navigation-sides-offset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 338px; /* Fixed height until JS loads to prevent layout shift */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  visibility: hidden; /* Hidden until JS loads */
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card {
  --card-header-font-size: var(--font-size-body);
  --card-header-font-weight: bold;
  --card-subheader-font-size: var(--font-size-p);
  --card-subheader-font-weight: bold;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .mediaA {
  display: block;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .mediaA .media-desktop,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .mediaA .media-mobile {
  margin-bottom: 15px;
  width: 100%;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-desktop,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* stylelint-disable-next-line property-no-unknown */
  aspect-ratio: 4/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-desktop img,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-mobile img {
  /* stylelint-disable-next-line property-no-unknown */
  aspect-ratio: unset;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper a.b-tile-name h3 {
  font-size: 12px;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper ul.b-swatches_circle {
  all: inherit;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 100%;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchContainer .swiper-slide {
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  width: 20px !important;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperNext path,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperPrev path {
  stroke: var(--color-text);
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperNext.swiper-button-disabled path,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperPrev.swiper-button-disabled path {
  stroke: #666;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper > .productDetails {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .numberedCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .numberedCard .numberedCard__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 70px;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .numberedCard .numberedCard__circle .numberedCard__number {
  font-size: 30px;
  font-weight: 400;
  margin-top: 5px;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 15px;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser {
  text-decoration: none;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser .teaserHeader p {
  font-size: var(--card-header-font-size);
  font-weight: var(--card-header-font-weight);
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser .teaserSubheader {
  color: #5f5f5f;
  margin: 0.25rem 0 0.5rem;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser .teaserSubheader p {
  font-size: var(--card-subheader-font-size);
  font-weight: var(--card-subheader-font-weight);
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-next::after,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-prev::after {
  display: none;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-prev,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-next {
  height: 25px !important;
  width: 25px !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  margin: 0 -12px;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-prev svg,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-next svg {
  padding: 6px;
}
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-prev svg path,
.amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-next svg path {
  stroke: #666;
}
@media (max-width: 768px) {
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner {
    --swiper-pagination-bottom: -44px;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-pagination,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-prev,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner .swiper-button-next {
    display: none;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Carousel .swiper-pagination,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Carousel .swiper-button-prev,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Carousel .swiper-button-next {
    display: block;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Carousel .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Carousel .cardContainer .card {
    min-width: 80%;
    margin: 0 !important;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.875rem;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Grid .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Grid .cardContainer .card {
    max-width: calc(50% - 0.4375rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.4375rem);
            flex: 0 0 calc(50% - 0.4375rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 !important;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.875rem;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Stack .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Stack .cardContainer .card {
    min-width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .b-tile,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .b-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .media,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .b-tile-variations_container,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .media,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .b-tile-variations_container {
    min-width: 50%;
  }
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .productDetailWrapper,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .b-tile-info,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .productDetailWrapper,
  .amplienceComponent .contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .b-tile-info {
    min-width: 50%;
    max-width: 50%;
    padding: 0.875rem;
  }
}
.amplienceComponent .contentCarousel > .section-2 .commonCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding-top: 4rem;
}
.amplienceComponent .contentCarousel > .section-2 .commonCta > a.button {
  background-color: var(--color-text);
  border-radius: 0.25rem;
  color: var(--color-background);
  font-weight: 500;
  line-height: 2.7rem;
  max-width: 212px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 768px) {
  .amplienceComponent .contentCarousel > .section-2 .commonCta > a.button {
    max-width: 100%;
  }
}
.amplienceComponent .contentCarousel .b-tile-name {
  color: var(--color-text);
}
.amplienceComponent .contentCarousel .b-price-value {
  color: var(--color-text);
}
.amplienceComponent .contentCarousel .b-tile-badge_top_left {
  background-color: white;
  color: #1d1d1d;
}

/*# sourceMappingURL=contentCarousel.css.map*/