a,
button {
    cursor: pointer;
}

header {
    background: rgba(0, 0, 0, 0.45);

    width: 100%;
    position: relative;
    flex: 1 1 0px;
}

.c {
    max-width: calc(1170px + 16px * 2);
    margin: 0 auto;
    padding: 0px 16px;
}

.point3 {
    display: none;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}

.c-main-menu2 {
    max-width: calc(1170px + 16px * 2);
    margin: 0 auto;
    padding: 0px 16px;

    display: flex;
    flex-direction: column;

    align-items: center;
}


.header-menu ul {
    display: flex;
    flex-direction: row;
    gap: 22px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;

}



.close {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-menu li :hover {
    color: #CC5520;
}

.active {
    color: #CC5520;
}

.topic li.activeLi {
    background: #CC5520;
    color: #FFF;
}


.cart {
    display: flex;
    gap: 24px;
}

footer {
    background: #191919;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

footer p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-container {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding: 80px 0px 50px 0px;
}

.navigation {
    display: flex;
    flex-direction: row;
    gap: 80px;
}


.logo-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.information {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 256px;

}

.information img {
    width: 121.672px;
    height: 21.244px;
}

.information p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.7px;
}

.social-networks {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.footer-h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.footer-ul {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.button-all-foxes a {
    width: min(100%, 590px);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    background: #CC5520;
    padding: 25px;
}



.button-all-foxes button {
    width: min(100%, 590px);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    background: #CC5520;
    padding: 25px;
}

.button-all-foxes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-ul a:hover {
    color: #CC5520;
}

.shop {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Collection {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.weekly-updates {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-us {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.logo-header-menu {
    display: none;
}

.overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.5s;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 2;
    pointer-events: none;
    top: 0;
    left: 0;
}


.cart-window {
    background: #FFF;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 445px;
    z-index: 3;
    transition: right 0.3s;
    overflow-y: auto;
}

.close-button {
    cursor: pointer;
}


.headline-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    gap: 5px;
}

.headline-text p {
    color: #969595;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.75px;
}

.headline-text h1 {
    color: #000;
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}



.cartss {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 53px;
}

.img-prise {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.prise-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;

}

.prise-cart h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
}

.prise-cart h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1px;
}

.add-a-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.amount {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.minus {
    color: #8C8C8C;
    text-align: center;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 181.8%;
    letter-spacing: 0.54px;
}

.number {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 181.8%;
    letter-spacing: 0.38px;
    background: #CC5520;
    border-radius: 99px;
    padding: 5px 30px;
}



.plus {
    color: #8C8C8C;
    text-align: center;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 181.8%;
    letter-spacing: 0.54px;
}

.remove {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #8C8C8C;
    text-align: center;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.8%;
    letter-spacing: 0.22px;
    gap: 10px;
}

.total {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;

}

.total-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.total h2 {
    color: #000;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 1.85px;
}

.total span {
    color: #000;
    text-align: center;

    font-family: "Playfair Display";
    font-size: 37px;
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.85px;
}


.total,
.button-all-foxes {
    margin-top: auto;
}



@media(max-width:852px) {
    .footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .logo-footer {
        justify-content: center;
        align-items: center;
    }

    .information {
        justify-content: center;
        align-items: center;
    }

    .information p {
        text-align: center;

    }

    .navigation {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }
}

@media(max-width:645px) {
    .header-menu {
        display: none;
    }

    .point3 {
        display: flex;
    }

    .button-all-foxes a {
        width: min(100%, 490px);

    }



    body:has(#menu:target) .header-menu {
        top: 0;
    }

    body:has(#menu:target) .overlay {
        opacity: 1;
    }


    .header-menu {
        transition: top 0.5s;
        position: fixed;
        top: -100vh;
        right: 0;
        left: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        backdrop-filter: blur(6px);
        z-index: 5;
        background: rgba(0, 0, 0, 0.75);
    }

    .header-menu li {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .header-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .close {
        display: block;
        padding-bottom: 47px;
        cursor: pointer;
    }

    .logo-header-menu {
        display: block;
        padding: 15px;
    }

    .cart-window {
        width: 100vw;
        gap: 40px;
        height: auto;
        max-height: 100vh;

    }

    .total,
    .button-all-foxes {
        margin-top: 0;
    }
}

@media(max-width:525px) {
    .navigation {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}