/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/


.carosello-overlay .glozin-banner__image::before {
    position: absolute;
    content:'';
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.295);
    z-index: 2;
}

.single-post .entry-meta, .blog .entry-meta, .search .entry-meta, .home .entry-meta {
    display: none !important;
}

.single-post #block-4, .single-post #block-7, .single-post #block-8, .single-post #block-9, .single-post #block-10, .single-post #block-11 {
    display: none !important;
}

.menu-widget-banner__inner {
    pointer-events: none;
}
.menu-widget-banner__link {
    pointer-events: auto !important;
}


img.avatar.avatar {
    display: none;
}


.reso {
    border-top: 1px dashed var(--gz-border-color);
    border-bottom: 1px dashed var(--gz-border-color);
    padding: 10px 0px;
}

.reso p {
    font-size: .775rem;
    color: var(--gz-color-dark-grey);
    margin: 0;
    padding: 0;
}

.reso a {
    font-weight: 500;
}
    

#block-5, #block-6 {
    display: none;
}



/* Miglioramenti accessibilità */

/* Ingrandisce l'area di tocco delle frecce dello slider su mobile */
.swiper-button-next, 
.swiper-button-prev,
.swiper-button-text {
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Ingrandisce il tasto chiusura della campaign bar */
.campaign-bar__close {
    padding: 12px !important; /* Aumenta lo spazio interno per il click */
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Nasconde il quick view sui prodotti */
.product-featured-icons.product-featured-icons--second.position-absolute.bottom-15.start-15.end-15.gap-5.align-items-center.justify-content-center.product-card-animation.product-card-animation--bottom.z-2.d-none.d-flex-xl {
    display: none;
}

.nav-prodotti-mobile {
    font-weight: 600;
    text-decoration: none !important;
    color: #076633 !important;
}

@media only screen and (min-width:1200px) {
    ul:has(.nav-prodotti-mobile) {
        display: none;
    }
}


.category-hero.category-hero__desktop {
    height: 500px;
    width: 100%;
    border-radius: 10px;
    margin: -30px 0 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-hero__desktop .category-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
    border-radius: 10px;
}
.category-hero__text {
    position: relative; 
    z-index: 2;      
    text-align: center;
    color: white;
    max-width: 80%;  
}
.category-hero__title {
    color: white;
}
.mt-sottotitolo {
    font-size: 1rem;
    margin: 0;
}


.category-hero.category-hero__mobile {
    height: 350px;
    border-radius: 10px;
    margin: -30px 0 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.category-hero__mobile .category-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
    border-radius: 10px;
}
.category-hero.category-hero__mobile video {
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width:768px) {
    .category-hero.category-hero__desktop {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .category-hero.category-hero__mobile {
        display: none;
    }
}


.menu-widget-banner__title {
    letter-spacing: 0px !important;
}


