@charset "UTF-8";
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.c-einstein-product-carousel .carousel-title {
  text-align: left;
  line-height: 24px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Lato", sans-serif; }

.c-einstein-product-carousel .slick-slide {
  height: auto; }
  .c-einstein-product-carousel .slick-slide .brand-image img {
    margin: 0 auto; }

.c-einstein-product-carousel .product-item .product-tile .image-container {
  box-shadow: unset; }
  .c-einstein-product-carousel .product-item .product-tile .image-container span {
    aspect-ratio: 1/1; }

@media (min-width: 992px) {
  .c-einstein-product-carousel .product-item .product-tile {
    width: 220px; } }

.c-einstein-product-carousel .product-grid {
  -webkit-overflow-scrolling: touch;
  /* Activer le défilement fluide sur les appareils tactiles */ }
  .c-einstein-product-carousel .product-grid .slick-prev::before,
  .c-einstein-product-carousel .product-grid .slick-next::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .c-einstein-product-carousel .product-grid .slick-prev::before {
    background-image: url("../../images/pictoChevronLeft.svg"); }
  .c-einstein-product-carousel .product-grid .slick-next::before {
    background-image: url("../../images/pictoChevronRight.svg"); }

.c-einstein-product-carousel .slick-arrow {
  position: absolute;
  top: 100%;
  width: 32px;
  height: 32px;
  z-index: 2; }
  .c-einstein-product-carousel .slick-arrow.slick-next {
    right: 39px; }
    .c-einstein-product-carousel .slick-arrow.slick-next::before {
      background-image: url("../../images/icons/grey-arrow-right.svg");
      opacity: 1; }
    @media (min-width: 544px) {
      .c-einstein-product-carousel .slick-arrow.slick-next {
        right: calc(50% - 151px); } }
  .c-einstein-product-carousel .slick-arrow.slick-prev {
    left: unset;
    right: 88px; }
    .c-einstein-product-carousel .slick-arrow.slick-prev::before {
      background-image: url("../../images/icons/grey-arrow-left.svg");
      opacity: 1; }
    @media (min-width: 544px) {
      .c-einstein-product-carousel .slick-arrow.slick-prev {
        right: calc(50% - 103px); } }

.c-einstein-product-carousel .progress-wrapper {
  gap: 32px;
  padding-bottom: 50px;
  flex-wrap: nowrap; }

.c-einstein-product-carousel .progress {
  width: 100%;
  background-color: #dbdbdb;
  background-image: linear-gradient(to right, #262626, #262626);
  border-radius: 30px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out; }
  @media (min-width: 544px) {
    .c-einstein-product-carousel .progress {
      width: 190px; } }

.c-einstein-product-carousel .progress-button-placeholder {
  width: 105px;
  min-width: 105px; }

.c-einstein-product-carousel__filters {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 9px;
  overflow-x: auto;
  padding-right: 20px; }
  .c-einstein-product-carousel__filters > * {
    flex-grow: 0; }
  .c-einstein-product-carousel__filters__item {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #262626;
    font-family: "LatoHeavy", sans-serif;
    font-weight: bold;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    padding: 0 30px; }
    .c-einstein-product-carousel__filters__item.selected {
      background: #262626;
      color: #fff; }
  .c-einstein-product-carousel__filters .einstein-category-filter-item {
    white-space: nowrap; }

.einstein-carousel-layout {
  margin: 0;
  padding: 0 0 0 18px;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .einstein-carousel-layout {
      padding: 0 35px; } }

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