/**
 * Styles des promotions / soldes
 */

/* Badge "Soldes" */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.wc-block-grid__product .wc-block-grid__product-onsale,
.products span.onsale,
.product span.onsale,
span.onsale {
  background-color: #e83a4f !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 6px 8px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Gotham", "Montserrat", sans-serif !important;
  line-height: 1rem !important;
  left: 12px !important;
  right: auto !important;
  top: 12px !important;
  margin: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
  width: auto !important;
  height: auto !important;
}

/* Ancien prix (del) - Desktop: 22px (60% de 36px) */
del,
del .amount,
del .amount bdi {
  color: #999;
  font-size: 22px;
  text-decoration: line-through;
}

/* Espacement entre ancien prix et nouveau prix dans les grilles */
.woocommerce ul.products .price del,
.woocommerce-page ul.products .price del,
ul.products.elementor-grid .price del {
  margin-right: 8px !important;
}

/* Prix soldé - ne pas toucher à la taille */
ins {
  text-decoration: none;
  background: none;
}

@media screen and (max-width: 560px) {
  .elementor-wc-products ul.products li.product .price {
    display: flex !important;
    flex-direction: column !important;
  }
  .elementor-wc-products ul.products li.product .price ins {
    font-size: 24px !important;
  }
}
