.productGridCard{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;align-self:stretch;position:relative}.productGridCard *{text-align:center;color:#fff}.productGridCard:hover .productImage a{bottom:30px;opacity:1}.productGridCard:hover .productImage .underImage{opacity:1}.productGridCard .productImage{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.productGridCard .productImage img{height:306px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.productGridCard .productImage .underImage{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);transition:.3s;opacity:0}.productGridCard .productImage a{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);padding:8px 20px;background:#fff;color:#000;font-size:16px;text-wrap:nowrap;font-weight:500;border-radius:6px;transition:.3s;opacity:0}.productGridCard .productImage a:hover{background:#eab308}.productGridCard .productGridCardContent a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.productGridCard .productGridCardContent span{margin-left:10px;color:#eab308;font-weight:400}@media(max-width:650px){.productGridCard:hover .productImage a{bottom:-50px;opacity:1}.productGridCard .productGridCardContent{padding:8px 0}.productGridCard .productGridCardContent h3{font-size:.8rem;margin-bottom:0}.productGridCard .productGridCardContent h3 a:after{position:absolute;width:100%;height:100%}.productGridCard .productGridCardContent p{font-size:.9rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.productGridCard .productGridCardContent p span{margin-left:0;font-size:.7rem}}