/* ============================================
   VAPEVEX PREMIUM CSS v4.0
   Inspired by euvapen.com, upgraded color scheme
   Deep Charcoal + Electric Orange + Sky Blue
   ============================================ */

/* ---- ROOT VARIABLES ---- */
:root {
  --vv-primary: #0a0a0a;
  --vv-primary-light: #1a1a1a;
  --vv-accent: #ff6b00;
  --vv-accent-hover: #e55f00;
  --vv-accent-light: #ff8533;
  --vv-info: #0ea5e9;
  --vv-info-hover: #0284c7;
  --vv-success: #16a34a;
  --vv-warning: #f59e0b;
  --vv-danger: #dc2626;
  --vv-text: #1a1a1a;
  --vv-text-light: #555555;
  --vv-text-muted: #888888;
  --vv-bg: #f5f5f5;
  --vv-bg-white: #ffffff;
  --vv-bg-card: #ffffff;
  --vv-border: #e5e5e5;
  --vv-border-light: #f0f0f0;
  --vv-shadow: 0 2px 8px rgba(0,0,0,0.06);
  --vv-shadow-hover: 0 8px 24px rgba(0,0,0,0.1);
  --vv-shadow-card: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --vv-transition: all 0.25s ease;
  --vv-radius: 6px;
  --vv-radius-sm: 4px;
  --vv-radius-lg: 10px;
  --vv-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --vv-font-heading: 'Saira Condensed', 'Inter', sans-serif;
  --vv-font-display: 'Orbitron', sans-serif;
  --vv-font-product: 'Saira Condensed', sans-serif;
  --vv-font-price: 'Inter', sans-serif;
  --vv-container: 1200px;
}

/* ---- GOOGLE FONTS IMPORT ---- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Saira+Condensed:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700&family=Bebas+Neue&display=swap');

/* ---- GLOBAL RESET ---- */
*, *::before, *::after { box-sizing: border-box; }

body, .ast-plain-container, .ast-woo-shop-archive .site-content {
  background-color: var(--vv-bg) !important;
  color: var(--vv-text) !important;
  font-family: var(--vv-font-body) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove dark theme class effects */
body.vapevex-dark-theme { background-color: var(--vv-bg) !important; color: var(--vv-text) !important; }

/* Container width */
.site-content .ast-container { max-width: var(--vv-container) !important; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5, h6 { color: var(--vv-text) !important; font-weight: 600 !important; }
h1 { font-family: var(--vv-font-display) !important; font-size: 2.2rem !important; letter-spacing: 1px !important; }
h2 { font-family: var(--vv-font-heading) !important; font-size: 1.8rem !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
h3 { font-family: var(--vv-font-heading) !important; font-size: 1.4rem !important; }
h4 { font-family: var(--vv-font-body) !important; font-size: 1.1rem !important; font-weight: 600 !important; }
a { color: var(--vv-accent) !important; transition: var(--vv-transition) !important; }
a:hover { color: var(--vv-accent-hover) !important; }

/* ---- TOP BAR ---- */
.vv-top-bar {
  background: var(--vv-primary) !important;
  color: #ccc !important;
  font-size: 12px !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #222 !important;
}
.vv-top-bar a { color: var(--vv-accent) !important; font-weight: 500 !important; }
.vv-top-bar a:hover { color: var(--vv-accent-light) !important; text-decoration: underline !important; }
.vv-top-bar .vv-top-bar-inner {
  max-width: var(--vv-container) !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 20px !important;
}
.vv-top-bar .vv-top-left { display: flex; gap: 20px; align-items: center; }
.vv-top-bar .vv-top-right { display: flex; gap: 15px; align-items: center; }
.vv-top-bar i { margin-right: 5px; color: var(--vv-accent); }

/* ---- HEADER ---- */
#masthead.site-header, .ast-main-header-wrap, .ast-primary-header-bar,
#ast-desktop-header, .ast-header-break-point .main-header-bar {
  background: var(--vv-primary) !important;
  border-bottom: 2px solid var(--vv-accent) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}

/* Header height */
.ast-primary-header-bar { min-height: 70px !important; }

/* Logo */
.ast-site-identity .custom-logo,
.site-logo-img img { max-height: 44px !important; width: auto !important; }

/* ---- NAVIGATION ---- */
.main-header-menu .menu-link, .ast-header-navigation a {
  color: #ffffff !important;
  font-family: var(--vv-font-heading) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  padding: 10px 16px !important;
  transition: var(--vv-transition) !important;
  text-transform: uppercase !important;
}
.main-header-menu .menu-link:hover, 
.ast-header-navigation a:hover,
.main-header-menu .current-menu-item .menu-link,
.main-header-menu .current-menu-ancestor .menu-link {
  color: var(--vv-accent) !important;
  background: rgba(255,107,0,0.08) !important;
}

/* Dropdown menus */
.ast-header-navigation .sub-menu {
  background: #ffffff !important;
  border: 1px solid var(--vv-border) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  border-radius: var(--vv-radius) !important;
  min-width: 220px !important;
}
.ast-header-navigation .sub-menu .menu-link {
  color: var(--vv-text) !important;
  font-size: 14px !important;
  padding: 10px 18px !important;
  text-transform: none !important;
}
.ast-header-navigation .sub-menu .menu-link:hover {
  color: var(--vv-accent) !important;
  background: #fff8f3 !important;
}

/* Mobile hamburger */
.ast-mobile-menu-buttons .menu-toggle {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  font-size: 24px !important;
}
.ast-mobile-menu-buttons .menu-toggle:hover { color: var(--vv-accent) !important; }

/* Search in header */
.astra-search-icon { color: #ffffff !important; font-size: 18px !important; }
.astra-search-icon:hover { color: var(--vv-accent) !important; }

/* Cart icon in header */
.ast-header-woo-cart { color: #ffffff !important; }
.ast-header-woo-cart:hover { color: var(--vv-accent) !important; }

/* ---- BUTTONS ---- */
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt,
.vv-btn-primary, button.vv-btn-primary,
.elementor-button {
  background: var(--vv-accent) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--vv-radius) !important;
  padding: 12px 28px !important;
  font-family: var(--vv-font-body) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 8px rgba(255,107,0,0.3) !important;
  transition: var(--vv-transition) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.vv-btn-primary:hover, button.vv-btn-primary:hover,
.elementor-button:hover {
  background: var(--vv-accent-hover) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(255,107,0,0.4) !important;
}

/* Secondary/Outline button */
.vv-btn-outline {
  background: transparent !important;
  color: var(--vv-accent) !important;
  border: 2px solid var(--vv-accent) !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 26px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: var(--vv-transition) !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.vv-btn-outline:hover {
  background: var(--vv-accent) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* ---- PRODUCT CARDS ---- */
.woocommerce ul.products li.product, .vv-product-card {
  background: var(--vv-bg-card) !important;
  border-radius: var(--vv-radius-lg) !important;
  border: 1px solid var(--vv-border-light) !important;
  box-shadow: var(--vv-shadow-card) !important;
  overflow: hidden !important;
  transition: var(--vv-transition) !important;
  padding: 0 !important;
  position: relative !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--vv-shadow-hover) !important;
  border-color: rgba(255,107,0,0.15) !important;
}

/* Product card inner */
.woocommerce ul.products li.product a { display: block !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__link { text-decoration: none !important; }

/* Product image */
.woocommerce ul.products li.product a img {
  border-radius: var(--vv-radius-lg) var(--vv-radius-lg) 0 0 !important;
  margin-bottom: 0 !important;
  transition: var(--vv-transition) !important;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.03) !important;
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--vv-font-product) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--vv-text) !important;
  line-height: 1.4 !important;
  padding: 12px 16px 4px !important;
  text-transform: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: var(--vv-accent) !important;
}

/* Product price */
.woocommerce ul.products li.product .price {
  font-family: var(--vv-font-price) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--vv-accent) !important;
  padding: 0 16px 8px !important;
}
.woocommerce ul.products li.product .price del { 
  color: var(--vv-text-muted) !important; 
  font-size: 14px !important; 
  font-weight: 400 !important;
  margin-right: 6px !important;
}
.woocommerce ul.products li.product .price ins { 
  color: var(--vv-accent) !important; 
  text-decoration: none !important; 
  font-weight: 700 !important;
}

/* Add to cart button on product card */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button {
  margin: 0 16px 16px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  border-radius: var(--vv-radius-sm) !important;
  width: calc(100% - 32px) !important;
  text-align: center !important;
}

/* Sale badge */
.woocommerce span.onsale, .onsale {
  background: var(--vv-accent) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  padding: 4px 14px !important;
  border-radius: 0 0 var(--vv-radius-sm) 0 !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
  min-width: auto !important;
  min-height: auto !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}

/* Custom product badge */
.vv-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 2 !important;
  background: var(--vv-accent) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.vv-badge-new { background: var(--vv-info) !important; }
.vv-badge-hot { background: var(--vv-danger) !important; }
.vv-badge-best { background: var(--vv-success) !important; }

/* ---- PRODUCT DETAIL PAGE ---- */
.single-product .site-content { background: var(--vv-bg) !important; }

.single-product div.product {
  background: var(--vv-bg-white) !important;
  border-radius: var(--vv-radius-lg) !important;
  padding: 30px !important;
  box-shadow: var(--vv-shadow-card) !important;
}

/* Product title on detail page */
.single-product .product_title {
  font-family: 'Bebas Neue', var(--vv-font-heading) !important;
  font-size: 2.5rem !important;
  letter-spacing: 1px !important;
  color: var(--vv-text) !important;
  text-transform: none !important;
}

/* Product price on detail page */
.single-product .price {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--vv-accent) !important;
}
.single-product .price del { font-size: 20px !important; color: var(--vv-text-muted) !important; }

/* Add to cart on detail page */
.single-product .woocommerce-variation-add-to-cart .button,
.single-product .entry-summary .button {
  padding: 14px 36px !important;
  font-size: 16px !important;
  width: 100% !important;
  max-width: 400px !important;
}

/* Quantity input */
.quantity .qty {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius-sm) !important;
  padding: 8px !important;
  min-width: 60px !important;
}

