
/* ==========================================================
   HEADER CONDIVISO DAVIT — stesso codice di Home/Shop
   ========================================================== */

@font-face{
	font-family:"madgue-script";
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:
		url("/wp-content/themes/davit-astra-child/fonts/1514Madgue-Script.woff2") format("woff2"),
		url("/wp-content/themes/davit-astra-child/fonts/1514Madgue-Script.woff") format("woff");
}

:root{
	--davit-gold:#c98806;
	--davit-dark:#1d1d1b;
	--davit-white:#fff;
	--davit-max:1200px;
}

html,body{
	margin:0!important;
	padding:0!important;
	width:100%;
}

body.davit-gianduiotti-standalone{
	overflow-x:hidden;
	background:#fff;
}

#wpadminbar{z-index:99999;}

.davit-live-home,
.davit-live-home *{
	box-sizing:border-box;
}

.davit-live-home{
	width:100%;
	margin:0;
	background:#fff;
	color:#1d1d1b;
	font-family:"mr-eaves-modern",sans-serif;
	font-size:19px;
	font-weight:400;
	line-height:24.7px;
}

.davit-live-home a{text-decoration:none;}
.davit-live-home img{display:block;max-width:100%;}

.dlh-header{
	position:fixed;
	z-index:50;
	top:0;
	left:0;
	width:100%;
	height:115px;
	color:#fff;
	background:transparent;
}

body.admin-bar .dlh-header{top:32px;}

@media(min-width:1200px){
	.dlh-header,
	.dlh-nav,
	.dlh-logo,
	.dlh-logo img,
	.dlh-menu>li>a{
		transition:height .18s ease,line-height .18s ease,width .18s ease;
	}
	.dlh-header.is-scrolled{height:50px;}
	.dlh-header.is-scrolled .dlh-topbar{display:none;}
	.dlh-header.is-scrolled .dlh-nav{height:50px;}
	.dlh-header.is-scrolled .dlh-nav__inner{height:50px;}
	.dlh-header.is-scrolled .dlh-logo{height:50px;}
	.dlh-header.is-scrolled .dlh-logo img{width:125px;max-height:50px;}
	.dlh-header.is-scrolled .dlh-menu>li>a{
		height:50px;
		line-height:50px;
		padding-top:0;
		padding-bottom:0;
	}
	.dlh-header.is-scrolled .dlh-cart{line-height:50px;}
	.dlh-header.is-scrolled .dlh-submenu{top:50px;}
}

.dlh-topbar{
	height:35px;
	display:flex;
	align-items:center;
	background:var(--davit-gold);
	color:#fff;
	font-family:"mr-eaves-modern",sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:35px;
}

.dlh-topbar__inner{
	width:min(1200px,calc(100% - 40px));
	margin:0 auto;
	display:grid;
	grid-template-columns:1fr auto 1fr;
	align-items:center;
	position:relative;
}

.dlh-topbar__message{
	grid-column:2;
	justify-self:center;
	white-space:nowrap;
	color:#fff;
	font-size:15px;
	font-weight:600;
	line-height:35px;
}

.dlh-topbar__right{
	grid-column:3;
	justify-self:end;
	display:flex;
	align-items:center;
	gap:13px;
	white-space:nowrap;
}

.dlh-topbar a{color:#fff;}

.dlh-topbar__social{
	display:flex;
	align-items:center;
	justify-content:center;
	width:16px;
	height:35px;
	color:#fff!important;
}

.dlh-topbar__social svg{
	display:block;
	width:16px;
	height:16px;
	fill:currentColor;
}

.dlh-nav{
	height:80px;
	display:flex;
	align-items:center;
	background:#1d1d1b;
	border-bottom:0;
}

.dlh-nav__inner{
	width:min(1200px,calc(100% - 40px));
	height:100%;
	margin:0 auto;
	padding:0 20px;
	display:grid;
	grid-template-columns:220px 1fr auto;
	align-items:center;
	gap:20px;
}

.dlh-logo{
	display:flex;
	align-items:center;
	height:80px;
}

.dlh-logo img{
	width:187.48px;
	max-height:80px;
	height:auto;
}

.dlh-menu{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:0;
	margin:0;
	padding:0;
	list-style:none;
}

.dlh-menu>li{position:relative;}

.dlh-menu>li>a{
	display:block;
	height:80px;
	padding:2px 10px 0;
	color:#fff;
	font-family:"mr-eaves-modern",sans-serif;
	font-size:13px;
	font-weight:600;
	line-height:80px;
	letter-spacing:0;
	text-transform:uppercase;
	white-space:nowrap;
}

.dlh-submenu{
	position:absolute;
	top:80px;
	left:0;
	min-width:205px;
	margin:0;
	padding:10px 0;
	list-style:none;
	background:#fff;
	box-shadow:0 10px 28px rgba(0,0,0,.2);
	opacity:0;
	visibility:hidden;
	transform:translateY(6px);
	transition:.18s ease;
}

.dlh-menu li:hover>.dlh-submenu,
.dlh-menu li:focus-within>.dlh-submenu{
	opacity:1;
	visibility:visible;
	transform:none;
}

.dlh-submenu a{
	display:block;
	padding:10px 18px;
	color:#333;
	font-size:13px;
	line-height:1.3;
}

.dlh-lang-flags{
	display:flex;
	align-items:center;
	gap:12px;
	margin-left:12px;
	margin-right:12px;
}

.dlh-lang-flags a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:80px;
}

