.elementor-7 .elementor-element.elementor-element-909a4dd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-2c29468{color:#000000;}/* Start custom CSS */@media only screen and (max-width: 768px) {
  #woocommerce_product_categories-1 {
    display: none !important;
  }
}

/* Fijar el encabezado en la parte superior */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Asegura que el header esté encima de otros elementos */
}

/* Desplazar el contenido hacia abajo para que no se superponga con el header */
body {
    padding-top:150px; /* Ajusta este valor según la altura de tu header */
}


.site-info {
    display: none;
}
@media only screen and (max-width: 768px) {
  #woocommerce_product_categories-1 {
    display: none !important;
  }/* End custom CSS */