.elementor-kit-387{--e-global-color-primary:#000000;--e-global-color-secondary:#F3D500;--e-global-color-text:#3D3D3D;--e-global-color-accent:#C50E0E;--e-global-color-9504ffc:#FFFFFF50;--e-global-color-5bba5dc:#FFFFFF;--e-global-color-624f801:#F0F0F0;--e-global-typography-primary-font-family:"myriad-pro";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-font-style:oblique;--e-global-typography-secondary-font-family:"myriad-pro";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"myriad-pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"myriad-pro";--e-global-typography-accent-font-weight:500;--e-global-typography-9089642-font-family:"myriad-pro";--e-global-typography-9089642-font-size:48px;--e-global-typography-9089642-font-weight:bold;}.elementor-kit-387 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000DE;--lightbox-ui-color:var( --e-global-color-primary );--lightbox-ui-color-hover:var( --e-global-color-primary );--lightbox-text-color:var( --e-global-color-primary );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-387{--e-global-typography-9089642-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Desktop: miniaturas en columna vertical a la izquierda, centradas verticalmente */
@media (min-width:1024px){
  .woocommerce-product-gallery.images{
    display:grid !important;
    grid-template-columns:150px 1fr !important;
  }

  .woocommerce-product-gallery.images > ol.flex-control-nav.flex-control-thumbs{
    grid-column:1 !important;
    grid-row:1 !important;
    width:150px !important;

    /* CLAVE: convertir en flex y centrar verticalmente */
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;  /* centra las miniaturas en la altura disponible */
  }

  .woocommerce-product-gallery .flex-control-thumbs li{
    width:150px !important;
    display:block !important;
    float:none !important;
  }

  .woocommerce-product-gallery .flex-viewport{
    grid-column:2 !important;
    grid-row:1 !important;
  }

  .woocommerce-product-gallery .flex-control-thumbs img{
    width:90% !important;
    height:auto !important;
    box-sizing:border-box !important; 
  }
}

/* Móvil: centrado y miniaturas de 150px de ancho */
@media (max-width:767px){
.woocommerce-product-gallery.images{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs{
    display:flex !important;
    justify-content:center !important;   /* centrar fila de miniaturas */
    flex-wrap:wrap !important;           /* permitir varias filas */
    margin:0 auto !important;
  }
.woocommerce-product-gallery .flex-control-thumbs li{
    float:none !important;
    flex:0 0 33% !important;           /* ancho fijo 150px */
    width:150px !important;
  }
.woocommerce-product-gallery .flex-control-thumbs img{
    width:100% !important;               /* llenar el li de 150px */
    height:auto !important;
    box-sizing:border-box !important;
  }
.woocommerce-product-gallery__image img.wp-post-image{
    display:block !important;
    margin:0 auto !important;
  }
}
 
/* Tabla */
.spec-table-wrap{overflow-x:auto}
table.spec-table{
  border-collapse:collapse;
  table-layout:fixed;          /* respeta <colgroup> */
  width:1250px;                /* 5 columnas × 250px */
}
table.spec-table col{width:250px}
table.spec-table th,
table.spec-table td{
  box-sizing:border-box;       /* cuenta el borde dentro del ancho */
  vertical-align:middle;       /* centra verticalmente */
}
table.spec-table thead th{background:#f5f5f5}

/* Imagen al 90% del ancho de su columna */
.model-head{display:flex;flex-direction:column;align-items:center;gap:6px}
.model-head a{display:block;width:90%;text-decoration:none}
.model-head img{width:90%;height:auto;display:block}
.model-head span{display:block}

.bdt-wc-carousel .bdt-wc-carousel-item {
    box-shadow: none !important;
}/* End custom CSS */