.quantity-breaks-container .quantity-break:has(.variant-deal-tag){padding-bottom:40px}.variant-deal-tag{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(90deg,#1a5da4,#42b0e4);color:#fff;font-size:12px;font-weight:700;text-align:center;padding:6px 0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;pointer-events:none}.offer__pill{display:inline-block;margin-top:.35rem;padding:.25rem .6rem;border-radius:999px;font-size:11px;font-weight:800;line-height:1;color:#fff;text-transform:uppercase;background:linear-gradient(90deg,#8b0000,#ff2a2a);box-shadow:0 0 10px #8b000099,0 0 22px #ff2a2a59;letter-spacing:.02em;pointer-events:none}.offer__error{font-size:13px;color:#e74c3c;margin-top:6px}.offer-switcher{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.offer-switcher__label{font-size:12px;font-weight:700;color:#ffffffb3;white-space:nowrap}.offer-switcher__buttons{display:flex;gap:6px;flex-wrap:wrap;min-width:0}.offer-switcher__btn{font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff9;cursor:pointer;transition:all .2s;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.offer-switcher__btn:hover{border-color:#fff6;color:#fff}.offer-switcher__btn.active{background:rgb(var(--accent-color));border-color:rgb(var(--accent-color));color:#fff}.offer-switcher__btn:disabled{opacity:.5;cursor:wait}.offer--classic{overflow:hidden}.offer--classic .offer__buttons{display:flex;gap:10px;margin-bottom:1rem}.offer--classic .offer-btn{background:linear-gradient(90deg,#1a5da4,#42b0e4);color:#fff;font-weight:700;border:none;padding:10px 18px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .3s ease,opacity .3s ease;font-family:var(--font-body-family)}.offer--classic .offer-btn:not(.active){opacity:.6;background:#ccc;color:#333}.offer--classic .offer__message{margin-bottom:1rem;font-weight:700;color:#fff}.offer--visual{font-family:inherit;margin:0 0 1rem;overflow:hidden}.offer--visual .offer__heading{color:#fff;font-weight:800;font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 4px}.offer--visual .offer__subtitle{color:#cfcfcf;font-size:13px;line-height:1.4;margin:0 0 12px}.offer--visual .offer__progress{position:relative;padding-top:20px;margin-bottom:14px;overflow:visible;min-height:30px}.offer--visual .offer__track{display:block!important;position:relative;width:100%!important;height:8px!important;min-height:8px!important;border-radius:999px;background:#ffffff1a;transition:background .4s ease;box-sizing:border-box}.offer--visual .offer__marks{position:absolute;top:8px;left:0;right:0;height:30px}.offer--visual .offer__mark{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.offer--visual .offer__marks .offer__mark:last-child{transform:none;left:auto!important;right:0;align-items:flex-end}.offer--visual .offer__dot{display:block;width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:2px solid rgba(255,255,255,.3);transition:all .3s}.offer--visual .offer__mark.on .offer__dot{background:#22c55e;border-color:#22c55e;box-shadow:0 0 10px #22c55e80}.offer--visual .offer__mark small{font-size:11px;color:#ffffffb3;background:#0006;padding:1px 6px;border-radius:999px;white-space:nowrap}.offer--visual .offer__mark.on small{color:#fff}.offer--visual .offer__card{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff08;opacity:.55;transition:all .3s;margin-bottom:8px;cursor:pointer}.offer--visual .offer__card.active{border-color:rgb(var(--accent-color));box-shadow:0 0 0 2px rgb(var(--accent-color)) inset;background:#ffffff14;opacity:1}.offer--visual .offer__card.unlocked{opacity:1}.offer--visual .offer__card--discount{grid-template-columns:56px 1fr}.offer--visual .offer__card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0f;color:#ffffffb3;transition:all .3s}.offer--visual .offer__card--discount.active .offer__card-icon{background:linear-gradient(135deg,#1a5da4,#42b0e4);color:#fff}.offer--visual .offer__card-image{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden;background:#ffffff0a}.offer--visual .offer__card-image img{width:100%;height:100%;object-fit:cover;display:block}.offer--visual .offer__card-images{position:relative;display:flex;gap:4px;width:72px}.offer--visual .offer__card-image--half{width:34px;height:72px;border-radius:6px;overflow:hidden;background:#ffffff0a}.offer--visual .offer__card-image--half img{width:100%;height:100%;object-fit:cover;display:block}.offer--visual .offer__lock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000008c;border-radius:8px;color:#fff9;transition:opacity .3s}.offer--visual .offer__lock.off{opacity:0;pointer-events:none}.offer--visual .offer__card-body{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.offer--visual .offer__card-body strong{color:#fff;font-size:13px;line-height:1.3;overflow-wrap:break-word;word-break:break-word}.offer--visual .offer__card-body span{color:#cfcfcf;font-size:12px}.offer--visual .offer__card-body em{font-style:normal;display:inline-block;color:rgb(var(--accent-color));font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}@media(max-width:767px){.offer--classic .offer__buttons{flex-wrap:wrap}.offer--classic .offer-btn{font-size:13px;padding:8px 14px}.offer--visual .offer__card{grid-template-columns:60px 1fr;gap:10px;padding:8px}.offer--visual .offer__card--discount{grid-template-columns:48px 1fr}.offer--visual .offer__card-icon{width:48px;height:48px}.offer--visual .offer__card-icon svg{width:32px;height:32px}.offer--visual .offer__card-image{width:60px;height:60px}.offer--visual .offer__card-images{width:60px}.offer--visual .offer__card-image--half{width:28px;height:60px}.offer--visual .offer__card-body strong{font-size:12px}.offer--visual .offer__card-body span,.offer--visual .offer__card-body em{font-size:11px}.offer--visual .offer__heading{font-size:13px}.offer--visual .offer__subtitle{font-size:12px}.offer__pill{font-size:10px;padding:.2rem .5rem}.offer-switcher{flex-wrap:wrap;gap:6px;padding:8px 10px}.offer-switcher__btn{max-width:120px;font-size:10px;padding:4px 8px}}
/*# sourceMappingURL=/cdn/shop/t/148/assets/unified-offer.css.map */
