.precio-normal {
  text-decoration: line-through;
  color: #888;
}
.precio-dropshipper {
  color: #0073aa;
}
.precio-final {
  font-size: 18px;
  font-weight: bold;
  color: #d54e21;
}

/* Precio tachado (normal) */
.woocommerce del {
    color: #888;
    font-size: 14px;
    margin-right: 6px;
}

/* Precio dropshipper destacado */
.woocommerce ins {
    color: #008c45; /* Verde confiable */
    font-size: 18px;
    font-weight: bold;
    text-decoration: none; /* Quitamos el subrayado */
}

/* Etiqueta "Mayorista" */
.woocommerce ins small {
    background: #ffcc00;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

/* En carrito */
.woocommerce-cart del {
    color: #b0b0b0;
}

.woocommerce-cart ins {
    color: #006600;
}

/* En correos WooCommerce */
td.product-total del {
    color: #888 !important;
}
td.product-total ins {
    color: #006600 !important;
    font-weight: bold !important;
}

