/* Widgets Es Niu: no pueden ensanchar la columna de Elementor. */
.elementor-widget-esniu-product-gallery,
.elementor-widget-esniu-product-price,
.elementor-widget-esniu-qty,
.elementor-widget-esniu-cart {
  min-width: 0;
  max-width: 100%;
}

/*
 * Theme Builder no usa <main>: header, ficha y footer son hermanos.
 * Solo .elementor-location-single / archive. Header y footer no coinciden.
 */
body.single-esniu_product .elementor-location-single,
body.post-type-archive-esniu_product .elementor-location-archive {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow-x: clip;
}

body.single-esniu_product .elementor-location-single > .e-con,
body.post-type-archive-esniu_product .elementor-location-archive > .e-con {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* Botón Más información del Loop Item de producto. No aplica al header/footer. */
.e-loop-item.esniu_product .elementor-button,
.e-loop-item.type-esniu_product .elementor-button {
  background-color: #B78A6D !important;
  background-image: none !important;
  border-color: #B78A6D !important;
  color: #fff !important;
}

.e-loop-item.esniu_product .elementor-button:hover,
.e-loop-item.esniu_product .elementor-button:focus,
.e-loop-item.type-esniu_product .elementor-button:hover,
.e-loop-item.type-esniu_product .elementor-button:focus {
  background-color: #B78A6D !important;
  background-image: none !important;
  border-color: #B78A6D !important;
  color: #fff !important;
}
