#wrapper .product-recommendations {
  padding: 30px 15px 0;
  width: 100%;
  /*max-width: 100%;*/
  display: none;
}

#index #wrapper .product-recommendations {
  padding: 0;
}

#wrapper .product-recommendations .product-recommendations-container {
  border-radius: 5px;
  margin: 20px 0 0 0;;
}

#wrapper .product-recommendations .regroupeur {
  display: grid;
  justify-content: left;
  border-bottom: none;
  position: relative;
  align-items: center;
  margin: 20px 20px 10px 30px;
  grid-template-columns: 25% 1fr;
  width: 100%;
}

#category #wrapper .product-recommendations .regroupeur {
  grid-template-columns: none;
  margin: 10px 10px 10px 30px;
}

#wrapper .product-recommendations .regroupeur-logo img {
  max-width: 100px;
  border-radius: 5px;
  max-height: 55px;
}
#wrapper .product-recommendations .regroupeur .regroupeur-title {
  margin-left: 7%;
  font-size: 35px;
  font-weight: 500;
}

#category #wrapper .product-recommendations .regroupeur .regroupeur-title {
  font-size: 24px;
}

#wrapper .product-recommendations .regroupeur.no-logo .regroupeur-title {
  grid-column: 1/-1;
  text-align: center;
  line-height: 1;
  margin-left: 0;
}

#wrapper .product-recommendations .regroupeur .regroupeur-title span {
  font-size: 30px;
  font-weight: normal;
}

#category #wrapper .product-recommendations .regroupeur .regroupeur-title span {
  font-size: 20px;
}

#wrapper .product-page__product-recommendations__heading .h5 {
  color: black;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 25px;
  padding: 0;
  line-height: 40px;
  text-transform: lowercase;
  display: inline-block;
}
#wrapper .product-recommendations .product-page__product-recommendations__heading {
  display: flex;
  justify-content: left;
  border-bottom: none;
  position: relative;
  align-items: center;
  margin-top: calc(10px + (40 - 10) * ((100vw - 320px) / (1920 - 320)));
  padding-top: 20px;
}

#category #wrapper .product-recommendations .product-page__product-recommendations__heading {
  margin-top: 5px;
  padding-top: 0;
}

#category #wrapper .product-recommendations {
  padding: 5px 15px 0;
}

#wrapper .product-recommendations .h5:first-letter {
  text-transform: capitalize;
}

#wrapper .product-recommendations .h5 {
  text-transform: uppercase;
}

.product-page__product-recommendations__slider-buttons {
  display: flex;
  justify-content: center;
}

.product-page__product-recommendations__slider-button {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page__product-recommendations__slider-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-style: solid;
}

.product-page__product-recommendations__slider-button__left:after {
  border-width: 4px 0 0 4px;
  border-color: #000 transparent transparent #000;
  transform: rotate(-45deg);
}

.product-page__product-recommendations__slider-button__right:after {
  border-width: 4px 4px 0 0;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
}

#wrapper .product-recommendations .products {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  padding: 15px 0;
}

#wrapper .product-recommendations .products {
  visibility: hidden;
  display: none;
}

#wrapper .product-recommendations .products.slick-initialized {
  visibility: visible;
  display: flex;
}

.product-recommendations .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 40%;
  background: var(--main-color);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  width: 42px;
  max-width: 70%;
  height: 42px;
  margin: auto;
}

.product-recommendations .slick-prev {
  left: calc(5px + (5 - 5) * ((100vw - 320px) / (1920 - 320)));
}

.product-recommendations .slick-next {
  right: calc(5px + (6 - 5) * ((100vw - 320px) / (1920 - 320)));
}

#product .product-recommendations .products article {
  flex: 0 0 25%;
  margin: 0 0 10px 0;
}

#product .product-recommendations .products article:nth-child(3n+3) {
  margin-right: 0;
}

.product-recommendations .products .product-miniature.alt img {
  margin: 0;
  width: 100%;
  max-height: 100%;
  flex: 1 0 auto;
  object-fit: contain;
}


.product-recommendations .products .product-miniature .thumbnail-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  background: white;
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.product-recommendations .products .product-miniature .thumbnail {
  position: relative;
}

