.single-product .wp-site-blocks {
	padding-top: 0 !important;
}
.block-sticky .h-100 {
	height: 100vh !important;
}
.block-sticky .is-sticky:not(.sticky-header):has(.wp-block-image img) .wp-block-image {
	height: auto;
	padding-top: 80px;
}
.block-sticky .is-sticky:not(.sticky-header):has(.wp-block-image img) .wp-block-image img {
	min-height: 0 !important;
}

.wine-color-rouge {
	--color: var(--color-rouge);
	--color-bg: var(--color-rouge-bg);
}
.wine-color-rose {
	--color: var(--color-rose);
	--color-bg: var(--color-rose-bg);
}
.wine-color-blanc-sec {
	--color: var(--color-blanc-sec);
	--color-bg: var(--color-blanc-sec-bg);
}
.wine-color-blanc-moelleux {
	--color: var(--color-blanc-moelleux);
	--color-bg: var(--color-blanc-moelleux-bg);
}
.wine-color-cremant {
	--color: var(--color-cremant);
	--color-bg: var(--color-cremant-bg);
}

.is-sticky {
	background: var(--color-bg) !important;
}
.is-sticky:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: var(--color);
	mask-image: url('../../images/shape-mask.svg');
	-webkit-mask-image: url('../../images/shape-mask.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;	
	-webkit-mask-position: center;
	mask-position: center;	
	-webkit-mask-size: cover;
	mask-size: cover;
	z-index: -1;
}

.wp-block-column:first-child > .wp-block-group > .wp-block-group > .wp-block-group:has(> p:empty),
.wp-block-column:first-child > .wp-block-group > .wp-block-group > .wp-block-group:has(> p:empty) + hr {
	display: none;
}

@media (max-width: 782px) {
	.block-sticky .is-sticky:not(.sticky-header):has(.wp-block-image img) .wp-block-image {
		padding-top: 0;
	}
	.block-sticky .h-100 {
		height: 400px !important;
		flex-wrap: nowrap;
	}
	.block-sticky .is-sticky:not(.sticky-header):has(.wp-block-image img) .wp-block-image img {
		max-height: 275px;
	}
}
@media (max-width: 600px) {
	:root {
		--wp--preset--spacing--5-xl: 128px;
		--wp--preset--spacing--4-xl: 80px !important;
		--wp--preset--spacing--3-xl: 64px;
		--wp--preset--spacing--2-xl: 48px;
		--wp--preset--spacing--xl: 32px;
	}
}