body{font-family:Arial, sans-serif;background-color:white;}.container{width:80%;margin:0 auto;text-align:center;}header img{width:150px;}.language-bar{margin:20px 0;}.language-bar a{margin:0 10px;text-decoration:none;color:#000;}main{margin-top:20px;}.category-image-container{display:flex;justify-content:center;align-items:center;border:1px solid #ddd;padding:10px;width:400px;margin:0 auto;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}.category-image{width:100%;max-width:300px;height:auto;display:block;margin-left:auto;margin-right:auto;}.products, .categories{display:flex;justify-content:space-around;flex-wrap:wrap;margin-bottom:20px;}.product, .category{flex-basis:30%;margin-bottom:20px;text-align:center;}.product img, .category img{width:100%;max-width:250px;height:auto;}footer{margin-top:50px;padding:10px;background-color:#f1f1f1;text-align:center;}.justified{text-align:justify;}@media (max-width:768px){.container{width:95%;}.products, .categories{flex-direction:column;align-items:center;}.product, .category{flex-basis:100%;margin-bottom:20px;}.category-image-container{width:80%;}.gallery img{width:90%;margin-bottom:15px;}}.gallery{display:flex;justify-content:space-between;flex-wrap:wrap;}.gallery img{width:30%;height:auto;cursor:pointer;}.products{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;}.product{width:300px;height:450px;border:1px solid #ddd;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);text-align:center;padding:10px;background-color:#f9f9f9;}.product img{max-width:100%;max-height:350px;object-fit:contain;}.product p{margin-top:10px;font-size:14px;font-weight:bold;}@media (max-width:768px){.products{flex-direction:column;}.product{width:100%;max-width:300px;margin:0 auto;}}