.BlogPost h5:hover {
  color: #bba684;
}

.BlogPost span {
  color: #f5f5f5;
}

bdi {
  color: #bba684;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #bba684;
}

/* ================================= */

/* BUILDCO - BOTÓN AÑADIR AL CARRITO */

/* ================================= */

/* Botón en página de producto */

.woocommerce div.product form.cart .button {
  background-color: #bba684 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

/* Hover */

.woocommerce div.product form.cart .button:hover {
  background-color: #a89372 !important;
}

/* Botones generales WooCommerce */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #bba684 !important;
  color: #ffffff !important;
}

/* Ocultar selector "Orden predeterminado" */

.woocommerce .woocommerce-ordering {
  display: none !important;
}

.woocommerce-info {
  border-color: #bba684;
}