.products-wrapper{display:flex;flex-wrap:wrap;gap:20px}.product-card{border:1px solid #ddd;border-radius:5px;padding:15px;background:#f9f9f9;text-align:center;width:calc(33.333% - 20px);box-sizing:border-box}.product-card h3{font-size:18px;margin-bottom:10px}.product-card .product-price{font-size:16px;color:#333;margin-bottom:10px}.product-card .product-button{display:inline-block;padding:10px 15px;background:#0073e6;color:#fff;text-decoration:none;border-radius:5px}.product-card .product-button:hover{background:#005bb5}