.bundle-builder{--bb-primary: #003349;--bb-primary-light: #E6F5F3;--bb-primary-dark: #1F7A6F;--bb-text: #1a1a1a;--bb-text-muted: #6b7280;--bb-bg: #ffffff;--bb-card-bg: #fafafa;--bb-border: #d1d1d1;--bb-radius: .75rem;--bb-radius-sm: .5rem;--bb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-family:var(--bb-font);color:var(--bb-text);position:relative}.bundle-builder *,.bundle-builder *:before,.bundle-builder *:after{box-sizing:border-box}.bundle-builder__hero{background:linear-gradient(180deg,var(--bb-primary-light) 0%,var(--bb-bg) 100%);padding:2rem 1.5rem;text-align:left}.bundle-builder__hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.bundle-builder__hero-content{flex:1}.bundle-builder__reviews{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.bundle-builder__stars{color:#f59e0b;font-size:0;line-height:0}.bundle-builder__stars svg{width:1rem;height:1rem;display:inline-block;fill:currentColor}.bundle-builder__reviews-count{font-size:16px;color:var(--bb-text-muted)}.bundle-builder__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 .75rem}.bundle-builder__heading span{color:var(--bb-primary)}.bundle-builder__description{font-size:18px;color:var(--bb-text-muted);margin:0;max-width:28rem;line-height:1.5}.bundle-builder__hero-badge{flex-shrink:0;width:10rem;height:7rem;border-radius:var(--bb-radius);background:linear-gradient(135deg,var(--bb-primary-light),rgba(42,157,143,.1));display:flex;align-items:center;justify-content:center;text-align:center}.bundle-builder__hero-badge-pct{font-size:2rem;font-weight:700;color:var(--bb-primary);line-height:1}.bundle-builder__hero-badge-label{font-size:13px;color:var(--bb-text-muted);margin-top:.25rem}@media(max-width:640px){.bundle-builder__hero-badge{display:none}}.bundle-builder__main{max-width:1200px;margin:0 auto;padding:1.5rem}.bundle-builder__tabs{display:flex;gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.75rem 0;top:0;z-index:30;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin-bottom:1.5rem}.bundle-builder__tabs::-webkit-scrollbar{display:none}.bundle-builder__tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:2rem;border:1px solid var(--bb-border);background:var(--bb-bg);font-size:18px;font-weight:500;color:var(--bb-text);cursor:pointer;white-space:nowrap;transition:all .2s ease;font-family:inherit;margin-top:104px;position:relative}button.bundle-builder__tab:before{background-repeat:no-repeat;content:" ";position:absolute;width:80px;height:80px;top:-94px;z-index:1000;background-position:center;left:50%;margin:0 auto;right:50%;transform:translate(-50%)}button.bundle-builder__tab[data-category="Hair Bands"]:before{background-image:url(/cdn/shop/files/bands.png?v=1773895059)}button.bundle-builder__tab[data-category="Claw Clips"]:before{background-image:url(/cdn/shop/files/clawclips.png?v=1773896317)}button.bundle-builder__tab[data-category=Brushes]:before{background-image:url(/cdn/shop/files/brushes.png?v=1773896153)}button.bundle-builder__tab[data-category=Curling]:before{background-image:url(/cdn/shop/files/curling.png?v=1773896294)}button.bundle-builder__tab[data-category="Satin Scrunchies"]:before{background-image:url(/cdn/shop/files/FineBlackScrunchie.png?v=1776924276);border-radius:100px}.bundle-builder__tab:hover{border-color:var(--bb-primary);color:var(--bb-primary)}.bundle-builder__tab-icon{width:1.75rem;height:1.75rem;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bundle-builder__tab-icon svg{width:.875rem;height:.875rem;color:var(--bb-text-muted)}.bundle-builder__categories{display:flex;flex-direction:column;gap:2.5rem}.bundle-builder__category-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.bundle-builder__category-icon{width:2rem;height:2rem;border-radius:50%;background:var(--bb-primary-light);display:flex;align-items:center;justify-content:center}.bundle-builder__category-icon svg{width:1rem;height:1rem;color:var(--bb-primary)}.bundle-builder__category-title{font-size:16px;font-weight:700;margin:0}.bundle-builder__category-count{font-size:16px;color:var(--bb-text-muted)}.bundle-builder__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media(max-width:1024px){.bundle-builder__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.bundle-builder__grid{grid-template-columns:repeat(2,1fr)}}.bundle-builder__card{border:1px solid var(--bb-border);border-radius:var(--bb-radius);background:var(--bb-bg);overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative}.bundle-builder__card--direct{cursor:default}.bundle-builder__card--expanded{border-color:var(--bb-primary);box-shadow:0 0 0 1px #b1b1b1}.bundle-builder__card-inner{padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.bundle-builder__card-image{width:100%;aspect-ratio:1;border-radius:var(--bb-radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background:transparent!important}.bundle-builder__card-image img{width:100%;height:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:16px}.bundle-builder__card-image svg{width:3rem;height:3rem;opacity:.3}.bundle-builder__card-info{width:100%;text-align:left}.bundle-builder__card-name{font-size:16px;font-weight:600;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;line-height:24px;padding-bottom:4px}.bundle-builder__grid[data-category="Hair Bands"] .bundle-builder__card-name,.bundle-builder__grid[data-category=Brushes] .bundle-builder__card-name{min-height:auto}.bundle-builder__card-price{font-size:16px;font-weight:700;margin:.25rem 0 0;color:#003349}.bundle-builder__card-meta{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:12.5px;flex-wrap:wrap;border:1px solid #003349;border-radius:55px;padding:6.4px 5px;font-weight:600}.bundle-builder__card-scent-count{font-size:16px;color:#003349}.bundle-builder__card-badge{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:1rem;background:var(--bb-primary);color:#fff;font-size:16px;font-weight:600}.bundle-builder__card-chevron{color:var(--bb-text-muted)}.bundle-builder__card-chevron svg{width:1rem;height:1rem;transition:transform .3s ease}.bundle-builder__card--expanded .bundle-builder__card-chevron svg{transform:rotate(180deg)}.bundle-builder__panel{grid-column:1 / -1;border:1px solid #b1b1b1;border-radius:var(--bb-radius);background:var(--bb-bg);overflow:hidden;animation:bb-slideDown .3s ease}@keyframes bb-slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.bundle-builder__panel-inner{padding:1rem}.bundle-builder__panel-label{font-size:16px;color:var(--bb-text-muted);margin:0 0 .75rem}.bundle-builder__panel-label strong{color:var(--bb-text)}.bundle-builder__variants-scroll{display:flex;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.5rem}.bundle-builder__variants-scroll::-webkit-scrollbar{height:4px}.bundle-builder__variants-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.bundle-builder__variants-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.bundle-builder__variant{flex-shrink:0;width:26rem;border:1px solid var(--bb-border);border-radius:var(--bb-radius-sm);overflow:hidden;transition:all .2s ease;position:relative}.bundle-builder__variant--added{border-color:var(--bb-primary);box-shadow:0 0 0 2px var(--bb-primary)}.bundle-builder__variant--unavailable{opacity:.5;pointer-events:none}.bundle-builder__variant-image{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bundle-builder__variant-image img{width:100%;height:100%;object-fit:cover}.bundle-builder__variant-new{position:absolute;top:.5rem;left:.5rem;padding:.0625rem .375rem;border-radius:1rem;background:var(--bb-primary);color:#fff;font-size:.625rem;font-weight:600}.bundle-builder__variant-qty-badge{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--bb-primary);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;animation:bb-pop .2s ease}@keyframes bb-pop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.bundle-builder__variant-soldout{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;display:flex;align-items:center;justify-content:center;border-radius:var(--bb-radius-sm) var(--bb-radius-sm) 0 0}.bundle-builder__variant-soldout span{background:#f3f4f6;color:var(--bb-text-muted);font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:1rem}.bundle-builder__variant-info{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.bundle-builder__variant-name{font-size:16px;font-weight:500;line-height:1.3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__variant-price{font-size:16px;font-weight:600;margin:0}.bundle-builder__btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.4375rem .75rem;border-radius:55px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid var(--bb-border);background:var(--bb-bg);color:var(--bb-text);font-family:inherit;width:100%}.bundle-builder__btn:hover{border-color:var(--bb-primary);color:var(--bb-primary)}.bundle-builder__btn--primary{background:var(--bb-primary);border-color:var(--bb-primary);color:#fff}.bundle-builder__btn--primary:hover{background:#e3e987;border-color:#e3e987;color:#003349}.bundle-builder__btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.bundle-builder__btn--sm{padding:10px 5px;font-size:16px}.bundle-builder__btn--sm span{position:relative;top:-3px}.bundle-builder__btn--icon{width:1.75rem;height:1.75rem;padding:0;flex-shrink:0}.bundle-builder__btn--icon svg{width:1.875rem;height:1.875rem}.bundle-builder__qty-controls{display:flex;align-items:center;gap:.25rem;width:100%}.bundle-builder__qty-value{flex:1;text-align:center;font-size:12px;font-weight:600}.bundle-builder__progress{padding:1rem;background:#003349;border-top:2px solid #e3e987}.bundle-builder__progress-inner{max-width:72rem;margin:0 auto}.bundle-builder__progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.bundle-builder__progress-msg{font-size:16px;font-weight:500;color:#fff;display:flex;align-items:center;gap:.375rem}.bundle-builder__progress-msg svg{width:1.875rem;height:1.875rem;color:#fff}.bundle-builder__progress-msg strong{color:#fff;font-weight:600}.bundle-builder__progress-badge{display:inline-flex;align-items:center;padding:0 .375rem;height:1rem;border-radius:1rem;background:var(--bb-primary);color:#fff;font-size:16px;font-weight:600}.bundle-builder__progress-track{position:relative;height:.5rem;background:#e5e7eb;border-radius:1rem;overflow:hidden}.bundle-builder__progress-fill{position:absolute;top:0;left:0;bottom:0;background:var(--bb-primary);border-radius:1rem;transition:width .4s ease}.bundle-builder__progress-markers{position:absolute;top:0;right:0;bottom:0;left:0}.bundle-builder__progress-marker{position:absolute;top:0;bottom:0;width:1px;background:#ffffff80}.bundle-builder__progress-tiers{display:flex;justify-content:space-between;margin-top:.25rem}.bundle-builder__progress-tier{font-size:12px;font-weight:500;color:#fff;transition:color .3s ease}.bundle-builder__progress-tier--reached{color:#fff}.bundle-builder__cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:50}.bundle-builder__cart-bar-inner{background:var(--bb-bg);border-top:1px solid var(--bb-border);box-shadow:0 -4px 12px #00000014}.bundle-builder__cart-bar-content{max-width:72rem;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem}.bundle-builder__cart-bar-info{display:flex;align-items:center;gap:3.75rem;flex:1;min-width:0;cursor:pointer}.bundle-builder__cart-bar-info--empty{cursor:default}.bundle-builder__cart-icon{position:relative;flex-shrink:0}.bundle-builder__cart-icon svg{width:1.5rem;height:1.5rem}.bundle-builder__cart-count{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--bb-primary);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.bundle-builder__cart-summary{flex:1;min-width:0}.bundle-builder__cart-empty{font-size:16px;color:#000}.bundle-builder__cart-totals{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.bundle-builder__cart-total{font-size:16px;font-weight:700}.bundle-builder__cart-original{font-size:16px;color:var(--bb-text-muted);text-decoration:line-through}.bundle-builder__cart-savings{font-size:16px;color:var(--bb-primary);font-weight:500;display:flex;align-items:center;gap:.25rem;margin:0}.bundle-builder__cart-savings svg{width:1.75rem;height:1.75rem}.bundle-builder__cart-bar-chevron{flex-shrink:0;color:var(--bb-text-muted)}.bundle-builder__cart-bar-chevron svg{width:2.25rem;height:2.25rem}.bundle-builder__view-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:var(--bb-radius-sm);background:var(--bb-primary);color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s ease;font-family:inherit}.bundle-builder__view-btn:hover{background:#e3e987;color:#003349}.bundle-builder__view-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-builder__view-btn svg{width:1rem;height:1rem}.bundle-builder__spacer{height:10rem}.bundle-builder__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:60;opacity:0;visibility:hidden;transition:all .3s ease}.bundle-builder__overlay--visible{opacity:1;visibility:visible}.bundle-builder__drawer{position:fixed;bottom:0;left:0;right:0;max-height:80vh;background:#fff;border-radius:var(--bb-radius) var(--bb-radius) 0 0;z-index:70;transform:translateY(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:0 -8px 24px #0000001f}.bundle-builder__drawer--open{transform:translateY(0)}.bundle-builder__drawer-header{padding:1.25rem 1rem 1rem;border-bottom:1px solid var(--bb-border);flex-shrink:0}.bundle-builder__drawer-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.bundle-builder__drawer-title h3{font-size:16px;font-weight:700;margin:0}.bundle-builder__drawer-desc{font-size:16px;color:var(--bb-text-muted);margin:.25rem 0 0}.bundle-builder__drawer-close{width:3rem;height:3rem;border:none;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:19px;color:var(--bb-text-muted)}.bundle-builder__drawer-items{flex:1;overflow-y:auto;padding:.5rem 1rem}.bundle-builder__drawer-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid #f3f4f6}.bundle-builder__drawer-item:last-child{border-bottom:none}.bundle-builder__drawer-item-img{width:3rem;height:3rem;border-radius:var(--bb-radius-sm);flex-shrink:0}.bundle-builder__drawer-item-info{flex:1;min-width:0}.bundle-builder__drawer-item-name{font-size:16px;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__drawer-item-type{font-size:14px;color:#889195;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__drawer-item-qty{display:flex;align-items:center;gap:.25rem}.bundle-builder__drawer-item-qty span{width:1.5rem;text-align:center;font-size:16px;font-weight:600}.bundle-builder__drawer-item-price{font-size:16px;font-weight:600;text-align:right;flex-shrink:0}.bundle-builder__drawer-footer{padding:1rem;border-top:1px solid var(--bb-border);flex-shrink:0}.bundle-builder__drawer-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:15px;margin-bottom:.5rem}.bundle-builder__drawer-row--savings{color:var(--bb-primary)}.bundle-builder__drawer-row--savings svg{width:.75rem;height:.75rem;display:inline;vertical-align:text-bottom}.bundle-builder__drawer-divider{height:1px;background:var(--bb-border);margin:.5rem 0}.bundle-builder__drawer-row--total{font-size:1.125rem;font-weight:700;margin-top:.5rem;margin-bottom:.75rem}.bundle-builder__drawer-upsell{font-size:15px;color:var(--bb-primary);text-align:center;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.bundle-builder__drawer-upsell svg{width:1.75rem;height:1.75rem}.bundle-builder__drawer-empty{padding:3rem 1rem;text-align:center;color:var(--bb-text-muted)}.bundle-builder__drawer-empty svg{width:2.5rem;height:2.5rem;opacity:.4;margin:0 auto .5rem;display:block}.bundle-builder__drawer-empty p{margin:.25rem 0;font-size:.875rem}.bundle-builder__atc-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.2rem .875rem;border-radius:var(--bb-radius-sm);background:#003349!important;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s ease;font-family:GTF Solina TRIAL Cond Semi;font-weight:400;border-radius:57px}.bundle-builder__atc-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-builder__atc-btn svg{width:2.125rem;height:2.125rem}.yotpo-widget-loyalty-floater-widget.yotpo-widget-override-css{display:none}.bundle-builder__drawer-header,.bundle-builder__drawer-items,.bundle-builder__drawer-footer{width:1200px;margin:0 auto}.bundle-builder__progress-fill{display:block!important;background-color:#e3e987}.bundle-builder__variants-scroll button.bundle-builder__btn.bundle-builder__btn--sm{background-color:#003349;color:#fff;border:none}.bundle-builder__variants-scroll button.bundle-builder__btn.bundle-builder__btn--sm:hover{background-color:#e3e987;color:#003349;border:none}@media only screen and (max-width:1199px){.bundle-builder__drawer-header,.bundle-builder__drawer-items,.bundle-builder__drawer-footer{width:100%}.cc-revoke.cc-bottom.cc-left,iframe#chat-button{display:none}.bbbanerboxwrap ul{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/136/assets/bundle-builder.css.map */