.product-recommendations .products .product-miniature .thumbnail-container > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-recommendations .products .product-miniature .thumbnail-container img {
  width: 100%;
  margin: 0;
}

.product-recommendations .product-description {
  position: relative;
  margin: 0;
  flex: 1 0 auto;
  padding: 15px 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: none !important;
}

.product-recommendations .product-description:after {
  display: none;
}

.product-recommendations .product-description .product-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: #1e1e20;
  text-transform: none;
  margin: 10px 0 0 0;
  padding: 0 10px;
}

.product-recommendations .product-description.product-titles {
  min-height: 80px;
}

.product-recommendations .product-description .subtitle {
  font-size: 0.65rem;
}

.product-recommendations .products .product-description .product-title img {
  width: 21px;
  vertical-align: bottom;
  display: inline;
}

.product-recommendations .product-description .desc_short {
  width: 95%;
  margin: 0 auto 10px;
}

.product-recommendations .product-description .desc_short * {
  font-weight: 300 !important;
  font-size: 13px !important;
  text-align: left;
  margin: 0 !important;
  line-height: 15px;
}

.product-recommendations .product-price-and-shipping {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  line-height: inherit;
}

.product-recommendations .product-price-and-shipping .prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.product-recommendations .discount-percentage.discount-product {
  position: static;
  top: auto !important;
  left: auto !important;
  display: inline-block;
  min-width: 0;
  min-height: 0;
  font-family: Roboto, sans-serif;
  box-shadow: none;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  margin: auto;
}

.product-recommendations .product-miniature .price .conditionnement {
  font-size: calc(9.6px + (11.2 - 9.6) * ((100vw - 320px) / (1920 - 320)));
}

.product-recommendations .regular-price {
  font-size: 14px;
  line-height: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: black;
  text-decoration: none;
  font-style: italic;
  padding: 0 8px;
}

.product-recommendations .old_price {
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}
.product-recommendations .product_ref {
  font-size: 11px;
}

.product-recommendations .product-miniature .product_ref:before {
  content: '';
  display: none;
}

.product-recommendations .products .product-miniature .thumbnail .product__vignettes  {
  position: absolute;
  top: 5.2%;
  left: 0%;
  width: 25%;
}

.product-recommendations article.product-miniature {
  /*border: none;*/
  box-shadow: none;
}

.product-recommendations .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  background-color: #fff;
}
.product-recommendations .product-miniature .product_ref {
  background-color: #fff;
}

.product-recommendations .product-domains.universe {
  height: 20px;
  font-size: 15px;
  color: #7F7F7F;
  text-align: center;
  font-weight: 300;
}
.product-recommendations .product-description .product-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #1e1e20;
  /*text-transform: uppercase;*/
  margin: 10px 0 0 0;
  min-height: 34px;
  padding: 0 10px;
}


.product-recommendations .product__price-discount__container {
  position: absolute;
  display: flex;
  right: calc(38px + (60 - 38) * ((100vw - 320px) / (1920 - 320)));
  top: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
  left: initial;
}

/*
.product-recommendations .product-miniature .product__price-discount__container .discount-percentage {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 1.25em;
  margin: 0;
  min-width: 0;
  min-height: 0;
  font-family: Roboto, sans-serif;
  box-shadow: none;
  color: white;
  padding: calc(3px + (7 - 3) * ((100vw - 320px) / (1920 - 320))) 0;
  border-radius: 5px;
  text-align: center;
  background: var(--dark-blue);
  align-items: center;
  justify-content: center;
  width: calc(40px + (55 - 40) * ((100vw - 320px) / (1920 - 320)));
  z-index: 2;
  position: absolute;
  left: -.4375rem;
}


 */

