.elementor-554 .elementor-element.elementor-element-f408801{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-554 .elementor-element.elementor-element-9a1c265{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-9a1c265 */.silvaraa-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 8px 70px;
    transition: all 0.35s ease;
}

.silvaraa-header.scrolled {
    background: rgba(244,194,194,0.75);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */

.header-logo a {
    font-family: "Trajan Pro", serif;
    font-size: 28px;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
}

/* NAV */

.header-nav {
    display: flex;
    gap: 32px;
}

.header-nav a {
    position: relative;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: white;
    transition: all 0.35s ease;
}

.header-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background: white;
    transition: width 0.35s ease;
}

.header-nav a:hover::after {
    width: 100%;
}

/* ACTIONS */

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.icon-btn {
    position: relative;
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.cart-btn span {
    position: absolute;
    top: -7px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: white;
    color: #1A2A49;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MOBILE */

@media(max-width:1024px){

    .silvaraa-header {
        padding: 20px 25px;
    }

    .header-nav {
        display: none;
    }

    .header-logo a {
        font-size: 22px;
    }
}/* End custom CSS */