/* Estilos adicionales del plugin Woo Rapel */
.product-has-rapel{border:2px solid #e60023;border-radius:8px;overflow:hidden;transition:transform .25s ease, box-shadow .25s ease;}
.product-has-rapel:hover{transform:scale(1.02);box-shadow:0 6px 14px rgba(0,0,0,.15);}
.product-ean-wrapper {  margin-top: 8px;}.product-ean {  font-size: 0.9rem;  color: #555;  margin-bottom: 4px;}.product-ean-barcode {  max-width: 260px;  height: auto;  display: block;}
.product-ean-barcode { margin-top: 0.5em;}

/* Mensaje de advertencia Rapel */
.woo-rapel-warning-message-tag-cart {
    padding: 10px;
    margin: 10px 0px;
    border-radius: 6px;
    background: #FFF3CD;
    color: #856404;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ffe8a1;
}

.woo-rapel-warning-message-tag-checkout {
    padding: 10px;
    margin: 10px;
    border-radius: 6px;
    background: #FFF3CD;
    color: #856404;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ffe8a1;
}