
@view-transition {
  navigation: auto;
}

nav{
    /* background: #000; */
    width: 100%;
    height: fit-content;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
.logo-holder{
    width: 250px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 0 0 35px 0;
    border-bottom: 2px solid var(--bg-color);
}
.navctn{
    display: flex;
    align-items: center;
}
.navbar{
    display: flex;
    height: fit-content;
    margin: 25px;
    width: fit-content;
    justify-content: space-between;
    /* background: var(--light); */
    backdrop-filter: blur(20px);
    border: 2px solid var(--bg-color);
    padding: 20px;
    /* padding-inline: 30px; */
    border-radius: 50px;
    backdrop-filter: blur(10px);
}
.navbar span{
    font-weight: 400;
    font-size: var(--Desc);
    cursor: pointer;
    padding-inline: 20px;
}
.navbar span:hover{
    font-weight: 600;
}
.cart{
    width: auto;
    height: 60px;
    aspect-ratio: 1/1;
    /* background: #000; */
    margin-right: 50px;
    /* margin-left: 30px; */
    backdrop-filter: blur(10px);
    border: 2px solid var(--bg-color);
    border-radius: 100%;
}
.cart svg{
    cursor: pointer;
    transform: scale(0.7);
}
.cart::before{
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 100%;
    /* aspect-ratio: 1/1; */
    background: #ff0000;
    transform: translate(470%, 150%);
    display: none;
}
.cart.has-items::before {
    display: block;
}

#mobilenavctn{
    display: none;
    position: fixed;
    background: linear-gradient(transparent, var(--text-low), var(--text-color));
    width: 100%;
    height: 10vh;
    bottom: 0;
    justify-content: center;
    align-items: top;
    z-index: 9999;
}
.mobilenav{
    /* background: #000; */
    width: fit-content;
    height: 70%;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--bg-color);
    backdrop-filter: blur(10px);
    z-index: 9999;
}
.mobilenav a{
    height: 100%;
    /* background: #000; */
    display: flex;
    align-items: center;
}
.mobilenav span{
    padding-inline: 15px;
    /* background: #000; */
}
.mobilenav svg{
    width: 25px;
    height: 25px;
    filter: invert();
}
.nav-cart{
    /* background: #000; */
    margin-left: 10px;
}

/* ||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||| RESPOSIVE STYLES |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||| */

@media (max-width: 400px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navbar{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .logo-holder{
        border-bottom: none;
    }
    
}

@media (max-width: 450px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navctn{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .logo-holder{
        border-bottom: none;
    }
}

@media (min-width: 451px) and (max-width: 549px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navctn{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .logo-holder{
        border-bottom: none;
    }
}

@media (min-width: 550px) and (max-width: 649px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navctn{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .logo-holder{
        border-bottom: none;
    }
}

@media (min-width: 650px) and (max-width: 768px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navctn{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .logo-holder{
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width: 949px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navctn{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .logo-holder{
        border-bottom: none;
    }
}

@media (min-width: 950px) and (max-width: 1025px) {
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navctn{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    footer{
        margin-bottom: 100px;
    }
    #footerTop { 
        flex-direction: column;
    }
    #footerLogo { 
        width: 100%; 
        height: 30vh; 
        background-position: center; 
    }
    #footerTop div{
        margin-bottom: 20px;
    }
    #footerTop h1{
        padding-bottom: 0;
    }
    #sitemap { 
        margin-left: 20px; 
        padding-left: 20px; 
        padding-bottom: 0; 
        border-left: none; 
    }
    #Fproducts, 
    #Fcontact { 
        margin-left: 20px; 
        padding-left: 20px; 
    }
    #footerBottom { 
        flex-direction: column; 
        gap: 6px; 
        font-size: 0.75rem; 
        text-align: center; 
    }
    .logo-holder{
        border-bottom: none;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    #footerTop span{
        font-size: 0.8rem;
    }
    #footerLogo{
        width: 600px;
        margin: 0;
    }
    #Fproducts{
        /* background: #000; */
        width: 40%;
    }
}
