body div.information-block {
    border: 2px solid #9d65a9;
    margin: 7rem auto 0;
    padding: 2.5rem;
    border-radius: 10px;
}

.middle-header .btn {
    padding: 0 10px;
}

.mobile-menu-body .open-popup.btn {
    width: 100%;
    max-width: 336px;
    justify-content: center;
}

.neighboring-cities a {
    margin-right: 10px;
    color: #888;
    transition: .2s;
    white-space: nowrap;
}

.neighboring-cities a:hover, .neighboring-cities a:visited:hover {
    color: #ea47bf;
}

.neighboring-cities a:visited {
    color: #888;
}

.main-banner-promo {
    background-image: url(/wp-content/themes/init/img/promo.webp);
    width: 195px;
    height: 64px;
    display: flex;
    color: #ff4465 !important;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-top: 15px;
    white-space: nowrap;
}

section.single .wrapper .single-body .single-image div.product-image-wrapper {
    flex-direction: row;
}
@media (max-width: 1024px) {
    section.single .wrapper .single-body .single-image .product-image-wrapper div.product-thumbnails {
        display: none;
    }
}
section.single .wrapper .single-body .single-image .product-image-wrapper div.product-thumbnails {
    flex-direction: column;
    margin-right: 15px;
}
@media (max-width: 1024px) {
    section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow {
        opacity: 1 !important;
    }
}
section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow {
    /*opacity: 1 !important;*/
    border: 1px solid #ea47bf !important;
    background: rgba(255, 255, 255, 0.7) !important;
}
section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow > .icon {
    color: #ea47bf;
}
.product-main-slider img {
    object-fit: cover;
}

section.single .wrapper .single-body {
    border: none;
}

section.single .wrapper .single-body .single-image .product-image-wrapper .product-thumbnails .image {
    height: 7rem !important;
    width: 7rem !important;
    margin: 0.5rem 0 !important;
}
section.single .wrapper .single-body .single-image .product-image-wrapper .product-thumbnails .image.active {
    box-shadow: 0 0 0 1px #ed5ec7 !important;
}

body .simple-accord .accord-item .accord-header .title {
    font-size: 1.5rem;
}

