.product-card{text-align:center;height:calc(100% - 2rem);margin-bottom:2rem;padding:1.38rem 0.55rem 1.1rem;border-radius:var(--eb-border-radius);border:1px solid var(--eb-color-background-015);background-color:var(--eb-color-straight-white);position:relative;top:0;transition:top 0.2s}.product-card:hover{top:5px}.product-card a{color:var(--eb-color-text-100);text-decoration:none}.product-card a:hover{color:var(--eb-color-superior-blue)}.product-card-image{margin-bottom:1rem}@media (max-width:768px){.product-card{height:calc(100% - 1rem);margin-bottom:1rem}}