/* Fixed circular count: clean brand blue, no border collision with the cart icon. */
html body.adria-site.adria-header-refined #header#header.ct-header [data-device] .adria-header-action--cart > .adria-cart-count {
 display:inline-flex!important;align-items:center!important;justify-content:center!important;
 position:absolute!important;inset:auto!important;
 top:calc(50% - 24px)!important;right:calc(50% - 24px)!important;
 width:20px!important;min-width:20px!important;max-width:20px!important;
 height:20px!important;min-height:20px!important;max-height:20px!important;
 margin:0!important;padding:0!important;box-sizing:border-box!important;
 border:0!important;border-radius:50%!important;
 background:#0042ec!important;color:#fff!important;
 font-family:Inter,Arial,sans-serif!important;font-size:10px!important;font-weight:750!important;
 line-height:1!important;letter-spacing:-.1px!important;font-variant-numeric:tabular-nums!important;
 text-align:center!important;text-shadow:none!important;white-space:nowrap!important;
 box-shadow:none!important;transform:none!important;opacity:1!important;
 pointer-events:none!important;
}
