.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 var(--e-global-color-secondary);
    border-radius: 0;
    background: transparent;
    color: var(--e-global-color-secondary);
    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 {
          background: #5b81fa;
    border-color: #5b81fa;
    color: #ffffff;
  }
.vv-product-filter .vv-filter-btn:hover {
        background: #5b81fa;
    border-color: #5b81fa;
    color: #ffffff;
 }

/* Product Filter / buttons */
.vv-product-filter .vv-filter-btn.active, 
.vv-product-filter .vv-filter-btn:hover,
.trx-addons-woo-products-atc-button .products-card .get-started-btn {
    background-color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
}

.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;
    }

}

.products-card .trx-addons-woo-products-product-thumbnail img {
    width: 100%;
    border-radius: 20px;
    display: block;
	background: #5b81fa24;
}
.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 #5b81fa !important;
    color: #5b81fa !important;
}

.products-card .learn-more-btn:hover {
    background: #5b81fa !important;
    border-color: #5b81fa !important;
    color: #fff !important;
}

.products-card .get-started-btn {
    background: #5b81fa !important;
    border: 1px solid #5b81fa !important;
    color: #fff !important;
}
.products-card .get-started-btn:hover {
    background: transparent !important;
    border-color: #5b81fa !important;
    color: #5b81fa !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;
    }
}


/* #356 taupe pill CTAs + #357 pink (All Products) on hover */
.products-card .custom-product-ctas .button{border-radius:50px !important;border:1px solid transparent !important;padding:11px 24px !important;font-weight:600 !important;transition:background .3s ease,color .3s ease,border-color .3s ease !important}
.products-card .learn-more-btn{background:#7d746a !important;color:#fff !important}
.products-card .get-started-btn{background:#94897d !important;color:#fff !important}
.products-card .learn-more-btn:hover,
.products-card .get-started-btn:hover{background:var(--e-global-color-secondary) !important;border-color:var(--e-global-color-secondary) !important;color:#fff !important}

.vv-product-filter .vv-filter-btn{background:#7d746a !important;border-color:#7d746a !important;color:#fff !important}

/* Equal-height cards: pin buttons to bottom, reserve 2-line title */
.trx-addons-woo-products ul.products{align-items:stretch !important}
.trx-addons-woo-products li.product{display:flex !important;flex-direction:column !important;height:100% !important}
.trx-addons-woo-products .trx-addons-woo-products-product-wrapper{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;height:100% !important}
.trx-addons-woo-products .woocommerce-loop-product__title{min-height:2.6em !important;display:flex !important;align-items:center !important;justify-content:center !important}
.trx-addons-woo-products .trx-addons-woo-products-atc-button{margin-top:auto !important}

.pf-no-ajax .search_results{display:none !important}

/* CTAs on ShopEngine category archives (force-show + taupe/pink like peptides) */
.shopengine .custom-product-ctas,
.shopengine-archive-products .custom-product-ctas{display:flex !important;gap:10px;flex-wrap:wrap;margin-top:14px;visibility:visible !important;opacity:1 !important;height:auto !important}
.shopengine .custom-product-ctas .button{border-radius:50px !important;border:1px solid transparent !important;padding:11px 24px !important;font-weight:600 !important;display:inline-flex !important;align-items:center;color:#fff !important;transition:background .3s ease,color .3s ease,border-color .3s ease !important}
.shopengine .learn-more-btn{background:#7d746a !important}
.shopengine .get-started-btn{background:#94897d !important}
.shopengine .learn-more-btn:hover,
.shopengine .get-started-btn:hover{background:var(--e-global-color-secondary) !important;border-color:var(--e-global-color-secondary) !important;color:#fff !important}

/* hide category label above title on shopengine archive cards */
.shopengine .product-categories,
.shopengine-archive-products .product-categories{display:none !important}

/* CTA buttons - high-specificity, un-scoped (works on archive + peptides) */
.custom-product-ctas{display:flex !important;gap:10px;flex-wrap:wrap;margin-top:14px;visibility:visible !important;opacity:1 !important;height:auto !important}
.custom-product-ctas a.button.learn-more-btn,
.custom-product-ctas a.button.get-started-btn{border-radius:50px !important;border:1px solid transparent !important;padding:11px 24px !important;font-weight:600 !important;color:#fff !important;display:inline-flex !important;align-items:center;transition:background .3s ease,color .3s ease,border-color .3s ease !important}
.custom-product-ctas a.button.learn-more-btn{background:#7d746a !important}
.custom-product-ctas a.button.get-started-btn{background:#94897d !important}
.custom-product-ctas a.button.learn-more-btn:hover,
.custom-product-ctas a.button.get-started-btn:hover{background:var(--e-global-color-secondary) !important;border-color:var(--e-global-color-secondary) !important;color:#fff !important}

/* beat the Elementor widget (ed2bff8) button styling on shopengine archives */
.elementor-7645 .elementor-element.elementor-element-ed2bff8 .shopengine-archive-products .product .custom-product-ctas a.button.learn-more-btn,
.elementor-7645 .elementor-element.elementor-element-ed2bff8 .shopengine-archive-products .product .custom-product-ctas a.button.get-started-btn{border-radius:50px !important;border:1px solid transparent !important;padding:11px 24px !important;font-weight:600 !important;color:#fff !important;display:inline-flex !important;align-items:center;transition:background .3s ease,border-color .3s ease,color .3s ease !important}
.elementor-7645 .elementor-element.elementor-element-ed2bff8 .shopengine-archive-products .product .custom-product-ctas a.button.learn-more-btn{background:#7d746a !important}
.elementor-7645 .elementor-element.elementor-element-ed2bff8 .shopengine-archive-products .product .custom-product-ctas a.button.get-started-btn{background:#94897d !important}
.elementor-7645 .elementor-element.elementor-element-ed2bff8 .shopengine-archive-products .product .custom-product-ctas a.button.learn-more-btn:hover,
.elementor-7645 .elementor-element.elementor-element-ed2bff8 .shopengine-archive-products .product .custom-product-ctas a.button.get-started-btn:hover{background:var(--e-global-color-secondary) !important;border-color:var(--e-global-color-secondary) !important;color:#fff !important}

/* home carousel: widget centers titles via -product-align-center but the CTA row is a flex
   container defaulting to flex-start; the .products-card centering rules only cover /peptides/ */
.trx-addons-woo-products-product-align-center .add_to_cart_wrap.custom-product-ctas{
    justify-content:center !important;
}
