.products{min-height:100vh;padding:2rem}.products .main_body{max-width:1200px;margin:0 auto}.products-header{width:100%;max-width:950px;height:auto;display:block;margin:0 auto 2rem;border-radius:8px}.product_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;padding:1.5rem}.product-item.clickable{cursor:pointer}.product-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.product-image{width:75%;height:auto;object-fit:cover;border-radius:8px;margin-bottom:1rem}.product_name{margin:1rem 0}.product_name img{max-width:200px;height:auto}.detail{margin-top:auto;pointer-events:none}.detail img{max-width:120px;height:auto}@media(max-width:768px){.products{padding:1rem}.product_grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.product-item{padding:1rem}.product_name img{max-width:150px}.detail img{max-width:100px}}
