body.ce-kit-1{color:#000000;font-family:"Roboto", sans-serif;font-size:16px;font-weight:400;background-color:#FFFFFF;}a, .elementor a{color:#000000;font-family:"Roboto", sans-serif;font-size:16px;}a:hover, .elementor a:hover{color:#000000;font-family:"Roboto", sans-serif;font-size:16px;}body.ce-kit-1 h1{color:#000000;font-family:"Roboto", sans-serif;font-size:35px;font-weight:600;}body.ce-kit-1 h2{color:#000000;font-family:"Roboto", sans-serif;font-size:30px;font-weight:600;}body.ce-kit-1 h3{color:#000000;font-family:"Roboto", sans-serif;font-size:25px;}body.ce-kit-1 h4{color:#000000;font-family:"Roboto", sans-serif;font-size:20px;}body.ce-kit-1 h5{color:#000000;font-family:"Roboto", sans-serif;font-size:18px;}body.ce-kit-1 h6{color:#000000;font-family:"Roboto", sans-serif;font-size:16px;}body.ce-kit-1 .ce-display-small{color:#000000;font-family:"Roboto", sans-serif;}body.ce-kit-1 .ce-display-medium{color:#000000;font-family:"Roboto", sans-serif;}body.ce-kit-1 .ce-display-large{color:#000000;font-family:"Roboto", sans-serif;}body.ce-kit-1 .ce-display-xl{color:#000000;font-family:"Roboto", sans-serif;}body.ce-kit-1 .ce-display-xxl{color:#000000;font-family:"Roboto", sans-serif;}.elementor-button{font-family:"Roboto", sans-serif;}body.ce-kit-1 #wrapper{background-color:rgba(255, 255, 255, 0);}body.ce-kit-1 #content{background-color:#FFFFFF;}body.ce-kit-1 header.page-header, body.ce-kit-1 header.page-header *, body.ce-kit-1 .ce-page-title *{font-family:"Fjalla One", sans-serif;font-size:2px;}/* Start custom CSS for page-settings *//* Forzar ajuste de imágenes en listados */
.product-miniature .thumbnail-container img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}


/* OCULTAR VENTANA DEL CARRITO (Código Reforzado) */

/* 1. Ocultar el modal estándar de PrestaShop */
#blockcart-modal {
    display: none !important;
}

/* 2. Ocultar el modal específico de temas Iqit/Warehouse */
#iqit-blockcart-modal {
    display: none !important;
}

/* 3. Ocultar el fondo oscuro que bloquea la pantalla */
.modal-backdrop {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* 4. Asegurar que se pueda seguir haciendo scroll */
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}/* End custom CSS */