/* Product tabs */
.woocommerce-tabs { background: var(--vv-bg-white) !important; border-radius: var(--vv-radius-lg) !important; padding: 20px !important; margin-top: 30px !important; }
.woocommerce-tabs ul.tabs { border-bottom: 2px solid var(--vv-border) !important; }
.woocommerce-tabs ul.tabs li { border: none !important; background: transparent !important; margin: 0 !important; }
.woocommerce-tabs ul.tabs li a { 
  font-family: var(--vv-font-heading) !important;
  font-weight: 600 !important;
  color: var(--vv-text-light) !important;
  padding: 12px 20px !important;
}
.woocommerce-tabs ul.tabs li.active a { color: var(--vv-accent) !important; border-bottom: 2px solid var(--vv-accent) !important; }

/* ---- SHOP PAGE ---- */
.woocommerce-result-count, .woocommerce-ordering select {
  font-size: 14px !important;
  color: var(--vv-text-light) !important;
}

/* ---- B2B PRICE TIERS ---- */
.vv-price-tier { display: flex; gap: 8px; margin: 12px 0; flex-wrap: wrap; }
.vv-price-tier-item {
  background: linear-gradient(135deg, #fff8f3 0%, #fff0e5 100%);
  border: 1px solid rgba(255,107,0,0.2);
  border-radius: var(--vv-radius-sm);
  padding: 8px 14px;
  text-align: center;
  min-width: 100px;
  transition: var(--vv-transition);
}
.vv-price-tier-item:hover { border-color: var(--vv-accent); box-shadow: 0 2px 8px rgba(255,107,0,0.15); }
.vv-price-tier-item .tier-qty { font-size: 11px; color: var(--vv-text-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.vv-price-tier-item .tier-price { font-size: 18px; font-weight: 700; color: var(--vv-accent); }
.vv-moq-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--vv-primary); color: #fff; font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: 20px; text-transform: uppercase;
}

/* ---- TPD COMPLIANCE ---- */
.vv-tpd-notice {
  background: #fffbeb !important;
  border: 1px solid var(--vv-warning) !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 15px !important;
  font-size: 12px !important;
  color: #92400e !important;
  margin: 12px 0 !important;
}
.vv-tpd-notice i { color: var(--vv-accent) !important; margin-right: 6px !important; }

/* ---- WHATSAPP FLOAT ---- */
.vv-whatsapp-float {
  position: fixed !important; bottom: 30px !important; right: 30px !important; z-index: 9999 !important;
  width: 56px !important; height: 56px !important; background: #25D366 !important; border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: #fff !important; font-size: 28px !important; box-shadow: 0 4px 20px rgba(37,211,102,0.4) !important;
  transition: var(--vv-transition) !important; text-decoration: none !important;
}
.vv-whatsapp-float:hover { transform: scale(1.1) !important; box-shadow: 0 6px 25px rgba(37,211,102,0.5) !important; color: #fff !important; }

/* ---- QUICK INQUIRY FLOAT ---- */
.vv-inquiry-float {
  position: fixed !important; bottom: 100px !important; right: 30px !important; z-index: 9998 !important;
  background: var(--vv-primary) !important; color: #fff !important;
  padding: 12px 20px !important; border-radius: 30px !important; font-size: 13px !important; font-weight: 600 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important; transition: var(--vv-transition) !important;
  text-decoration: none !important; display: flex !important; align-items: center !important; gap: 6px !important;
}
.vv-inquiry-float:hover { transform: translateY(-2px) !important; color: #fff !important; }

/* ---- FOOTER ---- */
.vv-enhanced-footer, .site-footer {
  background: var(--vv-primary) !important;
  color: #cccccc !important;
  border-top: 2px solid var(--vv-accent) !important;
}
.vv-enhanced-footer h4, .site-footer h4, .site-footer .widget-title {
  color: #ffffff !important;
  font-family: var(--vv-font-heading) !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid var(--vv-accent) !important;
  margin-bottom: 16px !important;
}
.vv-enhanced-footer a, .site-footer a {
  color: #aaaaaa !important;
  transition: var(--vv-transition) !important;
  font-size: 14px !important;
}
.vv-enhanced-footer a:hover, .site-footer a:hover {
  color: var(--vv-accent) !important;
  padding-left: 4px !important;
}

/* Footer bottom */
.vv-footer-bottom {
  background: #050505 !important;
  padding: 16px 0 !important;
  font-size: 13px !important;
  color: #777 !important;
  border-top: 1px solid #222 !important;
}
.vv-footer-bottom a { color: var(--vv-accent) !important; }

/* ---- TRUST BADGES SECTION ---- */
.vv-trust-section {
  background: var(--vv-bg-white) !important;
  border-top: 1px solid var(--vv-border) !important;
  border-bottom: 1px solid var(--vv-border) !important;
  padding: 30px 0 !important;
}
.vv-trust-item { 
  display: flex !important; align-items: center !important; gap: 12px !important; padding: 15px !important; 
}
.vv-trust-item i { font-size: 28px !important; color: var(--vv-accent) !important; }
.vv-trust-item .trust-title { font-weight: 600 !important; font-size: 14px !important; color: var(--vv-text) !important; }
.vv-trust-item .trust-desc { font-size: 12px !important; color: var(--vv-text-muted) !important; }

/* ---- CART & CHECKOUT ---- */
.woocommerce-cart .site-content, .woocommerce-checkout .site-content { background: var(--vv-bg) !important; }
.woocommerce table.shop_table { border-radius: var(--vv-radius) !important; overflow: hidden !important; border: 1px solid var(--vv-border) !important; }
.woocommerce table.shop_table th { background: var(--vv-primary) !important; color: #fff !important; font-family: var(--vv-font-heading) !important; text-transform: uppercase !important; font-size: 13px !important; }
.woocommerce table.shop_table td { border-bottom: 1px solid var(--vv-border-light) !important; padding: 16px !important; }

/* Checkout progress */
.woocommerce-checkout .woocommerce-breadcrumb { display: none !important; }

/* ---- MINI CART ---- */
.ast-site-header-cart .widget_shopping_cart { 
  background: #fff !important; 
  border: 1px solid var(--vv-border) !important; 
  box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important; 
  border-radius: var(--vv-radius) !important;
}

/* ---- PAGINATION ---- */
.woocommerce-pagination .page-numbers { gap: 6px !important; }
.woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius-sm) !important;
  padding: 8px 14px !important;
  font-size: 14px !important;
  transition: var(--vv-transition) !important;
}
.woocommerce-pagination .page-numbers li a:hover {
  background: var(--vv-accent) !important;
  color: #fff !important;
  border-color: var(--vv-accent) !important;
}
.woocommerce-pagination .page-numbers li span.current {
  background: var(--vv-accent) !important;
  color: #fff !important;
  border-color: var(--vv-accent) !important;
}

/* ---- BREADCRUMB ---- */
.woocommerce-breadcrumb, .breadcrumb-trail {
  font-size: 13px !important;
  color: var(--vv-text-muted) !important;
  padding: 10px 0 !important;
}
.woocommerce-breadcrumb a { color: var(--vv-text-light) !important; }
.woocommerce-breadcrumb a:hover { color: var(--vv-accent) !important; }

/* ---- ELEMENTOR OVERRIDES ---- */
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--vv-font-heading) !important;
}

/* ---- NICOTINE WARNING ---- */
.vv-nicotine-warning {
  background: #fffbeb !important;
  border: 1px solid var(--vv-warning) !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 15px !important;
  font-size: 12px !important;
  color: #92400e !important;
}
.vv-nicotine-warning i { color: var(--vv-danger) !important; margin-right: 6px !important; }

/* ---- STOCK & COMPLIANCE BADGES ---- */
.vv-tpd-badge {
  display: inline-flex !important; align-items: center !important; gap: 4px !important;
  background: var(--vv-success) !important; color: #fff !important; font-size: 10px !important; font-weight: 700 !important;
  padding: 3px 8px !important; border-radius: 3px !important; text-transform: uppercase !important;
}
.vv-stock-badge {
  display: inline-flex !important; align-items: center !important; gap: 4px !important;
  background: var(--vv-info) !important; color: #fff !important; font-size: 10px !important; font-weight: 600 !important;
  padding: 3px 8px !important; border-radius: 3px !important;
}

