.custom-quantity-buy-button {display: flex;gap: 10px;}
.custom-quantity .quantity__label{display:none;}
.custom-quantity-buy-button{flex: 1;}
.product__info-container .product-form{margin: 0;}
.custom-quantity-buy-button .product-form__buttons {max-width: 53px;width: 53px;height: 53px;}
.custom-quantity-buy-button .product-form__buttons .product-form__submit {min-width: 53px;}

product-info .product{padding: 15px;background: #d8d8d8;}
.product-media-container.constrain-height.media-fit-contain {width: 100%;}

product-info .product .product__sku {font-size: 14px;line-height: 1.42857143;color: #333;}
.product__description > *{font-weight: 500;line-height: 1.1;color: #333;font-size: 14px;}