.btn-wrapper,.product-info,.section-title{text-align:center}.product-section{max-width:1200px;margin:10px auto 20px;padding:20px}.section-title{margin-bottom:40px;font-size:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;justify-items:center}.product-item{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s;width:100%;max-width:300px}.product-item:hover{transform:translateY(-5px)}.product-image{width:100%;max-width:100%;height:auto;display:block;object-fit:contain;aspect-ratio:4/3}.product-info{padding:15px}.product-info h3{color:#2e7d32;font-size:1.2rem;margin-bottom:10px}.show-more-btn{display:inline-block;padding:12px 24px;background-color:#4caf50;color:#fff!important;border:none;border-radius:5px;cursor:pointer;font-size:1rem;text-decoration:none;transition:background-color .3s;margin-top:40px}.show-more-btn:hover{background-color:#388e3c}@media (max-width:768px){.section-title{font-size:2rem}.product-item{max-width:100%}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}.product-item{max-width:100%}.section-title{font-size:1.8rem}.product-image{height:auto;aspect-ratio:4/3;object-fit:contain}.product-section{margin-top:-10px}}