/* ---- OEM & ODM SECTION ---- */
.vv-oem-section { 
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f0f5 100%) !important; 
  border-radius: var(--vv-radius-lg) !important; padding: 40px !important; margin: 30px 0 !important; 
}
.vv-oem-card { 
  background: #fff !important; border-radius: var(--vv-radius) !important; padding: 25px !important; 
  box-shadow: var(--vv-shadow) !important; text-align: center !important; transition: var(--vv-transition) !important; 
}
.vv-oem-card:hover { transform: translateY(-4px) !important; box-shadow: var(--vv-shadow-hover) !important; }
.vv-oem-card i { font-size: 36px !important; color: var(--vv-accent) !important; margin-bottom: 15px !important; }

/* ---- HOMEPAGE SECTIONS ---- */
.vv-hero-section {
  position: relative !important;
  overflow: hidden !important;
  min-height: 500px !important;
  display: flex !important;
  align-items: center !important;
}
.vv-hero-section .vv-hero-bg {
  position: absolute !important;
  top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;
  object-fit: cover !important;
}
.vv-hero-overlay {
  position: absolute !important;
  top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;
  background: linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.5) 100%) !important;
}
.vv-hero-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: var(--vv-container) !important;
  margin: 0 auto !important;
  padding: 60px 20px !important;
  color: #fff !important;
}
.vv-hero-content h1 {
  font-family: var(--vv-font-display) !important;
  font-size: 3rem !important;
  color: #fff !important;
  margin-bottom: 16px !important;
  letter-spacing: 2px !important;
}
.vv-hero-content h1 span { color: var(--vv-accent) !important; }
.vv-hero-content p {
  font-size: 18px !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 24px !important;
  max-width: 600px !important;
}

/* Section title */
.vv-section-title {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.vv-section-title h2 {
  font-family: var(--vv-font-heading) !important;
  font-size: 2rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: var(--vv-text) !important;
  margin-bottom: 8px !important;
}
.vv-section-title h2 span { color: var(--vv-accent) !important; }
.vv-section-title p {
  font-size: 15px !important;
  color: var(--vv-text-muted) !important;
}
.vv-section-title .vv-title-line {
  width: 60px !important;
  height: 3px !important;
  background: var(--vv-accent) !important;
  margin: 12px auto 0 !important;
  border-radius: 2px !important;
}

/* Brand logos section */
.vv-brands-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
  gap: 16px !important;
  align-items: center !important;
}
.vv-brand-item {
  background: var(--vv-bg-white) !important;
  border: 1px solid var(--vv-border-light) !important;
  border-radius: var(--vv-radius) !important;
  padding: 20px !important;
  text-align: center !important;
  transition: var(--vv-transition) !important;
}
.vv-brand-item:hover {
  border-color: var(--vv-accent) !important;
  box-shadow: 0 2px 12px rgba(255,107,0,0.1) !important;
  transform: translateY(-2px) !important;
}
.vv-brand-item img {
  max-height: 50px !important;
  width: auto !important;
  filter: grayscale(100%) !important;
  opacity: 0.6 !important;
  transition: var(--vv-transition) !important;
}
.vv-brand-item:hover img {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}
.vv-brand-item a { text-decoration: none !important; display: block !important; }

/* Category cards */
.vv-category-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 20px !important;
}
.vv-category-card {
  background: var(--vv-bg-white) !important;
  border-radius: var(--vv-radius-lg) !important;
  overflow: hidden !important;
  box-shadow: var(--vv-shadow-card) !important;
  transition: var(--vv-transition) !important;
  text-decoration: none !important;
}
.vv-category-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--vv-shadow-hover) !important;
}
.vv-category-card img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
}
.vv-category-card .vv-cat-info {
  padding: 16px !important;
}
.vv-category-card h3 {
  font-family: var(--vv-font-heading) !important;
  font-size: 16px !important;
  color: var(--vv-text) !important;
  margin: 0 !important;
}
.vv-category-card span {
  font-size: 12px !important;
  color: var(--vv-text-muted) !important;
}

/* Stats bar */
.vv-stats-bar {
  background: var(--vv-primary) !important;
  padding: 40px 0 !important;
}
.vv-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  max-width: var(--vv-container) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.vv-stat-item {
  text-align: center !important;
  color: #fff !important;
}
.vv-stat-number {
  font-family: var(--vv-font-display) !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: var(--vv-accent) !important;
  line-height: 1 !important;
}
.vv-stat-label {
  font-size: 13px !important;
  color: #aaa !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-top: 6px !important;
}

/* ---- MOBILE RESPONSIVE ---- */
@media (max-width: 992px) {
  .vv-stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .vv-hero-content h1 { font-size: 2rem !important; }
  .vv-brands-grid { grid-template-columns: repeat(4, 1fr) !important; }
  .vv-category-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
  .woocommerce a.button, .woocommerce button.button,
  .vv-btn-primary, .vv-btn-outline { 
    min-height: 44px !important; 
    min-width: 44px !important; 
  }
  .vv-whatsapp-float { bottom: 20px !important; right: 20px !important; width: 50px !important; height: 50px !important; font-size: 24px !important; }
  .woocommerce ul.products[class*=columns-] li.product { width: 50% !important; clear: none !important; }
  .widget-area { display: none !important; }
  .ast-site-identity .custom-logo { max-height: 34px !important; }
  .vv-inquiry-float { display: none !important; }
  .vv-hero-content { padding: 30px 16px !important; }
  .vv-hero-content h1 { font-size: 1.6rem !important; }
  .vv-hero-content p { font-size: 14px !important; }
  .vv-brands-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 10px !important; }
  .vv-category-grid { grid-template-columns: 1fr !important; }
  .vv-stats-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .vv-stat-number { font-size: 1.8rem !important; }
  .vv-hero-section { min-height: 350px !important; }
  .vv-top-bar .vv-top-right { display: none !important; }
}

@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product { width: 100% !important; }
  .vv-brands-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ---- HIDE POPUPS & EXCESS ---- */
[class*="popup"]:not(.age-gate):not(.vv-popup), [class*="modal"]:not([role="dialog"]):not(.age-gate),
.pum-overlay, .pum-container, [class*="newsletter-popup"], [class*="exit-intent"] { display: none !important; }

/* ---- WOOF FILTER ---- */
.woof_container { border: 1px solid var(--vv-border) !important; border-radius: var(--vv-radius) !important; padding: 12px !important; margin-bottom: 12px !important; }
.woof_container h4 { font-family: var(--vv-font-heading) !important; font-size: 14px !important; text-transform: uppercase !important; border-bottom: 1px solid var(--vv-border) !important; padding-bottom: 8px !important; margin-bottom: 10px !important; }

/* ---- RANK MATH BREADCRUMB ---- */
.rank-math-breadcrumb { font-size: 13px !important; padding: 10px 0 !important; }
.rank-math-breadcrumb a { color: var(--vv-text-light) !important; }
.rank-math-breadcrumb a:hover { color: var(--vv-accent) !important; }

/* ---- ELEMENTOR CANVAS FIX ---- */
.page-template-elementor_canvas { background: var(--vv-bg) !important; }
.elementor-section-wrap > .elementor-element:first-child { margin-top: 0 !important; }

/* ---- MISC FIXES ---- */
.wc-block-grid__product { border-radius: var(--vv-radius-lg) !important; overflow: hidden !important; }
.wp-block-image img { border-radius: var(--vv-radius) !important; }

/* Age gate override */
.age-gate-form { border-radius: var(--vv-radius-lg) !important; }
.age-gate-form .age-gate-submit { background: var(--vv-accent) !important; border: none !important; border-radius: var(--vv-radius) !important; }

/* Perfect WooCommerce Brands on product page */
.pwb-single-product-brands { margin: 10px 0 !important; font-size: 13px !important; }
.pwb-single-product-brands a { color: var(--vv-accent) !important; font-weight: 500 !important; }

