/*--- header ---*/
.menu-header-001-header {
    position:absolute;
    top:0;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    z-index:1100;
    background-color: transparent;
}

.menu-header-001-header-scroll {
    position:fixed;
    top:-90px;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    background-color:#fff;
    box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.5);
    z-index:999;
}

.menu-header-001-header-scroll .logo,
.menu-header-001-header .logo {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    width: 240px;
    height:90px;
    float:left;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 320px) {

    .menu-header-001-header-scroll .logo, 
    .menu-header-001-header .logo {
        width: 180px;
    }

}

.menu-header-001-header-scroll .logo img,
.menu-header-001-header .logo img {
    width: auto;
    height: 90px;
}

.menu-header-001-nav {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:right;
    height:90px;
    display: table;
}

.menu-header-001-nav ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:21px;
}

.menu-header-001-nav ul li {
    position:relative;
    margin:0 20px 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.menu-header-001-nav ul li.search {
    height:21px;
    padding: 29px 0 0 0;
}

.menu-header-001-nav ul li.hamburger {
    float:right;
}

.menu-header-001-nav ul li a {
    margin:0;
    padding:0;
    display: block;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-header-001-nav ul li a:hover {
    color: #ddd;
}

.menu-header-001-nav ul li a.active {
/*
    box-shadow:0 2px 0px -1px rgba(255,255,255,0.5);
*/
    color:#ddd;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a {
    color:#333;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a:hover {
    color:#888;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a.active {
/*
    box-shadow:inset 0 2px 0px -1px rgba(0,0,0,0.5);
*/
    color:#888;
}

.menu-header-001-nav .for-shop {
    position:relative;
    top:21px;
}

@media only screen and (max-width: 930px)
{

    .menu-header-001-nav ul li {
        margin: 0 10px 0 0;
    }

}

@media only screen and (max-width: 768px)
{

    .menu-header-001-nav ul li {
        margin: 0 25px 0 0;
    }

}

@media only screen and (max-width: 575px)
{

    .menu-header-001-nav ul li {
        margin: 0 5px 0 0;
    }

    .menu-header-001-nav .for-shop {
        position:absolute;
        right:5px;
        top:21px;
    }
}

@media only screen and (max-width: 320px)
{

    .menu-header-001-nav ul li {
        margin: 0 0 0 0;
    }

}

/*--- ! ---*/
	
	.numero-verde-dim {
		width: 140px;
	}
/*--- menu categorie header ---*/
.menuHolder-header-001 {
    width:fit-content; 
    position:relative; 
    height: 90px;
}

.menu-shop-inline-header-001 {
    display:inline-block;
    margin: 0 0 0 0;
    height: 90px;
}

.menu-shop-inline-header-001 ul li {
    margin:0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul li {
    margin:0 20px 0 0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul li:last-child {
    margin:0 0 0 0;
}

.menu-shop-inline-header-001.menu-categorie-header-mono ul.menucategorie-header-mono-pul li {
    margin:0 0 0 0;
}

.menu-shop-inline-header-001 ul {
    margin:0; 
    padding:0; 
    list-style:none; 
    text-align:left;
    height: 90px;
}

.menu-shop-inline-header-001 li {
    display:block; 
    position:relative;
}

.menu-shop-inline-header-001 ul ul {
    position:absolute; 
    left:-99999px; 
    top:50px; 
    padding:5px 0; 
    z-index:99; 
    border-radius:0 0 0 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    background-color:rgba(255,255,255,1);
    height: max-content;
    max-width: 200px;
    -webkit-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    transition: opacity 0.5s, top 0.3s ease-out;
}

.menu-shop-inline-header-001 ul ul ul {
    left:100%; 
    top:auto; 
    margin-top:-55px; 
    margin-left: -10px;
    border-radius:0;
    -webkit-transition: margin-left 0.3s ease-out;
    -o-transition: margin-left 0.3s ease-out;
    -moz-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out;
}

.menu-shop-inline-header-001 ul li.left > ul {
    left:auto; 
    right:0; 
    top:50px;
}
.menu-shop-inline-header-001 ul li.left ul li > ul {
    left:auto; 
    right:100%; 
    top:auto; 
    margin-top:-35px;
}

.menu-shop-inline-header-001 > ul {
    margin:0 auto; 
    display:inline-block;
}

.menu-shop-inline-header-001 > ul {
    *display:inline;
}

.menu-shop-inline-header-001 > ul > li {
    float:left; 
    position:relative;
}

.menu-shop-inline-header-001 ul {
    background:transparent;
}

.menu-shop-inline-header-001 > ul > li > a {
    line-height:90px; 
    height:90px;
    display: flex;
    align-items: center;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-shop-inline-header-001 ul > li > ul > li {

}

.menu-shop-inline-header-001 ul > li > ul > li > a {
    line-height: inherit;
    height: inherit;
    padding: 0 10px;
    margin: 5px 0;
    width: 200px;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    display: block;
    word-break: break-word;
    white-space: pre-wrap;
    text-transform: none;
}

.menu-shop-inline-header-001 li.left ul a {
    text-align:right; 
    padding:0 20px 0 30px;
}
/*
.menu-shop-inline-header-001 li:hover > a,
*/
.menu-shop-inline-header-001 ul li:hover > a {
    color:#ccc; 
    background:transparent; 
    text-decoration:none;
}
/*
.menu-shop-inline-header-001 ul li:hover > a.hassub {
    color:#000; 
    text-decoration:none;
    font-weight: 400;
}
*/

.menu-shop-inline-header-001.menu-categorie-header-mono ul li:hover > a.hassub {
    color:#000; 
    text-decoration:none;
    font-weight: inherit;
    font-weight: 400;
}

.menu-shop-inline-header-001 ul.oriz-submenu li:hover > a,
.menu-shop-inline-header-001 ul.oriz-visibile li:hover > a {
    color:#000; 
    background:transparent; 
    text-decoration:none;
    font-weight: 400;
}

.menu-shop-inline-header-001 ul li:hover > a.hassub .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.ico {
    position: relative;
    float: right;
    display: none;
}

.menu-shop-inline-header-001 li.left ul li > a.hassub .ico {
    display: block;
}

.menu-shop-inline-header-001 li.left ul li:hover > a.hassub {
    color:#ccc; 
    background-color:transparent; 
    text-decoration:none;
}

.menu-shop-inline-header-001 ul ul,
.menu-shop-inline-header-001 ul ul ul,
.menu-shop-inline-header-001 ul li.left > ul,
.menu-shop-inline-header-001 ul li.left ul li > ul {
    left:-9999px; 
    right:auto; 
    opacity:0;
}

.menu-shop-inline-header-001 ul li:hover > ul {
    left:0; 
    top: 70px;
    opacity:1;
}

.menu-shop-inline-header-001 ul ul li:hover > ul {
    top: 60px;
    left:60%; 
    opacity:1;
    margin-left:0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul ul.oriz-submenu {
/*
    width: 200px;
*/
}

.menu-shop-inline-header-001 ul li.left:hover > ul {
    left:auto; 
    right:0; 
    opacity:1;
}

.menu-shop-inline-header-001 ul li.left ul li:hover > ul {
    left:auto; 
    right:100%; 
    opacity:1;
}

/* for narrow screens, tablets and smartphones */

@media only screen and (max-width: 768px) {
    .menuHolder-header-001 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .menuHolder-header-001 {
        display: none;
    }
}


/*--- ! ---*/

/*--- menu categorie header ---*/
.menuHolder-header-001 {
    width:fit-content; 
    position:relative; 
    height: 90px;
}

.menu-shop-inline-header-001 {
    display:inline-block;
    margin: 0 0 0 0;
    height: 90px;
}

.menu-shop-inline-header-001 ul li {
    margin:0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul li {
    margin:0 20px 0 0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul li:last-child {
    margin:0 0 0 0;
}

.menu-shop-inline-header-001.menu-categorie-header-mono ul.menucategorie-header-mono-pul li {
    margin:0 0 0 0;
}

.menu-shop-inline-header-001 ul {
    margin:0; 
    padding:0; 
    list-style:none; 
    text-align:left;
    height: 90px;
}

.menu-shop-inline-header-001 li {
    display:block; 
    position:relative;
}

.menu-shop-inline-header-001 ul ul {
    position:absolute; 
    left:-99999px; 
    top:50px; 
    padding:5px 0; 
    z-index:99; 
    border-radius:0 0 0 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    background-color:rgba(255,255,255,1);
    height: max-content;
    max-width: 200px;
    -webkit-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    transition: opacity 0.5s, top 0.3s ease-out;
}

.menu-shop-inline-header-001 ul ul ul {
    left:100%; 
    top:auto; 
    margin-top:-55px; 
    margin-left: -10px;
    border-radius:0;
    -webkit-transition: margin-left 0.3s ease-out;
    -o-transition: margin-left 0.3s ease-out;
    -moz-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out;
}

.menu-shop-inline-header-001 ul li.left > ul {
    left:auto; 
    right:0; 
    top:50px;
}
.menu-shop-inline-header-001 ul li.left ul li > ul {
    left:auto; 
    right:100%; 
    top:auto; 
    margin-top:-35px;
}

.menu-shop-inline-header-001 > ul {
    margin:0 auto; 
    display:inline-block;
}

.menu-shop-inline-header-001 > ul {
    *display:inline;
}

.menu-shop-inline-header-001 > ul > li {
    float:left; 
    position:relative;
}

.menu-shop-inline-header-001 ul {
    background:transparent;
}

.menu-shop-inline-header-001 > ul > li > a {
    line-height:90px; 
    height:90px;
    display: flex;
    align-items: center;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-shop-inline-header-001 ul > li > ul > li {

}

.menu-shop-inline-header-001 ul > li > ul > li > a {
    line-height: inherit;
    height: inherit;
    padding: 0 10px;
    margin: 5px 0;
    width: 200px;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    display: block;
    word-break: break-word;
    white-space: pre-wrap;
    text-transform: none;
}

.menu-shop-inline-header-001 li.left ul a {
    text-align:right; 
    padding:0 20px 0 30px;
}
/*
.menu-shop-inline-header-001 li:hover > a,
*/
.menu-shop-inline-header-001 ul li:hover > a {
    color:#ccc; 
    background:transparent; 
    text-decoration:none;
}
/*
.menu-shop-inline-header-001 ul li:hover > a.hassub {
    color:#000; 
    text-decoration:none;
    font-weight: 400;
}
*/

.menu-shop-inline-header-001.menu-categorie-header-mono ul li:hover > a.hassub {
    color:#000; 
    text-decoration:none;
    font-weight: inherit;
    font-weight: 400;
}

.menu-shop-inline-header-001 ul.oriz-submenu li:hover > a,
.menu-shop-inline-header-001 ul.oriz-visibile li:hover > a {
    color:#000; 
    background:transparent; 
    text-decoration:none;
    font-weight: 400;
}

.menu-shop-inline-header-001 ul li:hover > a.hassub .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.ico {
    position: relative;
    float: right;
    display: none;
}

.menu-shop-inline-header-001 li.left ul li > a.hassub .ico {
    display: block;
}

.menu-shop-inline-header-001 li.left ul li:hover > a.hassub {
    color:#ccc; 
    background-color:transparent; 
    text-decoration:none;
}

.menu-shop-inline-header-001 ul ul,
.menu-shop-inline-header-001 ul ul ul,
.menu-shop-inline-header-001 ul li.left > ul,
.menu-shop-inline-header-001 ul li.left ul li > ul {
    left:-9999px; 
    right:auto; 
    opacity:0;
}

.menu-shop-inline-header-001 ul li:hover > ul {
    left:0; 
    top: 70px;
    opacity:1;
}

.menu-shop-inline-header-001 ul ul li:hover > ul {
    top: 60px;
    left:60%; 
    opacity:1;
    margin-left:0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul ul.oriz-submenu {
/*
    width: 200px;
*/
}

.menu-shop-inline-header-001 ul li.left:hover > ul {
    left:auto; 
    right:0; 
    opacity:1;
}

.menu-shop-inline-header-001 ul li.left ul li:hover > ul {
    left:auto; 
    right:100%; 
    opacity:1;
}

/* for narrow screens, tablets and smartphones */

@media only screen and (max-width: 768px) {
    .menuHolder-header-001 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .menuHolder-header-001 {
        display: none;
    }
}


/*--- ! ---*/

/*--- footer ---*/

/*

il footer normalmente è in posizione relativa, ovvero scorre con il resto della pagina

se aggiungo la classe .reveal lo rendo fisso in basso alla pagina

*/
/*
variabili footer 
	colore sfondo 
	--bg-footer:transparent !important;

	colore generale
	--color-footer:#bbb;

	colore link
	--color-footer-link:#fff;

	colore link hover
	--color-footer-link-over:#888;

*/
:root {
	--bg-footer-001: transparent;
	--color-footer-001: #fff;
	--color-footer-link-001: #fff;
	--color-footer-menu-001: #fff;
	--color-footer-link-over-001: #fd0;
}


.footer-001-footer {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	height:100%;
	background-color: var(--bg-footer-001);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}

.footer-001-footer.reveal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.footer-001-footer .company {
	position:relative;
	color:var(--color-footer-001);
	font-size:13px;
	font-weight:300;
	line-height:20px;
}

.footer-001-footer .company a {
	color:var(--color-footer-link-001);
	text-decoration: none;
}

.footer-001-footer .company a:hover {
	color:var(--color-footer-link-over-001);
}

.footer-001-footer .company span {
	font-weight:400;
}

.footer-001-footer .company .logo {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	max-width: 180px;
}

.footer-001-footer .logo img {
	width: auto;
	height: 45px;
}

.footer-001-footer .company .text {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .company .text .ragione-sociale {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .text.ragione-sociale-sottotitolo {
	margin: 0 0 0 0;
	font-size:13px; 
	letter-spacing: 0px; 
	line-height:22px;
}

.footer-001-footer .container {
	padding: 50px 50px 0 50px;
	height: 100%;
}

.footer-001-footer-menu {
	position:relative;
	margin:0;
	padding:0;
	clear: both;
}

.footer-001-footer-menu .title {
	position:relative;
	width:100%;
	display:block;
	padding: 0;
	margin: 0 0 20px 0;
}

.footer-001-footer-menu .title span {
	color:var(--color-footer-link-001);
	font-family: Gotham Bold;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
}

.footer-001-footer-menu ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-menu ul li {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;
	color:var(--color-footer-menu-001);
}

.footer-001-footer-menu ul li a {
	position: relative;
	width: 100%;
	display: inline;
	color: var(--color-footer-menu-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 0 0 0 -10px;
	font-family: Gotham Book;
}

@-moz-document url-prefix() { 
	.footer-001-footer-menu ul li a {
		margin: 0 0 0 0;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

.footer-001-footer-menu ul li a:hover {
	color:var(--color-footer-link-over-001);
}


.footer-001-footer .copyright-credits {
	position: relative;
	height: 130px;
	color: var(--color-footer-001);
	font-size: 13px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.footer-001-footer .copyright-credits .container {
	height: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
	align-items: center;
}

.footer-001-footer .copyright {
	float: left;
	width: 50%;
	font-weight: 400;
	height: 66px;
	line-height: 16px;
	display: flex;
	align-items: flex-end;
}

.footer-001-footer .copyright span {
	position: absolute;
}

.footer-001-footer .copyright a {
	position:relative;
	width:100%;
	display:block;
	color:var(--color-footer-link-001);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 10px 0 0 0;
	text-decoration: none;
}

.footer-001-footer .copyright a:not(.with-border) {
	text-decoration: underline;
}

.footer-001-footer .copyright a:hover {
	color:var(--color-footer-link-over-001);
}

a.with-border {
	border-color:#bbb;
}

.footer-001-footer .credits {
	float: right;
	width: 50%;
	height: 66px;
	text-align: right;
}

.footer-001-footer .credits a {
	width: 146px;
}

.footer-001-footer-social {
	position:relative;
	margin:30px 0 0 0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul li {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
	float: left;
}

.footer-001-footer-social ul li:last-child {
	margin:0 0 0 0;
}

.footer-001-footer-social ul li a {
	position:relative;
	display:inline-block;
	margin: 0 0 0 0;
}

.footer-001-footer-social ul li a img {
	height: 40px;
}
.footer-001-footer .creditcard {
	height: clamp(35px, 4vw, 45px);
	width: auto;
}

.footer-001-footer .footer-credit-cards {
	display: flex;
}
.footer-001-footer .footer-container-credit-cards {
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: end;

}
.footer-001-footer .titolo-footer-social {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: var(--color-footer-001);
}
.footer-001-footer .paymethode-footer-titolo {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 7px 10px 0;
	color: var(--color-footer-001);
}
@media only screen and (max-width: 1279px)
{
	.footer-001-footer {
		padding: 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px;
		height: 100%;
	}
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 0 50px;
	}
}

@media only screen and (max-width: 900px) {

	.footer-001-footer-menu {
		display: none;
	}

}

@media only screen and (max-width: 768px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 20px 50px !important;
	}

	.footer-001-footer {
		padding: 0 0 0 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px !important;
	}

	.footer-001-footer .vcenter {
		display: block;
	}

	.footer-001-footer .vcenter.for-company {
		text-align: center;
	}

	.footer-001-footer .logo img {
		width:auto;
	}

	.footer-001-footer .credits.vcenter {
		text-align: right;
		width: 100%;
		display: block;
	}

	.footer-001-footer .credits img {
/*
		width:109px;
*/
	}

	.footer-001-footer .company {
		padding: 0;
	}

	.footer-001-footer .copyright {
		float: none;
		width: 100%;
		padding: 0 0;
	}

	.footer-001-footer .credits {
		float: none;
		width: 100%;
		padding: 0 0;
/*
		height: 66px;
*/
		padding: 0 0;
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.footer-001-footer .footer-container-credit-cards {
		align-items: start;
		text-align: start;

	}
	.footer-001-footer .paymethode-footer-titolo {
		font-family: var(--nuovo-font);
		font-size: 16px;
		line-height: 14px;
		letter-spacing: -1px;
		margin: 0 0px 10px 0;
		color: var(--color-footer-001);
	}
}

@media only screen and (max-width: 480px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 20px 20px 20px!important;
	}
	.footer-001-footer .container {
		padding: 50px 20px 0 20px !important;
	}

	.footer-001-footer .copyright-credits {
/*      
		bottom: 15px;
*/      
		bottom:0;
	}
}

/*--- ! ---*/

:root {
    --border-radius-language-footer:25px;
    --border-radius-language-tendina-footer:10px;
}
.language-selector.footer-selector {
    margin: 30px 0 0 0;
}

.language-selector.immagini.footer-selector {
    margin: 0px 0 10px 0;
}

.language-selector.footer-selector.tendina .langs-container {
    display: none; /* Nascondi di default */
    position: absolute;
    bottom: 100%; /* Posiziona sopra il pulsante del footer */
    left: 0;
    background-color: rgba(0, 0, 0, 1); /* Colore di sfondo del menu */
    border: 1px solid #ccc; /* Bordo per il menu */
    z-index: 2; /* Assicurati che sia sopra altri elementi */
    padding-top: 10px;
    transform: translateY(15px);
    padding-bottom: 25px;
    border-bottom: 0px;
}
.language-selector.tendina.footer-selector .selected-lang {
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, 1);
}

.language-selector.lista .selected-lang {
    padding: 8px 28px 8px 8px;
    margin-bottom: 10px;
}
.language-selector.lista.footer-selector.entrambi .langs-container {
    margin-bottom: 10px;
}

.language-selector.immagini.footer-selector {
    margin: 22px 0 5px 0;
}


.language-selector.footer-selector .langs-container {
    border-radius: var(--border-radius-language-tendina-footer) var(--border-radius-language-tendina-footer) 0 0;   
}

.language-selector.footer-selector.entrambi {
    margin: 22px 0 5px 0;
}

.footer-002 .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);
}

.footer-002 .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-003-simple-container .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);    
    margin: 0 0 0px 0;
}

.footer-003-simple-container .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-008-1600-footer .language-selector.tendina .selected-lang  {
    background-color: #efefef;
}

.footer-008-1600-footer .language-selector.tendina .langs-container  {
    background-color: #efefef;
}
/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

.section .title.title-shop {
    display: flex;
    height: 80px;
    align-content: flex-end;
    justify-content: flex-start;
    font-size: 16px;
    padding: 0 0 15px 25px;
    font-weight: 500;
    flex-wrap: wrap;
}

.section .title.title-vetrina {
	display:flex;
	align-content: center;
	background-color: #eee;
}

.panel-menu-001-panel-menu .section.vetrina .title a,
.panel-menu-002-panel-menu .section.vetrina .title a,
.panel-menu-004-panel-menu .section.vetrina .title a {
	width:calc(100% - 9px);
	height:50px;
	line-height: 46px;
}

.panel-menu-001-panel-menu .section.vetrina .title a img,
.panel-menu-002-panel-menu .section.vetrina .title a img,
.panel-menu-004-panel-menu .section.vetrina .title a img {
	width:50px;
	height:50px;
	display:flex;
	justify-content: flex-end;	
	opacity:0.5;
}

.panel-menu-001-panel-menu .content ul.submenu-shop li ul {
    border: none;
    padding:0;
}

.panel-menu-001-panel-menu .content ul.submenu-shop li {
	padding: 0 0 0 25px;
}

.panel-menu-001-panel-menu .content ul.submenu-shop li.sub-li {
	line-height: 50px !important;
}

/*--- panel menu shop ---*/
:root {
    --bg-panel-menu-shop-001:#fff;
    --border-left-sub-menu-shop:#ddd;
    --border-bottom-items-shop:#ddd;
    --link-shop:#111;
    --link-over-shop:#777;
}
.panel-menu-shop-001 {
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    max-width: 420px;
    height:100%;
    z-index:90001;
    margin:0;
    padding:0 0 0 0;
    background-color:var(--bg-panel-menu-shop-001);
    overflow:hidden;
    display: none;
}

.panel-menu-shop-001.panel-left {
    left:-100%;
    right:auto;
}

.panel-menu-shop-001.panel-right {
    right:-100%;
    left:auto;
}

.panel-menu-shop-001 .header {
    position: relative;
    margin: 0;
    padding: 0;
    width:100%;
    height:90px;
}

.panel-menu-shop-001 .header a.close {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 0;
    z-index: 888;
}

.panel-menu-shop-001 .header .title {
    position: relative;
    margin: 0;
    padding: 0;
    width: 240px;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .header .title a img {
    width: auto;
    height: 90px;
}

.panel-menu-shop-001 .panel-menu-shop-001-container {
    position: relative;
    margin:0 0 0 0;
    padding:0 0 10px 0;
    width:100%;
    height:calc(100% - 130px);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.panel-menu-shop-001 .panel-menu-shop-001-shadow {
    position: absolute;
    top: 90px;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 50px;
    z-index: 1;
    background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-shop-001 .content {
    position: relative;
    margin:0;
    padding:0 0 0 0;
    font-family: 'Lato', sans-serif;
}

.panel-menu-shop-001 .content .section {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    display: table;
    width: 100%;
    clear: both;
    border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-shop-001 .content .section.no-border:last-child,
.panel-menu-shop-001 .content .section.no-border {
    border-bottom: none;
}

.panel-menu-shop-001 .section .title {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    color: var(--link);
    text-align: left;
    width: 100%;
    height: 51px;
    border-left: 10px solid transparent;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .section .title.active {
    border-left: 10px solid var(--border-left-sub-menu);
    background-color: #f8f8f8;
}

.panel-menu-shop-001 .section .title a {
    display: inline;
    align-items: center;
    float: left;
    width: calc(100% - 47px);
    padding: 0 0 0 25px;
    line-height: 20px;
}

.panel-menu-shop-001 .section .title a.with-icon {
    display: flex;
    font-family: Gotham Book;
    font-size: 14px;
    letter-spacing: 0px;
}

.panel-menu-shop-001 .section li .title {
    padding: 0 0 0 0;
}

.panel-menu-shop-001 .section a.submenu-open {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
    width: 25px;
    height: 51px;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .page-link {

}

.panel-menu-shop-001 .page-link.with-icon {
    font-size:20px;
}

.panel-menu-shop-001 .page-link.with-icon img {
    float:left;
    margin-right:15px;
    width: 25px;
    height: 25px;
}

.panel-menu-shop-001 .content ul {
    position: relative;
    margin:0;
    padding:0 0 0 40px;
    width:100%;
    clear: both;
    display: none;
    border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-shop-001 .content ul li ul {
    position: relative;
    margin:0;
    padding:0 0 10px 0;
    width:100%;
    clear: both;
    display: none;
    border-left: 10px solid transparent;
}

.panel-menu-shop-001 .content ul li ul.visibile {
    padding: 0 0 0 0;
}

.panel-menu-shop-001 .content ul li {
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
    border-bottom: 1px solid var(--border-bottom-items);
    line-height: 50px;
}

.panel-menu-shop-001 .content ul li a {
    line-height: 50px;
}

.panel-menu-shop-001 .content ul li:last-child {
    border-bottom:none;
}

.panel-menu-shop-001 .vetrina {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-shop-001 .vetrina a {
    line-height: 50px;
    color: #111;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    width: calc(100% - 60px);
    padding: 0 0 0 35px;
}

.panel-menu-shop-001 .vetrina a.magnifier {
    width: 50px;
    padding: 0 0 0 0;
    float: right;
}

.panel-menu-shop-001 .vetrina a.magnifier img {
    opacity: 0.5;
}

.panel-menu-shop-001 .content ul li a {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 10px 0 0px;
    display: inline-block;
    width: 82%;
    font-size: 20px;
    font-weight: 300;
    color: var(--link);
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.panel-menu-shop-001 .content ul li a.page-link {
    float:right;
    width:50px;
    padding:0;
    margin:0 10px 0 0;
}

.panel-menu-shop-001 .content ul li a.open-sub {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    display: inline-block;
    width: calc(100% - 60px);
}

/*
.panel-menu-shop-001 .content ul li a.open-sub {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 40px 0 0px;
    display: inline-block;
    float: right;
    width: 8%;
}
*/
.panel-menu-shop-001 .content ul li a span {
    font-weight: 700;
    margin-left: 6px;
}

.panel-menu-shop-001 .section .title a:hover,
.panel-menu-shop-001 a.single:hover,
.panel-menu-shop-001 .content ul li a:hover {
    color: var(--link-over);
}

.panel-menu-shop-001 .content ul li a.evidence {
    font-weight: 400;
}

.panel-menu-shop-001 .content ul li a.submenu-open {
    border:none;
}

.panel-menu-shop-001 .shop-plain {
    position: relative;
    margin: 50px 0 0 0;
    padding: 0;
    display: block;
    clear: both;
}

.panel-menu-shop-001 .shop-plain .section .title {
    font-size: 20px;
    font-weight: 400;
}

.panel-menu-shop-001 .content .single-image {
    position: relative;
    margin: 25px 10px 10px 10px;
    padding: 0 0 0 0;
    clear: both;
    display: flex;
    justify-content: center;
}

.panel-menu-shop-001 .content .single-image a {
}

.panel-menu-shop-001 .content .single-image a img.round {
    border-radius: 10px;
}

.panel-menu-shop-001 .footer {
    position: absolute;
    bottom:0;
    top: auto;
    margin: 0;
    padding: 0;
    width:100%;
    max-width: 420px;
    height:50px;
    clear: both;
    border-top: 1px solid var(--border-bottom-items);
    background-color: #fff;
}

.panel-menu-shop-001 .footer a {
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 400;
    color: var(--link);
    text-transform: uppercase;
    font-family: Gotham Medium;
}

.panel-menu-shop-001 .footer a:hover {
    color: var(--link);
}

.panel-menu-shop-001 .footer a span {
    font-family: Gotham Black;
    padding-left: 5px;
}

.panel-menu-shop-001 .for-shop {
    position:absolute;
    right:60px;
    top:21px;
    width:80px;
}

@media only screen and (max-width: 590px) {

    .panel-menu-shop-001 .header-menu .title {
        padding: 0 0 0 0;
    }

}

@media only screen and (max-width: 480px) {

    .panel-menu-shop-001 .section .title {
        line-height: 20px;
    }

    .panel-menu-shop-001 .section .title a.page-link {
        line-height: 46px;
    }

    .panel-menu-shop-001 .page-link {
        line-height: 46px;
    }

    .panel-menu-shop-001-content ul li a {
        padding: 0 60px 0 28px;
        background-position: 18px center;
    }

    .panel-menu-shop-001-content ul li ul li a {
        padding: 0 40px 0 40px;
        background-position: 30px center;
    }

    .panel-menu-shop-001 ul li a.page-link {
/*
        display: contents;
*/
    }

    .panel-menu-shop-001 a.single {
        padding: 0 0 0 30px;
    }

}

@media only screen and (max-width: 320px) {

    .panel-menu-shop-001 .section .title {
        font-size: 20px;
    }

    .panel-menu-shop-001 .content ul li a {
        padding: 0 20px 0 0px;
        font-size: 18px;
    }

    .panel-menu-shop-001 .for-shop {
        top:15px;
    }

    .panel-menu-shop-001 .header a.close {
        top: 15px;
    }

}
/*--- ! ---*/

:root {
    --colore-0: transparent;
    --colore-1: #000;

    --colore-h: #1f1f1f;
    --colore-p: #333;

    --nuovo-font: "Archivo", sans-serif;
}

.colore-0 {
    color: var(--colore-0);
}

.colore-1 {
    color: var(--colore-1);
}

.colore-2 {
    color: var(--colore-2);
}

.colore-3 {
    color: var(--colore-3);
}

.colore-4 {
    color: var(--colore-4);
}

.colore-5 {
    color: var(--colore-5);
}

.bg-colore-0 {
    background-color: var(--colore-0);
}

.bg-colore-1 {
    background-color: var(--colore-1);
}

.bg-colore-2 {
    background-color: var(--colore-2);
}

.bg-colore-3 {
    background-color: var(--colore-3);
}

.bg-colore-4 {
    background-color: var(--colore-4);
}

.bg-colore-5 {
    background-color: var(--colore-5);
}


.blueimp-gallery > .prev, 
.blueimp-gallery > .next {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    opacity: 0.9;
}

.blueimp-gallery > .close {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    opacity: 0.9;
    padding: 0;
}
/*--- typography ---*/

h1.nuovofont, 
h2.nuovofont, 
h3.nuovofont, 
h4.nuovofont, 
h5.nuovofont, 
h6.nuovofont,
.titolo-h1,
.titolo-h2,
.titolo-h3,
.titolo-h4,
.titolo-h5,
.titolo-h6,
.titolo-xl,
.titolo-xxl,
.titolo-xxxl { 
    font-family: var(--nuovo-font);
    color: var(--colore-1);
}

h1.nuovofont,
.titolo-h1 {
    font-size: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -3px;
    margin: 20px 0 30px 0;
}

h2.nuovofont,
.titolo-h2 {
    font-size: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -2px;
    margin: 20px 0 25px 0;
}

h3.nuovofont,
.titolo-h3 {
    font-size: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -1px;
    margin: 20px 0 20px 0;
}

h4.nuovofont,
.titolo-h4 {
    font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -1px;
    margin: 20px 0 10px 0;
}

h5.nuovofont,
.titolo-h5 {
    font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -1px;
    margin: 20px 0 10px 0;
}

h6.nuovofont,
.titolo-h6 {
    font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -1px;
    margin: 20px 0 10px 0;
}

.titolo-xl {
    font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -3px;
    margin: 20px 0 30px 0;
}

.titolo-xxl {
    font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -3px;
    margin: 20px 0 30px 0;
}

.titolo-xxxl {
    font-size: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
    font-weight: 100;
    letter-spacing: -3px;
    margin: 20px 0 30px 0;
}


p {
    color: var(--colore-p);
    font-family: var(--nuovo-font);
    font-weight: 400;
}
/*
p {
    font-family: 'Poppins', sans-serif;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
}

ul li, ol li {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
}
*/


@media screen and (min-width: 3001px) {

h1.nuovofont,
.titolo-h1 {
    font-size: 65px;
    line-height: 65px;
}

h2.nuovofont,
.titolo-h2 {
    font-size: 50px;
    line-height: 50px;
}

h3.nuovofont,
.titolo-h3 {
    font-size: 40px;
    line-height: 40px;
}

h4.nuovofont,
.titolo-h1 {
    font-size: 30px;
    line-height: 35px;
}

h5.nuovofont,
.titolo-h5 {
    font-size: 25px;
    line-height: 30px;
}

h6.nuovofont,
.titolo-h6 {
    font-size: 20px;
    line-height: 25px;
}
/*
p {
    font-size: 18px;
    line-height: 25px;
}

ul li, ol li {
    font-size: 18px;
    line-height: 25px;
}
*/
}

@media screen and (max-width: 319px) {

h1.nuovofont,
.titolo-h1 {
    font-size: 45px;
    line-height: 45px;
}

h2.nuovofont,
.titolo-h2 {
    font-size: 40px;
    line-height: 40px;
}

h3.nuovofont,
.titolo-h3 {
    font-size: 35px;
    line-height: 35px;
}

h4.nuovofont {
    font-size: 30px;
    line-height: 35px;
}

h5.nuovofont,
.titolo-h5 {
    font-size: 25px;
    line-height: 30px;
}

h6.nuovofont,
.titolo-h6 {
    font-size: 20px;
    line-height: 25px;
}
/*
p {
    font-size: 16px;
    line-height: 23px;
}

ul li, ol li {
    font-size: 16px;
    line-height: 23px;
}
*/
}

/*--- personalizzazoione pulsante intro ---*/
.intro-001-intro-block a {
    position: relative;
    display: inline-block;
    padding: 8px 50px 10px 50px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.40);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background-color: transparent;
    border-radius: 100px;
}

.intro-001-intro-block a:hover {
    background-color: #fff;
    color: #333;
}

.intro-001-intro-block a.eventi {
    position: relative;
    display: inline-block;
    padding: 8px 50px 10px 50px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.40);
    color: #753b3e;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background-color: rgba(255,255,255,1);
    border-radius: 100px;
}

.intro-001-intro-block a.eventi:hover {
    background-color: transparent;
    color: #fff;
}

/*--- personalizzabile tramite override end ---*/




/* padding con media query in base alla risoluzione del monitor per testi con immagine wide */

@media only screen and (max-width: 480px) {
    .padding-blocco-wide-dx {
        padding: 0px 0px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .padding-blocco-wide-dx {
        padding: 0px 0px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .padding-blocco-wide-dx {
        padding: 0px 0px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .padding-blocco-wide-dx {
        padding: 0px 50px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 50px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .padding-blocco-wide-dx {
        padding: 0px 100px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 100px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .padding-blocco-wide-dx {
        padding: 0px 150px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 150px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .padding-blocco-wide-dx {
        padding: 0px 200px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 200px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2099px) {
    .padding-blocco-wide-dx {
        padding: 0px 250px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 250px;
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2299px) {
    .padding-blocco-wide-dx {
        padding: 0px 350px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 350px;
    }
}

@media only screen and (min-width: 2300px) and (max-width: 2559px) {
    .padding-blocco-wide-dx {
        padding: 0px 450px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 450px;
    }
}

@media only screen and (min-width: 2560px) {
    .padding-blocco-wide-dx {
        padding: 0px 500px 0px 0px;
    }
    .padding-blocco-wide-sx {
        padding: 0px 0px 0px 500px;
    }
}

.immagine-chisiamo {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) { 
    .immagine-chisiamo {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

@media (max-width: 480px) { 
    .immagine-chisiamo {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

.immage-banner{
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.sfondo-ottico-ragazza {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icona-ragazza {
    height: 50px;
}

.btn-contatti {
    background-color: white; 
    color: black; 
    border-radius: 50px;
    padding: 10px 40px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 26px;
    font-weight: 500; 
    cursor: pointer; 
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.btn-contatti:hover {
    background-color: black; 
    color: white; 
}

.testo-ragazza {
    font-family: Gotham Book;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 100;
}

.contenitore-testo-ragazza {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 0 0 0px;
}

@media only screen and (max-width: 480px) {
    .contenitore-testo-ragazza {
        height: 70px;
        display: flex !important;
        align-items: end;
        padding: 0 0 0 20px;
    }
    .testo-ragazza {
        margin: 0px 0 32px 0 !important;
        font-size: 20px;
        line-height: 24px;
    }

    .slider-001-container {
        padding: 20px 0 30px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .contenitore-testo-ragazza {
        height: 70px;
        display: flex !important;
        align-items: end;
        padding: 0 0 0 20px;
    }
    .testo-ragazza {
        font-size: 27px;
        line-height: 27px;
        margin: 0 0 33px 0;

    }
}        

.guida-taglie {
    text-decoration: none!important;
    position: relative;
    display: inline-block;
    color: #000;
    overflow: hidden; /* Garantisce che il ::after non si estenda fuori dall'elemento */
}

.guida-taglie:after {
    content: "";
    width: 0%;
    height: 100%;
    background: #7cc5be;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out; /* Transizione sia per entrata che uscita */
    z-index: -1; /* Posiziona il background dietro il testo */
}

.guida-taglie:hover::after {
    width: 100%;
    right: 0;
}

.guida-taglie:hover {
    color: #fff!important; /* Cambia colore testo */
    background-color: transparent!important;
    border: 1px solid#7cc5be!important;
}

.guida-taglie:not(:hover) {
    transition: color 0.4s ease-out 0.4s; 
}
:root {
    --border-radius-slider-slider-001-dx: 0px;
    --border-radius-slider-slider-001-sx: 0px;
    --border-radius-slider-slider-001-dx-tablet: 0px;
    --border-radius-slider-slider-001-sx-tablet: 0px;
    --border-radius-slider-slider-001-dx-smartphone: 0px;
    --border-radius-slider-slider-001-sx-smartphone: 0px;
}

.rsContainer .shadow-top {
    background: rgba(0, 0, 0, 0)!important;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {

	.slider-001 .rsMinW,
	.slider-001 .rsMinW .rsOverflow,
	.slider-001 .rsMinW .rsSlide,
	.slider-001 .rsMinW .rsVideoFrameHolder,
	.slider-001 .rsMinW .rsThumbs {
		height: calc(50vw - 50px)!important;
	}
	
	.slider-001 .royalcover {
		height: calc(50vw - 50px);
	}

}

        .slider-001-container { 
            padding: 50px 0 50px 50px;
        }

        
    .slider-001-container .card-icon {
        width: 100px;
        height: 100px;
    }

    .slider-001-container .bullet.active {
        width: 32px;
        background: #d8d8d8;
    }

.slider-001-container .bullet {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #f2f2f2;
    border: none;
    cursor: pointer;
    transition: all 0.5s 
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin: 0;
}

.slider-001-container .bullet:hover {
    background: rgb(119 119 119 / 32%);
}

.hero-section-slider-001-container {
    width: 100%;
    background: white;
    overflow: hidden;
    padding: 90px 0 0 0;
}

.newstape2 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 768px) {
    .footer-001-footer {
        padding: 0 0 50px 0!important;
}
}
/* Root Variables */
:root {
  --media-radius: 50px;
}
html {
  overflow-x: inherit;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden;
}

/* Global media border-radius */
video,
.intro-image img,
.camera-left img,
.camera-right img,
.meta-ai-image-full img,
.feature-video video,
.battery-image video,
.transitions-demo video,
.glasses-display img,
.panel-video video,
.media-wrapper video {
  border-radius: var(--media-radius);
}

.hero-video,
.audio-bg-video {
  border-radius: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Hero Section */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.4)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 100px;
  letter-spacing: 15px;
  margin-bottom: 10px;
  animation: fadeInUp 1s ease;
}

.hero-logo {
  width: 280px;
  height: auto;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease;
}

.hero-subtitle {
  font-size: 22px;
  letter-spacing: 8px;
  margin-bottom: 40px;
  font-weight: 400;
  animation: fadeInUp 1s ease 0.2s both;
  color: #fff;
}

.hero-btn {
  background: #fff;
  color: #1a1a1a;
  border: none;
  padding: 15px 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease 0.4s both;
}

.hero-btn:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Intro Section */
.intro-section {
  padding: 120px 0;
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.intro-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.intro-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 35px;
}

.btn-primary {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 15px 45px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #333;
}

.intro-image img {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

/* Updates Section */
.updates-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  letter-spacing: 3px;
  margin-bottom: 60px;
  text-align: center;
  color: #1a1a1a;
}

.section-title span {
  color: #c41e3a;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.update-card {
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.update-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.update-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
}

.update-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.update-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a1a1a;
}

.update-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #888;
}

/* Camera Section */
.camera-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f0f0f0, #e8e8e8);
}

.camera-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.camera-left img {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

.camera-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.camera-text h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.camera-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.camera-right > img {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

/* Meta AI Section */
.meta-ai-section {
  padding: 100px 0;
  background: #fff;
}

.meta-ai-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.meta-ai-header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.meta-ai-header p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.meta-ai-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.meta-ai-left img,
.meta-ai-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.meta-ai-video-full {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 50px;
  overflow: hidden;
}

.meta-ai-video-full video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
}

.meta-ai-image-full {
  width: 100%;
  margin-bottom: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.meta-ai-image-full img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
}

/* Feature Blocks */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
  align-items: center;
}

.feature-block.reverse {
  direction: rtl;
}

.feature-block.reverse > * {
  direction: ltr;
}

.feature-text {
  padding: 30px;
}

.feature-text h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.feature-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.feature-video video {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

.feature-image img {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

/* Battery Section */
.battery-section {
  padding: 100px 0;
  background: #f5f5f5;
}

.battery-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.battery-text h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.battery-text h3 {
  font-size: 18px;
  color: #c41e3a;
  margin-bottom: 20px;
  font-weight: 600;
}

.battery-text > p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 35px;
}

.battery-stats {
  display: flex;
  gap: 50px;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  color: #c41e3a;
}

.stat-label {
  font-size: 13px;
  color: #888;
}

.battery-image video {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

/* Transitions Section */
.transitions-section {
  padding: 100px 0;
  background: #fff;
}

.transitions-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.transitions-logo {
  height: 60px;
  margin-bottom: 25px;
}

.transitions-header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 38px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.transitions-header p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.transitions-demo {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.transitions-demo video {
  width: 100%;
  height: auto;
}

/* Colors Section */
.colors-section {
  padding: 80px 0;
  background: #f3f1ec;
}

.colors-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.colors-left {
  padding-right: 40px;
}

.colors-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
  color: #1a1a1a;
}
h3.colors-title {
  font-size: 22px;
  font-weight: 400;
}

.colors-description {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.color-selector {
  display: flex;
  gap: 20px;
}

.color-option {
  width: 90px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.color-option:hover {
  transform: scale(1.05);
}

.color-option.active {
  border-color: #e1e1e1;
}

.color-option img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.colors-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.glasses-display {
  position: relative;
  width: 100%;
}

.glasses-display img {
  max-width: 100%;
  height: auto;
  border: 1px solid #bbbbbb;
}

/* Capture Section */
.capture-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
}

.capture-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.capture-header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.capture-header p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.capture-interactive {
  max-width: 1200px;
  margin: 0 auto;
}

.capture-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.capture-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 35px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.capture-tab:hover {
  border-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.capture-tab.active {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.tab-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  color: #999;
  transition: color 0.3s ease;
}

.capture-tab.active .tab-number {
  color: #c41e3a;
}

.tab-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.capture-tab.active .tab-title {
  color: #fff;
}

.capture-content-wrapper {
  position: relative;
  min-height: 500px;
}

.capture-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.capture-panel.active {
  display: grid;
  opacity: 1;
  transform: translateY(0);
}

.panel-video {
  position: relative;
  border-radius: var(--media-radius);
  overflow: hidden;
}

.panel-video video {
  width: 100%;
  height: auto;
  display: block;
}

.video-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
}

.panel-info {
  padding: 20px;
}

.panel-info h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.panel-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.panel-command {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f5f5f5;
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
}

.command-icon {
  font-size: 18px;
}

.command-text {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  font-style: italic;
}

/* Listen & Call Section */
.listen-call-section {
  padding: 100px 0;
  background: #f5f5f5;
}

.listen-call-grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.listen-block,
.call-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.media-wrapper video {
  width: 100%;
  height: auto;
  border-radius: var(--media-radius);
}

.text-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.text-content h3 {
  font-size: 16px;
  color: #c41e3a;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}
/* Aggiungi questa regola */
.media-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* E modifica questa regola esistente per sicurezza */
.listen-block,
.call-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.listen-block > *,
.call-block > * {
  min-width: 0; /* Importante per evitare overflow in grid */
}
/* Audio Section */
.audio-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.audio-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-content {
  text-align: center;
  color: #fff;
  max-width: 600px;
  padding: 0 20px;
}

.audio-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  margin-bottom: 15px;
  color: #fff;
}

.audio-content > p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 40px;
  color: #fff;
}

/* Audio Player */
.audio-player {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  padding: 20px 30px;
  border-radius: 60px;
  margin-bottom: 40px;
}

.play-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.play-btn svg {
  width: 22px;
  height: 22px;
  color: #1a1a1a;
}

.play-btn .play-icon {
  /* margin-left: 3px; */
}

.audio-progress-container {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 18px;
}

.audio-progress-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.audio-progress {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  width: 0%;
  transition: width 0.1s linear;
}

.audio-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 11px;
  opacity: 0.8;
  font-variant-numeric: tabular-nums;
}

.audio-time span {
  min-width: 35px;
}

#audio-current {
  text-align: left;
}

#audio-duration {
  text-align: right;
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.volume-btn {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.volume-btn svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.volume-slider {
  width: 80px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/* Audio Features */
.audio-features {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.audio-feature {
  text-align: center;
}

.feature-value {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  margin-bottom: 5px;
}

.feature-label {
  font-size: 12px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Specs Section */
.specs-section {
  padding: 80px 0;
  background: #f3f1ec;
}

.specs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.specs-header {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
  padding: 0 30px;
}

.specs-header-spacer {
  /* Empty space for alignment */
}

.specs-header-gen {
  text-align: left;
}

.specs-header-gen span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 2px;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 8px;
}

.spec-row {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 30px;
  background: #f3f1ec;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 15px;
  align-items: start;
}

.spec-label {
  display: flex;
  align-items: center;
  gap: 15px;
}

.spec-label img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.spec-label h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 1px;
}

.spec-gen1,
.spec-gen2 {
  text-align: left;
}

.spec-gen1 p,
.spec-gen2 p {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
  margin: 0 0 8px 0;
}

.spec-gen2 p.highlight {
  font-weight: 600;
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.cta-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.cta-content h3 {
  font-size: 18px;
  color: #c41e3a;
  margin-bottom: 15px;
  font-weight: 600;
}

.cta-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 35px;
}

.cta-main-btn {
  background: #c41e3a;
  color: #fff;
  border: none;
  padding: 16px 55px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-main-btn:hover {
  background: #a01830;
  transform: translateY(-2px);
}

.cta-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cta-images img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.cta-images img:hover {
  transform: scale(1.02);
}

/* Footer */
.footer {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #eee;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  height: 22px;
  margin-bottom: 15px;
}

.footer-content p {
  font-size: 12px;
  color: #999;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }

  .capture-panel {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 70px;
    letter-spacing: 8px;
  }

  .camera-content,
  .battery-content,
  .colors-wrapper,
  .listen-block,
  .call-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .meta-ai-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .panel-info {
    padding: 0;
  }
  .battery-stats {
    justify-content: center;
  }
  .colors-wrapper {
    padding: 0 20px;
  }

  .colors-left {
    padding-right: 0;
  }

  .colors-title {
    font-size: 25px;
  }
  h3.colors-title {
    font-size: 20px;
  }
  .feature-block,
  .feature-block.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .cta-images {
    grid-template-columns: 1fr;
  }

  .capture-tabs {
    flex-wrap: wrap;
  }

  .capture-panel {
    grid-template-columns: 1fr;
  }

  .spec-card {
    padding: 22px 28px;
  }

  .audio-player {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 20px;
    justify-content: center;
  }

  .audio-progress-container {
    order: 3;
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }

  .audio-features {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  body {
    overflow: inherit;
  }
  .container {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 45px;
    letter-spacing: 5px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .section-title,
  .intro-content h2,
  .meta-ai-header h2,
  .battery-text h2,
  .text-content h2,
  .capture-header h2,
  .specs-title,
  .cta-content h2 {
    font-size: 35px;
  }

  .updates-grid {
    grid-template-columns: 1fr;
  }

  .color-selector {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .color-option {
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }

  .color-option img {
    width: 80px;
  }

  .capture-tab {
    padding: 14px 25px;
  }
  .specs-header-gen {
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 66px;
    padding: 10px 0;
    width: calc(50%);
    display: flex;
    justify-content: center;
  }
  .specs-header-gen span {
    border-bottom: none;
    padding-bottom: 0;
  }
  .tab-number {
    display: none;
  }

  .panel-info h3 {
    font-size: 32px;
  }

  .specs-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: sticky;
    top: 90px;
    background: #f3f1ec;
    z-index: 10;
  }

  .specs-header-spacer {
    display: none;
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .spec-label {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .spec-gen1,
  .spec-gen2 {
    padding-left: 0;
  }

  .spec-gen1 p,
  .spec-gen2 p {
    font-size: 13px;
  }

  .spec-row .spec-gen1,
  .spec-row .spec-gen2 {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
  }

  .specs-header {
    gap: 10px;
    margin-bottom: 5px;
  }

  .spec-row .spec-gen1 {
    padding-right: 10px;
  }

  .spec-row .spec-gen2 {
    padding-left: 20px;
    border-left: 1px solid #ccc;
  }

  .spec-row {
    display: block;
  }

  .spec-row .spec-label {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }

  .audio-features {
    gap: 20px;
  }

  .updates-section,
  .camera-section,
  .battery-section,
  .transitions-section,
  .colors-section,
  .listen-call-section,
  .specs-section,
  .cta-section {
    padding: 60px 0;
  }
  .intro-section {
    padding: 60px 0 0 0;
  }
  .capture-section {
    padding: 60px 0 0 0;
  }
  .meta-ai-section {
    padding: 60px 0 0 0;
  }
  .feature-text {
    padding: 0;
  }
  .feature-block {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    gap: 20px;
  }
  .battery-text {
    text-align: center;
  }
  .call-block > :nth-child(1) {
    order: 2;
  }

  .call-block > :nth-child(2) {
    order: 1;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
    letter-spacing: 3px;
  }

 .audio-features {
    flex-direction: column;
  }
  .hero-btn {
    padding: 12px 30px;
    font-size: 11px;
  }

  .battery-stats {
    justify-content: center;
    gap: 20px;
  }

  .transitions-logo {
    margin-bottom: 0;
  }
  .colors-left {
    padding-right: 0;
    text-align: center;
  }
}
/* Meta CTA Section */
.meta-cta-section {
    padding: 100px 0;
    background: #f3f1ec;
}

.meta-cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.meta-cta-content h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 55px;
    margin-bottom: 15px;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.meta-cta-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.meta-cta-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.meta-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.meta-cta-btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.meta-cta-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .meta-cta-section {
        padding: 60px 0;
    }
    
    .meta-cta-content h2 {
        font-size: 35px;
    }
    
    .meta-cta-content h3 {
        font-size: 16px;
    }
    
    .meta-cta-content p {
        font-size: 15px;
    }
    
    .meta-cta-btn {
        padding: 15px 30px;
        font-size: 12px;
    }
}
