.category-page{padding:22px 0 64px;background:#fff}.category-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#70777d;font-size:12px}.category-breadcrumbs a{color:#4e555b}.category-breadcrumbs a:hover{color:var(--front-orange)}.category-breadcrumbs svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px}.category-header h1{margin:0;color:#11161a;font-size:clamp(30px,3.3vw,46px);line-height:1.05;letter-spacing:-.035em}.category-header__intro{max-width:760px;margin-top:12px;color:#72797f;font-size:14px}.category-header__intro>:first-child{margin-top:0}.category-header__intro>:last-child{margin-bottom:0}.category-header__count{margin:0 0 4px;color:#6e757b;font-size:12px;white-space:nowrap}.category-controls{display:flex;align-items:stretch;justify-content:flex-end;gap:14px;margin-bottom:24px}.category-control-card,.category-filter-toggle{position:relative;min-height:58px;padding:10px 42px 10px 16px;border:1px solid #dfe3e6;background:#fff;color:#11161a;text-align:left}.category-control-card>span{display:block;margin-bottom:2px;color:#777e84;font-size:11px}.category-control-card>strong{display:block;overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.category-control-card>svg{position:absolute;top:50%;right:14px;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateY(-50%)}.category-filter-toggle{display:none;align-items:center;justify-content:center;gap:8px;padding:0 14px;cursor:pointer;font-weight:800}.category-filter-toggle>svg{width:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.category-filter-toggle strong{display:grid;min-width:22px;height:22px;place-items:center;padding:0 6px;border-radius:999px;background:var(--front-orange);color:#fff;font-size:11px}.category-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:-2px 0 18px}.category-active-filters button{display:inline-flex;min-height:32px;align-items:center;gap:7px;padding:4px 10px;border:1px solid #dfe3e6;background:#fff;color:#23282c;cursor:pointer;font-size:12px;font-weight:700}.category-active-filters button:hover{border-color:var(--front-orange);color:var(--front-orange)}.category-active-filters__clear{border-color:transparent!important;color:#5d656b!important;text-decoration:underline}.category-layout{display:grid;grid-template-columns:252px minmax(0,1fr);align-items:start;gap:24px}.category-filters{border:1px solid #dfe3e6;background:#fff}.category-filter-group{margin:0;padding:22px 18px;border:0;border-bottom:1px solid #e6e9eb}.category-filter-group:last-of-type{border-bottom:0}.category-filter-group label{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:11px;cursor:pointer}.category-filter-group input{position:absolute;opacity:0;pointer-events:none}.category-filter-group label>span{position:relative;width:16px;height:16px;border:1px solid #c8cdd1;background:#fff}.category-filter-group input:checked+span{border-color:var(--front-orange);background:var(--front-orange)}.category-filter-group input:checked+span:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.category-filter-group strong{color:#454b50;font-size:13px;line-height:1.35;font-weight:500}.category-filters__reset{display:flex;width:calc(100% - 28px);min-height:38px;align-items:center;justify-content:center;gap:8px;margin:14px;border:1px solid #2588ff;background:#fff;color:#1475df;cursor:pointer;font-size:11px;font-weight:800;text-transform:uppercase}.category-filters__reset svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-filters__empty{margin:0;padding:18px;color:#70777d;font-size:13px}.category-results{position:relative;min-width:0}.category-featured-filter{width:100%;margin-bottom:24px;padding:4px 0 22px;border-bottom:1px solid #e1e5e7}.category-featured-filter__options{display:flex;min-width:0;flex:1 1 auto;flex-wrap:wrap;align-items:center;gap:10px}.category-featured-filter__option{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;padding:8px 16px 8px 10px;border:1px solid transparent;border-radius:999px;background:#f1f3f4;color:#242a2e;cursor:pointer;font-size:13px;font-weight:800;line-height:1.25;white-space:nowrap;transition:color var(--front-transition),border-color var(--front-transition),background-color var(--front-transition),transform var(--front-transition)}.category-featured-filter__option:hover{border-color:#d8dde0;background:#e9edef;transform:translateY(-1px)}.category-featured-filter__option.is-active{border-color:#151b1f;background:#151b1f;color:#fff}.category-featured-filter__option:focus-visible{outline:2px solid var(--front-orange);outline-offset:2px}.category-featured-filter__marker{display:inline-flex;width:26px;height:26px;flex:0 0 26px;align-items:center;justify-content:center;border:2px solid #aeb5b9;border-radius:50%;background:#fff;color:#6e767b;transition:border-color var(--front-transition),background-color var(--front-transition),color var(--front-transition)}.category-featured-filter__marker svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7}.category-featured-filter__marker>span{width:8px;height:8px;border-radius:50%;background:currentColor}.category-featured-filter__option.is-active .category-featured-filter__marker{border-color:var(--front-orange);background:var(--front-orange);color:#fff}.category-loading{position:absolute;inset:0;z-index:10;display:none;align-items:flex-start;justify-content:center;padding-top:80px;background:#ffffffc7}.category-loading span{width:38px;height:38px;border:3px solid #d9dde0;border-top-color:var(--front-orange);border-radius:50%;animation:category-spin .7s linear infinite}@keyframes category-spin{to{transform:rotate(360deg)}}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{min-width:0;overflow:hidden;border:1px solid #dfe3e6;background:#fff;transition:border-color var(--front-transition),box-shadow var(--front-transition)}.product-card:hover{border-color:#c8cdd1;box-shadow:0 10px 24px #10161a12}.product-card__image{position:relative;display:block;aspect-ratio:1.35 / 1;overflow:hidden;background:#f2f3f4}.product-card__image img{display:block;width:100%;height:100%;object-fit:cover;margin:0;padding:0;transition:transform .22s ease}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__placeholder{color:#c4c9cd}.product-card__placeholder svg{width:54px;fill:none;stroke:currentColor;stroke-width:1.4}.product-card__badge{position:absolute;top:10px;left:10px;padding:5px 8px;background:var(--front-orange);color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}.product-card__body{padding:18px 16px 16px}.product-card h2{min-height:42px;margin:0;color:#14181b;font-size:16px;line-height:1.35}.product-card h2 a:hover{color:var(--front-orange)}.product-card__description{display:-webkit-box;min-height:50px;margin-top:10px;overflow:hidden;color:#3f454a;font-size:14px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__footer{display:flex;min-height:48px;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:14px}.product-card__price{display:flex;flex-direction:column}.product-card__price del{color:#858c92;font-size:13px}.product-card__price strong{color:var(--front-orange);font-size:17px;line-height:1.2}.product-card__action{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:3px;background:#11161a;color:#fff}.product-card__action:hover{background:var(--front-orange)}.product-card__action svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-results__bottom{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:20px;margin-top:12px}.category-results__bottom>p{margin:0;color:#697076;font-size:12px}.category-pagination{margin-left:auto}.category-empty{padding:70px 24px;border:1px solid #dfe3e6;background:#fff;text-align:center}.category-empty h2{margin:0}.category-empty p{margin:9px 0 24px;color:#70777d}.category-description{max-width:900px;margin:46px auto 0;padding-top:38px;border-top:1px solid #e1e4e6;color:#454b50}.category-mobile-filters{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}@media(max-width:720px){.category-featured-filter{padding-bottom:18px}.category-featured-filter__options{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:2px;overscroll-behavior-inline:contain;scrollbar-width:none}.category-featured-filter__options::-webkit-scrollbar{display:none}.category-featured-filter__option{flex:0 0 auto}}@media(max-width:1040px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.category-page{padding-top:18px}.category-header{display:block}.category-header__count{margin-top:12px}.category-controls{display:grid;grid-template-columns:118px minmax(0,1fr)}.category-filter-toggle{display:inline-flex}.category-layout{display:block}.category-filters--desktop{display:none}.category-mobile-filters{position:fixed;inset:0;z-index:300;display:block;visibility:hidden;pointer-events:none}.category-mobile-filters.is-open{visibility:visible;pointer-events:auto}.category-mobile-filters__backdrop{position:absolute;inset:0;border:0;background:#0000007a;opacity:0;transition:opacity .22s ease}.category-mobile-filters.is-open .category-mobile-filters__backdrop{opacity:1}.category-mobile-filters__panel{position:absolute;top:0;right:0;bottom:0;display:grid;width:min(92vw,430px);grid-template-rows:auto minmax(0,1fr) auto;background:#fff;transform:translate(100%);transition:transform .24s ease}.category-mobile-filters.is-open .category-mobile-filters__panel{transform:translate(0)}.category-mobile-filters__panel>header{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:20px;padding:0 20px;border-bottom:1px solid #dfe3e6}.category-mobile-filters__panel>header h2{margin:0;font-size:18px}.category-mobile-filters__panel>header button{width:40px;height:40px;border:0;background:transparent;color:#11161a;cursor:pointer;font-size:30px;line-height:1}.category-mobile-filters__body{overflow-y:auto}.category-mobile-filters__panel>footer{display:grid;gap:12px;padding:16px 20px;border-top:1px solid #dfe3e6;background:#fff}.category-mobile-filters__panel>footer .front-button{width:100%}body.category-filters-open{overflow:hidden}}@media(max-width:560px){.category-breadcrumbs{margin-bottom:14px}.category-header h1{font-size:30px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card__image{aspect-ratio:1 / .92}.product-card__body{padding:12px 10px 10px}.product-card h2{min-height:38px;font-size:15px}.product-card__description{min-height:34px;font-size:13px;-webkit-line-clamp:2}.product-card__footer{min-height:40px}.product-card__price strong{font-size:15px}.product-card__action{width:32px;height:32px}.product-card__action svg{width:15px}.category-results__bottom{display:block}.category-pagination{margin-top:16px}}.category-controls{position:relative;z-index:20}.category-sort{position:relative;width:min(100%,250px)}.category-sort>summary{position:relative;min-height:58px;padding:10px 42px 10px 16px;border:1px solid #dfe3e6;background:#fff;color:#11161a;cursor:pointer;list-style:none}.category-sort>summary::-webkit-details-marker{display:none}.category-sort>summary span{display:block;margin-bottom:2px;color:#777e84;font-size:11px}.category-sort>summary strong{display:block;overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.category-sort>summary svg{position:absolute;top:50%;right:14px;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateY(-50%);transition:transform .16s ease}.category-sort[open]>summary{border-color:#bcc3c8}.category-sort[open]>summary svg{transform:translateY(-50%) rotate(180deg)}.category-sort__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;width:100%;overflow:hidden;border:1px solid #d9dee2;background:#fff;box-shadow:0 14px 30px #12181c1f}.category-sort__menu button{display:block;width:100%;min-height:42px;padding:10px 14px;border:0;border-bottom:1px solid #edf0f2;background:#fff;color:#252a2e;cursor:pointer;text-align:left;font-size:13px}.category-sort__menu button:last-child{border-bottom:0}.category-sort__menu button:hover,.category-sort__menu button.is-active{background:#f5f6f7;color:var(--front-orange)}.category-filter-group{padding:24px 20px}.category-filter-group label{grid-template-columns:18px minmax(0,1fr);gap:12px}.category-filter-group label>span{width:18px;height:18px}.category-filter-group input:checked+span:after{top:3px;left:6px}.category-filter-group strong{font-size:13px;line-height:1.45}.category-filters{overflow:hidden}.product-card__footer{min-height:48px;align-items:center}.product-card__price{justify-content:center;min-height:38px}.product-card__actions{display:flex;align-items:center;gap:8px}.product-card__action{width:38px;height:38px}.product-card__action--view{border:1px solid #d2d7db;background:#fff;color:#14191d}.product-card__action--view:hover{border-color:var(--front-orange);background:#fff;color:var(--front-orange)}@media(max-width:780px){.category-sort{width:100%}}@media(max-width:560px){.product-card__actions{gap:5px}.product-card__action{width:30px;height:30px}}.category-filter-group{padding:0}.category-filter-group__heading{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border-bottom:1px solid #edf0f2}.category-filter-group__heading h3{min-width:0;margin:0;color:#171b1e;font-size:12px;font-weight:900;line-height:1.35;text-transform:uppercase;overflow-wrap:anywhere}.category-filter-group__heading svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-filter-group__options{display:grid;gap:14px;padding:18px}.category-filter-group label{min-width:0}.category-filter-group strong{min-width:0;overflow-wrap:anywhere}.category-controls{min-height:58px}.category-active-filter{display:inline-flex;min-height:38px;align-items:center;gap:10px;padding:7px 11px 7px 14px;border:1px solid #d6dce0;border-radius:3px;background:#f6f7f8;color:#252a2e;cursor:pointer;font-size:13px;font-weight:700;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.category-filters__reset:disabled{cursor:wait;opacity:.6}@media(max-width:780px){.category-controls__active{display:none}}.category-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.category-header h1{min-width:0}.category-share{position:relative;flex:0 0 auto}.category-share__toggle{display:inline-flex;min-height:42px;align-items:center;gap:9px;padding:9px 14px;border:1px solid #d7dce0;border-radius:3px;background:#fff;color:#30363b;cursor:pointer;font-size:12px;font-weight:800;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.category-share__toggle:hover,.category-share.is-open .category-share__toggle{border-color:var(--front-orange);color:var(--front-orange)}.category-share__toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-share__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:190px;overflow:hidden;border:1px solid #d9dee2;background:#fff;box-shadow:0 14px 30px #12181c1f}.category-share__menu a{display:block;min-height:42px;padding:11px 14px;border-bottom:1px solid #edf0f2;color:#252a2e;font-size:13px;font-weight:700}.category-share__menu a:last-child{border-bottom:0}.category-share__menu a:hover{background:#f5f6f7;color:var(--front-orange)}@media(max-width:560px){.category-header{align-items:flex-start;gap:12px}.category-share__toggle{min-height:38px;padding:8px 11px}.category-share__toggle span{display:none}}.category-filters__actions{display:grid;gap:10px;padding:16px 18px 18px;border-top:1px solid #e5e9ec;background:#fafbfb}.category-filters__apply,.category-filters__clear-pending{width:100%;min-height:42px;cursor:pointer;font-size:12px;font-weight:900;text-transform:uppercase}.category-filters__apply{border:1px solid var(--front-orange);background:var(--front-orange);color:#fff}.category-filters__apply:hover{filter:brightness(.95)}.category-filters__apply:disabled{cursor:wait;opacity:.65}.category-filters__clear-pending{border:1px solid #cfd5d9;background:#fff;color:#50575d}.category-filters__clear-pending:hover{border-color:#9fa7ad;color:#1c2226}@media(max-width:780px){.category-controls{display:grid;grid-template-columns:1fr;gap:10px}.category-filter-toggle{display:inline-flex;width:100%;min-height:52px}.category-sort{width:100%;justify-self:stretch}.category-sort>summary{min-height:48px;padding-top:7px;padding-bottom:7px}.product-grid{grid-template-columns:1fr;gap:16px}.category-mobile-filters__panel{width:min(94vw,440px);background:#fff}.category-mobile-filters__panel>header{min-height:64px;padding:0 18px;background:#151a1e;color:#fff}.category-mobile-filters__panel>header h2{color:#fff;font-size:19px}.category-mobile-filters__panel>header button{color:#fff}.category-mobile-filters__body{background:#f4f6f7;padding:14px}.category-mobile-filters__body .category-filter-group{margin-bottom:12px;border:1px solid #dfe4e7;background:#fff}.category-mobile-filters__body .category-filter-group:last-child{margin-bottom:0}.category-mobile-filters__body .category-filter-group__heading{min-height:54px;padding:16px;background:#fff}.category-mobile-filters__body .category-filter-group__heading h3{font-size:13px}.category-mobile-filters__body .category-filter-group__options{gap:16px;padding:18px 16px 20px;border-top:1px solid #edf0f2}.category-mobile-filters__body .category-filter-group label{min-height:30px}.category-mobile-filters__body .category-filter-group strong{font-size:14px}.category-mobile-filters__panel>footer{gap:10px;padding:14px 16px 16px;box-shadow:0 -8px 24px #12181c14}.category-mobile-filters__panel>footer .front-button{min-height:48px;font-size:13px;font-weight:900}.category-mobile-filters__clear{min-height:42px;border:1px solid #cfd5d9;background:#fff;color:#50575d;font-size:12px;font-weight:800}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.product-card__image{aspect-ratio:1.35 / 1}.product-card h2{min-height:0;font-size:16px}.product-card__description{min-height:0;font-size:14px;-webkit-line-clamp:3}.product-card__body{padding:16px 14px 14px}.product-card__price strong{font-size:17px}.product-card__action{width:38px;height:38px}}.product-card__specs{display:grid;min-height:74px;gap:6px;margin:12px 0 0}.product-card__specs div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:baseline}.product-card__specs dt{min-width:0;overflow:hidden;color:#626a70;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.product-card__specs dd{margin:0;color:#20262a;font-size:14px;font-weight:800;text-align:right;white-space:nowrap}@media(max-width:560px){.product-card__specs{min-height:0;gap:7px}.product-card__specs dt,.product-card__specs dd{font-size:14px}}.category-controls__active{display:flex;min-width:0;flex:1 1 auto;align-items:center;flex-wrap:wrap;gap:10px}.category-active-filter{display:inline-flex;min-height:38px;align-items:center;gap:10px;padding:7px 11px 7px 14px;border:1px solid #d6dce0;border-radius:3px;background:#f6f7f8;color:#252a2e;cursor:pointer;font-size:13px;font-weight:700}.category-active-filter:hover{border-color:var(--front-orange);background:#fff;color:var(--front-orange)}.category-active-filter strong{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#e3e7ea;color:#4d555b;font-size:16px;font-weight:500;line-height:1}.category-active-filter:hover strong{background:var(--front-orange);color:#fff}.category-active-filters__clear{min-height:38px;padding:7px 4px;border:0;background:transparent;color:#596168;cursor:pointer;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.category-active-filters__clear:hover{color:var(--front-orange)}.category-sort{width:min(100%,190px)}.category-sort>summary{display:flex;min-height:0;height:44px;align-items:center;padding:0 40px 0 14px}.category-sort>summary strong{line-height:1.2}@media(max-width:780px){.category-sort{width:100%}.category-sort>summary{min-height:0;height:46px;padding:0 40px 0 14px}}.product-card__action--request{background:#11161a;color:#fff}.product-card__action--request:hover{background:var(--front-orange)}.category-filter-range{display:grid;gap:14px;padding:20px 18px 22px}.category-filter-range__values{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#92999e;font-size:13px}.category-filter-range__values>strong{display:inline-flex;align-items:baseline;gap:4px;color:#161b1f;font-size:15px;font-weight:900}.category-filter-range__values small{color:#737a80;font-size:11px;font-weight:800}.category-filter-range__slider{position:relative;height:28px;margin:0 2px}.category-filter-range__rail,.category-filter-range__selection{position:absolute;top:50%;right:0;left:0;height:4px;border-radius:999px;transform:translateY(-50%)}.category-filter-range__rail{background:#dfe3e6}.category-filter-range__selection{right:var(--range-end, 0%);left:var(--range-start, 0%);background:var(--front-orange)}.category-filter-group .category-filter-range__input{position:absolute;inset:0;width:100%;height:28px;margin:0;appearance:none;opacity:1;border:0;outline:0;background:transparent;pointer-events:none}.category-filter-range__input--min{z-index:3}.category-filter-range__input--max{z-index:4}.category-filter-range__input.is-top{z-index:5}.category-filter-range__input::-webkit-slider-runnable-track{height:4px;background:transparent}.category-filter-range__input::-moz-range-track{height:4px;background:transparent}.category-filter-range__input::-webkit-slider-thumb{width:18px;height:18px;margin-top:-7px;appearance:none;border:5px solid #ffffff;border-radius:50%;background:var(--front-orange);box-shadow:0 0 0 1px var(--front-orange),0 2px 7px #11161a2e;cursor:grab;pointer-events:auto}.category-filter-range__input::-moz-range-thumb{width:9px;height:9px;border:5px solid #ffffff;border-radius:50%;background:var(--front-orange);box-shadow:0 0 0 1px var(--front-orange),0 2px 7px #11161a2e;cursor:grab;pointer-events:auto}.category-filter-range__input:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.08)}.category-filter-range__input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 1px var(--front-orange),0 0 0 4px #ff4e0029}.category-filter-range__input:focus-visible::-moz-range-thumb{box-shadow:0 0 0 1px var(--front-orange),0 0 0 4px #ff4e0029}.category-filter-range__scale{display:flex;justify-content:space-between;gap:12px;color:#8b9297;font-size:10px;font-weight:700}@media(max-width:780px){.category-mobile-filters__body .category-filter-range{padding:20px}}
