Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.1.1744317211
Updated: 2025-04-10 20:33:31

*/

/* Color para la leyenda "Disponible para reserva" */
.available-on-backorder {
    color: #EAA600;
}

/* Oculta el título principal de la página de la tienda y su contenedor */
.woocommerce-products-header {
    display: none;
}

/* Transforma todo el texto dentro del contenido principal de "Mi Cuenta" a mayúsculas */
.woocommerce-MyAccount-content {
    text-transform: uppercase;
}

/* Añade color a los enlaces dentro del contenido principal de "Mi Cuenta" */
.woocommerce-MyAccount-content a {
    color: #066f97; /* Color deseado para otros enlaces dentro del contenido */
}

/* Transforma el texto de los enlaces de navegación de "Mi Cuenta" a mayúsculas y agrega color */
.woocommerce-MyAccount-navigation ul li a {
    text-transform: uppercase;
    color: #066f97;
}

/* Oculta el H1 y su contenedor en la página "Mi Cuenta" */
.woocommerce-account .entry-header {
    display: none;
}

/* Oculta el H1 y su contenedor en la página del Carrito */
.woocommerce-cart .entry-header {
    display: none;
}

/* Oculta solo el PRIMER div.storefront-sorting que aparece en la página */
.storefront-sorting:first-of-type {
    display: none;
}

/* Oculta el buscador de productos de Advanced Woo Search en la página "Mi Cuenta" */
.woocommerce-account .aws-container {
    display: none !important;
}

