/** Shopify CDN: Minification failed

Line 10:47 The "-" operator only works if there is whitespace on both sides

**/
.quantity-selector {
    display: inline-flex;
    align-items: center;
    height: 38px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 15px));
    border: 1px solid var(--border-color);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(var(--border-color-rgb), .2);
    vertical-align: middle;
    display: none;
}