/* Tier pricing table style */
.tier-pricing-table { border-radius: var(--vv-radius) !important; overflow: hidden !important; }
.tier-pricing-table th { background: var(--vv-primary) !important; color: #fff !important; }
.tier-pricing-table td { border-bottom: 1px solid var(--vv-border-light) !important; }

/* ---- TPD NOTICE COMPACT ON PRODUCT DETAIL ---- */
.vv-tpd-notice {
  font-size: 11px !important;
  padding: 6px 10px !important;
  margin: 8px 0 !important;
  line-height: 1.5 !important;
}

/* ---- HEADER WOO CART ICON ---- */
.ast-header-woo-cart .ast-woo-cart-icon { color: #ffffff !important; }
.ast-header-woo-cart .ast-woo-cart-icon:hover { color: #ff6b00 !important; }

/* ---- Astra Header Customization ---- */
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle { color: #ffffff !important; }
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle:hover { color: #ff6b00 !important; }

/* ---- WooCommerce Products - Hide result count on homepage ---- */
.home .woocommerce-result-count { display: none !important; }

/* ---- Make product card Add to Cart full width ---- */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button {
  width: calc(100% - 32px) !important;
  text-align: center !important;
}

/* ---- Better product card spacing ---- */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 10px 14px 2px !important;
}
.woocommerce ul.products li.product .price {
  padding: 0 14px 6px !important;
}

/* ---- Fix Astra default header background ---- */
.ast-hfb-header .ast-header-sticked .ast-header-stick-wrap {
  background: #0a0a0a !important;
}

/* ---- Mobile responsive for OEM section ---- */
@media (max-width: 768px) {
  .vv-hero-section { min-height: 380px !important; }
  .vv-hero-content > div { max-width: 100% !important; }
  .vv-hero-content h1 { font-size: 1.8rem !important; }
}
/* ============================================
   PRODUCT LAYOUT SPACING OPTIMIZATION v2
   Less crowded, more breathing room
   ============================================ */

/* ---- PRODUCT GRID: Better spacing ---- */
.woocommerce ul.products {
    gap: 24px !important;
    margin: 0 auto !important;
}

/* Product card: cleaner */
.woocommerce ul.products li.product {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

/* Product image link wrapper */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block !important;
    padding: 16px 16px 0 !important;
}

/* Product image: better aspect ratio */
.woocommerce ul.products li.product a img {
    border-radius: 8px !important;
    margin-bottom: 0 !important;
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
    background: #fafafa !important;
    padding: 8px !important;
}

/* Product title: more breathing room */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Saira Condensed', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    padding: 12px 16px 4px !important;
    margin: 0 !important;
    min-height: 40px !important;
    transition: color 0.2s ease !important;
}

/* Product price: cleaner */
.woocommerce ul.products li.product .price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--vv-accent) !important;
    padding: 4px 16px 12px !important;
    margin: 0 !important;
}

/* Add to Cart button */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button {
    margin: 0 16px 16px !important;
    padding: 10px 16px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    width: calc(100% - 32px) !important;
    text-align: center !important;
    display: block !important;
}

/* Hover effects */
.woocommerce ul.products li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
    border-color: rgba(255,107,0,0.2) !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: var(--vv-accent) !important;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.05) !important;
}

/* ---- SECTION SPACING ---- */
.vv-section-title {
    margin-bottom: 48px !important;
}

.vv-section-title h2 {
    font-size: 2.2rem !important;
    margin-bottom: 10px !important;
}

/* ---- HERO BANNER IMAGE ---- */
.vv-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.vv-hero-section {
    min-height: 560px !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
}

.vv-hero-content h1 {
    font-size: 3.6rem !important;
    line-height: 1.15 !important;
}

/* ---- CATEGORY CARDS ---- */
.vv-category-grid {
    gap: 24px !important;
}

.vv-category-card > div:first-child {
    height: 200px !important;
}

/* ---- BRANDS ---- */
.vv-brands-grid {
    gap: 20px !important;
}

.vv-brand-item {
    padding: 24px !important;
}

/* ---- STATS ---- */
.vv-stat-number {
    font-size: 2.8rem !important;
}

/* ---- TRUST ---- */
.vv-trust-section {
    padding: 40px 0 !important;
}

.vv-trust-item {
    padding: 20px !important;
}

/* ---- HOMEPAGE CONTAINER ---- */
.home .site-content > .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ---- 4-COLUMN DESKTOP ---- */
@media (min-width: 993px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(25% - 18px) !important;
    }
}

/* ---- 2-COLUMN TABLET ---- */
@media (max-width: 992px) and (min-width: 769px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(50% - 12px) !important;
    }
    .vv-hero-section { min-height: 400px !important; }
    .vv-hero-content h1 { font-size: 2.4rem !important; }
}

/* ---- 2-COLUMN MOBILE ---- */
@media (max-width: 768px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(50% - 12px) !important;
    }
    .vv-hero-section { min-height: 380px !important; }
    .vv-hero-content h1 { font-size: 1.8rem !important; }
    .vv-section-title h2 { font-size: 1.5rem !important; }
    .vv-category-grid { gap: 16px !important; }
    .vv-hero-content { padding: 40px 16px !important; }
}
/* ---- EU WAREHOUSE BADGE ON PRODUCT CARDS ---- */
.woocommerce ul.products li.product .vv-eu-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #16a34a !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    margin: 0 16px 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.woocommerce ul.products li.product .vv-delivery-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #ff6b00 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    margin: 0 16px 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

/* Sale badge position fix */
.woocommerce span.onsale, .onsale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    z-index: 5 !important;
    border-radius: 3px !important;
    padding: 3px 10px !important;
}

/* ============================================
   PRODUCT DETAIL PAGE ENHANCEMENTS
   Premium styling for single product pages
   ============================================ */

/* ---- PRODUCT LAYOUT ---- */
.single-product .site-content .ast-container {
  max-width: 1300px !important;
  padding: 20px !important;
}

.single-product .product {
  background: var(--vv-bg-white) !important;
  border-radius: var(--vv-radius-lg) !important;
  overflow: hidden !important;
  box-shadow: var(--vv-shadow-card) !important;
  padding: 30px !important;
}

/* Product gallery - better spacing */
.single-product .woocommerce-product-gallery {
  border-radius: var(--vv-radius-lg) !important;
  overflow: hidden !important;
}

.single-product .woocommerce-product-gallery__image img {
  border-radius: var(--vv-radius) !important;
  background: #fafafa !important;
  padding: 10px !important;
}

.single-product .flex-viewport {
  border-radius: var(--vv-radius) !important;
  overflow: hidden !important;
}

/* Thumbnail gallery */
.single-product .flex-control-thumbs li {
  border-radius: var(--vv-radius-sm) !important;
  overflow: hidden !important;
  margin: 0 4px 4px 0 !important;
}

.single-product .flex-control-thumbs li img {
  border-radius: var(--vv-radius-sm) !important;
  border: 2px solid transparent !important;
  transition: var(--vv-transition) !important;
  background: #fafafa !important;
  padding: 4px !important;
}

.single-product .flex-control-thumbs li img.flex-active,
.single-product .flex-control-thumbs li img:hover {
  border-color: var(--vv-accent) !important;
}

/* ---- PRODUCT TITLE ---- */
.single-product .product_title {
  font-family: 'Bebas Neue', 'Saira Condensed', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: var(--vv-primary) !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
}

/* ---- PRODUCT PRICE ---- */
.single-product .price {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: var(--vv-accent) !important;
  margin-bottom: 16px !important;
}

.single-product .price del {
  color: var(--vv-text-muted) !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  opacity: 0.7 !important;
}

.single-product .price ins {
  color: var(--vv-accent) !important;
  text-decoration: none !important;
}

/* ---- SHORT DESCRIPTION ---- */
.single-product .woocommerce-product-details__short-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--vv-text-light) !important;
  padding: 12px 0 !important;
  border-top: 1px solid var(--vv-border-light) !important;
  border-bottom: 1px solid var(--vv-border-light) !important;
  margin-bottom: 16px !important;
}

/* ---- VARIATIONS SELECT ---- */
.single-product .variations_form table.variations {
  border: none !important;
  margin-bottom: 16px !important;
}

.single-product .variations_form table.variations td {
  padding: 6px 0 !important;
  border: none !important;
}

.single-product .variations_form table.variations label {
  font-family: var(--vv-font-heading) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: var(--vv-text) !important;
  letter-spacing: 0.5px !important;
}

.single-product .variations_form select {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  background: var(--vv-bg-white) !important;
  min-width: 200px !important;
  transition: var(--vv-transition) !important;
}

.single-product .variations_form select:focus {
  border-color: var(--vv-accent) !important;
  box-shadow: 0 0 0 3px rgba(255,107,0,0.1) !important;
  outline: none !important;
}

/* Reset variations link */
.single-product .reset_variations {
  font-size: 12px !important;
  color: var(--vv-info) !important;
  text-decoration: underline !important;
}

/* ---- QUANTITY & ADD TO CART ---- */
.single-product .quantity {
  margin-right: 10px !important;
}

.single-product .quantity .qty {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 70px !important;
  transition: var(--vv-transition) !important;
}

.single-product .quantity .qty:focus {
  border-color: var(--vv-accent) !important;
  box-shadow: 0 0 0 3px rgba(255,107,0,0.1) !important;
}

.single-product button.single_add_to_cart_button,
.single-product button.alt {
  background: var(--vv-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--vv-radius) !important;
  padding: 12px 32px !important;
  font-family: var(--vv-font-heading) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: var(--vv-transition) !important;
  min-height: 48px !important;
}

.single-product button.single_add_to_cart_button:hover,
.single-product button.alt:hover {
  background: var(--vv-accent-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(255,107,0,0.3) !important;
}

/* ---- PRODUCT META (SKU, Categories, Tags) ---- */
.single-product .product_meta {
  font-size: 13px !important;
  color: var(--vv-text-muted) !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--vv-border-light) !important;
}

