.wc-category-dropdown {
    list-style: none;
    padding: 0;
}

.wc-category-item {
    border-bottom: 1px solid #eee;
}

.wc-category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    a {
        color: #000;
        text-decoration: none;
        transition: all 0.15s;
    }
    a:hover {
        color: #f7b801;
    }
}

.wc-category-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.wc-subcategory-list {
    list-style: none;
    padding-left: 15px;
    display: none;
    li {
        padding: 4px 0;
    }
    a {
        color: #000;
        text-decoration: none;
        transition: all 0.15s;
        line-height: 1.2em;
    }
    a:hover {
        color: #f7b801;
    }
}

.wc-category-item.open > .wc-subcategory-list {
    display: block;

}


/**
 * Modal window
 */
.wpcf7-response-output {
    max-width: 320px;
}

.post_preview {
    width: 100%;
    height: 100%;
    max-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 40px;
    img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
}

.blockProduct_slider {
    .product-item {
        img {
            aspect-ratio: 1 / 1;
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 100%;
        }
        h3 {
            margin-top: 12px;
        }
        a {
            color: #2a2834;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }
    }
}
.grecaptcha-badge {
    display: none !important;
}