.quantity-breaks{--qb-purple: #2b124c;--qb-text: #2b124c;--qb-bg-selected: #faf6fb;--qb-red: #d0021b;--qb-muted: #747474;--qb-border: #dddddd;--qb-white: #ffffff;width:100%;max-width:100%;margin:0;padding:0;color:var(--qb-text);font-family:Archivo,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.quantity-breaks *,.quantity-breaks *:before,.quantity-breaks *:after{box-sizing:border-box;font-family:inherit}.quantity-breaks__header{width:100%;margin:0 0 14px}.quantity-breaks__title{width:100%;margin:0;padding:0;color:var(--qb-text);font-size:19px;font-weight:700;line-height:1.2;letter-spacing:-.2px;text-align:center}.quantity-breaks__offers{display:flex;flex-direction:column;width:100%;gap:9px}.quantity-breaks__offer{position:relative;width:100%;min-width:0;padding:14px 13px;background:var(--qb-white);border:1.5px solid var(--qb-border);border-radius:9px;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.quantity-breaks__offer:has(.quantity-breaks__radio-input:checked){background:var(--qb-bg-selected);border:3px solid #2b124c;box-shadow:0 2px 7px #4a245412}.quantity-breaks__offer-label{display:flex;align-items:flex-start;width:100%;min-width:0;margin:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.quantity-breaks__radio-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.quantity-breaks__radio{flex:0 0 20px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:1px;margin-right:10px;background:var(--qb-white);border:1.8px solid #b9b9b9;border-radius:50%;transition:border-color .15s ease,background-color .15s ease}.quantity-breaks__radio-dot{width:9px;height:9px;background:transparent;border-radius:50%;transform:scale(.7);transition:background-color .15s ease,transform .15s ease}.quantity-breaks__radio-input:checked+.quantity-breaks__radio{border-color:var(--qb-purple)}.quantity-breaks__radio-input:checked+.quantity-breaks__radio .quantity-breaks__radio-dot{background:var(--qb-purple);transform:scale(1)}.quantity-breaks__radio-input:focus-visible+.quantity-breaks__radio{outline:2px solid var(--qb-purple);outline-offset:2px}.quantity-breaks__offer-main{flex:1 1 auto;display:flex;flex-direction:column;min-width:0}.quantity-breaks__offer-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;gap:8px}.quantity-breaks__quantity{min-width:0;color:var(--qb-text);font-size:17px;font-weight:700;line-height:1.2;letter-spacing:-.1px}.quantity-breaks__discount{flex:0 0 auto;color:var(--qb-red);font-size:17px;font-weight:800;line-height:1.2;text-align:right;white-space:nowrap}.quantity-breaks__pricing{display:flex;align-items:baseline;justify-content:flex-start;width:100%;margin-top:4px;gap:7px}.quantity-breaks__price{color:var(--qb-text);font-size:17px;font-weight:800;line-height:1.15;letter-spacing:-.2px;white-space:nowrap}.quantity-breaks__compare-price{color:#999;font-size:14px;font-weight:500;line-height:1.15;text-decoration:line-through;text-decoration-thickness:1px;white-space:nowrap}.quantity-breaks__unit-price{margin-top:2px;color:var(--qb-muted);font-size:14px;font-weight:500;line-height:1.25}.quantity-breaks__subtitle{margin-top:5px;color:var(--qb-muted);font-size:14px;font-weight:400;line-height:1.35}.quantity-breaks__badge{position:absolute;top:-9px;right:11px;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:4px 8px;color:#fff;background:var(--qb-red);border-radius:4px;font-size:14px;font-weight:800;line-height:1;letter-spacing:.15px;white-space:nowrap;box-shadow:0 1px 3px #00000014}.quantity-breaks__variants{display:none;width:100%;margin-top:12px}.quantity-breaks__offer:has(.quantity-breaks__radio-input:checked) .quantity-breaks__variants{display:grid}.quantity-breaks__offer[data-quantity="1"]:has(.quantity-breaks__radio-input:checked) .quantity-breaks__variants{grid-template-columns:minmax(0,1fr);gap:8px}.quantity-breaks__offer[data-quantity="2"]:has(.quantity-breaks__radio-input:checked) .quantity-breaks__variants{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quantity-breaks__offer[data-quantity="3"]:has(.quantity-breaks__radio-input:checked) .quantity-breaks__variants{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.quantity-breaks__variant{width:100%;min-width:0}.quantity-breaks__variant-label{display:block;margin:0 0 4px;color:#5f5f5f;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quantity-breaks__variant-select{display:block;width:100%;min-width:0;height:40px;min-height:40px;margin:0;padding:0 8px;color:var(--qb-text);background:var(--qb-white);border:1px solid #d4d4d4;border-radius:6px;font-size:14px;font-weight:500;line-height:40px;cursor:pointer;appearance:auto;-webkit-appearance:auto}.quantity-breaks__variant-select:focus{outline:none;border-color:var(--qb-purple);box-shadow:0 0 0 2px #4a245417}@media screen and (max-width:749px){.quantity-breaks{width:calc(100% - 30px);max-width:none;margin-left:15px;margin-right:15px}}@media screen and (max-width:360px){.quantity-breaks{width:calc(100% - 24px);margin-left:12px;margin-right:12px}.quantity-breaks__offer{padding:13px 11px}.quantity-breaks__radio{flex-basis:19px;width:19px;height:19px;margin-right:9px}.quantity-breaks__variant-select{padding-left:6px;padding-right:6px}}@media screen and (min-width:750px){.quantity-breaks__header{margin-bottom:15px}.quantity-breaks__title{font-size:22px;text-align:left}.quantity-breaks__offers{gap:10px}.quantity-breaks__offer{padding:16px}.quantity-breaks__quantity{font-size:17px}.quantity-breaks__price{font-size:18px}.quantity-breaks__variant-select{height:42px;min-height:42px;font-size:14px;line-height:42px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/quantity-breaks.css.map */
