.product-card{display:flex;flex-direction:column;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;max-width:95%}.product-card-content{padding:16px;flex:1}.product-card img{width:100%;height:auto;border-bottom:1px solid #e5e5e5}.product-card-paragraph h2{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:8px;text-align:left}.product-card-paragraph .product-price{font-size:1rem;font-weight:700;color:#ea5b2a;margin-bottom:4px;text-align:left}.product-card-paragraph p{font-size:.875rem;color:#666;line-height:1.4;text-align:left;margin-bottom:8px}.product-card-buttons{display:flex;gap:8px;margin-top:auto;padding:12px;border-top:1px solid #e5e5e5}.product-card-buttons button{width:100%;padding:8px;color:#fff;font-weight:700;transition:background-color .3s}
