.bed-configurator{display:block;padding:100px 0;background:var(--bc-section-bg, #fff)}.bed-configurator__inner{max-width:1440px}.bed-configurator__head{max-width:720px;margin-bottom:26px}.bed-configurator__title{margin:0 0 10px;color:#150f1d;font-size:42px;line-height:1.1;font-weight:800;letter-spacing:-.02em}.bed-configurator__desc{margin:0;color:#736f78;font-size:16px;line-height:1.5;font-weight:500}.bed-configurator__panel{overflow:hidden;border:1px solid #eee8f2;border-radius:28px;background:var(--bc-panel-bg, #f7f5f8);box-shadow:0 18px 46px #150f1d0f}.bed-configurator__top{display:grid;grid-template-columns:minmax(0,69%) minmax(320px,31%);min-height:400px;background:var(--bc-top-bg, #f4f2f4)}.bed-configurator__slider-area{min-width:0;padding:28px;display:flex;flex-direction:column;justify-content:center;background:var(--bc-slider-bg, #f3f1f3)}.bed-configurator__results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.bed-configurator__count{color:#736f78;font-size:14px;font-weight:800;line-height:1.3}.bed-configurator__arrows{display:flex;gap:10px}.bed-configurator__arrow{width:42px;height:42px;border-radius:50%;border:1px solid #d8d2dd;background:#fff;color:#150f1d;font-size:28px;line-height:1;cursor:pointer;transition:all .25s ease}.bed-configurator__arrow:hover{background:#8637b2;border-color:#8637b2;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #8637b22e}.bed-configurator__slider-wrap{min-width:0;min-height:400px;overflow:hidden}.bed-configurator__slider{min-height:400px;display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.bed-configurator__slider::-webkit-scrollbar{display:none}.bed-configurator__breed-box{padding:44px 42px;background:var(--bc-breed-bg, #fbfafb);display:flex;flex-direction:column;min-height:400px}.bed-configurator__breed-title{margin-bottom:18px;color:#150f1d;font-size:15px;line-height:1.2;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.bed-configurator__breeds{list-style:none;margin:0;padding:0 10px 0 0;max-width:320px;max-height:310px;overflow-y:auto;scrollbar-width:thin}.bed-configurator__breeds::-webkit-scrollbar{width:6px}.bed-configurator__breeds::-webkit-scrollbar-track{background:#eee;border-radius:999px}.bed-configurator__breeds::-webkit-scrollbar-thumb{background:#c9c3cf;border-radius:999px}.bed-configurator__breeds li{padding:6px 0;border-bottom:1px solid #e6e2e8;color:#736f78;font-size:14px;line-height:1.3;font-weight:500}.bed-configurator__controls{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(120px,.8fr) minmax(190px,.9fr) minmax(260px,1.2fr);gap:22px;align-items:start;padding:22px 28px;background:var(--bc-controls-bg, #e9e7e9)}.bed-configurator__group{min-width:0;display:flex;flex-direction:column;align-self:start}.bed-configurator__label{margin-bottom:10px;min-height:14px;color:#736f78;font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.bed-configurator__options{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.bed-configurator__group--range .bed-configurator__options{max-width:360px}.bed-configurator__option{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(21,15,29,.22);border-radius:999px;background:#fff;color:#150f1d;font-size:14px;font-weight:800;cursor:pointer;transition:border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease}.bed-configurator__option:hover{border-color:#8637b2;transform:translateY(-2px);box-shadow:0 8px 20px #8637b21f}.bed-configurator__option.is-active{background:#8637b2;color:#fff;border-color:#8637b2;box-shadow:0 8px 20px #8637b238}.bed-configurator__option--range{min-width:92px}.bed-configurator__option--shape{width:74px;height:54px;min-height:54px;padding:0;border-radius:16px;background:transparent;border-color:transparent;box-shadow:none;position:relative}.bed-configurator__option--shape:hover{border-color:transparent;box-shadow:none;transform:translateY(-2px)}.bed-configurator__option--shape.is-active{background:transparent;border-color:transparent;box-shadow:none;transform:translateY(-3px)}.bed-configurator__option--shape.is-active:after{content:"";position:absolute;left:50%;bottom:-7px;width:34px;height:4px;border-radius:999px;background:#8637b2;transform:translate(-50%)}.bed-configurator__shape-icon{width:68px;height:48px;display:block}.bed-configurator__shape-icon img{width:100%;height:100%;display:block;object-fit:contain}.bed-configurator__option--shape .bed-configurator__shape-icon img{transition:transform .25s ease,filter .25s ease,opacity .25s ease}.bed-configurator__option--shape:hover .bed-configurator__shape-icon img{transform:scale(1.04)}.bed-configurator__option--shape.is-active .bed-configurator__shape-icon img{filter:drop-shadow(0 8px 12px rgba(134,55,178,.22));transform:scale(1.08)}.bed-configurator__option--size{width:42px;height:42px;min-height:42px;padding:0;border-radius:50%}.bed-configurator__option--size span:not(.bed-configurator__size-badge){display:none}.bed-configurator__size-badge{color:inherit;font-size:13px;font-weight:800;line-height:1}.bed-configurator__option--color{width:42px;height:42px;min-height:42px;padding:0;border-radius:50%;background:#fff}.bed-configurator__option--color span:not(.bed-configurator__color-swatch){display:none}.bed-configurator__color-swatch{width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:var(--swatch);border:1px solid rgba(21,15,29,.16)}.bed-configurator__option--color.is-active{background:#000}.bed-configurator__option--color.is-active .bed-configurator__color-swatch{box-shadow:0 0 0 2px #fff,0 0 0 4px #8637b2,0 6px 18px #8637b238}.bed-configurator__empty{min-height:400px;display:flex;align-items:center;color:#150f1d;font-size:16px;font-weight:600}@media(max-width:1200px){.bed-configurator__controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.bed-configurator__top{grid-template-columns:1fr}.bed-configurator__breed-box{min-height:auto;padding:26px 28px}}@media(max-width:768px){.bed-configurator{padding:42px 0}.bed-configurator__title{font-size:30px}.bed-configurator__panel{border-radius:22px}.bed-configurator__slider-area{padding:20px}.bed-configurator__top{min-height:auto}.bed-configurator__breed-box{padding:22px 20px}.bed-configurator__controls{grid-template-columns:1fr;padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/s-bed-configurator.css.map */
