.bundle-builder{--bb-navy: #072e4a;--bb-gold: #a98a5c;--bb-gold-hover: #8a6f47;--bb-gold-light: #f3ece0;--bb-text: #212121;--bb-light-bg: #f5f2ec;--bb-cream: #fcfbf9;--bb-border: #d1cdc4;--bb-white: #ffffff;--bb-success: #2e7d32;--bb-error: #c62828;max-width:100%;overflow:clip}.bundle-hero{background-color:var(--bb-navy);color:var(--bb-white);text-align:center;padding:44px 20px 36px}.bundle-hero__title{font-weight:700;text-transform:uppercase;font-size:44px;margin:0 0 10px;letter-spacing:.02em;line-height:1.1}.bundle-hero__subtitle{font-size:14px;margin:0 auto;opacity:.88;text-transform:uppercase;letter-spacing:.06em;max-width:580px;line-height:1.5}.bundle-layout{display:flex;align-items:flex-start;gap:28px;max-width:1400px;margin:0 auto;padding:28px 20px 120px}.bundle-products{flex:1;min-width:0}.bundle-products__filters{margin-bottom:18px;display:flex;gap:12px;align-items:center;flex-wrap:nowrap}.bundle-filters__top{display:contents}.bundle-filters__toggle{display:none}.bundle-filters__dropdowns{display:contents}.bundle-search{flex:1 1 180px;max-width:320px;height:42px;padding:0 14px;margin:0;border:1px solid var(--bb-border);border-radius:0;font-size:14px;line-height:normal;font-family:DM Sans,sans-serif;color:var(--bb-text);background-color:var(--bb-white);transition:border-color .2s;box-sizing:border-box;-webkit-appearance:none;appearance:none}.bundle-search:focus{outline:none;border-color:var(--bb-gold)}.bundle-search::placeholder{color:#999}.bundle-filter{padding:11px 36px 11px 14px;border:1px solid var(--bb-border);border-radius:0;background-color:var(--bb-white);font-size:14px;font-family:DM Sans,sans-serif;color:var(--bb-text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s;min-width:140px}.bundle-filter:focus{outline:none;border-color:var(--bb-gold)}.bundle-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bundle-card{background:var(--bb-white);border:1px solid var(--bb-border);position:relative;transition:box-shadow .2s,border-color .2s;overflow:hidden}.bundle-card:hover{box-shadow:0 4px 16px #00000014}.bundle-card--added{border-color:var(--bb-gold);box-shadow:0 0 0 2px var(--bb-gold)}.bundle-card__badge{position:absolute;top:10px;right:10px;width:28px;height:28px;background:var(--bb-gold);color:#fff;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:2;line-height:28px;text-align:center;box-shadow:0 2px 6px #00000026}.bundle-card--added .bundle-card__badge{display:flex}.bundle-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bb-light-bg)}.bundle-card__slides{position:relative;width:100%;height:100%}.bundle-card__img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.bundle-card__img.is-active{opacity:1;position:relative}.bundle-card__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:28px;height:28px;border:none;border-radius:50%;background:#ffffffd9;color:var(--bb-text);font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background .2s ease;padding:0;box-shadow:0 1px 4px #0000001f}.bundle-card__image:hover .bundle-card__arrow{opacity:1}.bundle-card__arrow:hover{background:#fff}.bundle-card__arrow--prev{left:6px}.bundle-card__arrow--next{right:6px}.bundle-card__info{padding:14px 16px 16px}.bundle-card__title{font-weight:700;font-size:12px;text-transform:uppercase;margin:0 0 2px;color:var(--bb-text);line-height:1.3;letter-spacing:.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}.bundle-card__cutline{font-size:12px;color:#888;margin:0 0 6px}.bundle-card__price{font-size:16px;font-weight:700;color:var(--bb-text);margin:6px 0 12px}.bundle-card__variant{width:100%;padding:9px 12px;border:1px solid var(--bb-border);font-size:13px;background:var(--bb-white);margin-bottom:10px;cursor:pointer;-webkit-appearance:auto;appearance:auto;color:var(--bb-text)}.bundle-card__variant:focus{border-color:var(--bb-gold);outline:none}.bundle-card__add{width:100%;padding:13px 15px;background:var(--bb-navy);color:var(--bb-white);border:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:background .2s,opacity .2s,transform .15s}.bundle-card__add:hover{background:#0a3d63}.bundle-card__add:active{transform:scale(.97)}.bundle-card--added .bundle-card__add{background:var(--bb-gold)}.bundle-card--added .bundle-card__add-text,.bundle-card__add-check{display:none}.bundle-card--added .bundle-card__add-check{display:inline}.bundle-card--disabled .bundle-card__add{opacity:.4;cursor:not-allowed;pointer-events:none}.bundle-sidebar{width:340px;flex-shrink:0;align-self:stretch}.bundle-sidebar__inner{position:sticky;top:calc(var(--header-height, 70px) + 16px);background:var(--bb-white);border:1px solid var(--bb-border);box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;max-height:calc(100vh - var(--header-height, 70px) - 40px);overflow:hidden}.bundle-sidebar__header{background:var(--bb-navy);color:var(--bb-white);padding:10px 20px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:space-between}.bundle-sidebar__title{font-weight:700;font-size:14px;text-transform:uppercase;color:var(--bb-white);margin:0;letter-spacing:.06em}.bundle-sidebar__count-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--bb-gold);color:var(--bb-white);font-size:13px;font-weight:700;padding:3px 12px;border-radius:20px;min-width:44px;letter-spacing:.02em}.bundle-tiers{padding:12px 20px 8px;flex-shrink:0}.bundle-tiers__bar{position:relative;height:4px;background:#e8e5df;border-radius:2px;margin:0 0 10px}.bundle-tiers__progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--bb-gold),#c4a06d);border-radius:2px;transition:width .4s ease}.bundle-tiers__labels{display:flex;justify-content:space-between;gap:4px}.bundle-tiers__marker{text-align:center;flex:1;padding:8px 4px;border-radius:6px;background:var(--bb-light-bg);border:2px solid transparent;transition:all .3s ease}.bundle-tiers__marker--active{background:var(--bb-gold-light);border-color:var(--bb-gold)}.bundle-tiers__pct{display:block;font-size:12px;font-weight:700;color:#888;line-height:1.2;transition:all .3s ease}.bundle-tiers__marker--active .bundle-tiers__pct{color:var(--bb-gold-hover)}.bundle-tiers__qty{display:block;font-size:9px;color:#aaa;line-height:1.3;text-transform:uppercase;letter-spacing:.02em;transition:all .3s ease}.bundle-tiers__marker--active .bundle-tiers__qty{color:var(--bb-gold-hover)}.bundle-sidebar__items{padding:2px 20px;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--bb-border) transparent}.bundle-sidebar__items::-webkit-scrollbar{width:4px}.bundle-sidebar__items::-webkit-scrollbar-track{background:transparent}.bundle-sidebar__items::-webkit-scrollbar-thumb{background:var(--bb-border);border-radius:2px}.bundle-slot{display:flex;align-items:center;gap:10px;padding:5px 0;border-bottom:1px solid #f0ede8}.bundle-slot:last-child{border-bottom:none}.bundle-slot--empty{opacity:.45}.bundle-slot__image{width:44px;height:44px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:3px}.bundle-slot--empty .bundle-slot__image{border:1.5px dashed #c5c0b7;background:var(--bb-cream)}.bundle-slot--filled .bundle-slot__image{border:1px solid var(--bb-border);background:var(--bb-light-bg)}.bundle-slot__image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-slot__plus{font-size:18px;color:#b5b0a7;font-weight:400;line-height:1}.bundle-slot__text{font-size:11px;color:#bbb;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.bundle-slot__info{flex:1;min-width:0}.bundle-slot__name{font-size:12px;font-weight:600;color:var(--bb-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.bundle-slot__variant-name{font-size:10px;color:#888;margin-top:1px}.bundle-slot__price{font-size:13px;color:var(--bb-text);white-space:nowrap;font-weight:600}.bundle-slot__remove{width:22px;height:22px;border:none;background:#f0ede8;color:#999;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s,background .2s;padding:0;line-height:1;border-radius:50%}.bundle-slot__remove:hover{color:var(--bb-white);background:var(--bb-error)}.bundle-sidebar__footer{flex-shrink:0;padding:10px 20px 12px;background:var(--bb-white);position:relative;z-index:2;border-top:1px solid var(--bb-border)}.bundle-sidebar__totals{margin-bottom:10px}.bundle-total__row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#666;margin-bottom:4px}.bundle-total__savings{color:var(--bb-success);font-weight:600}.bundle-total__savings span:last-child{color:var(--bb-success)}.bundle-total__final{font-weight:700;font-size:15px;color:var(--bb-text);margin-bottom:0;padding-top:4px;border-top:1px solid #f0ede8}.bundle-sidebar__cta{display:block;width:100%;margin:0;padding:11px 16px;background:var(--bb-gold);color:var(--bb-white);border:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:background .2s,opacity .2s}.bundle-sidebar__cta:hover:not(:disabled){background:var(--bb-gold-hover)}.bundle-sidebar__cta:disabled{background:#b8b3ac;cursor:not-allowed;opacity:.7}.bundle-sidebar__cta--loading{pointer-events:none;opacity:.7}.bundle-sidebar__hint{font-size:11px;color:#999;text-align:center;margin:8px 0 0;line-height:1.3}.bundle-sidebar__hint--success{color:var(--bb-success);font-weight:600}.bundle-scroll-top{position:fixed;bottom:90px;right:20px;width:44px;height:44px;background:var(--bb-white);border:1px solid var(--bb-border);color:var(--bb-text);cursor:pointer;display:none;align-items:center;justify-content:center;font-size:20px;z-index:99;transition:opacity .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.bundle-scroll-top:hover{box-shadow:0 4px 12px #00000026}.bundle-scroll-top--visible{display:flex}.bundle-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--bb-white);border-top:2px solid var(--bb-navy);padding:14px 20px;z-index:100;align-items:center;justify-content:space-between;box-shadow:0 -4px 20px #0000001a}.bundle-mobile-bar__info{font-size:14px;font-weight:600;color:var(--bb-text)}.bundle-mobile-bar__savings{display:block;font-size:12px;color:var(--bb-success);font-weight:600;margin-top:2px}.bundle-mobile-bar__btn{padding:12px 22px;background:var(--bb-gold);color:var(--bb-white);border:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}.bundle-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;transition:opacity .3s ease;opacity:0;transition:opacity .3s}.bundle-overlay--visible{opacity:1}.bundle-sidebar__close{display:none;position:absolute;top:50%;right:14px;transform:translateY(-50%);width:32px;height:32px;border:none;background:#ffffff26;font-size:22px;cursor:pointer;color:var(--bb-white);align-items:center;justify-content:center;z-index:5;line-height:1;border-radius:50%;transition:background .2s}.bundle-sidebar__close:hover{background:#ffffff40}@media(max-width:1100px){.bundle-products__grid{grid-template-columns:repeat(2,1fr)}.bundle-sidebar{width:300px}}@media(max-width:767px){.bundle-hero{padding:28px 16px 24px}.bundle-hero__title{font-size:26px}.bundle-hero__subtitle{font-size:12px;letter-spacing:.04em}.bundle-layout{flex-direction:column;padding:20px 16px 100px;gap:20px}.bundle-products__grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-products__filters{flex-direction:column;gap:0}.bundle-filters__top{display:flex;width:100%;gap:10px}.bundle-search{flex:1 1 0;max-width:none;min-width:0;height:42px;margin:0;line-height:normal;box-sizing:border-box;-webkit-appearance:none;appearance:none}.bundle-filters__toggle{display:flex;align-items:center;justify-content:center;gap:6px;height:42px;padding:0 14px;border:1px solid var(--bb-border);border-radius:0;background:var(--bb-white);font-family:var(--bb-body);font-size:13px;color:var(--bb-text);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:border-color .2s;box-sizing:border-box}.bundle-filters__toggle:hover,.bundle-filters__toggle.is-open{border-color:var(--bb-gold)}.bundle-filters__toggle-icon{font-size:10px;transition:transform .25s ease;display:inline-block}.bundle-filters__toggle.is-open .bundle-filters__toggle-icon{transform:rotate(180deg)}.bundle-filters__dropdowns{display:none;flex-direction:column;gap:8px;margin-top:10px;width:100%}.bundle-filters__dropdowns.is-open{display:flex}.bundle-filter{width:100%;min-width:unset}.bundle-clear-btn{width:100%}.bundle-card__info{padding:10px 12px 14px}.bundle-card__title{font-size:10px;min-height:28px}.bundle-card__price{font-size:14px;margin:4px 0 8px}.bundle-card__variant{font-size:12px;padding:7px 8px;margin-bottom:8px}.bundle-card__add{font-size:12px;padding:14px}.bundle-card__badge{width:24px;height:24px;font-size:12px;line-height:24px}.bundle-sidebar{position:fixed;bottom:0;left:0;right:0;z-index:201;width:100%;max-height:85vh;transform:translateY(100%);transition:transform .3s ease;visibility:hidden;pointer-events:none}.bundle-sidebar--mobile-open{transform:translateY(0);visibility:visible;pointer-events:auto}.bundle-sidebar__inner{position:static;max-height:85vh;border:none;border-radius:16px 16px 0 0;box-shadow:0 -10px 40px #0003;display:flex;flex-direction:column;overflow:hidden}.bundle-sidebar__header{border-radius:16px 16px 0 0;padding-right:56px}.bundle-sidebar__close,.bundle-mobile-bar{display:flex}.bundle-scroll-top{bottom:80px}}@keyframes bundle-pop{0%{transform:scale(.85);opacity:0}60%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.bundle-slot--animate{animation:bundle-pop .3s ease forwards}@keyframes bundle-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.bundle-no-results{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#888;font-size:16px}#chat-button{bottom:60px!important}
/*# sourceMappingURL=/cdn/shop/t/134/assets/bundle-builder.css.map */
