/* TRESO DZ — scoped contrast fixes, without changing checkout logic. */
#main .ct-breadcrumbs a {
    color: #1d4ed8;
}
#main .ct-breadcrumbs a:hover {
    color: #1e40af;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.products span.onsale {
    background-color: #1d4ed8;
    color: #fff;
}
/* Yaxii uses important Tailwind utilities; an earlier layer is required. */
@layer theme {
#ysfl-preview-form [class~="text-[#94a3b8]"] {
    color: #596579 !important;
}
#ysfl-preview-form #ysfl-stock-display .text-emerald-600 {
    color: #047857 !important;
}
#ysfl-preview-form [data-ysfl-required] {
    color: #92400e !important;
}
#ysfl-preview-form input::placeholder {
    color: #596579;
    opacity: 1;
}
}
