.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6188CE;--e-global-color-a72318a:#06104F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2852957-font-family:"Ysabeau SC";--e-global-typography-2852957-font-size:58px;--e-global-typography-2852957-font-weight:600;--e-global-typography-ba4830d-font-family:"Tilt Warp";--e-global-typography-ba4830d-font-size:27px;--e-global-typography-ba4830d-font-weight:600;overscroll-behavior:none;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:300ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-width:35%;--e-preloader-opacity:0.8;}.site-header{background-color:#FFFFFF47;padding-inline-end:20px;padding-inline-start:20px;}.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 .site-branding .site-logo img{width:109px;max-width:109px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-primary );}.site-header .site-navigation-toggle{background-color:var( --e-global-color-a72318a );}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}@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;}.elementor-kit-6{--e-preloader-width:34%;--e-preloader-max-width:36%;}}/* Start custom CSS *//* Título del producto */
.woocommerce-page .product .product_title {
  font-size: 36px;
  color: #222;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}

/* Descripción corta */
.woocommerce-product-details__short-description {
  font-size: 18px;
  color: #444;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  line-height: 1.6;
}

/* Descripción larga */
.woocommerce-Tabs-panel p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Títulos dentro del producto */
.woocommerce-page .product h2,
.woocommerce-page .product h3 {
  color: #111;
  font-weight: 600;
  margin-top: 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}/* End custom CSS */