.bundle-builder [hidden]{display:none!important}.bundle-builder{--bundle-teal: #098480;--bundle-teal-soft: #d3eced;--bundle-beige: #f8f2e2;--bundle-border: #e8e1d0;--bundle-dashed: #c9c2b2;--bundle-track: #e9d9c8;--bundle-muted: #515151;--bundle-sticky-top: 0px;display:block;background-color:var(--background-color)}body:has(.announcement--sticky) .bundle-builder{--bundle-sticky-top: var(--announcement-height, 0px)}body:has(.header--sticky:not(.header--hidden)) .bundle-builder{--bundle-sticky-top: calc(var(--announcement-height, 0px) + var(--header-height, 0px))}.bundle-builder__jump{position:sticky;top:var(--bundle-sticky-top);z-index:3;transition:top .3s;background-color:#fff;border-bottom:1px solid var(--bundle-border)}.bundle-builder__jump-inner{display:flex;align-items:center;gap:12px;height:80px}.bundle-builder__jump-label{flex-shrink:0;margin:0;padding-right:8px;font-size:14px;font-weight:500;line-height:140%;color:var(--bundle-muted)}.bundle-builder__chips{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.bundle-chip{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px;border:1px solid var(--bundle-border);border-radius:32px;background-color:#fff;font-family:var(--main-family);font-size:14px;line-height:140%;cursor:pointer;transition:background-color .3s,border-color .3s,color .3s}.bundle-chip *{pointer-events:none}.bundle-chip__title{font-weight:500;color:var(--text-color)}.bundle-chip__count{color:var(--bundle-muted)}.bundle-chip.active{border:1.5px solid var(--bundle-teal);background-color:var(--bundle-teal-soft)}.bundle-chip.active .bundle-chip__title{font-weight:600;color:var(--bundle-teal)}.bundle-chip.active .bundle-chip__count{color:var(--bundle-teal)}.bundle-builder__wrapper{display:flex;align-items:flex-start;gap:32px;padding-top:48px}.bundle-builder__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:56px}.bundle-builder__rail{position:sticky;top:calc(var(--bundle-sticky-top) + 104px);flex-shrink:0;width:400px;transition:top .3s}.bundle-builder__rail .bundle-summary{max-height:calc(100vh - var(--bundle-sticky-top) - 128px);max-height:calc(100dvh - var(--bundle-sticky-top) - 128px);transition:max-height .3s}.bundle-builder__rail .bundle-summary>:not(.bundle-summary__scroll){flex-shrink:0}.bundle-summary__scroll{display:flex;flex-direction:column;gap:inherit}.bundle-builder__rail .bundle-summary__scroll,.bundle-sheet .bundle-summary__scroll{flex-shrink:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:none}.bundle-builder__rail .bundle-summary__scroll>*,.bundle-sheet .bundle-summary__scroll>*{flex-shrink:0}.bundle-summary__slots{display:flex;flex-direction:column;gap:12px}.bundle-builder__mobile-top{display:none}.bundle-category__heading{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.bundle-category__title{margin:0}.bundle-category__count{margin:0;font-size:16px;line-height:140%;color:var(--bundle-muted)}.bundle-category__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bundle-card{position:relative;display:flex;flex-direction:column;border-radius:24px;background-color:var(--bundle-beige)}.bundle-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--bundle-teal);border-radius:24px;opacity:0;pointer-events:none;transition:opacity .3s}.bundle-card.selected:after{opacity:1}.bundle-card__media{position:relative;padding:16px;border-radius:24px 24px 0 0;overflow:hidden}.bundle-card__media .image{width:100%;height:100%;object-fit:contain}.bundle-card__badge{position:absolute;top:16px;left:16px;margin:0;padding:6px 12px;border-radius:32px;background-color:var(--badge-background);color:var(--badge-color);font-size:12px;font-weight:600;line-height:100%;letter-spacing:.02em}.bundle-card__marker{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:32px;background-color:var(--bundle-teal);opacity:0;transform:scale(.8);transition:opacity .3s,transform .3s}.bundle-card__marker svg{width:18px;height:18px;color:#fff}.bundle-card.selected .bundle-card__marker{opacity:1;transform:scale(1)}.bundle-card__info{flex:1;display:flex;flex-direction:column;gap:12px;padding:16px 16px 20px}.bundle-card__title{margin:0 0 auto;font-size:18px;font-weight:500;line-height:140%}.bundle-card__subtitle{margin:0;font-size:14px;line-height:140%;color:var(--bundle-muted)}.bundle-card__price{display:flex;align-items:center;gap:8px;margin:0;line-height:100%}.bundle-card__price-main{font-size:18px;font-weight:500}.bundle-card__price-compare{font-size:14px;color:var(--bundle-muted);text-decoration:line-through}.bundle-card__add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;margin-top:0;border:1.5px solid var(--bundle-teal);border-radius:32px;background-color:var(--bundle-teal);color:#fff;font-family:var(--main-family);font-size:14px;font-weight:600;line-height:100%;letter-spacing:.05em;cursor:pointer;transition:background-color .3s,color .3s}.bundle-card__add *{pointer-events:none}.bundle-card__add-icon{display:none;width:18px;height:18px}.bundle-card__add-icon svg{width:18px;height:18px}.bundle-card__add-text--selected{display:none}.bundle-card.selected .bundle-card__add{background-color:#fff;color:var(--bundle-teal)}.bundle-card.selected .bundle-card__add-icon{display:block}.bundle-card.selected .bundle-card__add-text--idle{display:none}.bundle-card.selected .bundle-card__add-text--selected{display:block}.bundle-summary{display:flex;flex-direction:column;gap:20px;padding:24px;border:1.5px solid var(--bundle-border);border-radius:24px;background-color:#fff;filter:drop-shadow(0 8px 12px rgba(37,37,37,.06))}.bundle-summary__header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px}.bundle-summary__heading{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.bundle-summary__title{margin:0;font-family:var(--heading-family);font-size:24px;line-height:120%}.bundle-summary__count{margin:0;font-size:14px;line-height:140%;color:var(--bundle-muted)}.bundle-summary__close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;cursor:pointer}.bundle-summary__close svg{width:16px;height:16px;pointer-events:none}.bundle-summary__meter-wrap{display:flex;flex-direction:column;gap:16px}.bundle-summary__nudge{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;line-height:140%}.bundle-summary__nudge-icon{display:none;width:20px;height:20px;color:var(--bundle-teal)}.bundle-summary__nudge-icon svg{width:20px;height:20px}.bundle-summary__nudge.completed .bundle-summary__nudge-icon{display:block}.bundle-summary__nudge-strong{font-weight:600;color:var(--bundle-teal)}.bundle-meter{position:relative;height:76px}.bundle-meter__track,.bundle-meter__fill{position:absolute;top:10px;left:40px;height:8px;border-radius:4px}.bundle-meter__track{right:40px;background-color:var(--bundle-track)}.bundle-meter__fill{width:0;max-width:calc(100% - 80px);background-color:var(--bundle-teal);transition:width .3s}.bundle-meter__point{position:absolute;top:0;left:calc(40px + (100% - 80px) * var(--point-ratio));transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px}.bundle-meter__marker{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1.5px solid var(--bundle-dashed);border-radius:28px;background-color:#fff;font-size:14px;font-weight:600;line-height:100%;color:var(--bundle-muted)}.bundle-meter__marker-icon{display:none;width:16px;height:16px;color:#fff}.bundle-meter__marker-icon svg{width:16px;height:16px}.bundle-meter__point.next .bundle-meter__marker{border-color:var(--bundle-teal);color:var(--bundle-teal)}.bundle-meter__point.reached .bundle-meter__marker{border-color:var(--bundle-teal);background-color:var(--bundle-teal)}.bundle-meter__point.reached .bundle-meter__marker-number{display:none}.bundle-meter__point.reached .bundle-meter__marker-icon{display:block}.bundle-meter__label{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;white-space:nowrap}.bundle-meter__label-discount{font-size:14px;font-weight:600;line-height:100%;color:var(--bundle-muted)}.bundle-meter__point.reached .bundle-meter__label-discount{color:var(--bundle-teal)}.bundle-meter__label-count{font-size:12px;line-height:120%;color:var(--bundle-muted)}.bundle-spray{display:flex;flex-direction:column;padding:12px 16px 12px 12px;border:1px solid var(--bundle-border);border-radius:16px;background-color:var(--bundle-beige);transition:background-color .3s,border-color .3s}.bundle-spray.unlocked{border-color:var(--bundle-teal);background-color:var(--bundle-teal-soft)}.bundle-builder__rail .bundle-spray__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.bundle-spray__current{display:flex;align-items:center;gap:12px}.bundle-spray__thumb{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:4px;border-radius:12px;background-color:#fff;overflow:hidden}.bundle-spray__thumb img{width:100%;height:100%;object-fit:contain;opacity:.35}.bundle-spray.unlocked .bundle-spray__thumb img{opacity:1}.bundle-spray__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bundle-spray__name{font-size:14px;font-weight:600;line-height:140%;color:var(--bundle-muted)}.bundle-spray.unlocked .bundle-spray__name{color:var(--text-color)}.bundle-spray__sub{display:flex;gap:6px;font-size:12px;line-height:140%;color:var(--bundle-muted)}.bundle-spray__sub .bundle-spray__price-free{font-weight:600;color:var(--bundle-teal)}.bundle-spray__sub .bundle-spray__price-compare{text-decoration:line-through}.bundle-spray__change{display:none;flex-shrink:0;border:none;background:none;font-family:var(--main-family);font-size:14px;font-weight:600;line-height:140%;color:var(--bundle-teal);cursor:pointer}.bundle-spray.unlocked .bundle-spray__change{display:block}.bundle-spray__chooser{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.bundle-spray__chooser.open{grid-template-rows:1fr}.bundle-spray__chooser-inner{min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden;visibility:hidden;transition:visibility 0s .3s}.bundle-spray__chooser.open .bundle-spray__chooser-inner{visibility:visible;transition:none}.bundle-spray__chooser-head{margin-top:12px;display:flex;flex-direction:column;gap:2px}.bundle-spray__chooser-title{font-size:14px;font-weight:600;line-height:140%}.bundle-spray__chooser-sub{font-size:12px;line-height:140%;color:var(--bundle-muted)}.bundle-spray__tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bundle-spray__tile{min-width:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;border:none;background:none;cursor:pointer}.bundle-spray__tile *{pointer-events:none}.bundle-spray__tile-thumb{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:72px;border:2px solid transparent;border-radius:12px;background-color:var(--bundle-beige);transition:background-color .3s,border-color .3s}.bundle-spray__tile-thumb img{width:56px;height:56px;object-fit:contain}.bundle-spray__tile-marker{position:absolute;top:4px;right:4px;display:none;align-items:center;justify-content:center;width:20px;height:20px;border-radius:20px;background-color:var(--bundle-teal);color:#fff}.bundle-spray__tile-marker svg{width:12px;height:12px}.bundle-spray__tile-title{width:100%;font-family:var(--main-family);font-size:12px;line-height:130%;text-align:center;color:var(--bundle-muted);overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.bundle-spray__tile.selected .bundle-spray__tile-thumb{border-color:var(--bundle-teal);background-color:#fff}.bundle-spray__tile.selected .bundle-spray__tile-marker{display:flex}.bundle-spray__tile.selected .bundle-spray__tile-title{font-weight:600;color:var(--bundle-teal)}.bundle-summary__divider{height:1px;background-color:var(--bundle-border)}.bundle-summary__items{display:flex;flex-direction:column;gap:12px}.bundle-item{display:flex;align-items:center;gap:12px}.bundle-item__thumb{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:4px;border-radius:12px;background-color:var(--bundle-beige);overflow:hidden}.bundle-item__thumb img{width:100%;height:100%;object-fit:contain}.bundle-item__title{flex:1;min-width:0;margin:0;font-size:14px;font-weight:500;line-height:140%}.bundle-item__price{margin:0;font-size:14px;font-weight:500;line-height:140%}.bundle-item__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:var(--bundle-muted);cursor:pointer}.bundle-item__remove svg{width:14px;height:14px;pointer-events:none}.bundle-slot{display:flex;align-items:center;justify-content:center;height:56px;padding:0 16px;border:1.5px dashed var(--bundle-dashed);border-radius:12px;font-size:14px;font-weight:500;line-height:140%;color:var(--bundle-muted)}.bundle-summary__totals,.bundle-summary__footer{display:flex;flex-direction:column;gap:10px}.bundle-summary__footer{margin-top:-10px}.bundle-sheet .bundle-summary__footer{margin-top:-8px}.bundle-summary__row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;font-size:14px;line-height:140%}.bundle-summary__row span:last-child{font-weight:500}.bundle-summary__row--discount.active,.bundle-summary__row--spray.active{color:var(--bundle-teal)}.bundle-summary__row--discount.active span:last-child,.bundle-summary__row--spray.active span:last-child{font-weight:600}.bundle-summary__row--discount:not(.active),.bundle-summary__row--spray:not(.active){color:var(--bundle-muted)}.bundle-summary__grand{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;padding-top:4px;font-size:20px}.bundle-summary__grand-label{font-weight:500;line-height:140%}.bundle-summary__grand-value{display:flex;align-items:center;gap:8px;font-weight:600;line-height:110%}.bundle-summary__savings{display:flex;align-items:center;height:24px;padding:2px 12px 0;border-radius:32px;background-color:var(--badge-background);color:var(--badge-color);font-size:14px;font-weight:500;line-height:140%}.bundle-summary__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:64px;border:none;border-radius:32px;background-color:var(--button-background);color:var(--button-color);font-family:var(--main-family);font-size:14px;font-weight:600;line-height:100%;letter-spacing:.05em;cursor:pointer;transition:background-color .3s,color .3s}.bundle-summary__cta *{pointer-events:none}.bundle-summary__cta:hover:not([disabled]){background-color:var(--button-background-hover)}.bundle-summary__cta[disabled]{background-color:var(--bundle-border);color:var(--bundle-muted);cursor:no-drop}.bundle-summary__cta .icon-loading{display:none;width:20px;height:20px}.bundle-builder.loading .bundle-summary__cta .icon-loading{display:block}.bundle-summary__reassurance{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;font-size:12px;line-height:140%;color:var(--bundle-muted)}.bundle-summary__reassurance-icon{display:flex;width:18px;height:18px;color:var(--bundle-teal)}.bundle-summary__reassurance-icon svg{width:18px;height:18px}.bundle-sticky{display:none;position:fixed;bottom:0;left:0;z-index:11;flex-direction:column;gap:10px;width:100%;padding:14px 16px 16px;border-top:1px solid var(--bundle-border);background-color:#fff;box-shadow:0 -6px 20px #2525251a}body:has(.header.open) .bundle-sticky,body:has(.header__search-drawer.open) .bundle-sticky{display:none}.bundle-sticky__nudge{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;font-size:14px;line-height:140%}.bundle-sticky__nudge-text{font-weight:600;color:var(--bundle-teal)}.bundle-sticky__counter{font-weight:500;color:var(--bundle-muted)}.bundle-sticky__track{height:6px;border-radius:3px;background-color:var(--bundle-track);overflow:hidden}.bundle-sticky__fill{display:block;width:0;height:100%;border-radius:3px;background-color:var(--bundle-teal);transition:width .3s}.bundle-sticky__action{display:flex;align-items:center;gap:12px;padding-top:4px}.bundle-sticky__total{flex-shrink:0;display:flex;flex-direction:column}.bundle-sticky__total-count{font-size:12px;line-height:140%;color:var(--bundle-muted)}.bundle-sticky__total-price{font-size:18px;font-weight:600;line-height:120%}.bundle-sticky__cta{flex:1;min-width:0;height:52px;border:none;border-radius:32px;background-color:var(--button-background);color:var(--button-color);font-family:var(--main-family);font-size:14px;font-weight:600;line-height:100%;letter-spacing:.03em;cursor:pointer}.bundle-sticky__cta *{pointer-events:none}.bundle-sticky__cta[disabled]{background-color:var(--bundle-border);color:var(--bundle-muted);cursor:no-drop}.bundle-sheets{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12;visibility:hidden;pointer-events:none;transition:visibility 0s .3s}.bundle-sheets.open{visibility:visible;pointer-events:auto;transition:none}.bundle-sheets__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#25252566;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .3s}.bundle-sheets.open .bundle-sheets__scrim{opacity:1}.bundle-sheet{position:absolute;left:0;bottom:0;width:100%;max-height:90vh;max-height:90dvh;display:flex;flex-direction:column;visibility:hidden;transform:translateY(100%);transition:transform .3s ease,visibility 0s .3s}.bundle-sheet.active{visibility:visible;transform:translateY(0);transition:transform .3s ease}.bundle-sheet .bundle-summary{min-height:0}.bundle-sheet .bundle-summary>:not(.bundle-summary__scroll){flex-shrink:0}.bundle-sheet .bundle-summary__heading{justify-content:flex-start}.bundle-sheet .bundle-summary__cta{height:56px}.bundle-sheet .bundle-slot{height:48px}.bundle-sheet--spray{overflow-y:auto}.bundle-sheet .bundle-summary,.bundle-spray-sheet{gap:16px;padding:12px 20px 24px;border:none;border-radius:24px 24px 0 0;filter:none}.bundle-spray-sheet{display:flex;flex-direction:column;background-color:#fff}.bundle-summary__grabber{align-self:center;width:44px;height:4px;border-radius:2px;background-color:var(--bundle-dashed)}.bundle-sheet .bundle-summary__title,.bundle-spray-sheet__title{font-family:var(--heading-family);font-size:20px;line-height:120%;margin:0}.bundle-spray-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.bundle-spray-sheet__sub{margin:0;font-size:14px;line-height:140%;color:var(--bundle-muted)}.bundle-spray-sheet__cta{height:56px;border:none;border-radius:32px;background-color:var(--button-background);color:var(--button-color);font-family:var(--main-family);font-size:14px;font-weight:600;line-height:100%;letter-spacing:.04em;cursor:pointer}body.bundle-sheet-open{overflow:hidden}@media screen and (max-width:1279px){.bundle-category__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:989px){.bundle-builder__jump-inner{height:64px;gap:0}.bundle-builder__jump-label{display:none}.bundle-builder__chips{gap:8px;margin:0 -24px;padding:0 24px}.bundle-chip{height:40px;padding:0 16px}.bundle-builder__wrapper{padding-top:32px;padding-bottom:140px}.bundle-builder__rail{display:none}.bundle-builder__mobile-top{display:block;padding:20px 24px}.bundle-builder__mobile-top .bundle-summary{padding:20px 16px;border-radius:16px}.bundle-builder__main{gap:40px}.bundle-category__grid{gap:12px}.bundle-sticky{display:flex}}@media screen and (max-width:749px){.bundle-builder__chips{margin:0 -16px;padding:0 16px}.bundle-builder__mobile-top{padding:16px}.bundle-category__grid{grid-template-columns:repeat(2,1fr)}.bundle-card{border-radius:16px}.bundle-card:after,.bundle-card__media{border-radius:16px 16px 0 0}.bundle-card:after{border-radius:16px}.bundle-card__media{padding:8px}.bundle-card__info{gap:8px;padding:12px 12px 16px}.bundle-card__title{font-size:16px}.bundle-card__subtitle{font-size:12px}.bundle-card__badge{top:8px;left:8px}.bundle-card__marker{top:8px;right:8px;width:28px;height:28px}.bundle-card__add{height:44px}.bundle-meter__track,.bundle-meter__fill{left:40px}.bundle-spray__tiles{gap:10px}.bundle-spray__tile-thumb{height:80px}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/section-bundle-builder.css.map */
