.packaging-widget-container {
	text-align: left;
}

.packaging-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.packaging-info-wrapper {
	display: flex;
	flex-direction: column;
	min-width: 550px;
}

.header-section {
	font-size: 24px;
	line-height: 32px;
}

.header-section h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
  	margin-bottom: 4px;
}

.packaging-description {
	font-size: 18px;
}

.accordion-section {
	margin-top: 40px;
	margin-bottom: 40px;
}

.accordion-section details {
	font-size: 18px;
	margin-bottom: 4px;
}

.accordion-section details summary {
	font-weight: 700;
	padding-bottom: 6px;
	border-bottom: 1px solid #F2F2F2;
}

details > summary::marker {
    display: none;
    content: "";
}

details > summary:after {
    content: url(/wp-content/uploads/2023/12/Icon-material-keyboard-arrow-down-hover.svg);
	float: right;
	margin-right: 8px;
}

details[open] > summary:after {
    content: url(/wp-content/uploads/2024/11/arrow-up.svg);
}

.accordion-section details p:first-of-type {
	margin-top: 8px;
}

.accordion-section details p:last-of-type {
	margin-bottom: 28px;
}

.main-img-column {
	display: flex;
	flex-direction: column;
	margin-right: 80px;
}

.main-img-wrapper {
	display: flex;
	background: #F2F2F2;
	padding: 60px;
  	width: 650px;
	height: 650px;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.main-img-wrapper img {
	max-height: 100%;
	-webkit-filter: drop-shadow(2px 2px 2px #00000050);
  	filter: drop-shadow(2px 2px 2px #00000050);
}

.variation-gallery {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	margin-bottom: 50px;
}

.variation-img-wrapper {
	display: flex;
  	align-items: center;
	justify-content: center;
	background: #F2F2F2;
	width: 130px;
	height: 130px;
	padding: 10px;
	margin-right: 8px;
	border-radius: 5px;
}

.variation-img-wrapper:last-of-type {
	margin-right: 0;
}

.variation-img {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	opacity: 0.7;
	max-height: 100%;
}

@media (max-width: 1024px) {
	.packaging-wrapper {
	 	flex-direction: column;
	}
	
	.main-img-wrapper {
		height: auto; 
	}
	
	.main-img-column {
		margin-right: 0px;
		margin-bottom: 12px;	
	}
	
	.packaging-info-wrapper {
		min-width: 0;
	}
	
	.elementor-button-wrapper {
		text-align: center;
	}
}