.category-page{padding-top:24px;padding-bottom:60px;font-family:var(--font-sans)}.breadcrumbs--category{margin:0 0 10px}.breadcrumbs--category .breadcrumbs__list{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:12px;align-items:center;gap:0}.breadcrumbs--category .breadcrumbs__item{display:flex;align-items:center}.breadcrumbs--category .breadcrumbs__item a{color:#6b7280;text-decoration:none}.breadcrumbs--category .breadcrumbs__item a:hover{color:#f0cf4c}.breadcrumbs--category .breadcrumbs__sep{margin:0 6px;color:#d1d5db;font-size:10px}.breadcrumbs--category .breadcrumb_last{color:#1a1a1a;font-weight:500}.category-hero{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.category-hero__main{width:70%;padding-right:16px}.category-hero__title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 6px;line-height:1.3}.category-hero__count{font-size:13px;color:#6b7280;margin:0 0 8px;line-height:1.4}.category-hero__count span{font-weight:600;color:#1a1a1a}.category-hero__descr{margin-top:0}.category-hero__subtitle{font-size:13px;font-weight:400;color:#6b7280;margin:0 0 4px}.category-hero__descr-content{font-size:13px;line-height:1.6;color:#4b5563;max-height:0;overflow:hidden;position:relative;transition:max-height 0.35s ease}.category-hero__descr-content.expanded{max-height:1500px}.category-hero__descr-content>*:first-child{margin-top:0}.category-hero__descr-content>*:last-child{margin-bottom:0}.category-hero__descr-content p{margin:0 0 6px}.category-hero__descr-content p:last-child{margin-bottom:0}.category-hero__descr-content ul{margin:0 0 6px;padding-left:18px}.category-hero__descr-content li{margin-bottom:2px}.category-hero__more{display:inline-block;font-size:13px;color:#1a1a1a;text-decoration:none;margin-top:6px;font-weight:500;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.category-hero__more:hover{color:#b45309}a.category-hero__more:hover{color:#f0cf4c}.category-hero__more-icon{font-size:10px;margin-left:4px;opacity:0.8}.category-hero__aside{width:30%}.category-info{background:#f9fafb;border-radius:10px;padding:14px 16px}.category-info__list{list-style:none;padding:0;margin:0 0 10px}.category-info__list li{position:relative;padding:3px 0;padding-left:16px;font-size:12px;color:#374151;line-height:1.4}.category-info__list li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:11px}.category-info__divider{border-top:1px solid #e5e7eb;padding-top:10px;margin:0}.category-info__online{display:flex;align-items:center;gap:6px;margin-bottom:8px}.category-info__online span:last-child{font-size:12px;color:#374151}.category-info__dot{width:6px;height:6px;border-radius:50%;background:#10b981;animation:category-pulse 2s infinite}@keyframes category-pulse{0%,100%{opacity:1}50%{opacity:0.5}}.category-info__contacts{display:flex;gap:8px;align-items:center}.category-info__contact{width:28px;height:28px;border-radius:5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;transition:all 0.2s ease}.category-info__contact:hover{background:#f0cf4c}.category-info__contact--wa{color:#25d366}.category-info__contact--tg{color:#0088cc}.category-info__contact--mail{color:#333}.category-info__contact--phone{color:#333}.subcats-v2{margin-top:12px}.subcats-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.subcat-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;min-height:52px}.subcat-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,0.06)}.subcat-card__name{font-size:13px;font-weight:600;color:#111827;line-height:1.3}.subcat-card__img{width:48px;height:32px;object-fit:contain;opacity:0.95;flex-shrink:0}.subcat-card__img--ph{width:48px;height:32px;border-radius:6px;background:#f3f4f6;display:block;flex-shrink:0}.filters-section{margin:8px 0 16px}#filtersForm{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filters-section .filter-wrapper{position:relative}.filters-section .filter{display:flex;align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;min-height:34px;transition:background 0.2s,border-color 0.2s}.filters-section .filter:hover,.filters-section .filter.active{background:#fff;border-color:#d1d5db}.filters-section .filter__inner{display:flex;align-items:center;gap:6px}.filters-section .filter__label{font-size:12px;font-weight:500;color:#374151}.filters-section .filter__badge{display:inline-block;background:var(--color-accent);color:#1a1a1a;font-size:11px;font-weight:600;padding:2px 6px;border-radius:6px;margin-left:4px}.filters-section .filter__btn-add{appearance:none;border:none;background:transparent;color:#6b7280;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;font-size:12px;transition:color 0.2s,background 0.2s}.filters-section .filter__btn-add:hover,.filters-section .filter__btn-add.active{color:#1a1a1a;background:#e5e7eb}.filters-section .filter-header{display:none}.filters-section .filter-collapse{display:none;position:absolute;top:100%;left:0;z-index:50;margin-top:4px}.filters-section .filter-collapse.show{display:block}.filters-section .filter-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,0.12);min-width:280px;max-height:320px;overflow:hidden;display:flex;flex-direction:column}.filters-section .filter-dropdown__inner{padding:12px}.filters-section .filter-dropdown__title{font-size:14px;font-weight:600;margin-bottom:10px}.filters-section .filter-dropdown__search{margin-bottom:10px}.filters-section .filter-dropdown__search-input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px}.filters-section .filter-dropdown__list{display:flex;flex-wrap:wrap;gap:8px;max-height:180px;overflow-y:auto;margin-bottom:10px}.filters-section .filter-checkbox{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;cursor:pointer;background:#fff;transition:all 0.2s}.filters-section .filter-checkbox:hover,.filters-section .filter-checkbox.active{border-color:var(--color-accent);background:#fef3c7;box-shadow:0 0 0 1px rgba(240,207,76,0.35)}.filters-section .filter-checkbox.active .filter-checkbox__value{font-weight:600;color:#92400e}.filters-section .filter-checkbox__input{display:none}.filters-section .filter-dropdown__btn{padding:8px 16px;background:var(--color-accent);border:none;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer}.products{margin-top:16px}.products-table-wrap{width:100%;overflow:hidden;border-radius:8px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.04)}.products-table-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;text-size-adjust:100%}.products-table{width:max-content;min-width:100%;border-collapse:collapse;table-layout:auto;-webkit-text-size-adjust:100%;text-size-adjust:100%}.products-table thead tr{background:#f9fafb}.products-table .products-table__th{text-align:left;font-size:12px;font-weight:600;color:#6b7280;padding:8px 12px;border-bottom:1px solid #e5e7eb}.products-table__th:first-child{border-radius:8px 0 0 0}.products-table__th:last-child{border-radius:0 8px 0 0}.products-table__th--icon{width:56px}.products-table__th--filter{min-width:80px;font-size:11px}.products-table__th--price{width:100px;text-align:right}.products-table__th--buy{width:90px;text-align:right}.products-table__th--filter .products-table__th-inner{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.products-table__th-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-filter__open{width:28px;height:28px;margin:0;padding:0;font:inherit;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#111827;cursor:pointer;flex-shrink:0;transition:background 0.15s ease,border-color 0.15s ease}.td-filter__open:hover{background:#f3f4f6;border-color:#d1d5db}.products-table__row td{padding:8px 12px;background:#fff;border-bottom:1px solid #f3f4f6;vertical-align:middle}.products-table__row:last-child td{border-bottom:none}.products-table__row:nth-child(even) td{background:#fafafa}.products-table__row:hover td{background:#f9fafb}.products-table__td--icon{width:56px}.products-table__td--filter{font-size:12px;color:#4b5563}.products-table__img{width:32px;height:32px;object-fit:contain;border-radius:6px;background:#f3f4f6;display:block}.products-table__td--name{min-width:0}.products-table__name-link{color:#1a1a1a;text-decoration:none;font-size:13px;font-weight:500;line-height:1.35;-webkit-text-size-adjust:100%;text-size-adjust:100%;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-table__name-link:hover{color:#b45309}.products-table__td--price,.products-table__td--buy{text-align:right;white-space:nowrap}.products-table__price-from{color:#9ca3af;font-size:11px;margin-right:2px}.products-table__price{font-size:13px;font-weight:600;color:#1a1a1a}.products-table__price-na{color:#9ca3af;font-size:13px}.products-table__buy-form{margin:0;display:inline-block}.products-table__buy-btn{appearance:none;border:0;background:var(--color-accent);color:#1a1a1a;font-weight:600;font-size:11px;letter-spacing:0.02em;padding:6px 12px;border-radius:6px;cursor:pointer;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:filter 0.2s}.products-table__buy-btn:hover{filter:brightness(0.95)}.products-table__buy-btn.is-loading{opacity:0.8;cursor:wait}.cart-toast{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;display:none}.cart-toast.is-show{display:block}.cart-toast__inner{max-width:520px;margin:0 auto;background:rgba(17,24,39,0.96);color:#fff;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 18px 50px rgba(0,0,0,0.22);animation:cartToastIn 0.18s ease both}@keyframes cartToastIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cart-toast__text{font-size:13px;font-weight:600}.cart-toast__link{color:#111827;background:var(--color-accent);border-radius:10px;padding:8px 10px;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}.cart-toast__link:hover{filter:brightness(0.95)}.category-pagination-wrap{margin-top:16px}.category-pagination__list{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;padding:0;margin:0}.category-pagination__item{margin:0}.category-pagination__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:44px;min-height:44px;padding:0 18px;font-size:14px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:all 0.2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.04)}.category-pagination__link:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 4px 12px rgba(0,0,0,0.12);transform:translateY(-1px)}.category-pagination__link:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.category-pagination__link i{font-size:11px;opacity:0.9}.category-pagination__item--disabled .category-pagination__link{color:#d1d5db;background:#f9fafb;border-color:#e5e7eb;box-shadow:none;cursor:not-allowed;pointer-events:none}.category-descr.aluminumrolled__listing-descr{margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.aluminumrolled__listing-descr-content{font-size:14px;line-height:1.7;color:#4b5563;max-height:75px;overflow:hidden;position:relative}.aluminumrolled__listing-descr-content.expanded{max-height:none}.aluminumrolled__listing-descr-content::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,#fff);pointer-events:none}.aluminumrolled__listing-descr-content.expanded::after{display:none}.aluminumrolled__listing-descr-content p{margin:0 0 12px}.aluminumrolled__listing-descr-content p:last-child{margin-bottom:0}.aluminumrolled__listing-descr-content ul{margin:0 0 12px;padding-left:20px}.aluminumrolled__listing-descr-content li{margin-bottom:4px}.aluminumrolled__listing-descr-content h2{font-size:16px;font-weight:700;margin:0 0 10px;color:#1a1a1a}.aluminumrolled__listing-descr-toggle{background:none;border:none;padding:0;margin-top:12px;font-size:14px;color:#1a1a1a;cursor:pointer;font-weight:500}.aluminumrolled__listing-descr-toggle:hover{color:#b45309}@media (max-width:1100px){.category-hero{flex-direction:column;gap:20px}.category-hero__main,.category-hero__aside{width:100%}.category-hero__main{padding-right:0}.subcats-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.category-hero__title{font-size:20px}.subcats-v2__grid{grid-template-columns:1fr}}@media (max-width:900px){.products-table{min-width:600px}}