/* SOLO la tienda (archivo de productos) CON sidebar */
body.post-type-archive-product.has-sidebar #secondary {
  display: block;
}

/* TODO lo demás SIN sidebar */
body:not(.post-type-archive-product) #secondary {
  display: none;
}

/* Hacer que el contenido ocupe todo el ancho cuando NO hay sidebar */
body:not(.post-type-archive-product) .content-area {
  width: 100%;
  float: none;
}

body:not(.post-type-archive-product) .site-main {
  margin-right: 0;
}
