.bundle-builder{--bb-sidebar-width: 380px;--bb-gap: 2rem;--bb-progress-height: 22px;--bb-radius: 8px;--bb-touch-target: 36px}.bundle-builder__header{text-align:center;margin-bottom:2rem}.bundle-builder__heading{margin:0 0 .5rem}.bundle-builder__subheading{margin:0 0 1.25rem;opacity:.75}.bundle-builder__tier-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.bundle-builder__tier-card{display:flex;flex-direction:column;align-items:center;gap:.2em;padding:.6em .4em;border:2px solid rgba(var(--color-foreground),.25);border-radius:var(--bb-radius);background:transparent;cursor:pointer;text-align:center;transition:background-color .2s,border-color .2s;color:inherit}.bundle-builder__tier-card:hover{border-color:rgba(var(--color-foreground),.3)}.bundle-builder__tier-card--active{background-color:#f8a3b7;color:#1b1b1b;border-color:#f8a3b7}.bundle-builder__tier-card-title{font-size:1.1rem;font-weight:700}.bundle-builder__tier-card-savings{font-size:.95rem;opacity:.7}.bundle-builder__tier-card--active .bundle-builder__tier-card-savings{opacity:1}.bundle-builder__body{display:grid;grid-template-columns:1fr;gap:var(--bb-gap);align-items:start}@media screen and (min-width:990px){.bundle-builder__body{grid-template-columns:1fr var(--bb-sidebar-width);padding:0 5rem}}.bundle-builder__series-group{margin-bottom:2rem}.bundle-builder__series-group:last-child{margin-bottom:0}.bundle-builder__series-heading{font-size:2.2rem;font-weight:700;margin:0 0 1rem}.bundle-builder__grid{display:grid;gap:1rem;list-style:none;padding:0;margin:0}.bundle-builder__grid--2-col{grid-template-columns:repeat(2,1fr)}.bundle-builder__grid--3-col{grid-template-columns:repeat(3,1fr)}.bundle-builder__grid--4-col{grid-template-columns:repeat(4,1fr)}.bundle-builder__grid--5-col{grid-template-columns:repeat(5,1fr)}@media screen and (max-width:749px){.bundle-builder__heading{font-size:1.85rem}.bundle-builder__grid--mobile-1-col{grid-template-columns:1fr}.bundle-builder__grid--mobile-2-col{grid-template-columns:repeat(2,1fr)}.bundle-builder__grid{gap:.75rem}.bundle-builder__grid-area{padding-left:1.5rem;padding-right:1.5rem}}.bundle-builder__sidebar{display:none}@media screen and (min-width:990px){.bundle-builder__sidebar{display:block;position:sticky;top:calc(var(--header-height, 60px) + 1rem);align-self:start;background-color:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.25);border-radius:var(--bb-radius);padding:1.5rem}}.bundle-builder__sidebar-title{margin:0 0 1rem;font-size:1.5rem}.bundle-builder__sidebar .bundle-builder__tier-cards,.bundle-builder__progress{margin-bottom:1rem}.bundle-builder__progress-bar{width:100%;height:var(--bb-progress-height);background-color:rgba(var(--color-foreground),.1);border-radius:999px;overflow:hidden;margin-bottom:.5rem}.bundle-builder__progress-fill{display:block!important;height:100%;background-color:#f8a3b7;border-radius:999px;transition:width .3s ease;width:0%}.bundle-builder__progress-text{font-size:1.05rem;opacity:.75}.bundle-builder__kit-list{margin-bottom:1rem;max-height:35vh;overflow-y:auto}.bundle-builder__kit-list-empty{font-size:1.05rem;opacity:.5;margin:0}.bundle-builder__kit-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem 0;border-bottom:1px solid rgba(var(--color-foreground),.15)}.bundle-builder__kit-item:last-child{border-bottom:none}.bundle-builder__kit-name{font-size:1.25rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-builder__kit-controls{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.bundle-builder__kit-qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(var(--color-foreground),.15);border-radius:4px;background:transparent;cursor:pointer;font-size:.9rem;color:inherit;padding:0;transition:background-color .15s}.bundle-builder__kit-qty-btn:hover{background-color:rgba(var(--color-foreground),.06)}.bundle-builder__kit-qty{min-width:2ch;text-align:center;font-size:1.05rem;-webkit-user-select:none;user-select:none}.bundle-builder__kit-remove-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;cursor:pointer;font-size:.75rem;color:#d9534f;opacity:.5;padding:0;margin-left:.25rem;transition:opacity .15s}.bundle-builder__kit-remove-btn:hover{opacity:1}.bundle-builder__tier-message{font-size:1.1rem;margin-bottom:1rem;min-height:1.4em}.bundle-builder__tier-price{font-size:1.4rem;font-weight:600;margin-bottom:1rem;min-height:1.4em}.bundle-builder__tier-price-current{color:rgb(var(--color-foreground))}.bundle-builder__tier-price-compare{text-decoration:line-through;opacity:.5;font-weight:400;font-size:.9em;margin-left:.35em}.bundle-builder__add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 3rem;min-height:4.5rem;font-size:1.5rem;font-weight:400;cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border:2px solid #1b1b1b;border-radius:60px;background-color:#ffde02;color:#1b1b1b;box-shadow:none;transition:opacity .2s}.bundle-builder__add-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-builder__add-btn.loading{pointer-events:none}.bundle-builder__add-btn .loading-overlay__spinner{width:1.2em;height:1.2em}.bundle-builder__add-btn .spinner{width:100%;height:100%}.bundle-card{position:relative;border:none;border-radius:var(--bb-radius);overflow:hidden;background-color:rgb(var(--color-background));cursor:pointer;transition:opacity .2s}.bundle-card--disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.bundle-card__media{position:relative;overflow:hidden;border-radius:12px}.bundle-card__media img{display:block;width:100%;height:auto;object-fit:cover}.bundle-card__media--square{aspect-ratio:1 / 1}.bundle-card__media--portrait{aspect-ratio:4 / 5}.bundle-card__media--square img,.bundle-card__media--portrait img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.bundle-card__sold-out{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-background),.7);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.bundle-card__info{padding:.65rem .5rem}.bundle-card__title{font-size:1.5rem;margin:0 0 .75rem;line-height:1.3}.bundle-card__add-kit-btn{display:flex;width:100%;align-items:center;justify-content:center;padding:.6em 1em;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06rem;border:2px solid #1B1B1B;border-radius:60px;background:#ffde02;color:#1b1b1b;transition:background-color .2s,color .2s;white-space:nowrap;pointer-events:none}.bundle-card__add-kit-btn--active{background-color:#1b1b1b;color:#ffde02;border-color:#1b1b1b}.bundle-card__qty-badge{position:absolute;top:6px;right:6px;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0 5px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:999px;font-size:.7rem;font-weight:700;line-height:1;z-index:2}.bundle-card__qty-badge.hidden{display:none}@keyframes bb-badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.bundle-card__qty-badge--pulse{animation:bb-badge-pulse .3s ease}.bundle-builder__mobile-bar{display:none}@media screen and (max-width:989px){.bundle-builder__mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.1);padding:.75rem 1rem;align-items:center;gap:.75rem;box-shadow:0 -2px 10px #00000014}}.bundle-builder__mobile-bar-info{flex:1}.bundle-builder__mobile-drawer-toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;padding:.25rem 0;color:inherit;font-size:.9rem}.bundle-builder__mobile-bar-count{font-weight:600;white-space:nowrap}.bundle-builder__mobile-bar-label{opacity:.65;font-size:.8rem;white-space:nowrap}.bundle-builder__mobile-bar .bundle-builder__add-btn{width:auto;flex-shrink:0;padding:.7em 1.2em;font-size:.9rem}.bundle-builder__mobile-drawer{display:none}@media screen and (max-width:989px){.bundle-builder__mobile-drawer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.bundle-builder__mobile-drawer--open{pointer-events:auto;visibility:visible}.bundle-builder__mobile-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;opacity:0;transition:opacity .3s ease}.bundle-builder__mobile-drawer--open .bundle-builder__mobile-drawer-overlay{opacity:1}.bundle-builder__mobile-drawer-panel{position:absolute;bottom:0;left:0;right:0;max-height:70vh;background-color:rgb(var(--color-background));border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.bundle-builder__mobile-drawer--open .bundle-builder__mobile-drawer-panel{transform:translateY(0)}.bundle-builder__mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(var(--color-foreground),.1);flex-shrink:0}.bundle-builder__mobile-drawer-title{margin:0;font-size:1.1rem}.bundle-builder__mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:rgba(var(--color-foreground),.06);cursor:pointer;font-size:1rem;color:inherit;padding:0}.bundle-builder__mobile-drawer-body{padding:1rem 1.25rem;overflow-y:auto;flex:1}}@media screen and (max-width:989px){.bundle-builder__mobile-spacer{height:70px}}.bundle-builder__error{color:rgb(var(--color-error, 200, 50, 50));font-size:1.05rem;margin-top:.5rem;min-height:1.2em}
/*# sourceMappingURL=/cdn/shop/t/67/assets/bundle-builder.css.map */
