/*
Theme Name: LuxeDecor
Theme URI: https://example.com/luxedecor
Author: Manus AI
Author URI: https://manus.im
Description: A luxurious and premium WordPress theme for home decor and gift shops. Fully responsive, WooCommerce-ready, and Elementor-compatible.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxedecor
Tags: e-commerce, two-columns, left-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset and Base Styles */
body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #f8f8f8;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #2c3e50;
    margin-bottom: 1rem;
}

a {
    color: #c0a060;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #a68a4d;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.site-branding {
    float: left;
}

.site-title {
    font-size: 2rem;
    margin: 0;
}

.main-navigation {
    float: right;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    margin-left: 20px;
}

/* Footer Styles */
footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 40px 0;
    margin-top: 40px;
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-widget {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #3e4f5f;
    padding-top: 20px;
    margin-top: 20px;
}

/* WooCommerce Specific Styles */
.woocommerce ul.products li.product .button {
    background-color: #c0a060;
    color: #fff;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #a68a4d;
}
