/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Unitel Marketing
Author URI: https://unitelmarketingdigital.es
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.7.1776070754
Updated: 2026-04-13 08:59:14

*/
.woocommerce-shop #wpc-term-taxonomy-product_cat-25 {
    display: none !important;
}

/* Aplicar a Tablet (hasta 921px) y Móvil */
@media (max-width: 921px) {
    
    /* Forzamos al contenedor raíz a portarse bien */
    #page {
        display: flex !important;
        flex-direction: column !important;
    }

    /* El contenido principal y sidebar están dentro de .site-content */
    .site-content > .ast-container {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    /* 1. La Sidebar ARRIBA */
    #secondary {
        order: -1 !important;
        width: 100% !important;
        position: relative !important; /* Mata el sticky de JS */
        top: 0 !important;
        left: 0 !important;
        transform: none !important; /* Anula desplazamientos de Astra Addon */
        float: none !important;
    }

    /* 2. Los Productos ABAJO */
    #primary {
        order: 1 !important;
        width: 100% !important;
        float: none !important;
    }

    /* 3. El Footer siempre al FINAL */
    .site-footer {
        order: 10 !important;
    }

    /* Anular el sticky dinámico que Astra mete por JS en los divs internos */
    #secondary *, .ast-sticky-sidebar {
        position: relative !important;
        top: 0 !important;
        /*width: 100% !important;*/
    }
}

.titulo-tienda-centrado {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.titulo-tienda-centrado h1.page-title {
    margin: 0;
    text-align: center !important;
}

.super-titulo-tienda {
    width: 100%;
    padding: 60px 0 20px 0; /* Más espacio arriba para separar del menú */
    text-align: center;
    background-color: #fff; /* O el color de tu fondo */
    position: relative;
    z-index: 1; /* Para que no se esconda */
}

.super-titulo-tienda h1 {
    margin: 0 !important;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center !important;
}

@media (max-width: 921px) {
    .super-titulo-tienda {
        padding: 40px 0 10px 0;
    }
}