/* v4.3.7 — SAFE FINAL PATCH
   Visual-only. Does not set_theme_mod, delete_theme_mod, delete options, create menus, touch products, links, images, Elementor, WooCommerce data, or Customizer values. */

/* Header active-state fix: Shop Parts should not always look active. */
html body.edd-theme .edd-header-exact .edd-nav li:first-child:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor)>a:after,
html body .edd-header-exact .edd-nav li:first-child:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor)>a:after{
  content:none!important;
  display:none!important;
}
html body.edd-theme .edd-header-exact .edd-nav li.current-menu-item>a:after,
html body.edd-theme .edd-header-exact .edd-nav li.current_page_item>a:after,
html body.edd-theme .edd-header-exact .edd-nav li.current-menu-ancestor>a:after,
html body .edd-header-exact .edd-nav li.current-menu-item>a:after,
html body .edd-header-exact .edd-nav li.current_page_item>a:after,
html body .edd-header-exact .edd-nav li.current-menu-ancestor>a:after{
  content:""!important;
  display:block!important;
}

/* Shop no-products / no-matches readability. */
html body.woocommerce .edd-shop-page .edd-no-products,
html body .edd-shop-page .edd-no-products,
html body.woocommerce .edd-no-products{
  background:#070b10!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-left:4px solid #e50914!important;
  color:#ffffff!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
html body.woocommerce .edd-shop-page .edd-no-products .edd-eyebrow,
html body .edd-shop-page .edd-no-products .edd-eyebrow,
html body.woocommerce .edd-no-products .edd-eyebrow{color:#ff2430!important;}
html body.woocommerce .edd-shop-page .edd-no-products h1,
html body.woocommerce .edd-shop-page .edd-no-products h2,
html body.woocommerce .edd-shop-page .edd-no-products h3,
html body .edd-shop-page .edd-no-products h1,
html body .edd-shop-page .edd-no-products h2,
html body .edd-shop-page .edd-no-products h3,
html body.woocommerce .edd-no-products h1,
html body.woocommerce .edd-no-products h2,
html body.woocommerce .edd-no-products h3{color:#ffffff!important;text-shadow:none!important;}
html body.woocommerce .edd-shop-page .edd-no-products p,
html body .edd-shop-page .edd-no-products p,
html body.woocommerce .edd-no-products p{color:rgba(255,255,255,.84)!important;text-shadow:none!important;}

html body.woocommerce .edd-shop-page .woocommerce-info,
html body.woocommerce .edd-shop-page .woocommerce-message,
html body.woocommerce .edd-shop-page .woocommerce-error,
html body.woocommerce .edd-shop-page .woocommerce-no-products-found,
html body.woocommerce .woocommerce-no-products-found .woocommerce-info{
  background:#ffffff!important;
  color:#111827!important;
  border:1px solid rgba(229,9,20,.18)!important;
  border-left:4px solid #e50914!important;
  border-radius:12px!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
html body.woocommerce .edd-shop-page .woocommerce-info *,
html body.woocommerce .edd-shop-page .woocommerce-message *,
html body.woocommerce .edd-shop-page .woocommerce-error *,
html body.woocommerce .woocommerce-no-products-found .woocommerce-info *{
  color:#111827!important;
  text-shadow:none!important;
}

/* FINAL HOME PAGE SPACING */
@media (min-width: 1025px) {

  /* Dealer benefit pills → Apply button spacing */
  .edd-dealer-program-home-patch__points {
    margin-bottom: 18px !important;
  }

  /* Pull category/dealer section upward on desktop only */
  .edd-dealer-program-home-patch,
  .edd-v98-home-composition {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .edd-v98-home-composition {
    position: relative !important;
    top: -34px !important;
    margin-bottom: -34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .edd-v98-home-composition .edd-v95-category-panel {
    padding-top: 0 !important;
  }

  /* Remove old empty spacer section */
  .edd-v95-shop-partner {
    display: none !important;
  }

  /* Brand strip spacing */
  .edd-reference-brand-strip {
    margin-top: 0 !important;
  }

  /* Bottom black space above footer */
  .edd-home-main {
    padding-bottom: 56px !important;
    background: #05070a !important;
  }
}
