.catalog-list{display:grid}.catalog-list--categories,.catalog-list--items,.catalog-list--products{grid-template-columns:repeat(4,calc(25% + 1px))}@media screen and (max-width:767px){.catalog-list--categories,.catalog-list--items,.catalog-list--products{grid-template-columns:repeat(2,calc(50% + 1px))}}.product-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px;padding:10px 10px 15px;border-left:1px solid #cacaca;border-bottom:1px solid #cacaca}.product-card:nth-child(-n+4){border-top:1px solid #cacaca}.product-card:last-child,.product-card:nth-child(4n){border-right:1px solid #cacaca}.product-card:hover .product-card__name{color:#f09700}.product-card__status{text-transform:uppercase;font-size:16px;margin-bottom:10px}.product-card__status.status--0{color:#a22629}.product-card__status.status--1{color:#00984e}.product-card__status.status--2{color:#f09700}.product-card__image{height:200px}.category-card__image img,.product-card__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-card__name{color:#272727;font-size:16px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;text-align:center;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:7px;-moz-column-gap:7px;column-gap:7px;padding-top:5px}.product-card__price-old{text-decoration:line-through;color:#676769;font-size:15px}.product-card__price-current{color:#a22629;font-weight:600;font-size:20px}@media screen and (max-width:767px){.product-card .product-card__price-old{font-size:14px}.product-card .product-card__price-current{font-size:18px}}.category-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px;padding:10px 10px 15px;border-left:1px solid #cacaca;border-bottom:1px solid #cacaca}.category-card:nth-child(-n+4){border-top:1px solid #cacaca}.category-card:nth-child(4n){border-right:1px solid #cacaca}.category-card__image{height:200px}.category-card__name{font-weight:700;font-size:16px;line-height:1.4em;text-align:center}.multiple-items .slick-track,.search-page{display:-webkit-box;display:-ms-flexbox;display:flex}.search-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px}.search-page__title{margin-top:20px;text-transform:uppercase;font-size:30px}.recommendations{margin-top:40px}.recommendations h2{margin-bottom:15px}@media screen and (max-width:767px){.recommendations h2{margin-left:15px}}.multiple-items{padding-top:10px}.multiple-items .slick-track{gap:10px}.multiple-items .slick-slide{height:auto}.multiple-items .slick-slide:first-child{margin-left:1px}.multiple-items .slick-slide:last-child{margin-right:1px}.multiple-items .slick-slide>*{height:100%}