.bundle-form{width:100%;margin:12px 0}.bundle-form--error .bundle-form__error{padding:12px;border:1px dashed #ccc;border-radius:6px;background:#f7f7f7;color:#444;font-size:.85rem}.bundle-form__slots{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.bundle-slot{position:relative}.bundle-slot__label{display:flex;align-items:center;gap:3px;margin-bottom:5px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#111}.bundle-slot__label-req{color:#111}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-slot__trigger{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease}.bundle-slot__trigger:hover{border-color:#999}.bundle-slot__trigger[aria-expanded=true]{border-color:#000;box-shadow:0 0 0 2px #0000001f}.bundle-slot.has-error .bundle-slot__trigger{border-color:#c0392b;box-shadow:0 0 0 2px #c0392b1f}.bundle-slot__trigger-media{flex:0 0 auto;width:44px;height:44px;border-radius:6px;overflow:hidden;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.bundle-slot__trigger-media img,.bundle-slot__trigger-img{width:100%;height:100%;object-fit:cover;display:block}.bundle-slot__trigger-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.bundle-slot__trigger-name{font-size:.95rem;font-weight:700;color:#1a1a1a;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-slot__trigger-inspired{display:block;max-width:100%;margin:0;font-size:.8rem;font-weight:400;font-style:italic;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-slot__trigger-inspired:empty{display:none}.bundle-slot__weight,.bundle-option__weight{font-weight:500;color:#666;font-size:.85em}.bundle-slot__trigger-rating,.bundle-option__rating{display:flex;align-items:center;gap:5px;margin:0}.bundle-stars{--pct: 0%;display:inline-block;font-family:Times,serif;font-size:1.15rem;line-height:1;letter-spacing:2px}.bundle-stars:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,#cca44c var(--pct),#d4d4d4 var(--pct));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bundle-rating-count{font-size:.82rem;color:#000000b3}.bundle-slot__trigger-chevron{flex:0 0 auto;color:#666;display:flex;transition:transform .2s ease}.bundle-slot__trigger[aria-expanded=true] .bundle-slot__trigger-chevron{transform:rotate(180deg)}.bundle-slot__panel{position:absolute;z-index:40;left:0;right:0;margin-top:5px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 28px #00000024;overflow:hidden}.bundle-slot__panel--up{top:auto;bottom:100%;margin-top:0;margin-bottom:5px}.bundle-slot__panel[hidden],.bundle-slot__sheet-header{display:none}.bundle-slot__search{position:relative;display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #f0f0f0}.bundle-slot__search-icon{position:absolute;left:20px;color:#999;pointer-events:none}.bundle-slot__search-input{flex:1 1 auto;width:100%;padding:7px 32px;border:1px solid #ddd;border-radius:6px;font-size:.85rem;outline:none;transition:border-color .18s ease}.bundle-slot__search-input:focus{border-color:#000}.bundle-slot__search-clear{position:absolute;right:20px;background:none;border:none;color:#999;cursor:pointer;display:flex;padding:2px}.bundle-slot__search-clear:hover{color:#000}.bundle-slot__list{list-style:none;margin:0;padding:4px;max-height:300px;overflow-y:auto;overscroll-behavior:contain}.bundle-option{display:flex;align-items:center;gap:10px;padding:9px 8px;border-radius:6px;cursor:pointer;transition:background-color .14s ease;border-bottom:1px solid #eee}.bundle-option:last-child{border-bottom:none}.bundle-option:hover,.bundle-option.is-focused{background:#f2f2f2}.bundle-option[aria-selected=true]{background:#e8e8e8}.bundle-option.is-oos{opacity:.5;cursor:not-allowed}.bundle-option__media{flex:0 0 auto;width:42px;height:42px;border-radius:6px;overflow:hidden;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.bundle-option__media img{width:100%;height:100%;object-fit:cover;display:block}.bundle-option__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.bundle-option__name{font-size:.95rem;font-weight:700;color:#1a1a1a;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-option__inspired{font-size:.8rem;font-weight:400;font-style:italic;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-option__oos{flex:0 0 auto;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#c0392b}.bundle-slot__empty{padding:14px;text-align:center;font-size:.82rem;color:#888}.bundle-slot__empty[hidden]{display:none}.bundle-slot__error{margin:5px 2px 0;font-size:.76rem;color:#c0392b}.bundle-slot__error[hidden]{display:none}.bundle-form__guarantee{display:flex;align-items:flex-start;gap:8px;margin:0 0 10px;width:100%}.bundle-form__guarantee-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.bundle-form__guarantee-icon svg{width:18px;height:18px}.bundle-form__guarantee-text{margin:0;font-size:.9375rem;line-height:1.45;color:#222}.bundle-form__guarantee-text strong{font-weight:700}.bundle-form__submit{width:100%}@media(max-width:749px){.bundle-form{margin:8px 0}.bundle-form__slots{gap:6px;margin-bottom:10px}.bundle-slot__label{font-size:.65rem;margin-bottom:4px}.bundle-slot__trigger{padding:6px 8px;gap:8px;border-radius:7px}.bundle-slot__trigger-media{width:38px;height:38px;border-radius:5px}.bundle-slot__trigger-name{font-size:.9rem}.bundle-slot__trigger-inspired{font-size:.76rem}.bundle-stars{font-size:1.05rem}.bundle-rating-count{font-size:.78rem}.bundle-form__guarantee-text{font-size:.8125rem}.bundle-form__guarantee-icon svg{width:16px;height:16px}.bundle-slot__panel{position:fixed;left:0;right:0;bottom:0;top:auto;margin:0;border-radius:14px 14px 0 0;max-height:78vh;display:flex;flex-direction:column;z-index:1000}.bundle-slot__panel--up{top:auto;bottom:0;margin-bottom:0}.bundle-slot__sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px;border-bottom:1px solid #f0f0f0;position:relative}.bundle-slot__sheet-header:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:36px;height:4px;border-radius:999px;background:#ddd}.bundle-slot__sheet-title{font-size:.85rem;font-weight:700;color:#000}.bundle-slot__sheet-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:#f2f2f2;border-radius:50%;color:#000;cursor:pointer;flex-shrink:0}.bundle-slot__list{max-height:none;flex:1 1 auto}.bundle-option{padding:8px}.bundle-option__media{width:40px;height:40px}.bundle-slot.is-open:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/bundle-selector.css.map */
