.elementor-569 .elementor-element.elementor-element-6487d72{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-569 .elementor-element.elementor-element-9935570{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9935570 */:root {
    --core-black: #111111;
    --core-gray: #C0C0C0;
    --brand-navy: #1A2A49;
    --brand-pink: #F4C2C2;
    --premium-red: #D32F2F; 
    --ui-font: 'Montserrat', sans-serif;
    --logo-font: 'Trajan Pro', serif;
    --tagline-font: 'Belleza', sans-serif;
}

/* =========================================
   HEADER STYLES
   ========================================= */
.silvaraa-header {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
    background: transparent;
    padding: 25px 5%;
}

/* The Frosted Glass Effect activated by JavaScript */
.silvaraa-header.scrolled {
    background: rgba(26, 42, 73, 0.95); /* Deep Navy Glass */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 5%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

/* Logo */
.header-logo {
    font-family: var(--logo-font);
    font-size: 28px;
    letter-spacing: 6px;
    color: #ffffff !important; /* Forces the text to stay white */
    text-decoration: none;
    transition: transform 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.02);
}

/* Flat Navigation */
.header-nav {
    display: flex;
    gap: 30px;
}

.nav-link {
    font-family: var(--ui-font);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.nav-link:hover {
    opacity: 1;
    color: var(--brand-pink);
}

/* Utilities (Search, Account, Cart) */
.header-utils {
    display: flex;
    gap: 20px;
    align-items: center;
}

.util-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: transform 0.3s ease;
}

.util-btn:hover {
    transform: translateY(-2px);
    color: var(--brand-pink);
}

/* Cart Badge - The Impossible to Ignore Red */
.cart-badge {
    position: absolute;
    top: -6px; right: -8px;
    background: var(--premium-red);
    color: #ffffff;
    font-family: var(--ui-font);
    font-size: 10px;
    font-weight: 600;
    width: 18px; height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--brand-navy);
}

/* =========================================
   FOOTER STYLES
   ========================================= */
.silvaraa-footer {
    background-color: var(--brand-navy);
    color: #ffffff;
    padding: 100px 5% 40px 5%;
    font-family: var(--ui-font);
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 60px;
}

.footer-logo {
    font-family: var(--logo-font);
    font-size: 32px;
    letter-spacing: 6px;
    margin: 0 0 10px 0;
}

.tagline {
    font-family: var(--tagline-font);
    letter-spacing: 4px;
    font-size: 14px;
    margin: 0 0 20px 0;
    color: var(--brand-pink);
}

.mission-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.7;
    max-width: 300px;
}

.footer-col h3 {
    font-size: 14px;
    letter-spacing: 3px;
    margin: 0 0 24px 0;
    font-weight: 500;
}

.footer-col a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 12px;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-col a:hover {
    opacity: 1;
    color: var(--brand-pink);
}

/* Newsletter Input */
.newsletter-col p {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 20px;
}

.footer-form {
    display: flex;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.footer-form input {
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: var(--ui-font);
    font-size: 14px;
    width: 100%;
    outline: none;
}

.footer-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-form button {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer-form button:hover {
    color: var(--brand-pink);
}

.social-links a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 500;
}

/* Footer Bottom Strip */
.footer-bottom {
    max-width: 1400px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    opacity: 0.5;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.legal-links a {
    color: #ffffff;
    text-decoration: none;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .header-nav { display: none; } /* Hide flat nav on tablet/mobile; requires a hamburger menu setup later */
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .mission-text {
        margin: 0 auto;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}/* End custom CSS */