:root{--bundle-accent: #A1A48F;--bundle-accent-hover: #8e9180;--bundle-accent-light: #e8ede4;--bundle-bg: #faf9f7;--bundle-card-bg: #ffffff;--bundle-text: #2c2c2c;--bundle-text-muted: #7a7a7a;--bundle-border: #e5e5e5;--bundle-success: #505247;--bundle-sale: #c0392b;--bundle-radius: 12px;--bundle-img-radius: 30px;--bundle-shadow: 0 2px 8px rgba(0, 0, 0, .06);--bundle-transition: .25s ease;--bundle-max-width: 1900px;--bundle-kit-width: 300px;--bundle-kit-bg: #f5f3f1;--bundle-kit-cta: #ceaba1;--bundle-kit-cta-hover: #bf9b91}.section-bundle-builder{background:#f5f3f1}.bundle-builder{max-width:var(--bundle-max-width);margin:0 auto;padding:3rem 1.5rem 6rem;font-family:inherit;color:var(--bundle-text)}.bundle-header{text-align:center;margin-bottom:2rem}.bundle-title{font-size:3.25rem;font-weight:300;color:#505247;margin:0 0 .5rem;letter-spacing:-.03em;line-height:1.1}.bundle-subtitle{font-size:1rem;color:var(--bundle-text-muted);margin:0}.bundle-progress{margin-bottom:2.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.bundle-progress__track{display:flex;align-items:flex-start;justify-content:center;gap:0;min-width:max-content;padding:0 1rem}.bundle-progress__step{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:var(--bundle-transition);outline:none;-webkit-tap-highlight-color:transparent;z-index:1}.bundle-progress__step:focus,.bundle-progress__step:active{outline:none;transform:none}.bundle-progress__number{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:400;background:#fff;border:2px solid var(--bundle-border);color:var(--bundle-text-muted);transition:var(--bundle-transition)}.bundle-progress__label{font-size:.8rem;text-transform:inherit;letter-spacing:.05em;color:var(--bundle-text-muted);white-space:nowrap;transition:var(--bundle-transition);margin-top:.35rem}.bundle-progress__step.is-active .bundle-progress__number,.bundle-progress__step.is-complete .bundle-progress__number{background:var(--bundle-accent);border-color:var(--bundle-accent);color:#fff}.bundle-progress__connector{height:2px;flex:1;min-width:30px;max-width:60px;background:var(--bundle-border);flex-shrink:0;transition:var(--bundle-transition);margin-top:18px}.bundle-progress__connector.is-complete{background:var(--bundle-accent)}.bundle-builder__layout{display:flex;gap:1.5rem;align-items:flex-start}.bundle-builder__steps{flex:3;min-width:0}.bundle-builder.is-intro .bundle-kit{display:none}.bundle-builder.is-intro .bundle-builder__steps{flex:unset;width:100%}@media(min-width:900px){.bundle-builder.is-intro .bundle-step__products{grid-template-columns:repeat(4,1fr)}.bundle-builder.is-intro .bundle-card:first-child:nth-last-child(2){grid-column-start:2}.bundle-builder.is-intro .bundle-card:first-child:nth-last-child(1){grid-column-start:2}}.bundle-builder.is-review .bundle-kit{display:none}.bundle-builder.is-review .bundle-builder__steps{flex:unset;width:100%}.bundle-step-header__item{display:none;margin-bottom:1.5rem}.bundle-step-header__item.is-active{display:block}.bundle-builder.is-review .bundle-step-header,.bundle-step{display:none}.bundle-step.is-active{display:block;animation:bundleFadeIn .3s ease}@keyframes bundleFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.bundle-step__heading{font-size:1rem;font-weight:400;margin:0 0 .25rem;text-align:center}.bundle-step__optional{font-weight:400;font-size:.875rem;color:var(--bundle-text-muted)}.bundle-step__description{color:var(--bundle-text-muted);font-size:.9rem;margin:0 0 1.5rem;text-align:center}.bundle-step__empty{color:var(--bundle-text-muted);font-size:.9rem;padding:2rem;text-align:center;border:1px dashed var(--bundle-border);border-radius:var(--bundle-radius)}.bundle-step__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media(min-width:480px){.bundle-step__products{gap:1.6rem}}@media(min-width:900px){.bundle-step__products{grid-template-columns:repeat(3,1fr)}.bundle-step__products .bundle-card:first-child:nth-last-child(1){grid-column-start:2}}.bundle-card{background:transparent;border:none;border-radius:0;overflow:visible;cursor:pointer;transition:opacity var(--bundle-transition);position:relative;box-shadow:none}.bundle-card:hover{opacity:.9}.bundle-card.is-selected{box-shadow:none}.bundle-card__badges{position:absolute;top:8px;left:8px;display:flex;gap:4px;z-index:1}.bundle-badge{font-size:.65rem;font-weight:700;text-transform:inherit;letter-spacing:.04em;padding:3px 8px;border-radius:3px}.bundle-badge--bestseller{background:var(--bundle-accent);color:#fff}.bundle-badge--new{background:#2c3e50;color:#fff}.bundle-badge--sale{background:var(--bundle-sale);color:#fff}.bundle-card__image-wrap{aspect-ratio:1;overflow:hidden;background:#f5f3f1;border-radius:var(--bundle-img-radius);margin:0;position:relative}.bundle-card__image{width:100%;height:100%;object-fit:cover;display:block}.bundle-card__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .4s ease}.bundle-card:hover .bundle-card__image--secondary{opacity:1}.bundle-card__info{padding:8px 0 0}.bundle-card__title{font-size:15px;font-weight:400;margin:0 0 6px;line-height:1.8;color:#505247;letter-spacing:normal;text-transform:inherit}.bundle-card__subtitle{display:none}.bundle-card__price{display:block;margin-bottom:0}.bundle-card__current-price{font-size:14px;font-weight:400;color:#505247}.bundle-card__compare-price{font-size:15px;color:var(--bundle-text-muted);text-decoration:line-through;margin-left:6px}.bundle-card__variants{margin-top:.5rem}.bundle-card__variant-select{width:100%;padding:.5rem 2rem .5rem .75rem;font-size:.8rem;border:1px solid var(--bundle-border);border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232c2c2c' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 8px;color:var(--bundle-text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bundle-card__variant-select:focus{outline:2px solid var(--bundle-accent);outline-offset:1px}.bundle-variant-label{display:block;font-size:.75rem;font-weight:400;color:var(--bundle-text-muted);margin-top:2px}.bundle-card__select-btn{width:100%;padding:.85rem 1rem;border:none;font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:inherit;cursor:pointer;transition:background var(--bundle-transition);background:#a1a48f;color:#fff;border-radius:var(--border-radius-buttons);margin-top:.75rem;display:block}.bundle-card__select-btn:hover{opacity:.85}#BundleBuilder .bundle-card:not(.is-selected) .bundle-card__selected-text{display:none!important}#BundleBuilder .bundle-card:not(.is-selected) .bundle-card__select-text{display:inline!important}#BundleBuilder .bundle-card.is-selected .bundle-card__select-text{display:none!important}#BundleBuilder .bundle-card.is-selected .bundle-card__selected-text{display:inline!important}#BundleBuilder .bundle-card.is-selected .bundle-card__select-btn{background:#a1a48f!important;opacity:.7}.bundle-card__selected-text,.bundle-step__nav{display:none}.bundle-step[data-required=false] .bundle-step__nav{display:flex;justify-content:center;margin-top:1.5rem}.bundle-btn{padding:.75rem 1.5rem;border:none;border-radius:var(--bundle-radius);font-size:.85rem;font-weight:400;cursor:pointer;transition:var(--bundle-transition)}.bundle-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-btn--primary{background:var(--bundle-accent);color:#fff}.bundle-btn--primary:hover:not(:disabled){background:var(--bundle-accent-hover)}.bundle-btn--secondary{background:var(--bundle-bg);color:var(--bundle-text);border:1px solid var(--bundle-border)}.bundle-btn--secondary:hover:not(:disabled){border-color:var(--bundle-accent)}.bundle-btn--add-to-cart{display:block;max-width:480px;width:100%;margin:0 auto;padding:1rem;font-size:.9rem;font-weight:400;text-transform:inherit;letter-spacing:.1em;background:#505247;color:#fff;border-radius:var(--border-radius-buttons)}.bundle-btn--add-to-cart:hover:not(:disabled){opacity:.85}.bundle-btn--add-to-cart.is-loading{opacity:.7}.bundle-btn--add-to-cart.is-success{background:var(--bundle-success)}.bundle-review__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem}@media(min-width:768px){.bundle-review__grid{grid-template-columns:repeat(4,1fr)}}.bundle-review__card{background:transparent;border:none}.bundle-review__card-image-wrap{aspect-ratio:1;overflow:hidden;background:#f5f3f1;border-radius:var(--bundle-img-radius)}.bundle-review__card-image{width:100%;height:100%;object-fit:cover}.bundle-review__card-info{padding:.75rem 0 .5rem}.bundle-review__card-step{display:block;font-size:.65rem;text-transform:inherit;letter-spacing:.07em;color:var(--bundle-text-muted);margin-bottom:.2rem}.bundle-review__card-title{display:block;font-size:.88rem;font-weight:600;line-height:1.3;margin-bottom:.2rem}.bundle-review__card-price{display:block;font-size:.85rem;color:var(--bundle-text-muted)}.bundle-review__card-change{width:100%;padding:.65rem 1rem;border:none;border-radius:var(--border-radius-buttons);font-size:.75rem;font-weight:400;letter-spacing:.1em;text-transform:inherit;cursor:pointer;background:#a1a48f;color:#fff;display:block;margin-top:.5rem;transition:background var(--bundle-transition)}.bundle-review__card-change:hover{background:#8e9180}.bundle-review__summary{max-width:480px;margin:0 auto 1.5rem;padding:1.5rem;background:var(--bundle-bg);border-radius:var(--bundle-radius)}.bundle-review__line{display:flex;justify-content:space-between;font-size:.9rem;padding:.35rem 0}.bundle-review__line--discount{color:#505247;font-weight:600}.bundle-review__line--total{color:#505247;font-size:1rem;font-weight:500;border-top:1px solid var(--bundle-border);padding-top:.75rem;margin-top:.5rem}.bundle-review__original-price{text-decoration:line-through;color:var(--bundle-text-muted)}.bundle-restart{background:none;border:none;color:var(--bundle-text-muted);font-size:.8rem;cursor:pointer;text-decoration:underline;margin-top:1rem;display:block;text-align:center;width:100%}.bundle-kit{flex:1;min-width:0;position:sticky;top:1.5rem;background:#fff;border-radius:var(--bundle-img-radius);overflow:hidden}.bundle-kit__heading{font-size:1rem;font-weight:400;letter-spacing:.04em;padding:1.5rem 1.5rem 1.25rem;margin:0;border-bottom:1px solid var(--bundle-border);background:#fff}.bundle-kit__slots{padding:0}.bundle-kit__slot{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid var(--bundle-border);min-height:72px}.bundle-kit__slot--empty{opacity:.5}.bundle-kit__slot-img{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0;background:var(--bundle-border)}.bundle-kit__slot-placeholder{width:48px;height:48px;border-radius:4px;background:var(--bundle-border);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--bundle-text-muted);font-size:1.25rem;font-weight:300}.bundle-kit__slot-info{flex:1;min-width:0}.bundle-kit__slot-step{display:block;font-size:.7rem;text-transform:inherit;letter-spacing:.06em;color:var(--bundle-accent);font-weight:400;margin-bottom:.2rem}.bundle-kit__slot-title{display:block;font-size:.8rem;font-weight:500;text-transform:inherit;letter-spacing:.03em;color:var(--bundle-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-kit__slot-empty-label{display:block;font-size:.75rem;color:var(--bundle-text-muted);font-style:italic}.bundle-kit__slot-edit{background:none;border:none;color:var(--bundle-accent);font-size:.72rem;font-weight:600;cursor:pointer;text-decoration:underline;flex-shrink:0;padding:0;text-transform:inherit;letter-spacing:.04em}.bundle-kit__summary{padding:1rem 1.5rem;border-bottom:1px solid var(--bundle-border);background:#fff}.bundle-kit__savings-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid var(--bundle-border);display:none}.bundle-kit__savings-row.is-active{display:flex}.bundle-kit__savings-amount{color:#505247;font-weight:600}.bundle-kit__total-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:500}.bundle-kit__amounts{display:flex;align-items:center;gap:.4rem}.bundle-kit__original{font-size:.8rem;color:var(--bundle-text-muted);text-decoration:line-through;font-weight:400}.bundle-kit__total{font-weight:700;color:var(--bundle-text)}.bundle-kit__cta{display:block;width:100%;padding:1rem 0;border:none;border-radius:0;background:#505247;color:#fff;border-radius:var(--border-radius-buttons);font-size:.9rem;font-weight:400;text-transform:inherit;letter-spacing:.1em;cursor:pointer;transition:opacity var(--bundle-transition);text-align:center}.bundle-kit__cta:hover:not(:disabled){opacity:.85}.bundle-kit__cta:disabled{opacity:.55;cursor:not-allowed}@media(max-width:767px){.bundle-title{font-size:2.4rem}.bundle-card__title{font-size:14px;line-height:1.3}.bundle-card__current-price{font-size:14px}.bundle-card__compare-price{font-size:12px}.bundle-card__select-btn{font-size:.65rem;padding:.65rem .5rem}}@media(max-width:767px){.bundle-progress__track{padding:0 .25rem}.bundle-progress__number{width:32px;height:32px;font-size:.85rem}.bundle-progress__label{font-size:.7rem}.bundle-progress__step{padding:0}.bundle-progress__connector{min-width:16px;max-width:40px;margin-top:16px}}@media(max-width:767px){.bundle-kit{display:none}.bundle-builder__layout{display:block}}.bundle-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--bundle-border);z-index:100;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #0000001f;border-radius:16px 16px 0 0}.bundle-sticky-bar.is-visible{transform:translateY(0)}.bundle-sticky-bar__header{padding:.75rem 1rem;cursor:pointer}.bundle-sticky-bar__header-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.bundle-sticky-bar__count{font-size:.85rem;font-weight:600}.bundle-sticky-bar__savings{color:var(--bundle-success);font-size:.8rem;font-weight:600}.bundle-sticky-bar__chevron{margin-left:auto;font-size:.6rem;color:var(--bundle-text-muted);transition:transform .3s ease}.bundle-sticky-bar.is-expanded .bundle-sticky-bar__chevron{transform:rotate(180deg)}.bundle-sticky-bar__progress{height:4px;background:var(--bundle-border);border-radius:2px;overflow:hidden;margin-bottom:.3rem}.bundle-sticky-bar__fill{height:100%;background:var(--bundle-accent);border-radius:2px;transition:width .4s ease}.bundle-sticky-bar__message{font-size:.75rem;color:var(--bundle-text-muted)}.bundle-sticky-bar__message.is-success{color:var(--bundle-success);font-weight:600}.bundle-sticky-bar__drawer{max-height:0;overflow:hidden;transition:max-height .35s ease}.bundle-sticky-bar.is-expanded .bundle-sticky-bar__drawer{max-height:500px}.bundle-sticky-bar__slots{padding:0;border-top:1px solid var(--bundle-border)}.sticky-slot{display:flex;align-items:center;gap:.65rem;padding:.6rem 1rem;border-bottom:1px solid var(--bundle-border)}.sticky-slot--empty{opacity:.4}.sticky-slot__img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;background:var(--bundle-border)}.sticky-slot__placeholder{width:40px;height:40px;border-radius:6px;background:var(--bundle-border);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--bundle-text-muted)}.sticky-slot__info{flex:1;min-width:0}.sticky-slot__step{display:block;font-size:.55rem;text-transform:inherit;letter-spacing:.06em;color:var(--bundle-accent);font-weight:600}.sticky-slot__title{display:block;font-size:.7rem;font-weight:600;color:var(--bundle-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-slot__title--empty{font-weight:400;font-style:italic;color:var(--bundle-text-muted)}.sticky-slot__price{font-size:.75rem;color:var(--bundle-text-muted);flex-shrink:0}.bundle-sticky-bar__totals{padding:.65rem 1rem}.bundle-sticky-bar__total-line{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}.bundle-sticky-bar__original{font-size:.8rem;color:var(--bundle-text-muted);text-decoration:line-through;font-weight:400}.bundle-sticky-bar__total-amount{margin-left:auto;font-weight:700}.bundle-sticky-bar__cta{display:block;width:calc(100% - 2rem);margin:0 1rem 1rem;padding:.85rem 0;border:none;background:#505247;color:#fff;border-radius:var(--border-radius-buttons);font-size:.8rem;font-weight:400;text-transform:inherit;letter-spacing:.1em;cursor:pointer;text-align:center;transition:opacity var(--bundle-transition)}.bundle-sticky-bar__cta:hover:not(:disabled){opacity:.85}.bundle-sticky-bar__cta:disabled{opacity:.45;cursor:not-allowed}@media(min-width:768px){.bundle-sticky-bar{display:none}.bundle-builder{padding-bottom:2rem}}#site-cart-sidebar{font-size:.8em}#site-cart-sidebar .cart-item__content>div{display:flex;flex-direction:column}#site-cart-sidebar .cart-item__title{order:-1}#site-cart-sidebar .cart-notice{font-size:inherit}#site-cart-sidebar .cart-notice [data-js-free-shipping-text]{font-weight:700;color:#505247;display:flex;align-items:center;gap:.5em}#site-cart-sidebar .cart-notice [data-js-free-shipping-text]:before{content:"";display:inline-block;width:1.2em;height:1.2em;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23505247' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}#site-cart-sidebar .cart-item__actions{font-size:.75em}#site-cart-sidebar .cart-item__actions .qty-button,#site-cart-sidebar .cart-item__actions .qty-selector{width:1.25rem;height:1.25rem}#site-cart-sidebar .cart-item__actions .qty-selector{font-size:.75rem}#site-cart-sidebar .cart-item__actions .remove{font-size:.85em}#site-cart-sidebar .sidebar-widget{font-size:inherit}#site-cart-sidebar .sidebar-widget__content .product-price--original{font-size:inherit!important}#site-cart-sidebar .product-item-compact__details{display:flex!important;flex-direction:column}#site-cart-sidebar .product-item-compact__details>a{order:-1}#site-cart-sidebar .product-item-compact__price{order:2;font-size:inherit!important}#site-cart-sidebar .product-item-compact__price *{font-size:inherit!important}#cart-recommendations-sidebar .product-item__text{display:flex;flex-direction:column}#cart-recommendations-sidebar .product-item__text>a{order:-1}#cart-recommendations-sidebar .product-item__text>.text-size--small{font-size:inherit!important;margin-bottom:0;margin-top:.25em}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bundle-builder.css.map */
