.bundle-picker{padding:5rem 0;background:var(--color-card);border-top:1px solid var(--color-border)}.bundle-picker__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.bundle-picker__title{font-family:var(--font-heading);font-size:1.75rem;margin:0;color:var(--color-text)}.bundle-picker__sub{color:var(--color-muted);font-size:.9rem;margin:.35rem 0 0}.bundle-picker__count{font-size:.9rem;color:var(--color-muted)}.bundle-picker__count-value{font-weight:700;color:var(--color-text);margin-left:.35rem}.bundle-picker__count-value.is-complete{color:var(--color-secondary)}.bundle-picker__tiers{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2.5rem}@media(min-width:640px){.bundle-picker__tiers{grid-template-columns:repeat(3,1fr)}}.bundle-picker__tier{background:var(--color-background);border:1px solid var(--color-border);padding:.9rem 1rem;cursor:pointer;text-align:center;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.bundle-picker__tier:hover{border-color:var(--color-secondary)}.bundle-picker__tier--active{border-color:var(--color-secondary);box-shadow:0 0 0 1px var(--color-secondary) inset}.bundle-picker__tier-title{display:block;font-family:var(--font-heading);font-size:1.05rem;color:var(--color-text);margin-bottom:.25rem}.bundle-picker__tier-meta{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--color-secondary)}.bundle-picker__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.bundle-picker__grid{grid-template-columns:2fr 1fr}}.bundle-picker__products{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.bundle-picker__products{grid-template-columns:repeat(2,1fr)}}.bundle-picker__empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--color-muted);border:1px solid var(--color-border);background:var(--color-background)}.bundle-product{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--color-background);border:1px solid var(--color-border);transition:border-color .2s ease}.bundle-product__row{display:flex;gap:1rem}.bundle-product.is-selected{border-color:var(--color-secondary)}.bundle-product__actions{display:flex;align-items:center;gap:.5rem}.bundle-product__actions-spacer{flex:1}.bundle-product__desc-toggle{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;background:transparent;border:none;color:var(--color-muted);padding:0;cursor:pointer;font-family:inherit;transition:color .15s ease}.bundle-product__desc-toggle:hover{color:var(--color-secondary)}.bundle-product__desc{border-top:1px solid var(--color-border);padding-top:.75rem;font-size:.85rem;line-height:1.5;color:var(--color-muted)}.bundle-product__media{width:80px;height:80px;flex-shrink:0;background:var(--color-card);overflow:hidden}.bundle-product__media img{width:100%;height:100%;object-fit:cover;display:block}.bundle-product__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-heading);font-size:1.75rem;color:var(--color-muted);opacity:.3}.bundle-product__body{flex:1;min-width:0;display:flex;flex-direction:column}.bundle-product__title{font-family:var(--font-heading);font-size:1rem;margin:0;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-product__price{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-secondary);margin:.25rem 0 0}.bundle-product__actions{margin-top:auto;padding-top:.5rem}.bundle-product__add{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;padding:.4rem .85rem;border:1px solid var(--color-secondary);background:transparent;color:var(--color-secondary);cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease}.bundle-product__add:hover:not(:disabled){background:var(--color-secondary);color:#fff}.bundle-product__add:disabled{border-color:var(--color-border);color:var(--color-muted);cursor:not-allowed}.bundle-product__qty{display:inline-flex;align-items:center;gap:.5rem}.bundle-product__step{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);background:transparent;color:var(--color-text);cursor:pointer;font-family:inherit;transition:border-color .15s ease}.bundle-product__step:hover:not(:disabled){border-color:var(--color-secondary)}.bundle-product__step:disabled{opacity:.4;cursor:not-allowed}.bundle-product__count{font-weight:700;font-size:.9rem;min-width:1.25rem;text-align:center;color:var(--color-text)}.bundle-picker__summary-inner{position:sticky;top:7rem;background:var(--color-background);border:1px solid var(--color-border);padding:1.5rem}.bundle-picker__summary-title{font-family:var(--font-heading);font-size:1.25rem;margin:0 0 .25rem;color:var(--color-text)}.bundle-picker__summary-meta{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--color-secondary);margin:0 0 1.25rem}.bundle-picker__empty-msg{font-style:italic;font-family:var(--font-heading);color:var(--color-muted);font-size:.9rem;margin:0 0 1.25rem;border-top:1px solid var(--color-border);padding-top:1rem}.bundle-picker__lines{list-style:none;margin:0 0 1.25rem;padding:1rem 0 0;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.5rem}.bundle-picker__lines li{display:flex;justify-content:space-between;gap:.5rem;font-size:.85rem}.bundle-picker__lines li span{color:var(--color-text)}.bundle-picker__lines li small{color:var(--color-muted);white-space:nowrap}.bundle-picker__total{display:flex;justify-content:space-between;align-items:flex-end;padding:1rem 0;border-top:1px solid var(--color-border);margin-bottom:1rem}.bundle-picker__total span{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--color-text)}.bundle-picker__total strong{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;color:var(--color-text)}.bundle-picker__cta{width:100%;padding:1rem;background:var(--color-primary);color:#fff;border:none;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s ease,box-shadow .2s ease}.bundle-picker__cta:hover:not(:disabled){box-shadow:0 4px 15px #c8102e40}.bundle-picker__cta:disabled{opacity:.55;cursor:not-allowed}.bundle-picker__feedback{margin:.75rem 0 0;font-size:.8rem;text-align:center;color:var(--color-secondary)}.bundle-picker__feedback.is-error{color:var(--color-primary)}
/*# sourceMappingURL=/cdn/shop/t/22/compiled_assets/styles.css.map */
