.CatalogTypeRow{display:flex;flex-wrap:nowrap;gap:16px;margin:0 0 28px;padding:4px 0 12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.CatalogTypeRow__item{display:flex;flex:0 0 120px;flex-direction:column;align-items:center;width:120px;padding:0;border:0;background:transparent;color:#595A5A;cursor:pointer;text-align:center;font-family:'Barlow',sans-serif}.CatalogTypeRow__thumb{display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin-bottom:10px;overflow:hidden;background:#F3F2F4;border:2px solid transparent;transition:border-color .2s}.CatalogTypeRow__thumb img{display:block;width:100%;height:100%;object-fit:contain}.CatalogTypeRow__thumb--empty{background:#ecebed}.CatalogTypeRow__label{font-size:14px;font-weight:600;line-height:1.3;color:#1D1D1D}.CatalogTypeRow__item:hover .CatalogTypeRow__thumb,.CatalogTypeRow__item:focus .CatalogTypeRow__thumb,.CatalogTypeRow__item.is-active .CatalogTypeRow__thumb{border-color:#B9A590;outline:none}.CatalogTypeRow__item.is-active .CatalogTypeRow__label{color:#B9A590}.CatalogTypeRow__empty{display:none;margin:0 0 24px;color:#595A5A}.CatalogTypeRow__empty.is-visible{display:block}.CatalogListToolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 20px;margin:0 0 16px}.CatalogStockToggle{display:inline-flex;align-items:center;gap:8px;margin:0 0 24px;padding:8px 14px;border:1px solid #ddd;background:#fff;color:#595A5A;cursor:pointer;font-family:'Barlow',sans-serif;font-size:14px;font-weight:600;line-height:1.2;transition:background-color .2s,border-color .2s,color .2s}.CatalogStockToggle:hover,.CatalogStockToggle:focus{border-color:#B9A590;outline:none}.CatalogStockToggle.is-active{border-color:#B9A590;background:#B9A590;color:#fff}.catalog-filter-stock{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-family:'Barlow',sans-serif;font-size:14px;font-weight:600;color:#1D1D1D;cursor:pointer}.catalog-filter-stock input{margin:0}@media (max-width:575.98px){.CatalogTypeRow__item,.CatalogTypeRow__thumb{flex-basis:96px;width:96px}.CatalogTypeRow__thumb{height:96px}}