.single-product .product_meta span {
  display: block !important;
  margin-bottom: 4px !important;
}

.single-product .product_meta a {
  color: var(--vv-info) !important;
  font-weight: 500 !important;
  transition: var(--vv-transition) !important;
}

.single-product .product_meta a:hover {
  color: var(--vv-accent) !important;
}

/* ---- TIER PRICING TABLE ---- */
.tier-pricing-table {
  width: 100% !important;
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius) !important;
  overflow: hidden !important;
  margin: 16px 0 !important;
}

.tier-pricing-table th {
  background: var(--vv-primary) !important;
  color: #fff !important;
  font-family: var(--vv-font-heading) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 10px 14px !important;
}

.tier-pricing-table td {
  padding: 10px 14px !important;
  border-bottom: 1px solid var(--vv-border-light) !important;
  font-size: 14px !important;
}

.tier-pricing-table tr:hover td {
  background: rgba(255,107,0,0.04) !important;
}

.tier-pricing-table .tier-price {
  color: var(--vv-accent) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

/* ---- TPD NOTICE ON PRODUCT PAGE ---- */
.vv-tpd-notice {
  background: #fff8e1 !important;
  border: 1px solid #f59e0b !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 14px !important;
  font-size: 12px !important;
  color: #92400e !important;
  margin: 12px 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  line-height: 1.5 !important;
}

.vv-tpd-notice i {
  color: #f59e0b !important;
  margin-top: 2px !important;
}

/* ---- TABS (Description, Reviews, etc.) ---- */
.single-product .woocommerce-tabs {
  margin-top: 30px !important;
  border-radius: var(--vv-radius-lg) !important;
  overflow: hidden !important;
  background: var(--vv-bg-white) !important;
  box-shadow: var(--vv-shadow-card) !important;
}

.single-product .woocommerce-tabs ul.tabs {
  background: var(--vv-primary) !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  color: rgba(255,255,255,0.6) !important;
  font-family: var(--vv-font-heading) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 14px 24px !important;
  display: block !important;
  transition: var(--vv-transition) !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
  background: var(--vv-accent) !important;
}

.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.1) !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 24px !important;
  border: none !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-family: var(--vv-font-heading) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--vv-primary) !important;
  margin-bottom: 12px !important;
}

/* ---- RELATED PRODUCTS ---- */
.single-product .related.products {
  margin-top: 40px !important;
}

.single-product .related.products h2 {
  font-family: var(--vv-font-heading) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--vv-primary) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 24px !important;
  position: relative !important;
  padding-bottom: 12px !important;
}

.single-product .related.products h2::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 60px !important;
  height: 3px !important;
  background: var(--vv-accent) !important;
  border-radius: 2px !important;
}

/* ---- PWB BRAND ON PRODUCT PAGE ---- */
.pwb-single-product-brands {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: var(--vv-bg) !important;
  padding: 6px 12px !important;
  border-radius: var(--vv-radius) !important;
  font-size: 12px !important;
  margin-bottom: 12px !important;
}

.pwb-single-product-brands a {
  color: var(--vv-accent) !important;
  font-weight: 600 !important;
}

/* ---- PRODUCT PAGE TRUST BADGES ---- */
.vv-product-trust-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
  gap: 8px !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--vv-border-light) !important;
}

.vv-product-trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 11px !important;
  color: var(--vv-text-light) !important;
  font-weight: 500 !important;
}

.vv-product-trust-item i {
  font-size: 14px !important;
}

.vv-product-trust-item .fa-warehouse { color: var(--vv-success) !important; }
.vv-product-trust-item .fa-truck { color: var(--vv-accent) !important; }
.vv-product-trust-item .fa-shield-alt { color: var(--vv-info) !important; }
.vv-product-trust-item .fa-undo { color: var(--vv-warning) !important; }

/* ---- PRODUCT PAGE MOBILE ---- */
@media (max-width: 768px) {
  .single-product .product {
    padding: 16px !important;
    border-radius: 0 !important;
  }

  .single-product .product_title {
    font-size: 1.6rem !important;
  }

  .single-product .price {
    font-size: 1.5rem !important;
  }

  .single-product button.single_add_to_cart_button,
  .single-product button.alt {
    width: 100% !important;
    padding: 14px !important;
    font-size: 14px !important;
  }

  .single-product .quantity {
    display: block !important;
    margin: 10px 0 !important;
  }

  .single-product .quantity .qty {
    width: 100% !important;
  }

  .single-product .woocommerce-tabs ul.tabs li a {
    padding: 10px 14px !important;
    font-size: 11px !important;
  }

  .vv-product-trust-row {
    grid-template-columns: 1fr 1fr !important;
  }

  .single-product .variations_form select {
    min-width: 100% !important;
  }
}

/* ============================================
   SHOP PAGE ENHANCEMENTS
   ============================================ */

/* Shop page header */
.woocommerce-products-header {
  background: var(--vv-primary) !important;
  padding: 30px 20px !important;
  margin-bottom: 24px !important;
  border-radius: var(--vv-radius-lg) !important;
}

.woocommerce-products-header h1 {
  font-family: var(--vv-font-heading) !important;
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
}

.woocommerce-products-header .term-description {
  color: rgba(255,255,255,0.7) !important;
  margin-top: 8px !important;
  font-size: 14px !important;
}

/* Shop result count & ordering */
.woocommerce-result-count,
.woocommerce-ordering {
  font-size: 13px !important;
  color: var(--vv-text-light) !important;
}

.woocommerce-ordering select {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius) !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius-sm) !important;
  padding: 8px 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--vv-text) !important;
  transition: var(--vv-transition) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--vv-accent) !important;
  border-color: var(--vv-accent) !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--vv-accent) !important;
  border-color: var(--vv-accent) !important;
  color: #fff !important;
}

/* Breadcrumb styling */
.rank-math-breadcrumb,
.woocommerce-breadcrumb {
  font-size: 13px !important;
  padding: 12px 0 !important;
  color: var(--vv-text-muted) !important;
}

.rank-math-breadcrumb a,
.woocommerce-breadcrumb a {
  color: var(--vv-text-light) !important;
  transition: var(--vv-transition) !important;
}

.rank-math-breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: var(--vv-accent) !important;
}

/* ============================================
   MOBILE HERO BANNER OPTIMIZATION
   ============================================ */

@media (max-width: 768px) {
  .vv-hero-section {
    min-height: 300px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .vv-hero-content {
    padding: 30px 16px !important;
    text-align: center !important;
  }

  .vv-hero-content h1 {
    font-size: 1.6rem !important;
  }

  .vv-hero-content h1 span {
    font-size: 1.8rem !important;
  }

  .vv-hero-content p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .vv-hero-content .vv-btn-primary {
    padding: 10px 24px !important;
    font-size: 13px !important;
  }

  /* Hide hero product images on small mobile */
  .vv-hero-products {
    display: none !important;
  }

  /* Stats grid mobile */
  .vv-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .vv-stat-item {
    padding: 12px !important;
  }

  .vv-stat-number {
    font-size: 1.5rem !important;
  }

  .vv-stat-label {
    font-size: 11px !important;
  }

  /* Category cards mobile */
  .vv-category-card > div:first-child {
    height: 140px !important;
  }

  /* Section titles mobile */
  .vv-section-title h2 {
    font-size: 1.4rem !important;
  }

  .vv-section-title p {
    font-size: 13px !important;
  }

  /* Trust items mobile */
  .vv-trust-item {
    padding: 14px !important;
  }

  .vv-trust-item i {
    font-size: 20px !important;
  }

  .trust-title {
    font-size: 13px !important;
  }

  .trust-desc {
    font-size: 11px !important;
  }

  /* Footer mobile */
  .vv-enhanced-footer h4 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .vv-footer-bottom {
    padding: 12px 16px !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .vv-hero-section {
    min-height: 260px !important;
  }

  .vv-hero-content h1 {
    font-size: 1.3rem !important;
  }

  /* Single column products on very small screens */
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(50% - 8px) !important;
  }
}

/* ============================================
   CART & CHECKOUT POLISH
   ============================================ */

.woocommerce-cart .site-content,
.woocommerce-checkout .site-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.woocommerce table.shop_table {
  border-radius: var(--vv-radius) !important;
  overflow: hidden !important;
  border: 1px solid var(--vv-border) !important;
}

.woocommerce table.shop_table th {
  background: var(--vv-primary) !important;
  color: #fff !important;
  font-family: var(--vv-font-heading) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 12px !important;
}

.woocommerce table.shop_table td {
  padding: 12px !important;
  border-bottom: 1px solid var(--vv-border-light) !important;
}

.woocommerce-cart .cart_totals {
  background: var(--vv-bg-white) !important;
  border-radius: var(--vv-radius-lg) !important;
  padding: 20px !important;
  box-shadow: var(--vv-shadow-card) !important;
}

.woocommerce button.checkout-button,
.woocommerce button.button.alt {
  background: var(--vv-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--vv-radius) !important;
  padding: 12px 24px !important;
  font-family: var(--vv-font-heading) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: var(--vv-transition) !important;
}

.woocommerce button.checkout-button:hover,
.woocommerce button.button.alt:hover {
  background: var(--vv-accent-hover) !important;
  transform: translateY(-2px) !important;
}

/* Coupon input */
.woocommerce-cart .coupon .input-text {
  border: 1px solid var(--vv-border) !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 14px !important;
}

.woocommerce-cart .coupon button {
  background: var(--vv-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--vv-radius) !important;
  padding: 10px 20px !important;
  transition: var(--vv-transition) !important;
}

.woocommerce-cart .coupon button:hover {
  background: var(--vv-primary-light) !important;
}

/* ============================================
   COOKIE CONSENT MOBILE OPTIMIZATION
   ============================================ */

/* Move cookie popup to bottom on all devices */
.vv-cookie-banner,
.vv-gdpr-banner,
[class*="cookie-banner"],
[class*="cookie-consent"],
[class*="gdpr-banner"],
[class*="consent-banner"] {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    z-index: 99999 !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    border-radius: 10px 10px 0 0 !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15) !important;
}

