/* HallowixStudios V40 — Cart artwork vertical position correction. */

/* Restore the cart illustration to the approved V35/V38 vertical alignment.
   Keep all V39 glow and drawer-background polish unchanged. */
.hx-cart-art{
  top:calc(50% + 10px)!important;
}
@media(max-width:760px){
  .hx-cart-art{top:calc(50% + 9px)!important}
}
@media(max-width:520px){
  .hx-cart-art{top:calc(50% + 8px)!important}
}
