.catalog-head{padding:48px 0 42px;background:#f7f8f8;border-bottom:1px solid var(--line)}.catalog-head h1{margin:15px 0 10px}.catalog-head p{max-width:780px;margin:0}.catalog-breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;color:var(--muted);font-size:12px}.catalog-breadcrumbs a:hover{color:var(--red)}
.catalog--full{grid-template-columns:260px minmax(0,1fr);gap:28px;padding-top:42px}.catalog-sidebar{min-width:0}.catalog-search{padding-bottom:22px;border-bottom:1px solid var(--line)}.catalog-search>label{display:block;margin-bottom:9px;font-size:12px;font-weight:800}.catalog-search__row{display:flex;gap:6px}.catalog-search__row input{min-width:0}.catalog-search__row button{flex:none;width:44px;border:0;border-radius:8px;background:var(--red);color:#fff;font-size:27px;cursor:pointer}.catalog-search__row button:hover{background:var(--red-dark)}
.catalog-navigation{padding-top:18px}.catalog-navigation__title{margin-bottom:9px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--muted)}.catalog-tree,.catalog-tree ul{list-style:none;margin:0;padding:0}.catalog-tree ul{padding-left:10px;border-left:1px solid var(--line);margin-left:11px}.catalog-tree__link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 9px;border-radius:7px;font-size:13px;line-height:1.35;font-weight:700}.catalog-tree__link span{min-width:0}.catalog-tree__link:hover,.catalog-tree__link.is-current{background:#fff0f1;color:var(--red)}.catalog-tree__link.is-ancestor{color:var(--red)}.catalog-tree__link small{flex:none;font-size:11px;font-weight:700;color:#979da1}
.catalog-main{min-width:0}.catalog-section-heading{display:flex;align-items:center;gap:10px;margin:0 0 14px}.catalog-section-heading h2,.catalog__bar h2{font:800 19px/1.3 Manrope,Arial,sans-serif;letter-spacing:0;margin:0}.catalog-section-heading span{color:var(--muted);font-size:12px}.catalog-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:34px}.catalog-section-card{display:flex;flex-direction:column;justify-content:space-between;min-height:112px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fafbfb;transition:border-color .2s,background .2s,transform .2s}.catalog-section-card:hover{border-color:#e6a9ad;background:#fff;transform:translateY(-2px)}.catalog-section-card__name{font-weight:800;line-height:1.3}.catalog-section-card__meta{display:flex;justify-content:space-between;align-items:center;margin-top:14px;color:var(--muted);font-size:12px}.catalog-section-card__meta i{color:var(--red);font-size:18px;font-style:normal}
.catalog-results{min-width:0}.catalog__bar{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid var(--line);margin-bottom:18px}.catalog__bar>div{display:flex;align-items:baseline;gap:13px}.catalog__bar span{color:var(--muted);font-size:12px}.catalog-sort{display:flex;align-items:center;gap:9px}.catalog-sort label{white-space:nowrap;color:var(--muted);font-size:12px}.catalog-sort select{width:auto;min-width:155px;padding:8px 28px 8px 10px;font-size:12px}.catalog-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:17px}.catalog-active-filters span{padding:5px 9px;border-radius:6px;background:#f3f4f4;font-size:11px}.catalog-active-filters a{margin-left:5px;color:var(--red);font-size:11px;font-weight:700}.catalog--full .product-grid--light{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card__image{background:#fff;border-bottom:1px solid #eceeef}.product-card__image img{padding:16px}.catalog-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:32px}.catalog-pagination a{display:grid;min-width:38px;height:38px;padding:0 9px;place-items:center;border:1px solid var(--line);border-radius:8px;font-size:13px;font-weight:700}.catalog-pagination a:hover,.catalog-pagination a.is-current{border-color:var(--red);background:var(--red);color:#fff}.catalog-pagination__edge{padding:0 14px!important}.catalog-pagination span{padding:0 4px;color:var(--muted)}
.product__image{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line)}.product__image img{padding:18px}.product-gallery__zoom{display:block;width:100%;height:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.product-gallery__zoom img{width:100%;height:100%;object-fit:contain}.product-gallery__zoom>span{position:absolute;right:15px;bottom:15px;padding:7px 11px;border:1px solid var(--line);border-radius:7px;background:rgba(255,255,255,.95);font-size:11px;font-weight:700}.product-gallery__toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:12px;color:var(--muted)}.product-gallery__toolbar>div{display:flex;gap:5px}.product-gallery__toolbar button,.product-lightbox__stage button{width:34px;height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer}.product-gallery__toolbar button:hover{border-color:var(--red);color:var(--red)}.product-thumbs{scrollbar-width:thin;scroll-snap-type:x proximity}.product-thumbs button{width:78px;height:78px;scroll-snap-align:start}.product-thumbs button.is-active{border-color:var(--red)}
.product-lightbox{width:min(1100px,calc(100vw - 32px));max-width:none;max-height:calc(100vh - 32px);padding:15px;border:0;border-radius:16px;background:#fff;box-shadow:0 25px 90px #0006;text-align:center}.product-lightbox::backdrop{background:rgba(5,6,7,.82)}.product-lightbox__close{position:absolute;right:15px;top:12px;z-index:1;width:38px;height:38px;border:0;border-radius:50%;background:#f2f3f3;font-size:26px;cursor:pointer}.product-lightbox__stage{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px}.product-lightbox__stage img{width:100%;height:min(76vh,800px);object-fit:contain}.product-lightbox__stage button{font-size:20px}.product-lightbox>span{display:block;margin-top:5px;font-size:12px;color:var(--muted)}
.product-specification__value--numeric{flex:none;white-space:nowrap}
@media(max-width:900px){.catalog--full{grid-template-columns:1fr;gap:25px}.catalog-navigation{padding-top:15px}.catalog-tree{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 8px}.catalog-tree ul{grid-column:1/-1}.catalog-sections{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.catalog-head{padding:32px 0}.catalog--full{padding-top:26px}.catalog-tree{grid-template-columns:1fr}.catalog-section-card{min-height:100px;padding:13px;font-size:12px}.catalog__bar{align-items:start;flex-direction:column}.catalog--full .product-grid--light{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog--full .product-card__image{height:170px}.catalog--full .product-card__body{padding:13px}.catalog--full .product-card h3{font-size:13px}.catalog--full .product-card p{display:none}.catalog--full .product-card__bottom{align-items:end;gap:5px}.catalog--full .product-card__bottom b{font-size:12px}.catalog--full .product-card__bottom a{width:28px;height:28px}.product-lightbox{padding:8px}.product-lightbox__stage{grid-template-columns:30px minmax(0,1fr) 30px;gap:2px}.product-lightbox__stage button{width:28px;height:38px}.product-gallery__zoom>span{font-size:10px}}
