@media screen and (min-width: 1200px) {
  .product-data__grid {
    grid-template-columns: [full-width-start] 1fr 55% 42.25% 1fr [full-width-end];
  }
}

@media screen and (max-width: 575px) {
  .reassurance__title {
    text-align: center ;
  }
  .paylater {
    align-items: center !important;
  }
  .with_amount_free_delivery  {
    align-items: center !important;
  }
  .product__title_bottom {
    display: none !important;
  }
}

@media screen and (max-width: 550px) {
  .product__thumbnails__wrapper {
    height: 160px;
  }
}

@media screen and (max-width: 500px) {
  .product__thumbnails__wrapper {
    height: 143px;
  }
}

@media screen and (max-width: 450px) {
  .product__thumbnails__wrapper {
    height: 127px;
  }
}

@media screen and (max-width: 400px) {
  .product__thumbnails__wrapper {
    height: 110px;
  }
}

@media screen and (max-width: 363px) {
  .product-prices .product-price.has-discount .discount__wrapper {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .product__thumbnails__wrapper {
    height: 93px;
  }
}

@media screen and (max-width: 300px) {
  .product__thumbnails__wrapper {
    height: 77px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .product__thumbnails__wrapper {
    height: 157px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product__thumbnails__wrapper {
    height: 217px;
  }
}
