.bundle-offers{margin-top:16px;margin-bottom:16px}.bundle-offers__header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.bundle-offers__line{flex:1;height:1px;background:#ddd}.bundle-offers__heading{font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:#111}.bundle-offers__card{border:2px solid #e5e5e5;border-radius:10px;padding:14px 16px;margin-bottom:10px;position:relative;transition:border-color .2s,box-shadow .2s}.bundle-offers__card.is-selected{border-color:#111;box-shadow:0 0 0 1px #111}.bundle-offers__badge{position:absolute;top:-11px;right:16px;background:#111;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:4px}.bundle-offers__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.bundle-offers__radio-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;flex:1;min-width:0}.bundle-offers__radio{position:absolute;opacity:0;width:0;height:0}.bundle-offers__radio-custom{width:20px;height:20px;min-width:20px;border:2px solid #ccc;border-radius:50%;margin-top:2px;position:relative;transition:border-color .2s}.bundle-offers__radio:checked+.bundle-offers__radio-custom{border-color:#111}.bundle-offers__radio:checked+.bundle-offers__radio-custom:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;background:#111;border-radius:50%}.bundle-offers__title-group{display:flex;flex-direction:column;gap:2px}.bundle-offers__title{font-size:.9375rem;font-weight:700;color:#111}.bundle-offers__subtitle{font-size:.75rem;color:#777}.bundle-offers__discount-badge{display:inline-block;background:#111;color:#fff;font-size:.625rem;font-weight:700;padding:2px 8px;border-radius:3px;margin-top:3px;width:fit-content}.bundle-offers__price-group{text-align:right;flex-shrink:0}.bundle-offers__price{display:block;font-size:1.125rem;font-weight:700;color:#111}.bundle-offers__compare-price{display:block;font-size:.8125rem;color:#999;text-decoration:line-through}.bundle-offers__slots{margin-top:12px}.bundle-offers__slot{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid #f0f0f0}.bundle-offers__slot:first-child{border-top:none}.bundle-offers__slot-empty{display:flex;align-items:center;gap:8px}.bundle-offers__slot-add{width:36px;height:36px;border:2px dashed #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;background:none;cursor:pointer;color:#999;transition:all .2s}.bundle-offers__slot-add:hover{border-color:#111;color:#111}.bundle-offers__choose-btn{background:#111;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s}.bundle-offers__choose-btn:hover{background:#333}.bundle-offers__slot-filled{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.bundle-offers__slot-image{width:44px;height:44px;min-width:44px;border-radius:6px;overflow:hidden;background:#f5f5f5}.bundle-offers__slot-image img{width:100%;height:100%;object-fit:cover}.bundle-offers__slot-info{flex:1;min-width:0}.bundle-offers__slot-title{font-size:.8125rem;font-weight:600;color:#111;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}a.bundle-offers__slot-title{text-decoration:none;color:inherit}a.bundle-offers__slot-title:hover{text-decoration:underline}.bundle-offers__slot-title-link{text-decoration:none;color:inherit;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-offers__slot-title-link:hover{text-decoration:underline}a.bundle-offers__slot-image{display:block}.bundle-offers__slot-rating{font-size:.6875rem;color:#999}.bundle-offers__slot-rating .jdgm-prev-badge{display:inline!important}.bundle-offers__slot-rating .jdgm-prev-badge__stars{color:#cca44c}.bundle-offers__slot-inspired{font-size:.6875rem;color:#777;display:block;margin-top:1px;border:1px solid #e5e5e5;border-radius:4px;padding:1px 6px;width:fit-content;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bundle-offers__slot-inspired strong{font-style:normal;font-weight:600}.bundle-offers__slot-remove{background:none;border:none;cursor:pointer;color:#999;padding:4px;transition:color .2s;flex-shrink:0}.bundle-offers__slot-remove:hover{color:#e00}.bundle-offers__more-items{padding:8px 0 4px;border-top:1px solid #f0f0f0}.bundle-offers__more-btn{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:#f8f5ec;border:1.5px solid #e8dfc8;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit}.bundle-offers__more-btn:hover{background:#f0ead5;border-color:#d4c9a8}.bundle-offers__more-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#111;color:#fff;border-radius:50%;font-size:.8125rem;font-weight:700;letter-spacing:-.02em}.bundle-offers__more-text{flex:1;font-size:.8125rem;font-weight:600;color:#111;text-align:left}.bundle-offers__more-arrow{font-size:.75rem;font-weight:600;color:#888;white-space:nowrap;transition:color .2s}.bundle-offers__more-btn:hover .bundle-offers__more-arrow{color:#111}.bundle-offers__slots[style*="display: none"]{display:none!important}.bundle-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:flex-end;justify-content:center}.bundle-popup.is-open{display:flex}.bundle-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.bundle-popup__container{position:relative;z-index:1;width:100%;max-width:520px;max-height:92vh;background:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:bSlideUp .3s ease}@keyframes bSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bSpin{to{transform:rotate(360deg)}}.bundle-popup__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;flex-shrink:0}.bundle-popup__title{font-size:1.0625rem;font-weight:700;color:#111;margin:0}.bundle-popup__close{background:none;border:none;cursor:pointer;padding:4px;color:#111;transition:opacity .2s}.bundle-popup__close:hover{opacity:.6}.bundle-popup__progress{padding:0 16px 12px;flex-shrink:0}.bundle-popup__progress-track{position:relative;height:4px;background:#e0e0e0;border-radius:2px;margin:12px 0 0}.bundle-popup__progress-fill{position:absolute;left:0;top:0;height:100%;background:#111;border-radius:2px;transition:width .4s ease;width:0}.bundle-popup__milestones{position:relative;display:flex;justify-content:space-evenly;margin-top:-10px}.bundle-popup__milestone{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.bundle-popup__milestone-dot{width:18px;height:18px;border-radius:50%;border:2.5px solid #ccc;background:#fff;transition:all .3s;display:flex;align-items:center;justify-content:center}.bundle-popup__milestone-dot svg{display:none;width:10px;height:10px}.bundle-popup__milestone.is-reached .bundle-popup__milestone-dot{border-color:#111;background:#111}.bundle-popup__milestone.is-reached .bundle-popup__milestone-dot svg{display:block;color:#fff}.bundle-popup__milestone-label{font-size:.625rem;font-weight:600;color:#999;margin-top:4px;white-space:nowrap;transition:color .3s}.bundle-popup__milestone.is-reached .bundle-popup__milestone-label{color:#111}.bundle-popup__milestone.is-next .bundle-popup__milestone-dot{border-color:#111}.bundle-popup__milestone.is-next .bundle-popup__milestone-label{color:#111;font-weight:700}.bundle-popup__progress-msg{text-align:center;font-size:.75rem;font-weight:600;color:#111;margin-top:8px;min-height:18px}.bundle-popup__toolbar{display:flex;gap:8px;padding:8px 16px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;flex-shrink:0}.bundle-popup__search-wrap{flex:1;position:relative}.bundle-popup__search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.bundle-popup__search{width:100%;padding:8px 10px 8px 34px;border:1px solid #e5e5e5;border-radius:8px;font-size:.8125rem;outline:none;transition:border-color .2s;background:#f8f8f8}.bundle-popup__search:focus{border-color:#111;background:#fff}.bundle-popup__sort-wrap{position:relative}.bundle-popup__sort-btn{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;font-size:.8125rem;cursor:pointer;white-space:nowrap;transition:all .2s}.bundle-popup__sort-btn:hover{border-color:#111}.bundle-popup__sort-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:10;min-width:180px;overflow:hidden}.bundle-popup__sort-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;border:none;background:none;cursor:pointer;font-size:.8125rem;text-align:left;transition:background .15s}.bundle-popup__sort-option:hover{background:#f5f5f5}.bundle-popup__sort-check{display:none;color:#111;font-weight:700}.bundle-popup__sort-option.is-active .bundle-popup__sort-check{display:inline}.bundle-popup__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.bundle-popup__loading{display:flex;align-items:center;justify-content:center;padding:32px}.bundle-popup__loading .spinner{width:28px;height:28px;border:3px solid #e5e5e5;border-top-color:#111;border-radius:50%;animation:bSpin .7s linear infinite}.bundle-popup__product-item{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #f0f0f0;position:relative;transition:background .15s}.bundle-popup__product-item:last-child{border-bottom:none}.bundle-popup__product-item.is-in-bundle{background:#f5f5f5}.bundle-popup__product-image{width:52px;height:52px;min-width:52px;border-radius:6px;overflow:hidden;background:#f5f5f5;display:block;flex-shrink:0}.bundle-popup__product-image img{width:100%;height:100%;object-fit:cover}.bundle-popup__product-info{flex:1;min-width:0;line-height:1.2}.bundle-popup__product-title{font-size:.8125rem;font-weight:600;color:#111;display:block;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}a.bundle-popup__product-title:hover{text-decoration:underline}a.bundle-popup__product-image{text-decoration:none}.bundle-popup__product-prices{display:flex;align-items:center;gap:4px;margin-top:0;line-height:1.2}.bundle-popup__product-compare{font-size:.75rem;color:#999;text-decoration:line-through}.bundle-popup__product-price{font-size:.8125rem;font-weight:700;color:#111}.bundle-popup__product-rating{margin-top:0;line-height:1}.bundle-popup__product-inspired{font-size:.6875rem;color:#777;display:block;margin-top:1px;border:1px solid #e5e5e5;border-radius:4px;padding:1px 6px;width:fit-content;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.bundle-popup__product-inspired strong{font-style:normal;font-weight:600}.bundle-popup__product-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.bundle-popup__add-btn{padding:6px 16px;background:#111;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.bundle-popup__add-btn:hover{background:#333}.bundle-popup__qty-row{display:flex;align-items:center;gap:0;border:2px solid #111;border-radius:6px;overflow:hidden}.bundle-popup__qty-btn{width:30px;height:28px;background:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:700;color:#111;display:flex;align-items:center;justify-content:center;transition:background .1s}.bundle-popup__qty-btn:hover{background:#f0f0f0}.bundle-popup__qty-val{width:24px;text-align:center;font-size:.8125rem;font-weight:700;color:#111;background:#f8f8f8}.bundle-popup__qty-remove{background:none;border:none;cursor:pointer;color:#999;padding:2px;transition:color .2s;display:flex;align-items:center}.bundle-popup__qty-remove:hover{color:#e00}.bundle-popup__sticky-bottom{padding:12px 16px;border-top:1px solid #e0e0e0;flex-shrink:0;background:#fff;display:none}.bundle-popup__sticky-bottom.is-visible{display:block}.bundle-popup__atc-btn{width:100%;padding:14px 20px;border:none;border-radius:10px;font-size:.9375rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;background:#111;color:#fff;text-transform:uppercase;letter-spacing:.03em}.bundle-popup__atc-btn:hover{background:#333}.bundle-popup__atc-btn:disabled{background:#e0e0e0;color:#999;cursor:default}.bundle-popup__atc-btn .btn-discount{background:#fff;color:#111;padding:2px 8px;border-radius:4px;font-size:.6875rem;font-weight:700;margin-left:4px}.bundle-popup__atc-btn .btn-compare{text-decoration:line-through;opacity:.5;font-weight:400;font-size:.8125rem;margin-left:4px}.bundle-popup__atc-btn.is-added{background:#16a34a}.bundle-custom-stars{display:inline-flex;align-items:center;gap:0;flex-wrap:nowrap;line-height:1}.bundle-star{display:inline-block;vertical-align:middle;flex-shrink:0}.bundle-custom-stars__count{margin-left:3px;font-size:.6875rem;color:#555;white-space:nowrap;line-height:1}.bundle-popup__product-rating .bundle-custom-stars{margin:2px 0}.bundle-popup__product-rating .bundle-star{width:14px;height:14px}.bundle-popup__product-rating .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:2px;font-size:.6875rem;line-height:1}.bundle-popup__product-rating .jdgm-prev-badge__stars{color:#cca44c;font-size:.8125rem}.bundle-popup__product-rating .jdgm-prev-badge__text{color:#555;font-size:.6875rem}.bundle-popup__product-rating .jdgm-widget{min-height:0;margin:0;padding:0}.bundle-offers__slot-rating .bundle-custom-stars{margin:1px 0}.bundle-offers__slot-rating .bundle-star{width:14px;height:14px}@media(min-width:769px){.bundle-popup{align-items:center}.bundle-popup__container{max-width:540px;max-height:85vh;border-radius:16px;animation:bFadeIn .25s ease}@keyframes bFadeIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}}@media(max-width:768px){.bundle-popup__container{max-height:95vh;border-radius:14px 14px 0 0}.bundle-popup__product-image{width:44px;height:44px;min-width:44px}.bundle-popup__product-inspired{max-width:250px}.bundle-offers__card-header{flex-wrap:wrap}.bundle-offers__price-group{margin-left:30px;margin-top:2px}.bundle-popup__milestone-label{font-size:.5625rem}.bundle-popup__sticky-bottom{padding:8px 12px}.bundle-popup__atc-btn{padding:7px 14px;font-size:.8125rem;gap:5px;border-radius:8px}.bundle-popup__atc-btn .btn-discount{padding:1px 6px;font-size:.625rem}.bundle-popup__atc-btn .btn-compare{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/bundle-offers.css.map */
