.product-gallery{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{overflow:hidden;text-decoration:none;color:inherit;transition:all .25s ease;flex-direction:column;box-shadow:0 3px 10px rgba(0,0,0,.08);border-radius:12px;background:#fff;display:flex}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.product-image{height:260px;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;transition:transform .3s ease;object-fit:cover;width:100%;display:block}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:16px 18px}.product-info h3{font-size:18px;margin:0 0 8px}.product-info p{font-size:15px;color:#555;margin:0;line-height:1.5}.product-gallery .product-card:last-child{height:360px;grid-column:1/-1;flex-direction:row;align-items:stretch}.product-gallery .product-card:last-child .product-image{flex:1 1 50%;height:100%}.product-gallery .product-card:last-child .product-info{flex:1 1 50%;padding:40px;justify-content:center;flex-direction:column;display:flex}.product-gallery .product-card:last-child h3{font-size:28px;margin-bottom:16px}.product-gallery .product-card:last-child p{font-size:17px;color:#444;line-height:1.7}@media (max-width:992px){.product-gallery{grid-template-columns:repeat(2,1fr)}.product-gallery .product-card:last-child{height:auto;flex-direction:column}.product-gallery .product-card:last-child .product-image{height:280px}.product-gallery .product-card:last-child .product-info{padding:24px}}@media (max-width:600px){.product-gallery{grid-template-columns:1fr}.product-image{height:220px}.product-gallery .product-card:last-child{flex-direction:column}.product-gallery .product-card:last-child .product-image{height:240px}}