:root {
	--fade: #F2F2F2;
	--pink: #DC68D9;
	--purple: #602F73;
	--white: #FFFFFF;
	--yellow: #FEEA16;
}

.pink-span span {
	color: var(--pink);
}

.yellow-span span {
	color: var(--yellow);
}

.star-align .elementor-icon-box-icon {
	margin-top: 10px;
}

.boton-tab.purplerai {
	background: #813F9C !important;
}
.boton-tab.purplerai h2 {
	color: #FFFFFF !important;
}
.boton-tab.purplerai p {
	color: #FFFFFF !important;
}
.boton-tab img {
	border-radius: 10px;
	margin-bottom: 5px;
}
.info-tab {
	display: none;
}
.info-tab.activa {
	display: block;
}

.bubble-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none; /* para que no interfiera con clicks */
	background: rgba(0, 0, 0, 0.2); /* semi-transparente, opcional */
}
.bubble {
	position: absolute;
	bottom: -50px;
	border-radius: 50%;
	/*background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.6), rgba(255,255,255,0.1));*/
	background-image: url('../img/burbuja-chica.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	opacity: 0.8;
	pointer-events: none;
	animation: floatUp linear infinite;
	backdrop-filter: blur(1px); /* ligera difuminación para efecto "agua" */
}

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-60vh) scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-120vh) scale(1.2);
    opacity: 0;
  }
}


.woocommerce-variation-price .price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--e-global-color-secondary);
	font-family: "Nunito", Sans-serif;
	font-size: 62px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.product-template-default .precio {
	display: none;
}
.product-template-default .reset_variations {
	display: none !important;
}

.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	color: var(--purple);
}
.wc-block-cart__submit-button {
	color: var(--white);
	background: var(--purple);
	font-weight: 700;
	text-decoration: none;
}
.wc-block-cart__submit-button:hover {
	color: var(--white);
	background: var(--pink);
	font-weight: 700;
	text-decoration: none !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description p,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
	background-color: var(--e-global-color-f8a4248);
	text-align: center;
}

.visible-xs {
	display: none !important;
}

/* Medium & mobile devices (phone, tablets, 768px and less) */
@media screen and (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

/* Mobile devices (tablet, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XXL Extra large devices (HD-4K, 1400px and up) */
@media (min-width: 1400px) {
	
}