.elementor-kit-8{--e-global-color-primary:#263640;--e-global-color-secondary:#C45D2D;--e-global-color-text:#122121;--e-global-color-accent:#13BFAB;--e-global-color-7143a18:#E5E5DA;--e-global-color-77bcdb3:#D6D6C7;--e-global-color-eafbc83:#8DA6A4;--e-global-color-96703c0:#A2B8B6;--e-global-color-5ec02ce:#B2BFBE;--e-global-color-0665e87:#4F6878;--e-global-color-79bb518:#748B89;--e-global-color-0716f82:#547F99;--e-global-color-3d57009:#A47ADE;--e-global-color-c42c745:#FFFFFF;--e-global-color-aed308a:#F7F8F8;--e-global-color-29977f8:#CB754D;--e-global-color-324b821:#AF5228;--e-global-typography-primary-font-family:"IBM Plex Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"IBM Plex Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IBM Plex Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-2f2bcdc-font-family:"Michroma";--e-global-typography-2f2bcdc-font-weight:700;--e-global-typography-2f2bcdc-text-transform:uppercase;--e-global-typography-2f2bcdc-line-height:1em;--e-global-typography-2f2bcdc-letter-spacing:1px;--e-global-typography-d7b1f8c-font-family:"Frank Ruhl Libre";--e-global-typography-d7b1f8c-font-size:3rem;--e-global-typography-d7b1f8c-font-weight:900;--e-global-typography-d7b1f8c-line-height:1.3em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@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-8 h2{font-size:1.3rem;line-height:1.3em;}.elementor-kit-8 h3{font-size:1.1rem;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* OCULTAR SCROLL BAR */
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Firefox */
html {
    scrollbar-width: none;
}

/* Internet Explorer 10+ */
body {
    -ms-overflow-style: none;
}

html {
  scroll-behavior: smooth;
}

/* INVENTARIOS DEFINIDOS */
/* Estilo general para todos los estados */
.woocommerce-variation-availability .stock, 
.single-product .stock {
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 400 !important;
    display: inline-block;
}

/* Colores específicos según la clase que definimos en el PHP */
.status-in-stock { 
    color: #4F6878 !important;
    padding: 3px 7px;
}

.status-pre-order { 
    color: #4F6878 !important; 
    border: 1px solid #C45D2D;
    border-radius: 10px;
padding: 3px 7px;
}

.status-bajo-pedido { 
    color: #4F6878 !important; 
    border: 1px solid #C45D2D;
    border-radius: 10px;
padding: 3px 7px;
}

/* Funciones */
.elementor-widget-woocommerce-product-content {
column-count: 2 !important;
column-gap: 2vw !important;
}

.elementor-widget-woocommerce-product-content p, .elementor-widget-woocommerce-product-content h3, .elementor-widget-woocommerce-product-content hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.elementor-widget-woocommerce-product-content h3 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

/* Caracteristicas */
.woocommerce-product-details__short-description {
font-size: 0.95rem;
column-count: 2 !important;
column-gap: 2vw !important;
}

.woocommerce-product-details__short-description p,  .woocommerce-product-details__short-description hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.woocommerce-product-details__short-description h3 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}/* End custom CSS */