﻿header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent !important;
    border-bottom: none;
}

    header #topLanguage,
    header #topCurrency {
        color: #FFF;
        text-shadow: 0px 0px 10px #666;
        
    }



.default-top {
    position: relative;
    top: 0px;
    padding-top: 150px;
    padding-bottom: 100px;
    z-index: 900;
    
    background-position: center center;
    background-size: cover;
}


.default-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* میزان تیرگی */
}
 


.default-top .main-link {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5); /* نیمه شفاف */
    backdrop-filter: blur(100px); /* محتوای پشتش رو تار می‌کنه */
    border-radius: 100px;
    padding: 10px 4px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    height: 55px;
}

        .default-top .main-link a {
            font-size: 1.2rem;
            font-weight: bold;
            padding: 10px 15px;
            color: #FFF;
            text-decoration: none;
            text-transform: uppercase;
            height: 32px;
            line-height: 32px;
            border-radius: 32px;
        }

            .default-top .main-link a.active {
                background-color: #fff;
                color: #000;
            }

    .default-top .box-search {
        background-color: #fff;
        color: #000;
        padding: 20px;
        border-radius: var(--border-radius-cart);
        box-shadow: 0px 0px 10px #ddd;
        backdrop-filter: blur(100px);
    }



    .default-top .box-search h1 {
        color:#1D1D1D;
        font-size:1.5rem;
        font-weight:bold;
        margin-bottom:10px;
    }




        