:root{--bundle-accent: #ff6a1f;--bundle-accent-dark: #e85a13;--bundle-accent-soft: rgba(255, 106, 31, .1);--bundle-success: #1a8754;--bundle-success-soft: rgba(26, 135, 84, .08)}.bundle-builder-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));scroll-margin-top:var(--header-height, 0px)}.bundle-builder-section [hidden]{display:none!important}.bundle-builder__heading{font-size:clamp(2.8rem,5vw,4.4rem);margin:0 0 2.4rem}.bundle-button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 3.4rem;border-radius:999px;font-size:1.5rem;font-weight:700;letter-spacing:.02rem;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.bundle-button--primary{background-color:var(--bundle-accent);color:#fff;box-shadow:0 8px 24px #ff6a1f52}.bundle-button--primary:hover:not(:disabled){background-color:var(--bundle-accent-dark);transform:translateY(-2px);box-shadow:0 12px 28px #ff6a1f61}.bundle-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.bundle-builder__layout{display:grid;grid-template-columns:1fr;align-items:start;gap:3.2rem}@media screen and (min-width:990px){.bundle-builder__layout{grid-template-columns:1fr 36rem;gap:4.8rem}}.bundle-progress{margin-bottom:2.4rem}.bundle-progress__incentive{margin:0 0 1.2rem;font-size:1.5rem;font-weight:700}.bundle-progress__incentive.is-unlocked{color:var(--bundle-accent)}.bundle-progress__track{position:relative;height:.8rem;border-radius:999px;background-color:rgba(var(--color-foreground),.08);overflow:hidden}.bundle-progress__fill{position:absolute;inset:0 auto 0 0;width:0%;border-radius:999px;background:linear-gradient(90deg,var(--bundle-accent),var(--bundle-accent-dark));transition:width .4s ease}.bundle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media screen and (min-width:700px){.bundle-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.bundle-card{display:flex;flex-direction:column;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1.6rem;overflow:hidden;background-color:rgb(var(--color-background));transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.bundle-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(var(--color-foreground),.08)}.bundle-card.is-selected{border-color:var(--bundle-accent);box-shadow:0 0 0 .2rem var(--bundle-accent-soft),0 16px 32px #ff6a1f24}.bundle-card__media{position:relative;aspect-ratio:1 / 1;background-color:rgba(var(--color-foreground),.04)}.bundle-card__media img{display:block;width:100%;height:100%;object-fit:cover}.bundle-card__media-placeholder{width:100%;height:100%;background-color:rgba(var(--color-foreground),.04)}.bundle-card__badge{position:absolute;top:1rem;right:1rem;padding:.4rem 1.2rem;border-radius:999px;background-color:var(--bundle-accent);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.04rem;text-transform:uppercase;animation:bundle-pop .25s ease}.bundle-card__badge--unavailable{top:1rem;left:1rem;right:auto;background-color:rgba(var(--color-foreground),.45)}@keyframes bundle-pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.bundle-card__body{display:flex;flex:1 0 auto;flex-direction:column;gap:.6rem;padding:1.6rem}.bundle-card__title{font-size:1.8rem;margin:0}.bundle-card__desc{flex-grow:1;margin:0;font-size:1.3rem;line-height:1.5;opacity:.65}.bundle-card__qty{display:flex;align-items:center;justify-content:space-between;margin-top:1.2rem;padding:.4rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:999px}.bundle-card__qty-btn{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border:none;border-radius:50%;background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));font-size:1.8rem;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.bundle-card__qty-btn:hover:not(:disabled){background-color:var(--bundle-accent);color:#fff}.bundle-card__qty-btn:disabled{opacity:.35;cursor:not-allowed}.bundle-card__qty-value{min-width:2.4rem;font-size:1.6rem;font-weight:700;text-align:center}@media screen and (min-width:990px){.bundle-summary{position:sticky;top:2rem}}.bundle-summary__card{padding:2.4rem;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1.6rem;background-color:rgb(var(--color-background))}.bundle-summary__heading{margin:0 0 1.6rem;font-size:2rem}.bundle-summary__list{display:flex;flex-direction:column;gap:.8rem;margin:0 0 1.6rem;padding:0;list-style:none}.bundle-summary__item{display:flex;align-items:center;justify-content:space-between;padding-bottom:.8rem;border-bottom:.1rem dashed rgba(var(--color-foreground),.1);font-size:1.4rem;animation:bundle-pop .25s ease}.bundle-summary__item-qty{font-weight:700;color:var(--bundle-accent)}.bundle-summary__empty{margin:0;font-size:1.4rem;opacity:.6}.bundle-summary__totals{margin-top:.4rem;padding-top:1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.bundle-summary__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem;font-size:1.4rem}.bundle-summary__row--discount{color:var(--bundle-success)}.bundle-summary__row--total{margin-top:.4rem;padding-top:.8rem;border-top:.1rem solid rgba(var(--color-foreground),.08);font-size:1.8rem;font-weight:700}.bundle-summary__savings{margin:1.2rem 0 0;padding:.8rem 1.2rem;border-radius:999px;background-color:var(--bundle-success-soft);color:var(--bundle-success);font-size:1.3rem;font-weight:700;text-align:center}.bundle-summary__cta{width:100%;margin-top:1.6rem}.bundle-summary__error{margin:1.2rem 0 0;color:#d82c0d;font-size:1.3rem;text-align:center}@media screen and (max-width:749px){.bundle-summary__card{padding:2rem}}@media(prefers-reduced-motion:reduce){.bundle-card,.bundle-button--primary,.bundle-progress__fill,.bundle-card__badge,.bundle-summary__item{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-bundle-builder.css.map */
