.catalog-page{padding:24px 0 64px;background:#fff}.catalog-page__inner{max-width:1216px;margin:0 auto;padding:0 20px}.catalog-page__header{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.catalog-page__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:20px}.catalog-page__crumb{font-size:14px;line-height:20px;font-weight:600;text-decoration:none}.catalog-page__crumb--muted{color:#9ca3af}.catalog-page__crumb--current{color:#8b5cf6;font-weight:900}.catalog-page__crumb-sep{display:inline-flex;align-items:center;color:#d1d5db}.catalog-page__title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.catalog-page__title-block{display:flex;flex-direction:column;gap:4px;min-width:0}.catalog-page__title{margin:0;font-size:36px;line-height:40px;font-weight:900;color:#1f2937}.catalog-page__title-dot{color:#1f2937}.catalog-page__title-count{font-size:20px;line-height:28px;font-weight:700;color:#9ca3af}.catalog-page__subtitle{margin:0;font-size:14px;line-height:20px;font-weight:600;color:#6b7280}.catalog-page__active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.catalog-page__active-filters-label{font-size:12px;line-height:16px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#9ca3af}.catalog-page__filter-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;line-height:16px;font-weight:700;text-decoration:none;transition:opacity .15s ease}.catalog-page__filter-tag--purple{color:#8b5cf6;background:#8b5cf61a}.catalog-page__filter-tag--blue{color:#2563eb;background:#2563eb1a}.catalog-page__filter-tag:hover{opacity:.85}.catalog-page__filter-tag-remove{display:inline-flex;align-items:center}.catalog-page__filters-reset{padding:6px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#0000;font-size:12px;line-height:16px;font-weight:700;color:#9ca3af;cursor:pointer}.catalog-page__filters-reset:hover{color:#6b7280;border-color:#d1d5db}.catalog-page__layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:32px;align-items:start}.catalog-page__main{min-width:0;display:flex;flex-direction:column;gap:24px}.catalog-sidebar{position:sticky;top:88px}.catalog-sidebar-desktop{min-width:0}.catalog-filters-drawer,.catalog-filters-open{display:none}.catalog-sidebar__inner{display:flex;flex-direction:column;gap:24px;transition:opacity .15s ease}.catalog-sidebar__inner--pending{opacity:.65}.catalog-sidebar__section{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:24px;background:#fff;border:1px solid #f3f4f6;box-shadow:0 1px 2px #0f172a0a}.catalog-sidebar__section-head{display:flex;align-items:center;gap:8px}.catalog-sidebar__section-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:12px;color:#8b5cf6;background:#8b5cf61a;flex-shrink:0}.catalog-sidebar__section-icon--age{color:#f59e0b;background:#f59e0b26}.catalog-sidebar__section-icon--brand{color:#fff;background:#2563eb}.catalog-sidebar__section-icon--price{color:#fff;background:#16a34a}.catalog-sidebar__section-title{margin:0;font-size:14px;line-height:20px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#1f2937}.catalog-sidebar__nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.catalog-sidebar__nav-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;text-decoration:none;transition:background-color .15s ease}.catalog-sidebar__nav-link:hover{background:#f9fafb}.catalog-sidebar__nav-link--active{background:#2563eb0f}.catalog-sidebar__nav-main{display:inline-flex;align-items:center;gap:10px;min-width:0}.catalog-sidebar__nav-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:12px;color:#4b5563;opacity:.6;flex-shrink:0}.catalog-sidebar__nav-link--active .catalog-sidebar__nav-icon{color:#2563eb;opacity:.7}.catalog-sidebar__nav-label{font-size:14px;line-height:20px;font-weight:700;color:#4b5563}.catalog-sidebar__nav-link--active .catalog-sidebar__nav-label{font-weight:900;color:#2563eb}.catalog-sidebar__count{flex-shrink:0;padding:2px 8px;border-radius:8px;font-size:12px;line-height:16px;font-weight:700;color:#6b7280;background:#f3f4f6}.catalog-sidebar__count--active{color:#fff;font-weight:900;background:#2563eb}.catalog-sidebar__checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.catalog-sidebar__check{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:10px;cursor:pointer}.catalog-sidebar__check input{width:16px;height:16px;margin:0;accent-color:#8b5cf6}.catalog-sidebar__check-label{font-size:14px;line-height:20px;font-weight:700;color:#4b5563}.catalog-sidebar__check-count{font-size:12px;line-height:16px;font-weight:600;color:#9ca3af}.catalog-sidebar__check--age input{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;accent-color:#8b5cf6}.catalog-sidebar__check--age input:checked{border-color:#8b5cf6;background-color:#8b5cf6;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:10px 8px}.catalog-sidebar__check--age{grid-template-columns:20px minmax(0,1fr) auto}.catalog-sidebar__check--age-active .catalog-sidebar__check-label{color:#8b5cf6}.catalog-sidebar__check--age-active .catalog-sidebar__check-count{padding:2px 8px;border-radius:999px;font-weight:700;color:#8b5cf6;background:#8b5cf61a}.catalog-sidebar__check--brand{grid-template-columns:20px minmax(0,1fr) auto}.catalog-sidebar__check--brand input{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:0;border:2px solid #e5e7eb;border-radius:8px;background:#fff}.catalog-sidebar__check--brand input:checked{border-color:#8b5cf6;background-color:#8b5cf6;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:10px 8px}.catalog-sidebar__check--brand-active .catalog-sidebar__check-label{color:#8b5cf6}.catalog-sidebar__check--brand-active .catalog-sidebar__check-count{padding:2px 8px;border-radius:999px;font-weight:700;color:#8b5cf6;background:#8b5cf61a}.catalog-sidebar__brand-search{position:relative;margin-bottom:4px}.catalog-sidebar__brand-input{width:100%;padding:9px 40px 9px 12px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;line-height:20px;color:#1f2937;background:#f9fafb}.catalog-sidebar__brand-search-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;color:#9ca3af;pointer-events:none}.catalog-sidebar__brand-input::placeholder{color:#9ca3af}.catalog-sidebar__brand-input:focus{outline:none;border-color:#d1d5db;background:#fff}.catalog-sidebar__show-all{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;padding:0;border:none;background:none;font-size:12px;line-height:16px;font-weight:700;color:#8b5cf6;cursor:pointer}.catalog-sidebar__show-all-icon--expanded{transform:rotate(180deg)}.catalog-sidebar__price-row{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:end}.catalog-sidebar__price-field{display:flex;flex-direction:column;gap:8px;font-size:12px;line-height:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af}.catalog-sidebar__price-field input{width:100%;min-height:40px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;line-height:20px;font-weight:700;color:#1f2937;background:#f9fafb}.catalog-sidebar__price-field input:focus{outline:none;border-color:#d1d5db;background:#fff}.catalog-sidebar__price-divider{width:16px;height:2px;background:#e5e7eb;margin-bottom:20px;border-radius:1px}.catalog-sidebar__price-slider{position:relative;height:22px;margin-top:4px}.catalog-sidebar__price-slider-track{position:absolute;top:50%;left:0;right:0;height:5px;transform:translateY(-50%);border-radius:10px;background:#e5e7eb;overflow:hidden}.catalog-sidebar__price-slider-range{position:absolute;top:0;bottom:0;border-radius:10px;background:#8b5cf6}.catalog-sidebar__price-slider-input{position:absolute;top:0;left:0;width:100%;height:22px;margin:0;appearance:none;-webkit-appearance:none;background:none;pointer-events:none}.catalog-sidebar__price-slider-input::-webkit-slider-runnable-track{height:5px;background:#0000;border:none}.catalog-sidebar__price-slider-input::-moz-range-track{height:5px;background:#0000;border:none}.catalog-sidebar__price-slider-input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:22px;height:22px;margin-top:-8.5px;border:3px solid #fff;border-radius:50%;background:#8b5cf6;box-shadow:0 1px 3px #0f172a1f;cursor:pointer;pointer-events:auto}.catalog-sidebar__price-slider-input::-moz-range-thumb{width:22px;height:22px;border:3px solid #fff;border-radius:50%;background:#8b5cf6;box-shadow:0 1px 3px #0f172a1f;cursor:pointer;pointer-events:auto}.catalog-sidebar__price-slider-input--max{z-index:2}.catalog-sidebar__price-bounds{display:flex;justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;line-height:16px;font-weight:600;color:#9ca3af}.catalog-sidebar__price-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.catalog-sidebar__price-preset{padding:7px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#f9fafb;font-size:12px;line-height:16px;font-weight:700;color:#6b7280;cursor:pointer}.catalog-sidebar__price-preset:hover{border-color:#d1d5db}.catalog-sidebar__price-preset--active{border-color:#8b5cf6;background:#8b5cf6;color:#fff}.catalog-sidebar__apply{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;padding:16px;border:none;border-radius:16px;background:#8b5cf6;color:#fff;font-size:16px;line-height:24px;font-weight:800;cursor:pointer;box-shadow:0 6px 0 0 #7c3aed;transition:transform .15s ease,box-shadow .15s ease}.catalog-sidebar__apply svg{flex-shrink:0}.catalog-sidebar__apply:hover{transform:translateY(-1px)}.catalog-sidebar__apply:active{transform:translateY(0);box-shadow:0 2px 0 0 #7c3aed}.catalog-sort-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.catalog-sort-bar__shown{display:inline-flex;align-items:baseline;gap:6px}.catalog-sort-bar__shown-label,.catalog-sort-bar__sort-label{font-size:14px;line-height:20px;font-weight:600;color:#6b7280}.catalog-sort-bar__shown-value{font-size:14px;line-height:20px;font-weight:800;color:#1f2937}.catalog-sort-bar__sort{display:inline-flex;align-items:center;gap:8px}.catalog-sort-bar__select{min-width:180px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;font-size:16px;line-height:20px;font-weight:700;color:#1f2937;cursor:pointer}@media (min-width:769px){.catalog-sort-bar__select{min-width:180px;padding:10px 36px 10px 12px;font-size:14px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6 6.5L10.5 1.5' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}}.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding-top:8px}.catalog-pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;font-size:14px;line-height:20px;font-weight:700;text-decoration:none;cursor:pointer}.catalog-pagination__btn:hover{border-color:#d1d5db;color:#1f2937}.catalog-pagination__btn--active{border-color:#8b5cf6;background:#8b5cf6;color:#fff}.catalog-pagination__btn--disabled{opacity:.4;cursor:default}.catalog-pagination__ellipsis{min-width:24px;text-align:center;color:#9ca3af;font-weight:700}@media (max-width:1024px){.catalog-page__layout{grid-template-columns:220px minmax(0,1fr);gap:24px}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.catalog-page{padding-top:16px}.catalog-page__title{font-size:28px;line-height:32px}.catalog-page__title-count{font-size:16px;line-height:24px}.catalog-page__layout{grid-template-columns:1fr}.catalog-sidebar-desktop{display:none}.catalog-filters-open{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;margin-bottom:4px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;color:#1f2937;font-size:15px;line-height:20px;font-weight:800;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.catalog-filters-open svg{flex-shrink:0;color:#8b5cf6}.catalog-filters-open__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#8b5cf6;color:#fff;font-size:12px;line-height:16px;font-weight:800}.catalog-filters-drawer{display:block;position:fixed;inset:0;z-index:120;pointer-events:none;visibility:hidden}.catalog-filters-drawer--open{pointer-events:auto;visibility:visible}.catalog-filters-drawer__backdrop{position:absolute;inset:0;border:none;padding:0;background:#0f172a73;opacity:0;cursor:pointer;transition:opacity .25s ease}.catalog-filters-drawer--open .catalog-filters-drawer__backdrop{opacity:1}.catalog-filters-drawer__panel{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;max-height:min(92vh,760px);border-radius:24px 24px 0 0;background:#f9fafb;box-shadow:0 -8px 32px #0f172a1f;transform:translateY(100%);transition:transform .25s ease}.catalog-filters-drawer--open .catalog-filters-drawer__panel{transform:translateY(0)}.catalog-filters-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:24px 24px 0 0;flex-shrink:0}.catalog-filters-drawer__title{margin:0;font-size:18px;line-height:24px;font-weight:900;color:#1f2937}.catalog-filters-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:12px;background:#f3f4f6;color:#4b5563;font-size:24px;line-height:1;cursor:pointer}.catalog-filters-drawer__body{overflow-y:auto;overscroll-behavior:contain;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));-webkit-overflow-scrolling:touch}.catalog-filters-drawer__body .catalog-sidebar{position:static;top:auto}.catalog-filters-drawer__body .catalog-sidebar__inner{gap:16px}.catalog-page__title-row{align-items:flex-start}.catalog-sort-bar{flex-direction:column;align-items:stretch;gap:12px}.catalog-sort-bar__sort{width:100%;flex-direction:column;align-items:stretch;gap:6px}.catalog-sort-bar__select{width:100%;min-width:0;max-width:none;box-sizing:border-box;appearance:auto;-webkit-appearance:menulist;-moz-appearance:menulist;background-image:none}}@media (max-width:900px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}}@media (max-width:768px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}