.bundle-builder{--bb-bg: #f9f9f9;--bb-text: #131313;--bb-dark: #151515;--bb-navy: #000915;--bb-navy-hover: #00122a;--bb-muted: #6b7280;--bb-border: #e5e7eb;--bb-card-bg: #ffffff;--bb-success: #15803d;--bb-success-bg: #f0fdf4;--bb-success-border: #bbf7d0;--bb-danger: #b91c1c;--bb-danger-bg: #fef2f2;--bb-gray-50: #f9fafb;--bb-gray-100: #f3f4f6;--bb-gray-200: #e5e7eb;--bb-gray-300: #d1d5db;--bb-gray-400: #9ca3af;--bb-radius: 6px;--bb-radius-lg: 12px;--bb-site-max: 1200px;background:var(--bb-bg);color:var(--bb-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:60vh}.bundle-builder.is-floating-summary{padding-bottom:9rem}@media(min-width:1024px){.bundle-builder.is-floating-summary{padding-bottom:0}}.bundle-builder *,.bundle-builder *:before,.bundle-builder *:after{box-sizing:border-box}.bundle-builder button{font:inherit;color:inherit;cursor:pointer;background:transparent;border:0;padding:0}.bundle-builder img{display:block;max-width:100%;height:auto}.bundle-builder__hero{padding:2rem 1rem;text-align:center;border-bottom:1px solid var(--bb-border);background:var(--bb-card-bg)}.bundle-builder__hero-inner{max-width:var(--bb-site-max);margin:0 auto}.bundle-builder__eyebrow{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--bb-muted);margin:0 0 .5rem}.bundle-builder__title{font-size:1.5rem;font-weight:600;color:var(--bb-dark);letter-spacing:-.02em;margin:0 0 .25rem;line-height:1.1}@media(min-width:768px){.bundle-builder__title{font-size:2.25rem}}.bundle-builder__subtitle{font-size:.875rem;color:var(--bb-muted);margin:0}@media(min-width:768px){.bundle-builder__subtitle{font-size:1rem}}.bundle-builder__price-strong{font-weight:700;color:var(--bb-dark)}.bundle-builder__main{max-width:var(--bb-site-max);margin:0 auto;padding:3rem 1rem}.bundle-builder__layout{display:block}@media(min-width:1024px){.bundle-builder__layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}}.bundle-builder__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.bundle-builder__section-title{font-size:1.25rem;font-weight:600;color:var(--bb-dark);margin:0}.bundle-builder__counter{font-size:.875rem;color:var(--bb-muted)}.bundle-builder__filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.bundle-builder__filter{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:var(--bb-card-bg);color:var(--bb-dark);border:1px solid var(--bb-gray-200);border-radius:0;transition:all .15s ease}.bundle-builder__filter:hover{border-color:var(--bb-navy)}.bundle-builder__filter.is-active{background:var(--bb-navy);color:#fff;border-color:var(--bb-navy)}.bundle-builder__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:768px){.bundle-builder__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.bundle-card{position:relative;display:block;text-align:left;width:100%;background:var(--bb-card-bg);border-radius:var(--bb-radius);transition:all .2s ease;overflow:hidden;box-shadow:0 0 0 1px #0000000a}.bundle-card:hover:not(:disabled):not(.is-disabled){box-shadow:0 4px 14px #00000014}.bundle-card.is-selected{box-shadow:0 0 0 2px var(--bb-navy),0 4px 14px #00000014;background:#fff}.bundle-card.is-disabled,.bundle-card[disabled]{opacity:.4;cursor:not-allowed}.bundle-card.is-hidden{display:none}.bundle-card__check{position:absolute;top:.5rem;right:.5rem;z-index:2;width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--bb-navy);display:none;align-items:center;justify-content:center}.bundle-card.is-selected .bundle-card__check{display:flex}.bundle-card__check svg{width:.875rem;height:.875rem;color:#fff}.bundle-card__media{aspect-ratio:1 / 1;background:var(--bb-gray-50);overflow:hidden;border-top-left-radius:var(--bb-radius);border-top-right-radius:var(--bb-radius)}.bundle-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-card:hover:not(:disabled):not(.is-disabled) .bundle-card__media img{transform:scale(1.05)}.bundle-card__body{padding:.75rem}.bundle-card__title{font-size:.875rem;font-weight:500;line-height:1.25;color:var(--bb-dark);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:.375rem;flex-wrap:wrap}.bundle-card__size{font-size:.6875rem;font-weight:500;background:var(--bb-gray-100);color:#4b5563;padding:.125rem .375rem;border-radius:var(--bb-radius);line-height:1.2}.bundle-card__price{font-size:.75rem;color:var(--bb-muted);text-decoration:line-through}.bundle-card__included{font-size:.75rem;font-weight:600;color:var(--bb-success)}.bundle-summary{margin-top:2rem;background:var(--bb-card-bg);border:1px solid var(--bb-border);border-radius:var(--bb-radius-lg);padding:1.5rem;box-shadow:0 1px 3px #0000000a}@media(min-width:1024px){.bundle-summary{margin-top:0;position:sticky;top:1.5rem}}.bundle-summary__title{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:var(--bb-dark)}.bundle-summary__sub{font-size:.875rem;color:var(--bb-muted);margin:0 0 1rem}.bundle-summary__progress{width:100%;background:var(--bb-gray-100);height:6px;border-radius:9999px;overflow:hidden;margin-bottom:1.5rem}.bundle-summary__progress-bar{background:var(--bb-navy);height:100%;border-radius:9999px;transition:width .3s ease;width:0%}.bundle-summary__items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.bundle-summary__item{display:flex;align-items:center;gap:.75rem}.bundle-summary__item-thumb{width:3rem;height:3rem;border-radius:var(--bb-radius);background:var(--bb-gray-50);overflow:hidden;flex-shrink:0}.bundle-summary__item-thumb img{width:100%;height:100%;object-fit:cover}.bundle-summary__item-body{flex:1 1 0;min-width:0}.bundle-summary__item-title{font-size:.875rem;font-weight:500;color:var(--bb-dark);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-summary__item-variant{font-size:.75rem;color:var(--bb-muted);margin:0}.bundle-summary__item-remove{opacity:0;transition:opacity .15s ease;color:var(--bb-muted);padding:.25rem}.bundle-summary__item:hover .bundle-summary__item-remove,.bundle-summary__item-remove:focus{opacity:1}.bundle-summary__item-remove:hover{color:var(--bb-danger)}.bundle-summary__item-remove svg{width:1rem;height:1rem}.bundle-summary__empty{display:flex;align-items:center;gap:.75rem;opacity:.4}.bundle-summary__empty-thumb{width:3rem;height:3rem;border-radius:var(--bb-radius);border:2px dashed var(--bb-gray-200);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--bb-gray-300);font-size:1.125rem}.bundle-summary__empty-label{font-size:.875rem;color:var(--bb-muted)}.bundle-summary__pricing{border-top:1px solid var(--bb-border);padding-top:1rem;margin-bottom:1rem}.bundle-summary__price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.bundle-summary__price-label{font-size:.875rem}.bundle-summary__price-value{font-size:1.125rem;font-weight:700}.bundle-summary__save{font-size:.75rem;font-weight:500;color:var(--bb-success);margin:0}.bundle-summary__sub-box{border:1px solid var(--bb-border);border-radius:var(--bb-radius);padding:1rem;margin-bottom:1.5rem;background:var(--bb-gray-50);transition:all .2s ease}.bundle-summary__sub-box.is-active{background:var(--bb-success-bg);border-color:var(--bb-success-border)}.bundle-summary__sub-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin:0}.bundle-summary__sub-label input[type=checkbox]{margin-top:.125rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--bb-navy);cursor:pointer}.bundle-summary__sub-text{font-size:.875rem;font-weight:500;color:var(--bb-dark);display:block}.bundle-summary__sub-desc{font-size:.75rem;color:var(--bb-muted);display:block;margin-top:.25rem;line-height:1.5}.bundle-summary__sub-cost{font-size:.75rem;font-weight:500;color:var(--bb-success);display:none;margin-top:.25rem}.bundle-summary__sub-box.is-active .bundle-summary__sub-cost{display:block}.bundle-summary__error{font-size:.875rem;color:var(--bb-danger);background:var(--bb-danger-bg);padding:.75rem;border-radius:var(--bb-radius);margin-bottom:1rem;display:none}.bundle-summary__error.is-visible{display:block}.bundle-summary__cta{width:100%;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--bb-gray-200);color:var(--bb-gray-400);border-radius:0;transition:all .2s ease;cursor:not-allowed}.bundle-summary__cta.is-ready{background:var(--bb-navy);color:#fff;cursor:pointer}.bundle-summary__cta.is-ready:hover{background:var(--bb-navy-hover)}.bundle-summary__cta.is-ready:active{transform:scale(.98)}.bundle-summary__cta-note{font-size:.75rem;color:var(--bb-muted);text-align:center;margin:.75rem 0 0;display:none}.bundle-summary__cta.is-ready~.bundle-summary__cta-note{display:block}.bundle-mobile{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid var(--bb-border);box-shadow:0 -4px 20px #0000001a;animation:bb-slide-up .3s cubic-bezier(.22,1,.36,1) both}.bundle-mobile.is-visible{display:block}@media(min-width:1024px){.bundle-mobile,.bundle-mobile.is-visible{display:none}}.bundle-mobile__inner{padding:.75rem 1rem}.bundle-mobile__row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bundle-mobile__thumb{position:relative;flex-shrink:0}.bundle-mobile__thumb-img{width:3.5rem;height:3.5rem;border-radius:var(--bb-radius);background:var(--bb-gray-50);overflow:hidden;box-shadow:0 0 0 2px var(--bb-navy)}.bundle-mobile__thumb-img img{width:100%;height:100%;object-fit:cover}.bundle-mobile__thumb-remove{position:absolute;top:-.375rem;right:-.375rem;width:1.25rem;height:1.25rem;background:var(--bb-navy);border-radius:9999px;display:flex;align-items:center;justify-content:center}.bundle-mobile__thumb-remove svg{width:.75rem;height:.75rem;color:#fff;stroke-width:2.5}.bundle-mobile__empty{width:3.5rem;height:3.5rem;border-radius:var(--bb-radius);border:2px dashed var(--bb-gray-200);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--bb-gray-300);font-size:1.125rem}.bundle-mobile__totals{margin-left:auto;text-align:right;flex-shrink:0}.bundle-mobile__count{font-size:.75rem;color:var(--bb-muted);margin:0}.bundle-mobile__price{font-size:.875rem;font-weight:700;margin:0}.bundle-mobile__cta{width:100%;padding:.75rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--bb-gray-100);color:var(--bb-dark);transition:all .2s ease}.bundle-mobile__cta.is-ready{background:var(--bb-navy);color:#fff}.bundle-mobile__cta.is-ready:active{transform:scale(.98)}@keyframes bb-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.bundle-builder *,.bundle-builder *:before,.bundle-builder *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.bundle-builder__empty-grid{padding:3rem 1rem;text-align:center;color:var(--bb-muted);font-size:.875rem}
/*# sourceMappingURL=/cdn/shop/t/80/assets/bundle-builder.css.map */
