
/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0 0px; /* Add padding to the left and right sides */
    background-color: #ffffff;
    color: #333;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}






















/* header_socials */
.nacnad-store-top-nav {
    background-color: #A37E2D;
    padding: 10px 40px; 
    margin: 5px 10px 0 10px;
    display: none;
}

@media (min-width: 900px) {
    .nacnad-store-top-nav {
        display: block; 
    }
}

.nacnad-store-top-nav-container {
    max-width: 1200px; 
    margin: 0 auto; 
}

.nacnad_socials {
    width: 100%;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.nacnad-store-contact-info {
    display: flex; 
    align-items: center;
    gap: 20px; 
}

.nacnad-store-top-nav .nacnad-store-contact-emails,
.nacnad-store-top-nav .nacnad-store-contact-phone {
    text-decoration: none;
    color: #f5f5f5;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.5s;
    white-space: nowrap; 
}

.nacnad-store-top-nav .nacnad-store-contact-emails:hover,
.nacnad-store-top-nav .nacnad-store-contact-phone:hover {
    color: #000000;
    text-decoration: underline;
}

.nacnad-store-top-nav .nacnad-store-contact-icon {
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    width: 35px;
    height: 35px; 
    flex-shrink: 0; 
}

.nacnad-store-separators {
    border-left: 2px solid #000000;
    height: 25px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Social Links Styles */
.nacnad-store-social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nacnad-store-social-icon {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}


@media (max-width: 1024px) {
    .nacnad-store-top-nav {
        padding: 8px 20px;
        margin: 5px 5px 0 5px; 
    }

    .nacnad-store-top-nav .nacnad-store-contact-emails,
    .nacnad-store-top-nav .nacnad-store-contact-phone {
        font-size: 18px; 
    }

    .nacnad-store-top-nav .nacnad-store-contact-icon {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .nacnad-store-social-icon {
        width: 30px;
        height: 30px;
    }

    .nacnad-store-social-links {
        gap: 12px; 
    }
}

@media (max-width: 900px) {
    .nacnad-store-top-nav {
        display: block; 
        padding: 8px 15px; 
        margin: 0; 
        border-radius: 0;
    }

    .nacnad-store-contact-info {
        display: none;
    }

    .nacnad_socials {
        flex-direction: row; 
        justify-content: center; 
        align-items: center; 
        gap: 10px; 
    }

    .nacnad-store-social-links {
        justify-content: center; 
        width: 100%; 
        gap: 10px; 
    }

    .nacnad-store-social-icon {
        width: 28px; 
        height: 28px;
    }
}

@media (max-width: 480px) {
    .nacnad-store-top-nav {
        padding: 5px 10px; 
    }

    .nacnad-store-social-icon {
        width: 25px; 
        height: 25px;
    }
}
































/* header-login-cart */
.Nacnad-header-login {
    background-color: #7DA908;
    padding: 5px 40px;
    margin: 5px 10px 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    display: none;
}

/* Show the entire top nav for screens 900px and wider */
@media (min-width: 850px) {
    .Nacnad-header-login {
        display: flex;
    }
}

.Nacnad-header-login-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header-login-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; 
}

.login-welcome-group {
    display: flex;
    align-items: center;
    flex-shrink: 0; 
}

.cart-info-group {
    display: flex;
    align-items: center;
    flex-shrink: 0; 
}

.search_container {
    display: flex;
    align-items: center;
    flex-grow: 1; 
    margin-right: 0; 
    min-width: 200px; 
}

/* Search Input */
.search-data {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 8px;
    flex-grow: 1; 
}

.custom-button {
    background-color: #A37E2D;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.nacnad-store-nav-linkay,
.nacnad-store-nav-linkjk,
.nacnad-store-nav-linkj {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.4s;
    text-decoration: none;
    white-space: nowrap; 
}

.nacnad-store-nav-linkay:hover,
.nacnad-store-nav-linkjk:hover,
.nacnad-store-nav-linkj:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Separators */
.Nacnad-header-login-separator {
    border-left: 2px solid #ffffff;
    height: 25px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Total Cost Display */
.total-cost-display {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap; 
}

/* Cart Button */
.nacnad-store-cart-button {
    color: #000000;
    border: 1px solid #A37E2D;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
}

.nacnad-store-cart-button:hover {
    background-color: #A37E2D;
    color: #000000;
    border-color: #fffefe;
}

.nacnad-store-cart-button sup {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #000000;
    font-size: 15px;
    padding: 3px 6px;
    background-color: #f5f5f5;
    border-radius: 50%;
    line-height: 1;
    min-width: 15px;
    text-align: center;
    box-sizing: border-box;
}

/* --- Media Query to hide total cost on screens less than 1000px --- */
@media (max-width: 999px) {
    .total-cost-display {
        display: none;
    }
}


/* --- Mobile Responsiveness (Screen width less than 899px) --- */
@media (max-width: 849px) {
    .Nacnad-header-login {
        display: flex; 
        padding: 10px 15px; 
        margin: 0; 
        height: auto; 
    }

    .header-login-details {
        flex-direction: row; 
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%; 
        gap: 10px; 
    }

    /* Hide search on mobile (total cost already hidden by 999px breakpoint) */
    .search_container {
        display: none;
    }

    /* Adjust the login-welcome-group to be on the left */
    .login-welcome-group {
        display: flex;
        align-items: center;
        justify-content: flex-start; 
        flex-grow: 1; 
        order: 1; 
        padding-left: 0; 
        min-width: 150px; 
    }

    /* Adjust the cart-info-group to be on the right */
    .cart-info-group {
        display: flex;
        align-items: center;
        justify-content: flex-end; 
        flex-grow: 0; 
        order: 2; 
        padding-right: 0; 
    }

    /* Ensure the separator between Welcome and Login/Register remains visible */
    .login-welcome-group .Nacnad-header-login-separator {
        display: inline-block;
        margin: 0 6px; 
        height: 16px; 
    }

    /* Hide the separator next to the cart button on mobile */
    .cart-info-group .Nacnad-header-login-separator {
        display: none;
    }

    /* Mobile specific text styling */
    .nacnad-store-nav-linkay,
    .nacnad-store-nav-linkjk,
    .nacnad-store-nav-linkj {
        font-size: 18px; 
        padding: 4px 0; 
        white-space: nowrap; 
    }

    /* Cart button adjustments for mobile */
    .nacnad-store-cart-button {
        padding: 4px 8px; 
        font-size: 18px; 
    }

    .nacnad-store-cart-button sup {
        font-size: 9px; 
        padding: 0px 3px;
        min-width: 9px;
        height: 9px; 
        line-height: 1; 
        top: -1px;
        right: -1px;
    }
}

/* Further adjustments for very small screens (e.g., max-width: 480px) */
@media (max-width: 480px) {
    .Nacnad-header-login {
        padding: 6px 8px; 
    }

    .nacnad-store-nav-linkay,
    .nacnad-store-nav-linkjk,
    .nacnad-store-nav-linkj {
        font-size: 14px; 
    }

    .login-welcome-group .Nacnad-header-login-separator {
        margin: 0 4px; /* Even smaller margin for separator */
        height: 16px;
    }

    .nacnad-store-cart-button {
        font-size: 14px;
        padding: 3px 6px;
    }

    .nacnad-store-cart-button sup {
        font-size: 8px;
        padding: 0px 2px;
        min-width: 8px;
        height: 8px;
    }
}































/* header-menu */
.nacnad-store-header {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(125, 169, 8, 0.5);
    position: relative;
    z-index: 100;
}

.nacnad-store-header .nacnad-store-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.nacnad-store-brand img.nacnad-store-logo {
    width: 200px;
    height: auto;
    display: block;
}

/* Default state for desktop */
.nacnad-store-nav-list {
    display: flex; /* Visible on desktop */
    flex-grow: 1;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.nacnad-store-nav-item {
    position: relative;
    flex-grow: 1;
    text-align: center;
    padding: 0 15px;
}

.nacnad-store-nav-list .nacnad-store-nav-link {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}

.nacnad-store-nav-list .nacnad-store-nav-link:hover {
    color: #7DA908;
}

/* Desktop dropdown arrow */
.nacnad-store-nav-list > .nacnad-store-nav-item.nacnad-store-dropdown > .nacnad-store-nav-link::after {
    content: '▼';
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.nacnad-store-dropdown:hover > .nacnad-store-nav-link::after {
    transform: rotate(180deg);
}

.nacnad-store-dropdown .nacnad-store-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    border: 1px solid #A37E2D;
    padding: 10px 0;
    display: none; /* Hidden by default for desktop */
    flex-direction: column;
    z-index: 1000;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    list-style: none;
}

.nacnad-store-dropdown:hover .nacnad-store-dropdown-menu {
    display: flex; /* Show on hover for desktop */
}

.nacnad-store-dropdown-menu .nacnad-store-dropdown-item {
    padding: 0;
    text-align: left;
    width: 100%;
}

.nacnad-store-dropdown-menu .nacnad-store-dropdown-item > .nacnad-store-dropdown-link {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #000000;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nacnad-store-dropdown-menu .nacnad-store-dropdown-item:hover {
    background-color: #7DA908;
}

.nacnad-store-dropdown-menu .nacnad-store-dropdown-item:hover > .nacnad-store-dropdown-link {
    color: #ffffff;
}

/* --- Hamburger Menu Icon (Hidden on Desktop by Default) --- */
.nacnad-store-hamburger {
    display: none; /* Hidden by default, shown on mobile */
    background: none; /* Default transparent background, will be overridden on mobile */
    border: none;
    cursor: pointer;
    padding: 1px;
    z-index: 100;
    position: relative;
    width: 80px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.nacnad-store-hamburger-line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000000; /* Lines are black */
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
}

/* Hamburger menu active state (for animation) */
.nacnad-store-hamburger.active .nacnad-store-hamburger-line:nth-child(2) {
    opacity: 0;
}

.nacnad-store-hamburger.active .nacnad-store-hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.nacnad-store-hamburger.active .nacnad-store-hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}


/* For Tablets and smaller Desktops (max-width: 1024px) */
@media (max-width: 1024px) {
    .nacnad-store-header .nacnad-store-container {
        padding: 10px 20px;
    }

    .nacnad-store-brand img.nacnad-store-logo {
        width: 180px;
    }

    .nacnad-store-nav-list {
        padding-left: 15px;
    }

    .nacnad-store-nav-item {
        padding: 0 10px;
    }

    .nacnad-store-nav-list .nacnad-store-nav-link {
        font-size: 16px;
    }

    .nacnad-store-dropdown .nacnad-store-dropdown-menu {
        min-width: 180px;
    }

    .nacnad-store-dropdown-menu .nacnad-store-dropdown-link {
        font-size: 15px;
    }
}


/* Hide "Create your Design" link for screens less than 900px */
@media (max-width: 899px) {
    .nacnad-store-nav-item:nth-last-child(2) {
        display: none;
    }
}

/* Hide "Nacnad Accessories" dropdown for screens less than 800px */
@media (max-width: 799px) {
    .nacnad-store-nav-item.nacnad-store-dropdown:nth-of-type(4) {
        display: none;
    }
}

/* --- Mobile Menu Activation (for screens less than 550px) --- */
@media (max-width: 570px) {
    /* Re-enable the menu items that were previously hidden */
    .nacnad-store-nav-item:nth-last-child(2) {
        display: list-item; /* Re-shows "Create your Design" */
    }

    .nacnad-store-nav-item.nacnad-store-dropdown:nth-of-type(4) {
        display: list-item; /* Re-shows "Nacnad Accessories" */
    }

    /* All of the other mobile menu styling (hamburger icon, dark background, etc.) goes here */
    .nacnad-store-nav-list {
        display: none; /* Hide desktop menu */
    }

    .nacnad-store-hamburger {
        display: flex; /* Show hamburger icon */
    }

    /* Styles for the expanded mobile menu */
    .nacnad-store-nav-list.active {
        display: flex;
        position: fixed;
        top: 0;
        right: 30;
        width: 50%;
        height: 550px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color:rgba(245, 245, 245, 1.0);
        padding: 60px 0 0;
        margin: 0;
        z-index: 90;
        overflow-y: auto;
    }
    
    .nacnad-store-nav-item {
        width: 100%;
        text-align: center;
        padding: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 1.0);
    }
}


































/* footer */
.footer-nacnad-store-site-footer {
    background-color: #f5f5f5;
    color: #000000;
    padding: 50px 0;
}

.footer-nacnad-store-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-nacnad-store-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-nacnad-store-column {
    flex: 1;
    padding: 0 15px;
}

.footer-nacnad-store-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.footer-nacnad-store-title .footer-nacnad-store-furniture-link {
    color: #7DA908;
    text-decoration: none;
}

.footer-nacnad-store-title .footer-nacnad-store-furniture-link:hover {
    text-decoration: underline;
    color: #A37E2D;
}

.footer-nacnad-store-column h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.footer-nacnad-store-column .footer-nacnad-store-contact-info a {
    color: #A37E2D;
    text-decoration: none;
}

.footer-nacnad-store-column .footer-nacnad-store-contact-info a:hover {
    color: #7DA908;
    text-decoration: underline;
}

.footer-nacnad-store-column[data-fade-delay="400"] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-nacnad-store-designer-link {
    color: #7DA908;
    text-decoration: none;
}

.footer-nacnad-store-designer-link:hover {
    text-decoration: underline;
    color: #A37E2D;
}

.footer-nacnad-store-column[data-fade-delay="500"] .footer-nacnad-store-studio-info:nth-child(2) {
    padding-bottom: 10px;
}

.footer-nacnad-store-column[data-fade-delay="600"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-nacnad-store-column[data-fade-delay="600"] .footer-nacnad-store-copyright {
    padding: 10px 0;
    margin: 0;
}

.footer-nacnad-store-column .footer-nacnad-store-links {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 1.8;
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer-nacnad-store-column .footer-nacnad-store-links li {
    display: block;
    margin-bottom: 5px;
}

.footer-nacnad-store-column .footer-nacnad-store-links li a {
    color: #A37E2D;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-nacnad-store-column .footer-nacnad-store-links li a:hover {
    text-decoration: underline;
    color: #7DA908;
}

.footer-nacnad-store-contact-info a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-nacnad-store-column[data-fade-delay="800"] .footer-nacnad-store-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nacnad-store-column[data-fade-delay="800"] .footer-nacnad-store-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-nacnad-store-column[data-fade-delay="800"] .footer-nacnad-store-social-links a {
    margin-right: 15px;
}

.footer-nacnad-store-column[data-fade-delay="800"] .footer-nacnad-store-social-links img.footer-nacnad-store-social-icon {
    width: 40px;
    height: 40px;
}

.footer-nacnad-store-bottom-row {
    border-top: 1px solid #000000;
    padding-top: 30px;
}

.footer-nacnad-store-copyright {
    font-size: 0.9em;
}

.footer-nacnad-store-row.footer-nacnad-store-bottom-row .footer-nacnad-store-column[data-fade-delay="800"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fade-up effect (basic) */
.footer-nacnad-store-column {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.footer-nacnad-store-column.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 780px) {
    /* Add padding to the container */
    .footer-nacnad-store-container {
        padding: 0 15px; 
    }
    
    /* Stack the columns on top of each other */
    .footer-nacnad-store-row {
        flex-direction: column;
    }

    /* Center all content within each column */
    .footer-nacnad-store-column {
        text-align: center;
        padding: 15px 0; /* Add some vertical space between columns */
    }

    /* Overwrite specific alignment rules for mobile */
    .footer-nacnad-store-column[data-fade-delay="400"] {
        text-align: center;
        align-items: center;
    }

    .footer-nacnad-store-column[data-fade-delay="600"] {
        align-items: center; /* Center align the copyright section */
    }

    .footer-nacnad-store-column[data-fade-delay="800"] .footer-nacnad-store-social-links {
        justify-content: center; /* Center the social icons */
    }
}
