.product-listing{border:1px solid #e0e0e0;padding:1rem;margin:1rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:transform .2s ease-in-out}.product-listing:hover{transform:translateY(-5px)}.product-listing h3{font-size:1.2rem;margin-bottom:.5rem;min-height:3rem}.product-listing .price{font-weight:700;color:#333;font-size:1.1rem}.product-listing-image img{max-width:100%;height:200px;object-fit:cover;border-radius:4px;margin-top:1rem}.product-link{text-decoration:none;color:inherit}.products-section{padding:2.5rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-family:Playfair Display,serif;font-size:2.8rem;margin-bottom:2.5rem;color:var(--primary-color);text-shadow:1px 1px 3px rgba(102,51,153,.2);border-bottom:3px double var(--secondary-color);padding-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:2.2rem;gap:2.2rem}