
/*
Theme Name: LightShop
Theme URI: https://example.com
Author: OKSS MEDIA
Description: Lightweight WooCommerce Elementor compatible theme.
Version: 1.0.0
Text Domain: lightshop
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #111;
}

.container {
    max-width: 1280px;
    margin: auto;
    padding: 0 16px;
}

.site-header {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.site-logo img {
    max-height: 42px;
}

footer {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
