/* Theme-3 product list / detail / categories — purple system overrides */
.ecom-t3 .product-card:hover,
.ecom-t3 .category-card:hover {
    border-color: #6B2D8B !important;
}

.ecom-t3 .bg-primary {
    background-color: #6B2D8B !important;
}

.ecom-t3 a.text-primary {
    color: #6B2D8B !important;
}

.ecom-t3 .wishlist-btn,
.ecom-t3 .wishlist-btn.is-active,
.ecom-t3 .wishlist-btn i {
    color: #6B2D8B !important;
}

.ecom-t3 .wishlist-btn:hover,
.ecom-t3 .wishlist-btn.is-active {
    background: #fff !important;
    border-color: rgba(107, 45, 139, 0.28) !important;
}
