/* MENU */
.main-menu__nav{
    gap: 18px;
    @media screen and (min-width: 1300px) and (max-width: 1439.99px){
        gap: 25px;
    }
    @media screen and (min-width: 1440px){
        gap: 30px;
    }
}
/* SLIDER */
.wpbingo-slideshow__item{
    .wpbingo-slideshow__item-image {
        max-height: 800px;
    }
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .slideshow-caption{
        z-index: 2;
    }
}

/* HOMEPAGE */


/* CATEGORIE */
.wpbingo-widget--collections-image {
    img{
        aspect-ratio: 2/3;
        object-fit: cover;
    }
}
.facets__list{
    .facet-checkbox{
        text-transform: capitalize;
    }
}
.FacetFiltersForm {
    .js-filter-price {
        .field-price{
            color: #c4996b;
        }
    }
}

/* COPERTINE */


/* BLOCCO 2 IMMAGINI */
.bwp-widget-banner{
    &.style-1{
        img{
            aspect-ratio: 1/1.1;
            object-fit: cover;
        }
    }
}

/* PRODOTTO */
.wpb-variants-swatch {
    .swatch-content.label {
        .swatch-items{
            label{
                text-transform: uppercase
            }
        }
    }
}
.product-card__image {
    .preloading-img-product {
        img{
        }
    }
}

/* CHI SIAMO */
.wpbingo-widget--ourteam {    
    .ourteam-card{
        text-align: center;
        .social-icons{
            height: 100%;
            display: flex;
            align-items: center;
            i{
                color: black!important;
            }    
            a:hover{
                              
                    i{
                        color: white!important;
                    }    
                
            }
        }
        
    }
}

/* CART */
.btn.cart-modal__btn{
    margin-bottom: 10px
}