.product-single--mde{
	position: relative;
	padding-top: 112px;
}

@media (max-width: 991px) {
	.product-single--mde{
		padding-top: 88px;
	}
}

.product-single-mde__hero{
	height: 508px;
	position: relative;
}

@media (max-width: 991px) {
	.product-single-mde__hero{
		display: none;
	}
}

.product-single-mde__hero img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.product-single-mde__hero-overlay-secondary{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	color: #fff;
	pointer-events: none;
}

.product-single-mde__hero-overlay-secondary--vinhos-doc {
	color: #7b1b38;
}

.product-single-mde__hero-overlay-secondary--vinhos-do-porto {
	color: #4a1e2a;
}

.product-single-mde__hero-overlay-secondary--azeite {
	color: #b89b3c;
}

.product-single-mde__hero-overlay-secondary--leaf-tawny,
.product-single-mde__content-overlay-primary.product-single-mde__hero-overlay-secondary--leaf-tawny {
	color: #4a1e2a;
}

.product-single-mde__hero-overlay-secondary--leaf-branco-vinhos-do-porto,
.product-single-mde__content-overlay-primary.product-single-mde__hero-overlay-secondary--leaf-branco-vinhos-do-porto {
	color: #8c6a3a;
}

.product-single-mde__hero-overlay-secondary--leaf-branco,
.product-single-mde__content-overlay-primary.product-single-mde__hero-overlay-secondary--leaf-branco {
	color: #e6d8a8;
}

.product-single-mde__hero-overlay-secondary--leaf-rose,
.product-single-mde__content-overlay-primary.product-single-mde__hero-overlay-secondary--leaf-rose {
	color: #e68a7a;
}

.product-single-mde__hero-overlay-secondary--leaf-tinto,
.product-single-mde__content-overlay-primary.product-single-mde__hero-overlay-secondary--leaf-tinto {
	color: #7b1b38;
}

.product-single-mde__content-overlay-primary.product-single-mde__hero-overlay-secondary--azeite {
	color: #b89b3c;
}

.product-single-mde__hero-overlay-primary{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	color: #fff;
	pointer-events: none;
}

@media (max-width: 991px) {
	.product-single-mde__hero-overlay-primary {
		display: none;
	}
}

.product-single-mde__content{
	position: relative;
}

.product-single-mde__content-overlay-primary{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 991px) {
	.product-single-mde__content-overlay-primary {
		display: none;
	}
}

.product-single-mde__hero-logo{
	position: absolute;
	bottom: -12%;
	right: 10%;
	z-index: 999;
	pointer-events: none;
	width: 190px;
	height: 190px;
}

.product-single-mde__content{
	position: relative;
	padding: 120px 0;
}

@media (max-width: 991px) {
	.product-single-mde__content{
		padding: 38px 0;
	}
}

.product-single-mde__azeite-decor{
	position: absolute;
	right: 0;
	top: 180px;
	z-index: 1;
	pointer-events: none;
	max-width: min(34vw, 560px);
	opacity: 0.95;
}

@media (max-width: 991px) {
	.product-single-mde__azeite-decor{
		display: none;
	}
}

.product-single-mde__azeite-decor img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}


.product-single-mde__gallery{
	position: relative;
	z-index: 2;
	margin-bottom: 75px;
}

.product-single-mde__gallery-slide{
	position: relative;
	z-index: 2;
	height: 800px
}

@media (max-width: 991px) {
	.product-single-mde__gallery-slide{
		height: 567px;
	}
}

.product-single-mde__gallery-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-single-mde__gallery-controls{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 10px;
    color: #916B4F;
}

.product-single-mde__diamond{
	width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
}

.product-single-mde__gallery-nav {
	border: 0;
	background: transparent;
	line-height: 1;
	color: #916B4F;
	padding: 0;
	cursor: pointer;
}

.product-single-mde__gallery-nav:hover:not(:disabled) {
	color: #916B4F;
}

.product-single-mde__gallery-nav.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}


.product-single-mde__content-inner-title{
	color: #916B4F;
	border-bottom: 1px solid #916B4F;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: inline-flex;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.product-single-mde__content-inner-title {
		font-size: 20px;
		color: black;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
}

