.product-card{color:inherit;background-color:var(--white);border:1px solid #eee;border-radius:8px;flex-direction:column;text-decoration:none;transition:transform .2s ease-in-out;display:flex;overflow:hidden}.product-card .product-image{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.product-card .product-image .category-badge{color:var(--white);z-index:1;text-transform:capitalize;background-color:#679352;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-card .product-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-in-out}.product-card .product-image:hover img{transform:scale(1.05)}.product-card .product-info{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.product-card .product-name{color:#333;margin:0;font-size:1.1rem;font-weight:600}.product-card .product-description{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;display:-webkit-box;overflow:hidden}.product-card .price-button-container{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-card .product-price{color:#000;margin:0;font-size:1.5rem;font-weight:700}.product-card .add-to-cart-btn{color:var(--white);cursor:pointer;white-space:nowrap;background-color:#679352;border:none;border-radius:4px;padding:.75rem 1rem;font-weight:600;transition:background-color .2s ease-in-out}.product-card .add-to-cart-btn:hover{background-color:#6e955c}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:900px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}
