/* Active state styling for taxonomy filter pill buttons */
.elementor-widget-taxonomy-filter .elementor-taxonomy-filter__item {
    border-radius: 50px !important;
    padding: 8px 18px !important;
    background-color: #f5f5f5 !important;
    color: #54595F !important;
    transition: all 0.3s ease;
    border: 1px solid transparent !important;
}

.elementor-widget-taxonomy-filter .elementor-taxonomy-filter__item--active,
.elementor-widget-taxonomy-filter .elementor-taxonomy-filter__item:hover {
    background-color: #6EC1E4 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(110, 193, 228, 0.3) !important;
}

/* Clean up header navigation padding & WordPress top bar preview clutter */
body:not(.admin-bar) #wpadminbar {
    display: none !important;
}

/* Inconsistent price standardizer display and alignment */
.product-price-custom-88f301a0 {
    font-size: 1.1rem;
    font-weight: 700;
}
