.home-logo {
    pointer-events: none;
    cursor: default;
}
.header-main {
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.home-header {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
header:not(.home-header) .header-main__logo svg path {
    fill: var(--nature_0);
}
.page-template-page-about header .header-main__logo svg path {
    fill: var(--neutral_100);
}
.page-template-page-about header.fixed-header .header-main__logo svg path {
        fill: var(--nature_0);
}
.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main__navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-main__navigation li:not(:last-child) {
    margin-right: 50px;
}
.header-main__navigation a {
    font-size: 16px;
    font-weight: 300;
    line-height: 18.38px;
    text-align: left;
    text-transform: uppercase;
    color: var(--neutral_40);
}
.header-main__logo {
    display: flex;
}
.header-main__buttons {
    display: flex;
    align-items: center;
}
.header-main__buttons .circle-btn {
    margin-left: 16px;
}
.home-header .header-main__navigation a {
    color: var(--neutral_90);
}
.home-header .header-main__navigation a:hover {
    border-bottom-color: var(--neutral_70);
    color: var(--neutral_70);
}
.home-header .header-main__navigation a {
    color: var(--neutral_90);
}
.home-header .header-main__navigation a:hover {
    border-bottom-color: var(--neutral_100);
    color: var(--neutral_100);
}
.header-main__navigation a:hover {
    border-bottom-color: var(--neutral_40);
}
.header-main__navigation a:active {
    border-bottom-color: transparent;
}
.home-page .header-main__navigation a:active {
    border-bottom-color: var(--neutral_60);
    color: var(--neutral_60);
}
.home-header .header-main__navigation a:active {
    border-bottom-color: var(--neutral_60);
    color: var(--neutral_60);
}
.page-template-page-about .header-main__navigation a {
    color: var(--neutral_90);
}
.page-template-page-about .header-main__navigation a:hover {
    border-bottom-color: var(--neutral_70);
    color: var(--neutral_70);
}
.page-template-page-about .header-main__navigation a:active {
    border-bottom-color: var(--neutral_60);
    color: var(--neutral_60);
}
.page-template-page-about .fixed-header .header-main__navigation a {
    color: var(--neutral_40);
}
.page-template-page-about .fixed-header .header-main__navigation a:hover {
    border-bottom-color: var(--neutral_70);
    color: var(--neutral_40);
}
.page-template-page-about .fixed-header .header-main__navigation a:active {
    border-bottom-color: var(--neutral_60);
    color: var(--neutral_40);
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; /* Можно изменить цвет */
    z-index: 100; /* Убедись, что шапка выше остального контента */
}
.home-header.fixed-header {

}
.wpfMainWrapper {
    position: relative;
}
.shop-controls .wpfClearButton.wpfButton {
    position: absolute;
    right: 0;
    top: -15px;
    width: auto;
    background: none;
    color: #B7B3AE;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    min-height: auto;
    text-transform: none;
}
.shop-controls .wpfFilterButton.wpfButton {
    background: transparent;
    border: 1px solid var(--neutral_30);
    color: var(--neutral_30);
    font-size: 16px;
    font-weight: 300;
    line-height: 18.38px;
    text-align: left;
    outline: none;
    box-shadow: none;
    padding: 9px 20px;
    border-radius: 200px;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    width: 100%;
    min-height: auto;
}
#wpfBlock_2, #wpfBlock_3, #wpfBlock_4, #wpfBlock_5, #wpfBlock_6, #wpfBlock_7 {
    width: auto!important;
}
.shop-controls .wpfFilterTitle {
    width: auto;
    display: flex;
}
.shop-controls .wpfFilterWrapper i, .shop-controls .wpfFilterWrapper svg {
    margin-left: 10px;
}
.header-main {
    transition: all 0.2s;
}
.popup-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.6s;
    visibility: hidden;
}
.popup-search__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}
.popup-menu__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}
.popup-login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.6s;
    visibility: hidden;
}
.popup-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.6s;
    visibility: hidden;
}
.filter-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.6s;
    visibility: hidden;
}
.wish-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.6s;
    visibility: hidden;
}
.popup-basket {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.6s;
    /*visibility: hidden;*/
}
.popup-login.opened {
    visibility: visible;
}
.popup-menu.opened {
    visibility: visible;
}
.filter-popup.opened {
    visibility: visible;
}
.wish-popup.opened {
    visibility: visible;
}
.popup-login.opened .popup-login__mask {
    opacity: 1;
    visibility: visible;
}
.popup-menu.opened .popup-login__mask {
    opacity: 1;
    visibility: visible;
}
.filter-popup.opened .filter-popup__mask {
    opacity: 1;
    visibility: visible;
}
.wish-popup.opened .wish-popup__mask {
    opacity: 1;
    visibility: visible;
}
.popup-menu.opened .popup-menu__mask {
    opacity: 1;
    visibility: visible;
}
.popup-login.opened .popup-login__wrapper#login {
    transform: translateX(0);
}
.filter-popup.opened .filter-popup__wrapper {
    transform: translateX(0);
}
.popup-menu.opened .popup-menu__wrapper {
    transform: translateX(0);
}
.wish-popup.opened .wish-popup__wrapper {
    transform: translateX(0);
}
.popup-login.opened.open-registration .popup-login__wrapper#login {
    transform: translateX(800px);
}
.popup-login.opened.open-registration .popup-login__wrapper#registration {
    transform: translateX(0);
}
.popup-login__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}
.filter-popup__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}
.wish-popup__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}
.popup-basket__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    transition: all 0.6s;
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
.popup-login__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 769px;
    background: var(--neutral_100);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 75px;
    transform: translateX(800px);
    transition: all 0.6s;
}
.popup-menu__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 479px;
    background: var(--neutral_100);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    transform: translateX(800px);
    transition: all 0.6s;
}
.popup-menu__wrapper .header-main__logo svg path {
    fill: #4A5016;
}
.filter-popup__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 606px;
    background: var(--neutral_100);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 75px;
    transform: translateX(-606px);
    transition: all 0.6s;
}
.wish-popup__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1050px;
    background: var(--neutral_100);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 75px;
    transform: translateX(1050px);
    transition: all 0.6s;
}
.popup-basket__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1050px;
    background: var(--neutral_100);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 75px;
    /*transform: translateX(800px);*/
    /*transition: all 0.6s;*/
}
.popup-basket__title {
    font-family: 'Masvol', sans-serif;
    font-size: 56px;
    line-height: 64.4px;
    text-align: left;
    text-transform: uppercase;
}
.filter-popup__title {
    font-family: 'Masvol', sans-serif;
    font-size: 56px;
    line-height: 64.4px;
    text-align: left;
    text-transform: uppercase;
}
.popup-login__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.filter-popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.wish-popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}
.popup-basket__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.popup-login__close {
    width: 24px;
    height: 24px;
    margin-left: 14px;
    background: url("../../images/global/close_l.svg") no-repeat center center;
    cursor: pointer;
    transition: all 0.2s;
}
.popup-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.close-menu {
    width: 24px;
    height: 24px;
    margin-left: 14px;
    background: url("../../images/global/close_l.svg") no-repeat center center;
    cursor: pointer;
    transition: all 0.2s;
}
.filter-popup__close {
    width: 24px;
    height: 24px;
    margin-left: 14px;
    background: url("../../images/global/close_l.svg") no-repeat center center;
    cursor: pointer;
    transition: all 0.2s;
}
.wish-popup__close {
    width: 24px;
    height: 24px;
    margin-left: 14px;
    background: url("../../images/global/close_l.svg") no-repeat center center;
    cursor: pointer;
    transition: all 0.2s;
}
.popup-basket__close {
    width: 24px;
    height: 24px;
    margin-left: 14px;
    background: url("../../images/global/close_l.svg") no-repeat center center;
    cursor: pointer;
    transition: all 0.2s;
}
.popup-login__close:hover {
    opacity: 0.7;
}
.filter-popup__close:hover {
    opacity: 0.7;
}
.popup-login__title {
    font-family: 'Masvol', sans-serif;
    font-size: 56px;
    line-height: 64.4px;
    text-align: left;
    color: var(--neutral_20);
    text-transform: uppercase;
}
.wish-popup__title {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.popup-login__clear {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20.68px;
    text-align: right;
    color: var(--neutral_70);
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.popup-login p {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 27.32px;
    text-align: left;
    margin-bottom: 44px;
    margin-top: 0;
}
.popup-login form {
    width: 100%;
}
.popup-login__registration {
    position: absolute;
    left: 75px;
    bottom: 75px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20.68px;
    text-align: left;
}
.popup-login__registration p {
    margin-bottom: 0;
}
.popup-login__registration a {
    color: var(--intuition_0);
}
.popup-login__registration a:hover {
    opacity: 0.7;
}
.popup-search__wrapper {
    background: var(--neutral_100);
    position: relative;
    z-index: 20;
    padding: 13px 0;
    transition: all 0.6s;
    transform: translateY(-100px);
}
.popup-search__result .product-item:not(:last-child) {
    margin-bottom: 12px;
}
.popup-search__result .product-item a {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    text-align: left;
    color: #1A1A1A;
}
.popup-search__result .product-item a:hover {
    opacity: 0.7;
}
.popup-search__result-wrapper {
    padding: 24px 0;
    background: var(--neutral_100);
    border-top: 1px solid #CCCCCC;
    opacity: 0;
    z-index: 19;
    position: relative;
}
.popup-search__result-wrapper.visible {
    opacity: 1;
}
.popup-search.opened {
    visibility: visible;
}
.popup-search.opened .popup-search__mask {
    opacity: 1;
    visibility: visible;
}
.popup-search.opened .popup-search__wrapper {
    transform: translateY(0);
}
.popup-search__wrapper form {
    display: flex;
    align-items: center;
}
.popup-search__wrapper form .form-group {
    margin-bottom: 0;
}
.popup-search__icon {
    width: 24px;
    height: 24px;
    margin-right: 14px;
    background: url("../../images/global/popup-search.svg") no-repeat center center;
}
.popup-search__close {
    width: 32px;
    height: 32px;
    margin-left: 14px;
    background: url("../../images/global/close.svg") no-repeat center center;
    cursor: pointer;
}
.popup-search__wrapper input {
    border-bottom-color: transparent;
}
.popup-search__wrapper input::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20.68px;
    text-align: left;
    text-transform: uppercase;
    color: #999999;
}
.popup-search__wrapper input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20.68px;
    text-align: left;
    text-transform: uppercase;
}
.admin-bar .popup-search {
    top: 32px;
    height: calc(100% - 32px);
}
.breadcrumbs {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 41px;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.38px;
    text-align: left;
    text-transform: uppercase;
}
.breadcrumbs li a {
    color: var(--neutral_70);
}
.breadcrumbs li a:hover {
    color: var(--neutral_40);
}
.breadcrumbs li .separator {
    color: var(--neutral_70);
    margin: 0 9px;
}
.burger {
    display: none;
}

@media screen and (max-width: 1900px) {
    .header-main__logo {
        max-width: 90px;
    }
    .header-main__navigation a {
        font-size: 14px;
    }
    .header-main__navigation li:not(:last-child) {
        margin-right: 24px;
    }
    .btn {
        font-size: 14px;
        padding: 9px 20px;
    }
    .circle-btn {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 800px) {
    .circle-btn {
        width: 30px;
        height: 30px;
    }
    .burger svg {
        width: 35px;
        height: 35px;
    }
    .header-main__buttons .circle-btn {
        margin-left: 10px;
    }
    .header-main__buttons .btn-white {
        width: 30px;
        height: 30px;
        padding: 0;
        background: var(--neutral_90) url("../../images/person.svg") no-repeat center center;
        display: block;
    }
    .header-main__buttons .btn-white span {
        display: none;
    }
    .popup-login__wrapper {
        padding: 50px 20px;
    }
}