.catalogWrapper{display:grid!important;grid-template-columns:25% 1fr;align-items:start;gap:25px}.catalogWrapper .filter__form{padding:20px;border:1px solid #b0bfd2;border-radius:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;gap:20px;position:relative}.catalogWrapper .filter__form .closeFilter{position:absolute;top:27px;left:auto;right:25px}.catalogWrapper .filter__form .filter__title{font-family:var(--textFont);font-weight:700;font-size:var(--phone);text-transform:uppercase;color:var(--black);margin-bottom:-20px}.catalogWrapper .filter__form .filter__group{display:flex;flex-direction:column;gap:8px;position:relative}.catalogWrapper .filter__form .filter__group:before{content:"";position:absolute;top:auto;bottom:-10px;left:0;width:100%;height:1px;background-color:#b0bfd2}.catalogWrapper .filter__form .filter__group .filter__label{font-family:var(--textFont);font-weight:600;font-size:var(--mainText);color:var(--black)}.catalogWrapper .filter__form select.js-filter-native-select{display:none}.catalogWrapper .filter-custom-select{position:relative;width:100%}.catalogWrapper .filter-custom-select__button{width:100%;padding:10px;font-family:var(--textFont);font-weight:500;font-size:var(--text);color:var(--black);text-align:left;background:var(--white);border:1px solid var(--yellow);border-radius:0;cursor:pointer}.catalogWrapper .filter-custom-select__button:after{content:"⌄";float:right;color:#6b7280}.catalogWrapper .filter-custom-select__dropdown{position:absolute;top:100%;left:0;z-index:30;display:none;width:100%;max-height:260px;overflow-y:auto;background:var(--white);border:1px solid #808080;border-top:none}.catalogWrapper .filter-custom-select.is-open .filter-custom-select__dropdown{display:flex;flex-direction:column}.catalogWrapper .filter-custom-select__option{width:100%;padding:7px 12px;font-family:var(--textFont);font-weight:500;font-size:var(--text);line-height:1.4;color:var(--black);text-align:left;background:var(--white);border:none;cursor:pointer}.catalogWrapper .filter-custom-select__option:hover,.catalogWrapper .filter-custom-select__option.is-active{background:var(--yellow);color:var(--black)}.catalogWrapper .filter__form .filter__group .filter__label.toggle{cursor:pointer;display:flex;justify-content:flex-start;gap:5px;align-items:center}.catalogWrapper .filter__form .filter__group .filter__price{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:15px}.catalogWrapper .filter__form .filter__group .filter__price .filter__input{width:100%}.catalogWrapper .filter__form .filter__group .filter__buttons{display:none;flex-wrap:wrap;gap:5px}.catalogWrapper .filter__form .filter__group .filter__buttons .filter__btn{font-family:var(--textFont);font-weight:600;font-size:14px;background-color:var(--transparent);padding:8px;background:#f2f5f9;border-radius:5px;border:none;transition:.3s;cursor:pointer}.catalogWrapper .filter__form .filter__group .filter__buttons .filter__btn:hover,.catalogWrapper .filter__form .filter__group .filter__buttons .filter__btn.active{background-color:var(--yellow);color:var(--black)}.catalogWrapper .filter__form .filter__group .arrow{transition:transform .3s;font-size:12px}.catalogWrapper .filter__form .filter__group .arrow.active{transform:rotate(180deg)}.filter__form .buttonWrapper{display:flex;flex-direction:column;gap:10px;margin-top:10px}.filter__form .buttonWrapper .button{width:100%}.catalogWrapper .productsGrid{display:grid!important;grid-template-columns:repeat(3,1fr);width:100%;gap:25px;align-items:stretch}.archiveDesc .subTitle{color:var(--black)}.archiveDesc .content{display:flex;flex-direction:column;gap:15px}.categoryDescriptionBlock{position:relative;overflow:hidden;border:1px solid #d9dfd3;border-radius:34px;padding:55px 58px;background:radial-gradient(circle at 95% 5%,rgba(198,214,184,.32),transparent 34%),linear-gradient(135deg,#fff,#fbfcf8 55%,#f4f7ee);box-shadow:0 18px 45px #2836230f}.categoryDescriptionBlock:before{content:"";position:absolute;top:0;left:56px;width:170px;height:4px;border-radius:0 0 4px 4px;background:var(--yellow)}.categoryDescriptionBlock .subTitle{padding-bottom:0}.categoryDescriptionBlock .content{display:block;color:var(--dark);font-size:16px;line-height:1.65}.categoryDescriptionBlock .content h1,.categoryDescriptionBlock .content h2,.categoryDescriptionBlock .content h3{margin:0 0 22px;line-height:1.2;color:var(--black)}.categoryDescriptionBlock .content h1{font-size:25px}.categoryDescriptionBlock .content h2{font-size:20px}.categoryDescriptionBlock .content h3{font-size:18px}.categoryDescriptionBlock .content p{margin:0 0 18px}.categoryDescriptionBlock .content ul,.categoryDescriptionBlock .content ol{margin:0 0 20px;padding-left:28px}.categoryDescriptionBlock .content ul{list-style:disc}.categoryDescriptionBlock .content ol{list-style-type:decimal}.categoryDescriptionBlock .content li{margin-bottom:6px}.categoryDescriptionBlock .content a{color:inherit;text-decoration:underline;text-underline-offset:3px}.categoryDescriptionBlock .content blockquote{margin:24px 0;padding:18px 24px;background:var(--yellow);background:#f4f7eecc;border-radius:0 16px 16px 0;font-style:normal}.categoryDescriptionBlock .content blockquote p:last-child{margin-bottom:0}.categoryDescriptionBlock .content br{line-height:1.9}@media(min-width:1501px){.filterButton,.closeFilter{display:none}}@media(max-width:1500px){.catalogWrapper{display:flex!important;flex-direction:column}.catalogWrapper .filter__form{position:absolute;top:0;left:auto;right:50%;background:#fff;z-index:5;transition:.75s;width:calc(100vw - 200px)!important;transform:translate(50%)}.catalogWrapper .filter__form.disable{transform:translate(calc(-100% - 100px))}.filterButton{width:33.333%}}@media(max-width:1440px){.catalogWrapper .filter__form{width:calc(100vw - 100px)!important}}@media(max-width:1200px){.archiveBanner .pageTitle{text-align:center}.catalogWrapper .filter__form{width:calc(100vw - 50px)!important}.catalogWrapper{align-items:center}.catalogWrapper .productsGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.catalogWrapper .filter__form{width:calc(100vw - 25px)!important}.filterButton{width:100%}.catalogWrapper .productsGrid{grid-template-columns:repeat(1,1fr)}.catalogWrapper .filter__form,.archiveDesc{padding:25px 10px}.categoryDescriptionBlock{border-radius:22px;padding:34px 20px 26px}.categoryDescriptionBlock:before{left:20px;width:90px}.categoryDescriptionBlock .content{font-size:16px}.categoryDescriptionBlock .content h1{font-size:25px}.categoryDescriptionBlock .content h2{font-size:20px}.categoryDescriptionBlock .content h3{font-size:18px}.categoryDescriptionBlock .content blockquote{padding:14px 16px}}#brandSelect+.select2-container{width:100%!important;font-family:Arial,sans-serif;font-size:14px}.select2-selection--multiple{min-height:40px;border:1px solid #ccc;border-radius:6px;padding:4px 8px;display:flex;flex-wrap:wrap;gap:4px;cursor:pointer}.select2-selection__choice{background-color:#0072ff;color:#fff;border-radius:4px;padding:2px 6px;font-size:13px}.select2-selection__choice__remove{color:#fff;margin-left:4px}.select2-dropdown{border-radius:8px;border:1px solid #ccc;box-shadow:0 2px 10px #0000001a}.select2-results__options{max-height:220px;overflow-y:auto}.select2-results__option{padding:6px 12px;display:flex;align-items:center;gap:8px;cursor:pointer}.select2-results__option--highlighted{background-color:#f0f0f0}.select2-results__option[aria-selected=true]{background-color:#e6f0ff!important}.brand-filter__content{padding-top:8px}.brand-filter__search input#brandSearchInput{width:100%;padding:6px 8px;border-radius:6px;border:1px solid var(--yellow);font-size:14px}.brand-filter__list{display:flex;flex-direction:column;gap:6px;margin-top:8px;max-height:420px;overflow-y:scroll}.brand-filter__item{display:flex;align-items:center;gap:8px;padding:6px 4px;width:100%;cursor:pointer;line-height:1}.brand-filter__item input[type=checkbox]{margin:0;width:16px;height:16px;flex:0 0 16px}.brand-filter__item .brand-count{margin-left:auto;color:#6b7280;font-size:13px}.brand-filter__item--hidden{display:none!important}.brand-filter__show-all{display:inline-block;margin-top:8px;padding:8px 12px;background:var(--yellow);color:var(--black);border:none;border-radius:8px;cursor:pointer;font-weight:600}.catalogWrapper .filter__form{gap:12px}.catalogWrapper .filter__form .filter__group{gap:10px}.catalogWrapper .filter__form .native-select{display:none}.catalogWrapper .custom-select{position:relative;width:100%}.catalogWrapper .custom-select__button{width:100%;padding:10px;font-family:var(--textFont);font-weight:500;font-size:var(--text);color:var(--black);text-align:left;background:var(--white);border:1px solid var(--yellow);border-radius:0;cursor:pointer}.catalogWrapper .custom-select__button:after{content:"⌄";float:right;color:#6b7280}.catalogWrapper .custom-select__dropdown{position:absolute;top:100%;left:0;z-index:20;display:none;width:100%;background:var(--white);border:1px solid #808080;border-top:none}.catalogWrapper .custom-select.open .custom-select__dropdown{display:flex;flex-direction:column}.catalogWrapper .custom-select__option{width:100%;padding:6px 12px;font-family:var(--textFont);font-weight:500;font-size:var(--text);color:var(--black);text-align:left;background:var(--white);border:none;cursor:pointer}.catalogWrapper .custom-select__option:hover,.catalogWrapper .custom-select__option.active{background:var(--yellow);color:var(--black)}
