@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Regular.woff") format("woff");
}

@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Bold.woff") format("woff");
  font-weight: 700;
}

.shop-the-look-carousel-component {
  background: #f2f2f2;
  display: flex;
}

.shop-the-look-carousel-component__digital-asset {
  align-content: center;
  width: auto;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__digital-asset {
    width: 35.21%;
  }
}

.shop-the-look-carousel-component .title-mtb, .shop-the-look-carousel-component .description-mtb {
  color: #000;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component .title-mtb, .shop-the-look-carousel-component .description-mtb {
    padding-left: 1.875rem;
  }
}

.shop-the-look-carousel-component__content-wrapper {
  align-content: center;
  width: auto;
  padding: 1.875rem 0 1.25rem 1.25rem;
}

@media (min-width: 768px) {
  .shop-the-look-carousel-component__content-wrapper {
    padding: 1.875rem 0 3.75rem 3.75rem;
  }
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__content-wrapper {
    width: 64.79%;
    padding: 3.75rem 0 3.75rem 3.5625rem;
  }

  .shop-the-look-carousel-component__content-wrapper .shop-the-look-carousel-component__tiles:hover .slick-arrow:not(.slick-disabled) {
    display: inline-block !important;
  }

  .shop-the-look-carousel-component__content-wrapper .shop-the-look-carousel-component__tiles:hover .slick-arrow:not(.slick-disabled) .icon-arrow-right-hover:hover, .shop-the-look-carousel-component__content-wrapper .shop-the-look-carousel-component__tiles:hover .slick-arrow:not(.slick-disabled) .icon-arrow-left-hover:hover {
    filter: invert();
  }

  .shop-the-look-carousel-component__content-wrapper .shop-the-look-carousel-component__title:hover ~ .shop-the-look-carousel-component__tiles .slick-arrow:not(.slick-disabled), .shop-the-look-carousel-component__content-wrapper .shop-the-look-carousel-component__description:hover ~ .shop-the-look-carousel-component__tiles .slick-arrow:not(.slick-disabled) {
    display: inline-block !important;
  }
}

.shop-the-look-carousel-component.digital-asset-left {
  flex-direction: column;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component.digital-asset-left {
    flex-direction: row;
    align-items: center;
  }
}

.shop-the-look-carousel-component.digital-asset-left .shop-the-look-carousel-component__content-wrapper {
  padding-right: 0;
}

.shop-the-look-carousel-component.digital-asset-left .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow.slick-next {
  right: 0;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component.digital-asset-left .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow.slick-next {
    right: 1.75rem;
  }
}

.shop-the-look-carousel-component.digital-asset-right {
  flex-direction: column-reverse;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component.digital-asset-right {
    flex-direction: row-reverse;
    align-items: center;
  }

  .shop-the-look-carousel-component.digital-asset-right .shop-the-look-carousel-component__content-wrapper {
    padding-right: 3.75rem;
  }
}

.shop-the-look-carousel-component__title > *, .shop-the-look-carousel-component__description > * {
  margin-bottom: 0;
}

.shop-the-look-carousel-component__title {
  margin-bottom: .5rem;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__title {
    margin-bottom: 0;
    padding-bottom: .375rem;
  }
}

.shop-the-look-carousel-component__tiles:not(:first-child) {
  margin-top: 2.5rem;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__tiles:not(:first-child) {
    margin-top: 0;
    padding-top: 1.25rem;
  }
}

.shop-the-look-carousel-component .quickview {
  display: none;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-list {
    padding: 0 1.875rem;
  }
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-slide {
  height: auto;
  padding: 0 1.25rem 0 0;
}

@media (min-width: 768px) {
  .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-slide {
    padding: 0 2.5rem 0 0;
  }
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow {
  cursor: pointer;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  display: none !important;
  top: 50% !important;
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow.slick-next {
  right: -2.75rem;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow.slick-next {
    right: 1.75rem;
  }
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow.slick-prev {
  left: -2.75rem;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow.slick-prev {
    left: -1.6875rem;
  }
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-arrow .icon {
  max-width: 100%;
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel:not(.slick-initialized) {
  visibility: hidden;
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-dots {
  pointer-events: none;
  width: 21rem;
  height: .063rem;
  margin: 3.75rem auto 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (min-width: 768px) {
  .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-dots {
    margin-top: 5rem;
  }
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-dots {
    margin-top: 3.75rem;
  }
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-dots > li {
  opacity: .2;
  flex-grow: 1;
  display: flex;
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-dots > li.slick-active {
  opacity: 1;
}

.shop-the-look-carousel-component__products-list.shop-the-look-carousel .slick-dots > li button {
  color: rgba(0, 0, 0, 0);
  background: #000;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.shop-the-look-carousel-component__products-full-cta {
  text-align: center;
  margin-top: 3.75rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .shop-the-look-carousel-component__products-full-cta {
    padding-right: 3.75rem;
  }
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__products-full-cta {
    padding-right: 0;
  }
}

.shop-the-look-carousel-component__products-full-cta:empty {
  display: none;
}

.shop-the-look-carousel-component__products-full-cta a {
  width: 100%;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component__products-full-cta a {
    width: auto;
  }
}

.shop-the-look-carousel-component .product-tile-pd {
  font-family: MontblancType, arial, sans-serif;
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-image {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .shop-the-look-carousel-component .product-tile-pd .product-tile-image {
    padding: 2.906rem 0;
  }
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component .product-tile-pd .product-tile-image {
    padding: 2.75rem 0;
  }
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-image .product-tile-image-link {
  padding: 0 .438rem;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .shop-the-look-carousel-component .product-tile-pd .product-tile-image .product-tile-image-link {
    padding: 0 .406rem;
  }
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component .product-tile-pd .product-tile-image .product-tile-image-link {
    max-width: 12.5625rem;
    padding: 0;
  }
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-image .product-tile-image-link:hover:has(.tile-image-2) .tile-image-1 {
  opacity: 0;
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-image .product-tile-image-link:hover:has(.tile-image-2) .tile-image-2 {
  opacity: 1;
  object-fit: cover;
  background-color: #f2f2f2;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .shop-the-look-carousel-component .product-tile-pd .product-tile-image img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-image img.hide {
  opacity: 0;
  display: none;
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-body {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-body .product-name-link {
  padding: .625rem 0;
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-body .product-name-link a:hover {
  text-decoration: none;
}

.shop-the-look-carousel-component .product-tile-pd .product-tile-body .product-price {
  color: #000;
  font-weight: 400;
}


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