.bundle-builder{--bb-gap: .5rem;--bb-radius: 0;--bb-border: rgba(0, 0, 0, .08);--bb-text: #1a1a1a;--bb-muted: rgba(26, 26, 26, .55);--bb-bar-height: 5.5rem;display:block;background:var(--bb-bg);color:var(--bb-text);padding:3rem 0 calc(4rem + var(--bb-bar-height) + env(safe-area-inset-bottom,0px))}.bundle-builder__inner.wrapper:after{content:none}.bundle-builder__header{max-width:40rem;margin-bottom:2.5rem}.bundle-builder__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.02em}.bundle-builder__subheading{color:var(--bb-muted);font-size:1rem;line-height:1.5}.bundle-builder__subheading p{margin:0}.bundle-builder__body{display:grid;gap:2.5rem;align-items:start}@media only screen and (min-width:990px){.bundle-builder__body{grid-template-columns:minmax(0,1fr) minmax(16rem,20rem);gap:3rem}}.bundle-builder__steps{display:flex;flex-direction:column;gap:0;min-width:0}.bundle-builder__step{border-top:1px solid var(--bb-border)}.bundle-builder__step:last-child{border-bottom:1px solid var(--bb-border)}.bundle-builder__step-head{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-areas:"num title count chevron" "num hint count chevron";align-items:center;column-gap:.875rem;row-gap:.15rem;width:100%;padding:1.25rem 0;margin:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.bundle-builder__step-num{grid-area:num;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid currentColor;border-radius:50%;font-size:.75rem;font-weight:600;line-height:1}.bundle-builder__step-title{grid-area:title;font-size:1.125rem;font-weight:600;line-height:1.3}.bundle-builder__step-hint{grid-area:hint;color:var(--bb-muted);font-size:.8125rem;line-height:1.3}.bundle-builder__step-count{grid-area:count;color:var(--bb-muted);font-size:.8125rem;white-space:nowrap}.bundle-builder__step-count:empty{display:none}.bundle-builder__chevron{grid-area:chevron;position:relative;width:.625rem;height:.625rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;align-self:center}.bundle-builder__step.is-collapsed .bundle-builder__chevron{transform:rotate(-45deg)}.bundle-builder__step-body{padding:0 0 1.75rem}.bundle-builder__step.is-collapsed .bundle-builder__step-body{display:none}.bundle-builder__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--bb-gap)}@media only screen and (min-width:750px){.bundle-builder__options{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:990px){.bundle-builder__options{grid-template-columns:repeat(4,minmax(0,1fr))}}.bundle-builder__options .product-item{width:100%;max-width:none;margin:0;padding:0;float:none}.bundle-builder__options .product-item[hidden]{display:none!important}.bundle-builder__more{display:inline-block;margin-top:1.25rem;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;font-size:.875rem;letter-spacing:.02em;cursor:pointer}.bundle-builder__more:hover{opacity:.7}.bundle-builder__summary{position:sticky;top:6rem;padding:1.5rem;background:#fff;border:1px solid var(--bb-border)}.bundle-builder__summary-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600}.bundle-builder__lines{list-style:none;margin:0 0 1rem;padding:0}.bundle-builder__lines:empty,.bundle-builder__lines[hidden]{display:none}.bundle-builder__line{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid var(--bb-border)}.bundle-builder__line:first-child{padding-top:0}.bundle-builder__line-main{display:flex;justify-content:space-between;gap:.75rem;font-size:.875rem}.bundle-builder__line-title{font-weight:500}.bundle-builder__line-price{flex-shrink:0}.bundle-builder__line-remove{align-self:flex-start;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--bb-muted);font-size:.75rem;cursor:pointer}.bundle-builder__empty{margin:0 0 1.25rem;color:var(--bb-muted);font-size:.875rem;line-height:1.45}.bundle-builder__empty[hidden]{display:none}.bundle-builder__row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem;font-size:.9375rem}.bundle-builder__row--discount{color:var(--bb-muted)}.bundle-builder__row--total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--bb-border);font-size:1.0625rem;font-weight:600}.bundle-builder__save{margin:.75rem 0 0;color:var(--bb-accent, #3b101a);font-size:.875rem;font-weight:600}.bundle-builder__save[hidden]{display:none}.bundle-builder__cta{width:100%;margin-top:1.25rem;background-color:var(--bb-accent, #3b101a);border-color:var(--bb-accent, #3b101a)}.bundle-builder__note{margin:.875rem 0 0;color:var(--bb-muted);font-size:.75rem;line-height:1.4;text-align:center}.bundle-builder__bar{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--bb-border);box-shadow:0 -.5rem 1.5rem #0000000f;padding-bottom:env(safe-area-inset-bottom,0px);z-index:101}.bundle-builder__bar-progress{display:block;height:3px;background:#0000000f;overflow:hidden}.bundle-builder__bar-progress-fill{display:block;height:100%;width:0%;background:var(--bb-accent, #3b101a);transition:width .25s ease}.bundle-builder__bar-inner.wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--bb-bar-height);padding-top:.75rem;padding-bottom:.75rem}.bundle-builder__bar-inner.wrapper:after{content:none}.bundle-builder__bar-meta{display:flex;align-items:center;gap:.875rem;min-width:0;flex:1}.bundle-builder__bar-thumbs{display:flex;align-items:center;flex-shrink:0}.bundle-builder__bar-thumb{width:2.5rem;height:2.5rem;margin-left:-.5rem;border:2px solid #fff;border-radius:50%;overflow:hidden;background:#f3f1ed}.bundle-builder__bar-thumb:first-child{margin-left:0}.bundle-builder__bar-thumb img{display:block;width:100%;height:100%;object-fit:cover}.bundle-builder__bar-thumb--more{display:inline-flex;align-items:center;justify-content:center;color:var(--bb-muted);font-size:.6875rem;font-weight:600;line-height:1}.bundle-builder__bar-thumbs:empty{display:none}.bundle-builder__bar-copy{min-width:0}.bundle-builder__bar-status{margin:0;color:var(--bb-muted);font-size:.75rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__bar-total{margin:.15rem 0 0;font-size:1rem;font-weight:600;line-height:1.2}.bundle-builder__bar-cta{flex-shrink:0;width:auto;min-width:9.5rem;margin:0;background-color:var(--bb-accent, #3b101a);border-color:var(--bb-accent, #3b101a)}.bundle-builder__bar-cta:disabled{opacity:.45;cursor:not-allowed}@media only screen and (max-width:749px){.bundle-builder{--bb-bar-height: 7.25rem}.bundle-builder__bar-inner.wrapper{flex-direction:column;align-items:stretch;gap:.75rem}.bundle-builder__bar-meta{width:100%}.bundle-builder__bar-thumb{width:2.25rem;height:2.25rem}.bundle-builder__bar-cta{width:100%;min-width:0;max-width:none}}.bb-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.bb-modal[hidden]{display:none}.bb-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;cursor:pointer}.bb-modal__dialog{position:relative;z-index:1;display:grid;width:min(100%,52rem);max-height:min(90vh,40rem);overflow:auto;background:#fff;box-shadow:0 1rem 3rem #0000002e}@media only screen and (min-width:750px){.bb-modal__dialog{grid-template-columns:1fr 1fr;overflow:hidden}}.bb-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2;width:2.25rem;height:2.25rem;padding:0;border:0;background:transparent;color:inherit;font-size:1.75rem;line-height:1;cursor:pointer}.bb-modal__media{background:#f3f1ed;aspect-ratio:1;overflow:hidden}.bb-modal__media img{display:block;width:100%;height:100%;object-fit:cover}.bb-modal__info{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;overflow:auto}.bb-modal__title{margin:0;padding-right:2rem;font-size:1.25rem;line-height:1.25}.bb-modal__rating[hidden],.bb-modal__group[hidden],.bb-modal__desc-wrap[hidden],.bb-modal__remove[hidden]{display:none}.bb-modal__price{font-size:1rem;font-weight:600}.bb-modal__opt-label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.bb-modal__swatches,.bb-modal__sizes{display:flex;flex-wrap:wrap;gap:.5rem}.bb-modal__desc{color:var(--bb-muted);font-size:.875rem;line-height:1.5}.bb-modal__add{width:100%;margin-top:auto;background-color:var(--bb-accent, #3b101a);border-color:var(--bb-accent, #3b101a)}.bb-modal__remove{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--bb-muted);font-size:.8125rem;align-self:center;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/392/assets/section-bundle-builder.css.map */
