﻿.product-card-container{display:flex;flex-direction:row;justify-content:space-evenly;gap:1rem;flex-wrap:wrap;}.product-card-filled{border-color:#5c88da!important;background-color:#5c88da;}.product-card{display:flex;flex-direction:column;justify-content:start;align-items:center;border:#fff 2px solid;border-radius:2rem;gap:.5rem;width:calc(270px + 1.5rem);max-width:100%;margin:0 auto;padding:0;text-decoration:none;cursor:pointer;transition:transform .2s ease-in-out;box-shadow:0 8px 12px 0 rgba(255,255,255,.2);overflow:hidden;}.product-card:hover{transform:scale(1.05);}.product-card:hover:not(.product-card-filled) .product-card-content>h4{color:#5c88da;}.product-card:hover.product-card-filled .product-card-content>h4{color:#253657;}.product-card:focus-visible{outline:0;box-shadow:0 0 0 3px #253657;}.product-card-content{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.5rem;width:100%;padding:.75rem;flex:1;}.product-card-content>h4{text-align:center;color:#fff;margin:0;font-size:2rem;font-weight:800;transition:color .2s ease-in-out;}.product-card-content>h5{text-align:center;color:#fff;margin:0;max-width:265px;text-wrap:wrap;}.product-card-image{width:100%;background-color:#ecf0f1;}.product-card-image>img{display:block;width:100%;height:auto;}.product-card-button{border:#fff solid 1px;border-radius:2rem;margin:auto .5rem 0 .5rem;padding:0;font-size:1.35rem;line-height:3rem;font-family:"Metrophobic",sans-serif;font-weight:400;font-style:normal;font-weight:600;background-color:#fff;color:#5c88da;cursor:pointer;text-align:center;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .15s ease-in-out;}@media(max-width:768px){.product-card-button{width:90%;}}@media(min-width:768px){.product-card-button{width:90%;max-width:300px;}}.product-card-button:hover{border-color:#ecf0f1;background-color:#ecf0f1;}