
.aelis-pdf-generator {
	padding: 10px 15px;
	margin: 5px 10px 5px 0;
	background-color: var( --e-global-color-secondary );
	color: white;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.aelis-pdf-generator:hover {
	color: var( --e-global-color-text );
}

.aelis-a4-container {
	width: 210mm;
	height: 296mm;
	padding: 10mm;
	display: none;
	font-family: 'Roboto';
}

.aelis-a4-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.aelis-pdf-generator {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #a067aa;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

/*PDF*/
.logo-insausti {
	width: 245px;
}

.category {
	text-transform: uppercase;
	font-size: 1rem;
	color: black;
	margin-top: 12px;
}
.description-pdf h3 {
	color: #555555;
	margin-top: 5px;
	padding: 0;
	font-weight: 500;
}

.description-pdf ul {
	list-style: disc;
	margin-left: 36px;
	font-weight: 400;
}

.description-pdf li {
	line-height: 1.3;
}

section.image-accessories {
	display: flex;
	gap: 10px;
}

.product-image {
	width: 45%;
	height: auto;
}

.product-image img {
	width: 100%;
	height: auto;
}

.product-image img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

.accessories {
	margin-top: 3rem;
}

.product-name {
	color: #7b67a3;
	font-weight: bold;
	font-size: 1rem;
	padding: 0;
	margin-top: -8px;
}
.product-description{
	font-size: 1rem;
	padding: 0;
	font-weight: 400;
}
.product-short_desc{
	font-size: 12px !important;
	margin-top: 2rem;
}
.product-short_desc h3 {
	color: #9180b2;
	font-size: 12px !important;
}

.product-short_desc li {
	margin-bottom: 15px;
	font-weight: 300;
}
@media print {
	html, body {
		height: auto;
		margin: 0 !important;
		padding: 0 !important;
	}
	.aelis-a4-container {
		width: 210mm;
		height: 297mm;
		overflow: hidden;
		page-break-after: avoid;
		page-break-before: avoid;
		page-break-inside: avoid;
		box-sizing: border-box;
	}
	.aelis-a4-inner {
		max-height: 100%;
		overflow: hidden;
	}
	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}
	.aelis-a4-container, .aelis-a4-container * {
		visibility: visible !important;
	}
	.aelis-a4-container {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100% !important;
		height: auto !important;
		background: white !important;
		padding: 10mm !important;
		z-index: 9999 !important;
		box-sizing: border-box;
		overflow: hidden;
		page-break-inside: avoid;
	}
	#page-container {
		display: none !important;
	}
	body>strong{
		display:  none !important;
	}
}
