.product-card-container{align-items:center;display:flex;flex-direction:column;height:500px;position:relative;width:400px}.product-card-container .image-container{border-radius:1%;box-shadow:0 2px 7px 3px rgba(40,40,40,.31),0 4px 6px -1px rgba(40,40,40,.44),inset 0 1px 0 hsla(0,0%,100%,.08);height:100%;margin-bottom:5px;overflow:hidden;width:inherit;width:100%}.product-card-container .image-container img{height:100%;margin-bottom:5px;object-fit:cover;width:100%}.product-card-container button{border-radius:2%;display:none;position:absolute;top:75%;width:80%}.product-card-container:hover img{-webkit-transform:scale(1.2);transform:scale(1.2);transition:1s cubic-bezier(.075,.82,.165,1)}.product-card-container:hover button{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:hsla(0,0%,100%,.31);display:flex}.product-card-container .footer{display:flex;font-size:18px;height:5%;justify-content:space-between;width:100%}.product-card-container .footer .name{margin-bottom:15px;width:90%}.product-card-container .footer .price{width:10%}@media only screen and (max-width:700px){button{display:flex!important}}.products-container{grid-column-gap:10px;grid-row-gap:50px;-webkit-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:50px}
/*# sourceMappingURL=290.88a71275.chunk.css.map*/