@import url(https://use.typekit.net/vin2dio.css);
.experience-commerce_layouts-FLCarouselLookbook .carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .carousel-title {
  font-size: 34px !important;
  margin-bottom: 0px !important;
  font-family: "alternate-gothic-condensed-a" !important;
  font-weight: 500 !important;
  color: #000000;
  font-style: normal;
  line-height: normal;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .prev {
  margin-right: 40px !important;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .prev,
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0 !important;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .prev.disabled,
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .next.disabled {
  opacity: 0.5;
  cursor: default;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .prev i,
.experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container .next i {
  color: #2B2B2B;
  -webkit-text-stroke: 0.5px;
  font-size: 24px;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-products {
  overflow: hidden;
  width: 100vw;
  left: -55px;
  position: relative;
  margin-bottom: 16px;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-inner .col-12 {
  padding: 0 !important;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block !important;
  padding: 0 !important;
  margin-left: 8px;
  margin-right: 8px;
  width: 500px;
  min-width: 500px;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item:nth-child(1) {
  margin-left: 55px;
}
.experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item .row .product-tile-component-image {
  min-height: 500px;
  height: 500px;
}

@media (max-width: 991.98px) {
  .experience-commerce_layouts-FLCarouselLookbook .carousel-products {
    left: -25px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item {
    width: 300px;
    min-width: 300px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item:nth-child(1) {
    margin-left: 25px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item .row .product-tile-component-image {
    min-height: 300px;
    height: 300px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .product-tile-image-link {
    width: 100% !important;
  }
}
@media (max-width: 543.98px) {
  .experience-commerce_layouts-FLCarouselLookbook .carousel-header {
    margin-bottom: 24px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-header .arrows-container {
    display: none;
  }
  .experience-commerce_layouts-FLCarouselLookbook .product-tile-image {
    width: 100% !important;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item {
    width: 300px;
    min-width: 300px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item .row .product-tile-component-image {
    min-height: 300px;
    height: 300px;
  }
}
@media (min-width: 1402px) {
  .experience-commerce_layouts-FLCarouselLookbook .carousel-products {
    width: calc(100vw - (100vw - 1256px) / 2);
    left: 0;
    max-width: 1900px;
  }
  .experience-commerce_layouts-FLCarouselLookbook .carousel-inner .carousel-item[data-position="0"] {
    margin-left: 0;
  }
}
