/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/
/* === OVERRIDE: Roboto Condensed 300 global ===
   Cole no style.css do CHILD THEME
*/
html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, div, button, input, select, textarea {
  font-family: "Roboto Condensed", "Poppins", "Arial Narrow", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Forçar em seletores WooCommerce comuns */
.woocommerce,
.woocommerce * ,
.woocommerce a,
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.woocommerce .price,
.woocommerce .amount,
.woocommerce .woocommerce-loop-product__title,
.woocommerce .product_title,
.woocommerce .woocommerce-loop-category__title,
.woocommerce .button,
.single_add_to_cart_button {
  font-family: "Roboto Condensed", "Poppins", "Arial Narrow", Arial, sans-serif !important;
  font-weight: 300 !important;
}

/* Ajuste de legibilidade mobile (opcional) */
@media (max-width: 480px) {
  html, body, button, input, select, textarea {
    font-weight: 400 !important;
  }
}
/* Corrige o botão de finalizar compra no WooCommerce */
.woocommerce-checkout #place_order,
.woocommerce-checkout #place_order.button {
  background-color: #23232c !important; /* cor de fundo (exemplo: preto grafite) */
  color: #ffffff !important;           /* cor do texto */
  border: none !important;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;                  /* opcional: arredondar */
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.woocommerce-checkout #place_order:hover {
  background-color: #444444 !important; /* cor de fundo no hover */
  color: #ffffff !important;
}
/* Botão "Finalizar compra" - WooCommerce */
.woocommerce-checkout #place_order,
.woocommerce-checkout #place_order.button {
  background-color: #000000 !important; /* fundo preto */
  color: #ffffff !important;           /* texto branco */
  border: none !important;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px; /* opcional */
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.woocommerce-checkout #place_order:hover {
  background-color: #333333 !important; /* preto mais claro no hover */
  color: #ffffff !important;
}
