.v-stack.gap-4.flex_btn_quantity {
    display: flex;
}
.product-info__block-item buy-buttons.buy-buttons {
    width: 80%;
}
.quantity-selector {
    --quantity-selector-input-width: 0.5rem;
  
}
@media only screen and (max-width: 600px) {

.product-card__info .color-swatch{
    --swatch-size: 1.075rem !Important;
}
}