/*
Theme Name: Salient child
Template: salient
Version: 1.0
*/
@import url("../salient/style.css");
.etichetta-sconto-singolo {
    display: inline-block;
    background-color: #BF3433;
    color: #fff;
    padding: 6px 10px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.onsale {
    display: none!important;
}
/* Contenitore relativo per l'immagine prodotto */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
}

/* Etichetta di sconto */
.etichetta-sconto-shop {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #BF3433;
    color: white;
    padding: 4px 8px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.corso-regalo-block {
  border: 2px dashed #887450;
  padding: 20px;
  background: #8874500f;
  border-radius: 10px;
  padding-bottom: 40px;
}
#campi-corso-regalo label {
  font-weight: bold;
}

.corso-regalo-field-wrapper {
    display: none;
}