.dlh-lang-flags img,
.dlh-lang-flags svg{
	display:block;
	width:18px;
	height:12px;
}

.dlh-header.is-scrolled .dlh-lang-flags a{height:50px;}

.dlh-nav-actions{
	display:flex;
	align-items:center;
}

.dlh-cart{
	color:#fff;
	font-size:19px;
	line-height:80px;
}

.dlh-mobile-toggle{
	display:none;
	width:40px;
	height:40px;
	padding:0;
	border:0;
	background:transparent;
	color:#fff;
	font-size:25px;
	cursor:pointer;
}

@media(max-width:1199px){
	.dlh-header{
		position:relative;
		height:85px;
	}
	body.admin-bar .dlh-header{top:0;}
	.dlh-nav{
		height:50px;
		background:#1d1d1b;
	}
	.dlh-nav__inner{
		width:100%;
		padding:0 20px;
		grid-template-columns:1fr auto;
	}
	.dlh-logo{height:50px;}
	.dlh-logo img{
		width:117.16px;
		max-height:50px;
	}
	.dlh-menu{
		position:absolute;
		z-index:60;
		top:85px;
		left:0;
		right:0;
		display:none;
		flex-direction:column;
		align-items:stretch;
		padding:8px 22px 18px;
		background:#111;
	}
	.dlh-menu.is-open{display:flex;}
	.dlh-menu>li>a{
		height:auto;
		padding:11px 0;
		line-height:1.3;
	}
	.dlh-submenu{
		position:static;
		display:block;
		min-width:0;
		padding:0 0 5px 16px;
		background:transparent;
		box-shadow:none;
		opacity:1;
		visibility:visible;
		transform:none;
	}
	.dlh-submenu a{padding:7px 0;color:#ccc;}
	.dlh-mobile-toggle{display:block;}
	.dlh-lang-flags,
	.dlh-nav-actions{display:none;}
}

@media(max-width:767px){
	.dlh-header{height:95px;}

	.dlh-topbar{
		height:45px;
		padding:0 5px;
		line-height:35px;
	}
	.dlh-topbar__right{display:none;}
	.dlh-topbar__inner{
		width:100%;
		display:flex;
		justify-content:center;
		text-align:center;
		font-size:16px;
	}
	.dlh-topbar__message{
		grid-column:auto;
		justify-self:auto;
		font-size:16px;
		line-height:20px;
		white-space:normal;
	}
	.dlh-nav{height:50px;}
	.dlh-menu{top:95px;}
}

/* Gli elementi generati per il menu mobile non devono apparire su desktop. */
.dlh-mobile-submenu-toggle,
.dlh-mobile-lang{
	display:none!important;
}

@media(max-width:767px){
	.dlh-mobile-toggle{
		display:block!important;
		width:40px!important;
		height:40px!important;
		padding:0!important;
		margin:0!important;
		border:0!important;
		border-radius:0!important;
		background:transparent!important;
		box-shadow:none!important;
		color:#fff!important;
		font-family:Arial,sans-serif!important;
		font-size:31px!important;
		font-weight:300!important;
		line-height:40px!important;
		text-align:center!important;
		appearance:none!important;
		-webkit-appearance:none!important;
	}

	.dlh-mobile-toggle:hover,
	.dlh-mobile-toggle:focus,
	.dlh-mobile-toggle:active{
		background:transparent!important;
		box-shadow:none!important;
		color:#fff!important;
		outline:0!important;
	}

	.dlh-menu{
		position:absolute!important;
		z-index:2000!important;
		top:95px!important;
		left:0!important;
		right:0!important;
		width:100%!important;
		max-height:calc(100vh - 95px)!important;
		margin:0!important;
		padding:0!important;
		overflow-x:hidden!important;
		overflow-y:auto!important;
		flex-direction:column!important;
		align-items:stretch!important;
		background:#fff!important;
		box-shadow:none!important;
	}

	.dlh-menu.is-open{display:flex!important;}

	.dlh-menu>li{
		position:relative!important;
		width:100%!important;
		margin:0!important;
		padding:0!important;
		border:0!important;
		border-bottom:1px solid #e5e5e5!important;
		background:#fff!important;
	}

	.dlh-menu>li>a{
		display:flex!important;
		align-items:center!important;
		width:100%!important;
		min-height:63px!important;
		height:63px!important;
		margin:0!important;
		padding:0 50px 0 20px!important;
		box-sizing:border-box!important;
		background:#fff!important;
		color:#4a4a4a!important;
		font-family:"mr-eaves-modern",sans-serif!important;
		font-size:16px!important;
		font-weight:600!important;
		line-height:20px!important;
		text-transform:uppercase!important;
		text-decoration:none!important;
	}

	.dlh-submenu{
		position:static!important;
		display:none!important;
		min-width:0!important;
		width:100%!important;
		margin:0!important;
		padding:0!important;
		background:#fafafa!important;
		box-shadow:none!important;
		opacity:1!important;
		visibility:visible!important;
		transform:none!important;
	}

	.dlh-menu>li.is-mobile-open>.dlh-submenu{display:block!important;}

	.dlh-submenu li{
		margin:0!important;
		padding:0!important;
		border-top:1px solid #ececec!important;
	}

	.dlh-submenu a{
		display:flex!important;
		align-items:center!important;
		min-height:52px!important;
		padding:0 20px 0 34px!important;
		background:#fafafa!important;
		color:#555!important;
		font-family:"mr-eaves-modern",sans-serif!important;
		font-size:15px!important;
		font-weight:400!important;
		line-height:20px!important;
		text-transform:none!important;
	}

	.dlh-mobile-submenu-toggle{
		position:absolute!important;
		z-index:5!important;
		top:11px!important;
		right:9px!important;
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		width:45px!important;
		height:42px!important;
		margin:0!important;
		padding:0!important;
		border:0!important;
		background:transparent!important;
		box-shadow:none!important;
		color:#858585!important;
		font-size:0!important;
		cursor:pointer!important;
	}

	.dlh-mobile-submenu-toggle::before{
		content:""!important;
		display:block!important;
		width:12px!important;
		height:12px!important;
		border-right:4px solid #858585!important;
		border-bottom:4px solid #858585!important;
		transform:rotate(45deg) translate(-2px,-2px)!important;
	}

	.dlh-menu>li.is-mobile-open>.dlh-mobile-submenu-toggle::before{
		transform:rotate(225deg) translate(-2px,-2px)!important;
	}

	.dlh-mobile-lang{
		display:block!important;
		width:100%!important;
		height:66px!important;
		border-bottom:1px solid #e5e5e5!important;
		background:#fff!important;
	}

	.dlh-mobile-lang>a{
		display:flex!important;
		align-items:center!important;
		justify-content:flex-start!important;
		width:100%!important;
		height:66px!important;
		padding:0 20px!important;
		background:#fff!important;
	}

	.dlh-mobile-lang svg{
		display:block!important;
		width:24px!important;
		height:15px!important;
	}

	body.dlh-mobile-menu-open{overflow:hidden!important;}
}


/* ==========================================================
   DAVIT NEXT — PAGINA GIANDUIOTTI
   ========================================================== */

.davit-gianduiotti-page {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #1d1d1b;
	font-family: "mr-eaves-modern", sans-serif;
}

.davit-gianduiotti-hero {
	position: relative;
	height: 600px;
	margin: 20px;
	overflow: hidden;
	background-image: var(--davit-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.davit-gianduiotti-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .30);
}

.davit-gianduiotti-hero-title {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-family: "madgue-script", cursive;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.davit-gianduiotti-products {
	position: relative;
	z-index: 3;
	margin-top: -120px;
	padding: 10px 0 30px;
}

.davit-gianduiotti-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: calc(100% - 40px);
	max-width: 1146px;
	margin: 0 auto;
}

.davit-gianduiotti-card {
	box-sizing: border-box;
	min-width: 0;
	margin: 0;
	padding: 0 8px 16px;
	background: transparent;
}

.davit-gianduiotti-image-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.davit-gianduiotti-product-image-link {
	display: block;
	width: 100%;
}

.davit-gianduiotti-product-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0;
	object-fit: cover;
}

