body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #F5F5F0 !important;
  color: #1C1C1C !important;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif !important;
  color: #1C1C1C !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
}

p {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.7 !important;
  color: #1C1C1C !important;
}

button, .button, .wp-block-button__link {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #1C1C1C !important;
  color: #F5F5F0 !important;
  padding: 12px 22px !important;
  border: 1px solid #1C1C1C !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
}

button:hover {
  background-color: #F5F5F0 !important;
  color: #1C1C1C !important;
}

/* ========================= */
/* OCULTAR TÍTULOS (TODOS LOS DISPOSITIVOS) */
/* ========================= */

.entry-title {
  display: none !important;
}

.page-title {
  display: none !important;
}

/* ========================= */
/* SOLO COSAS DE ESCRITORIO */
/* ========================= */
@media (min-width: 768px) {

  .site-header .menu-toggle,
  .site-header .handheld-navigation,
  .storefront-primary-navigation button,
  .storefront-primary-navigation .menu-toggle,
  .main-navigation button::before,
  .main-navigation button::after {

    display: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    content: none !important;
  }

  .site-header .site-branding *,
  .site-header .custom-logo-link * {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }
}

/* ========================= */
/* ORDEN WOOCOMMERCE */
/* ========================= */

.woocommerce-ordering select {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(28,28,28,0.3) !important;
  color: #1C1C1C !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px;
  padding: 6px 0;
  box-shadow: none !important;
  outline: none !important;
}

/* ========================= */
/* QUITAR SIDEBAR EN GENERAL */
/* ========================= */

.page .widget-area {
  display: none !important;
}

/* ========================= */
/* MOSTRAR SIDEBAR SOLO EN TIENDA */
/* ========================= */

.woocommerce .widget-area {
  display: block !important;
}

/* ========================= */
/* AJUSTAR PÁGINAS SIN SIDEBAR */
/* ========================= */

.page:not(.woocommerce) .widget-area {
  display: none !important;
}

.page:not(.woocommerce) .content-area,
.page:not(.woocommerce) #primary {
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
}

.page:not(.woocommerce) .entry-content {
  max-width: 800px;
  margin: 0 auto;
}