.nav.menu .parent li {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 18px;
}

.menu>.parent>.nav-child>.parent {
    margin-bottom: 0;
}

.menu>.parent>.nav-child>.parent::after {
    top: calc(50% - 6px);
}

.nav-child>.parent>.nav-child>li:not(:last-child) {
    margin-bottom: 0;
}

.popular-item__img img {
    border-radius: 8px 8px 122px 0px;
    max-width: 300px;
}

.popular-item__info {
    min-height: 181px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-descript .descriptions__title {
    margin-right: 0;
}

.product-descript .descriptions__text,
.product-descript .descriptions__title {
    width: 100%;
}

.product-descript__slider.remove-product-slider {
    display: none;
}

.about-us-page .our-story__container {
    align-items: flex-start;
}

.popular-container .popular__slider .swiper-slide,
.all-products__item,
.products-item {
    text-decoration: none;
}

.popular .main-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group .input {
    outline-color: transparent;
}

.contact-us__phones::before {
    top: 5px;
}

.contact-us__info .contact-us__phones {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.contact-us__phones .contact-us__tel {
    padding: 0;
}

.contact-us__info .contact-us__phones.border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.all-products__item.products__item-5.last-item .all-products__images .all-products__stroke {
    left: -80px;
    bottom: 135px;
}

.header-mobile.header-active-stat .nav-container.nav-active-stat .nav .menu .item-102.parent:hover::after, 
.header-mobile.header-active-stat .nav-container.nav__desktop-active .nav .menu .item-102.parent:hover::after, 
.header-mobile.header__desktop-active .nav-container.nav-active-stat .nav .menu .item-102.parent:hover::after, 
.header-mobile.header__desktop-active .nav-container.nav__desktop-active .nav .menu .item-102.parent:hover::after,
.header-mobile.header-active-stat .nav-container.nav-active-stat .nav .menu .item-211.parent:hover::after, 
.header-mobile.header-active-stat .nav-container.nav__desktop-active .nav .menu .item-211.parent:hover::after, 
.header-mobile.header__desktop-active .nav-container.nav-active-stat .nav .menu .item-211.parent:hover::after, 
.header-mobile.header__desktop-active .nav-container.nav__desktop-active .nav .menu .item-211.parent:hover::after {
    right: -15px;
}

.form-block .form-container__title,
.form-block .main-subtitle {
    position: relative;
    z-index: 1;
}

.header-mobile.active-nav-height .menu .item-211.parent::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../images/main-screen/icons/arrow-down.svg');
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: auto;
    top: 13px;
    right: 35px;
    opacity: .5;
    transform: rotate(0deg);
}

.header-mobile.active-nav-height .nav-container.nav-container__active .menu .item-211.parent:hover::after {
    opacity: 1;
    transform: rotate(180deg);
}

.header-mobile .menu>.item-211.parent::after, .item-211.parent:hover::after {
    right: 60px;
}

.header.header-active-stat .nav-active-stat .menu .parent, li,
.header.header__desktop-active .menu .parent, li {
    width: fit-content; 
}

.header.header-active-stat .nav-active-stat .menu .parent li,
.header.header__desktop-active .menu .parent li {
    width: inherit;
}

.header.header-active-stat .nav-active-stat .menu,
.header.header__desktop-active .menu {
    gap: 20px;
}

.categories .categories__items {
    align-items: inherit;
}

.categories .categories__items .popular-item {
    display: flex;
    flex-direction: column;
}

.categories .categories__items .popular-item .popular-item__info {
    height: 100%;
}


.search-sections .search-results .search-results__box.popular-item .popular-item__img--default {
    padding: 20px;
}

.search-sections .search-results .search-results__box.popular-item .popular-item__img--default img {
    width: 100%;
    min-height: 220px;
    object-fit: contain;
}

.search-sections .search-results .search-results__box.popular-item .popular-item__info {
    width: 100%;
}

.header .nav .menu>.parent>.nav-child>.parent::after {
    right: 14px;
}

/* .main-screen::before {
    background-image: url('../images/main-screen/gradient2-new-year.svg');
} */

@media (max-width: 1670px) {
    .header-mobile.header-active-stat .nav-container.nav-active-stat .nav .nav-child>.parent:hover>.nav-child {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1440px) {
    .categories__items {
        justify-content: space-between;
        gap: 10px;
    }
    .categories__items .popular-item {
        margin-right: 0;
    }
}

/* @media (max-width: 575px) {
    .main-screen::before {
        background-image: url('../images/main-screen/gradient-mob-new-year.svg');
    }
} */

/* NEW Styles for STORE START */
.store [aria-label="Breadcrumbs"] {
    margin-bottom: 24px;
}
.store .categories__descript {
    text-align: center;
}
.store .categories__container {
    margin-top: 23px;
}
.store .categories-controls {
    margin-bottom: 30px;
}
.store .categories-show__link {
    display: none;
}

.store .product-descript__container {
    border-bottom: 0;
}

.store .product-descript .descriptions {
    margin-bottom: 20px;
}

.store .prices {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.store .price {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 16px 24px;
    color: #2F3744;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 210px;
    width: 100%;
}

.store .price span {
    font-weight: 400;
    line-height: 100%;
}

.store .price span:first-child {
    font-size: 14px;
}

.store .price span:last-child {
    font-size: 24px;
    font-family: 'Copperplate', sans-serif;
}

.store .product-descript__links .main-button--transparent {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #2F3744;
    text-transform: uppercase;
    padding-left: 12px;
}

.store .product-descript__links .main-button--transparent::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../images/main-screen/icons/arrow-down.svg');
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.store .product-descript__links .main-button--transparent:hover {
    color: #159b53;
}

.store .product-descript .main-button.callback-form-store {
    background: linear-gradient(180deg, #3ef994 0%, #159b53 83.33%);
    text-transform: uppercase;
}

.store .product-descript .main-button.callback-form-store:hover {
    background: transparent;
    border: 2px solid #159b53;
}

.store .extra-description h2 {
    font-family: 'Copperplate', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2F3744;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 10px 20px;
    background-color: #f2f6f9;
}

.store .product-descript .descriptions__block {
    margin-bottom: 0;
    padding: 12px 20px 6px 20px;
}

.store .product-descript .descriptions__title {
    font-size: 14px;
}

.store .product-descript .descriptions__text {
    font-size: 14px;
}


.store .popular__slider {
    margin-bottom: 40px;
}

.store .popular .main-title {
    margin-bottom: 40px;
}

.store .popular.related .main-button {
    display: none;
}
.store .related .popular__slider {
    margin-bottom: 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #EDEDED;
}

.store .related .popular-slider__controls {
    display: none;
}

.store .product-descript__slider-block .slider-preview-img {
    width: 100%;
    height: auto;
}

.store .form-group.form-group--mb {
    margin-bottom: 20px;
}

.store .form-group input[type="number"]::-webkit-inner-spin-button,
.store .form-group input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.store .form-group textarea.input {
    min-height: 100px;
    resize: none;
    border-radius: 27px;
}

.store .form-group textarea + .label {
    top: 15px;
}

.store .pop-up__form-block .form-group textarea+.label.label-active,
.store .pop-up__form-block .form-group textarea:focus+.label {
    transform: translateY(-12px);
}

.store .pop-up__container {
    visibility: hidden;
}

.store .pop-up__container.container-form.is-active {
    visibility: visible;
}

.store .message-text {
    text-align: center;
}

.store .pop-up__title {
    margin-bottom: 10px;
}

.d-none {
    display: none;
}

@media (max-width: 982px) {
    .header-mobile.header__desktop-active .nav-container.nav__desktop-active .nav {
        width: inherit;
    }
}

@media (max-width: 768px) {
    .menu>.parent>.nav-child>.parent::after {
        top: calc(50% - 8px);
    }
}

@media (max-width: 575px) {
    .store .container-form-store .pop-up__content {
        padding: 37px 20px;
    }
    .store .container-form-store .form-group.form-group--mb {
        margin-bottom: 10px;
    }
    .store .container-form-store .pop-up__form-block .form-group--margin {
        margin-bottom: 20px;
    }
    .store .container-form-store .pop-up__form-block .form-group {
        width: 100%;
    }
    .store .container-form-store .pop-up__form-block .form-group .input {
        width: 100%;
    }
    .store .container-form-store .pop-up__form .main-button {
        padding: 14px 0;
    }
    .store .form-group textarea.input {
        max-height: 75px;
    }
}
/* NEW Styles for STORE END */