/*
 Theme Name:   Storefront Child
 Theme URI:    https://tusitio.com
 Description:  Child theme de Storefront para personalizaciones.
 Author:       Raul
 Template:     storefront
 Version:      1.0.0
*/

/* Aquí tu CSS */

.site-header { background: #000 !important; }
.site-header * { color: #fff !important; }

/* ===== FORZAR FULL WIDTH EN INICIO (STORE­FRONT) ===== */

/* Ocultar cualquier sidebar */
.page-id-1858 .secondary,
.page-id-1858 .widget-area,
.page-id-1858 .sidebar {
  display: none !important;
}

/* Forzar ancho completo del contenido */
.page-id-1858 .content-area,
.page-id-1858 .site-content,
.page-id-1858 .site-main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}

/* Quitar breadcrumb y título */
.page-id-1858 .woocommerce-breadcrumb,
.page-id-1858 .entry-header {
  display: none !important;
}
