/*********************** estils per la part superior del producte ****************/

.monegal-product-hero {
	position: relative !important;
	height: 220vh !important;
}

.monegal-product-hero__sticky {
	position: sticky !important;
	top: 0 !important;
	height: 100vh !important;
	overflow: hidden !important;
}

.monegal-product-hero__visual {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.monegal-product-hero__product-image,
.monegal-product-hero__box-image {
	position: absolute !important;
	max-width: 70% !important;
	max-height: 80vh !important;
	object-fit: contain !important;
}

.monegal-product-hero__product-image {
	z-index: 1 !important;
}

.monegal-product-hero__box-image {
	z-index: 2 !important;
	transform: translateY(var(--monegal-box-offset, 0px)) !important;
	will-change: transform !important;
}

.monegal-product-hero__content {
	position: relative;
	z-index: 3;
}



/*********************** estils per acordion ****************/

.monegal-accordion {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.monegal-accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.monegal-accordion__button {
	width: 100% !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	padding: 24px 0;
	background: transparent;
	border: 0;
	color: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
}

.monegal-accordion__title {
	display: block;
	flex: 1 1 auto;
	font: inherit;
	line-height: 1.35;
	color: inherit;
	text-align: left;
}

.monegal-accordion__icons {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

.monegal-accordion__icons svg {
	display: block;
	width: 18px;
	height: 18px;
}

.monegal-accordion__icons .e-opened {
	display: none;
}

.monegal-accordion__icons .e-closed {
	display: inline-flex;
}

.monegal-accordion__button[aria-expanded="true"] .e-opened {
	display: inline-flex;
}

.monegal-accordion__button[aria-expanded="true"] .e-closed {
	display: none;
}

.monegal-accordion__panel {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.28s ease, opacity 0.2s ease;
}

.monegal-accordion__item.is-open .monegal-accordion__panel {
	opacity: 1;
}

.monegal-accordion__content {
	padding: 0 0 28px;
	max-width: 720px;
	font-size: 15px;
	line-height: 1.65;
	color: inherit;
}

.monegal-accordion__content > :first-child {
	margin-top: 0;
}

.monegal-accordion__content > :last-child {
	margin-bottom: 0;
}




/*********************** estils per el carousel d'imatges ****************/

.monegal-image-carousel {
	width: 100%;
}

.monegal-image-carousel__swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.monegal-image-carousel__slide {
	width: 100%;
}

.monegal-image-carousel__image {
	display: block;
	width: 100%;
	height: auto;
}

.monegal-image-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.86);
	color: #111;
	cursor: pointer;
	transform: translateY(-50%);
}

.monegal-image-carousel__arrow--prev {
	left: 24px;
}

.monegal-image-carousel__arrow--next {
	right: 24px;
}

.monegal-image-carousel__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.monegal-image-carousel__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0;
	background: #fff;
	opacity: 0.45;
}

.monegal-image-carousel__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}


/*********************** estils per el carousel d'ingredients ****************/


.monegal-ingredients-carousel__swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.monegal-ingredients-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.86);
	color: #111;
	cursor: pointer;
	transform: translateY(-50%);
}

.monegal-ingredients-carousel__arrow--prev {
	left: 16px;
}

.monegal-ingredients-carousel__arrow--next {
	right: 16px;
}

.monegal-ingredients-carousel__arrow svg {
	display: block;
	width: 22px;
	height: 22px;
}



/*********************** ocultar boto clear sota la seleccio de variacio ****************/


.monegal-related-product-add-to-cart .reset_variations {
	display: none !important;
}




/*********************** estils per el carousel de imatges del gift box ****************/


.monegal-gift-box-gallery {
	width: 100%;
}

.monegal-gift-box-gallery__swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.monegal-gift-box-gallery__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.monegal-gift-box-gallery__image {
	display: block;
	width: 100%;
	height: auto;
}

.monegal-gift-box-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.86);
	color: #111;
	cursor: pointer;
	transform: translateY(-50%);
}

.monegal-gift-box-gallery__arrow--prev {
	left: 16px;
}

.monegal-gift-box-gallery__arrow--next {
	right: 16px;
}

.monegal-gift-box-gallery__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
	display: flex;
	justify-content: center;
	gap: 8px;
}