/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 4.2.3.1775051927
Updated: 2026-04-01 10:58:47

*/


/* Color Naranja Filteco para botones y acentos */
:root {
    --nv-primary-color: #F28C00;
    --nv-primary-accent: #D97D00;
    --nv-dark-bg: #121417;
}

/* Ajuste del botón de búsqueda para que resalte */
.search-submit, .wp-block-search__button {
    background-color: var(--nv-primary-color) !important;
    color: #ffffff !important;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.search-submit:hover, .wp-block-search__button:hover {
    background-color: var(--nv-primary-accent) !important;
}

/* Estilo para los códigos técnicos (Tipografía Monospaced opcional) */
.equivalent-codes {
    font-family: 'Roboto Mono', monospace;
    background: #f4f4f4;
    padding: 10px;
    border-left: 4px solid var(--nv-primary-color);
}

/* Eliminar Categoría y SKU del pie de la descripción corta */
.single-product .product_meta {
    display: none !important;
}


/* Tamaño y Color del Título del Producto */
.single-product .product_title {
    font-size: 42px !important; /* Ajustá este número a tu gusto */
    text-transform: uppercase;
    font-weight: 600;
    color: #127f3d; /* Un negro casi puro para máxima legibilidad */
    line-height: 1.1;
    margin-bottom: 20px !important;
    letter-spacing: -1px;
}