.vv-product-filter-wrapper {
    width: 100%;
    margin-bottom: 35px;
}

.vv-product-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.vv-filter-btn {
    appearance: none;
    border: 1px solid #35078f;
    border-radius: 0;
    background: transparent;
    color: #35078f;
    padding: 11px 22px;
    min-height: 44px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 50px;
}

.vv-product-filter .vv-filter-btn.active,
.vv-product-filter .vv-filter-btn:hover {
    background: linear-gradient(284deg, #008CFF 0%, #6A00FF 50%, #D000FF 100%);
    border-color: transparent;
    color: #ffffff;
}

.trx-addons-woo-products li.product.vv-filter-hidden {
    display: none !important;
}

.trx-addons-woo-products li.product.vv-filter-visible {
    display: block !important;
    animation: vvProductFadeIn .35s ease both;
}

@keyframes vvProductFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vv-product-filter-empty {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
}

@media (max-width: 767px) {

    .vv-product-filter-wrapper {
        width: 100%;
        margin-bottom: 25px;
    }

    .vv-product-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px 8px;
        width: 100%;
        overflow: visible;
        padding: 0 8px;
    }

    .vv-product-filter .vv-filter-btn {
        flex: 0 0 auto;
        width: auto;
        min-height: 40px;
        padding: 9px 20px;

        border-radius: 30px;

        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;

        box-sizing: border-box;
    }

}
.woocommerce .shopengine-widget .shopengine-grid ul.products li.product img {
    border-radius: 20px;
}
.archive-product-container .shopengine-product-description-footer-hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    height: auto !important;
    display: block !important;
}

.archive-product-container .custom-product-ctas {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.archive-product-container .custom-product-ctas .button {
    opacity: 1 !important;
    visibility: visible !important;
}
.products-card .trx-addons-woo-products-product-thumbnail img {
    width: 100%;
    border-radius: 20px !important;
    display: block;
    background-color: #e5e5e5;
}
.products-card .custom-product-ctas {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    width: 100%;
}
.products-card .custom-product-ctas .button {
    flex: 1;
    width: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

.products-card .learn-more-btn {
    background: transparent !important;
    border: 1px solid #6A00FF !important;
    color: #6A00FF !important;
}

.products-card .learn-more-btn:hover {
    background: #6A00FF !important;
    border-color: #6A00FF !important;
    color: #fff !important;
}

.products-card .get-started-btn {
    background: #6A00FF !important;
    border: 1px solid #6A00FF !important;
    color: #fff !important;
}
.products-card .get-started-btn:hover {
    background: transparent !important;
    border-color: #6A00FF !important;
    color: #6A00FF !important;
}
@media (max-width: 767px) {

    .products-card .custom-product-ctas {
        gap: 6px;
    }

    .products-card .custom-product-ctas .button {
        padding: 8px;
        font-size: 11px;
    }
}
@media (max-width: 380px) {

    .products-card .custom-product-ctas {
        gap: 4px;
    }

    .products-card .custom-product-ctas .button {
        padding: 7px 5px;
        font-size: 10px;
    }
}