.amount {
color:var(--wd-primary-color);
font-weight:600;
}

del .amount {
color:var(--color-gray-300);
font-weight:400;
}

.price {
color:var(--wd-primary-color);
}

.price .amount {
font-size:inherit;
}

.price del {
color:var(--color-gray-300);
font-size:90%;
}

.price ins {
padding:0;
background-color:transparent;
color:var(--wd-primary-color);
text-decoration:none;
opacity:1;
}

.woocommerce-notices-wrapper:empty {
display:none;
}

.wd-products-element {
position:relative;
}

.wd-products {
position:relative;
align-items:flex-start;
transition:all .25s ease;
}