.product-card{flex-direction:column;width:100%;height:100%;display:flex}.product-card a{text-decoration:none}.product-card .image{width:100%}.product-card .image img{width:100%;max-width:450px;height:auto}.product-card .name{color:#fff;width:100%;height:50px;position:relative}.product-card .name h3{color:#fff;font-size:20px;font-weight:bolder}.product-card .price{color:#888;direction:rtl;flex-direction:row;gap:.1rem;width:100%;height:50px;display:flex;position:relative}.product-card .price p{color:#888;font-size:15px;font-weight:500}.product-card .add-to-cart{width:100%;height:50px;position:relative}.product-card .add-to-cart.deactivate button{background-color:gray}.product-card .add-to-cart button{background-color:var(--main-color);width:200px;height:90%;color:var(--black-color);border:none;border-radius:10px;font-size:16px;font-weight:bolder}.product-card button:hover{animation:.5s ease-in-out alternate hover}@media not (min-width:500px){.product-card .add-to-cart button{width:160px;font-size:14px}}@media not (min-width:370px){.product-card .add-to-cart button{width:80%;font-size:14px}}@keyframes hover{0%{transform:translateY(0)}50%{transform:translateY(-3px)}75%{transform:translateY(3px)}to{transform:translateY(0)}}
