@media screen and (max-width: 1140px) {
    .parfume__wrap{
        flex-direction: column;
    }
    .parfume__left,
    .parfume__right{
        max-width: none;
}
.parfume__left-desc{
    word-break: break-all;
}
}


@media screen and (max-width: 770px) {
    .header__nav-list{
        gap: 45px;
    }
    .banner__link{
        max-width:  189px;
        padding: 21px;
    }
}


@media screen and (max-width: 640px) {
    .header__nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .header__nav-logo {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .header__nav-logo img {
        max-width: 120px;
        height: auto;
    }
    
    .header__nav-list {
        display: flex;
        flex-direction: row;
        gap: 35px;
        text-align: center;
        margin: 0 !important;
        justify-content: center;
    }
    
    .header__nav-list a {
        font-size: 17px;
    }
    
    .header__actions {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
          margin-left: 25px;
    }
    
    .icon {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 500px) {
    .header__nav-list{
        gap: 60px;
    }
}

@media screen and (max-width: 600px) {
    .banner__wrap {
        gap: 18px;
    }

    .banner__title {
        font-size: 42px; 
    }

    .banner__link {
        font-size: 16px;
        padding: 12px 20px;
        max-width: 150px;
    }
}




@media screen and (max-width: 600px) {
    .footer {
        padding: 40px 15px;
        background: #2D2D2D;
        text-align: center;
        color: #fff;
    }

    .footer__nav {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .footer__nav-logo img {
        max-width: 120px;
        margin-bottom: 10px;
        transition: transform 0.2s;
    }

    .footer__nav-logo img:hover {
        transform: scale(1.05);
    }

    .footer__nav-list {
        flex-direction: column;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

    .footer__nav-list a {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .footer__actions {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 10px;
    }

    .footer__actions img {
        width: 25px;
        height: 25px;
        cursor: pointer;
        transition: transform 0.2s, opacity 0.2s;
    }

    .footer__actions img:hover {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
