.elementor-kit-5{--e-global-color-primary:#AD8020;--e-global-color-secondary:#332E23;--e-global-color-text:#33312B;--e-global-color-accent:#702150;--e-global-color-1f19423:#FFF1D2;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:34px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor principal */
.sp-product-main-container {
    display: flex;
    min-height: 100vh;
    position: relative;
}

/* Contenedor de imagen */
.sp-product-image-container {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    transition: all 0.3s ease;
}

/* Contenedor de contenido */
.sp-product-content-container {
    width: 50%;
    padding: 
    box-sizing: border-box;
}

/* Estado cuando se desfija */
.sp-product-image-container.unstuck {
    position: relative;
    height: auto;
}


@media (max-width: 767px) {
    .sp-product-main-container {
        flex-direction: column;
    }
    .sp-product-image-container,
    .sp-product-content-container {
        width: 100% !important;
        position: relative !important;
        height: auto !important;
    }
    .sp-product-image-container {
        margin-bottom: 30px;
    }
}
.woocommerce-message:has(> div:contains("Zona de coincidencia con el cliente")) {
  display: none;
}

.woocommerce-message {
  background-color: #ffffff;      
  border: 2px solid #84c784;      
  color: #2d572c;                
  border-radius: 12px;            
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.woocommerce-message::before {
  display: none !important;
}/* End custom CSS */