/* Ensure cookie popup doesn't push content */
.vv-cookie-banner + *,
[class*="cookie-banner"] + * {
    margin-top: 0 !important;
}

/* Mobile specific - make cookie banner more compact */
@media (max-width: 768px) {
    .vv-cookie-banner,
    .vv-gdpr-banner,
    [class*="cookie-banner"],
    [class*="cookie-consent"],
    [class*="gdpr-banner"],
    [class*="consent-banner"] {
        padding: 16px !important;
        font-size: 13px !important;
    }
    
    .vv-cookie-banner h3,
    .vv-cookie-banner h2,
    [class*="cookie-banner"] h3,
    [class*="cookie-banner"] h2 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    
    .vv-cookie-banner button,
    [class*="cookie-banner"] button,
    [class*="consent-banner"] button {
        min-height: 40px !important;
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
}

/* ============================================
   BLOG SECTION
   ============================================ */
.vv-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.vv-blog-card {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
}

.vv-blog-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
}

.vv-blog-image {
    position: relative !important;
    height: 200px !important;
    overflow: hidden !important;
}

.vv-blog-category {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: #ff6b00 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vv-blog-content {
    padding: 20px !important;
}

.vv-blog-meta {
    display: flex !important;
    gap: 16px !important;
    font-size: 12px !important;
    color: #888 !important;
    margin-bottom: 10px !important;
}

.vv-blog-meta i {
    color: #ff6b00 !important;
    margin-right: 4px !important;
}

.vv-blog-content h3 {
    font-family: 'Saira Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 8px !important;
}

.vv-blog-content h3 a {
    color: #0a0a0a !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.vv-blog-content h3 a:hover {
    color: #ff6b00 !important;
}

.vv-blog-content p {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 0 12px !important;
}

.vv-blog-read-more {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ff6b00 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}

.vv-blog-read-more:hover {
    color: #0ea5e9 !important;
}

/* Blog mobile */
@media (max-width: 768px) {
    .vv-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .vv-blog-image {
        height: 180px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .vv-blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   BLOG ARCHIVE PAGE
   ============================================ */
.blog .site-content .ast-container {
    max-width: 1200px !important;
}

.blog .posts-layout .post {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    margin-bottom: 24px !important;
    transition: all 0.3s ease !important;
}

.blog .posts-layout .post:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
}

.blog .entry-title a {
    color: #0a0a0a !important;
    font-family: 'Saira Condensed', sans-serif !important;
    transition: all 0.3s ease !important;
}

.blog .entry-title a:hover {
    color: #ff6b00 !important;
}

/* Single blog post */
.single-post .entry-title {
    font-family: 'Bebas Neue', 'Saira Condensed', sans-serif !important;
    font-size: 2.4rem !important;
    color: #0a0a0a !important;
    line-height: 1.2 !important;
}

.single-post .entry-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #444 !important;
}

.single-post .entry-content h2 {
    font-family: 'Saira Condensed', sans-serif !important;
    font-size: 1.6rem !important;
    color: #0a0a0a !important;
    margin-top: 30px !important;
    margin-bottom: 14px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #ff6b00 !important;
}

.single-post .entry-content h3 {
    font-family: 'Saira Condensed', sans-serif !important;
    font-size: 1.3rem !important;
    color: #0a0a0a !important;
    margin-top: 24px !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    padding-left: 20px !important;
    margin-bottom: 16px !important;
}

.single-post .entry-content li {
    margin-bottom: 6px !important;
    line-height: 1.7 !important;
}

.single-post .entry-content strong {
    color: #0a0a0a !important;
}

/* Blog post mobile */
@media (max-width: 768px) {
    .single-post .entry-title {
        font-size: 1.6rem !important;
    }
    .single-post .entry-content {
        font-size: 14px !important;
    }
}

/* ============================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   ============================================ */

/* Top bar mobile - show only key info */
@media (max-width: 768px) {
    .vv-top-bar {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
    .vv-top-bar .vv-top-left {
        flex-wrap: wrap !important;
        gap: 4px 12px !important;
    }
    .vv-top-bar .vv-top-left span {
        font-size: 10px !important;
    }
    .vv-top-bar .vv-top-left .fa-envelope {
        display: none !important;
    }
    .vv-top-bar .vv-top-left span:nth-child(2) {
        display: none !important;
    }
    
    /* Header logo smaller */
    .ast-header-break-point .site-logo-img .custom-logo {
        max-height: 36px !important;
    }
    
    /* Mobile menu styling */
    .ast-header-break-point .main-navigation ul {
        background: #0a0a0a !important;
    }
    .ast-header-break-point .main-navigation ul li a {
        color: #fff !important;
        font-family: 'Saira Condensed', sans-serif !important;
        font-size: 14px !important;
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    }
    .ast-header-break-point .main-navigation ul li a:hover {
        color: #ff6b00 !important;
        background: rgba(255,107,0,0.05) !important;
    }
    
    /* Product card mobile optimization */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px !important;
        min-height: 34px !important;
        padding: 8px 10px 2px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 15px !important;
        padding: 2px 10px 8px !important;
    }
    
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a.add_to_cart_button {
        font-size: 10px !important;
        padding: 8px 10px !important;
        margin: 0 10px 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    /* EU/Delivery badges mobile */
    .woocommerce ul.products li.product .vv-eu-badge,
    .woocommerce ul.products li.product .vv-delivery-badge {
        font-size: 9px !important;
        padding: 2px 6px !important;
        margin: 0 10px 2px !important;
    }
    
    /* Section titles mobile */
    .vv-section-title {
        margin-bottom: 30px !important;
    }
    .vv-section-title h2 {
        font-size: 1.4rem !important;
    }
    
    /* OEM section mobile */
    .vv-oem-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Blog card mobile image height */
    .vv-blog-image {
        height: 160px !important;
    }
}

/* Extra small mobile */
@media (max-width: 400px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(50% - 6px) !important;
    }
    
    .woocommerce ul.products li.product a img {
        padding: 4px !important;
    }
    
    .vv-hero-content h1 {
        font-size: 1.2rem !important;
    }
}

/* ============================================
   BLOG SECTION
   ============================================ */
.vv-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.vv-blog-card {
    background: #fff !important;
    border-radius: var(--vv-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--vv-shadow-card) !important;
    transition: var(--vv-transition) !important;
}

.vv-blog-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--vv-shadow-hover) !important;
}

.vv-blog-image {
    position: relative !important;
    height: 200px !important;
    overflow: hidden !important;
}

.vv-blog-category {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: var(--vv-accent) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vv-blog-content {
    padding: 20px !important;
}

.vv-blog-meta {
    display: flex !important;
    gap: 16px !important;
    font-size: 12px !important;
    color: var(--vv-text-muted) !important;
    margin-bottom: 10px !important;
}

.vv-blog-meta i {
    color: var(--vv-accent) !important;
    margin-right: 4px !important;
}

.vv-blog-content h3 {
    font-family: var(--vv-font-heading) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 8px !important;
}

.vv-blog-content h3 a {
    color: var(--vv-primary) !important;
    text-decoration: none !important;
    transition: var(--vv-transition) !important;
}

.vv-blog-content h3 a:hover {
    color: var(--vv-accent) !important;
}

.vv-blog-content p {
    font-size: 13px !important;
    color: var(--vv-text-light) !important;
    line-height: 1.6 !important;
    margin: 0 0 12px !important;
}

.vv-blog-read-more {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--vv-accent) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: var(--vv-transition) !important;
}

.vv-blog-read-more:hover {
    color: var(--vv-accent-hover) !important;
}

