:root{--bundle-border: #e4e4e4;--bundle-border-active: #111;--bundle-accent: #e11d48;--bundle-bg: #fff;--bundle-bg-muted: #f7f7f7;--bundle-radius: 8px}.bundle-configurator{display:block;margin:24px 0;font-family:inherit}.bundle-configurator__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:16px;flex-wrap:wrap}.bundle-configurator__title{font-size:1rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;margin:0}.bundle-configurator__counter-wrap{font-size:.875rem;color:#666}.bundle-configurator__counter{font-weight:600;color:#111}.bundle-configurator .bundle-configurator__slots{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;gap:10px!important;margin-bottom:16px}.bundle-configurator .bundle-configurator__slot{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:12px!important;background:var(--bundle-bg)!important;border:2px dashed var(--bundle-border)!important;border-radius:var(--bundle-radius)!important;cursor:pointer!important;transition:border-color .2s,transform .1s!important;text-align:center!important;font:inherit!important;width:100%!important;min-width:0!important;min-height:190px!important;box-sizing:border-box!important}.bundle-configurator .bundle-configurator__slot:hover{border-color:var(--bundle-border-active)!important}.bundle-configurator .bundle-configurator__slot[data-checked=true]{border-style:solid!important;border-color:var(--bundle-border-active)!important;background:var(--bundle-bg-muted)!important}.bundle-configurator .bundle-configurator__slot--active{border-color:var(--bundle-border-active)!important;box-shadow:0 0 0 2px #00000014}.bundle-configurator__slot--error{animation:bundle-shake .35s ease;border-color:var(--bundle-accent)}@keyframes bundle-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.bundle-configurator .bundle-configurator__slot-imgwrap{position:relative!important;width:100%!important;max-width:100%!important;height:130px!important;overflow:hidden!important;margin-bottom:10px!important;background:#fafafa!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:1 1 auto!important}.bundle-configurator .bundle-configurator__slot-plus{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:46px!important;height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;border:2px solid var(--bundle-border)!important;color:#b0b0b0!important;background:#fff!important;pointer-events:none!important;transition:border-color .2s,color .2s,transform .15s!important;z-index:1!important}.bundle-configurator .bundle-configurator__slot-plus svg{width:22px!important;height:22px!important;display:block!important}.bundle-configurator .bundle-configurator__slot[data-checked=true] .bundle-configurator__slot-plus{display:none!important}.bundle-configurator .bundle-configurator__slot:hover .bundle-configurator__slot-plus,.bundle-configurator .bundle-configurator__slot--active .bundle-configurator__slot-plus{border-color:var(--bundle-border-active)!important;color:var(--bundle-border-active)!important;transform:translate(-50%,-50%) scale(1.08)!important}.bundle-configurator .bundle-configurator__slot-img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block!important}.bundle-configurator__slot-img{max-width:100%;max-height:100%;object-fit:contain}.bundle-configurator__slot-title{font-size:.8125rem;font-weight:500;line-height:1.3;color:#333;letter-spacing:.02em}.bundle-configurator__slot--gift{border-style:solid;border-color:var(--bundle-accent);cursor:default;background:#fff5f7;opacity:.45;transition:opacity .35s ease}.bundle-configurator__slot--gift.is-unlocked{opacity:1}.bundle-configurator__slot--gift:hover{border-color:var(--bundle-accent)}.bundle-configurator__gift-badge{position:absolute;top:6px;right:6px;background:var(--bundle-accent);color:#fff;font-size:.625rem;font-weight:700;padding:2px 6px;border-radius:3px;letter-spacing:.05em}.bundle-configurator__slot-title--gift{color:var(--bundle-accent);font-weight:600}.bundle-configurator .bundle-configurator__picker{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;background:var(--bundle-bg-muted);border-radius:var(--bundle-radius);padding:0 16px}.bundle-configurator .bundle-configurator__picker[data-show=true]{max-height:2000px;padding:16px;margin-bottom:16px}.bundle-configurator .bundle-configurator__picker-header{display:flex!important;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;font-size:.875rem;position:relative;z-index:2}.bundle-configurator .bundle-configurator__picker-close{background:transparent!important;border:none!important;font-size:1.5rem!important;line-height:1!important;cursor:pointer!important;padding:4px 8px!important;width:auto!important;min-width:0!important;color:inherit!important}.bundle-configurator .bundle-configurator__picker-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))!important;gap:8px!important;align-items:stretch}.bundle-configurator .bundle-configurator__pick{position:relative!important;background:var(--bundle-bg)!important;border:1px solid var(--bundle-border)!important;border-radius:var(--bundle-radius)!important;padding:8px!important;cursor:pointer!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;transition:border-color .15s,transform .1s!important;font:inherit!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;box-sizing:border-box!important}.bundle-configurator .bundle-configurator__pick:hover:not([data-pick-disabled=true]){border-color:var(--bundle-border-active)!important;transform:translateY(-1px)}.bundle-configurator .bundle-configurator__pick[data-pick-disabled=true]{opacity:.4;cursor:not-allowed!important}.bundle-configurator .bundle-configurator__pick.is-picked{border-color:var(--bundle-border-active)!important;animation:bundle-pulse .5s ease}@keyframes bundle-pulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.bundle-configurator .bundle-configurator__pick-img{width:100%!important;max-width:100%!important;height:120px!important;max-height:120px!important;object-fit:contain!important;display:block!important;margin-bottom:8px!important;aspect-ratio:auto!important}.bundle-configurator .bundle-configurator__pick-title{font-size:.8125rem!important;font-weight:500!important;line-height:1.3!important;word-break:break-word}.bundle-configurator .bundle-configurator__pick{min-height:175px!important}.bundle-configurator__pick-soldout{position:absolute;top:6px;left:6px;background:#999;color:#fff;font-size:.625rem;padding:2px 4px;border-radius:2px}.bundle-configurator__empty{padding:16px;color:#999;font-size:.875rem}.bundle-configurator__submit--disabled{opacity:.45;cursor:not-allowed;pointer-events:auto}@media(max-width:600px){.bundle-configurator .bundle-configurator__slots{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))!important;gap:6px!important}.bundle-configurator .bundle-configurator__slot{min-height:100px!important;padding:5px!important}.bundle-configurator .bundle-configurator__slot-imgwrap{height:55px!important;margin-bottom:4px!important}.bundle-configurator .bundle-configurator__slot-plus{width:30px!important;height:30px!important;border-width:1.5px!important}.bundle-configurator .bundle-configurator__slot-plus svg{width:15px!important;height:15px!important}.bundle-configurator .bundle-configurator__slot-title{font-size:.625rem!important;line-height:1.2!important}.bundle-configurator .bundle-configurator__gift-badge{font-size:.5rem!important;padding:1px 4px!important;top:4px!important;right:4px!important}.bundle-configurator .bundle-configurator__header{margin-bottom:8px!important}.bundle-configurator .bundle-configurator__title{font-size:.8125rem!important}.bundle-configurator .bundle-configurator__picker-grid{grid-template-columns:repeat(auto-fit,minmax(85px,1fr))!important;gap:6px!important}.bundle-configurator .bundle-configurator__pick{padding:6px!important;min-height:140px!important}.bundle-configurator .bundle-configurator__pick-img{height:90px!important;max-height:90px!important}.bundle-configurator .bundle-configurator__pick-title{font-size:.6875rem!important}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/bundle-configurator.css.map */
