/* 
Version:		 1.0.0
*/
@media screen and (min-width: 1023px) {
    /*  ============================================= 
	GENERALI
	==============================================  */
    .show_pc{
        display:block;
    }
    .show_mobile{
        display:none;
    }
/*  ============================================= 
HEADER 
==============================================  */
.wp-block-site-logo{
    padding:18px 0;
}

    /*  ============================================= 
MENU
==============================================  */

.cont_menu ul li{
    font-size:1rem;
    margin:0!important;
}
.cont_menu ul li ul{
    width:400px!important;
    background:#fff!important;
}
ul.wp-block-navigation__submenu-container{
    flex-wrap:wrap!important;
    height:400px!important;
    width:100%!important;
}
ul.wp-block-navigation__submenu-container li{
    min-width:200px!important;
    text-transform:none;
}
/*  ============================================= 
HOME
==============================================  */
.wp-block-cover .wp-block-cover__image-background{
    object-fit: cover;
    height:100%;
}
.swiper-slide .wp-block-cover{
    padding-left:50%;
    padding-top:0;
}
.slider_testo h2{
    font-size:2.5rem!important;
}
.slider_testo p{
    font-size:1.25rem;
}

/* PULSANTI CATEGORIE */
.cont_categorie_home{
    margin-bottom:40px;
}
.btn_categoria{
    width:auto;
}
.btn_categoria a{
    background-image:url("/wp-content/themes/beautifulcowries/assets/images/bg_pulsante_categoria.png"), url("/wp-content/themes/beautifulcowries/assets/images/freccia.png")!important;
    background-position:left top, right center;
    background-repeat:no-repeat, no-repeat;
    background-size:auto, auto;
    background-color:#000;
    font-weight:600;
    padding-top:25px;
    padding-right:60px;
    padding-left:40px;
    padding-bottom:1rem;
}
.btn_categoria a:hover{
      background-image:url("/wp-content/themes/beautifulcowries/assets/images/bg_pulsante_categoria_hover.png"), url("/wp-content/themes/beautifulcowries/assets/images/freccia.png")!important;
}


/*  ============================================= 
SCHEDA PRODOTTO
==============================================  */
.esterno_prodotto{
    gap: var(--wp--preset--spacing--50);
}

/*  ============================================= 
REGISTRAZIONE
==============================================  */
.afreg_half_field{
    width:46%!important;
}

}