/* Blog mobile */
@media (max-width: 768px) {
    .vv-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .vv-blog-image {
        height: 180px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .vv-blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   BLOG ARCHIVE PAGE
   ============================================ */
.blog .site-content .ast-container {
    max-width: 1200px !important;
}

.blog .posts-layout .post {
    background: #fff !important;
    border-radius: var(--vv-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--vv-shadow-card) !important;
    margin-bottom: 24px !important;
    transition: var(--vv-transition) !important;
}

.blog .posts-layout .post:hover {
    box-shadow: var(--vv-shadow-hover) !important;
}

.blog .entry-title a {
    color: var(--vv-primary) !important;
    font-family: var(--vv-font-heading) !important;
    transition: var(--vv-transition) !important;
}

.blog .entry-title a:hover {
    color: var(--vv-accent) !important;
}

/* Single blog post */
.single-post .entry-title {
    font-family: 'Bebas Neue', 'Saira Condensed', sans-serif !important;
    font-size: 2.4rem !important;
    color: var(--vv-primary) !important;
    line-height: 1.2 !important;
}

.single-post .entry-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: var(--vv-text-light) !important;
}

.single-post .entry-content h2 {
    font-family: var(--vv-font-heading) !important;
    font-size: 1.6rem !important;
    color: var(--vv-primary) !important;
    margin-top: 30px !important;
    margin-bottom: 14px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid var(--vv-accent) !important;
}

.single-post .entry-content h3 {
    font-family: var(--vv-font-heading) !important;
    font-size: 1.3rem !important;
    color: var(--vv-primary) !important;
    margin-top: 24px !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    padding-left: 20px !important;
    margin-bottom: 16px !important;
}

.single-post .entry-content li {
    margin-bottom: 6px !important;
    line-height: 1.7 !important;
}

.single-post .entry-content strong {
    color: var(--vv-primary) !important;
}

/* Blog post mobile */
@media (max-width: 768px) {
    .single-post .entry-title {
        font-size: 1.6rem !important;
    }
    .single-post .entry-content {
        font-size: 14px !important;
    }
}

/* ============================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   ============================================ */

/* Top bar mobile - show only key info */
@media (max-width: 768px) {
    .vv-top-bar {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
    .vv-top-bar .vv-top-left {
        flex-wrap: wrap !important;
        gap: 4px 12px !important;
    }
    .vv-top-bar .vv-top-left span {
        font-size: 10px !important;
    }
    .vv-top-bar .vv-top-left .fa-envelope {
        display: none !important;
    }
    .vv-top-bar .vv-top-left span:nth-child(2) {
        display: none !important;
    }
    
    /* Header logo smaller */
    .ast-header-break-point .site-logo-img .custom-logo {
        max-height: 36px !important;
    }
    
    /* Mobile menu styling */
    .ast-header-break-point .main-navigation ul {
        background: #0a0a0a !important;
    }
    .ast-header-break-point .main-navigation ul li a {
        color: #fff !important;
        font-family: 'Saira Condensed', sans-serif !important;
        font-size: 14px !important;
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    }
    .ast-header-break-point .main-navigation ul li a:hover {
        color: #ff6b00 !important;
        background: rgba(255,107,0,0.05) !important;
    }
    
    /* Product grid 2 columns with proper gap */
    .woocommerce ul.products {
        gap: 12px !important;
    }
    
    /* Product card mobile optimization */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px !important;
        min-height: 34px !important;
        padding: 8px 10px 2px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 15px !important;
        padding: 2px 10px 8px !important;
    }
    
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a.add_to_cart_button {
        font-size: 10px !important;
        padding: 8px 10px !important;
        margin: 0 10px 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    /* EU/Delivery badges mobile */
    .woocommerce ul.products li.product .vv-eu-badge,
    .woocommerce ul.products li.product .vv-delivery-badge {
        font-size: 9px !important;
        padding: 2px 6px !important;
        margin: 0 10px 2px !important;
    }
    
    /* Section titles mobile */
    .vv-section-title {
        margin-bottom: 30px !important;
    }
    .vv-section-title h2 {
        font-size: 1.4rem !important;
    }
    
    /* Category cards mobile stack */
    .vv-category-card > div:first-child {
        height: 120px !important;
    }
    
    /* Trust items grid */
    .vv-trust-section div[style*="grid-template-columns"] {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    
    /* OEM section mobile */
    .vv-oem-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Footer mobile */
    .vv-enhanced-footer div[style*="grid-template-columns:repeat(auto-fit"] {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    
    /* Blog card mobile image height */
    .vv-blog-image {
        height: 160px !important;
    }
}

/* Extra small mobile */
@media (max-width: 400px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(50% - 6px) !important;
    }
    
    .woocommerce ul.products li.product a img {
        padding: 4px !important;
    }
    
    .vv-hero-content h1 {
        font-size: 1.2rem !important;
    }
}

/* ============================================
   BLOG SECTION
   ============================================ */
.vv-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.vv-blog-card {
    background: #fff !important;
    border-radius: var(--vv-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--vv-shadow-card) !important;
    transition: var(--vv-transition) !important;
}

.vv-blog-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--vv-shadow-hover) !important;
}

.vv-blog-image {
    position: relative !important;
    height: 200px !important;
    overflow: hidden !important;
}

.vv-blog-category {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: var(--vv-accent) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vv-blog-content {
    padding: 20px !important;
}

.vv-blog-meta {
    display: flex !important;
    gap: 16px !important;
    font-size: 12px !important;
    color: var(--vv-text-muted) !important;
    margin-bottom: 10px !important;
}

.vv-blog-meta i {
    color: var(--vv-accent) !important;
    margin-right: 4px !important;
}

.vv-blog-content h3 {
    font-family: var(--vv-font-heading) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 8px !important;
}

.vv-blog-content h3 a {
    color: var(--vv-primary) !important;
    text-decoration: none !important;
    transition: var(--vv-transition) !important;
}

.vv-blog-content h3 a:hover {
    color: var(--vv-accent) !important;
}

.vv-blog-content p {
    font-size: 13px !important;
    color: var(--vv-text-light) !important;
    line-height: 1.6 !important;
    margin: 0 0 12px !important;
}

.vv-blog-read-more {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--vv-accent) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: var(--vv-transition) !important;
}

.vv-blog-read-more:hover {
    color: var(--vv-accent-hover) !important;
}

/* Blog mobile */
@media (max-width: 768px) {
    .vv-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .vv-blog-image {
        height: 180px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .vv-blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   BLOG ARCHIVE PAGE
   ============================================ */
.blog .site-content .ast-container {
    max-width: 1200px !important;
}

.blog .posts-layout .post {
    background: #fff !important;
    border-radius: var(--vv-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--vv-shadow-card) !important;
    margin-bottom: 24px !important;
    transition: var(--vv-transition) !important;
}

.blog .posts-layout .post:hover {
    box-shadow: var(--vv-shadow-hover) !important;
}

.blog .entry-title a {
    color: var(--vv-primary) !important;
    font-family: var(--vv-font-heading) !important;
    transition: var(--vv-transition) !important;
}

.blog .entry-title a:hover {
    color: var(--vv-accent) !important;
}

/* Single blog post */
.single-post .entry-title {
    font-family: 'Bebas Neue', 'Saira Condensed', sans-serif !important;
    font-size: 2.4rem !important;
    color: var(--vv-primary) !important;
    line-height: 1.2 !important;
}

.single-post .entry-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: var(--vv-text-light) !important;
}

.single-post .entry-content h2 {
    font-family: var(--vv-font-heading) !important;
    font-size: 1.6rem !important;
    color: var(--vv-primary) !important;
    margin-top: 30px !important;
    margin-bottom: 14px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid var(--vv-accent) !important;
}

.single-post .entry-content h3 {
    font-family: var(--vv-font-heading) !important;
    font-size: 1.3rem !important;
    color: var(--vv-primary) !important;
    margin-top: 24px !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    padding-left: 20px !important;
    margin-bottom: 16px !important;
}

.single-post .entry-content li {
    margin-bottom: 6px !important;
    line-height: 1.7 !important;
}

.single-post .entry-content strong {
    color: var(--vv-primary) !important;
}

/* Blog post mobile */
@media (max-width: 768px) {
    .single-post .entry-title {
        font-size: 1.6rem !important;
    }
    .single-post .entry-content {
        font-size: 14px !important;
    }
}

/* ============================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   ============================================ */

/* Top bar mobile - show only key info */
@media (max-width: 768px) {
    .vv-top-bar {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
    .vv-top-bar .vv-top-left {
        flex-wrap: wrap !important;
        gap: 4px 12px !important;
    }
    .vv-top-bar .vv-top-left span {
        font-size: 10px !important;
    }
    .vv-top-bar .vv-top-left .fa-envelope {
        display: none !important;
    }
    .vv-top-bar .vv-top-left span:nth-child(2) {
        display: none !important;
    }
    
    /* Header logo smaller */
    .ast-header-break-point .site-logo-img .custom-logo {
        max-height: 36px !important;
    }
    
    /* Mobile menu styling */
    .ast-header-break-point .main-navigation ul {
        background: #0a0a0a !important;
    }
    .ast-header-break-point .main-navigation ul li a {
        color: #fff !important;
        font-family: 'Saira Condensed', sans-serif !important;
        font-size: 14px !important;
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    }
    .ast-header-break-point .main-navigation ul li a:hover {
        color: #ff6b00 !important;
        background: rgba(255,107,0,0.05) !important;
    }
    
    /* Product grid 2 columns with proper gap */
    .woocommerce ul.products {
        gap: 12px !important;
    }
    
    /* Product card mobile optimization */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px !important;
        min-height: 34px !important;
        padding: 8px 10px 2px !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 15px !important;
        padding: 2px 10px 8px !important;
    }
    
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a.add_to_cart_button {
        font-size: 10px !important;
        padding: 8px 10px !important;
        margin: 0 10px 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    /* EU/Delivery badges mobile */
    .woocommerce ul.products li.product .vv-eu-badge,
    .woocommerce ul.products li.product .vv-delivery-badge {
        font-size: 9px !important;
        padding: 2px 6px !important;
        margin: 0 10px 2px !important;
    }
    
    /* Section titles mobile */
    .vv-section-title {
        margin-bottom: 30px !important;
    }
    .vv-section-title h2 {
        font-size: 1.4rem !important;
    }
    
    /* Category cards mobile stack */
    .vv-category-card > div:first-child {
        height: 120px !important;
    }
    
    /* Trust items grid */
    .vv-trust-section div[style*="grid-template-columns"] {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    
    /* OEM section mobile */
    .vv-oem-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Footer mobile */
    .vv-enhanced-footer div[style*="grid-template-columns:repeat(auto-fit"] {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    
    /* Blog card mobile image height */
    .vv-blog-image {
        height: 160px !important;
    }
}

/* Extra small mobile */
@media (max-width: 400px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        width: calc(50% - 6px) !important;
    }
    
    .woocommerce ul.products li.product a img {
        padding: 4px !important;
    }
    
    .vv-hero-content h1 {
        font-size: 1.2rem !important;
    }
}
/* ============================================
   VapeVex Premium CSS Fixes v2.0
   Fix: Product Grid, Banner Carousel, Layout
   ============================================ */

/* === HOMEPAGE FIXES === */
.home .entry-title, 
.page-id-5922 .entry-title, 
body.home header.entry-header, 
.home h1.entry-title,
body.home .site-content > header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* === BANNER CAROUSEL STYLES === */
.vv-banner-carousel,
.vv-hero-banner,
.hero-section {
    position: relative;
    overflow: hidden;
    max-height: 600px;
}
.vv-banner-slides {
    position: relative;
    width: 100%;
}
.vv-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 0;
}
.vv-banner-slide.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}
.vv-banner-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Indicators */
.vv-banner-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.vv-banner-indicators span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.vv-banner-indicators span:hover {
    background: rgba(255, 255, 255, 0.8);
}
.vv-banner-indicators span.active {
    background: #ff6b00;
    transform: scale(1.2);
    border-color: #fff;
}

/* Arrows */
.vv-banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vv-banner-arrow:hover {
    background: #ff6b00;
    transform: translateY(-50%) scale(1.1);
}
.vv-banner-prev {
    left: 20px;
}
.vv-banner-next {
    right: 20px;
}

/* === SECTION STYLES === */
.vv-section {
    padding: 60px 0;
}
.vv-section-dark {
    background: #0a0a0a;
    padding: 60px 0;
}
.vv-section-light {
    background: #f5f5f5;
    padding: 60px 0;
}

.vv-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.vv-section-title h2 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.vv-section-title h2 span {
    color: #ff6b00;
}
.vv-section-title p {
    color: #666;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 400;
}
.vv-title-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b00, #0ea5e9);
    margin: 0 auto;
    border-radius: 2px;
}

/* === PRODUCT CARD IMPROVEMENTS === */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 1200px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 900px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}
@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 12px !important;
    overflow: hidden;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.woocommerce ul.products li.product a img {
    margin: 0 !important;
    border-radius: 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 16px 16px 8px !important;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    min-height: 42px;
}
.woocommerce ul.products li.product .price {
    padding: 0 16px 12px !important;
    color: #ff6b00;
    font-weight: 700;
    font-size: 18px;
    display: block;
}
.woocommerce ul.products li.product .price del {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product a.button {
    margin: 0 16px 16px !important;
    padding: 10px 20px !important;
    background: #ff6b00 !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    transition: background 0.3s ease !important;
}
.woocommerce ul.products li.product a.button:hover {
    background: #e55f00 !important;
}

/* === PRODUCT BADGES === */
.vv-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 5;
    letter-spacing: 0.5px;
}
.vv-badge-new { background: #0ea5e9; color: #fff; }
.vv-badge-hot { background: #ff6b00; color: #fff; }
.vv-badge-best { background: #16a34a; color: #fff; }
.vv-badge-sale { background: #dc2626; color: #fff; }

.woocommerce span.onsale {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    background: #dc2626;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: auto;
    min-height: auto;
    line-height: 1.4;
    z-index: 6;
}

/* === SHOP ARCHIVE LAYOUT === */
.woocommerce-page ul.products {
    gap: 24px !important;
}

/* === RESPONSIVE HEADER === */
@media (max-width: 768px) {
    .vv-top-bar {
        display: none !important;
    }
    .site-header {
        padding: 12px 15px !important;
        background: #0a0a0a !important;
    }
    .vv-section-title h2 {
        font-size: 1.8rem !important;
    }
    .vv-section {
        padding: 40px 0;
    }
    .vv-banner-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .vv-banner-prev { left: 10px; }
    .vv-banner-next { right: 10px; }
}

/* === FOOTER IMPROVEMENTS === */
.vv-enhanced-footer {
    background: #0a0a0a;
    color: #94a3b8;
    margin-top: 60px;
    font-family: 'Inter', sans-serif;
}
.vv-enhanced-footer h4 {
    color: #fff;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vv-enhanced-footer a {
    color: #94a3b8;
    transition: color 0.3s ease;
}
.vv-enhanced-footer a:hover {
    color: #ff6b00;
}

/* === WHATSAPP FLOAT === */
.vv-whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vv-whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}
.vv-inquiry-float {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: #ff6b00;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    z-index: 9998;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4);
    transition: transform 0.3s ease;
}
.vv-inquiry-float:hover {
    transform: scale(1.05);
    color: #fff;
}

/* === TPD NOTICE === */
.vv-tpd-notice {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 15px 0;
    font-size: 13px;
    color: #92400e;
}
.vv-tpd-notice i {
    color: #f59e0b;
    margin-right: 8px;
}

/* === LOAD MORE BUTTON === */
.vv-load-more {
    text-align: center;
    padding: 40px 0;
}
.vv-load-more .woocommerce-button,
.vv-load-more a.button {
    background: #0a0a0a !important;
    color: #fff !important;
    padding: 14px 40px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: background 0.3s ease !important;
}
.vv-load-more a.button:hover {
    background: #ff6b00 !important;
}

/* ===== HERO BANNER CAROUSEL ===== */
.vv-hero-banner {
    position: relative;
    overflow: hidden;
}
.vv-hero-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    min-height: 420px;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vv-hero-slide.active {
    display: flex !important;
    opacity: 1;
}
.vv-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.vv-hero-content h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: #94a3b8;
    margin-bottom: 8px;
}
.vv-hero-content h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}
.vv-hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 28px;
    line-height: 1.6;
}
.vv-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.vv-hero-buttons .vv-btn {
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.vv-hero-buttons .vv-btn-primary {
    background: #ff6b00;
    color: #fff;
    border: 2px solid #ff6b00;
}
.vv-hero-buttons .vv-btn-primary:hover {
    background: #ea5800;
    border-color: #ea5800;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255,107,0,0.4);
}
.vv-hero-buttons .vv-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}
.vv-hero-buttons .vv-btn-outline:hover {
    border-color: #ff6b00;
    color: #ff6b00;
}
.vv-hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.vv-hero-dots .vv-dot,
.vv-hero-dots .vv-hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.vv-hero-dots .vv-dot.active,
.vv-hero-dots .vv-hero-dot.active {
    background: #ff6b00;
    transform: scale(1.3);
}
.vv-hero-prev,
.vv-hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vv-hero-prev { left: 20px; }
.vv-hero-next { right: 20px; }
.vv-hero-prev:hover,
.vv-hero-next:hover {
    background: rgba(255,107,0,0.6);
    border-color: #ff6b00;
}
@media (max-width: 768px) {
    .vv-hero-slide {
        min-height: 320px;
        padding: 50px 20px;
    }
    .vv-hero-content h2 { font-size: 1rem; letter-spacing: 2px; }
    .vv-hero-content h3 { font-size: 1.8rem; }
    .vv-hero-content p { font-size: 0.95rem; }
    .vv-hero-buttons .vv-btn { padding: 12px 24px; font-size: 0.9rem; }
    .vv-hero-prev, .vv-hero-next { width: 36px; height: 36px; font-size: 1rem; }
}
@media (max-width: 480px) {
    .vv-hero-slide { min-height: 280px; padding: 40px 16px; }
    .vv-hero-content h3 { font-size: 1.4rem; }
    .vv-hero-content p { font-size: 0.85rem; margin-bottom: 20px; }
    .vv-hero-buttons .vv-btn { padding: 10px 20px; font-size: 0.85rem; }
    .vv-hero-prev, .vv-hero-next { width: 32px; height: 32px; }
}