body section:has(.product-logo-title) {
  padding: 18px 0;
}
body section div .product-logo-title {
  display: flex;
  flex-wrap: wrap;
}
body section div .product-logo-title .d-flex {
    display: flex;
    gap: 15px;
    align-items: center;
}
body section div .product-logo-title .product-logo img {
  width: auto;
  height: 90px;
}
body section div .product-logo-title .product-title .product-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
body section div .product-logo-title .product-title .product-note a {
  color: #062e61;
}
body section div .product-logo-title .product-title .product-note .stars-icon {
  display: flex;
  align-items: center;
}
body section div .product-logo-title .product-title .product-note .stars-icon .star {
  height: 16px;
}
body section div .product-logo-title .product-title .product-note .stars-icon .star svg {
  fill: #ffcc00;
  width: 16px;
}
body section div .product-logo-title .product-title .product-note .stars-icon .star.grey svg {
  fill: #D5D8E6;
}
body section div .product-logo-title .product-title .product-note span {
  font: normal normal medium 14px/34px Kumbh Sans;
}
body section div .product-logo-title .product-title h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
body section div .product-logo-title .product-title .product-reference {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
}
body section div .product-logo-title .product-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 10px;
}
body section div .product-logo-title .product-buttons .product-labels {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  text-transform: uppercase;
}
body section div .product-logo-title .product-buttons .product-labels div {
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
body section div .product-logo-title .product-buttons .product-labels div.compatibility {
  background-color: #EEF2F8;
  color: #70cc43;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
body section div .product-logo-title .product-buttons .product-labels div.compatibility::before {
  content: "";
  height: 28px;
  width: 35px;
  border-radius: 6px;
  background: #70cc43 url("../img/icon/white-check.svg") center / 16px no-repeat;
  display: block;
}
body section div .product-logo-title .product-buttons .product-labels div.condition {
  background-color: #2167bc;
  color: #fff;
  display: flex;
  align-items: center;
}
body section div .product-logo-title .product-buttons .product-share {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
body section div .product-logo-title .product-buttons .product-share::before {
  content: "";
  height: 33px;
  width: 33px;
  background: url("../img/icon/share.svg") center no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 850px) {
  body section div .product-logo-title .product-logo img {
    height: 65px;
  }
  body section div .product-logo-title .product-title h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
body section div .product-img-container {
  display: flex;
  gap: 30px;
  margin: 25px 0;
}
body section div .product-img-container .slick-list {
  height: fit-content !important;
}
@media screen and (max-width: 767px) {
  body section div .product-img-container {
    flex-direction: column-reverse;
  }
  body section div .product-img-container .product-thumbnails .product-thumbnail-container {
    margin: 0 5px;
  }
}
body section div .product-img-container .product-thumbnails .product-thumbnail-container {
  aspect-ratio: 1/1;
  border: 3px solid #D5D8E6;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1em;
  cursor: pointer;
}
body section div .product-img-container .product-thumbnails .product-thumbnail-container:hover {
  border: 3px solid #99bae0;
}
body section div .product-img-container .product-thumbnails .product-thumbnail-container img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
body section div .product-img-container .product-main-picture {
  text-align: center;
  width: calc(100% - 160px);
  position: relative;
}
@media screen and (max-width: 650px) {
  body section div .product-img-container .product-main-picture {
    width: 100%;
  }
}
body section div .product-img-container .product-main-picture button.slick-arrow {
  box-shadow: 0px 3px 6px #00000029;
  border: none;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
body section div .product-img-container .product-main-picture button.custom_slick_pre_btn  {
  left:0;
}
body section div .product-img-container .product-main-picture button.custom_slick_next_btn  {
  right:0;
}

@media screen and (max-width:460px) {
  body section div .product-img-container .product-main-picture:not(.slick-slider) img:not(.manufacturer-logo) {
    width: 100%;
    height: auto;
  }
}

body section div .product-img-container .product-main-picture .manufacturer-logo, body section div .product-img-container .product-main-picture .brand-logo {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100px;
  object-fit: contain;
}

body section div .product-img-container .product-main-picture .manufacturer-logo {
  left: 0;
  max-width: 120px;
}

body section div .product-img-container .product-main-picture .brand-logo {
  right: 0;
  max-width: 100px;
}

@media screen and (max-width:450px) {

  body section div .product-img-container .product-main-picture .manufacturer-logo, body section div .product-img-container .product-main-picture .brand-logo {
    height: 70px;
  }
  
  body section div .product-img-container .product-main-picture .manufacturer-logo {
    max-width: 90px;
  }

  body section div .product-img-container .product-main-picture .brand-logo {
    max-width: 70px;
  }
}

@media screen and (min-width:1200px) {
  body section div:has(.buybox) {
    position: sticky;
    top:200px
  }
}

body section div .buybox {
  padding: 15px 0 0;
}
body section div .buybox .product-price-container {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  font-family: "filson-pro";
  font-size: 22px;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  body section div .buybox .product-price-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
body section div .buybox .product-price-container .price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body section div .buybox .product-price-container .price .price-before-tax {
  color: #9ab1cf;
}
body section div .buybox .product-price-container .price .price-before-tax .small-decimals {
  font-size: 16px;
}
body section div .buybox .product-price-container .price .price-before-tax .superscript {
  font-size: 14px;
  position: relative;
  top: -8px;
  display: inline-block;
  margin-left: 5px;
}
body section div .buybox .product-price-container .price .final-price {
  font-size: 40px;
  font-weight: 900;
}
body section div .buybox .product-price-container .price .final-price .small-decimals {
  font-size: 28px;
}
body section div .buybox .product-price-container .price .final-price + .superscript {
  font-size: 22px;
  position: relative;
  top: -15px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 900;
}
body section div .buybox .product-price-container .alma-payement {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  margin: 20px 0;
  font-size: 14px;
}
body section div .buybox .product-price-container .alma-payement img {
  width: 65px;
  height: auto;
  margin-right: 10px;
}
body section div .buybox .product-price-container .alma-payement span#alma_x2, body section div .buybox .product-price-container .alma-payement span#alma_x3, body section div .buybox .product-price-container .alma-payement span#alma_x4, body section div .buybox .product-price-container .alma-payement span#alma_x10 {
  display: inline-block;
  margin: 0 2px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  background-color: #062e61;
  padding: 4px 8px;
  position: relative;
  cursor: pointer;
}
body section div .buybox .product-price-container .alma-payement span#alma_x2.active::after, body section div .buybox .product-price-container .alma-payement span#alma_x3.active::after, body section div .buybox .product-price-container .alma-payement span#alma_x4.active::after, body section div .buybox .product-price-container .alma-payement span#alma_x10.active::after {
  content: "";
  height: 3px;
  width: 34px;
  background-color: #e25757;
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
}
body section div .buybox .product-price-container .alma-payement span.multiplier, body section div .buybox .product-price-container .alma-payement span.amount {
  margin: 0 5px;
  font-weight: 500;
}
body section div .buybox .product-price-container .alma-payement span.bold {
  text-transform: uppercase;
  margin-left: 5px;
}
@media screen and (max-width: 1511px) {
  body section div .buybox .product-price-container .old-price {
    width: 80%;
    text-align: right;
  }
}
@media screen and (max-width: 593px) {
  body section div .buybox .product-price-container .old-price {
    width: 50%;
  }
}
body section div .buybox .product_associated .checkbox  {
  padding: 15px 15px 15px 28px;
  border: 2px solid #D5D8E6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body section div .buybox .product_associated .checkbox:last-of-type  {
  margin-bottom: 0;
}
body section div .buybox .product_associated .checkbox label {
  width: 100%;
}
body section div .buybox .product_associated .checkbox label .checkbox-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
body section div .buybox .product_associated .checkbox label .checkbox-title .d-flex{
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
  align-items: center;
}
@media (max-width:600px) {
  body section div .buybox .product_associated .checkbox label .checkbox-title .d-flex{
    flex-wrap: wrap;
  }
}
body section div .buybox .product-consigne form .card .info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 20px;
}
@media screen and (max-width: 540px) {
  body section div .buybox .product-consigne form .card .info {
    flex-wrap: wrap;
  }
}
body section div .buybox .product_associated .checkbox .accessory-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
body section div .buybox .product_associated .checkbox .sub {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-transform: none;
    margin-top: 5px;
}
body section div .buybox .product_associated .checkbox .sub a{
  color:#062E61;
  text-decoration: underline;
}
body section div .buybox .product_associated .checkbox .badge.brush {
  background-image: url(../img/brush-bk-grey.png);
  padding: 5px 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-5deg);
  text-align: center;
  max-width: 100px;
}
body section div .buybox .product_associated .checkbox .price {
  font-weight: bold;
  font-size: 16px;
}
body section div .buybox .product-consigne form > span {
  display: block;
  margin-top: 25px;
}
body section div .buybox .product-consigne form .packs {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 25px 0;
}
body section div .buybox .product-consigne form #quantityDiscount > div.row {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
body section div .buybox .product-consigne form #quantityDiscount > div.row > div {
  padding: 0 5px;
  margin-bottom: 12px;
}
body section div .buybox .product-consigne form .discountline {
  font-weight: bold;
}
body section div .buybox .product-consigne form .discountline .discountline_content{
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #D5D8E6;
}
body section div .buybox .product-consigne form .discountline:has(.active) .discountline_content{
  border: 2px solid #F99700;
}
body section div .buybox .product-consigne form .discountline .quantityDiscount_number {
  color: #9EAEAC;
}
body section div .buybox .product-consigne form .discountline .quantityDiscount_price {
  color: #062E61;
  margin-top: 8px;
}
body section div .buybox .product-consigne form .discountline .quantityDiscount_price:has(.price-ht) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body section div .buybox .product-consigne form .discountline .quantityDiscount_price .price-ht {
  display: block; 
  font-size: 0.8em; 
  color: #9ab1cf; 
  font-weight: normal;
}
body section div .buybox .product-consigne form .discountline .quantityDiscount_price .price-ttc {
  display:block; 
  font-weight: bold;
} 

body section div .buybox .product-consigne form .discountline .quantityDiscount_price .superscript {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 75%;
}
@media screen and (max-width: 645px) {
  body section div .buybox .product-consigne form .packs {
    flex-wrap: wrap;
    gap: 10px;
  }
  body section div .buybox .product-consigne form .packs .pack {
    width: 48%;
  }
}
@media screen and (max-width: 385px) {
  body section div .buybox .product-consigne form .packs .pack {
    width: 100%;
  }
}
body section div .buybox .product-consigne form .add-to-cart {
  display: flex;
  gap: 10px;
}
body section div .buybox .product-consigne form .add-to-cart::after, body section div .buybox .product-consigne form .add-to-cart::before {
  content:none
}
@media screen and (max-width: 620px) {
  body section div .buybox .product-consigne form .add-to-cart {
    flex-direction: column;
    row-gap: 0;
  }
}
body section div .buybox .product-consigne form .add-to-cart .cta {
  font-size: 22px;
  background-color: #F99700;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
body section div .buybox .product-consigne form .add-to-cart .cta:hover {
  background-color: #F3A033;
}
body section div .buybox .product-consigne form .add-to-cart .cta::before {
  content: "";
  background-image: url(../img/icon/add-to-cart.png);
  height: 26px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
@media screen and (max-width:620px) {
  body section div .buybox .product-consigne form .add-to-cart .cta {
    padding: 15px 25px;
  }
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper {
  display: flex;
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper input {
  width: 50px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 2px #D5D8E6 solid;
  border-bottom: 2px #D5D8E6 solid;
  font-size: 20px;
  font-weight: bold;
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper input::-webkit-outer-spin-button, body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper input[type=number] {
  -moz-appearance: textfield;
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper .button {
  background: #D5D8E6;
  border: 2px #D5D8E6 solid;
  border-radius: 0 10px 10px 0;
  font-size: 24px;
  font-weight: bold;
  padding: 2px 16px 8px;
}
body section div .buybox .product-consigne form .add-to-cart .qty-wrap .stepper .button:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
body section div .buybox .product-consigne form .add-to-cart .buy_btn  {
  width: 100%;
}
body section div .buybox .product-consigne form .payement-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 24px;
}
body section div .buybox .product-consigne form .payement-logos img {
  height: 14px;
  width: auto;
}
body section div .buybox .buybox-bottom {
  margin: 0 0 24px;
}
@media screen and (max-width: 620px) {
  body section div .buybox .buybox-bottom {
    flex-direction: column;
    row-gap: 20px;
  }
}
body section div .buybox .buybox-bottom a {
  font-weight: 600;
  color: #1855a0;
  text-decoration: underline;
}
body section div .buybox .buybox-bottom .delivery-infos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
body section div .product-new.tile, body section div .product-delivery.tile {
  background-color: #eff5fb;
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section div .product-new.tile {
  background-color: transparent;
  border: 2px solid #D5D8E6;
}
body section div .product-new.tile::after, body section div .product-delivery.tile::after {
  content: "";
  background-color: #BED3EB;
  display: block;
}
@media screen and (max-width:540px) {
  body section div .product-new.tile, body section div .product-delivery.tile {
    padding: 20px;
  }
  body section div .product-new.tile::after, body section div .product-delivery.tile::after {
    content: none;
  }
}
body section div .product-new.tile .title, body section div .product-delivery.tile .title {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
  font-family: "kumbh-sans-variable";
}
body section div .product-delivery.tile .title + span {
  font-weight: 600;
}
body section div .product-delivery.tile {
  margin-bottom: 24px;
}
body section div .product-delivery.tile .product-delivery__content .delivery-infos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}
body section div .product-delivery.tile .product-delivery__content .delivery-infos img {
  width: auto;
}
body section div .product-delivery.tile .product-delivery__content .delivery-infos img:nth-child(1) {
  height: 25px;
}
body section div .product-delivery.tile .product-delivery__content .delivery-infos img:nth-child(2) {
  height: 13px;
}
body section div .product-delivery.tile .product-delivery__content .delivery-infos a {
  font-size: 14px;
  color: #1855a0;
  display: flex;
  gap: 3px;
  text-decoration: underline;
}
body section div .product-delivery.tile .product-delivery__content .delivery-infos a::after {
  content: "";
  background-image: url("../img/icon/info.png");
  height: 17px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
body section div .product-delivery.tile::after {
  height: 60px;
  width: 80px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='55.849' height='36.596' viewBox='0 0 55.849 36.596'><g transform='translate(0 0)'><path d='M447.758,231.874l-17.107-5.585a1.3,1.3,0,0,0-.941,0L412.6,231.874a1.466,1.466,0,0,0-1,1.411v22.457a1.523,1.523,0,0,0,1,1.411l17.107,5.585a1.913,1.913,0,0,0,.941,0l17.107-5.644a1.467,1.467,0,0,0,1-1.411v-22.4a1.523,1.523,0,0,0-1-1.411ZM428.71,259.328l-14.168-4.644v-19.4l5.644,1.822V248.1a1.47,1.47,0,1,0,2.939,0v-9.994l5.644,1.822v19.4Zm1.47-21.987-4-1.293,2.822-1a1.46,1.46,0,0,0,.882-1.881,1.51,1.51,0,0,0-1.881-.882l-6.29,2.293-3.939-1.293,12.4-4.056,12.4,4.056Zm15.638,17.343-5.644,1.822v-6.349a1.455,1.455,0,0,0-1.47-1.47,1.407,1.407,0,0,0-1.411,1.47v7.349l-5.644,1.822v-19.4l14.168-4.644Z' transform='translate(-392.908 -226.201)' fill='black'/><path d='M41.875,403.2H31.47a1.47,1.47,0,1,0,0,2.939H41.875a1.455,1.455,0,0,0,1.47-1.47A1.534,1.534,0,0,0,41.875,403.2Z' transform='translate(-30 -394.529)' fill='black'/><path d='M41.875,570H31.47a1.47,1.47,0,1,0,0,2.939H41.875a1.455,1.455,0,0,0,1.47-1.47A1.493,1.493,0,0,0,41.875,570Z' transform='translate(-30 -553.157)' fill='black'/><path d='M41.875,736.8H31.47a1.47,1.47,0,0,0,0,2.939H41.875a1.455,1.455,0,0,0,1.47-1.47A1.493,1.493,0,0,0,41.875,736.8Z' transform='translate(-30 -711.786)' fill='black'/></g></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='55.849' height='36.596' viewBox='0 0 55.849 36.596'><g transform='translate(0 0)'><path d='M447.758,231.874l-17.107-5.585a1.3,1.3,0,0,0-.941,0L412.6,231.874a1.466,1.466,0,0,0-1,1.411v22.457a1.523,1.523,0,0,0,1,1.411l17.107,5.585a1.913,1.913,0,0,0,.941,0l17.107-5.644a1.467,1.467,0,0,0,1-1.411v-22.4a1.523,1.523,0,0,0-1-1.411ZM428.71,259.328l-14.168-4.644v-19.4l5.644,1.822V248.1a1.47,1.47,0,1,0,2.939,0v-9.994l5.644,1.822v19.4Zm1.47-21.987-4-1.293,2.822-1a1.46,1.46,0,0,0,.882-1.881,1.51,1.51,0,0,0-1.881-.882l-6.29,2.293-3.939-1.293,12.4-4.056,12.4,4.056Zm15.638,17.343-5.644,1.822v-6.349a1.455,1.455,0,0,0-1.47-1.47,1.407,1.407,0,0,0-1.411,1.47v7.349l-5.644,1.822v-19.4l14.168-4.644Z' transform='translate(-392.908 -226.201)' fill='black'/><path d='M41.875,403.2H31.47a1.47,1.47,0,1,0,0,2.939H41.875a1.455,1.455,0,0,0,1.47-1.47A1.534,1.534,0,0,0,41.875,403.2Z' transform='translate(-30 -394.529)' fill='black'/><path d='M41.875,570H31.47a1.47,1.47,0,1,0,0,2.939H41.875a1.455,1.455,0,0,0,1.47-1.47A1.493,1.493,0,0,0,41.875,570Z' transform='translate(-30 -553.157)' fill='black'/><path d='M41.875,736.8H31.47a1.47,1.47,0,0,0,0,2.939H41.875a1.455,1.455,0,0,0,1.47-1.47A1.493,1.493,0,0,0,41.875,736.8Z' transform='translate(-30 -711.786)' fill='black'/></g></svg>") center/contain no-repeat;
}
body section div .product-new.tile .product-new__content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
body section div .product-new.tile .product-new__content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body section div .product-new.tile .product-new__content ul li::before {
  content: "";
  height: 20px;
  width: 20px;
  background: center/contain no-repeat url("../img/icon/bullet-red.png");
}
body section div .product-infos {
  margin-bottom: 40px;
}
body section div .product-infos:last-of-type {
  margin-bottom: 0;
}
body section div .product-infos .title {
  font: normal normal 900 30px/33px "filson-pro";
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d5d8e6;
}
body section div .product-infos .content .spec-table {
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #D5D8E6;
    width: 100%;
    border-radius: 10px;
}
body section div .product-infos .content .spec-table th, body section div .product-infos .content .spec-table td {
  border-collapse: collapse;
  border: 1px solid #D5D8E6;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
body section div .product-infos .content .spec-table tr:first-of-type th {
  border-top-left-radius: 10px;
}
body section div .product-infos .content .spec-table tr:first-of-type td:last-of-type {
  border-top-right-radius: 10px;
}
body section div .product-infos .content .spec-table tr:last-of-type th {
  border-bottom-left-radius: 10px;
}
body section div .product-infos .content .spec-table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}
body section div .product-infos .content .spec-table td:has(img){
    text-align: center;
}
body section div .product-infos .content .spec-table th {
  text-transform: uppercase;
  font-weight: bold;
}
body section div .product-infos .content .spec-table .btn {
  font-size: 16px;
  text-transform: none;
}
body section div .product-infos .content .spec-table ul {
  padding: 0;
  list-style: none;
}
body section div .product-infos .content .spec-table ul li {
  margin-bottom: 12px;
}
body section div .product-infos .content .spec-table ul li::before {
  content: "";
  min-height: 14px;
  min-width: 14px;
  display: inline-block;
  margin-right: 5px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath d='M12.651 2.358a.659.659 0 0 1 1.143.657L8.3 10.489a.661.661 0 0 1-1.127.029L4.931 7.042a.661.661 0 1 1 1.112-.714L7.694 8.893l4.958-6.535ZM7.724 15.447a7.724 7.724 0 0 0 7.724-7.724.662.662 0 1 0-1.324 0 6.4 6.4 0 1 1-6.4-6.4A.662.662 0 0 0 7.724 0a7.723 7.723 0 1 0 0 15.447Z' fill='%231855a0' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center/contain;
}
body section div .product-infos .content .product-disclaimer {
  margin: 16px 0;
  border:1px #e25757 solid;
  background-color: #fdeaea;
  border-radius: 10px;
  padding: 15px 25px;
  line-height: 18px;
}
body section div .product-infos .content.two-columns {
  display: flex;
  gap: 20px;
}
body section div .product-infos .content.two-columns img {
  object-fit: contain;
}
body section div .product-infos .content.two-columns > div {
  flex: 1;
}
body section div .product-infos .content.two-columns .product-small-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body section div .product-infos .content.two-columns .product-small-tiles .tile {
  color: #062e61;
  line-height: 1.35;
  border-radius: 10px;
  text-transform: uppercase;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  width: calc(50% - 15px);
  min-height: 80px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  body section div .product-infos .content.two-columns .product-small-tiles .tile {
    width: calc(100% - 15px);
  }
}
body section div .product-infos .content.two-columns .product-small-tiles .tile img {
  width: 40px;
  height: auto;
}
body section div .product-infos .content.two-columns .product-small-tiles .tile {
  background-color: #eff5fb;
}
body section div .product-infos .content.two-columns .product-benefits ul {
  list-style: none;
  padding: 0;
}
body section div .product-infos .content.two-columns .product-benefits ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}
body section div .product-infos .content.two-columns .product-benefits ul li::before {
  content: "";
  background-image: url("../img/icon/check-bleu.svg");
  height: 12px;
  width: 16px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 855px) {
  body section div .product-infos .content.two-columns {
    flex-wrap: wrap;
  }
  body section div .product-infos .content.two-columns > div {
    flex: auto;
    width: 100%;
  }
  body section div .product-infos .content.two-columns .product-small-tiles .tile img {
    width: 25px;
  }
}
body section div .product-infos .product-compatibility .product-compatibility-title {
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body section div .product-infos .product-compatibility .product-compatibility-title::before {
  content: "";
  height: 28px;
  min-width: 35px;
  border-radius: 6px;
  background: #70cc43 url(../img/icon/white-check.svg) center/16px no-repeat;
  display: block;
}
body section div .product-infos .product-compatibility .product-compatibility-title + p {
  font-size: 18px;
}
body section div .product-reassurances {
  padding: 20px 0;
}
body section.product-description {
  background-color: #F3F3F7;
}
body section.product-description .product-description__menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 35px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body section.product-description .product-description__menu ul::-webkit-scrollbar {
  display: none;
}
body section.product-description .product-description__menu ul li {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  body section.product-description .product-description__menu {
    display: none;
  }
}
body section.product-description .product-description__menu ul li a {
  color: #062e61;
  display: block;
  width: max-content;
}
body section.product-description .product-description__menu ul li a:hover {
  opacity: .75;
}
body section.product-description .product-description__tile {
  background-color: #fff;
  padding: 20px 35px 35px;  
}
body section.product-description .product-description__tile ul {
  position: relative;
}
body section.product-description .product-description__tile ul.is-collapsed {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 280ms ease;
}
body section.product-description .product-description__tile ul .fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  pointer-events: none; /* laisse cliquer le bouton */
  opacity: 0;
  transition: opacity 200ms ease;
}
body section.product-description .product-description__tile ul.is-collapsed .fade-bottom {
  opacity: 1;
}
body section.product-description .product-description__toggle {
  border-radius: 10px;
  background-color: #1855a0;
}
body section.product-description .product-description__toggle::after {
  content: none;
}
body section.product-description .product-description__toggle .chev {
  display: inline-block;
  transition: transform 200ms ease;
}
body section.product-description .product-description__tile .product-description__toggle.is-open .chev {
  transform: rotate(180deg);
}
body section.product-description .product-description__tile .search-empty {
  font-weight: 600;
  opacity: .7;
}
@media screen and (max-width: 500px) {
  body section.product-description .product-description__tile {
    padding: 25px;
  }
}
body section.product-description .product-description__tile .title {  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 3px solid #D5D8E6;
  margin-bottom: 16px;
  position: relative;  
  font: normal normal 900 30px/33px "filson-pro";
}
body section.product-description .product-description__tile span.title {
  display: block;
  padding-bottom: 25px;
}
body section.product-description .product-description__tile .title .search-input {  
  background-color: #eef2f8;
  color: #062e61;
  font-size: 16px;
  font-family: "kumbh-sans-variable";
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  padding-left: 50px;
}
body section.product-description .product-description__tile .title .search-input::placeholder {
	 color: #062e61;
}
body section.product-description .product-description__tile .title div:has(.search-input) {  
  position: relative;
}
body section.product-description .product-description__tile .title div:has(.search-input)::before {  
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  left: 15px;
  background: center/contain no-repeat url(../img/icon/noun-search-blue.svg) ;
}
body section.product-description .product-description__tile .title span {
  display: block;
}
body section.product-description .product-description__tile .title::after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #1855a0;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width:768px) {
  body section.product-description .product-description__tile span.title {
    padding-bottom: 15px;
  }
  body section.product-description .product-description__tile .title:has(span) {  
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  body section.product-description .product-description__tile .title:has(span)::after {
    content: none;
  }
  body section.product-description .product-description__tile .title span {
    border-bottom: 3px solid #D5D8E6;
    margin-bottom: 25px;
    padding-bottom: 15px;
    width:100%;
    position: relative;
  }
  body section.product-description .product-description__tile .title span::after {
    content: "";
    width: 80px;
    height: 5px;
    background-color: #1855a0;
    display: block;
    position: absolute;
    bottom: 0;
  }
  body section.product-description .product-description__tile .title div:has(.search-input) {  
    width: 100%;
  }
  body section.product-description .product-description__tile .title .search-input {
    width: -moz-available;          
    width: -webkit-fill-available;  
    width: stretch;
  }
}
body section.product-description .product-description__tile h2 {
  font: normal normal 700 30px/33px "filson-pro";
  margin: 25px 0 15px 0;
}
body section.product-description .product-description__tile h3 {
  font: normal normal 700 24px/28px "filson-pro";
  margin: 25px 0 15px 0;
}
body section.product-description .product-description__tile .content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
body section.product-description .product-description__tile .content p {
  font-size: 16px;
  line-height: 24px;
}

body section.product-description .product-description__tile .content img {
  max-width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  body section.product-description .product-description__tile .content img {
    display: none;
  }
}
body section.product-description .product-description__tile ul, body section.product-description .product-description__tile ol {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
body section.product-description .product-description__tile ul li, body section.product-description .product-description__tile ol li {
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  word-break: break-all;
}
body section.product-description .product-description__tile:has(.description) ul li::before {
	content: "";
	height: 14px;
	width: 14px;
	display: inline-block;
	margin-right: 10px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M6,0h8a0,0,0,0,1,0,0V8a6,6,0,0,1-6,6H0a0,0,0,0,1,0,0V6A6,6,0,0,1,6,0Z' fill='%23e25757'/></svg>") center / contain no-repeat;
}
body section.product-description .product-description__tile ul.references-identiques, body section.product-description .product-description__tile ul.vehicules-compatibles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 930px) {
  body section.product-description .product-description__tile ul.references-identiques, body section.product-description .product-description__tile ul.vehicules-compatibles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  body section.product-description .product-description__tile ul.vehicules-compatibles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 350px) {
  body section.product-description .product-description__tile ul.references-identiques {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
body section.product-description .product-description__tile ul.oem, body section.product-description .product-description__tile ul.code-moteur {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 630px) {
  body section.product-description .product-description__tile ul.oem, body section.product-description .product-description__tile ul.code-moteur {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 490px) {
  body section.product-description .product-description__tile ul.oem, body section.product-description .product-description__tile ul.code-moteur {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body section.product-description .product-description__tile.delivery__tile {
  background-color: #1855a0;
  color: #fff;
}
body section.product-description .product-description__tile.delivery__tile .title::after {
  background-color: #F94040;
}
@media screen and (max-width: 1200px) {
  body section.product-description .product-description__tile.delivery__tile .content {
    flex-direction: column;
  }
}
body section.product-description .product-description__tile.delivery__tile .content ul li::before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-right: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M6,0h8a0,0,0,0,1,0,0V8a6,6,0,0,1-6,6H0a0,0,0,0,1,0,0V6A6,6,0,0,1,6,0Z' fill='%23e25757'/></svg>") center / contain no-repeat;
}
body section.product-description .product-description__tile.delivery__tile .content table, body section.product-description .product-description__tile.delivery__tile .content div {
  flex: 1;
}
body section.product-description .product-description__tile.delivery__tile .content .carrier-table {
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  color: #062e61;
  border-radius: 20px;
  font-size: 15px;
  width: 100%;
}
body section.product-description .product-description__tile.delivery__tile .content .carrier-table th, body section.product-description .product-description__tile.delivery__tile .content .carrier-table td {
  border: 1px solid #eef2f8;
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}
body section.product-description .product-description__tile.delivery__tile .content .carrier-table th {
  text-transform: uppercase;
  font-weight: bold;
}
body section.product-description .product-description__tile.delivery__tile .content .carrier-table thead {
  background-color: #d5d8e6;
}
@media screen and (max-width: 1200px) {
  body section.product-description .product-description__tile.delivery__tile .content .carrier-table {
    width: 100%;
  }
}
body section.product-contact-form {
  background: #E7E9F1;
  padding: 48px 0;
}
body section.product-contact-form #form-messages.alert {
  margin: 20px 0;
}
body section.product-contact-form .product-contact-form__title {
  font: normal normal 900 36px/40px "filson-pro";
}
@media screen and (max-width:450px) {
  body section.product-contact-form .product-contact-form__title {
    font: normal normal 900 26px/30px "filson-pro";
  }
}
body section.product-contact-form .product-contact-form__title + p {
  font: normal normal normal 18px/24px "kumbh-sans-variable";
}
body section.product-contact-form form .field {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
body section.product-contact-form form .field label {
  font-weight: bold;
  font-size: 18px;
}
body section.product-contact-form form .field input, body section.product-contact-form form .field textarea {
  border: none;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}
body section.product-contact-form form .field .plate {
  position: relative;
}
body section.product-contact-form form .field .plate input {
  padding-left: 65px;
}
body section.product-contact-form form .field .plate::before {
  content: "";
  height: 100%;
  border-radius: 10px 0 0 10px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  background: #1855A0 url("../img/plaque-fr.png") center/35px no-repeat;
}
body section.product-contact-form form .field textarea {
  height: 135px;
  resize: vertical;
  padding: 16px;
}
body section.product-contact-form form .field .chk {
  display: flex;
  align-items: center;
  margin: 25px 0;
  gap: 15px;
}
body section.product-contact-form form .field .chk input {
  height: 30px;
  width: 30px;
}
body section.product-contact-form form .field .chk span {
  font-size: 18px;
  line-height: 20px;
}
body section.product-contact-form form .field .chk .checker span {
  border: 1px solid #062E61;
}
body section.product-contact-form form .form-row {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  body section.product-contact-form form .form-row {
    flex-direction: column;
    row-gap: 20px;
  }
}
body section .reconditioning-cycle {
  background-color: #CAD8E9;
  padding: 50px 70px;
  margin: 0 0  50px !important;
}
body section .reconditioning-cycle .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  body section .reconditioning-cycle {
    padding: 50px 35px;
  }
}
body section .reconditioning-cycle .title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
}
body section .reconditioning-cycle .title .bold {
  font-weight: 900 !important;
}
@media screen and (max-width:450px) {
  body section .reconditioning-cycle .title {
    font-size: 26px;
    line-height: 28px;
  }
}
body section .reconditioning-cycle .step {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  float: none;
}
body section .reconditioning-cycle .step .step-title {
  font-size: 22px;
  line-height: 24px;
  color: #1855a0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: initial;
}
body section .reconditioning-cycle .step .step-title .step-number {
  font-size: 84px;
  line-height: 72px;
  font-weight: 900;
}
@media screen and (max-width: 425px) {
  body section .reconditioning-cycle .step .step-title {
    font-size: 20px;
    line-height: 22px;
  }
  body section .reconditioning-cycle .step .step-title .step-number {
    font-size: 72px;
    line-height: 50px;
  }
}
body section .reconditioning-cycle .step .step-img {
  text-align: center;
}
body section .reconditioning-cycle .step .step-img img {
  width: 100%;
  max-width: 300px;
}

body section .compatible-product > .title, body section .complementary-products > .title {
  width: 100%;
  display: block;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width:450px) {
  body section .compatible-product > .title, body section .complementary-products > .title {
    font-size: 26px;
    line-height: 28px;
  }
}
body section .compatible-product .product-card {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  body section .compatible-product .product-card {
    width: 100%;
  }
}/*# sourceMappingURL=product.css.map */