
body{margin:0;font-family:Arial,sans-serif;background:#fff;color:#222}
.container{max-width:1200px;margin:auto;padding:20px}
.header{border-bottom:1px solid #eee}
.header-top{display:flex;justify-content:space-between;align-items:center}
.lang-switch button{margin-left:6px}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px;margin-top:40px}
.product-card{text-decoration:none;color:inherit;border:1px solid #eee;padding:16px;background:#fff;transition:.2s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.product-card img{width:100%;height:220px;object-fit:contain}
.price{font-weight:600;margin:8px 0}
.view{font-size:14px;color:#555}
.product-page{display:grid;grid-template-columns:420px 1fr;gap:40px;margin-top:40px}
.product-image img{max-width:400px;width:100%;object-fit:contain}
.whatsapp-btn{display:inline-block;background:#25D366;color:#fff;padding:12px 18px;text-decoration:none;font-size:16px}
@media(max-width:768px){.product-page{grid-template-columns:1fr}}
