/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.es-tag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; /* spazio tra i chip */
    margin-bottom: 1rem;
}

.es-tag-chip {
    background: var(--nectar-extra-color-2);
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: opacity 0.2s, color 0.2s;
}

.es-tag-chip:hover {
    opacity: 0.8;
    color:#fff;
}

.woocommerce-toggle-panels .toggles{
    margin-bottom: 3em;
}

.woocommerce-toggle-panels .toggle:first-child{
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.08);
}



