/*--- 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;
	}

}

/*--- ! ---*/

/* ============================================
   SELVA GIURATA - OVERRIDE CSS
   Stile elegante, scuro, agricolo/premium
   ============================================ */

:root {
	--colore-0: transparent;
	--colore-1: #1a1a1a;
	--colore-2: #006B22;
	--colore-3: #f5f0e8;
	--colore-4: #8B7355;
	--colore-5: #d4c5a9;

	--colore-h: #1a1a1a;
	--colore-p: #4a4a4a;

	--nuovo-font: 'Cormorant Garamond', serif;
	--font-body: 'Inter', sans-serif;

	--header-height: 80px;
}

.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) }

/* ============================================
   BASE / TYPOGRAPHY
   ============================================ */

body {
	font-family: var(--font-body);
	color: var(--colore-p);
	background-color: #fff;
}

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-h);
	font-weight: 600;
}

h1.nuovofont,
.titolo-h1 {
	font-size: clamp(2.2rem, 2rem + 1.5vw, 4rem);
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 20px 0 30px 0;
}

h2.nuovofont,
.titolo-h2 {
	font-size: clamp(1.8rem, 1.6rem + 1.2vw, 3.2rem);
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin: 20px 0 25px 0;
}

h3.nuovofont,
.titolo-h3 {
	font-size: clamp(1.5rem, 1.3rem + 0.8vw, 2.5rem);
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0;
	margin: 20px 0 20px 0;
}

h4.nuovofont,
.titolo-h4 {
	font-size: clamp(1.3rem, 1.2rem + 0.5vw, 2rem);
	line-height: 1.25;
	font-weight: 500;
	margin: 15px 0 10px 0;
}

h5.nuovofont,
.titolo-h5 {
	font-size: clamp(1.1rem, 1rem + 0.4vw, 1.6rem);
	line-height: 1.3;
	font-weight: 500;
	margin: 15px 0 10px 0;
}

h6.nuovofont,
.titolo-h6 {
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.3rem);
	line-height: 1.35;
	font-weight: 500;
	margin: 10px 0 10px 0;
}

p {
	color: var(--colore-p);
	font-family: var(--font-body);
	font-size: clamp(0.95rem, 0.9rem + 0.15vw, 1.1rem);
	line-height: 1.7;
}

/* ============================================
   CUSTOM HEADER
   ============================================ */

.sg-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;
	padding: 20px 0;
	background-color: transparent;
}

.sg-header.scrolled {
	background-color: rgba(26, 26, 26, 0.97);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
}

.sg-header-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sg-logo img {
	height: 50px;
	width: auto;
	transition: height 0.3s ease;
}

.sg-header.scrolled .sg-logo img {
	height: 40px;
}

.sg-nav {
	display: flex;
	align-items: center;
	gap: 35px;
}

.sg-nav a {
	color: #fff;
	text-decoration: none;
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: color 0.3s ease, opacity 0.3s ease;
	opacity: 0.85;
}

.sg-nav a:hover {
	opacity: 1;
	color: var(--colore-5);
}

.sg-nav-cta a {
	display: inline-block;
	padding: 10px 28px;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 0;
	color: #fff;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	opacity: 1;
}

.sg-nav-cta a:hover {
	background-color: #fff;
	color: var(--colore-1);
	border-color: #fff;
}

/* Hamburger */
.sg-hamburger {
	display: none;
	cursor: pointer;
	padding: 10px;
	z-index: 100001;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	user-select: none;
}

.sg-hamburger svg {
	color: #fff;
	pointer-events: none;
}

.sg-hamburger .sg-hamburger-close {
	display: none;
}

.sg-hamburger.active .sg-hamburger-icon {
	display: none;
}

.sg-hamburger.active .sg-hamburger-close {
	display: block;
}

/* Mobile nav close button */
.sg-mobile-nav-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: #fff;
	padding: 10px;
	z-index: 10;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.sg-mobile-nav-close svg {
	display: block;
}

/* Mobile nav */
.sg-mobile-nav {
	display: none !important;
	position: fixed !important;
	top: 0 !important;
	right: -100% !important;
	width: 100% !important;
	max-width: 400px !important;
	height: 100vh !important;
	height: 100dvh !important;
	background-color: var(--colore-1) !important;
	z-index: 100000 !important;
	padding: 100px 40px 40px !important;
	transition: right 0.4s ease !important;
	overflow-y: auto !important;
	box-sizing: border-box !important;
}

.sg-mobile-nav.open {
	right: 0 !important;
}

