bundle-builder{display:block;--bundle-gap-sm: 4px;--bundle-gap: 8px;--bundle-header-gutter: 16px;--bundle-card-meta-py: 12px;--bundle-btn-bg: #2a1713;--bundle-btn-text: #ffffff;--bundle-summary-bg: #e1dbd5;--bundle-summary-text: #2a1713;--bundle-summary-muted: rgba(42, 23, 19, .6);--bundle-summary-border: rgba(42, 23, 19, .3);--bundle-summary-top: 0px;--bundle-placeholder-card-bg: #f6f4f2;--bundle-placeholder-accent: #ffffff;--bundle-track-width: 30px;--bundle-line-width: 6px;--bundle-dot-empty: 30px;--bundle-dot-filled: 16px;--bundle-dot-size: var(--bundle-dot-empty);--bundle-slot-padding: 8px;--bundle-slot-min-height: 76px;--bundle-slot-image-width: 44px;--bundle-slot-icon-size: 24px}.has-header-sticky bundle-builder{--bundle-summary-top: var(--header-height, 0px)}@media only screen and (min-width:750px){bundle-builder{--bundle-header-gutter: 24px;--bundle-card-meta-py: 16px}}.bundle-builder__wrapper{width:100%}.bundle-builder__header{width:100%;margin-bottom:var(--line);padding-inline:var(--bundle-header-gutter)}@media only screen and (max-width:749px){.bundle-builder__header{display:flex;flex-direction:column;gap:16px;padding-block:24px}.bundle-builder__heading,.bundle-builder__description{margin:0}}@media only screen and (min-width:750px){.bundle-builder__filter-tabs{border:none;padding-block:0}}.bundle-builder__body{display:grid;grid-template-columns:1fr;gap:var(--bundle-gap-sm);align-items:start}@media only screen and (min-width:750px){.bundle-builder__body{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--bundle-gap);align-items:stretch}.bundle-builder__grid{grid-column:span 2;min-width:0}.bundle-builder__summary{grid-column:span 1;min-width:0;height:100%;align-self:stretch;background:var(--bundle-summary-bg)}.bundle-builder__summary-inner{position:sticky;top:var(--bundle-summary-top)}}.bundle-builder__heading{margin:0 0 var(--line)}.bundle-builder__description{margin:0 0 var(--line);font-size:12px;line-height:14.4px}@media only screen and (max-width:749px){.bundle-builder__heading{font-size:36px;line-height:39.6px}}@media only screen and (min-width:750px){.bundle-builder__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:24px}.bundle-builder__heading{margin:0;max-width:400px;font-size:var(--font-heading-large)}.bundle-builder__description{margin:0;max-width:400px}.bundle-builder__filters{flex:0 0 100%}}.bundle-builder__filters{margin-bottom:0}.bundle-builder__filters-label{margin:0 0 var(--inner);text-transform:capitalize}.bundle-builder__filter-tabs{display:flex;gap:var(--inner);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-block:16px}.bundle-builder__filter-tabs::-webkit-scrollbar{display:none}.bundle-builder__filter-tab{flex-shrink:0;padding:0;border:none;background:none;font-family:var(--FONT-STACK-BTN);line-height:14.4px;text-transform:uppercase;letter-spacing:var(--BTN-LETTER-SPACING);color:var(--COLOR-TEXT-LIGHT);cursor:pointer;position:relative;transition:color .25s ease}.bundle-builder__filter-tab:hover{color:var(--COLOR-TEXT)}.bundle-builder__filter-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center center;transition:transform .25s ease}@media(hover:hover){.bundle-builder__filter-tab:hover:after{transform:scaleX(1)}}.bundle-builder__filter-tab.is-active{font-weight:var(--FONT-WEIGHT-BTN);color:var(--COLOR-TEXT)}.bundle-builder__filter-tab.is-active:after{transform:scaleX(1)}.bundle-builder__shade-filters{margin-top:var(--inner)}.bundle-builder__shade-tabs{display:flex;gap:var(--inner);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.bundle-builder__shade-tabs::-webkit-scrollbar{display:none}.bundle-builder__shade-tab{flex-shrink:0;padding:0;border:none;background:none;font-family:var(--FONT-STACK-BODY);font-size:var(--FONT-BODY-MEDIUM-MOBILE, var(--FONT-BODY-MEDIUM));line-height:14.4px;text-transform:none;letter-spacing:normal;color:var(--COLOR-TEXT-LIGHT);cursor:pointer;position:relative;transition:color .25s ease}@media only screen and (min-width:750px){.bundle-builder__shade-tab{font-size:var(--FONT-BODY-MEDIUM)}}.bundle-builder__shade-tab:hover{color:var(--COLOR-TEXT)}.bundle-builder__shade-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center center;transition:transform .25s ease}@media(hover:hover){.bundle-builder__shade-tab:hover:after{transform:scaleX(1)}}.bundle-builder__shade-tab.is-active{color:var(--COLOR-TEXT)}.bundle-builder__shade-tab.is-active:after{transform:scaleX(1)}.bundle-builder__empty{text-align:center;padding:var(--outer) 0;color:var(--COLOR-TEXT-LIGHT)}.bundle-builder__group{margin-bottom:var(--bundle-gap)}.bundle-builder__group:last-child{border-bottom:none;margin-bottom:0}.bundle-builder__group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--bundle-gap-sm);align-items:stretch}@media only screen and (min-width:750px){.bundle-builder__group-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--bundle-gap)}}@keyframes bundle-builder-card-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){bundle-builder:not(.is-cards-ready) .bundle-builder__card{opacity:0;transform:translateY(16px)}.bundle-builder__card.is-entering{animation:bundle-builder-card-enter .45s cubic-bezier(.22,1,.36,1) both}}.bundle-builder__card{display:flex;flex-direction:column;height:100%;padding:0}.bundle-builder__card.is-selected{background:var(--COLOR-BG-SECONDARY, var(--COLOR-BG))}.bundle-builder__card-media{display:flex;flex-direction:column;flex:1;width:100%;min-height:0}.bundle-builder__card-image{display:block;flex-shrink:0;width:100%;overflow:hidden}.bundle-builder__card-image img{width:100%;height:auto;object-fit:cover;display:block}.bundle-builder__card-meta{display:flex;flex:1;justify-content:space-between;align-items:flex-end;gap:var(--bundle-gap);padding:var(--bundle-card-meta-py) var(--bundle-header-gutter)}.bundle-builder__card-title{flex:1;min-width:0;text-decoration:none;color:inherit}.bundle-builder__card-price{flex-shrink:0}.bundle-builder__card-price s{color:var(--COLOR-TEXT-LIGHT)}.bundle-builder__card-btn{flex-shrink:0;width:100%;margin:0;padding-inline:var(--bundle-header-gutter)}@media only screen and (min-width:750px){.bundle-builder__card-btn{margin:var(--bundle-gap) 0 0}}.bundle-builder__card-btn.btn--outline.btn--secondary{--btn-border: var(--bundle-btn-bg);--btn-bg: var(--bundle-btn-bg);--btn-text: var(--bundle-btn-text);--btn-border-hover: var(--bundle-btn-bg);--btn-bg-hover: var(--bundle-btn-bg);--btn-text-hover: var(--bundle-btn-text)}.bundle-builder__card.is-selected .bundle-builder__card-btn.btn--outline.btn--secondary,.bundle-builder__card-btn.btn--outline.btn--secondary[aria-pressed=true]{--btn-bg: transparent;--btn-text: var(--bundle-btn-bg);--btn-border-hover: var(--bundle-btn-bg);--btn-bg-hover: transparent;--btn-text-hover: var(--bundle-btn-bg)}@media only screen and (min-width:750px){.bundle-builder__card-meta{background:var(--bundle-summary-bg);color:var(--bundle-summary-text)}.bundle-builder__card-meta .bundle-builder__card-price s{color:var(--bundle-summary-muted)}}.bundle-builder__summary-inner{padding:var(--line);background:var(--bundle-summary-bg);color:var(--bundle-summary-text)}.bundle-builder__summary-title{margin:0 0 var(--line);color:inherit}@media only screen and (min-width:750px){.bundle-builder__summary-inner{padding:24px}.bundle-builder__summary-header{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.bundle-builder__summary-title{margin:0;font-size:var(--FONT-HEADING-MEDIUM);line-height:110%}.bundle-builder__summary-description{margin:0;font-size:var(--FONT-BODY-MEDIUM);line-height:1.4}.bundle-builder__summary .bundle-builder__placeholders{margin-bottom:16px}.bundle-builder__summary .bundle-builder__pricing{padding:0;border-top:none;margin-bottom:var(--inner)}.bundle-builder__summary .bundle-builder__pricing-row--subtotal{text-transform:uppercase}.bundle-builder__summary .bundle-builder__pricing-row--savings{margin-top:0;font-size:var(--FONT-BODY-MEDIUM);color:var(--bundle-summary-muted)}.bundle-builder__summary .bundle-builder__pricing-row--total{margin-top:0;font-size:var(--FONT-BODY-MEDIUM)}.bundle-builder__summary .bundle-builder__slot-tier{font-size:var(--FONT-BODY-SMALL)}.bundle-builder__summary .bundle-builder__product-inline-title{margin:0;font-size:18px;letter-spacing:normal}.bundle-builder__summary .bundle-builder__placeholder,.bundle-builder__summary .bundle-builder__placeholder-inner,.bundle-builder__summary .bundle-builder__placeholder-empty,.bundle-builder__summary .bundle-builder__placeholder-filled,.bundle-builder__summary .bundle-builder__placeholder-empty .bundle-builder__placeholder-text,.bundle-builder__summary .bundle-builder__product-inline{min-height:var(--bundle-slot-min-height)}.bundle-builder__summary .bundle-builder__placeholder-empty .bundle-builder__placeholder-text{padding:var(--bundle-slot-padding);padding-left:calc(var(--bundle-slot-padding) + var(--bundle-slot-image-width) + var(--bundle-slot-padding))}.bundle-builder__summary .bundle-builder__placeholder-empty .bundle-builder__placeholder-text:before{left:calc(var(--bundle-slot-padding) + (var(--bundle-slot-image-width) - var(--bundle-slot-icon-size)) / 2);width:var(--bundle-slot-icon-size);height:var(--bundle-slot-icon-size)}.bundle-builder__summary .bundle-builder__placeholder-empty .bundle-builder__placeholder-text strong{padding-top:0;font-size:18px}.bundle-builder__summary .bundle-builder__product-inline{gap:8px;padding:var(--bundle-slot-padding)}.bundle-builder__summary .bundle-builder__product-inline-image a{width:var(--bundle-slot-image-width);max-width:var(--bundle-slot-image-width);height:calc(var(--bundle-slot-min-height) - var(--bundle-slot-padding) * 2)}.bundle-builder__summary .bundle-builder__product-inline-image img{width:100%;height:100%;max-width:var(--bundle-slot-image-width);object-fit:cover;object-position:center}.bundle-builder__summary .bundle-builder__product-inline-price{display:none}.bundle-builder__summary .bundle-builder__placeholder-empty .bundle-builder__placeholder-text{flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}}.bundle-builder__slot-tier{margin:0;color:var(--bundle-summary-muted);line-height:1.3}[data-bundle-slot-tier-text]{line-height:12px}[data-bundle-subtotal]{font-size:18px;line-height:25.2px}.bundle-builder__product-inline-info .bundle-builder__product-inline-link{display:block}.bundle-builder__placeholders{position:relative;margin-bottom:calc(var(--bundle-header-gutter) * 1.35);max-height:500px;overflow-y:auto}.bundle-builder__track-line{position:absolute;left:calc(var(--bundle-track-width) / 2);width:var(--bundle-line-width);transform:translate(-50%);background:var(--bundle-placeholder-accent);z-index:0;pointer-events:none}.bundle-builder__placeholder{--bundle-dot-size: var(--bundle-dot-empty);position:relative;min-height:76px;padding-left:calc(var(--bundle-track-width) + var(--bundle-header-gutter))}.bundle-builder__placeholder.is-filled{--bundle-dot-size: var(--bundle-dot-filled)}.bundle-builder__placeholder:not(:last-child){--bundle-placeholder-gap: calc(var(--bundle-header-gutter) / 2);margin-bottom:var(--bundle-placeholder-gap)}.bundle-builder__placeholder--additional .bundle-builder__placeholder-dot{display:none}.bundle-builder__placeholder--additional{padding-left:0;min-height:0}.bundle-builder__placeholder-dot{position:absolute;left:calc((var(--bundle-track-width) - var(--bundle-dot-size)) / 2);top:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:var(--bundle-dot-size);height:var(--bundle-dot-size);transform:translateY(-50%);color:var(--bundle-summary-text);transition:width .2s ease,height .2s ease,left .2s ease}.bundle-builder__placeholder-dot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--bundle-placeholder-accent);transition:inset .2s ease}.bundle-builder__placeholder.is-filled .bundle-builder__placeholder-dot svg{display:none}.bundle-builder__placeholder:not(.is-filled) .bundle-builder__placeholder-dot svg{display:block;position:relative;z-index:1;flex-shrink:0;width:19px;height:19px}.bundle-builder__placeholder-dot svg path{fill:var(--bundle-summary-text)}.bundle-builder__placeholder-inner{min-height:76px;background:var(--bundle-placeholder-card-bg)}.bundle-builder__placeholder-empty,.bundle-builder__placeholder-filled{min-height:76px}.bundle-builder__placeholder-empty .bundle-builder__placeholder-text{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;min-height:76px;padding:var(--bundle-header-gutter);padding-left:calc(var(--bundle-track-width) + var(--bundle-header-gutter) + var(--bundle-gap));margin:0;line-height:1.4;color:var(--bundle-summary-text)}.bundle-builder__placeholder-empty .bundle-builder__placeholder-text:before{content:"";position:absolute;left:var(--bundle-header-gutter);top:50%;width:var(--bundle-dot-empty);height:var(--bundle-dot-empty);transform:translateY(-50%);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6107 6.33682H16.8791C16.7066 4.18542 14.9065 2.48877 12.7112 2.48877C10.5159 2.48877 8.71572 4.18542 8.54323 6.33682H5.81165C5.03389 6.33682 4.40039 6.97032 4.40039 7.74808V21.5471C4.40039 22.3249 5.03389 22.9584 5.81165 22.9584H19.6107C20.3884 22.9584 21.0219 22.3249 21.0219 21.5471V7.74808C21.0219 6.97032 20.3884 6.33682 19.6107 6.33682ZM12.7112 3.42961C14.3859 3.42961 15.7689 4.70602 15.9351 6.33682H9.48408C9.65343 4.70602 11.0365 3.42961 12.7112 3.42961ZM20.0811 21.5471C20.0811 21.8074 19.871 22.0175 19.6107 22.0175H5.81165C5.55135 22.0175 5.34123 21.8074 5.34123 21.5471V7.74808C5.34123 7.48778 5.55135 7.27766 5.81165 7.27766H19.6107C19.871 7.27766 20.0811 7.48778 20.0811 7.74808V21.5471Z' fill='%232a1713'/%3E%3Cpath d='M16.4241 10.2632C16.1638 10.2632 15.9537 10.4733 15.9537 10.7336C15.9537 12.5212 14.4986 13.9764 12.711 13.9764C10.9234 13.9764 9.46819 12.5212 9.46819 10.7336C9.46819 10.4733 9.25806 10.2632 8.99777 10.2632C8.73747 10.2632 8.52734 10.4733 8.52734 10.7336C8.52734 13.0418 10.4028 14.9172 12.711 14.9172C15.0192 14.9172 16.8946 13.0418 16.8946 10.7336C16.8946 10.4733 16.6844 10.2632 16.4241 10.2632Z' fill='%232a1713'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.bundle-builder__placeholder-empty .bundle-builder__placeholder-text strong{padding-top:0}.is-filled .bundle-builder__placeholder-empty{display:none}.bundle-builder__product-inline{display:flex;align-items:center;gap:8px;padding:var(--bundle-header-gutter)}.bundle-builder__product-inline-image{flex-shrink:0}.bundle-builder__product-inline-image a{display:block;width:80px;height:120px}.bundle-builder__product-inline-image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-builder__product-inline-content{display:flex;align-items:center;flex:1;min-width:0;gap:var(--inner)}.bundle-builder__product-inline-info{flex:1;min-width:0}.bundle-builder__product-inline-link{color:inherit;text-decoration:none}.bundle-builder__product-inline-title{margin:0 0 var(--bundle-gap-sm);line-height:1.4;letter-spacing:normal}.bundle-builder__product-inline-price{margin:0;color:var(--bundle-summary-muted);line-height:1.4}.bundle-builder__product-inline-price s{color:var(--bundle-summary-muted)}.bundle-builder__product-inline-actions{display:flex;flex-shrink:0;align-items:center}.bundle-builder__product-inline-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:none;color:var(--bundle-summary-text);cursor:pointer}.bundle-builder__product-inline-remove svg{width:24px;height:24px}@media only screen and (max-width:749px){.bundle-builder__mobile .bundle-builder__placeholder{display:flex;flex-direction:column;min-height:72px;padding-left:0}.bundle-builder__mobile .bundle-builder__placeholder-inner,.bundle-builder__mobile .bundle-builder__placeholder-empty,.bundle-builder__mobile .bundle-builder__placeholder-filled{flex:1;height:auto;min-height:72px}.bundle-builder__mobile .bundle-builder__placeholders{display:flex;flex-direction:row;align-items:stretch;gap:var(--bundle-gap-sm);margin-bottom:16px;max-height:none;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.bundle-builder__mobile .bundle-builder__placeholders::-webkit-scrollbar{display:none}.bundle-builder__mobile .bundle-builder__placeholder{flex:0 0 calc(50% - var(--bundle-gap-sm) / 2);min-width:0;margin-bottom:0}.bundle-builder__mobile .bundle-builder__placeholders:has(>.bundle-builder__placeholder:nth-child(4)) .bundle-builder__placeholder{flex:0 0 calc(47% - var(--bundle-gap-sm) / 2)}.bundle-builder__mobile .bundle-builder__track-line,.bundle-builder__mobile .bundle-builder__placeholder-dot{display:none}.bundle-builder__mobile .bundle-builder__placeholder-inner{display:flex;flex-direction:column;width:100%}.bundle-builder__mobile .bundle-builder__placeholder-empty,.bundle-builder__mobile .bundle-builder__placeholder-filled{display:flex;flex:1;width:100%}.bundle-builder__mobile .bundle-builder__placeholder-empty .bundle-builder__placeholder-text{display:flex;flex-direction:column;justify-content:center;height:100%;min-height:0;padding:calc(var(--bundle-gap-sm) * 2);padding-left:calc(var(--bundle-slot-image-width) + var(--bundle-gap-sm) * 3)}.bundle-builder__mobile .bundle-builder__placeholder-empty .bundle-builder__placeholder-text strong{font-size:14px}.bundle-builder__mobile .bundle-builder__placeholder-empty .bundle-builder__placeholder-text:before{left:calc((var(--bundle-gap-sm) * 2) + (var(--bundle-slot-image-width) - var(--bundle-slot-icon-size)) / 2);width:var(--bundle-slot-icon-size);height:var(--bundle-slot-icon-size)}.bundle-builder__mobile .bundle-builder__product-inline{flex:1;width:100%;height:100%;align-items:center;gap:8px;padding:calc(var(--bundle-gap-sm) * 2)}.bundle-builder__mobile .bundle-builder__product-inline-image{margin-inline-end:0}.bundle-builder__mobile .bundle-builder__product-inline-image a{width:var(--bundle-slot-image-width);height:auto;max-height:calc(var(--bundle-slot-min-height) - var(--bundle-slot-padding) * 2)}.bundle-builder__mobile .bundle-builder__product-inline-image img{width:100%;height:auto;max-height:calc(var(--bundle-slot-min-height) - var(--bundle-slot-padding) * 2);object-fit:cover;object-position:center}.bundle-builder__mobile .bundle-builder__product-inline-title{font-size:14px;line-height:1.4}.bundle-builder__mobile .bundle-builder__slot-tier{font-size:12px}.bundle-builder__mobile .bundle-builder__product-inline-price{display:none}.bundle-builder__mobile-title{margin:0 0 var(--line);color:var(--bundle-summary-text);font-size:16px;line-height:120%;text-transform:uppercase}.bundle-builder__mobile .bundle-builder__pricing{padding:0;border-top:none;margin-bottom:var(--inner)}.bundle-builder__mobile .bundle-builder__pricing-row--subtotal{text-transform:uppercase}.bundle-builder__mobile .bundle-builder__pricing-row--savings{font-size:var(--FONT-BODY-MEDIUM);color:var(--bundle-summary-muted)}.bundle-builder__mobile .bundle-builder__pricing-row--total{font-size:var(--FONT-BODY-MEDIUM)}}.bundle-builder__pricing{display:flex;flex-direction:column;gap:4px;padding:var(--inner) 0;border-top:1px solid var(--bundle-summary-border);margin-bottom:var(--inner)}.bundle-builder__pricing-row{display:flex;justify-content:space-between;align-items:center}.bundle-builder__pricing-row s{margin-left:var(--inner);opacity:.6}.bundle-builder__atc{width:100%}.bundle-builder__atc.btn--solid.btn--secondary{--btn-border: var(--bundle-btn-bg);--btn-bg: var(--bundle-btn-bg);--btn-text: var(--bundle-btn-text);--btn-border-hover: var(--bundle-btn-bg);--btn-bg-hover: var(--bundle-btn-bg);--btn-text-hover: var(--bundle-btn-text)}.bundle-builder__summary{display:none}@media only screen and (min-width:750px){.bundle-builder__summary{display:block}}.bundle-builder__mobile{display:block}@media only screen and (min-width:750px){.bundle-builder__mobile{display:none}}.bundle-builder__mobile-inner{position:fixed;bottom:0;left:0;right:0;z-index:25;padding:var(--inner) var(--bundle-header-gutter);padding-bottom:calc(var(--inner) + env(safe-area-inset-bottom));background:var(--bundle-summary-bg);color:var(--bundle-summary-text);border-top:var(--bundle-gap-sm) solid #fff}.bundle-builder__wrapper{padding-bottom:calc(200px + env(safe-area-inset-bottom))}@media only screen and (min-width:750px){.bundle-builder__wrapper{padding-bottom:0}}.bundle-builder__group[hidden],.bundle-builder__card[hidden],.bundle-builder__placeholder-filled[hidden],.bundle-builder__placeholder-empty[hidden]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/84/assets/bundle-builder.css.map */
