.bundle-builder{--bb-gap: 32px;--bb-radius: var(--style-border-radius-sm, .6rem);--bb-border: var(--color-border, rgba(0, 0, 0, .12))}.bundle-builder__placeholder{padding:40px;text-align:center;border:1px dashed var(--bb-border);border-radius:var(--bb-radius);font-family:var(--font-body--family)}.bundle-builder__app{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:var(--bb-gap);align-items:start}.bundle-builder__grid-column{min-width:0}.bundle-builder__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-family:var(--font-body--family);font-size:16px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.bundle-builder__eyebrow-rule{display:inline-block;width:24px;height:1px;background:currentColor}.bundle-builder__heading{margin:0 0 16px;text-transform:uppercase;line-height:.95;font-size:5rem;font-weight:800}.bundle-builder__subheading{max-width:46em;margin:0 0 28px;font-family:var(--font-body--family);font-size:16px;line-height:1.5;opacity:.8}.bundle-builder__subheading p{margin:0}.bundle-builder__tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.bundle-builder__tab{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid #d0d0d0;border-radius:2px;background:transparent;color:currentColor;font-family:var(--font-body--family);font-size:16px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.bundle-builder__tab-dot{width:8px;height:8px;border-radius:50%;background:var(--bb-tab-dot, var(--bb-accent));flex-shrink:0}.bundle-builder__tab-count{opacity:.6;font-weight:500}.bundle-builder__tab.is-active{background:var(--color-foreground);border-color:var(--color-foreground);color:var(--color-background)}.bundle-builder__tab.is-active .bundle-builder__tab-dot{background:var(--color-background)}.bundle-builder__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;border:1px solid var(--bb-border);background:var(--bb-border)}.bundle-builder__card{--bb-card-padding: 12px;position:relative;display:flex;flex-direction:column;background:var(--color-background);color:var(--color-foreground);padding:12px}.bundle-builder__card-body{display:flex;flex-direction:column;flex:1}.bundle-builder__card[hidden]{display:none}.bundle-builder__card-badge{position:absolute;top:12px;left:12px;min-width:22px;height:22px;padding:0 6px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#000;color:#fff;font-size:1.1rem;font-weight:700;font-family:var(--font-body--family);z-index:2}.bundle-builder__card-badge[hidden]{display:none}.bundle-builder__card-flavor-badge{position:absolute;top:8px;right:8px;width:84px;height:84px;z-index:2;pointer-events:none}.bundle-builder__card-image{position:relative;display:block;aspect-ratio:4 / 3;margin-bottom:10px;background:var(--color-background)}.bundle-builder__card-image img:not(.bundle-builder__card-mountain){position:relative;z-index:1;width:100%;height:100%;object-fit:contain;display:block}.bundle-builder__card-mountain{position:absolute;left:calc(-1 * var(--bb-card-padding, 12px));bottom:0;width:calc(100% + (2 * var(--bb-card-padding, 12px)));max-width:none;height:55%;object-fit:cover;object-position:bottom center;display:block}.bundle-builder__card-meta{display:flex;align-items:center;gap:5px;margin:0 0 4px;font-family:var(--font-body--family);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.65}.bundle-builder__card-dot{width:7px;height:7px;border-radius:50%;background:var(--bb-flavor-color, var(--bb-accent));flex-shrink:0}.bundle-builder__card-title{margin:0 0 10px;font-family:var(--font-body--family);font-weight:700;font-size:16px!important;text-transform:uppercase;line-height:1.15}.bundle-builder__card-action{margin-top:auto}.bundle-builder__add-btn{width:100%;padding:8px 12px;border:none;border-radius:2px;background:#000;color:#fff;font-family:var(--font-body--family);font-size:1.05rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.bundle-builder__add-btn:hover{opacity:.85;background-color:#c7a863}.bundle-builder__add-btn:disabled{cursor:not-allowed;opacity:.4}.bundle-builder__add-btn[hidden]{display:none}.bundle-builder__stepper{display:grid;grid-template-columns:auto 1fr auto;align-items:stretch;border-radius:2px;overflow:hidden;background:#000}.bundle-builder__stepper[hidden]{display:none}.bundle-builder__stepper-btn{border:none;min-width:32px;padding:7px 10px;background:#efefef;color:#000;font-size:1.2rem;line-height:1;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.bundle-builder__stepper-btn:disabled{cursor:not-allowed;opacity:.4}.bundle-builder__stepper-btn--accent{background:var(--bb-accent)}.bundle-builder__stepper-qty{display:flex;align-items:center;justify-content:center;background:#000;color:#fff;font-family:var(--font-body--family);font-weight:700;font-size:1.3rem}.bundle-builder__mobile-dock{display:contents}.bundle-builder__mobile-bar,.bundle-builder__desktop-bubble{display:none}.bundle-builder__sidebar{position:sticky;top:calc(var(--header-height, 0px) + 24px);color:var(--color-foreground)}.bundle-builder__sidebar-inner{padding:32px;border-radius:var(--bb-radius);background-color:var(--color-background)}.bundle-builder__sidebar-inner--has-image{background-size:cover;background-position:center;background-repeat:no-repeat}.bundle-builder__sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}.bundle-builder__sidebar-eyebrow{margin:0 0 4px;font-family:var(--font-body--family);font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.6}.bundle-builder__sidebar-status{margin:0;font-family:var(--font-body--family);font-weight:700;font-size:2rem;line-height:1}.bundle-builder__progress{position:relative;width:72px;height:72px;flex-shrink:0}.bundle-builder__progress-ring{width:100%;height:100%;transform:rotate(-90deg)}.bundle-builder__progress-track,.bundle-builder__progress-fill{fill:none;stroke-width:4}.bundle-builder__progress-track{stroke:color-mix(in srgb,currentColor 20%,transparent)}.bundle-builder__progress-fill{stroke:var(--bb-accent);stroke-linecap:round;stroke-dasharray:175.93;stroke-dashoffset:175.93;transition:stroke-dashoffset .3s ease}.bundle-builder__progress-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-body--family);font-weight:700;font-size:1.3rem}.bundle-builder__progress-label-of{opacity:.6;font-weight:500;margin-left:2px}.bundle-builder__slots{display:flex;justify-content:center;flex-wrap:nowrap;gap:5px;padding:12px;margin-bottom:16px;border-radius:2px;background:color-mix(in srgb,currentColor 6%,transparent)}.bundle-builder__slot{flex:1 1 0;max-width:38px;aspect-ratio:1 / 1;border-radius:3px;background-color:color-mix(in srgb,currentColor 12%,transparent);background-image:none;background-size:contain;background-repeat:no-repeat;background-position:center;transition:background-color .2s ease}.bundle-builder__slot.is-filled{background-color:var(--bb-slot-fallback-color, transparent);background-image:var(--bb-slot-image, none);transform:rotate(90deg)}.bundle-builder__count-label{margin:0 0 16px;text-align:center;font-family:var(--font-body--family);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.bundle-builder__selected-list{list-style:none;margin:0 0 16px;padding:0;max-height:190px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin}.bundle-builder__selected-list:empty{display:none}.bundle-builder__selected-item{display:flex;align-items:center;gap:10px}.bundle-builder__selected-item-dot{width:8px;height:8px;border-radius:50%;background:var(--bb-item-color, var(--bb-accent));flex-shrink:0}.bundle-builder__selected-item-info{min-width:0;flex:1}.bundle-builder__selected-item-title{display:block;font-family:var(--font-body--family);font-size:16px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-builder__selected-item-category{display:block;font-family:var(--font-body--family);font-size:12px;font-weight:600;opacity:.55;text-transform:uppercase;letter-spacing:.06em}.bundle-builder__selected-item .bundle-builder__stepper{flex-shrink:0;background:transparent;border:1px solid #fff}.bundle-builder__selected-item .bundle-builder__stepper-btn,.bundle-builder__selected-item .bundle-builder__stepper-btn--accent,.bundle-builder__selected-item .bundle-builder__stepper-qty{background:transparent;color:inherit}.bundle-builder__summary{display:flex;align-items:baseline;justify-content:space-between;padding-top:18px;margin-bottom:18px;border-top:1px solid color-mix(in srgb,currentColor 15%,transparent)}.bundle-builder__summary-label{font-family:var(--font-body--family);font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.7}.bundle-builder__summary-price{font-family:var(--font-body--family);font-weight:700;font-size:17px}.bundle-builder__cta{width:100%;padding:18px 24px;border:none;border-radius:2px;background:var(--bb-accent);color:#1a1a1a;font-family:var(--font-body--family);font-size:16px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease,filter .2s ease}.bundle-builder__cta:hover:not(:disabled){filter:brightness(.95)}.bundle-builder__cta:disabled{cursor:not-allowed;opacity:.45}.bundle-builder__status{margin:10px 0 0;min-height:1em;text-align:center;font-family:var(--font-body--family);font-size:1.1rem}.bundle-builder__footer-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;font-family:var(--font-body--family);font-size:14px;opacity:.7}.bundle-builder__clear{border:none;background:none;padding:0;color:currentColor;font:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer;opacity:.9}.bundle-builder__clear:hover{opacity:1}@media screen and (max-width:989px){.bundle-builder__app{grid-template-columns:1fr}.bundle-builder__sidebar{position:static}}@media screen and (max-width:749px){.bundle-builder__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-builder__card{--bb-card-padding: 10px;padding:10px}.bundle-builder__card-flavor-badge{width:60px;height:60px;top:3px;right:3px}.bundle-builder__mobile-dock{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:0;z-index:40;transition:transform .25s ease}.bundle-builder__mobile-dock[data-bb-outside-section]{transform:translateY(100%)}.bundle-builder__sidebar{order:1;position:static;max-height:0;overflow:hidden;transition:max-height .3s ease}.bundle-builder__sidebar[data-bb-expanded]{max-height:70vh;overflow-y:auto}.bundle-builder__sidebar-inner{padding:20px;border-radius:12px 12px 0 0}.bundle-builder__sidebar-header,.bundle-builder__count-label,.bundle-builder__sidebar .bundle-builder__cta{display:none}.bundle-builder__mobile-bar{order:2;display:flex;align-items:center;gap:12px;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--bb-border)}.bundle-builder__mobile-toggle{display:flex;align-items:center;gap:10px;flex:1;min-width:0;border:none;background:none;padding:0;margin:0;color:inherit;text-align:left;cursor:pointer}.bundle-builder__mobile-progress{position:relative;width:40px;height:40px;flex-shrink:0}.bundle-builder__mobile-progress .bundle-builder__progress-label{font-size:1rem}.bundle-builder__mobile-toggle-text{display:flex;flex-direction:column;min-width:0}.bundle-builder__mobile-toggle-label{font-family:var(--font-body--family);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__mobile-toggle-status{font-family:var(--font-body--family);font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__mobile-toggle-chevron{flex-shrink:0;font-size:.8rem;opacity:.7}.bundle-builder__mobile-cta{width:auto;flex-shrink:0;padding:12px 18px;font-size:13px}}@media screen and (min-width:750px){.bundle-builder__desktop-bubble{display:flex;flex-direction:column;align-items:flex-end;gap:12px;position:fixed;right:16px;bottom:45px;z-index:41;max-width:calc(100vw - 48px);background-color:transparent}.bundle-builder__desktop-panel{width:380px;max-width:100%;max-height:0;overflow:hidden;border-radius:var(--bb-radius);box-shadow:0 12px 40px #00000059;transition:max-height .3s ease}.bundle-builder__desktop-panel[data-bb-desktop-expanded]{max-height:80vh;overflow-y:auto}.bundle-builder__desktop-toggle{display:flex;align-items:center;gap:12px;width:320px;max-width:100%;border:none;border-radius:999px;padding:12px 20px;background-color:var(--color-background);color:var(--color-foreground);box-shadow:0 8px 28px #0000004d;cursor:pointer;text-align:left;transition:filter .2s ease}.bundle-builder__desktop-toggle:hover{filter:brightness(.95)}.bundle-builder__desktop-toggle-progress{position:relative;width:40px;height:40px;flex-shrink:0}.bundle-builder__desktop-toggle-progress .bundle-builder__progress-label{font-size:1rem}.bundle-builder__desktop-toggle-text{display:flex;flex-direction:column;flex:1;min-width:0}.bundle-builder__desktop-toggle-label{font-family:var(--font-body--family);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__desktop-toggle-status{font-family:var(--font-body--family);font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__desktop-toggle-chevron{flex-shrink:0;font-size:.8rem;opacity:.7}}
/*# sourceMappingURL=/cdn/shop/t/98/assets/bundle-builder.css.map */
