quantity-break{display:flex;gap:var(--deployer-default-spacing);flex-direction:column}quantity-break.loading{opacity:.5;cursor:not-allowed}quantity-break .quantity-break-header{margin-bottom:var(--deployer-default-spacing)}quantity-break .quantity-break-title{font-family:Montserrat,sans-serif;font-size:15px;color:#061731;font-weight:700;text-transform:none;letter-spacing:normal}quantity-break .quantity-break-subtitle{font-family:Montserrat,sans-serif;font-size:15px;color:#6a7483;margin:0;font-weight:500;text-transform:none}quantity-break .quantity-breaks-container{display:flex;flex-direction:row;gap:var(--deployer-default-spacing)}quantity-break .quantity-breaks-container.quantity-breaks-container-top{align-items:flex-end}quantity-break .quantity-breaks-container.quantity-breaks-container-bottom{align-items:flex-start}quantity-break .quantity-breaks-container.quantity-breaks-container-row{flex-direction:column}quantity-break .quantity-break{border:2px solid #C5C7C8;outline:none;width:100%;border-radius:var(--deployer-default-border-radius);background-color:#f5f3ee;cursor:pointer;gap:calc(var(--deployer-default-spacing) / 2)}quantity-break .quantity-break.quantity-break_no-overflow{overflow:visible}quantity-break .quantity-break.selected-quantity-break{border:2px solid #061731;outline:none;background-color:#efefef}quantity-break .quantity-break.disabled-quantity-break{opacity:.5;cursor:not-allowed}quantity-break .quantity-break .quantity-break_main-content{display:flex;flex-direction:column;width:100%;align-items:center;gap:var(--deployer-default-spacing)}quantity-break .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container{width:100%;display:flex;flex-direction:column;gap:5px;align-items:center;padding:var(--deployer-default-spacing);padding-left:0}quantity-break .quantity-break .quantity-break_image-container{display:flex;justify-content:center;align-items:center;position:relative;max-width:100px}quantity-break .quantity-break .quantity-break_image-container img{height:100%;width:100%;object-fit:cover;border-radius:var(--deployer-default-border-radius) 0 0 var(--deployer-default-border-radius)}quantity-break .quantity-break .quantity-break_image-container .quantity-break_image-badge{position:absolute;background-color:rgb(var(--deployer-color-background));color:rgb(var(--deployer-color-foreground));border:var(--deployer-default-border);font-size:var(--deployer-p-small-font-size);border-radius:100%;z-index:1;display:flex;width:var(--quantity-break-quantity-badge-size);height:var(--quantity-break-quantity-badge-size);justify-content:center;align-items:center;font-weight:500}quantity-break .quantity-break h3{font-size:15px;margin:0;letter-spacing:-.5px;text-transform:none;line-height:1}quantity-break .quantity-break .quantity-break_price-container{display:flex;gap:var(--deployer-default-spacing);flex-wrap:wrap;justify-content:center;font-size:var(--deployer-p-font-size);color:rgb(var(--deployer-color-foreground))}quantity-break .quantity-break .quantity-break_price-wrapper{display:flex;align-items:center;gap:calc(var(--deployer-default-spacing) / 2);flex-wrap:wrap;justify-content:center}quantity-break .quantity-break .quantity-break_price-container .quantity-break_price-container_compare-at-price,quantity-break .quantity-break .quantity-break_price-container .quantity-break_price-container_price{margin:0;line-height:1;font-weight:700;font-family:var(--font-heading-family);font-size:15px}quantity-break .quantity-break .quantity-break_price-container .quantity-break_price-container_compare-at-price{text-decoration:line-through;opacity:.75}quantity-break .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}quantity-break .quantity-break .quantity-break_banner{padding:calc(.5 * var(--deployer-default-spacing)) calc(.75 * var(--deployer-default-spacing));background-color:rgb(var(--deployer-primary-color));color:rgb(var(--deployer-primary-color-text));text-align:center;font-size:var(--deployer-p-small-font-size);width:calc(100% + 2 * var(--deployer-default-spacing));z-index:1;line-height:1.2}quantity-break .quantity-break .quantity-break_banner.quantity-break_banner-next-to-price{width:auto;padding:calc(.25 * var(--deployer-default-spacing)) calc(.5 * var(--deployer-default-spacing));border-radius:30px;border:1px solid #D93F3F;background-color:transparent;color:#d93f3f;font-weight:600;font-size:var(--deployer-p-small-font-size);white-space:nowrap;margin:0}quantity-break .quantity-break .quantity-break_banner.quantity-break_banner-top{margin-top:calc(-1 * var(--deployer-default-spacing))}quantity-break .quantity-break .quantity-break_banner.quantity-break_banner-bottom{margin-bottom:calc(-1 * var(--deployer-default-spacing))}quantity-break .quantity-break .quantity-break_banner.quantity-break_banner-overlap{max-width:calc(max-content + var(--deployer-default-spacing));width:max-content;border-radius:var(--deployer-default-border-radius)}quantity-break .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-bottom{margin-bottom:calc(-2 * var(--deployer-default-spacing))}quantity-break .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-top{margin-top:calc(-2 * var(--deployer-default-spacing))}quantity-break .quantity-breaks-container-row .quantity-break{flex-direction:column;justify-content:flex-start;position:relative;flex:auto}quantity-break .quantity-breaks-container-row .quantity-break .quantity-break_main-content{flex-direction:row}quantity-break .quantity-breaks-container-row .quantity-break .quantity-break_main-content .quantity-break_price-and-title-container{align-items:flex-start}quantity-break .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap{position:absolute;right:var(--deployer-default-spacing)}quantity-break .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-top,quantity-break .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)}quantity-break .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);padding:0;margin-bottom:3px}quantity-break .quantity-break_subtext{margin:0;font-weight:400;font-size:13px;font-family:Montserrat,sans-serif}quantity-break .quantity-break .quantity-break-variant-picker-in-card{display:none;width:100%}quantity-break .quantity-break.selected-quantity-break .quantity-break-variant-picker-in-card{display:block}.quantity-break-variant-picker-in-card .quantity-break-card-options__option-label{display:block;font-size:.9rem;font-weight:500;line-height:1.2;margin-bottom:.2rem}.quantity-break-variant-picker-in-card .quantity-break-card-options__select,.quantity-break-variant-picker-in-card .quantity-break-card-option{font-size:.8rem;padding:.25rem 1.75rem .25rem .5rem;min-height:1.75rem;height:auto}deployer-quantity-break-distribution{display:block;margin-top:var(--deployer-default-spacing)}deployer-quantity-break-distribution .quantity-label{margin-bottom:1rem}.quantity-break_distribution{background-color:#fff;border:var(--deployer-default-border);border-radius:var(--deployer-default-border-radius);color:rgb(var(--deployer-color-foreground))}.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:var(--deployer-default-spacing) calc(var(--deployer-default-spacing) * 1.5)}.quantity-break_distribution .quantity-break_distribution-header{font-weight:600}.quantity-break_distribution .quantity-break_distribution-variant{border-top:var(--deployer-default-border)}.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{color:rgb(var(--deployer-color-foreground))}.quantity-break_distribution-variant-quantity-wrapper .deployer-quantity{margin:2px 0}
/*# sourceMappingURL=/cdn/shop/t/89/assets/component-quantity-break.css.map */