.davit-gianduiotti-cart {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .80);
	border: 0;
	border-radius: 0;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .20s ease, transform .20s ease;
}

.davit-gianduiotti-image-wrap:hover .davit-gianduiotti-cart {
	opacity: 1;
	transform: translateY(0);
	color: #fff;
}

.davit-gianduiotti-card-text {
	width: calc(100% - 30px);
	margin: 14px auto 0;
}

.davit-gianduiotti-product-title {
	margin: 0 0 5px;
	padding: 0;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
}

.davit-gianduiotti-product-title a {
	color: #1d1d1b;
	text-decoration: none;
}

.davit-gianduiotti-price {
	padding-top: 5px;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24.7px;
	color: #252525;
}

.davit-gianduiotti-story {
	position: relative;
	box-sizing: border-box;
	height: 644px;
	margin: 20px;
	padding: 40px;
	overflow: hidden;
	background-image: var(--davit-bg-desktop);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.davit-gianduiotti-story-content {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
}

.davit-gianduiotti-story h2 {
	margin: 0 0 18px;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 31.2px;
	color: #2f282c;
}

.davit-gianduiotti-story-link {
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
}

.davit-gianduiotti-story-link.mobile {
	display: none;
}

.davit-gianduiotti-about {
	box-sizing: border-box;
	min-height: 914px;
	width: 100%;
	padding: 100px 7vw;
	background-image: var(--davit-bg);
	background-size: cover;
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

.davit-gianduiotti-about-inner {
	width: 48%;
	max-width: 600px;
}

.davit-gianduiotti-about h2 {
	margin: 0 0 22px;
	font-family: "madgue-script", cursive;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
	color: #1d1d1b;
}

.davit-gianduiotti-about h3 {
	margin: 0 0 25px;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	color: #1d1d1b;
}

.davit-gianduiotti-about p {
	margin: 0 0 20px;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24.7px;
	color: #1d1d1b;
}

@media (max-width: 1024px) {
	.davit-gianduiotti-hero {
		height: 488px;
	}
	.davit-gianduiotti-story {
		height: 644px;
	}
	.davit-gianduiotti-about {
		min-height: 988px;
	}
}

@media (max-width: 768px) {
	.davit-gianduiotti-hero {
		height: 364px;
	}
	.davit-gianduiotti-about {
		min-height: 760px;
	}
}

@media (max-width: 600px) {
	.davit-gianduiotti-hero {
		width: calc(100% - 40px);
		height: 352px;
		margin: 20px;
	}

	.davit-gianduiotti-hero-title {
		font-size: 46px;
	}

	.davit-gianduiotti-products {
		margin-top: -40px;
		padding-top: 10px;
	}

	.davit-gianduiotti-grid {
		display: block;
		width: 281px;
		max-width: calc(100% - 94px);
		margin: 0 auto;
	}

	.davit-gianduiotti-card {
		width: 100%;
		padding: 0 8px 16px;
	}

	.davit-gianduiotti-product-image {
		width: 100%;
		aspect-ratio: 1 / 1;
	}

	.davit-gianduiotti-card-text {
		width: calc(100% - 30px);
	}

	.davit-gianduiotti-cart {
		position: relative;
		height: auto;
		min-height: 46px;
		padding: 10px 8px;
		line-height: 16px;
		text-align: center;
		opacity: 1;
		transform: none;
	}

	.davit-gianduiotti-story {
		height: 382px;
		margin: 0;
		padding: 30px 25px;
		background-image: var(--davit-bg-mobile);
		background-size: cover;
		background-position: 50% 50%;
	}

	.davit-gianduiotti-story-c {
		height: 368px;
	}

	.davit-gianduiotti-story-d {
		height: 394px;
	}

	.davit-gianduiotti-story h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.davit-gianduiotti-story-link.desktop {
		display: none;
	}

	.davit-gianduiotti-story-link.mobile {
		display: inline-block;
		margin-top: 12px;
		font-size: 13px;
		font-weight: 600;
		line-height: 18px;
		letter-spacing: .5px;
	}

	.davit-gianduiotti-about {
		min-height: 0;
		padding: 60px 35px 70px;
		background-image: none;
		background-color: #fff;
	}

	.davit-gianduiotti-about-inner {
		width: 100%;
		max-width: none;
	}

	.davit-gianduiotti-about h2 {
		font-size: 44px;
	}

	.davit-gianduiotti-about h3 {
		font-size: 21px;
		line-height: 27px;
	}

	.davit-gianduiotti-about p {
		font-size: 18px;
		line-height: 24px;
	}
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V3
   Correzioni dal confronto LIVE vs NEXT 1440 / 390 del 11-08-2026.
   ========================================================== */

/* Topbar: colore esatto LIVE. */
body.davit-gianduiotti-standalone .dlh-topbar{
	background:#c98806 !important;
}

/* Sul LIVE Gianduiotti desktop la navbar iniziale è chiara.
   Lo sticky resta scuro, come nel sistema condiviso DAVIT. */
@media (min-width:1200px){
	body.davit-gianduiotti-standalone .dlh-nav{
		background:#fff !important;
	}
	body.davit-gianduiotti-standalone .dlh-logo img{
		filter:brightness(0);
	}
	body.davit-gianduiotti-standalone .dlh-menu>li>a,
	body.davit-gianduiotti-standalone .dlh-cart{
		color:#1d1d1b !important;
	}
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-nav{
		background:#1d1d1b !important;
	}
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-logo img{
		filter:none;
	}
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-menu>li>a,
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-cart{
		color:#fff !important;
	}

	/* LIVE: header 115px + 20px di stacco prima dell'hero. */
	.davit-gianduiotti-page{
		padding-top:115px;
	}
}

/* Hero LIVE: 600px, titolo Madgue 50/25 e leggermente sopra il centro. */
.davit-gianduiotti-hero-title{
	top:43.33%;
	line-height:25px !important;
}

/* Card: quote LIVE desktop. */
@media (min-width:601px){
	.davit-gianduiotti-card{
		height:465.32px;
	}
}

.davit-gianduiotti-product-title{
	margin:0 0 5px !important;
	color:#1d1d1b !important;
}
.davit-gianduiotti-product-title a{
	color:#1d1d1b !important;
}

/* Fasce editoriali: colori rilevati sul LIVE. */
.davit-gianduiotti-story-a h2,
.davit-gianduiotti-story-b h2{
	color:#fff !important;
}
.davit-gianduiotti-story-c h2,
.davit-gianduiotti-story-d h2{
	color:#2f282c !important;
}
.davit-gianduiotti-story-link{
	color:#c98806 !important;
	font-size:19px !important;
	line-height:24.7px !important;
}
.davit-gianduiotti-story-link:hover,
.davit-gianduiotti-story-link:focus{
	color:#c98806 !important;
	text-decoration:underline;
}

/* ==========================================================
   FOOTER CONDIVISO — recuperato dal template Shop approvato
   ========================================================== */

.dlh-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:41.5927px;
	margin:0;
	padding:14px 24px;
	border:0;
	border-radius:3px;
	background:#c98806;
	color:#fff !important;
	font-family:"mr-eaves-modern",sans-serif;
	font-size:12px;
	font-weight:700;
	line-height:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.dlh-button::before{
	content:"›";
	margin-right:9px;
	font-size:16px;
	font-weight:400;
	line-height:1;
}

.dlh-footer{
	margin:0;
	background:#1d1d1b;
	color:#fff;
	font-family:"mr-eaves-modern",sans-serif;
	font-size:16px;
	line-height:24.7px;
}

.dlh-cat-footer{
	height:321.58px;
	display:grid;
	grid-template-columns:repeat(5,1fr);
	background:#111;
}
.dlh-cat-footer__item{
	position:relative;
	height:321.58px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}
.dlh-cat-footer__item::before{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.18);
}
.dlh-cat-footer__item .dlh-button{
	position:relative;
	z-index:1;
	margin:0;
	background:#c98806;
	border:0;
	color:#fff !important;
}
.dlh-cat-footer__item--gianduiotti{background-image:url("/wp-content/uploads/2020/11/gianduiotto-experiece-scatola-2.jpg");}
.dlh-cat-footer__item--cremini{background-image:url("/wp-content/uploads/2020/11/cremino-dettaglio-2.jpg");}
.dlh-cat-footer__item--tartufi{background-image:url("/wp-content/uploads/2020/11/tartufo-dettaglio.jpg");}
.dlh-cat-footer__item--tavolette{background-image:url("/wp-content/uploads/2020/11/tavolette.jpg");}
.dlh-cat-footer__item--creme{background-image:url("/wp-content/uploads/2025/05/crema-fondente-dettaglio-largo.jpg");}

.dlh-footer__main{
	width:min(923.34px,calc(66.6667% - 26px));
	margin:0 auto;
	padding:30px 0 0;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px;
	min-height:0;
}
.dlh-footer__main p{
	margin:0 0 20px;
	color:#fff;
	font-size:16px;
	line-height:20.8px;
}
.dlh-footer__main a{color:#fff;}

.dlh-footer__social{
	display:flex;
	align-items:center;
	gap:14px;
	margin-top:22px;
}
.dlh-footer__social a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	color:#fff;
}
.dlh-footer__social svg{
	display:block;
	width:20px;
	height:20px;
	fill:currentColor;
}
.dlh-footer__legal-links{margin-top:30px;}
.dlh-footer__legal-links a{
	display:block;
	font-size:16px;
	line-height:20.8px;
}
.dlh-footer__newsletter-image{
	display:block;
	width:calc(100% + 36px);
	height:200px;
	margin-left:-18px;
	object-fit:cover;
	object-position:50% 50%;
}
.dlh-footer__newsletter h2{
	margin:18px 14px 8px;
	color:#fff;
	font-family:"mr-eaves-modern",sans-serif;
	font-size:26px;
	font-weight:600;
	line-height:31.2px;
}
.dlh-footer__newsletter .intro{margin-bottom:2px;}
.dlh-footer__newsletter .subcopy{
	margin:0 14px 14px;
	font-size:15px;
	line-height:21.75px;
}
.dlh-footer__form{
	display:flex;
	margin:0 14px 12px;
}
.dlh-footer__form input{
	min-width:0;
	flex:1;
	height:42px;
	padding:0 12px;
	border:1px solid #444;
	border-right:0;
	background:#222;
	color:#fff;
	font:15px/1 "mr-eaves-modern",sans-serif;
}
.dlh-footer__form button{
	height:42px;
	padding:0 15px;
	border:0;
	background:#c98806;
	color:#fff;
	font:700 11px/1 "mr-eaves-modern",sans-serif;
}
.dlh-footer__consent{
	margin:0 14px !important;
	font-size:12px !important;
	line-height:16.8px !important;
}
.dlh-footer__bottom{
	border-top:1px solid rgba(255,255,255,.12);
}
.dlh-footer__bottom-inner{
	min-height:45px;
	padding:10px 20px 5px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:12px;
	font-size:11px;
	line-height:16px;
}
.dlh-footer__bottom-inner a{
	font-size:11px;
	font-weight:700;
}

/* ==========================================================
   MOBILE 390 — confronto LIVE
   ========================================================== */
@media (max-width:600px){

	/* LIVE: header 95px, hero sovrapposto di 45px e poi margine 20px:
	   top finale ~70px. */
	.davit-gianduiotti-hero{
		margin:-25px 20px 20px !important;
		height:351.56px;
	}

	/* Sul LIVE il titolo hero non è visibile a 390px. */
	.davit-gianduiotti-hero-title{
		display:none !important;
	}

	/* LIVE: griglia inizia ~108px dopo il fondo hero.
	   Con margin-bottom hero 20 + padding-top 10 => margin-top ~78px. */
	.davit-gianduiotti-products{
		margin-top:78px !important;
		padding-top:10px;
	}

	.davit-gianduiotti-card{
		height:383.13px;
		padding-bottom:0;
	}

	/* L'overlay Add to cart non deve aumentare l'altezza della card. */
	.davit-gianduiotti-cart{
		position:absolute !important;
		left:0;
		right:0;
		bottom:0;
		height:50px !important;
		min-height:50px !important;
		padding:0 !important;
		line-height:50px !important;
		opacity:0;
		transform:none;
	}
	.davit-gianduiotti-image-wrap:focus-within .davit-gianduiotti-cart{
		opacity:1;
	}

	.davit-gianduiotti-story-link.mobile{
		font-size:19px !important;
		line-height:24.7px !important;
		color:#c98806 !important;
	}

	.dlh-cat-footer{
		height:1607.89px;
		display:block;
	}
	.dlh-cat-footer__item{
		height:321.578px;
	}
	.dlh-footer__main{
		width:calc(100% - 70px);
		min-height:1208px;
		padding-top:30px;
		display:block;
	}
	.dlh-footer__newsletter{
		margin-top:42px;
	}
	.dlh-footer__newsletter-image{
		width:calc(100% + 36px);
		height:200px;
	}
	.dlh-footer__bottom-inner{
		min-height:15px;
		padding:10px 10px 5px;
	}
}

/* Tablet footer come Shop condiviso. */
@media (min-width:601px) and (max-width:1199px){
	.dlh-footer__main{
		width:min(923.34px,calc(100% - 70px));
	}
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V5
   Correzioni dal confronto visuale LIVE/NEXT 1440 + 390.
   Si parte dalla V3: nessuna modifica strutturale a immagini/footer.
   ========================================================== */

/* HERO */
.davit-gianduiotti-hero{
	background-size:cover !important;
	background-position:center center !important;
}
.davit-gianduiotti-hero-overlay{
	background:rgba(0,0,0,.40) !important;
	opacity:1 !important;
}
@media (min-width:601px){
	.davit-gianduiotti-hero-title{
		transform:translate(-50%, -50%) translateY(1px) !important;
	}
}

/* GRIGLIA DESKTOP: elimina i 10px che la fanno partire troppo in basso */
@media (min-width:601px){
	.davit-gianduiotti-products{
		padding-top:0 !important;
	}
}

/* FASCE EDITORIALI DESKTOP:
   contenuto nella zona bassa/destra come sul LIVE */
@media (min-width:601px){
	.davit-gianduiotti-story-content{
		position:absolute !important;
		left:40px !important;
		right:40px !important;
		bottom:78px !important;
		max-width:none !important;
		margin:0 !important;
		text-align:right !important;
	}

	.davit-gianduiotti-story h2{
		width:100% !important;
		margin:0 0 18px !important;
		text-align:right !important;
	}

	.davit-gianduiotti-story-link.desktop{
		display:block !important;
		width:100% !important;
		margin:0 !important;
		text-align:right !important;
	}
}

/* SEZIONE FINALE — gerarchia tipografica LIVE desktop */
@media (min-width:601px){
	.davit-gianduiotti-about h2{
		margin:0 0 18px !important;
		padding:0 !important;
		font-family:"mr-eaves-modern",sans-serif !important;
		font-size:20px !important;
		font-weight:400 !important;
		line-height:26px !important;
		color:rgb(29,29,27) !important;
	}

	.davit-gianduiotti-about h3{
		margin:0 0 25px !important;
		padding:0 !important;
		font-family:"madgue-script",cursive !important;
		font-size:50px !important;
		font-weight:400 !important;
		line-height:55px !important;
		color:rgb(201,136,6) !important;
	}

	.davit-gianduiotti-about p{
		font-size:19px !important;
		line-height:24.7px !important;
	}
}

/* MOBILE 390 */
@media (max-width:600px){

	/* Prima card circa 20px più in basso */
	.davit-gianduiotti-products{
		margin-top:98px !important;
		padding-top:10px !important;
	}

	/* Ritmo verticale più compatto */
	.davit-gianduiotti-grid{
		row-gap:0 !important;
		align-items:start !important;
	}
	.davit-gianduiotti-card{
		height:371px !important;
		padding-bottom:21px !important;
	}

	/* Fasce editoriali: composizione mobile LIVE */
	.davit-gianduiotti-story-content{
		position:absolute !important;
		inset:0 20px !important;
		display:flex !important;
		flex-direction:column !important;
		justify-content:center !important;
		align-items:center !important;
		max-width:none !important;
		margin:0 !important;
		padding:0 !important;
		text-align:center !important;
	}

	.davit-gianduiotti-story h2{
		width:100% !important;
		margin:0 0 18px !important;
		padding:0 !important;
		color:#fff !important;
		font-size:20px !important;
		line-height:26px !important;
		text-align:center !important;
	}

	.davit-gianduiotti-story-link.mobile{
		display:inline-block !important;
		width:auto !important;
		margin:20px auto 0 !important;
		padding:14px 24px !important;
		border:0 !important;
		border-radius:0 !important;
		background:rgb(201,136,6) !important;
		color:#fff !important;
		font-size:12px !important;
		font-weight:700 !important;
		line-height:12px !important;
		letter-spacing:0 !important;
		text-align:center !important;
		text-decoration:none !important;
	}

	/* Sezione finale — gerarchia tipografica LIVE mobile */
	.davit-gianduiotti-about h2{
		margin:0 0 18px !important;
		padding:0 !important;
		font-family:"mr-eaves-modern",sans-serif !important;
		font-size:20px !important;
		font-weight:400 !important;
		line-height:26px !important;
		color:rgb(29,29,27) !important;
	}

	.davit-gianduiotti-about h3{
		margin:0 0 18px !important;
		padding:0 !important;
		font-family:"madgue-script",cursive !important;
		font-size:35px !important;
		font-weight:400 !important;
		line-height:45.5px !important;
		color:rgb(201,136,6) !important;
	}

	.davit-gianduiotti-about p{
		font-size:19px !important;
		line-height:24.7px !important;
	}
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V6
   Correzione ESATTA titolo prodotto dal nodo <a> reale LIVE.
   Nessun'altra parte della pagina viene modificata.
   ========================================================== */

.davit-gianduiotti-product-title > a{
	color:#c98806 !important;
	font-family:"mr-eaves-modern",sans-serif !important;
	font-size:16px !important;
	font-weight:400 !important;
	line-height:18px !important;
	letter-spacing:1px !important;
	text-transform:none !important;
	text-align:center !important;
	text-decoration:none !important;
	display:block;
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V7
   Fascia bianca unica dietro la griglia, come sul LIVE.
   Non cambia la posizione delle card.
   ========================================================== */

@media (min-width:601px){
	.davit-gianduiotti-products{
		isolation:isolate;
		background:transparent !important;
	}

	.davit-gianduiotti-products::before{
		content:"";
		position:absolute;
		z-index:0;
		top:0;
		bottom:0;
		left:50%;
		width:min(1200px, calc(100% - 40px));
		transform:translateX(-50%);
		background:#fff;
		pointer-events:none;
	}

	.davit-gianduiotti-grid{
		position:relative;
		z-index:1;
	}
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V8
   HEADER: ripristino ESATTO del menu Shop condiviso.
   Corregge l'override errato V3 che rendeva la navbar bianca.
   ========================================================== */

@media (min-width:1200px){
	body.davit-gianduiotti-standalone .dlh-nav,
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-nav{
		background:#1d1d1b !important;
	}

	body.davit-gianduiotti-standalone .dlh-logo img,
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-logo img{
		filter:none !important;
	}

	body.davit-gianduiotti-standalone .dlh-menu > li > a,
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-menu > li > a{
		color:#fff !important;
	}

	/* Gianduiotti appartiene allo Shop: voce SHOP attiva in oro */
	body.davit-gianduiotti-standalone .dlh-menu > li:nth-child(6) > a,
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-menu > li:nth-child(6) > a{
		color:#c98806 !important;
	}

	body.davit-gianduiotti-standalone .dlh-cart,
	body.davit-gianduiotti-standalone .dlh-header.is-scrolled .dlh-cart{
		color:#fff !important;
	}
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V9
   Prezzo e blocco testo come LIVE:
   - prezzo centrato
   - simbolo € prima dell'importo (gestito nel PHP)
   - distanza testo/immagine 15px
   ========================================================== */

.davit-gianduiotti-card-text{
	margin-top:15px !important;
	text-align:center !important;
}

.davit-gianduiotti-price{
	width:100% !important;
	padding-top:5px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(37,37,37) !important;
	font-family:"mr-eaves-modern",sans-serif !important;
	font-size:18px !important;
	font-weight:400 !important;
	line-height:24.7px !important;
}

.davit-gianduiotti-price del,
.davit-gianduiotti-price ins{
	font:inherit !important;
	color:inherit !important;
}


/* ==========================================================
   DAVIT GIANDUIOTTI — V10
   MOBILE: ripristino intestazione visiva LIVE fra hero e griglia.
   La posizione della prima card resta invariata.
   ========================================================== */

.davit-gianduiotti-mobile-intro{
	display:none;
}

@media (max-width:600px){

	/* Quando siamo loggati, la toolbar WordPress non deve coprire
	   la topbar oro del sito. Nessun effetto sui visitatori pubblici. */
	body.davit-gianduiotti-standalone.admin-bar{
		padding-top:46px !important;
	}

	/* Il LIVE mostra SHOP + Gianduiotti nello spazio già esistente
	   tra hero e primo prodotto. Posizionamento assoluto: non sposta la griglia. */
	.davit-gianduiotti-mobile-intro{
		position:absolute;
		z-index:4;
		top:-92px;
		left:0;
		right:0;
		display:block;
		height:82px;
		margin:0;
		padding:0;
		text-align:center;
		pointer-events:none;
	}

	.davit-gianduiotti-mobile-shop{
		margin:0;
		padding:0;
		font-family:"mr-eaves-modern",sans-serif;
		font-size:19px;
		font-weight:400;
		line-height:24.7px;
		letter-spacing:0;
		text-transform:uppercase;
		color:#252525;
	}

	.davit-gianduiotti-mobile-title{
		margin:12px 0 0;
		padding:0;
		font-family:"madgue-script",cursive;
		font-size:35px;
		font-weight:400;
		line-height:45.5px;
		letter-spacing:0;
		text-transform:none;
		color:#c98806;
	}

	/* Quota LIVE verificata: una card mobile completa misura 383.13px. */
	.davit-gianduiotti-card{
		height:383.13px !important;
		padding-bottom:0 !important;
	}
}

/* ==========================================================
   DAVIT RECOVERY 14/08 — HERO MULTI-IMMAGINE
   Mantiene misure/crop V10; aggiunge soltanto slider e frecce.
   ========================================================== */
.davit-gianduiotti-hero .davit-shop-hero-track,
.davit-gianduiotti-hero .davit-shop-hero-slide{
    position:absolute;
    inset:0;
}
.davit-gianduiotti-hero .davit-shop-hero-track{
    z-index:0;
    overflow:hidden;
}
.davit-gianduiotti-hero .davit-shop-hero-slide{
    opacity:0;
    transition:opacity .45s ease;
}
.davit-gianduiotti-hero .davit-shop-hero-slide.is-active{
    opacity:1;
}
.davit-gianduiotti-hero .davit-shop-hero-slide img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:50% 50%;
}
.davit-gianduiotti-hero .davit-gianduiotti-hero-overlay{z-index:1;}
.davit-gianduiotti-hero .davit-gianduiotti-hero-title{z-index:3;}
.davit-shop-hero-arrow{
    position:absolute;
    z-index:4;
    top:50%;
    width:44px;
    height:58px;
    margin:0;
    padding:0;
    transform:translateY(-50%);
    border:0;
    border-radius:0;
    background:rgba(0,0,0,.18);
    color:#fff;
    font:300 30px/58px Arial,sans-serif;
    text-align:center;
    cursor:pointer;
}
.davit-shop-hero-prev{left:0;}
.davit-shop-hero-next{right:0;}
.davit-shop-hero-arrow:hover,
.davit-shop-hero-arrow:focus{background:rgba(0,0,0,.35);color:#fff;}
@media(max-width:600px){
    .davit-shop-hero-arrow{display:none!important;}
}
