/*
Theme Name: HypeFlow Hub
Template: astra
Description: Tema filho HypeFlow Hub
Version: 1.0
*/

/* ===== RESET E BASE ===== */
* { box-sizing: border-box; }

body {
  font-family: 'Impact', 'Arial Black', sans-serif;
  background: #fff;
  color: #0D0D0D;
}

/* ===== HEADER / NAV ===== */
.site-header,
#masthead,
.ast-primary-header-bar {
  background: #0D0D0D !important;
}

.site-title a,
.site-title {
  color: #FFE600 !important;
  font-family: Impact, sans-serif !important;
  font-size: 28px !important;
  letter-spacing: 3px !important;
}

.site-description {
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: 4px !important;
  font-family: sans-serif !important;
}

.main-navigation a,
.ast-primary-nav a,
#site-navigation a {
  color: #fff !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.main-navigation a:hover,
.ast-primary-nav a:hover {
  color: #FFE600 !important;
}

/* ===== BARRA FRETE GRÁTIS ===== */
.hype-frete-bar {
  background: #FFE600;
  text-align: center;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 12px;
  color: #0D0D0D;
  letter-spacing: 1px;
}

.hype-frete-bar strong {
  font-family: Impact, sans-serif;
  letter-spacing: 2px;
}

/* ===== HERO ===== */
.hype-hero {
  background: #0D0D0D;
  padding: 60px 24px;
  text-align: center;
}

.hype-hero-badge {
  display: inline-block;
  background: #FF6B2B;
  color: #fff;
  font-size: 11px;
  padding: 4px 16px;
  border-radius: 20px;
  font-family: sans-serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hype-hero h1 {
  color: #FFE600 !important;
  font-size: 72px !important;
  letter-spacing: 4px !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
}

.hype-hero p {
  color: #aaa;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.7;
  max-width: 420px;
  margin: 0 auto 28px;
}

.hype-hero-btn {
  display: inline-block;
  background: #FFE600;
  color: #0D0D0D;
  padding: 14px 36px;
  font-family: Impact, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 4px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}

.hype-hero-btn:hover {
  background: #ffd700;
  color: #0D0D0D;
}

/* ===== SEÇÃO DE PRODUTOS ===== */
.hype-section {
  padding: 40px 24px;
}

.hype-section-title {
  font-size: 22px;
  letter-spacing: 3px;
  color: #0D0D0D;
  margin-bottom: 4px;
}

.hype-section-sub {
  font-family: sans-serif;
  font-size: 11px;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

/* ===== CARDS DE PRODUTO WOOCOMMERCE ===== */
ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}

ul.products li.product {
  border: 0.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.products li.product a img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
}

ul.products li.product .woocommerce-loop-product__title {
  font-family: sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  padding: 10px 10px 4px !important;
}

ul.products li.product .price {
  font-family: Impact, sans-serif !important;
  font-size: 16px !important;
  color: #0D0D0D !important;
  padding: 0 10px !important;
  letter-spacing: 1px !important;
}

ul.products li.product .price del {
  font-size: 11px !important;
  color: #aaa !important;
}

ul.products li.product .button,
ul.products li.product a.button {
  display: block !important;
  width: calc(100% - 20px) !important;
  margin: 8px 10px 10px !important;
  background: #0D0D0D !important;
  color: #FFE600 !important;
  font-family: Impact, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}

ul.products li.product .button:hover {
  background: #FFE600 !important;
  color: #0D0D0D !important;
}

/* ===== BADGE HYPE ===== */
.hype-badge {
  display: inline-block;
  background: rgba(255,230,0,0.15);
  color: #8B7A00;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 10px;
  font-family: sans-serif;
  margin: 8px 10px 0;
}

/* ===== SEÇÃO POR QUE COMPRAR ===== */
.hype-why {
  background: #0D0D0D;
  padding: 40px 24px;
}

.hype-why-title {
  color: #FFE600;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 24px;
  text-align: center;
}

.hype-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hype-why-item {
  text-align: center;
  padding: 16px;
}

.hype-why-icon {
  font-size: 32px;
  color: #FF6B2B;
  margin-bottom: 12px;
}

.hype-why-item strong {
  display: block;
  color: #FFE600;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: Impact, sans-serif;
}

.hype-why-item p {
  color: #aaa;
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.6;
}

/* ===== FOOTER ===== */
.site-footer,
#colophon {
  background: #111 !important;
  color: #555 !important;
}

.site-footer .site-title a {
  color: #FFE600 !important;
}

/* ===== PÁGINA DE PRODUTO ===== */
.single-product .product_title {
  font-family: Impact, sans-serif !important;
  letter-spacing: 2px !important;
}

.single-product .price {
  color: #0D0D0D !important;
  font-family: Impact, sans-serif !important;
  font-size: 28px !important;
}

.single-product .single_add_to_cart_button {
  background: #0D0D0D !important;
  color: #FFE600 !important;
  font-family: Impact, sans-serif !important;
  letter-spacing: 2px !important;
  border: none !important;
  border-radius: 4px !important;
}

.single-product .single_add_to_cart_button:hover {
  background: #FFE600 !important;
  color: #0D0D0D !important;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .hype-hero h1 { font-size: 48px !important; }
  ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .hype-why-grid { grid-template-columns: 1fr !important; }
}

.ast-footer-copyright a,
.ast-footer-copyright .ast-divider-wrap,
.site-info a[href*='astra'] {
}

a[href*='wpastra.com'] {
}

.ast-footer-copyright {
}

.ast-footer-copyright {
}
