/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1778809242
Updated: 2026-05-15 01:40:42

*/

/* ── Card base ── */
.woocommerce ul.products li.product {
    background: #f2f2f2 !important;
    border-radius: 16px !important;
    padding: 16px !important;
    position: relative !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden !important;
}

/* ── Imagen ── */
.woocommerce ul.products li.product img {
    height: 220px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    background: transparent !important;
}

/* ── Ocultar segunda imagen ── */
.woocommerce ul.products li.product a img:nth-child(2),
.woocommerce ul.products li.product .wp-post-image ~ img,
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail.secondary {
    display: none !important;
}

/* ── Nombre ── */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 8px 0 0 !important;
    margin: 0 !important;
	width:100%;
}

/* ── Precio ── */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price span,
.woocommerce ul.products li.product .woocommerce-Price-amount {
  
    float: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    text-align: center !important;
    margin-top: 4px !important;
    margin-bottom: 10px !important;
    white-space: nowrap !important;
	width:100%;
}

/* ── Botón añadir al carrito ── */
.woocommerce ul.products li.product .button.add_to_cart_button {
    display: inline-block !important;
    float: left !important;
    width: 80% !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 10px !important;
    margin-top: 0px !important;
    text-align: center !important;
    border: none !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    background: #333333 !important;
}



.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div,
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* ── Sidebar filtro general ── */
.woof_container_inner {
    background: #f2f2f2 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    border: none !important;
}

/* ── Botón Re-inicializar ── */
.woof_reset_search_form {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 8px 16px !important;
    width: 100% !important;
}

/* ── Título Categorías del producto ── */
.woof_container_inner h4,
.woof_block_html_items h4 {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 8px !important;
    margin-bottom: 12px !important;
}

/* ── Lista de categorías ── */
.woof_block_html_items ul li a {
    font-size: 13px !important;
    color: #3a3a3a !important;
	text-decoration:
}

.irs--flat .irs-bar {
    background-color: black!important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: black!important;
}

.woof_remove_ppi{
	color:black!important;
}

.woof_reset_button_2{
	font-family: 'DM Sans', sans-serif !important;
color:black!important;
border-color: black!important;
}

.woof_reset_button_2:hover{
	font-family: 'DM Sans', sans-serif !important;
color:white!important;
border-color: black!important;
	background:black!important;
}

/* Esto aplica DM Sans a TODO el sitio, incluso fuera de Elementor */
body, h1, h2, h3, h4, h5, h6, input, button, select, textarea {
    font-family: 'DM Sans', sans-serif !important;
}

.woof_remove_ppi {
    color: black !important;
	background: transparent!important;
    
}







		
