.multi-range-slider *{box-sizing:border-box;margin:0;padding:0}.multi-range-slider{border:1px solid gray;border-radius:10px;box-shadow:1px 1px 4px #000;display:flex;flex-direction:column;padding:20px 10px;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider .bar{display:flex}.multi-range-slider .bar-left{border-radius:10px 0 0 10px;padding:4px 0}.multi-range-slider .bar-left,.multi-range-slider .bar-right{background-color:#f0f0f0;box-shadow:inset 0 0 5px #000;width:25%}.multi-range-slider .bar-right{border-radius:0 10px 10px 0}.multi-range-slider .bar-inner{background-color:#0f0;border:1px solid #000;box-shadow:inset 0 0 5px #000;display:flex;flex-grow:1;flex-shrink:1;justify-content:space-between;position:relative}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:red;cursor:pointer;position:relative;z-index:1}.multi-range-slider .thumb:before{background-color:#fff;border:1px solid #000;border-radius:50%;box-shadow:0 0 3px #000,inset 0 0 5px gray;content:"";cursor:pointer;height:20px;margin:-8px;position:absolute;width:20px;z-index:1}.multi-range-slider .input-type-range:focus+.thumb:after{border:1px dotted #000;border-radius:50%;box-shadow:0 0 5px #fff,inset 0 0 10px #000;content:"";height:11px;left:-4px;position:absolute;top:-4px;width:11px;z-index:2}.multi-range-slider .caption{align-items:center;bottom:35px;display:flex;display:none;height:2px;justify-content:center;left:1px;overflow:visible;position:absolute;width:2px}.multi-range-slider .thumb .caption *{background-color:#00f;border-radius:15px;box-shadow:0 0 5px #000;color:#fff;font-size:75%;height:30px;line-height:30px;min-width:30px;padding:0 5px;position:absolute;text-align:center;white-space:nowrap}.multi-range-slider .input-type-range:focus+.thumb .caption,.multi-range-slider .thumb:active .caption{display:flex}.multi-range-slider .input-type-range{left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.multi-range-slider .ruler{display:flex;margin:10px 0 -5px;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-bottom:1px solid;border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .sub-ruler{display:flex;margin:-2px 0 -5px}.multi-range-slider .sub-ruler .ruler-sub-rule{border-bottom:1px solid;border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0}.multi-range-slider .sub-ruler .ruler-sub-rule:last-child{border-right:1px solid}.multi-range-slider .labels{display:flex;justify-content:space-between;margin-bottom:-20px;margin-top:10px;padding:0}.multi-range-slider .label{display:flex;font-size:80%;justify-content:center;width:1px}.multi-range-slider .label:first-child{justify-content:start}.multi-range-slider .label:last-child{justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}.catalog-filters{background:#0808088f;height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:.4s;width:100%;z-index:101}.catalog-filters:has(.catalog-filter.active) .catalog-filters__content{overflow:hidden}.catalog-filters.active{opacity:1;pointer-events:all}.catalog-filters__content{background-color:#fff;bottom:0;display:flex;flex-direction:column;gap:24px;overflow:auto;overflow-x:hidden;padding:var(--containerPadding);position:absolute;right:0;top:0;width:537px}@media (max-width:1024px){.catalog-filters__content{width:100%}}.catalog-filters__header{align-items:center;display:flex;justify-content:space-between}.catalog-filters__header button{font-family:TT Chocolates;font-size:16px;font-weight:600;font-weight:500;line-height:20px}.catalog-filters__main{display:flex;flex:1;flex-direction:column;gap:40px}.catalog-filters__block{gap:12px}.catalog-filters__block,.catalog-filters__items{display:flex;flex-direction:column}.catalog-filters__items>li{align-items:center;border-bottom:1px solid rgba(57,43,48,.239);cursor:pointer;display:flex;height:57px;justify-content:space-between;position:relative}.catalog-filters__items>li>p{background-color:#fdf9ed;font-family:TT Chocolates;font-size:16px;font-size:14px;font-weight:600;font-weight:400;height:18px;line-height:20px;padding:0 6px;position:absolute;right:40px;top:50%;translate:0 -50%;white-space:nowrap}.catalog-filters__items>li>span{font-family:TT Chocolates;font-size:16px;font-weight:600;font-weight:500;line-height:20px}.catalog-filters__items>li>.app-radio{flex-direction:row-reverse;justify-content:space-between;width:100%}.catalog-filters__footer .btn{width:100%}.catalog-filter{background-color:#fff;display:flex;flex-direction:column;gap:24px;height:100%;left:100%;overflow:auto;padding:40px;position:absolute;top:0;transition:.4s;width:100%;z-index:2}.catalog-filter.active{left:0}.catalog-filter__header button{align-items:center;display:flex;font-family:TT Chocolates;font-size:16px;font-weight:600;font-weight:500;gap:4px;line-height:20px}.catalog-filter__main{display:flex;flex:1;flex-direction:column;gap:20px}.catalog-filter__items{display:flex;flex-direction:column;gap:8px}.catalog-filter__footer .btn{width:100%}.catalog-range{align-items:center;display:flex;flex-direction:column;gap:20px}.catalog-range__output{display:flex;justify-content:space-between;width:100%}.catalog-range__output input,.catalog-range__output span{align-items:center;border:1px solid rgba(57,43,48,.239);display:flex;flex:0 0 132px;font-family:TT Chocolates;font-size:16px;font-weight:600;font-weight:400;height:40px;line-height:20px;padding-left:12px}body{--containerPadding:40px;--headerHeight:88px;--sectionMarginSmall:40px;--sectionMarginMedium:56px;--sectionMarginBig:100px}@media (max-width:1024px){body{--headerHeight:80px;--sectionMarginSmall:32px;--sectionMarginMedium:48px;--sectionMarginBig:80px;--containerPadding:16px}}@media (max-width:568px){body{--headerHeight:61px;--sectionMarginSmall:20px;--sectionMarginMedium:32px}}.catalog-page__header{align-items:center;display:flex;justify-content:space-between}.catalog-page__header svg path{fill:#392b30}.catalog-page__filter{align-items:center;color:#392b30;display:flex;font-family:TT Chocolates;font-size:16px;font-weight:600;font-weight:500;gap:2px;line-height:20px}.catalog-page__filter svg{flex:0 0 24px;height:24px;width:24px}.catalog-page__actions{align-items:center;display:flex;gap:16px}.catalog-page__view{flex:0 0 24px;height:24px;width:24px}.catalog-page__view svg{height:100%;width:100%}.catalog-page__sort{font-family:TT Chocolates;font-size:16px;font-weight:600;font-weight:500;line-height:20px;max-width:unset!important}.catalog-page__sort .v-select__wrapper{gap:2px}.catalog-page__sort .v-select__list{left:unset;right:0;width:190px}.catalog-page__sort .v-select__icon{height:24px}.catalog-page__products{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:40px;margin-top:24px;row-gap:40px}@media (max-width:1024px){.catalog-page__products{-moz-column-gap:12px;column-gap:12px;grid-template-columns:repeat(2,1fr);row-gap:32px}}@media (max-width:568px){.catalog-page__products{row-gap:24px}}.catalog-page__pagination{display:flex;justify-content:center}
