/* MaxButton + contact button styles matching original site */
.maxbutton {
	position: relative;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 50px;
	border: 2px solid #dd58d7;
	border-radius: 0;
	background-color: #dd58d7;
	box-shadow: 0 0 2px 0 #dd58d7;
	box-sizing: border-box;
}
.maxbutton:hover {
	border-color: #dd00d2;
	background-color: #dd00d2;
}
.maxbutton .mb-text {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	text-align: center;
	line-height: 1em;
	display: block;
	padding: 12px 10px 0;
}
.maxbutton-whatsapp,
.wb_whatsapp {
	border-color: transparent;
	background: transparent url('/wp-content/uploads/2020/01/bb811112fee8f2a6a095c49318b71762.jpg') center center / cover no-repeat;
}
.maxbutton-whatsapp:hover,
.wb_whatsapp:hover {
	border-color: transparent;
	filter: brightness(1.05);
}
.wp_btn {
	width: 100% !important;
	margin: 4px 0;
}
.product .wp_btn {
	width: 100% !important;
}
.wb-stl-custom13 {
	color: rgba(255, 0, 212, 1);
	font: normal bold 35px 'Vidaloka', Arial, serif;
	direction: ltr;
	text-align: right;
	line-height: 1.2;
	margin: 8px 0;
}
.wb-stl-custom11 {
	color: #fff;
	font: normal bold 20px 'Advent Pro', Arial, sans-serif;
	text-align: right;
	line-height: 1.5;
	margin: 12px 0;
}
.ptlv-product-layout {
	display: grid;
	grid-template-columns: minmax(280px, 400px) 1fr;
	gap: 24px;
	align-items: start;
	margin-bottom: 40px;
}
.ptlv-gallery {
	position: relative;
	width: 100%;
}
.ptlv-gallery .ptlv-slide {
	display: none;
	margin: 0;
}
.ptlv-gallery .ptlv-slide.is-active {
	display: block;
}
.ptlv-gallery img {
	width: 100%;
	height: auto;
	display: block;
}
.ptlv-gal-prev,
.ptlv-gal-next {
	position: absolute;
	top: 40%;
	z-index: 5;
	background: rgba(0,0,0,.55);
	color: #fff;
	border: 0;
	font-size: 32px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 1;
}
.ptlv-gal-prev { left: 8px; }
.ptlv-gal-next { right: 8px; }
.ptlv-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}
.ptlv-thumb {
	border: 2px solid transparent;
	padding: 0;
	background: none;
	cursor: pointer;
	width: 64px;
	height: 64px;
	overflow: hidden;
}
.ptlv-thumb.is-active {
	border-color: #dd58d7;
}
.ptlv-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ptlv-product-cta {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
@media only screen and (max-width: 480px) {
	.maxbutton {
		width: 90%;
	}
	.maxbutton .mb-text {
		font-size: 17px;
	}
}
