/* PC colors */
.controls {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.controls .glide-nav {
  width: 23px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.controls .glide-nav .current-slide {
  font-weight: 700;
}
.controls .pc-glide-arrows {
  position: relative;
  box-shadow: none;
}
.controls .pc-glide-arrows .pc-glide-arrow-right,
.controls .pc-glide-arrows .pc-glide-arrow-left {
  height: 48px;
  width: 48px;
  border-radius: 16px;
  border: 1px solid #0a0a0a1a;
  background-color: #0a0a0a00;
}

.revampCarousel-footer {
  width: 100%;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.revampCarousel .keen-slider {
  display: flex;
  justify-content: flex-start !important;
  overflow: hidden;
}

.revampCarousel .keen-slider__slide {
  flex: 0 0 auto;
  min-width: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.revampCarousel {
  overflow: hidden;
}
.revampCarousel.overflow {
  width: 100%;
}
.revampCarousel .actionLinkBlock.actionLinkBlock-variantBrand {
  width: auto;
}

div.revampCarousel {
  margin-left: 8px;
  margin-right: 8px;
}
div.revampCarousel .js-experience-product-tile {
  width: 100%;
}

.revampCarouselAnchor.pc-carousel-wrapper .glide__slide {
  display: flex !important;
  height: auto;
}

/*# sourceMappingURL=default\css\components\carousel.css.map*/