/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
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.11.15.1762976945
Updated: 2025-11-12 19:49:05

*/

/* SUBMENÚ */

.ast-builder-menu-1 .sub-menu {
	background-color: #00000075;
}

/* Fondo personalizado para el banner de tienda WooCommerce */
.ast-archive-entry-banner[data-post-type="product"] {
  background-image: url('https://panaderio.secure-sandbox.com/wp-content/uploads/2025/11/banner-catalogo-2.webp'); /* cambia esta URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* podés usar fixed o scroll */
  display: flex;
  align-items: center;
  justify-content: center;
}



.ast-archive-entry-banner[data-post-type="product"] .ast-container h1 {
    text-transform: none;
}

/* ---------- PRODUCTOS DESTACADOS INICIO ---------- */

.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 5px 0 0 0 !important;	
}

.eael-product-grid .woocommerce ul.products {
    grid-gap: 10px !important;
}

/* -------------------------- CATALOGO -------------------------- */

/* Quitar borde de los iconos de categoría en barra lateral del catálogo */
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: none !important;
}

/* Barra lateral padding-right */
@media (min-width: 993px) {
    .ast-left-sidebar #secondary {
        padding-right: 20px;
    }
}

/* Barra lateral listado categorías*/

#secondary li {
	line-height: 1.75em;
	margin-bottom: 0.10em;
}

.wc-block-product-categories-list-item-count {
	font-size: 15px;
}

/* Sección de productos padding-left */
@media (min-width: 993px) {
    .ast-left-sidebar #primary {
        padding-left: 50px;
    }
}

/* Espacio entre columnas de productos */
.woocommerce ul.products, .woocommerce-page ul.products {
    column-gap: 50px;
}
@media (max-width: 767px) {
    .woocommerce ul.products, .woocommerce-page ul.products {
		column-gap: 20px;
    }
	.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 1em;
}
}

/* --------------------- FIN CATALOGO --------------------- */

/* FORMULARIO CONTACTO GENERAL */

.wpcf7-response-output {
	background-color: #f7e2a1;
	border-color: #f7e2a1 !important;
    color: #000000;
	margin: 2em 0em 1em 0em !important;
}

/* ---------- FOOTER ---------- */

.direccion-footer {
	color: #fef6f2;
	border-bottom:  1px solid #fef6f2;
	padding-bottom: 20px;
}

/* Hover para dirección del footer */
a.direccion-footer-link:hover .icono-direccion {
    fill: #f7e2a1 !important; /* color del icono en hover */
}

a.direccion-footer-link:hover .texto-direccion {
    color: #f7e2a1 !important; /* color del texto en hover */
}