.catalog-header { display: flex; flex-direction: column; gap: 1rem;}.catalog-header__search { display: flex; align-items: center; gap: 0.75rem; width: 100%; height: 48px; padding: 0 1.5rem; font-size: 12px; line-height: 16px; color: var(--description); background: var(--gray-200); border-radius: 0.8rem; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: text; transition: background 0.2s ease, box-shadow 0.2s ease;}.catalog-header__search:hover { background: var(--gray-300);}.catalog-header__categories { position: sticky; top: -1px; z-index: 899;}.catalog-header__categories.sticky { background: var(--sticky); backdrop-filter: blur(30px); box-shadow: rgba(6, 5, 50, 0.1) 0px 4px 30px;}.catalog-header__categories .swiper ul { padding: 0; margin: 0; list-style: none; overflow: visible; scroll-snap-type: block !important;}@media (min-width: 768px) { .catalog-header__categories .swiper ul { flex-wrap: wrap; gap: 0.5rem; }}.catalog-header__categories .swiper li { width: auto !important; height: 38px;}@media (min-width: 768px) { .catalog-header__categories .swiper li { margin: 0 !important; }}.catalog-header__categories .swiper li a { display: flex; font-size: 12px; line-height: 16px; padding: 0.75rem 1.5rem; color: var(--description); background: var(--gray-200); border-radius: 0.8rem; white-space: nowrap; text-transform: lowercase; transition: background 0.2s ease, color 0.2s ease;}.catalog-header__categories .swiper li a.active { color: #fff; background: var(--main);}.catalog-header__categories .swiper li a:not(.active):hover, .catalog-header__categories .swiper li a:not(.active):active, .catalog-header__categories .swiper li a:not(.active):focus { background: var(--gray-300);}@media (max-width: 767px) { .catalog-header__categories .container { padding: 0; } .catalog-header__categories .swiper ul li:first-child { margin-left: 12px; } .catalog-header__categories .swiper ul li:last-child { margin-right: 12px; }}.catalog-header .categories-wall__image { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain;}.catalog-header .categories-wall__image-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; aspect-ratio: 1/1; background: var(--gray-400); border-radius: 1.5rem;}.catalog-header .categories-wall__card { display: flex; flex-direction: column; gap: 1rem; overflow: hidden; cursor: default; text-decoration: none;}.catalog-header .categories-wall__card--content { display: flex; flex-direction: column; align-items: center;}.catalog-header .categories-wall__card--name { font-size: 14px; font-weight: 400; line-height: 20px; color: var(--black); transition: color 0.2s ease; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; flex-grow: 1;}.catalog-header .categories-wall__card--count { font-size: 12px; font-weight: 300; line-height: 16px; color: var(--description);}