.product-showcase-module{overflow:hidden;padding:20px;position:relative;text-align:center}.product-showcase-module h2{font-size:30pt;margin-bottom:10px;text-transform:uppercase}.product-showcase-module .title-blue{color:#00214f}.product-showcase-module .title-red{color:#db120a}.product-showcase-module .product-container-wrapper{overflow:hidden;position:relative}.product-showcase-module .product-container{display:flex;transition:transform .5s ease;will-change:transform}.product-showcase-module .product-item{box-sizing:border-box;flex:0 0 25%;padding:10px;text-align:center}.product-showcase-module .product-item img{height:auto;max-width:100%}.product-showcase-module .product-title{font-size:18pt;margin:10px 0}.product-showcase-module .product-link{background-color:#db120a;color:#fff;display:inline-block;font-size:14pt;margin-top:10px;padding:10px 20px;text-decoration:none;text-transform:uppercase}.product-showcase-module .scroll-button{background-color:#00214f;border:none;color:#fff;cursor:pointer;font-family:fontello;font-size:24px;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.product-showcase-module #scroll-left-showcase:before{content:"\E802"}.product-showcase-module #scroll-right-showcase:before{content:"\E803"}.product-showcase-module #scroll-left-showcase{left:10px}.product-showcase-module #scroll-right-showcase{right:10px}@media (max-width:1024px){.product-showcase-module .product-container-wrapper{overflow-x:auto}.product-showcase-module .product-container{flex-wrap:nowrap}.product-showcase-module .product-item{flex:0 0 50%}.product-showcase-module .product-item.clone,.product-showcase-module .scroll-button{display:none}}@media (max-width:768px){.product-showcase-module .product-item{flex:0 0 100%}}