@import '../Headers/HeaderNoImg/headerNoImg.css';
@import '../News/FasceBlog/intro-stripe.css';
@import '../News/FasceBlog/blog-general.css';
@import "../components/Shop/product-preview.css";

.page-template-template-testuale h2:before,
.page-template-template-testuale h3:before {
    display: none !important;
}

.wp-block-heading {
    margin-top: 1.667vw;
    margin-bottom: 0.833vw !important;
}

.page-template-template-testuale #primary ul.wp-block-list {
    margin-bottom: 3.333vw !important;
    margin-top: 0.417vw !important;
}
/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- MEDIA QUERY ----------------------------------------------------
------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------*/

/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	.wp-block-heading {
	    margin-top: 2rem;
	    margin-bottom: 1rem !important;
	}
	.page-template-template-testuale #primary ul.wp-block-list {
	    margin-bottom: 2em !important;
	    margin-top: .5em !important;
	}
}