.sg-mobile-nav a {
	display: block !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: var(--nuovo-font) !important;
	font-size: 1.8rem !important;
	font-weight: 400 !important;
	padding: 12px 0 !important;
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	transition: color 0.3s ease !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.sg-mobile-nav a:hover {
	color: var(--colore-5) !important;
}

.sg-mobile-overlay {
	display: none;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0,0,0,0.5) !important;
	z-index: 99999 !important;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sg-mobile-overlay.visible {
	opacity: 1;
}

@media only screen and (max-width: 900px) {
	.sg-nav {
		display: none !important;
	}
	.sg-nav-cta {
		display: none !important;
	}
	.sg-hamburger {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.sg-mobile-nav {
		display: block !important;
	}
	.sg-header-inner {
		padding: 0 20px;
	}
}

/* ============================================
   HERO SECTION
   ============================================ */

.sg-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 1000px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sg-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sg-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.4) 0%,
		rgba(0, 0, 0, 0.2) 40%,
		rgba(0, 0, 0, 0.5) 100%
	);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sg-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 900px;
	padding: 0 40px;
}

.sg-hero-content h1 {
	color: #fff;
	font-family: var(--nuovo-font);
	font-size: clamp(2.5rem, 2rem + 3vw, 5rem);
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.sg-hero-content p {
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(1rem, 0.9rem + 0.3vw, 1.25rem);
	line-height: 1.7;
	max-width: 650px;
	margin: 0 auto 35px;
}

.sg-hero-scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	cursor: pointer;
}

.sg-hero-scroll svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: rgba(255,255,255,0.6);
	stroke-width: 2;
	animation: sg-bounce 2s infinite;
}

@keyframes sg-bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(10px); }
	60% { transform: translateY(5px); }
}

@media only screen and (max-width: 768px) {
	.sg-hero {
		min-height: 500px;
		max-height: 700px;
	}
	.sg-hero-content {
		padding: 0 20px;
	}
}

/* ============================================
   PAGE HEADER (Testate)
   ============================================ */

.sg-page-header {
	position: relative;
	width: 100%;
	height: 55vh;
	min-height: 350px;
	max-height: 550px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sg-page-header .sg-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sg-page-header .sg-hero-overlay {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.3) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
}

