/* Prices come from the same server quote for initial render and option changes. */
html body.adria-site .adria-cart-drawer[data-polished] .adria-cart-drawer__recommendation-price .adria-cart-sale-price {
 display:inline-flex!important;align-items:baseline!important;justify-content:center!important;
 flex-wrap:wrap!important;gap:2px 5px!important;max-width:100%!important;
}
html body.adria-site .adria-cart-drawer[data-polished] .adria-cart-drawer__recommendation-price del {
 order:0!important;font-size:9px!important;line-height:13px!important;font-weight:400!important;
 color:#788397!important;opacity:1!important;text-decoration:line-through!important;
}
html body.adria-site .adria-cart-drawer[data-polished] .adria-cart-drawer__recommendation-price ins {
 order:1!important;font-size:11px!important;line-height:15px!important;font-weight:650!important;
 color:#c92343!important;text-decoration:none!important;background:transparent!important;
}
html body.adria-site .adria-cart-drawer[data-polished] .adria-cart-drawer__recommendation-price :is(.amount,.amount *,bdi) {
 font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important;color:inherit!important;
}
@media(min-width:768px){
 html body.adria-site .adria-cart-drawer[data-polished] .adria-cart-drawer__recommendation-price del {font-size:10px!important;line-height:14px!important}
 html body.adria-site .adria-cart-drawer[data-polished] .adria-cart-drawer__recommendation-price ins {font-size:12px!important;line-height:17px!important}
}
