.product-category{margin:0 10px 35px 0;width:calc(25% - 10px);text-align:center;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;position:relative;}.product-category:before{content:'';border:solid 1px #979797;position:absolute;left:0;right:0;top:0;bottom:0;}.product-category a{position:relative;height:100%;-ms-flex:1 1 0;flex:1 1 0;padding:7px 7px 60px;}.product-category--wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:39px;-ms-flex-pack:center;justify-content:center;}.product-category:nth-child(4n){margin-right:0;}.product-category:hover:before{border:6px solid #ed0f00;}.product-category.active{background-color:#f4f4f4;}.product-category.active:before{border:6px solid #ed0f00;}.product-category__image{width:100%;margin-bottom:13px;padding:7px;box-sizing:border-box;overflow:hidden;}.product-category__image img{width:100%;height:auto;display:block;}.product-category__category{font-family:'DINCondensed',sans-serif;letter-spacing:0.8px;color:#1a1a1a;font-size:3.2rem;text-transform:uppercase;}.product-category__category--number{color:#ed0f00;}@media (max-width:768px){.product-category{width:calc(50% - 5px);margin-bottom:41px;min-height:258px;padding:7px 7px 20px;}.product-category--wrapper{-ms-flex-pack:start;justify-content:flex-start;}.product-category__image{padding:3px;}.product-category:nth-child(2n){margin-right:0;}.product-category a{-ms-flex:1 0 auto;flex:1 0 auto;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;}}@media (max-width:550px){.product-category__category{font-size:2.2rem;}}