/*
 Theme Name: HushHaus Child
 Theme URI: https://gethushhaus.com
 Description: Final child theme for HushHaus with Streetwear Dark styling and features.
 Author: HushHaus
 Version: 1.3
 Template: woodmart
*/

.hh-streetwear{
  --hh-bg:#0E0E0E; --hh-fg:#F5F7F6; --hh-muted:#9BA3A7;
  --hh-card:#121212; --hh-border:#2A2F31;
  --hh-accent:#1DB954; --hh-accent-2:#A67F5A;
  --hh-radius:16px; --hh-shadow:0 10px 30px rgba(0,0,0,.25);
}

.hh-streetwear html, .hh-streetwear body{ background:var(--hh-bg); color:var(--hh-fg); }
.hh-streetwear a{ color:var(--hh-accent); text-decoration:none; }
.hh-streetwear a:hover{ opacity:.9; }

.hh-streetwear a.product_type_external,
.hh-streetwear .single-product .single_add_to_cart_button{
  letter-spacing:.02em; font-weight:700; text-transform:uppercase;
  background:var(--hh-accent) !important; color:#000 !important;
  border-radius:12px !important; padding:12px 18px !important; border:none !important;
}

.hh-streetwear .hh-section{ background:var(--hh-card); border:1px solid var(--hh-border); border-radius:16px; padding:28px; box-shadow:var(--hh-shadow) }
