.hidden{display:none!important}deployer-quantity-breaks{display:flex;gap:var(--deployer-default-spacing);flex-direction:column;margin-top:2.7rem}deployer-quantity-breaks.loading{opacity:.5;cursor:not-allowed}deployer-quantity-breaks .quantity-label{display:block;font-size:var(--deployer-form-label-font-size)}deployer-quantity-breaks .quantity-breaks-container{display:flex;flex-direction:row;gap:var(--deployer-default-spacing)}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-padding-cards);border-radius:var(--deployer-small-border-radius);background-color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:start;align-items:center;flex-grow:1;overflow:hidden;min-width:0;flex:1 1 0;position:relative}deployer-quantity-breaks .quantity-break.quantity-break_no-overflow{overflow:visible}deployer-quantity-breaks .quantity-break.selected-quantity-break{border:2px solid rgb(var(--deployer-active-color));outline:1px solid transparent;background-color:rgba(var(--deployer-active-color),0)}deployer-quantity-breaks .quantity-break.disabled-quantity-break{opacity:.5;cursor:not-allowed}deployer-quantity-breaks .quantity-break .quantity-break_main-content{display:flex;justify-content:space-between;flex-direction:column;width:100%;flex-grow:1;align-items:center;gap:var(--deployer-default-spacing)}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-default-spacing));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:calc(var(--deployer-default-border-radius) - var(--deployer-quantity-breaks-padding-cards))}deployer-quantity-breaks .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(--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;column-gap:var(--deployer-default-spacing);row-gap:.2rem;flex-wrap:wrap;justify-content:center;font-size:var(--deployer-p-font-size);color:rgb(var(--deployer-color-foreground));align-items:end;font-family:Archivo-Semibold;margin-top:.2rem}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:20px;color:rgb(var(--deployer-active-color))}deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_compare-at-price{text-decoration:line-through;opacity:.5;font-size:16px;color:inherit}@media screen and (max-width: 750px){deployer-quantity-breaks{margin-top:2.3rem}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{font-size:16px}deployer-quantity-breaks .quantity-break .quantity-break_price-container .quantity-break_price-container_compare-at-price{font-size:12px}deployer-quantity-breaks .quantity-break h3{line-height:1.2}}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(.2 * var(--deployer-default-spacing)) calc(.75 * var(--deployer-default-spacing));background-color:#e5f7f1;color:#00b67a;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}@media screen and (max-width: 750px){deployer-quantity-breaks .quantity-break .quantity-break_banner{font-size:10px}}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-bottom{margin-bottom:calc(-1 * var(--deployer-default-spacing))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-overlap{max-width:calc(max-content + var(--deployer-default-spacing));width:max-content;min-width:80%;border-radius:6px}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-bottom{margin-bottom:calc(-2 * var(--deployer-default-spacing))}deployer-quantity-breaks .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-top{position:absolute;top:0;transform:translateY(-60%)}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-default-spacing)}deployer-quantity-breaks .quantity-breaks-container-row .quantity-break .quantity-break_banner.quantity-break_banner-overlap.quantity-break_banner-bottom{bottom:var(--deployer-default-spacing)}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);padding:0;margin-bottom:3px}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 .quantity-break h3{font-size:14px}}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/190/assets/component-deployer-quantity-breaks.css.map */
