#cart-drawer .quantity-selector{height:auto;} #cart-drawer .customQuantityBox.onlyforDrawer{display:block;} #cart-drawer .customQuantityBox.onlyforDrawer input{border:none;} #cart-drawer .customQuantityBox.onlyforDrawer .quantity-selector__button{padding-inline-start:15px; padding-inline-end:15px;} #cart-drawer .customQuantityBox.onlyforDrawer .quantity-input{width:25px;} @media screen and (max-width:700px) {.xs\:flex {display: flex;width:100%;align-items: center; } .xs\:flex>line-item-quantity{margin-left:auto;} .cart-drawer .line-item__info{width:100%;} }
@media screen and (max-width:699px){
    .line-item__actions .v-stack.gap-2 {
        display:none;
    }
}