.product-card{background-color:#EBEBEB;position:relative;transition:all 0.3s ease-in-out;cursor:pointer;min-width:1px}.product-card a{position:relative;z-index:1}.product-card:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:#D5D5D5;opacity:0;transition:opacity 0.2s ease-in-out}.product-card:hover:before{opacity:0.3}.product-card:hover{box-shadow:0 28px 40px -12px rgba(0, 0, 0, 0.24);transform:scale(1.05)}.product-card:hover .fast-order{opacity:0.7}@media screen and (min-width:768px){.product-card{width:31%}}@media screen and (max-width:560px){.product-card{width:90%}}.product-card .image-container{width:100%;padding-top:100%}.product-card .product-card-footer{width:100%;display:flex;justify-content:space-between;font-size:0.85em;height:50px;background-color:#EBEBEB}.product-card .product-card-footer .title-container{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:bold;font-size:0.6em;letter-spacing:2px;width:60%;margin-left:10px;text-align:left}.product-card .product-card-footer .title-container .product-card-title,.product-card .product-card-footer .title-container .product-card-subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%}.product-card .product-card-footer .product-reference{font-weight:lighter;text-align:left;width:100%}.product-card .product-card-footer .download-container{width:10%;height:72%;margin-bottom:0px;background-color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7px}.product-card .product-card-footer .price-container{background-color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7px;height:72%}.product-card .product-card-footer .price-container.noPrice{display:none}.product-card .product-card-footer .price-container .price-title{color:#6F6F6F;font-size:0.7em;font-weight:300;text-align:center}.product-card .product-card-footer .price-container .mkey-price{font-size:0.85em}@media screen and (min-width:768px){.product-card.xl{width:48%}.product-card.quarter{width:22%}.product-card.small{width:43%}.product-card.small .product-card-footer .title-container{font-size:12px}.product-card.small .product-card-footer .price-container .price-title{font-size:10px}}