:root{--bb-navy: #1a2c4e;--bb-blue: #1f5fa6;--bb-blue-dark: #174a85;--bb-sky: #ddeeff;--bb-sky-mid: #b8d8f5;--bb-white: #ffffff;--bb-off-white: #f5f8fc;--bb-border: #dde6f0;--bb-text: #1a2c4e;--bb-text-muted: #7a8fa8;--bb-green: #1aab5f;--bb-star: #fbbf24;--bb-radius: 12px;--bb-radius-sm: 8px;--bb-shadow: 0 4px 24px rgba(26,44,78,.1);--bb-shadow-card: 0 2px 12px rgba(26,44,78,.07);--bb-transition: .22s ease}.bundle-builder{font-family:-apple-system,Helvetica Neue,Arial,sans-serif;color:var(--bb-text);background:var(--bb-off-white)}.bundle-hero{background:var(--bb-navy);color:var(--bb-white);padding:48px 24px 40px;text-align:center}.bundle-hero__title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;letter-spacing:-.02em;margin:0 0 12px}.bundle-hero__subtitle{font-size:1.0625rem;color:var(--bb-sky-mid);margin:0 auto;max-width:520px}.bundle-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;max-width:1280px;margin-inline:auto;align-items:start;padding:32px 24px 80px}@media(max-width:900px){.bundle-layout{grid-template-columns:1fr;padding:24px 16px 200px}}.bundle-progress{background:var(--bb-white);border:1px solid var(--bb-border);border-radius:var(--bb-radius);padding:20px 24px;margin-bottom:24px;box-shadow:var(--bb-shadow-card)}.bundle-progress__steps{display:flex;align-items:center;margin-bottom:12px}.bundle-progress__step{display:flex;align-items:center;flex:1}.bundle-progress__step:last-child{flex:0}.bundle-progress__dot{width:36px;height:36px;border-radius:50%;background:var(--bb-border);color:var(--bb-text-muted);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--bb-transition),color var(--bb-transition)}.bundle-progress__step--filled .bundle-progress__dot{background:var(--bb-blue);color:var(--bb-white)}.bundle-progress__step--active .bundle-progress__dot{background:var(--bb-navy);color:var(--bb-white);box-shadow:0 0 0 3px var(--bb-sky-mid)}.bundle-progress__line{flex:1;height:3px;background:var(--bb-border);transition:background var(--bb-transition);margin:0 4px}.bundle-progress__label{font-size:.875rem;color:var(--bb-text-muted);margin:0;font-weight:500}.bundle-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.bundle-filter{padding:8px 18px;border-radius:100px;border:1.5px solid var(--bb-border);background:var(--bb-white);color:var(--bb-text-muted);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--bb-transition)}.bundle-filter:hover{border-color:var(--bb-blue);color:var(--bb-blue)}.bundle-filter--active{background:var(--bb-navy);border-color:var(--bb-navy);color:var(--bb-white)}.bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}[data-filter-hidden]{display:none!important}.bundle-card{background:var(--bb-white);border-radius:var(--bb-radius);border:2px solid transparent;box-shadow:var(--bb-shadow-card);padding:20px;display:flex;flex-direction:column;transition:border-color var(--bb-transition),box-shadow var(--bb-transition),transform var(--bb-transition);position:relative;overflow:hidden}.bundle-card:hover{box-shadow:var(--bb-shadow);transform:translateY(-2px)}.bundle-card--in-bundle{border-color:var(--bb-blue);background:#f0f7ff}.bundle-card__badge{position:absolute;top:14px;left:14px;background:var(--bb-sky);color:var(--bb-blue);font-size:.6875rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:4px 10px;border-radius:100px;z-index:1}.bundle-card__image-wrap{aspect-ratio:1 / 1;border-radius:var(--bb-radius-sm);overflow:hidden;margin-bottom:16px;background:var(--bb-off-white)}.bundle-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bundle-card:hover .bundle-card__image{transform:scale(1.04)}.bundle-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:6px}.bundle-card__stars{color:var(--bb-star);font-size:.8125rem}.bundle-card__score{font-size:.8125rem;font-weight:700}.bundle-card__count{font-size:.75rem;color:var(--bb-text-muted)}.bundle-card__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px}.bundle-card__title{font-size:.9375rem;font-weight:700;line-height:1.3;margin:0;flex:1}.bundle-card__title a{color:inherit;text-decoration:none}.bundle-card__title a:hover{color:var(--bb-blue)}.bundle-card__price{font-size:.9375rem;font-weight:700;color:var(--bb-navy);white-space:nowrap}.bundle-card__variant-wrap{position:relative;margin-bottom:14px}.bundle-card__variant-select{width:100%;appearance:none;-webkit-appearance:none;background:var(--bb-off-white);border:1.5px solid var(--bb-border);border-radius:var(--bb-radius-sm);padding:9px 32px 9px 12px;font-size:.875rem;color:var(--bb-text);cursor:pointer;transition:border-color var(--bb-transition)}.bundle-card__variant-select:focus{outline:none;border-color:var(--bb-blue)}.bundle-card__variant-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--bb-text-muted);font-size:.75rem}.bundle-card__variant-label{font-size:.875rem;color:var(--bb-text-muted);margin:0 0 14px}.bundle-card__actions{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.bundle-card__btn{width:100%;padding:12px 16px;border-radius:var(--bb-radius-sm);font-size:.875rem;font-weight:800;letter-spacing:.04em;cursor:pointer;transition:all var(--bb-transition);border:2px solid transparent}.bundle-card__btn--add{background:var(--bb-navy);color:var(--bb-white);border-color:var(--bb-navy)}.bundle-card__btn--add:hover:not(:disabled){background:var(--bb-blue);border-color:var(--bb-blue)}.bundle-card__btn--add:disabled{cursor:not-allowed}.bundle-card__btn--remove{background:transparent;color:var(--bb-navy);border-color:var(--bb-navy)}.bundle-card__btn--remove:hover{background:var(--bb-navy);color:var(--bb-white)}.bundle-card__learn{display:block;text-align:center;font-size:.8125rem;font-weight:700;color:var(--bb-navy);text-decoration:underline;text-underline-offset:2px}.bundle-card__learn:hover{color:var(--bb-blue)}.bundle-disclaimer{font-size:.8125rem;color:var(--bb-text-muted);text-align:center;margin-top:32px;font-style:italic}.bundle-sidebar{position:sticky;top:24px}.bundle-sidebar__inner{background:var(--bb-white);border-radius:var(--bb-radius);border:1px solid var(--bb-border);box-shadow:var(--bb-shadow);overflow:hidden}.bundle-sidebar__header{padding:20px 20px 0}.bundle-sidebar__title{font-size:1.125rem;font-weight:800;margin:0 0 10px;color:var(--bb-navy)}.bundle-sidebar__savings-badge{background:linear-gradient(135deg,#1aab5f,#0e8a4a);color:#fff;font-size:.8125rem;font-weight:700;padding:8px 14px;border-radius:var(--bb-radius-sm);margin:0 0 4px;animation:bb-pop .35s cubic-bezier(.34,1.56,.64,1)}@keyframes bb-pop{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.bundle-slots{list-style:none;margin:12px 0 0;padding:0 20px;display:flex;flex-direction:column;gap:8px}.bundle-slot{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--bb-radius-sm);border:1.5px dashed var(--bb-border);background:var(--bb-off-white);transition:border-color var(--bb-transition),background var(--bb-transition);min-height:60px}.bundle-slot--filled{border-style:solid;border-color:var(--bb-blue);background:#f0f7ff}.bundle-slot__number{width:28px;height:28px;border-radius:50%;background:var(--bb-border);color:var(--bb-text-muted);font-size:.8125rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--bb-transition),color var(--bb-transition)}.bundle-slot--filled .bundle-slot__number{background:var(--bb-blue);color:var(--bb-white)}.bundle-slot__content{flex:1;min-width:0}.bundle-slot__placeholder{font-size:.8125rem;color:var(--bb-text-muted);font-weight:600}.bundle-slot__product{display:flex;align-items:center;gap:10px}.bundle-slot__img{width:44px;height:44px;border-radius:6px;object-fit:cover;background:var(--bb-sky);flex-shrink:0}.bundle-slot__info{display:flex;flex-direction:column;gap:2px;min-width:0}.bundle-slot__name{font-size:.8125rem;font-weight:700;color:var(--bb-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-slot__meta{font-size:.6875rem;color:var(--bb-text-muted)}.bundle-slot__remove{background:transparent;border:none;color:var(--bb-text-muted);cursor:pointer;font-size:1rem;padding:4px;border-radius:4px;line-height:1;transition:color var(--bb-transition),background var(--bb-transition)}.bundle-slot__remove:hover{color:#e53e3e;background:#fff0f0}.bundle-purchase{padding:16px 20px 0;display:flex;flex-direction:column;gap:10px}.bundle-purchase__option{display:block;border:1.5px solid var(--bb-border);border-radius:var(--bb-radius-sm);padding:14px;cursor:pointer;transition:border-color var(--bb-transition),background var(--bb-transition)}.bundle-purchase__option:has(input:checked){border-color:var(--bb-blue);background:#f0f7ff}.bundle-purchase__option-header{display:flex;align-items:flex-start;gap:10px}.bundle-purchase__option-header input[type=radio]{margin-top:3px;accent-color:var(--bb-blue)}.bundle-purchase__option-label{flex:1}.bundle-purchase__badge{display:inline-block;font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px;border-radius:100px;background:var(--bb-border);color:var(--bb-text-muted);margin-bottom:4px}.bundle-purchase__badge--primary{background:var(--bb-navy);color:var(--bb-white)}.bundle-purchase__name{font-size:.875rem;font-weight:600;color:var(--bb-text)}.bundle-purchase__prices{display:flex;align-items:baseline;gap:6px;margin-top:6px}.bundle-purchase__compare{font-size:.8125rem;color:var(--bb-text-muted);text-decoration:line-through}.bundle-purchase__final{font-size:1.125rem;font-weight:800;color:var(--bb-navy)}.bundle-purchase__sub-note{font-size:.75rem;color:var(--bb-text-muted);margin:4px 0 0}.bundle-purchase__sub-freq{font-size:.75rem;color:var(--bb-blue);margin:2px 0 0;font-weight:600}.bundle-cta{display:flex;justify-content:space-between;align-items:center;width:100%;background:var(--bb-navy);color:var(--bb-white);border:none;padding:18px 20px;font-size:1rem;font-weight:800;letter-spacing:.06em;cursor:pointer;transition:background var(--bb-transition);margin-top:16px}.bundle-cta:not([disabled]):hover{background:var(--bb-blue)}.bundle-cta[disabled]{opacity:.45;cursor:not-allowed}.bundle-cta__price{font-size:1.125rem}.bundle-shipping-note{text-align:center;font-size:.75rem;color:var(--bb-green);font-weight:600;padding:10px 20px 16px;margin:0}@media(max-width:900px){.bundle-sidebar{position:fixed;bottom:0;left:0;right:0;z-index:100;top:auto;max-height:70vh;overflow-y:auto;border-top:2px solid var(--bb-border)}.bundle-sidebar__inner{border-radius:16px 16px 0 0;border-bottom:none}}
/*# sourceMappingURL=/cdn/shop/t/455/assets/bundle-builder.css.map */
