.bundle-builder{padding:4rem 0 6rem;background:rgb(var(--color-background));position:relative;overflow:hidden}.bundle-builder:before{content:"";position:absolute;top:-120px;right:-120px;width:400px;height:400px;background:radial-gradient(circle,rgba(31,138,76,.08) 0%,transparent 70%);pointer-events:none}.bundle-builder:after{content:"";position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(242,183,5,.06) 0%,transparent 70%);pointer-events:none}.bundle-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.bundle-header__badge{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#1f8a4c,#27a35d);color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.12rem;text-transform:uppercase;padding:.6rem 1.6rem;border-radius:40px;margin-bottom:1.4rem;animation:bundle-badge-pulse 2s ease-in-out infinite}@keyframes bundle-badge-pulse{0%,to{box-shadow:0 0 #1f8a4c4d}50%{box-shadow:0 0 0 8px #1f8a4c00}}.bundle-header__title{font-size:calc(var(--font-heading-scale) * 3.2rem);font-weight:700;color:rgb(var(--color-foreground));margin:0 0 .8rem;line-height:1.15}.bundle-header__subtitle{font-size:1.5rem;color:rgba(var(--color-foreground),.6);max-width:500px;margin:0 auto}.bundle-tiers{max-width:800px;margin:0 auto 3.5rem;padding:0 1rem;position:relative;z-index:1}.bundle-tiers__bar-wrapper{position:relative;margin-bottom:2rem}.bundle-tiers__bar-bg{height:10px;background:rgba(var(--color-foreground),.08);border-radius:10px;overflow:hidden;position:relative}.bundle-tiers__bar-fill{height:100%;width:0%;background:linear-gradient(90deg,#1f8a4c,#27a35d,#f2b705);border-radius:10px;transition:width .6s cubic-bezier(.34,1.56,.64,1);position:relative}.bundle-tiers__bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.bundle-tiers__markers{display:flex;justify-content:space-between;position:absolute;top:-4px;left:0;right:0}.bundle-tiers__marker{width:18px;height:18px;border-radius:50%;background:rgba(var(--color-foreground),.12);border:3px solid rgb(var(--color-background));box-shadow:0 0 0 2px rgba(var(--color-foreground),.08);transition:all .4s ease;position:relative}.bundle-tiers__marker.is-reached{background:#1f8a4c;box-shadow:0 0 0 3px #1f8a4c40;transform:scale(1.15)}.bundle-tiers__marker.is-reached.is-gold{background:#f2b705;box-shadow:0 0 0 3px #f2b70540}.bundle-tiers__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.bundle-tier-card{background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.06);border-radius:16px;padding:1.4rem;text-align:center;transition:all .4s ease;position:relative;overflow:hidden}.bundle-tier-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:rgba(var(--color-foreground),.06);transition:background .4s ease}.bundle-tier-card.is-active{border-color:#1f8a4c40;background:#1f8a4c08;transform:translateY(-2px);box-shadow:0 8px 24px #1f8a4c1a}.bundle-tier-card.is-active:before{background:linear-gradient(90deg,#1f8a4c,#27a35d)}.bundle-tier-card.is-gold.is-active{border-color:#f2b7054d;background:#f2b70508;box-shadow:0 8px 24px #f2b7051a}.bundle-tier-card.is-gold.is-active:before{background:linear-gradient(90deg,#f2b705,gold)}.bundle-tier-card__icon{font-size:2.4rem;margin-bottom:.6rem;display:block}.bundle-tier-card__title{font-size:1.3rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.06rem}.bundle-tier-card__desc{font-size:1.1rem;color:rgba(var(--color-foreground),.55);margin:0 0 .6rem;line-height:1.4}.bundle-tier-card__threshold{font-size:1.1rem;font-weight:600;color:#1f8a4c;background:#1f8a4c14;padding:.3rem .8rem;border-radius:20px;display:inline-block}.bundle-tier-card.is-gold .bundle-tier-card__threshold{color:#b8860b;background:#f2b7051f}.bundle-counter{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-bottom:2.5rem;flex-wrap:wrap;position:relative;z-index:1}.bundle-counter__pill{display:inline-flex;align-items:center;gap:.5rem;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08);border-radius:40px;padding:.7rem 1.6rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));transition:all .3s ease}.bundle-counter__pill.is-valid{background:#1f8a4c14;border-color:#1f8a4c33;color:#1f8a4c}.bundle-counter__num{font-size:1.8rem;font-weight:800;transition:transform .3s ease}.bundle-counter__pill.is-valid .bundle-counter__num{transform:scale(1.1)}.bundle-counter__min-badge{font-size:1.15rem;color:rgba(var(--color-foreground),.45);background:rgba(var(--color-foreground),.03);padding:.5rem 1.2rem;border-radius:20px}.bundle-counter__min-badge.is-warning{color:#d97706;background:#d9770614}.bundle-products{position:relative;z-index:1}.bundle-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;list-style:none;margin:0;padding:0}@media screen and (max-width:989px){.bundle-products__grid{grid-template-columns:repeat(3,1fr);gap:1.4rem}}@media screen and (max-width:749px){.bundle-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.bundle-product-card{position:relative;border-radius:18px;overflow:hidden;background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.06);transition:all .35s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.bundle-product-card:hover{border-color:rgba(var(--color-foreground),.12);transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.bundle-product-card.is-selected{border-color:#1f8a4c;box-shadow:0 0 0 2px #1f8a4c26,0 8px 24px #1f8a4c1f;transform:translateY(-3px)}.bundle-product-card.is-selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;pointer-events:none;background:linear-gradient(135deg,rgba(31,138,76,.05),transparent);z-index:1}.bundle-product-card__check{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:rgba(var(--color-foreground),.06);border:2px solid rgba(var(--color-foreground),.12);display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:5}.bundle-product-card__check svg{width:14px;height:14px;opacity:0;transform:scale(.5);transition:all .3s ease;color:#fff}.bundle-product-card.is-selected .bundle-product-card__check{background:#1f8a4c;border-color:#1f8a4c;box-shadow:0 2px 8px #1f8a4c4d}.bundle-product-card.is-selected .bundle-product-card__check svg{opacity:1;transform:scale(1)}.bundle-product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.03)}.bundle-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bundle-product-card:hover .bundle-product-card__image{transform:scale(1.06)}.bundle-product-card__info{padding:1.2rem}.bundle-product-card__title{font-size:1.25rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .4rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-card__price{font-size:1.4rem;font-weight:700;color:#1f8a4c}.bundle-summary{position:fixed;bottom:0;left:0;right:0;z-index:100;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.08);box-shadow:0 -4px 24px #00000014;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);padding:0}.bundle-summary.is-visible{transform:translateY(0)}.bundle-summary__inner{max-width:var(--page-width);margin:0 auto;padding:1.4rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.bundle-summary__left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.bundle-summary__avatars{display:flex;align-items:center}.bundle-summary__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgb(var(--color-background));margin-left:-10px;transition:transform .3s ease}.bundle-summary__avatar:first-child{margin-left:0}.bundle-summary__avatar:hover{transform:scale(1.15);z-index:2}.bundle-summary__more-count{width:36px;height:36px;border-radius:50%;background:rgba(var(--color-foreground),.06);border:2px solid rgb(var(--color-background));margin-left:-10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:rgba(var(--color-foreground),.6)}.bundle-summary__pricing{display:flex;flex-direction:column}.bundle-summary__total-label{font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-transform:uppercase;letter-spacing:.06rem}.bundle-summary__prices{display:flex;align-items:baseline;gap:.8rem}.bundle-summary__original-price{font-size:1.3rem;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.bundle-summary__final-price{font-size:1.8rem;font-weight:800;color:rgb(var(--color-foreground))}.bundle-summary__savings{font-size:1.1rem;font-weight:700;color:#1f8a4c;background:#1f8a4c14;padding:.25rem .7rem;border-radius:20px}.bundle-summary__rewards{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.bundle-summary__reward-tag{font-size:1.1rem;font-weight:600;padding:.35rem .9rem;border-radius:20px;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}.bundle-summary__reward-tag--discount{color:#1f8a4c;background:#1f8a4c14}.bundle-summary__reward-tag--shipping{color:#2563eb;background:#2563eb14}.bundle-summary__reward-tag--gift{color:#b8860b;background:#f2b7051f}.bundle-summary__cta{display:flex;align-items:center;gap:.8rem}.bundle-summary__add-btn{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#1f8a4c,#27a35d);color:#fff;font-size:1.4rem;font-weight:700;padding:1.2rem 2.4rem;border:none;border-radius:40px;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.bundle-summary__add-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1f8a4c4d}.bundle-summary__add-btn:active{transform:translateY(0)}.bundle-summary__add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.bundle-summary__add-btn svg{width:18px;height:18px}.bundle-summary__add-btn .loading-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.bundle-summary__add-btn.is-loading .loading-spinner{display:block}.bundle-summary__add-btn.is-loading svg{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.bundle-header__title{font-size:calc(var(--font-heading-scale) * 2.4rem)}.bundle-tiers__cards{grid-template-columns:1fr;gap:.8rem}.bundle-tier-card{display:flex;align-items:center;gap:1rem;text-align:left;padding:1rem 1.2rem}.bundle-tier-card__icon{font-size:2rem;margin-bottom:0;flex-shrink:0}.bundle-tier-card__content{flex:1;min-width:0}.bundle-summary__inner{padding:1rem 1.2rem;gap:.8rem}.bundle-summary__avatars{display:none}.bundle-summary__add-btn{padding:1rem 1.6rem;font-size:1.3rem;width:100%;justify-content:center}.bundle-summary__left{width:100%;justify-content:space-between}.bundle-summary__cta{width:100%}}@keyframes bundle-success-pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.bundle-product-card.just-selected{animation:bundle-success-pop .3s ease}.bundle-confetti-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.bundle-empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.5);font-size:1.4rem}.bundle-empty__icon{font-size:4rem;margin-bottom:1rem;display:block}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-bundle-builder.css.map */
