.main-product-add-to-bag{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;margin-top:24px}.quantity-selector__wrapper{display:flex;align-items:center;padding:18px 12px;border-radius:12px;border:1px solid var(--medium-pink);max-width:100px;height:52px}.quantity-selector__wrapper:hover{box-shadow:0 4px 6px #00000008}.main-product-add-to-bag quantity-input{display:flex;align-items:center}.main-product-add-to-bag [data-add-to-card-button]{width:100%;min-height:52px}.main-product-add-to-bag [data-oos-button],.main-product-add-to-bag [data-amazon-button]{width:100%}.main-product-add-to-bag [data-add-to-card-button].loading{color:var(--text-white)}.main-product-add-to-bag [data-quantity-selector]{position:relative;width:16px;height:16px;min-width:16px;min-height:16px;border-radius:50%;cursor:pointer;border:none;background:transparent}.main-product-add-to-bag [data-quantity-selector]:hover:not(:disabled){background-color:var(--medium-pink)}.main-product-add-to-bag [data-quantity-selector]:before{content:"";position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--maroon);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.main-product-add-to-bag [data-minus]:before{mask-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8H12.5' stroke='currentColor' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8H12.5' stroke='currentColor' stroke-linecap='round'/%3E%3C/svg%3E")}.main-product-add-to-bag [data-plus]:before{mask-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8H12.5' stroke='currentColor' stroke-linecap='round'/%3E%3Cpath d='M8.5 12L8.5 4' stroke='currentColor' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8H12.5' stroke='currentColor' stroke-linecap='round'/%3E%3Cpath d='M8.5 12L8.5 4' stroke='currentColor' stroke-linecap='round'/%3E%3C/svg%3E")}@media (max-width: 990px){.main-product-add-to-bag{-moz-column-gap:8px;column-gap:8px}}