.new-badge {
    background: #ea47bf;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

#menu-primary > .menu-third.menu-item-has-children {
    position: initial !important;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu {
    position: absolute;
    left: 50%;
    width: var(--container);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: -1;
    grid-column-end: -2;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product {
    margin: 0 1em 1em 0;
    border-radius: 0.7rem;
    border: none;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product:hover .actions {
    display: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .image-wrapper .image {
    height: 15rem;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .image-wrapper .image:hover {
    background-color: transparent;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .title {
    font-size: var(--fz-smaller);
    padding: 0;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .title:hover {
    background-color: transparent;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .product-meta {
    display: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .content-wrapper {
    padding: 0 3rem 1.5rem 3rem;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .actions a {
    color: #fff;
    font-weight: 500;
    display: flex;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .actions a:hover {
    background: var(--light);
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .description {
    display: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li.random .product .badges-wrapper a:hover {
    background: transparent;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > li {
    /*width: 25%;*/
}
#menu-primary > .menu-third.menu-item-has-children.current-menu-item > a:before {
    content: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children > a {
    font-weight: bold;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children > a:hover {
    background: none;
    cursor: default;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children a::after {
    content: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu {
    position: initial !important;
    transform: none;
    box-shadow: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.additional-products-title {
    margin-bottom: 15px !important;
    font-weight: 500;
    color: var(--text-grey);
    line-height: 1;
}
.additional-products {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.additional-products > .product {
    width: calc(25% - 1rem);

    border-radius: var(--rad);
    border: 1px solid var(--border);
}

.additional-products > .product:hover {
    cursor: pointer;
    border-color: var(--theme);
    box-shadow: 0 0 0 1px var(--theme) inset;
}
.additional-products > .product .image-wrapper {
    margin: 0 !important;
    padding: 1rem 1rem 0 1rem;
}
.additional-products > .product .image-wrapper img {
    height: 100px;
    width: auto;
    object-fit: cover;
}
.additional-products > .product .content-wrapper {
    padding: 0 1rem 1rem 1rem;
}
.additional-products > .product .content-wrapper .title {
    font-size: var(--fz);
}
.additional-products > .product .price-block {
    justify-content: center;
}
.additional-products > .product .current-price {
    font-weight: 500;
    color: var(--text-grey);
    line-height: 1;
    font-size: 1rem !important;
}
.badges-wrapper {
    position: absolute;
    left: 10px;
    z-index: 9;
    top: 1em;
}
.badges-wrapper .badge:first-child {
    margin-bottom: 10px;
}
.btn.badge {
    height: 2rem;
}
.btn.badge a {
    color: #fff !important;
    padding: 0 10px;
}
body .product:hover {
    z-index: 10;
}
/* header menu */
header.site-header {
    z-index: 11 !important;
}

header.site-header .bottom-header .wrapper nav > ul > li.highlight > a {
    background: #EA47BF;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

header.site-header .bottom-header .wrapper nav > ul > li.highlight:hover > a,
header.site-header .bottom-header .wrapper nav > ul > li.highlight > a:hover {
    color: #fff;
    background: #ED5EC7;
}

/*header.site-header .bottom-header .wrapper nav > ul > li:first-child ul {*/
/*    left: 0 !important;*/
/*    transform: translateX(0) !important;*/
/*    right: unset !important;*/
/*}*/

header.site-header .bottom-header .wrapper nav > ul > li:last-child ul {
    /*left: 0 !important;*/
    /*transform: translateX(0) !important;*/
    /*right: 0 !important;*/
}
/* header menu */

/* home categories */
a.category .new-badge {
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
}

body .categories-grid a.category {
    border-radius: 0.7rem;
    border: none;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 100%; 
    margin-top: 1em ;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

body .categories-grid a.category .image {
    margin-bottom: 1.8rem;
}
body .categories-grid a.category .image img {
    object-fit: cover;
    border-radius: 0.7rem 0.7rem 0 0;
}
body .categories-grid a.category .category-content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}
body .categories-grid a.category:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.categoriesSwiper{
    padding-left: 5px;
    padding-right: 5px;
}




.categoriesSwiper .swiper-button-next, .categoriesSwiper .swiper-button-prev {
    background: #fff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
    border-radius: .7rem;
    --swiper-navigation-size: 40px;
    width: calc(var(--swiper-navigation-size));
    margin-top: calc(-9px - var(--swiper-navigation-size) / 2);
  }


  
.categoriesSwiper .swiper-button-next::after, .categoriesSwiper .swiper-button-prev::after {
    --swiper-navigation-size: 24px;
  
    color: var(--theme);
  
  }
@media (min-width: 1025px) {
    body .categories-grid a.category {
        margin: 1em;
        width: calc((100% / 6) - 2em);
        max-width: calc((100% / 6) - 2em);
    }
}
body .categories-grid .swiper .swiper-slide a.category {
    width: 100%;
    max-width: 100%; 
}
/* home categories */


/* category banner */
.page-header.category-banner {
    padding-bottom: 0;
    padding-top: calc(var(--padding-bg) * 3);
    margin-bottom: var(--padding-bg);
    background-size: cover; background-position: center;
}
.page-header.category-banner .article-sm {
    background-color: #fff;
    padding: 3rem 3rem 1.5rem 3rem;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.page-header.category-banner .article-sm:before,
.page-header.category-banner .article-sm:after {
    content: '';
    display: block;
    position: absolute;
}
.page-header.category-banner .article-sm:before {
    height: 20px;
    width: 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom: 9px solid #fff;
    border-right: solid 9px #fff;
    bottom: -8px;
    left: -12px;
    z-index: 9;
}
.page-header.category-banner .article-sm:after {
    height: 20px;
    width: 20px;
    border-bottom-left-radius: 20px 20px;
    border-bottom: 9px solid #fff;
    border-left: solid 9px #fff;
    bottom: -9px;
    right: -11px;
    z-index: 9;
}
@media (max-width: 768px) {
    .page-header.category-banner .container {
        margin: 0;
        width: calc(100% - 2rem)
    }
    .page-header.category-banner .article-sm {
        border-top-left-radius: 0;
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
}
/* category banner */

.tabs-top-wrapper {
    display: flex;

}

.tabs-top-tab {
    cursor: pointer;
    /*border: 1px solid;*/
    margin-bottom: 1em;
    margin-right: 1em ;
    padding: 10px;
    /*display: none;*/
}

.tabs-top-tab.active {
    background: #EA47BF;
    color: #fff;
    border-radius: 15px;
}

.tabs-bottom-wrapper .accord {
    display: none;
}

.tabs-bottom-wrapper .accord.active {
    display: block;
}






/* filter */
.filter-catalog {
    display: flex;
}

.filter {

    min-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.children-cont {
    display: flex;
    flex-direction: column;
}

.children-cont li {
    padding-left: 15px;
}

.rotate-icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.filter svg {
    position: relative;
    top: 8px;
    font-size: 15px;
}

.has-children {
    font-size: var(--h5);
    color: black !important;
    justify-content: space-between;
    display: flex;
    max-width: 200px;

}

.slider-tooltip {
    position: absolute;
    z-index: 1000000;
    bottom: 100%;
    transform: translateY(-2px);
    background: white;
    border: 1px solid lightgrey;
    padding: 5px;
}

.ui-widget-header {
    background-color: var(--theme);
}

#priceFilter > input[type=submit] {
    height: var(--field);
    font-size: var(--fz);
    align-items: center;
    text-align: center;
    padding: 0px 10px;
    margin: 20px 0px;
    border-radius: var(--rad-sm);
    border: 1px solid transparent;
    background: var(--theme);
    color: #fff;
    font-weight: 500;
    --btn-border: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    width: 90%;
    --loading-color-1: rgba(255, 255, 255, 0.2);
    --loading-color-2: #fff;
}

.price-filter {
    font-size: var(--h5);
    color: black !important;
    justify-content: space-between;
    display: flex;
    max-width: 200px;
}

@media (max-width: 1000px) {
    .filter-catalog {
        flex-direction: column;
    }

    .filter {
        margin-bottom: 40px;
    }
}

#priceFilter {
    border-radius: 15px;
    border: 1px solid #d3d3d380;
    width: 90%;
    padding: 20px;
    background-color: white;
    gap: 30px;
}

.filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 0;
    padding-top: 10px;
    bottom: 0;
    overflow-y: auto; /* для скролла, если контент не влезает в высоту */
    transition: left 0.3s ease;
}

@media (max-width: 400px) {
    .filter {
        max-width: 300px !important;
        min-width: 300px !important;
    }
}

/* Общий стиль кнопки */
.toggle-filter-btn {

    transition: left 0.3s ease;

    background-color: transparent;
    border: none;
    z-index: 1000;
    cursor: pointer;
}


.attribute-parent > label {
    font-size: var(--h5);
    color: black !important;
    justify-content: space-between;
    display: flex;
    max-width: 200px;

}

.arrow2::before {
    transform: rotate(45deg);
}

.arrow2::after {
    top: 12px;
    transform: rotate(-45deg);
}

/* Анимация пульсации */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* Скрываем стандартный чекбокс */
#attributes input[type="checkbox"] {
    display: none;
}

/* Стиль для псевдо-чекбокса */
#attributes input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#attributes input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
}

#attributes input[type="checkbox"]:checked + label::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #ea47bf;
}

/* Стиль для галочки */
#attributes input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.slider-tooltip {
    display: none;
}

.inputs-price {
    display: flex;
    justify-content: space-between;
}

.inputs-price input {
    width: 100px;
    padding: 10px 5px;

    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 10px;
}

#priceFilter > a {
    display: none;
}

.toggle-children {
    max-width: unset !important;
}

#toggleFilter {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    cursor: pointer;
}

.filter {
    display: none;

}

#priceFilter {
    z-index: 9;
}

@media (min-width: 1300px) {
    #priceFilter {
        z-index: 9;
    }

    .filter {
        z-index: 9;
        display: flex;
    }

    #priceFilter > a {
        display: inline-block;
        padding: 5px;
    }

    #priceFilter {
        border: 0;
    }

    .attribute-parent {
        padding-right: 25px;
        padding-left: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 4px;
        border: 1px solid lightgrey;
    }

    .attribute-children {
        margin-top: 10px;
        position: absolute;
        background-color: white;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid lightgrey;
    }

    .price-filter {
        font-size: 16px;
    }

    .attribute-parent > label {
        width: 120px;
        cursor: pointer;
        font-size: 16px;
    }

    .filter {
        height: unset;
    }

    #priceFilter > input[type=submit] {
        width: 130px;
        height: 37.2px;
    }

    .attribute-parent > label {
        ma-width: 110px;
    }

    .filter svg {
        left: 20px;
    }

    #attributes {
        display: flex;
        width: calc(100% - 300px);
        justify-content: space-around;
    }

    #priceFilter {
        width: 100%;
        display: flex;

        align-items: center;
    }

    #priceFilter > div:nth-child(1) {
        width: 220px;
    }

    .filter-catalog {
        flex-direction: column;
    }

    .filter {
        position: unset;
        max-width: unset;
    }

    #toggleFilter {
        margin-bottom: 5px;
        visibility: hidden;
        display: none;
    }
}

.arrow2 {
    width: 24px;
}

.arrow2 svg {
    width: 40px;
}

/* filter */

.card-highlight {
    box-shadow: 0px 10px 15px 0px rgb(237, 94, 199) !important;
    border: 1px solid rgb(237, 94, 199) !important;
}

section.about .wrapper .row .image {
    border-radius: 15px;
}

section.about .wrapper .row .image img {
    object-fit: cover;
}


/* валюты */
header.site-header div.top-header .wrapper .left-block > *:not(:last-child) {
    margin-right: 2rem;
}
header.site-header div.mobile-header .wrapper .right-block > *:not(:last-child) {
    margin-right: 0.5rem;
}
.icon-coin:before {
    content: "\01FA99";
}

.select-currency {
    position: relative;
}
.currencies {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid var(--border);
    width: 135px;
    text-align: center;
    flex-direction: column;
    margin-top: 5px;
    border-radius: var(--rad);
}
.currencies a {
    color: #000;
}
.currencies a:hover {
    color: #EA47BF;
}
.currency-mobile {
    position: relative;
}
.currencies-mobile {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid var(--border);
    width: 58px;
    text-align: center;
    flex-direction: column;
    margin-top: 5px;
    border-radius: var(--rad);
}
.currencies-mobile a {
    color: #000;
}
.currencies-mobile a:hover {
    color: #EA47BF;
}
.hidden {
    display: none;
}

@media (max-width: 767.99px) {
    body .site-branding img {
        height: auto;
        max-width: 90px;
    }
}

.payment-methods .icons img {
    width: 5rem;
}
footer.site-footer .bottom-footer .payment-methods .icons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 5px;
    column-gap: 5px;
}


section.single .wrapper .single-sidebar .single-sidebar-content-wrapper {
    height: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

ul.map-list ul {
    margin-top: 25px;
}


.wrapper-product-detail {
    align-items: flex-start;
}

.wrapper-product-detail .comments-list.article-bg {
    height: 140px;
}

body .catalog {
    width: 100%;
}

.product-social {
    display: flex;
    gap: 15px;
}

.product-social__heading {
    font-size: 18px;
    font-weight: 500;
}



@media (max-width: 1024px) {

    .wrapper-product-detail .comments-list.article-bg {
        height: auto;
    }

}

@media (max-width: 768px) {

    .product-social {
        flex-direction: column;
    }

}