deployer-quantity-breaks{display:flex;gap:var(--deployer-quantity-breaks-general-padding);flex-direction:column}deployer-quantity-breaks.loading{opacity:.5;cursor:not-allowed}deployer-quantity-breaks .quantity-label{margin-bottom:1rem}deployer-quantity-breaks .quantity-breaks-container{display:flex;flex-direction:row;gap:var(--deployer-quantity-breaks-general-padding)}deployer-quantity-breaks .quantity-breaks-container.quantity-breaks-container-top{align-items:flex-end}deployer-quantity-breaks .quantity-breaks-container.quantity-breaks-container-bottom{align-items:flex-start}deployer-quantity-breaks .quantity-breaks-container.quantity-breaks-container-row{flex-direction:column}deployer-quantity-breaks .quantity-break{border:var(--deployer-default-border);outline:1px solid rgb(var(--deployer-color-background));width:100%;padding:var(--deployer-quantity-breaks-general-padding);border-radius:var(--deployer-quantity-breaks-border-radius);background-color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:var(--deployer-quantity-breaks-general-padding);justify-content:center;align-items:center;flex-grow:1;height:100%;overflow:hidden;min-width:0;flex:1 1 0}deployer-quantity-breaks .quantity-break.quantity-break_no-overflow{overflow:visible}deployer-quantity-breaks .quantity-break.selected-quantity-break,deployer-quantity-breaks .quantity-break:hover{border:1px solid rgb(var(--deployer-primary-color));outline:1px solid rgb(var(--deployer-primary-color))}deployer-quantity-breaks .quantity-break.disabled-quantity-break{opacity:.5;cursor:not-allowed}deployer-quantity-breaks .quantity-break .quantity-break_main-content{display:flex;flex-direction:column;width:100%;align-items:center;gap:var(--deployer-quantity-breaks-general-padding)}deployer-quantity-breaks .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container{display:flex;flex-direction:column;gap:calc(.5 * var(--deployer-quantity-breaks-general-padding));align-items:center}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container{width:100%}deployer-quantity-breaks .quantity-break .quantity-break_image-container{width:100%;display:flex;justify-content:center;align-items:center;position:relative}deployer-quantity-breaks .quantity-break .quantity-break_image-container img{height:auto;object-fit:contain;border-radius:4px}deployer-quantity-breaks .quantity-break .quantity-break_image-container .quantity-break_image-badge{position:absolute;background-color:rgb(var(--deployer-primary-color));color:rgb(var(--deployer-primary-color-text));font-size:var(--deployer-p-small-font-size);border-radius:100%;z-index:1;display:flex;width:var(--deployer-quantity-breaks-quantity-badge-size);height:var(--deployer-quantity-breaks-quantity-badge-size);justify-content:center;align-items:center;font-weight:500}deployer-quantity-breaks .quantity-break h3{font-size:var(--deployer-h3-font-size);margin:0}deployer-quantity-breaks .quantity-break .quantity-break_price-container{display:flex;gap:var(--deployer-quantity-breaks-general-padding);flex-wrap:wrap;justify-content:center;font-size:var(--deployer-p-font-size);color:rgb(var(--deployer-color-foreground))}deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_compare-at-price,deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_price{margin:0;line-height:1;font-size:var(--deployer-p-small-font-size)}deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_price{font-weight:600}deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_compare-at-price{text-decoration:line-through;opacity:.75}deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_unit-price{font-size:var(--deployer-p-small-font-size);opacity:.75;margin:0;line-height:1.3;text-align:center}deployer-quantity-breaks .quantity-break .quantity-break_banner{padding:calc(.75 * var(--deployer-quantity-breaks-general-padding)) calc(.75 * var(--deployer-quantity-breaks-general-padding));background-color:#f6f2e7;color:rgb(var(--deployer-color-foreground));text-align:center;font-size:var(--deployer-p-small-font-size);font-weight:600;width:calc(100% + 2 * var(--deployer-quantity-breaks-general-padding));z-index:1;line-height:1.2}deployer-quantity-breaks .quantity-break.selected-quantity-break .quantity-break_banner{background-color:rgb(var(--deployer-primary-color));color:rgb(var(--deployer-primary-color-text))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-top{margin-top:calc(-1 * var(--deployer-quantity-breaks-general-padding))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-bottom{margin-bottom:calc(-1 * var(--deployer-quantity-breaks-general-padding))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-overlap{max-width:calc(max-content + var(--deployer-quantity-breaks-general-padding));width:max-content;border-radius:calc(var(--deployer-quantity-breaks-border-radius) - var(--deployer-quantity-breaks-general-padding))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-bottom{margin-bottom:calc(-2 * var(--deployer-quantity-breaks-general-padding))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-top{margin-top:calc(-2 * var(--deployer-quantity-breaks-general-padding))}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break{flex-direction:column;justify-content:flex-start;position:relative;flex:auto}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_main-content{flex-direction:row}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-breaks-container-row .quantity-break.selected-quantity-break .quantity-break_main-content{align-items:flex-start}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_main-content .quantity-break_image-container{width:auto}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_main-content .quantity-break_image-container img{max-width:80px}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-breaks-container-row .quantity-break .quantity-break_main-content .quantity-break_image-container img{min-width:80px}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container{align-items:flex-start}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap{position:absolute;right:var(--deployer-quantity-breaks-general-padding)}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-bottom{bottom:var(--deployer-quantity-breaks-general-padding)}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-top,deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-bottom{margin-top:0;margin-bottom:0}.quantity-break_variant-picker-container{display:none;flex-direction:column;font-size:var(--deployer-p-font-size)}deployer-quantity-breaks .quantity-break.selected-quantity-break .quantity-break_variant-picker-container{display:flex;width:100%}.quantity-break_variant-picker-container fieldset{flex:0 0 100%;padding:0;margin:0;min-width:auto;border:none}.quantity-break_variant-picker-container fieldset legend{font-size:var(--deployer-p-font-size)}.quantity-break_variant-picker-container fieldset legend{font-size:var(--deployer-p-small-font-size)}.quantity-break_variant-picker--input:active+.quantity-break_variant-picker--label,.quantity-break_variant-picker--input:checked+.quantity-break_variant-picker--label{outline:.1rem solid rgb(var(--deployer-color-foreground))}.quantity-break_variant-picker--input{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.quantity-break_variant-picker--input+.quantity-break_variant-picker--label{--swatch-input--size: 20px;--swatch-input--border-radius: 50%;display:inline-block;border-radius:var(--swatch-input--border-radius);cursor:pointer;outline-offset:.2rem;forced-color-adjust:none;margin-right:5px}.quantity-break_variant-picker--swatch{pointer-events:none;position:relative;overflow:hidden;--swatch--size: var(--swatch-input--size, 4.4rem);--swatch--border-radius: var(--swatch-input--border-radius, 50%);display:block;width:var(--swatch--size);aspect-ratio:1 / 1;background:var(--color-swatch-background);background-size:cover;background-origin:border-box;border:.1rem solid rgba(var(--deployer-color-foreground),.45);border-radius:var(--swatch--border-radius)}.quantity-break_variant-picker--input.disabled+.quantity-break_variant-picker--label>.quantity-break_variant-picker--swatch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fafafa80}.quantity-break_variant-picker--input.disabled+.quantity-break_variant-picker--label>.quantity-break_variant-picker--swatch:after{--diagonal--size: calc(var(--swatch-input--size) * 1.414);--crossed-line--size: .1rem;--crossed-line--color: rgb(0, 0, 0);content:"";position:absolute;bottom:calc(var(--crossed-line--size) * -.5);left:0;width:var(--diagonal--size);height:var(--crossed-line--size);background-color:var(--crossed-line--color);transform:rotate(-45deg);transform-origin:left}.quantity-breaks_variant--colorswatches{display:block}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-breaks_variant--colorswatches{display:flex;justify-content:flex-start;overflow-x:scroll;padding:5px 5px 10px}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-breaks-container-row .quantity-breaks_variant--colorswatches{padding:0;display:block;overflow:visible}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container .quantity-breaks_variant--colorswatches::-webkit-scrollbar{width:1px;height:5px}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container .quantity-breaks_variant--colorswatches::-webkit-scrollbar-thumb{background-color:rgba(var(--deployer-color-foreground),.7);border-radius:100px}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container .quantity-breaks_variant--colorswatches::-webkit-scrollbar-track-piece{margin-top:1px}deployer-quantity-breaks .quantity-break_subtext{margin:0;font-weight:300;font-size:var(--deployer-p-small-font-size)}@media screen and (max-width: 750px){deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-break.selected-quantity-break .quantity-break_main-content .quantity-break_price-and-title-container{overflow:hidden}deployer-quantity-breaks.deployer-quantity-breaks--with-select-variants .quantity-breaks-container-row .quantity-breaks_variant--colorswatches{display:flex;padding:5px;overflow-x:scroll}.quantity-breaks_variant--colorswatches{display:flex;overflow-x:scroll;padding:5px;row-gap:0px}}.quantity-break_distribution{background-color:#fff;border:1px solid #f6f2e7;border-radius:10px}.quantity-break_distribution-header{display:flex;align-items:center;justify-content:space-between}.quantity-break_distribution-header svg{position:relative;right:0;width:18px;height:18px}details[open]>.quantity-break_distribution-header svg{transform:rotate(180deg)}.quantity-break_distribution .quantity-break_distribution-header,.quantity-break_distribution .quantity-break_distribution-variant{padding:10px 15px}.quantity-break_distribution .quantity-break_distribution-variant{border-top:1px solid #f6f2e7}.quantity-break_distribution-variant{display:flex;gap:1rem;align-items:center}.quantity-break_distribution-variant-image,.quantity-break_distribution-variant-image img{width:45px;height:45px}.quantity-break_distribution-variant-image img{border-radius:4px;overflow:hidden;object-fit:cover}.quantity-break_distribution-variant-title-and-quantity{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.quantity-break_distribution-variant-title{font-weight:600}.quantity-break_distribution-variant-quantity-button,.quantity-break_distribution-variant-quantity-input,.deployer-cart-drawer__item-remove-button{border-radius:20px;border:1px solid rgba(var(--deployer-color-foreground),.1);background-color:rgb(var(--deployer-color-background));transition:.2s;cursor:pointer;min-height:30px;min-width:30px;height:30px;width:30px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0;margin:0;color:rgb(var(--deployer-color-foreground))}.quantity-break_distribution-variant-quantity-button:hover,.quantity-break_distribution-variant-quantity-input:hover,.deployer-cart-drawer__item-remove-button:hover{background-color:#fff9}.quantity-break_distribution-variant-quantity-button svg,.quantity-break_distribution-variant-quantity-input svg,.deployer-cart-drawer__item-remove-button svg{pointer-events:none;width:15px;height:15px}.quantity-break_distribution-variant-quantity-button svg path,.quantity-break_distribution-variant-quantity-input svg path,.deployer-cart-drawer__item-remove-button svg path{fill:rgb(var(--deployer-color-foreground));stroke-width:0;stroke:currentColor!important}.deployer-cart-drawer__item-remove-button .icon-remove{height:15px;width:15px;color:rgb(var(--deployer-color-foreground))}.deployer-cart-drawer__item-remove-button .icon-remove path{fill:rgb(var(--deployer-color-foreground));stroke-width:0;stroke:currentColor!important}.quantity-break_distribution-variant-quantity{display:flex}.quantity-break_distribution-variant-quantity-button[disabled]{opacity:.5;cursor:not-allowed}.quantity-break_distribution-variant-quantity-button[name=minus]{border-top-right-radius:0;border-bottom-right-radius:0}.quantity-break_distribution-variant-quantity-button[name=plus]{border-top-left-radius:0;border-bottom-left-radius:0}.quantity-break_distribution-variant-quantity-button .icon-plus-rotated{transform:rotate(45deg)}@media screen and (max-width: 350px){.quantity-break_distribution-variant-quantity-button{min-width:25px;width:25px}}.quantity-break_distribution-variant-quantity-input{border-radius:0;margin:0 -1px;-moz-appearance:textfield}.quantity-break_distribution-variant-quantity-input::-webkit-inner-spin-button,.quantity-break_distribution-variant-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-break_distribution-variant-quantity-input:focus-visible{outline:none;outline-offset:0;box-shadow:none;border:1px solid rgba(var(--deployer-color-foreground),.2);z-index:1}@media screen and (min-width: 990px){.quantity-break_distribution-variant-quantity{width:auto;max-width:200px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/component-deployer-quantity-breaks.css.map */
