.all-product-ua #item-1675008723751 {
    display: none !important;
}

.cat-col-text-standart,
.cat-col-text-aria,
.cat-col-text-eleganza,
.cat-col-text-rama {
    display: none !important;
}
.ba-blog-editing .cat-col-text-standart,
.ba-blog-editing .cat-col-text-aria,
.ba-blog-editing .cat-col-text-eleganza,
.ba-blog-editing .cat-col-text-rama {
    display: block !important;
}

body.standart-collection .cat-col-text-standart,
body.aria-collection .cat-col-text-aria,
body.eleganza-collection .cat-col-text-eleganza,
body.rama-collection .cat-col-text-rama {
    display: block !important;
}
/**------Title-Начало------*/
.category-title .intro-post-title-wrapper {
    position: absolute;
    top: 300px;
    left: 25px;
    z-index: 2;
}
.intro-post-info {
    display: none!important;
}
/**------Title-Конец------*/

/* Pros Badge - Начало */
.badge-items {
    display: flex;
    position: absolute;
    left: 16px;
    bottom: 16px;
    gap: 16px;
    flex-direction: column;
}
.badge-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 30px;
    transition: max-width 1s ease;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 5px;
    height: 30px;
    padding: 8px;
}
.badge-item.deliveri {
    background-color: #363636;
    color: #fff;
}

.badge-item img {
    width: 30px; /* Размер иконки */
    flex-shrink: 0;
    opacity: 1;
}

.badge-item .badge-text {
    margin: 0 8px 0 16px;
    opacity: 0;
    font-size: 20px;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(-10px);
}

.ba-blog-post-image:hover .badge-item.puzzle {
    max-width: 174px; /* Расширяем ширину при ховере */
}
.ba-blog-post-image:hover .badge-item.deliveri {
    max-width: 300px; /* Расширяем ширину при ховере */
}

.ba-blog-post-image:hover .badge-text {
    opacity: 1; /* Текст становится видимым */
    transform: translateX(0); /* Снимаем сдвиг */
}
@media (min-width: 300px) and (max-width: 940px) {
    .ba-blog-post-image:hover .badge-item.puzzle {
        max-width: 112px;
    }
    .badge-item img {
        width: 24px;
    }
    .badge-item .badge-text {
        margin: 0 8px;
        font-size: 12px;
    }
    .badge-items {
        gap: 8px;
    }
    .badge-item {
        max-width: 24px;
        height: 24px;
        padding: 6px;
    }
}
@media (max-width: 667px) {
    .ba-blog-post-image .badge-item.puzzle {
        max-width: 112px; /* Расширяем ширину при ховере */
    }
    .ba-blog-post-image .badge-item.deliveri {
        max-width: 300px; /* Расширяем ширину при ховере */
    }
    .ba-blog-post-image .badge-text {
        opacity: 1; /* Текст становится видимым */
        transform: translateX(0); /* Снимаем сдвиг */
    }
}
/* Pros Badge - Конец */

/**------Блок-сортировки-Начало------*/
.product-in-category .ba-blog-posts-header {
    display: none;
}
.how-much-product .custom-html {
    display: flex;
}
.how-block {
    display: flex;
    padding-top: 12px;
}
.how-block p {
    font-family: "MacPawFixel";
    font-size: 16px;
    line-height: 25px;
}
.product-category .blog-posts-sorting-wrapper {
    margin-bottom: 18px;
}
.product-category .ba-blog-posts-header {
    display: none;
}
body:not(.gridbox) .product-category .blog-posts-sorting {
    display: none !important;
}
.wm-sort {
    display: flex;
    padding-top: 14px;
    padding-bottom: 40px;
    gap: 5px;
    margin-left: auto;
    margin-right: 30px;
}
.wm-sort div * {
    font-family: "MacPawFixel" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 25px !important;
}
.wm-sort .wm-current > p {
    font-size: 16px !important;
    margin-top: 0px;
    cursor: pointer;
    color: #000;
}
.wm-option {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 50px;
    right: 125px;
    background: #e2e2e2;
    padding: 22px 42px 20px 20px;
    width: max-content;
    border-radius: 2px;
    transform: translate(0px, 20px);
    transition: all 0.7s ease-in-out;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
}
.wm-option > div {
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
}
.wm-option > div:hover {
    color: #fff;
}
.wm-sort:hover .wm-option {
    opacity: 1;
    transform: translate(0px, 0px);
    pointer-events: initial;
}
.wm-sort i {
    transition: all 0.5s ease;
    transform-origin: 50% 40%;
    margin-top: 2px;
}
.wm-sort:hover i {
    transform: rotate(180deg);
}
/**------Блок-сортировки-Конец------*/

