/* A11Y - Accessibilità */

.home .news-box .image::after,
.listing-img li .image::after,
.hp-cantine .block-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000090;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 1;
}

.home .news-box:hover .image::after,
.listing-img li:hover .image::after,
.hp-cantine .block-box:hover::after {
    opacity: 1;
}

.home .news-box:hover .scopri .btn-circle,
.listing-img li:hover .scopri .btn-circle,
.hp-cantine .block-box:hover .btn-circle {
    background-color: rgba(255, 255, 255, 0.2);
    border-width: 0px;
    transform: scale(1.1);
    transition: all .2s ease;
}

.listing-img li .image-scopri .scopri,
.hp-cantine .block-box .scopri,
.hp-cantine .block-box .link {
    z-index: 10;
}

.glider-home .image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000030;
    opacity: 1;
    transition: all 0.2s ease;
    z-index: 1;
}

.slider .related-box .cont-square-related .inner-square-related::after {
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%) !important;
}