/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 05:02:09 */
/* Body*/
body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-text );
    color: #ffffff;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

tldx-lmi-shadow-root {
    display: none;
}

.pswp.jet-woo-product-gallery-pswp {
    display: none;
}

/* Boton dark */ 

.btn-border-dark .elementor-button svg {
    z-index: 5;
    font-size: 20px;
	transition: 0.3s ease-out;
}

.btn-border-dark .elementor-button:hover svg path {
  fill: #ffffff !important;
}

/* Boton dark */ 

/* Boton white blur */

.btn-solid-white .elementor-button {
    border-radius: 4px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), rgba(0, 0, 0, 0.10);
backdrop-filter: blur(8px);
transition: 0.3s ease-out;
}

.btn-solid-white .elementor-button svg {
    z-index: 5;
    font-size: 24px;
	transition: 0.3s ease-out;
}

.btn-solid-white .elementor-button:hover {
    border-radius: 4px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), rgba(0, 0, 0, 0.10);
backdrop-filter: blur(8px);
transition: 0.3s ease-out;
}

/* Boton white blur */