.sg-page-header h1 {
	position: relative;
	z-index: 2;
	color: #fff;
	font-family: var(--nuovo-font);
	font-size: clamp(2.5rem, 2rem + 2vw, 4.5rem);
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

/* ============================================
   SECTIONS
   ============================================ */

.sg-section {
	padding: 80px 0;
}

.sg-section-dark {
	background-color: var(--colore-1);
	color: #fff;
}

.sg-section-dark h2,
.sg-section-dark h3,
.sg-section-dark h4 {
	color: #fff;
}

.sg-section-dark p {
	color: rgba(255, 255, 255, 0.75);
}

.sg-section-beige {
	background-color: var(--colore-3);
}

.sg-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.sg-container-wide {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

@media only screen and (max-width: 768px) {
	.sg-section {
		padding: 50px 0;
	}
	.sg-container,
	.sg-container-wide {
		padding: 0 20px;
	}
}

/* ============================================
   GRID
   ============================================ */

.sg-grid {
	display: grid;
	gap: 40px;
}

.sg-grid-2 {
	grid-template-columns: 1fr 1fr;
}

.sg-grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.sg-grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 900px) {
	.sg-grid-3,
	.sg-grid-4 {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.sg-grid-2,
	.sg-grid-3,
	.sg-grid-4 {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   TEXT + IMAGE SECTIONS
   ============================================ */

.sg-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.sg-split.reverse {
	direction: rtl;
}

.sg-split.reverse > * {
	direction: ltr;
}

.sg-split-image {
	width: 100%;
	overflow: hidden;
}

.sg-split-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sg-split-text {
	padding: 20px 0;
}

.sg-label {
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--colore-2);
	margin-bottom: 15px;
	display: block;
}

@media only screen and (max-width: 768px) {
	.sg-split {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.sg-split.reverse {
		direction: ltr;
	}
}

/* ============================================
   CARDS
   ============================================ */

.sg-card {
	background: #fff;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.sg-card-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.sg-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.sg-card:hover .sg-card-image img {
	transform: scale(1.05);
}

.sg-card-body {
	padding: 30px;
}

.sg-card-body h3 {
	font-family: var(--nuovo-font);
	font-size: 1.5rem;
	margin-bottom: 12px;
}

.sg-card-body p {
	font-size: 0.95rem;
	line-height: 1.6;
}

/* ============================================
   PRODUCT CARDS
   ============================================ */

/* --- Shop section --- */
.sg-section-shop {
	background: var(--colore-3);
}

.sg-shop-intro {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 50px;
}

.sg-shop-intro .sg-label {
	margin-bottom: 10px;
}

.sg-shop-intro h2 {
	margin-bottom: 15px;
}

.sg-shop-intro p {
	font-size: 1.05rem;
	color: var(--colore-p);
	line-height: 1.7;
}

/* --- Product grid --- */
.sg-products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

@media only screen and (max-width: 700px) {
	.sg-products {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* --- Single product card --- */
.sg-product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.sg-product:hover {
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.09);
	transform: translateY(-3px);
}

/* --- Product image --- */
.sg-product .sg-product-image {
	position: relative;
	overflow: hidden;
	background: var(--colore-3);
	aspect-ratio: 4 / 5;
}

.sg-product .sg-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.sg-product:hover .sg-product-image img {
	transform: scale(1.05);
}

/* --- Availability badge --- */
.sg-product-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 6px 14px;
	font-family: var(--altro-font);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sg-product-badge--in {
	background: var(--colore-2);
	color: #fff;
}

.sg-product-badge--out {
	background: #1a1a1a;
	color: #fff;
}

/* --- Product info --- */
.sg-product .sg-product-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.sg-product .sg-product-info h3 {
	font-family: var(--nuovo-font);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--colore-h);
	margin: 0 0 14px 0;
}

.sg-product-meta {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sg-product-vol {
	font-family: var(--altro-font);
	font-size: 0.8rem;
	font-weight: 500;
	color: #999;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.sg-product-price {
	font-family: var(--nuovo-font);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--colore-2);
	line-height: 1;
}

.sg-product .sg-product-info p {
	font-size: 0.9rem;
	line-height: 1.7;
	color: var(--colore-p);
	margin: 0;
}

/* --- Sold out state --- */
.sg-product--soldout {
	opacity: 0.65;
}

.sg-product--soldout:hover {
	opacity: 0.8;
}

.sg-product--soldout .sg-product-image img {
	filter: grayscale(40%);
}

.sg-product--soldout .sg-product-price {
	color: #999;
	text-decoration: line-through;
}

/* --- Responsive: stack on small --- */
@media only screen and (max-width: 500px) {
	.sg-product {
		grid-template-columns: 1fr;
	}
	.sg-product .sg-product-image {
		aspect-ratio: 3 / 2;
	}
	.sg-product .sg-product-info {
		padding: 24px;
	}
}

/* --- Typeform embed CTA --- */
.sg-typeform-cta {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* ============================================
   BUTTONS
   ============================================ */

.sg-btn {
	display: inline-block;
	padding: 14px 40px;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	color: #fff;
}

.sg-btn-primary {
	background-color: var(--colore-2);
	color: #fff;
}

.sg-btn-primary:hover {
	background-color: #005a1c;
	color: #fff;
}

.sg-btn-outline {
	background-color: transparent;
	color: var(--colore-1);
	border: 1px solid var(--colore-1);
}

.sg-btn-outline:hover {
	background-color: var(--colore-1);
	color: #fff;
}

.sg-btn-outline-white {
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
}

.sg-btn-outline-white:hover {
	background-color: #fff;
	color: var(--colore-1);
	border-color: #fff;
}

/* ============================================
   CTA SECTION
   ============================================ */

.sg-cta {
	text-align: center;
	padding: 80px 40px;
	background-color: var(--colore-1);
}

.sg-cta h2 {
	color: #fff;
	font-family: var(--nuovo-font);
	font-size: clamp(1.8rem, 1.5rem + 1vw, 3rem);
	margin-bottom: 15px;
}

.sg-cta p {
	color: rgba(255,255,255,0.7);
	max-width: 600px;
	margin: 0 auto 30px;
}

/* ============================================
   CUSTOM FOOTER
   ============================================ */

.sg-footer {
	background-color: var(--colore-1);
	color: rgba(255, 255, 255, 0.7);
	padding: 70px 0 0;
}

.sg-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.sg-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sg-footer-logo img {
	height: 45px;
	margin-bottom: 20px;
}

.sg-footer-desc {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.5);
}

.sg-footer h4 {
	color: #fff;
	font-family: var(--nuovo-font);
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.sg-footer-links a {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.9rem;
	padding: 4px 0;
	transition: color 0.3s ease;
}

.sg-footer-links a:hover {
	color: #fff;
}

.sg-footer-contact p,
.sg-footer-contact a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
	line-height: 1.8;
	text-decoration: none;
	transition: color 0.3s ease;
}

.sg-footer-contact a:hover {
	color: #fff;
}

.sg-footer-social {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.sg-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.sg-footer-social a:hover {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.sg-footer-social a svg {
	width: 18px;
	height: 18px;
	fill: rgba(255, 255, 255, 0.7);
}

.sg-footer-social a:hover svg {
	fill: #fff;
}

.sg-footer-bottom {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.sg-footer-bottom p {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.8rem;
	margin: 0;
}

.sg-footer-bottom a {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	font-size: 0.8rem;
	transition: color 0.3s ease;
}

.sg-footer-bottom a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.sg-footer-legal {
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 900px) {
	.sg-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.sg-footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.sg-footer-bottom {
		flex-direction: column;
		text-align: center;
	}
	.sg-footer-legal {
		justify-content: center;
	}
}

/* ============================================
   FEATURE LIST
   ============================================ */

.sg-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	text-align: center;
	padding: 40px 0;
}

.sg-feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sg-feature-icon svg {
	width: 40px;
	height: 40px;
	stroke: var(--colore-2);
	fill: none;
	stroke-width: 1.5;
}

.sg-features h4 {
	font-family: var(--nuovo-font);
	font-size: 1.3rem;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.sg-features {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* ============================================
   IMAGE FULL WIDTH
   ============================================ */

.sg-image-full {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.sg-image-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.sg-image-full {
		height: 250px;
	}
}

/* ============================================
   TEXT ALIGN HELPERS
   ============================================ */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

@media only screen and (max-width: 480px) {
	.text-left-smartphone { text-align: left; }
	.text-center-smartphone { text-align: center; }
	.text-right-smartphone { text-align: right; }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.text-left-tablet { text-align: left; }
	.text-center-tablet { text-align: center; }
	.text-right-tablet { text-align: right; }
}

@media only screen and (max-width: 768px) {
	.text-left-mobile { text-align: left; }
	.text-center-mobile { text-align: center; }
	.text-right-mobile { text-align: right; }
}

@media only screen and (min-width: 769px) {
	.text-left-desktop { text-align: left; }
	.text-center-desktop { text-align: center; }
	.text-right-desktop { text-align: right; }
}

/* ============================================
   SEPARATOR
   ============================================ */

.sg-separator {
	width: 60px;
	height: 2px;
	background-color: var(--colore-2);
	margin: 20px 0;
}

.sg-separator-center {
	margin: 20px auto;
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.sg-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.sg-contact-item {
	margin-bottom: 30px;
}

.sg-contact-item h4 {
	font-family: var(--nuovo-font);
	font-size: 1.2rem;
	margin-bottom: 8px;
	color: var(--colore-h);
}

.sg-contact-item-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--nuovo-font);
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--colore-h);
	margin-bottom: 6px;
}

.sg-contact-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.sg-contact-item a {
	color: var(--colore-2);
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.3s ease;
}

.sg-contact-item a:hover {
	color: #005a1c;
}

/* Social buttons (WhatsApp / Telegram) */
.sg-contact-social-buttons {
	display: flex;
	gap: 16px;
	margin-bottom: 30px;
}

.sg-social-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 24px 20px;
	border-radius: 12px;
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sg-social-btn:hover {
	transform: translateY(-3px);
	text-decoration: none !important;
	color: #fff !important;
}

.sg-social-btn svg {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.sg-social-btn span {
	font-family: var(--nuovo-font);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.sg-social-btn small {
	font-size: 0.85rem;
	margin-top: 4px;
	font-weight: 600;
}

.sg-social-btn-whatsapp {
	background-color: #25D366;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.sg-social-btn-whatsapp:hover {
	background-color: #20bd5a;
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}

.sg-social-btn-telegram {
	background-color: #0088cc;
	box-shadow: 0 4px 15px rgba(0, 136, 204, 0.35);
}

.sg-social-btn-telegram:hover {
	background-color: #0077b3;
	box-shadow: 0 8px 25px rgba(0, 136, 204, 0.45);
}

@media only screen and (max-width: 480px) {
	.sg-contact-social-buttons {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.sg-contact-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* ============================================
   GALLERY BLUEIMP OVERRIDE
   ============================================ */

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
	width: auto;
	height: auto;
	background: transparent;
	border: none;
	opacity: 0.9;
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
}

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

/* ============================================
   UTILITY
   ============================================ */

.sg-mb-0 { margin-bottom: 0; }
.sg-mb-20 { margin-bottom: 20px; }
.sg-mb-40 { margin-bottom: 40px; }
.sg-mb-60 { margin-bottom: 60px; }
.sg-mt-0 { margin-top: 0; }
.sg-mt-20 { margin-top: 20px; }
.sg-mt-40 { margin-top: 40px; }
.sg-pt-0 { padding-top: 0; }

/* Hide template default elements that conflict */
.page-home .header-001,
.page-home .header-000,
.page-kompaniya .header-001,
.page-kompaniya .header-000,
.page-maslo .header-001,
.page-maslo .header-000,
.page-villa .header-001,
.page-villa .header-000,
.page-magazin .header-001,
.page-magazin .header-000,
.page-kontakty .header-001,
.page-kontakty .header-000,
.page-privacy .header-001,
.page-privacy .header-000,
.page-cookie .header-001,
.page-cookie .header-000,
.page-404 .header-001,
.page-404 .header-000 {
	display: none !important;
}