.product-recommendations .product-miniature .product__price-discount__container .discount-percentage {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 1.25em;
  margin: 0;
  min-width: 0;
  min-height: 0;
  font-family: Roboto, sans-serif;
  box-shadow: none;
  color: white;
  padding: calc(3px + (7 - 3) * ((100vw - 320px) / (1920 - 320))) 0;
  border-radius: 0;
  text-align: center;
  background: url("data:image/svg+xml,%3Csvg width='43' height='20' viewBox='0 0 43 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2417 15.5102C3.58259 17.2082 3.59856 19.2109 3.43893 20H39.276C39.276 18.2041 39.9146 16.3265 40.7127 15.5102C45.342 10.0408 41.6705 5.06122 40.7127 4.08163C39.9465 3.29796 39.4356 1.03401 39.276 0H3.43893C3.91783 1.63265 3.03985 3.2653 2.2417 4.08163C-1.82889 8.9796 0.565575 13.3877 2.2417 15.5102Z' fill='%23B2181F'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
  width: calc(40px + (55 - 40) * ((100vw - 320px) / (1920 - 320)));
  z-index: 2;
  position: absolute;
  left: -.4375rem;
}

.product-recommendations .products article .add {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  pointer-events: none;
  top: calc(-20px + (-50 - -20) * ((100vw - 320px) / (1920 - 320)));
}

.product-recommendations .products article:hover .add {
  top: -50px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
}

.product-recommendations .product-miniature .product__exclu-web {
  display: none;
  background-color: #F9EB90;
  padding: 2px 8px;
  color: #1e1e20;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Raleway', sans-serif;
  z-index: 100;
  font-size: 13px;
  letter-spacing: 1px;
}

.product-recommendations .product__vignettes .note-vivino .vivino-value {
  font-weight: 600;
  font-size: 12px;
  color: #1e1e20;
}

.product-recommendations .product__vignettes .note-vivino {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.product-recommendations .product-miniature .price {
  color: var(--light-main-color) !important;
}

.product-recommendations .product-miniature .price {
  font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-family: Roboto, sans-serif;
  color: var(--main-dark-color);
}

.product-recommendations .product-miniature .product-discount,
.product-recommendations .product-miniature .old_price {
  font-size: calc(11px + (19 - 11) * ((100vw - 320px) / (1920 - 320)));
}

.product-recommendations .product-discount .old_price::after {
  content: "";
}
.product-recommendations .product-discount .old_price {
  padding-left: 0;
}
.product-recommendations .product-discount .old_price {
  margin: 0;
}

.product-recommendations article.product-miniature:hover {
  box-shadow: none;
}

#wrapper .product-recommendations .products {
  padding: 1.5em calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
}

#category #wrapper .product-recommendations .products {
  padding: 0.5em calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320))) 1.5em calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
}

#index #wrapper .product-recommendations .products {
  padding: 0;
}

.product-recommendations .slick-track {
  display: flex !important;
}

.product-recommendations .slick-slide {
  height: inherit !important;
}

.product-recommendations .medailles-imgs-container img  {
  display: none;
}

#cart .container-primary {
  max-width: 1290px;
  padding: 0;
  margin: auto;
}

@media (min-width: 1200px) {
  #wrapper .product-recommendations .product-recommendations-container {
    /*background-color: #EFF3F5;*/
  }
  #index #wrapper .product-recommendations .product-recommendations-container {
    background-color: unset;
  }

  #wrapper .product-recommendations .product-recommendations-container .slick-track {
    justify-content: center;
    /*gap: 15px;*/
  }
}

/*
@media (max-width: 991px) {
  #index #wrapper .product-recommendations {
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

 */

@media (max-width: 991px) {

  #product #wrapper .product-recommendations .slider-inner .slick-slide {
    margin: 0 4px;
  }
  #product #wrapper .product-miniature .price .product-discount .old_price {
    font-size: 12px;
  }

  #product #wrapper .product-recommendations {
    max-width: 100%;
  }

  #wrapper .product-recommendations {
    padding: 0 !important;
  }

  .product-recommendations .sr-display-container .slider-inner {
    max-width: 100% !important;
  }

  /*#wrapper .product-recommendations .product-recommendations-container {*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*}*/

  .product-recommendations article.product-miniature .add {
    top: -10px !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }

  .product-recommendations .product-price-and-shipping {
    padding-top: 10px;
  }

}


/*
--------------------------------------
Custom
--------------------------------------
*/

.product-recommendations .type_avis_ref .ref {
  margin-left: 0;
}

.product-recommendations .product-titles .type_avis_ref {
  gap: 0;
}

.product-recommendations article.product-miniature .add {
  height: 0;
}