@charset "UTF-8";
/* =============================================================================
   GEEK HEROES CORE — WooCommerce Overrides
   ============================================================================= */
/* Remove estilos padrão e aplica o design da Geek Heroes */
.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .price {
  color: #0044cc;
  font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #0044cc;
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  min-height: 48px;
  padding: 0 20px;
  transition: background 0.25s;
  border: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #003399;
  color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #0044cc;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #0044cc;
}
