@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Space+Mono:wght@400;700&display=swap');

#categories_block_left .tree a{
	background: #fff!important;
}

#categories_block_left .vertical ul ul{
	width: max-content!important;
}

.products article .wishlist-button-add{
	z-index: 3!important;
}

.container-iqit-menu {
	width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.brand {
    display: inline-block;
    padding: 10px;
    border: dotted 1px;
    margin: 5px;
    text-align: center;
}

.brand:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.brand-products {
    display: none;
}*/ 

.brand-img {
    width: 200px;
    height: 100px;
	margin: auto;
} 

.image-brand{
	max-height:100%;
}
.brand-list{
	text-align:center; 
}

.brand-infos a{
	color: #98c328!important;
	display: none!important;
}

.brand-infos a:hover{
	color: #89bd00!important;
}

#menu-icon{
	display:none;
}

#_mobile_logo {
    text-align: center;
}

.MyPrestaBrandsCarousel img{
	max-width:100%;
}

.product-flags li.product-flag,.btn-primary{
	background: #1529ca;
	color: #e8e8e8;
}

.footer-container{
	background: #0A0F29;
}

.product-price, .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active, .product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
	color: #1529ca;
	
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
	border: #1529ca 3px solid;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
	border-bottom: #1529ca 3px solid;
}

.block-contact, .footer-container li a, .footer-container .h3, .link-copyright, #block_myaccount_infos .myaccount-title a, .footer-container .h4, .footer-container a{
	color: #e8e8e8!important;
}

.text-sm-center{
	text-align: center;
}

.footer-copyright{
	padding-top: 1.5rem;
	background: #1529ca;
}

#footer, #footer .block_newsletter{
	background: #e8e8e8;
}

.block_newsletter #block-newsletter-label{
	color: #0A0F29;
}

/* ****************** CONTENIDO PERSONALIZADO ***************************** */

body, p, span:not(.cbp-tab-title), div {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333; /* Un gris oscuro suele ser más elegante que el negro puro */
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    /*text-transform: uppercase; /* Opcional: queda muy bien con Space Mono */
    letter-spacing: -0.02em;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/* Contenedor principal con el fondo gris claro */
.experience-section {
    background-color: #e8e8e8;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
}

/* Espaciado de los bloques */
.experience-item {
    padding: 20px 40px;
}

/* Cabecera del bloque (Icono + Título) */
.experience-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Estilo de los Iconos */
.icon-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.icon-wrapper svg {
    width: 30px;
    height: 30px;
    /* El color del trazo se define en el HTML o aquí */
}

/* Titulares según tus specs */
.experience-item h3 {
    font-family: 'Space Mono', monospace;
    color: #0A0F29;
    font-size: 24px; /* Según tu criterio de máximo 24 */
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
}

/* Textos de cuerpo */
.experience-item p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

/* Ajuste para móviles */
@media (max-width: 767px) {
    .experience-header {
        flex-direction: column;
        text-align: center;
    }
    .icon-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .experience-item {
        text-align: center;
        padding: 20px;
    }
}