/**------Блок-Вид-товаров-Начало------*/
.ba-blog-post.ba-store-app-product .ba-blog-post-image:hover a {
    background-image: var(--product-image-0) !important;
}
.ba-blog-post.ba-store-app-product .ba-blog-post-image {
    transition: all 0.2s ease;
}
.category-view {
    display: flex;
    gap: 10px;
}
.category-view > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.category-view > div:hover {
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
}
.category-view > div i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-view > div.active {
    background: #202020;
    border: 1px solid #202020;
}
.category-view > div.active i {
    color: #fff;
}
/**------Блок-Вид-товаров-Конец------*/

/**------Product-Card-Начало--------*/
.product-in-category .ba-grid-layout .ba-blog-post:nth-child(n) {
    width: calc((100% / 3) - 2px) !important;
}
.ba-blog-post-button-wrapper {
    display: none !important;
}

.ba-blog-post-badge {
    color: #474747;
    border-radius: 2px;
    padding: 10px 18px;
    font-family: "MacPawFixel";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
    pointer-events: all;
    cursor: pointer;
}
.ba-blog-post-badge-wrapper {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.b-standart {
    position: absolute;
    top: 35px;
    right: 35px;
}
.b-switcher {
    position: absolute;
    bottom: 35px;
    right: 35px;
}
.b-rotation {
    position: absolute;
    bottom: 35px;
    right: 75px;
}
.b-icon {
    padding: 0 !important;
    background: transparent !important;
}
.b-icon img {
    opacity: 1 !important;
    width: 32px;
    height: 32px;
}
.info-badge {
    position: absolute;
    top: -69px;
    right: -26px;
    font-family: "MacPawFixel";
    display: flex;
    align-items: center;
    width: 315px;
    height: 51px;
    padding: 5px 13px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 0px 31px 13px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.info-badge:before {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 31px;
    background: url(/images/icons/polygon-badge.svg);
    width: 22.5px;
    height: 19.5px;
}
.info-badge img {
    display: flex;
    flex-grow: 1;
    min-width: 32px;
    margin-right: 11px;
}
.ba-blog-post-badge:hover .info-badge {
    opacity: 1;
    visibility: visible;
}
.list-view .info-badge {
    filter: invert(1);
}
.ba-blog-post-wishlist-wrapper {
    display: none !important;
}
.ba-blog-post-content {
    position: relative;
    padding: 0 !important;
}
.wishlist-category {
    position: absolute;
    right: 10px;
    width: 16px;
    top: 5px;
    cursor: pointer;
}

.product-in-category .ba-grid-layout {
    margin-left: 0px;
    margin-right: 0px;
}
.product-in-category .ba-grid-layout .ba-blog-post {
    margin-left: 0px;
    margin-right: 2px;
}
.product-in-category .ba-grid-layout .ba-blog-post:nth-child(3n) {
    margin-right: 0px;
}
.product-in-category .ba-grid-layout .ba-blog-post:nth-child(n) {
    margin-top: 60px !important;
}
.product-in-category .ba-grid-layout .ba-blog-post:nth-child(1),
.product-in-category .ba-grid-layout .ba-blog-post:nth-child(2),
.product-in-category .ba-grid-layout .ba-blog-post:nth-child(3) {
    margin-top: 0px !important;
}
.product-in-category.list-view .ba-grid-layout .ba-blog-post {
    margin-top: 0px !important;
}
.product-in-category .ba-blog-post-intro-wrapper {
    max-width: 340px;
}

.wishlist-category:before {
    position: absolute;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.wishlist-category:hover:before {
    opacity: 0;
}
.wishlist-category:after {
    position: absolute;
    top: 0.5px;
    content: "\e922";
    font-family: wm;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.wishlist-category:hover:after {
    opacity: 1;
}

.wm-icons-arrow-button-right {
    font-size: 13px !important;
    margin-left: 12px;
}
.ba-blog-post.ba-store-app-product .ba-blog-post-image a {
    transition: all 1s ease !important;
}
.ba-blog-post.ba-store-app-product .ba-blog-post-image:hover a {
    transform: scale(1.1) !important;
}
.product-in-category .ba-blog-post-content .ba-blog-post-intro-wrapper {
    min-height: 44px!important;
}
/**------Product-Card-Конец--------*/

/**------Product-Card-LIST-VIEW-Начало--------*/
.product-in-category.list-view .ba-blog-post {
    display: flex;
}
.product-in-category.list-view .ba-grid-layout .ba-blog-post:nth-child(n) {
    width: 100% !important;
    margin-bottom: 10px;
}
.product-in-category.list-view .ba-blog-post-content:nth-child(3) .ba-blog-post-button-wrapper {
    display: block !important;
    margin-top: auto;
}
.product-in-category.list-view .ba-blog-post-content:nth-child(3) .ba-blog-post-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 !important;
    text-align: center;
}
.product-in-category.list-view .ba-blog-post-badge-wrapper .b-standart {
    top: 17px;
    right: 17px;
}
.product-in-category.list-view .ba-blog-post-badge-wrapper .b-rotation,
.product-in-category.list-view .ba-blog-post-badge-wrapper .b-switcher,
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(3) .ba-blog-post-badge,
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(2) .wishlist-category {
    display: none !important;
}
.product-in-category.list-view .ba-blog-post-content .b-rotation,
.product-in-category.list-view .ba-blog-post-content .b-switcher {
    filter: invert(1);
    bottom: 30px;
}
.product-in-category.list-view .wishlist-category {
    right: 35px;
    width: 22px;
    top: 42px;
}
.product-in-category.list-view .ba-blog-post {
    background: #fbfbfc !important;
}
.product-in-category.list-view .ba-blog-post-image {
    margin: 35px 30px 35px 35px !important;
}
.product-in-category.list-view .ba-blog-post-image {
    width: 400px !important;
    height: auto !important;
}
.product-in-category.list-view .ba-blog-post-image img {
    width: 100% !important;
    opacity: 1 !important;
    object-fit: fill;
}
.product-in-category.list-view .ba-blog-post-content:nth-child(2) {
    background: #fbfbfc;
    padding: 30px 35px !important;
}
.product-in-category.list-view .ba-blog-post-content:nth-child(3) {
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    padding: 35px 39px 30px !important;
}
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(2) .ba-blog-post-add-to-cart-wrapper,
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(2) .ba-blog-post-button-wrapper {
    display: none !important;
}
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(2) .ba-blog-post-button-wrapper + .ava {
    display: none !important;
}
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(3) .ba-blog-post-title-wrapper,
.product-in-category.list-view .ba-blog-post .ba-blog-post-content:nth-child(3) .ba-blog-post-intro-wrapper {
    display: none !important;
}
.product-in-category.list-view .ba-blog-post-title {
    font-size: 25px !important;
    line-height: 34px !important;
    margin-top: 12px !important;
}
.product-in-category.list-view .ba-blog-post-add-to-cart-price {
    font-size: 25px !important;
    line-height: 34px !important;
}
.ava {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
/**------Product-Card-LIST-VIEW-Конец--------*/

/**------Load-More--------*/

.product-in-category .ba-blog-posts-pagination-wrapper {
    display: none;
}

/**------Load-More--------*/

/**------Categories-Начало--------*/
.ba-item-categories .ba-blog-post-title-wrapper + .ba-blog-post-info-wrapper {
    margin-left: 10px!important;
}
/**------Фильтр-Начало--------*/
.ba-selected-values-wrapper {
    display: none;
}
.filter-remover {
    display: flex;
    gap: 10px;
    cursor: pointer;
    margin-left: 25px;
}
.filter-remover span {
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.filter-remover:hover span {
    color: #d93c38;
}
.filter-remover i {
    color: #d93c38;
    cursor: pointer;
}

.ba-item-fields-filter .ba-field-filter .ba-checkbox span {
    border: 1px solid #c6c6c6 !important;
}
.ba-field-filter[data-id="price"] .ba-field-filter-label {
    margin-bottom: 25px;
}
.ba-field-filter[data-id="price"] .ba-field-filter-input-wrapper {
    padding-top: 35px;
}
.ba-field-filter-price-symbol + input {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    width: 75px !important;
}
.ba-field-filter-price-delimiter {
    width: 10px;
    margin: 0 !important;
    opacity: 0;
}
.ba-field-filter-price-symbol + input[type="number"]::-webkit-inner-spin-button,
.ba-field-filter-price-symbol + input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    opacity: 0;
}
.ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-track {
    background-color: #f5f5f5;
    height: 3px;
}
.ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-selection {
    background: #e2e2e2 !important;
    height: 3px;
}
.ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle {
    background-color: rgb(255 255 255) !important;
    border-radius: 24px;
    height: 16.5px;
    margin-top: -11px;
    width: 16.5px;
    border: 5px solid #474747;
    box-shadow: none;
}
.ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:before {
    background: rgb(255 255 255);
    border-radius: 24px;
    height: 17px;
    opacity: 1;
    width: 17px;
}
.ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:hover:before {
    transform: scale(1);
}
/**------Фильтр-Конец--------*/
.ba-blog-post-add-to-cart-sale-price-wrapper + .ba-blog-post-add-to-cart-price-wrapper span {
    color: red;
}



@media (max-width: 1440px) {
    .b-standart {
        top: 20px;
        right: 20px;
    }
    .b-switcher {
        bottom: 20px;
        right: 20px;
    }
    .b-rotation {
        bottom: 20px;
        right: 60px;
    }
    .product-in-category.list-view .ba-blog-post-image,
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) {
        width: 30% !important;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(2) {
        padding-left: 0 !important;
    }
}
@media (max-width: 1354px) {
    .ba-col-10:has(.category-col) {
        width: 80% !important;
    }
}
@media (max-width: 1240px) {
    .ba-col-10:has(.category-col) {
        width: 66% !important;
    }
    .product-in-category .ba-grid-layout .ba-blog-post:nth-child(n) {
        width: calc((100% / 2) - 15px) !important;
        margin-top: 0 !important;
    }
    .product-in-category .ba-store-app-product {
        margin-bottom: 60px !important;
    }
    .product-in-category .ba-store-app-product.modified {
        margin-bottom: 15px !important;
    }
    .product-in-category .ba-grid-layout .ba-blog-post:not(.modified) {
        margin-left: 0px;
        margin-right: 15px !important;
    }
    .product-in-category.list-view .ba-blog-post-image {
        width: 155px !important;
        height: 219px !important;
        margin: 25px 15px 25px 25px !important;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) {
        width: 40% !important;
    }
    .product-in-category.list-view .ba-blog-post-content .ba-blog-post-title,
    .product-in-category .ba-store-app-product.modified .ba-blog-post-add-to-cart-price span {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .product-in-category.list-view .ba-blog-post-badge-wrapper .b-standart {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 1024px) {
    .category-title .intro-post-title-wrapper {
        top: 330px;
        left: 25px;
        width: calc(100% - 35px);
    }
}
@media (max-width: 939px) {
    .ba-col-10:has(.category-col) {
        width: 55% !important;
    }
    .ba-blog-post-image {
        height: 60% !important;
    }

    .wm-sort {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 43px;
        height: 43px;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e2e2e2;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        padding: 0;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .wm-sort p {
        display: none;
    }
    .wm-sort i.ba-icon-caret-down:before {
        content: "\e902";
        font-family: wm;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
    }
    .wm-sort i {
        margin-right: 9px;
    }
    .wm-sort:hover i {
        transform: none;
    }
    .b-standart {
        top: 10px;
        right: 10px;
    }
    .b-switcher {
        bottom: 10px;
        right: 10px;
    }
    .b-rotation {
        bottom: 10px;
        right: 45px;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) {
        position: absolute;
        width: 100% !important;
        top: 100%;
        flex-direction: row;
        padding: 20px !important;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) .ba-blog-post-button-wrapper {
        width: 65%;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) .ba-blog-post-add-to-cart-wrapper {
        width: 35%;
    }
    .product-in-category .ba-store-app-product.modified {
        margin-bottom: 105px !important;
    }
    .product-in-category.list-view .wishlist-category {
        top: -223px;
    }
}
@media (max-width: 768px) {
    .ba-items-filter-show-button {
        z-index: 99999999 !important;
    }
    .open-responsive-filters {
        display: none !important;
    }
    .ba-row.row-fluid.no-gutter-desktop.row-with-intro-items {
        padding: 0 !important;
    }
    .filter-head-block {
        margin-bottom: 10px;
    }
    .filter-head-block p {
        color: #383838;
        font-size: 18px;
        line-height: 25px;
    }
    .wm-sort-mobile .ba-input-wrapper {
        display: flex;
    }
    .wm-sort-mobile .ba-input-wrapper .ba-field-label-wrapper {
        margin-right: 10px;
    }
    .wm-sort-mobile .ba-input-wrapper .ba-field-container {
        margin-top: -1px;
    }
}
@media (max-width: 667px) {
    .product-in-category .ba-grid-layout .ba-blog-post:nth-child(n) {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .ba-blog-post-image {
        height: 567px !important;
    }
}
@media (max-width: 480px) {
    .ba-blog-post-image {
        height: 445px !important;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) {
        flex-direction: column;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) .ba-blog-post-add-to-cart-wrapper {
        margin-bottom: 10px !important;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(3) .ba-blog-post-button-wrapper {
        width: 80%;
    }
    .product-in-category .ba-store-app-product.modified {
        margin-bottom: 140px !important;
    }
    .product-in-category.list-view .wishlist-category {
        top: 72px;
    }
    .product-in-category.list-view .ba-blog-post-content:nth-child(2) {
        padding: 15px 0 !important;
    }
    .product-in-category.list-view .ba-blog-post-image {
        width: 135px !important;
    }
    .info-badge {
        top: -98px;
        right: -26px;
        width: 220px;
        height: 81px;
    }
}
@media (max-width: 480px) {
    .wm-sort {
        position: absolute;
        z-index: 10;
    }
    .how-block {
        margin: 0 10px 30px 60px;
    }
    .how-block p {
        font-size: 14px;
        line-height: 22px;
    }
    #item-17180248663100 p {
        padding-left: 23px;
    }
}
