@import"https://fonts.googleapis.com/css2?family=Albert+Sans:wght@600;700&display=swap";@import"https://fonts.cdnfonts.com/css/beaver-punch";:root{--orange: #F96404}.hidden{display:none!important}.bundle-builder{max-width:900px;margin:0 auto;background:#fff;border-radius:1px;padding:16px 20px 0;box-shadow:0 10px 30px #0000000f;font-family:Albert Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.section-title{font-size:20px;font-weight:600;margin-bottom:12px;text-align:center;color:#000}.soaps-title{text-align:center;margin-bottom:20px;margin-top:40px}.quantity-section{background:#fff;border-radius:1px;padding:12px 0 24px;margin-bottom:24px;border:none;display:flex;justify-content:center}.brush-builder{display:flex;flex-direction:column;align-items:center;gap:16px}.brush-cards{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.brush-card{border-radius:18px;border:2px solid #e5e5e5;padding:16px 18px 18px;background:#fff;cursor:pointer;text-align:center;box-shadow:0 2px 6px #00000008;transition:all .18s ease;display:flex;flex-direction:column;align-items:center}.brush-card[data-color=blue],.brush-card.active-blue{border-color:#4ff3ff;box-shadow:0 4px 12px #4ff3ff66}.brush-card[data-color=pink],.brush-card.active-pink{border-color:#ff4fa3;box-shadow:0 4px 12px #ff4fa359}.brush-card-img{width:90px;height:auto;display:block;margin-bottom:8px}.brush-card-label{font-size:16px;font-weight:600}.brush-add-btn{margin-top:8px}.brush-qty-counter{display:none;margin-top:8px;align-items:center;gap:12px}.brush-qty-counter.show{display:inline-flex;animation:fadeInUp .2s ease-out}.brush-qty-btn{width:32px;height:32px;border-radius:999px;border:1px solid #ccc;background:#fff;font-size:18px;line-height:1;cursor:pointer;padding:0}.brush-qty-value{font-size:16px;font-weight:600}.brush-summary{margin-top:10px;text-align:center}.brush-summary-title{font-size:18px;font-weight:700;text-align:center}.brush-summary-prices{margin-top:6px;display:inline-flex;align-items:baseline;gap:8px;font-size:15px}.brush-summary-compare{text-decoration:line-through;color:#666;font-weight:700}.brush-summary-current{font-weight:700;color:#000}.brush-summary-saving{font-size:13px;font-weight:700;color:#1f7a36;text-transform:uppercase}.color-hint{font-size:14px;margin-top:10px;color:#111;text-align:center}.bonus-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.bonus-line{font-size:13px;margin-top:6px}.bonus-price{text-decoration:line-through;color:#666;margin:0 4px;font-weight:600}.bonus-free{color:#1f7a36;font-weight:700;margin-left:2px}.soaps-section{margin-bottom:16px}.soap-pricing-bar{border-radius:8px;background:#fafafa;padding:16px 14px 12px;border:2px solid var(--orange);margin-bottom:18px;position:relative}.soap-steps{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:12px}.soap-step{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center}.soap-step-label{font-weight:700;margin-bottom:2px}.soap-step-price{font-size:12px;font-weight:600;color:#198754}.best-deal-tag{position:absolute;top:-10px;right:12px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.soap-range-wrapper{padding:0 18px 4px;position:relative}.soap-track{position:relative;height:16px;margin-top:6px}.soap-track-line{position:absolute;top:50%;left:0;right:0;height:6px;background:#f964042e;border-radius:999px;transform:translateY(-50%)}.soap-track-fill{position:absolute;top:50%;left:0;height:6px;background:var(--orange);border-radius:999px;transform:translateY(-50%);width:0%;transition:width .35s ease}.soap-track-dot{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;border:2px solid #e0e0e0;background:#fff;transform:translate(-50%,-50%);box-sizing:border-box;transition:background .25s ease,border-color .25s ease}.soap-track-dot.active{background:var(--orange);border-color:var(--orange)}.soap-track-dot.dot-1{left:5%}.soap-track-dot.dot-2{left:36.6667%}.soap-track-dot.dot-3{left:68.3333%}.soap-track-dot.dot-4{left:100%}.soap-range{display:none}.soap-price-info{margin-top:10px;font-size:13px;text-align:center;color:#333}.soap-list{border-top:1px solid #eee;margin-top:12px}.soap-item{display:flex;gap:14px;padding:14px 4px;border-bottom:1px solid #f1f1f1;align-items:flex-start;position:relative}.soap-thumb{width:52px;height:52px;border-radius:10px;background:#f4f4f4;object-fit:cover;border:2px solid #000;flex-shrink:0}.soap-content{flex:1}.soap-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.soap-name{font-size:16px;font-weight:600;margin-bottom:4px;flex:1}.soap-desc{font-size:13px;color:#555;line-height:1.35;margin-top:2px}.soap-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.add-btn{border-radius:999px;padding:8px 16px;border:none;background:var(--orange);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.qty-counter{display:none;align-items:center;gap:6px;font-size:13px}.qty-counter.show{display:flex;animation:fadeInUp .2s ease-out}.qty-counter button{width:22px;height:22px;border-radius:999px;border:1px solid #ccc;background:#fff;cursor:pointer;padding:0;line-height:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.summary-section{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin-top:10px;padding:8px 0 0}.summary-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:4px 0 8px}.summary-main-line{font-size:19px;font-weight:700;display:flex;flex-direction:column;gap:2px;align-items:flex-start}.summary-main-row{display:flex;flex-wrap:nowrap;column-gap:4px;align-items:baseline}.summary-label{margin-right:2px}.summary-total{margin-right:2px;font-weight:700}.summary-compare{text-decoration:line-through;color:#666;margin-right:2px;font-weight:700;white-space:nowrap}.summary-saving{color:#1f7a36;font-weight:700;font-size:14px}.summary-toggle-icon{font-size:20px;font-weight:700;line-height:1;width:24px;text-align:center}.summary-details{overflow:hidden;max-height:0;border-top:1px solid #e5e5e5;padding-top:0;margin-top:0;transition:max-height .25s ease}.summary-details-inner{padding:8px 0 10px}.summary-line{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:8px;font-size:17px;margin-bottom:4px;align-items:baseline}.summary-item-label{margin-right:8px}.summary-item-price{white-space:nowrap;font-weight:700;text-align:right}.summary-item-compare-inline{margin-left:6px;text-decoration:line-through;color:#666;font-weight:700;white-space:nowrap}.summary-item-prices{white-space:nowrap}.summary-item-compare{text-decoration:line-through;color:#666}.summary-brush-color-rose{color:#ff4fa3}.summary-brush-color-blue{color:#4ff3ff}.summary-item-free{font-weight:700}.plans-section{margin-top:6px;margin-bottom:0}.add-bundle-btn{margin-top:6px;width:100%;border-radius:999px;border:2px solid #000;padding:14px 20px;background:#4ff3ff;color:#000;font-size:32px;font-weight:700;cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.05em;font-family:Beaver Punch,Albert Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bundle-message{margin-top:0;margin-bottom:0;font-size:14px;text-align:center}.bundle-message.success{color:#1f7a36}.bundle-message.error{color:#b00020}@media (max-width:640px){.soap-item{align-items:flex-start}.brush-card-img{width:80px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/bundle.css.map */
