.category-card{width:100%;height:100%;position:relative}.category-card a{text-decoration:none}.category-card__wrap{height:100%;display:flex;justify-content:center;align-items:center;z-index:3}.category-card__name{z-index:4;font-weight:400;font-size:34px;line-height:40px;color:#fff;text-align:center}.category-card .overlay{background-color:rgba(0,0,0,.5);z-index:2;border-radius:10px}.category-card .overlay,.category-card__background{position:absolute;top:0;left:0;right:0;bottom:0}.category-card__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.category{padding-bottom:60px;position:relative}.category .loader{background-color:#d4d4d4;position:absolute;top:0;left:0;bottom:0;right:0;min-height:22vh;z-index:10}.category-product{width:calc(25% - 20px);margin:10px}.category-title{font-weight:400;font-size:46px;line-height:54px;color:#333;margin-top:20px;margin-bottom:30px}.category-content{display:flex;justify-content:flex-start;flex-wrap:wrap;margin:0 -20px}.category-content__products{margin-top:20px;margin-left:-20px;margin-right:-20px;display:flex;justify-content:flex-start}.category-content__item{margin:10px 10px;border-radius:10px;width:calc(25% - 20px);height:200px}.category-content__item a{text-decoration:none}@media screen and (max-width:1300px){.category-product{width:calc(33.33% - 20px);margin-bottom:45px}.category-content__products{justify-content:flex-start;flex-wrap:wrap;max-width:100vw;padding-left:10px;margin-left:0;margin-right:0;padding-left:0}.category-title{text-align:center;font-size:38px;margin-bottom:0}.category-content__item{width:calc(55.33% - 20px)}.category-content{justify-content:flex-start;max-width:100vw;margin:0}}