.product-single-mde__content-inner-title-container{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product-single-mde__content-inner-title-overlay{
	color: #7b1b38;
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0 40px;
}

.product-single-mde__content-inner-title-overlay--vinhos-doc,
.product-single-mde__content-inner-title-overlay--leaf-tinto{
	color: #7b1b38;
}

.product-single-mde__content-inner-title-overlay--leaf-tawny{
	color: #4a1e2a;
}

.product-single-mde__content-inner-title-overlay--leaf-branco-vinhos-do-porto{
	color: #8c6a3a;
}

.product-single-mde__content-inner-title-overlay--leaf-branco{
	color: #e6d8a8;
}

.product-single-mde__content-inner-title-overlay--leaf-rose{
	color: #e68a7a;
}

.product-single-mde__content-inner-title-overlay--azeite{
	color: #b89b3c;
}

.product-single-mde__content-inner-title-overlay-svg{
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.product-single-mde__content-inner-title__hero-logo-mobile{
	position: absolute;
	bottom: -26px;
    right: 7%;
}

.product-single-mde__content-inner-title__hero-logo-mobile img{
	width: 68px;
	height: 68px;
}

@media (min-width: 992px) {
	.product-single-mde__content-inner-title-overlay{
		display: none;
	}
}

@media (max-width: 991px) {
	.product-single-mde__content-inner-title-container {
		width: 100%;
	}
}

.product-single-mde__content-inner-subtitle{
	text-transform: uppercase;
	color: #916B4F;
}

@media (max-width: 991px) {
	.product-single-mde__content-inner-subtitle {
		color: black;
	}
}

.product-single-mde__editor p{
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.6;
}

.product-single-mde__editor{
	margin-bottom: 44px;
}

.product-detail-acf__heading{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.product-detail-acf__heading h4{
	font-family: 'Reservation Wide', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.product-detail-acf__heading h4 {
		font-size: 14px;
	}
}

.product-detail-acf__heading--awards h4{
	max-width: 60%
}

.product-detail-acf__award-year-title{
	font-family: 'Reservation Wide', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.6;
	color: rgba(20, 20, 20, 0.4); 
	text-transform: uppercase;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.product-detail-acf__heading-year{
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 22px;
	width: 100%;
	text-align: left;
	color: rgba(20, 20, 20, 0.4);
	display: flex;
	align-items: center;
	font-family: 'Reservation Wide', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	cursor: pointer;
	transition: color 0.3s ease;
	gap: 8px;
}

.product-detail-acf__heading-year:hover .product-detail-acf__heading-year-label,
.product-detail-acf__heading-year:focus-visible .product-detail-acf__heading-year-label{
	color: rgba(20, 20, 20, 1);
}

.product-detail-acf__heading-year:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.product-detail-acf__heading-year-label{
	color: inherit;
}

.product-detail-acf__award-item{
	gap: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.product-detail-acf__award-content{
	margin-bottom: 0;
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.product-detail-acf__award-content a{
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.product-detail-acf__award-item img{
	height: 40px;	
	min-width: 70px;
	object-position: left;
}

.product-detail-acf__heading-year img{
	height: 25px;
	width: auto;
}

.product-detail-acf__heading-icon{
	width: 50px;
	height: 50px;
}

.product-detail-acf__tasting-intro{
	margin-bottom: 63px;
}

@media (max-width: 991px) {
	.product-detail-acf__tasting-intro {
		margin-bottom: 44px;
	}
}

@media (max-width: 991px) {
	.product-detail-acf__awards {
		margin-top: 54px;
	}
}

.product-detail-acf__tasting-item{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.product-detail-acf__icon{
	width: 50px;
	height: 50px;
}

.product-detail-acf__technical{
	margin-top: 63px;
}

.product-detail-acf__technical-toggle{
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 1rem;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	text-align: left;
	cursor: pointer;
	color: inherit;
	transition: opacity 0.2s ease;
}

.product-detail-acf__technical-toggle:hover{
	opacity: 0.85;
}

.product-detail-acf__technical-toggle:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.product-detail-acf__technical-toggle-label{
	flex: 1;
	min-width: 0;
	font-family: 'Reservation Wide', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(20, 20, 20, 1);
	text-transform: uppercase;
	text-decoration: none;
}

/* Triângulo: aponta à direita fechado, roda para baixo quando aberto */
.product-detail-acf__technical-chevron{
	flex-shrink: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent currentColor;
	transition: transform 0.25s ease;
	margin-top: 2px;
}

.product-detail-acf__technical-toggle[aria-expanded="true"] .product-detail-acf__technical-chevron{
	transform: rotate(90deg);
}

.product-detail-acf__technical-list{
	display: flex;
	gap: 20px;
}

@media (max-width: 991px) {
	.product-detail-acf__technical-list {
		flex-direction: column;
	}
}



.product-detail-acf__technical-list li a{
	font-family: 'Reservation Wide', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
	color: rgba(20, 20, 20, 0.4);
	text-transform: uppercase;
	margin-bottom: 20px;
	text-decoration: none;
}

.product-detail-acf__technical-list li a:hover{
	color: rgba(20, 20, 20, 1);
}


/* Product Related */

.product-related--mde{
	position: relative;
	padding-bottom: 120px;

}

.product-related__title{
	position: relative;
	font-family: 'Reservation Wide', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
	color: #916B4F;
	padding: 0 0 12px;
	text-transform: uppercase;
	margin-bottom: 52px;
}

.product-related__title::after{
	content: "";
	position: absolute;
	width: 23vw;
	height: 1px;
	bottom: 0;
	margin-left: -50vw;
	left: 50%;
	z-index: -1;
	background-color: #916B4F;
}

.product-related__slider{
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.product-single-mde__related-swiper .swiper-slide{
	height: auto;
}

.product-single-mde__related-swiper .product-related__card{
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.product-related__background-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.product-related__background-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-single-mde__related-controls{
	margin-top: 24px;
}

.product-related__thumb{
	max-height: 315px;
	height: 100%;
}

.product-related__thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-related__name{
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6;
	color: #141414;
	text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #141414;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.product-related__name {
		padding-bottom: 5px;
		margin-bottom: 0;
		border-bottom: none;
	}
}

.product-related__meta{
	text-align: center;
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6;
	color: #141414;
	text-transform: uppercase;
	margin-bottom: 12px;
}
