/*
 * Da Vat Hy Lures — Phase 24A.7E.4B
 * Product Footer Join Corrective
 *
 * Removes the obsolete white/dead space below the full-width Fishing
 * Intelligence band and gives the direct green-to-green join a deliberate
 * Da Vat Hy gold separator.
 */

/* The old product-detail bottom padding created the white dead strip. */
.q4-product .detail{
  padding-bottom:0!important;
  border-bottom:0!important;
  margin-bottom:0!important;
}

/* Ensure the lower supporting wrapper itself contributes no trailing gap. */
.q4-product .dvh23b7j3-post-product{
  margin-bottom:0!important;
  padding-bottom:0!important;
}

/* Footer must meet the FI band directly. */
.q4-product .dvh-home-footer{
  margin-top:0!important;
  border-top:3px solid #e6a821;
}

/* Keep the bottom edge of the FI band crisp before the gold separator. */
.q4-product .dvh23b7j3-fi-band::before{
  bottom:0;
}

/* Mobile: same direct join. Sticky product actions remain untouched. */
@media(max-width:700px){
  .q4-product .detail{
    padding-bottom:0!important;
  }

  .q4-product .dvh-home-footer{
    margin-top:0!important;
    border-top-width:3px;
  }
}
