/*
Theme Name: Astra Child - Pepvee
Template: astra
Version: 20260421.0400
Author: Pepvee
*/

/* ===== BASE ===== */
:root {
  --bg: #0a0a0a;
  --card: #151515;
  --border: #222;
  --accent: #ff5500;
  --accent-glow: rgba(255, 85, 0, 0.5);
  --text: #e8e8e8;
  --text-dim: #999;
  --text-faint: #666;
}
body, .ast-container, .site-content, .hentry {
  background: var(--bg) !important;
  color: var(--text) !important;
}
body { font-family: 'Space Grotesk', -apple-system, sans-serif; }
a { color: var(--accent); }
a:hover { color: #ff7733; }
h1, h2, h3, h4, h5, h6 { color: #fff; }

/* ===== RUO TOP BAR ===== */
.pepvee-ruo-bar {
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 99;
}

/* ===== HEADER / NAV ===== */
.site-header, .ast-primary-header-bar {
  background: var(--bg) !important;
  border-bottom: 1px solid var(--border) !important;
}
.main-header-menu a, .ast-header-break-point .main-header-menu a {
  color: var(--text) !important;
}
.main-header-menu a:hover { color: var(--accent) !important; }

/* ===== WOOCOMMERCE SHOP ===== */
.woocommerce ul.products li.product {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 16px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff !important;
  font-size: 18px !important;
}
.pepvee-ruo-label {
  display: block;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}
.woocommerce ul.products li.product .price {
  color: #fff !important;
  font-weight: 600;
}
.woocommerce .button, .woocommerce button.button, .woocommerce a.button {
  background: var(--accent) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.woocommerce .button:hover { background: #ff6619 !important; }

/* ===== PRODUCT PAGE ===== */
.single-product .product_title { color: #fff !important; }
.single-product .price { color: var(--accent) !important; font-size: 28px !important; }
.single-product .woocommerce-product-details__short-description { color: var(--text-dim); }
.single-product .entry-content::after {
  content: "This product is For Research Use Only. Not for human or animal consumption.";
  display: block;
  margin-top: 24px;
  padding: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/* ===== CHECKOUT ===== */
.woocommerce-checkout #payment {
  background: var(--card) !important;
  border: 1px solid var(--border) !important;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  background: var(--bg) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
}
.pepvee-ruo-checkbox {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 16px;
  margin: 20px 0;
}
.pepvee-bacwater-crosssell {
  background: var(--card);
  border: 1px solid var(--accent);
  padding: 20px;
  margin: 20px 0;
}
.pepvee-bacwater-crosssell h4 {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--bg) !important;
  color: var(--text-dim) !important;
  border-top: 1px solid var(--border) !important;
}
.site-footer a { color: var(--text-dim) !important; }
.site-footer a:hover { color: var(--accent) !important; }

/* ===== PRODUCT TRUST BAR ===== */
.pepvee-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
  padding: 16px;
  background: var(--card);
  border: 1px solid var(--border);
}
.pepvee-trust-item { display: flex; gap: 10px; align-items: center; }
.pepvee-trust-icon { font-size: 20px; }
.pepvee-trust-label {
  font-size: 10px; color: var(--text-faint);
  letter-spacing: 1.5px; text-transform: uppercase;
}
.pepvee-trust-value { font-size: 13px; color: #fff; font-weight: 600; }
@media (max-width: 640px) {
  .pepvee-trust-bar { grid-template-columns: 1fr; }
}

/* ===== HEADER OVERRIDES ===== */
.site-branding .site-logo-img img,
.custom-logo-link img,
.site-logo-img img {
 max-height: 44px !important;
 width: auto !important;
 max-width: 160px !important;
}
.ast-site-identity .site-title,
.site-title,
.ast-site-title-wrap .site-title {
 display: none !important;
}
.ast-site-identity {
 padding: 12px 0 !important;
}
.main-header-menu li a,
.main-header-bar .main-header-menu a {
 font-size: 14px !important;
 padding: 10px 14px !important;
 letter-spacing: 0.3px !important;
}
.main-header-bar {
 padding: 8px 24px !important;
}

/* ===== HIDE PAGE TITLES ON HOMEPAGE ===== */
.home .entry-header,
.home .entry-title,
.home .ast-archive-description,
.page-id-11 .entry-header,
.page-id-11 .entry-title {
 display: none !important;
}
.home .site-main,
.page-id-11 .site-main,
.page-id-11 .ast-container {
 padding-top: 0 !important;
}
.home .entry-content,
.page-id-11 .entry-content {
 margin-top: 0 !important;
}

/* ===== PEPVEE FOOTER ===== */
.site-footer { padding: 0 !important; }
.pepvee-footer {
 background: #0a0a0a;
 color: #999;
 padding: 60px 24px 30px;
 border-top: 1px solid #222;
}
.pepvee-footer-inner {
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 2fr 1fr 1fr 1fr;
 gap: 48px;
}
.pepvee-footer-brand-mark {
 display: inline-flex; align-items: center; gap: 10px;
 font-size: 20px; font-weight: 700; color: #fff;
 margin-bottom: 16px;
}
.pepvee-footer-brand-mark-icon {
 width: 22px; height: 22px; border: 1.5px solid #ff5500;
 transform: rotate(45deg); position: relative; display: inline-block;
}
.pepvee-footer-brand-mark-icon::before {
 content: ''; position: absolute; inset: 4px; background: #ff5500;
 box-shadow: 0 0 8px rgba(255,85,0,0.5);
}
.pepvee-footer-tag {
 font-size: 13px; color: #999; line-height: 1.6;
 max-width: 300px; margin-bottom: 16px;
}
.pepvee-footer-disclaimer {
 font-size: 11px; color: #666; line-height: 1.5;
 max-width: 320px;
}
.pepvee-footer-col h4 {
 color: #fff; font-size: 12px; font-weight: 600;
 letter-spacing: 2px; text-transform: uppercase;
 margin-bottom: 16px;
}
.pepvee-footer-col ul {
 list-style: none; padding: 0; margin: 0;
}
.pepvee-footer-col li { margin-bottom: 10px; }
.pepvee-footer-col a {
 color: #999; text-decoration: none; font-size: 14px;
 transition: color 0.2s;
}
.pepvee-footer-col a:hover { color: #ff5500; }
.pepvee-footer-bottom {
 max-width: 1200px; margin: 48px auto 0;
 padding-top: 24px; border-top: 1px solid #222;
 display: flex; justify-content: space-between;
 font-size: 12px; color: #666;
}
@media (max-width: 768px) {
 .pepvee-footer-inner { grid-template-columns: 1fr; gap: 32px; }
 .pepvee-footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* Hide default Astra footer content */
.site-below-footer-wrap,
.ast-small-footer,
.ast-footer-copyright { display: none !important; }

/* === BATCH 17 FOOTER FIX: hide Astra builder footer === */
.site-footer-below-section-1,
.ast-footer-copyright,
.site-footer-section-1,
[data-section="section-footer-builder"],
body .site-footer .site-below-footer-wrap,
body .site-footer .site-primary-footer-wrap {
 display: none !important;
}

/* Kill the white bar that wraps the Astra footer */
.site-footer,
.site-footer .site-footer-primary-section-1,
.site-footer .ast-builder-grid-row-container {
 background: transparent !important;
 border: 0 !important;
 padding: 0 !important;
 margin: 0 !important;
}

/* Keep only the Pepvee footer visible */
.pepvee-footer { display: block !important; }

/* === BATCH 19: stats relocated into final CTA section === */
.pepvee-stats.pepvee-stats-cta {
 max-width: 760px;
 margin: 0 auto 40px;
}
@media (max-width: 640px) {
 .pepvee-stats.pepvee-stats-cta { margin: 0 auto 32px; }
}
