.ProductPage-module__vKPRSG__page{width:100%;margin-top:55px}.ProductPage-module__vKPRSG__categoryGrid{grid-template-columns:repeat(9,minmax(0,1fr));gap:18px;margin:0 auto 34px;display:grid}.ProductPage-module__vKPRSG__categoryLinks{flex-wrap:wrap;gap:10px;max-width:1400px;margin:0 auto 26px;display:flex}.ProductPage-module__vKPRSG__categoryPageLink{border:2px solid var(--secondery-color);color:#fff;min-height:38px;font-family:var(--font-inter);border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.ProductPage-module__vKPRSG__categoryPageLink:hover{background:var(--primary-gradient);transform:translateY(-1px)}.ProductPage-module__vKPRSG__catBtn{border:2px solid var(--secondery-color);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:135px;height:65px;transition:transform .2s,box-shadow .25s,background .25s;display:flex;position:relative;overflow:hidden}.ProductPage-module__vKPRSG__catActive{background:var(--primary-gradient)}.ProductPage-module__vKPRSG__catIcon{opacity:1;justify-content:center;align-items:center;font-size:36px;transition:opacity .18s,transform .18s;display:inline-flex}.ProductPage-module__vKPRSG__catLabel{color:#fff;font-family:var(--font-exo2);opacity:0;white-space:normal;word-wrap:break-word;text-align:center;max-width:115px;padding:0 10px;font-size:16px;font-weight:600;line-height:1.2;transition:opacity .18s,transform .18s;position:absolute;transform:translateY(6px)}.ProductPage-module__vKPRSG__catBtn:hover .ProductPage-module__vKPRSG__catLabel{opacity:1;transform:translateY(0)}.ProductPage-module__vKPRSG__catBtn:hover .ProductPage-module__vKPRSG__catIcon{opacity:0}.ProductPage-module__vKPRSG__catActive .ProductPage-module__vKPRSG__catLabel{opacity:1;transform:translateY(0)}.ProductPage-module__vKPRSG__catActive .ProductPage-module__vKPRSG__catIcon{opacity:0}.ProductPage-module__vKPRSG__layout{grid-template-columns:287px 1fr;gap:26px;max-width:1400px;margin:0 auto;display:grid}.ProductPage-module__vKPRSG__filtersCard{color:#fff;border:none;border-radius:12px}.ProductPage-module__vKPRSG__filtersTitle{text-align:right;font-family:var(--font-exo2);margin-bottom:12px;font-size:24px;font-weight:600}.ProductPage-module__vKPRSG__chipsRow{gap:10px;margin-bottom:12px;display:flex}.ProductPage-module__vKPRSG__chip,.ProductPage-module__vKPRSG__chipActive{border:2px solid var(--secondery-color);color:#fff;cursor:pointer;font-family:var(--font-exo2);background:0 0;border-radius:999px;width:90px;padding:6px 14px;font-size:8.5px;font-weight:600}.ProductPage-module__vKPRSG__chip:hover{color:var(--primary-color);background:#fff}.ProductPage-module__vKPRSG__chipActive{background:var(--primary-gradient)}.ProductPage-module__vKPRSG__filtersSection{border:2px solid var(--secondery-color);border-radius:10px;overflow:hidden}.ProductPage-module__vKPRSG__sectionHeader{background:var(--primary-gradient);font-family:var(--font-exo2);letter-spacing:.5px;text-align:center;padding:10px 12px;font-size:18px;font-weight:600}.ProductPage-module__vKPRSG__block{padding:14px 10px}.ProductPage-module__vKPRSG__blockTitle{font-family:var(--font-inter);color:var(--primary-color);margin-bottom:10px;font-size:16px;font-weight:600}.ProductPage-module__vKPRSG__checkList{grid-template-columns:repeat(2,1fr);gap:12px 20px;display:grid}.ProductPage-module__vKPRSG__checkItem{font-family:var(--font-inter);opacity:.92;white-space:nowrap;color:var(--primary-color);align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.ProductPage-module__vKPRSG__checkItem input{appearance:none;border:2px solid var(--secondery-color);cursor:pointer;border-radius:4px;place-content:center;width:16px;height:16px;transition:all .2s ease-in-out;display:grid}.ProductPage-module__vKPRSG__checkItem input:checked{border-color:var(--primary-color)}.ProductPage-module__vKPRSG__checkItem input:before{content:"";clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);width:10px;height:10px;transition:transform .12s ease-in-out;transform:scale(0);box-shadow:inset 1em 1em #fff}.ProductPage-module__vKPRSG__checkItem input:checked:before{transform:scale(1)}.ProductPage-module__vKPRSG__checkItem input:hover{border-color:#2196f3}.ProductPage-module__vKPRSG__sliderTop{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.ProductPage-module__vKPRSG__sliderValue{font-family:var(--font-inter);color:var(--primary-color);font-size:12px;font-weight:600}.ProductPage-module__vKPRSG__sliderBottom{justify-content:space-between;margin-top:2px;display:flex}.ProductPage-module__vKPRSG__sliderHint{font-family:var(--font-inter);color:var(--primary-color);font-size:10px;font-weight:600}.ProductPage-module__vKPRSG__sliderWrap{align-items:center;height:26px;display:flex;position:relative}.ProductPage-module__vKPRSG__sliderWrap:before{content:"";background:#ffffff38;border-radius:999px;height:6px;position:absolute;left:0;right:0}.ProductPage-module__vKPRSG__sliderFill{background:var(--primary-gradient);border-radius:999px;height:6px;position:absolute}.ProductPage-module__vKPRSG__range{appearance:none;pointer-events:none;background:0 0;width:100%;height:26px;position:absolute}.ProductPage-module__vKPRSG__range::-webkit-slider-thumb{appearance:none;background:var(--primary-color);pointer-events:auto;cursor:pointer;border:3px solid #fff;border-radius:999px;width:18px;height:18px}.ProductPage-module__vKPRSG__range::-moz-range-thumb{background:var(--primary-color);pointer-events:auto;cursor:pointer;border:3px solid #fff;border-radius:999px;width:18px;height:18px}.ProductPage-module__vKPRSG__rangeMin{z-index:2}.ProductPage-module__vKPRSG__rangeMax{z-index:3}.ProductPage-module__vKPRSG__filtersFooter{justify-content:center;margin:16px;display:flex}.ProductPage-module__vKPRSG__resetFiltersBtn{border:2px solid var(--secondery-color);color:#fff;cursor:pointer;background:0 0;border-radius:12px;width:100%;padding:8px 16px;font-size:.9rem;transition:background .2s,transform .15s}.ProductPage-module__vKPRSG__resetFiltersBtn:hover{background:var(--primary-gradient);transform:translateY(-1px)}.ProductPage-module__vKPRSG__productGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.ProductPage-module__vKPRSG__card{border:2px solid var(--secondery-color);background:#0000008c;border-radius:12px;position:relative;overflow:hidden}.ProductPage-module__vKPRSG__badge{background:var(--primary-gradient);color:#fff;font-family:var(--font-inter);border-radius:8px;padding:6px 10px;font-size:12px;font-weight:800;position:absolute;top:10px;left:10px}.ProductPage-module__vKPRSG__cardImage{justify-content:center;padding:18px;display:flex}.ProductPage-module__vKPRSG__cardInfo{text-align:center;border-top:1px solid #ffffff14;padding:14px}.ProductPage-module__vKPRSG__cardName{font-family:var(--font-inter);opacity:.92;margin-bottom:8px;font-size:13px;font-weight:800}.ProductPage-module__vKPRSG__cardMeta{font-family:var(--font-exo2);color:var(--primary-color);margin-bottom:8px;font-size:14px;font-weight:700}.ProductPage-module__vKPRSG__cardPrice{font-family:var(--font-exo2);color:var(--primary-color);font-size:22px;font-weight:900}.ProductPage-module__vKPRSG__cardOld{font-family:var(--font-inter);opacity:.7;margin-top:3px;font-size:11px;text-decoration:line-through}.ProductPage-module__vKPRSG__stockBtn{border:2px solid var(--secondery-color);background:var(--primary-gradient);color:#fff;height:28px;font-family:var(--font-inter);cursor:pointer;border-radius:999px;margin-top:12px;padding:0 16px;font-size:12px;font-weight:800}.ProductPage-module__vKPRSG__mobileFilterBtn{font-family:var(--font-exo2);background:var(--primary-gradient);border:2px solid var(--secondery-color);color:#fff;cursor:pointer;z-index:100;border-radius:12px;width:500px;height:56px;font-size:18px;transition:transform .2s;display:none;box-shadow:0 4px 12px #0000004d}.ProductPage-module__vKPRSG__mobileFilterBtn:active{transform:scale(.95)}.ProductPage-module__vKPRSG__filterOverlay{z-index:9998;opacity:0;visibility:hidden;background:#000;transition:opacity .35s,visibility .35s;position:fixed;inset:0}.ProductPage-module__vKPRSG__filterOverlay.ProductPage-module__vKPRSG__active{opacity:1;visibility:visible}.ProductPage-module__vKPRSG__filterSidebar{opacity:0;visibility:hidden;z-index:9999;background:#000;flex-direction:column;max-width:600px;height:600px;transition:transform .35s;display:flex;position:absolute;top:0%;right:0;overflow-y:auto}.ProductPage-module__vKPRSG__filterSidebar.ProductPage-module__vKPRSG__active{opacity:1;visibility:visible;transform:translate(0)}.ProductPage-module__vKPRSG__filterClose{z-index:10000;color:#fff;cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:15px;right:15px}.ProductPage-module__vKPRSG__filterClose:hover{background:var(--primary-gradient)}.ProductPage-module__vKPRSG__pagination{justify-content:center;align-items:center;gap:14px;margin-top:55px;display:flex}.ProductPage-module__vKPRSG__pageBtn{border:2px solid var(--secondery-color);color:#fff;cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;min-width:45px;padding:10px 15px;transition:all .2s;display:inline-flex}.ProductPage-module__vKPRSG__pageBtn:disabled{opacity:.45;cursor:not-allowed}.ProductPage-module__vKPRSG__pageInfo{color:#fff;font-weight:600}.ProductPage-module__vKPRSG__activePage{background:var(--primary-gradient);font-weight:700}.ProductPage-module__vKPRSG__dots{color:#aaa;padding:0 6px}@media (max-width:1024px){.ProductPage-module__vKPRSG__page{margin-top:40px;padding:0 20px}.ProductPage-module__vKPRSG__title{font-size:32px}.ProductPage-module__vKPRSG__categoryGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:28px}.ProductPage-module__vKPRSG__categoryLinks{margin-bottom:22px}.ProductPage-module__vKPRSG__catBtn{width:120px;height:60px}.ProductPage-module__vKPRSG__layout{grid-template-columns:260px 1fr;gap:20px}.ProductPage-module__vKPRSG__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}}@media (max-width:768px){.ProductPage-module__vKPRSG__page{margin-top:30px;padding:0 16px}.ProductPage-module__vKPRSG__categoryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px}.ProductPage-module__vKPRSG__categoryLinks{gap:8px;margin-bottom:18px}.ProductPage-module__vKPRSG__categoryPageLink{min-height:34px;padding:0 12px;font-size:12px}.ProductPage-module__vKPRSG__catBtn{gap:8px;width:100%;height:55px}.ProductPage-module__vKPRSG__catIcon{font-size:28px}.ProductPage-module__vKPRSG__catLabel{max-width:100px;font-size:14px}.ProductPage-module__vKPRSG__catBtn:hover .ProductPage-module__vKPRSG__catLabel{opacity:0;transform:translateY(0)}.ProductPage-module__vKPRSG__catBtn:hover .ProductPage-module__vKPRSG__catIcon{opacity:1}.ProductPage-module__vKPRSG__catActive .ProductPage-module__vKPRSG__catLabel{opacity:1;transform:translateY(0)}.ProductPage-module__vKPRSG__catActive .ProductPage-module__vKPRSG__catIcon{opacity:0}.ProductPage-module__vKPRSG__filters{display:none}.ProductPage-module__vKPRSG__mobileFilterBtn{justify-content:center;align-items:center;display:flex}.ProductPage-module__vKPRSG__layout{grid-template-columns:1fr;gap:0}.ProductPage-module__vKPRSG__productGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.ProductPage-module__vKPRSG__filtersCard{padding-top:40px}.ProductPage-module__vKPRSG__filtersTitle{text-align:center;font-size:22px}.ProductPage-module__vKPRSG__mobileFilterBtn{width:100px;height:42px;margin-bottom:10px;font-size:14px}.ProductPage-module__vKPRSG__pagination{gap:8px;margin-top:40px}.ProductPage-module__vKPRSG__pageBtn{justify-content:center;align-items:center;min-width:40px;padding:8px 12px;font-size:14px;display:inline-flex}.ProductPage-module__vKPRSG__pageInfo{font-size:14px}.ProductPage-module__vKPRSG__dots{padding:0 4px;font-size:16px}}@media (max-width:480px){.ProductPage-module__vKPRSG__page{margin-top:20px;padding:0 12px}.ProductPage-module__vKPRSG__categoryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.ProductPage-module__vKPRSG__categoryLinks{margin-bottom:16px}.ProductPage-module__vKPRSG__catBtn{height:50px}.ProductPage-module__vKPRSG__catIcon{font-size:24px}.ProductPage-module__vKPRSG__catLabel{max-width:80px;padding:0 6px;font-size:12px}.ProductPage-module__vKPRSG__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ProductPage-module__vKPRSG__card{border-radius:10px}.ProductPage-module__vKPRSG__cardImage{padding:12px}.ProductPage-module__vKPRSG__cardInfo{padding:10px}.ProductPage-module__vKPRSG__cardName,.ProductPage-module__vKPRSG__cardMeta{font-size:12px}.ProductPage-module__vKPRSG__cardPrice{font-size:18px}.ProductPage-module__vKPRSG__stockBtn{height:26px;margin-top:8px;font-size:11px}.ProductPage-module__vKPRSG__filterSidebar{width:100%;max-width:100vw;padding:16px}.ProductPage-module__vKPRSG__filtersTitle{font-size:20px}.ProductPage-module__vKPRSG__sectionHeader{padding:8px 10px;font-size:16px}.ProductPage-module__vKPRSG__blockTitle{font-size:14px}.ProductPage-module__vKPRSG__checkList{grid-template-columns:1fr;gap:10px}.ProductPage-module__vKPRSG__checkItem{font-size:12px}.ProductPage-module__vKPRSG__mobileFilterBtn{width:100px;height:42px;margin-bottom:10px;font-size:14px}.ProductPage-module__vKPRSG__pagination{gap:6px;margin-top:30px;scale:.9}.ProductPage-module__vKPRSG__pageBtn{justify-content:center;align-items:center;min-width:36px;padding:6px 10px;font-size:13px;display:inline-flex}}@media (max-width:375px){.ProductPage-module__vKPRSG__page{padding:0 10px}.ProductPage-module__vKPRSG__title{font-size:20px}.ProductPage-module__vKPRSG__categoryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ProductPage-module__vKPRSG__catBtn{height:48px}.ProductPage-module__vKPRSG__catIcon{font-size:20px}.ProductPage-module__vKPRSG__catLabel{font-size:11px}.ProductPage-module__vKPRSG__productsGrid{grid-template-columns:repeat(2,1fr);gap:15px}.ProductPage-module__vKPRSG__cardName{font-size:11px}.ProductPage-module__vKPRSG__cardPrice{font-size:16px}.ProductPage-module__vKPRSG__pageBtn{min-width:23px;padding:5px 7px;font-size:10px}.ProductPage-module__vKPRSG__pagination{gap:4px}}.ProductPage-module__vKPRSG__rangeRow{align-items:center;gap:10px;display:flex}.ProductPage-module__vKPRSG__rangeInput{border:2px solid var(--secondery-color);color:#fff;font-family:var(--font-inter);background:#0000004d;border-radius:6px;flex:1;padding:8px 12px;font-size:13px;font-weight:600}.ProductPage-module__vKPRSG__rangeInput:focus{border-color:var(--primary-color);outline:none}.ProductPage-module__vKPRSG__rangeInput::placeholder{color:#ffffff80}@media (max-width:768px){.ProductPage-module__vKPRSG__block{padding:12px 8px}.ProductPage-module__vKPRSG__sliderTop,.ProductPage-module__vKPRSG__sliderBottom{font-size:11px}.ProductPage-module__vKPRSG__checkItem{font-size:12px}.ProductPage-module__vKPRSG__checkItem input{width:14px;height:14px}.ProductPage-module__vKPRSG__checkItem input:before{width:8px;height:8px}}@media (max-width:480px){.ProductPage-module__vKPRSG__block{padding:10px 6px}.ProductPage-module__vKPRSG__blockTitle{margin-bottom:8px;font-size:14px}.ProductPage-module__vKPRSG__sliderValue{font-size:11px}.ProductPage-module__vKPRSG__sliderHint{font-size:9px}.ProductPage-module__vKPRSG__rangeInput{padding:6px 10px;font-size:12px}}
