/*
Theme Name: Zatpat Shop
Theme URI: https://www.mediatronics.co.in/
Author: Kapil Patil
Description: Simple WooCommerce WordPress Theme for Food Premix Store.
Version: 1.0
License: GPLv2 or later
Text Domain: aetheria-shop
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #f7f7f7;
}

.container {
    width: 90%;
	align-content: center;
    max-width: 1200px;
    margin: auto;
}

header {
	background-image: url("/wp-content/uploads/2026/05/aetheria-handmade-jewellery-and-accessories.webp");
    padding: 15px 0;
}

header h1 a {
    color: #403a3a;
    text-decoration: none;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: #403a3a;
    text-decoration: none;
    font-weight: bold;
}

.main-content {
    padding: 40px 0;
}

footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
}
