.bundle-selector{--bundle-card-gap: 10px;--bundle-card-radius: 8px;--bundle-card-border: #f4f4f4;--bundle-card-bg: #ffffff;--bundle-text-color: #1f2937;--bundle-button-bg: #0f1b1c;--bundle-button-color: #ffffff;--bundle-progress-color: #0f1b1c}.bundle-selector__label{display:none}.bundle-selector__grid{display:flex;flex-direction:column;gap:var(--bundle-card-gap);margin-top:10px}.bundle-card{position:relative;display:flex;align-items:center;gap:15px;padding-right:16px;background:var(--bundle-card-bg);border:1px solid var(--bundle-card-border);border-radius:var(--bundle-card-radius);transition:all .3s ease;cursor:pointer}.bundle-card--unavailable{opacity:.5;cursor:not-allowed;pointer-events:none}.bundle-card__image-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;flex-shrink:0;background:#f5f5f5}.bundle-card__image-wrapper img{border-radius:4px 0 0 4px}.bundle-card__image{width:80px;height:80px;padding:10px;object-fit:contain;flex-shrink:0}.bundle-card__content{flex:1;display:flex;flex-direction:column;gap:5px}.bundle-card__title{font-size:14px;margin:0;line-height:1.2;color:var(--bundle-text-color);letter-spacing:-.02em}.bundle-card__description{font-size:12px;color:#181818;margin:0;line-height:1.2}.bundle-card__pricing{display:flex;flex-direction:column;gap:2px}.bundle-card__price{font-size:13px;font-weight:400;color:var(--bundle-text-color);line-height:1.3}.bundle-card__price-old{text-decoration:line-through;opacity:.6;font-weight:400}.bundle-card__price-new{font-weight:400}.bundle-card__price-free{display:inline-flex;align-items:center;gap:4px}.bundle-card__price-free-badge{background:#3dcf77;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.02em}.bundle-card__price-per-portion{font-size:11px;font-weight:400;color:#666;display:none}.bundle-card__price-per-portion.is-visible{display:inline}.bundle-card__badge{position:absolute;top:0;right:30px;background:#ff6b35;color:#fff;padding:3px 8px;border-radius:0 0 6px 6px;font-size:8.8px;font-weight:500;text-transform:uppercase;letter-spacing:0;line-height:1;z-index:2}.bundle-card__unavailable{color:#999;font-size:12px}.bundle-card__quantity{display:flex;align-items:center;gap:10px;flex-shrink:0}.bundle-card__quantity-controls{display:flex;align-items:center;gap:10px;background:#fcfcfc;border-radius:100px}.bundle-card__quantity-btn{width:30px;height:30px;border:none;background:var(--bundle-button-bg);color:var(--bundle-button-color);border-radius:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;font-weight:400;line-height:1;padding:0 0 2px;margin:0;font-family:inherit;transition:opacity .2s ease}.bundle-card__quantity-btn:hover{opacity:.9}.bundle-card__quantity-btn:disabled{background:#fff;color:var(--bundle-button-bg);border:2px solid #ddd;cursor:not-allowed}.bundle-card__quantity-btn[data-action=plus]{font-size:18px}.bundle-card__quantity-btn[data-action=minus]{font-size:22px}.bundle-card__quantity-input{width:16px;border:none;text-align:center;font-size:14px;font-weight:600;color:var(--bundle-text-color);padding:0;font-family:inherit;background:transparent}.bundle-card__quantity-input:focus{outline:none}.bundle-quantity-meter{padding:10px 15px;border-radius:6px;background-color:#fafafa;position:relative;margin-bottom:10px}.bundle-quantity-meter__badge{position:absolute;top:-20%;right:-2%;background-color:#dc2626;color:#fff;padding:4px 8px;border-radius:4px;transform:rotate(7deg);font-size:11px;font-weight:900;text-transform:uppercase;display:none}.bundle-quantity-meter__line,.bundle-quantity-meter__line--filled{display:flex!important;height:3px;position:absolute;top:50%;transform:translateY(-50%);border-radius:2px;pointer-events:none;opacity:0;transition:opacity .15s ease}.bundle-quantity-meter__line.positioned,.bundle-quantity-meter__line--filled.positioned{opacity:1}.bundle-quantity-meter__line{background-color:#e5e7eb;z-index:1;left:0;width:0}.bundle-quantity-meter__line--filled{background-color:var(--bundle-progress-color);left:0;width:0;z-index:2}.bundle-quantity-meter__items{display:flex;align-items:center;gap:5px;justify-content:space-between;position:relative;z-index:2}.bundle-quantity-meter__item{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:4px}.bundle-quantity-meter__item-text{font-size:13px;font-weight:400;color:var(--bundle-text-color)}.bundle-quantity-meter__item-circle{border:2px solid #d8d8d8;background-color:#e5e7eb;border-radius:100%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.bundle-quantity-meter__item-circle-inner{background-color:#e5e7eb;border-radius:100%;width:12px;height:12px;display:flex!important}.bundle-quantity-meter__item-circle.filled{border-color:var(--bundle-progress-color);background-color:#fafafa}.bundle-quantity-meter__item-circle-inner.filled{background-color:var(--bundle-progress-color)}.bundle-quantity-meter__item-price{font-size:12px;color:#14141e4d;font-weight:400;transition:color .3s ease,opacity .3s ease}.bundle-quantity-meter__item-price.active{color:var(--bundle-text-color)}.bundle-gifts{margin-top:1rem;padding-top:10px;width:100%;max-width:100%;overflow:visible;box-sizing:border-box}.bundle-gifts__grid{display:flex;gap:12px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.bundle-gifts__grid--row{flex-direction:row;flex-wrap:nowrap}.bundle-gifts__grid--row .bundle-gift{flex:1 1 0;min-width:0}.bundle-gifts__grid--2x2{flex-wrap:wrap}.bundle-gifts__grid--2x2 .bundle-gift{flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px)}.bundle-gift{position:relative;flex:1;display:flex;align-items:center;gap:10px;padding:15px 10px;background-color:#fafafa;border-radius:8px;border:1px dashed var(--gift-border-locked, #e5e7eb);transition:all .3s ease;opacity:.5}.bundle-gift--unlocked{opacity:1;border-style:solid;border-color:var(--gift-border-unlocked, #22c55e);background-color:var(--gift-bg-unlocked, #f0fdf4)}.bundle-gift__badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:#dc3545;color:#fff;padding:3px 8px;border-radius:2px;font-size:9px;font-weight:600;text-transform:uppercase;white-space:nowrap;z-index:10;line-height:1}.bundle-gift__badge-price{text-decoration:line-through;font-weight:400;opacity:.9}.bundle-gift__visual{position:relative;width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bundle-gift__image{width:100%;height:100%;object-fit:contain;border-radius:6px;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .3s ease;z-index:2}.bundle-gift--unlocked .bundle-gift__image{opacity:1}.bundle-gift__lock{width:28px;height:28px;color:var(--gift-locked-color, #9ca3af);transition:opacity .3s ease;z-index:1}.bundle-gift--unlocked .bundle-gift__lock{opacity:0}.bundle-gift__check{display:none}.bundle-gift__content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;max-width:90px}.bundle-gift__title{font-size:12px;font-weight:600;color:var(--bundle-text-color, #1f2937);margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.bundle-card{gap:10px;padding-right:5px}.bundle-card__image,.bundle-card__image-wrapper{width:70px;height:70px}.bundle-card__quantity{justify-content:center;margin-left:5px}.bundle-card__quantity-btn{width:28px;height:28px}.bundle-card__badge{right:13px}.bundle-card__quantity-controls{gap:8px}.bundle-card__description{font-size:11px}.bundle-quantity-meter__item-price{font-size:10px}}@media(max-width:400px){.bundle-card__image-wrapper{width:70px;height:70px}.bundle-card__badge{right:12px}.bundle-quantity-meter__line,.bundle-quantity-meter__line--filled{top:52%}}@media(max-width:320px){.bundle-quantity-meter__line,.bundle-quantity-meter__line--filled{top:53%}}@media(max-width:768px){.bundle-gifts__grid{gap:6px}.bundle-gifts__grid--row{flex-wrap:nowrap}.bundle-gifts__grid--row .bundle-gift{flex:1 1 0;min-width:0}.bundle-gift{padding:14px 6px 8px;gap:6px}.bundle-gift__badge{top:-6px;font-size:8px;padding:2px 6px}.bundle-gift__visual{width:32px;height:32px}.bundle-gift__lock{width:20px;height:20px}.bundle-gift__title{font-size:10px;max-width:70px;overflow:hidden;text-overflow:ellipsis}.bundle-quantity-meter__item-text{font-size:12px}}@media(max-width:480px){.bundle-gifts__grid{gap:4px}.bundle-gift{padding:12px 4px 6px}.bundle-gift__badge{top:-5px;font-size:7px;padding:2px 4px}.bundle-gift__visual{width:28px;height:28px}.bundle-gift__lock{width:18px;height:18px}.bundle-gift__title{font-size:9px}}@media(max-width:360px){.bundle-gifts__grid{gap:3px}.bundle-gift{padding:10px 3px 5px;gap:3px}.bundle-gift__badge{top:-4px;font-size:6px;padding:2px 3px}.bundle-gift__visual{width:24px;height:24px}.bundle-gift__lock{width:16px;height:16px}.bundle-gift__title{font-size:8px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/bundle-selector.css.map */
