/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 03:36:28 */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #F36620;
}
/* Cor do link "Limpar opções" na página de produto */
.woocommerce div.product form.cart .reset_variations {
  color: #F36620 !important;
  text-decoration: none;
}

.woocommerce div.product form.cart .reset_variations:hover {
  color: #d95411 !important; /* opcional: tom um pouco mais escuro no hover */
  text-decoration: underline; /* ou 'none' se não quiser sublinhado */
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    background-color: transparent;
}