/*
 * Da Vat Hy Lures — Phase 24A.7E.4A
 * Product Lower-Band Full-Width Alignment
 *
 * The Handmade Product Notice and Fishing Intelligence backgrounds now
 * run edge-to-edge like the approved Home Page broad bands. Their actual
 * content remains constrained by the existing product .wrap.
 */

.q4-product .dvh23b7j3-post-product{
  position:relative;
  border-top:0!important;
}

/* Full-width warm cream band, content remains inside the product wrap. */
.q4-product .dvh23b7j3-handmade-band{
  position:relative;
  isolation:isolate;
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
  border-bottom:0!important;
}

.q4-product .dvh23b7j3-handmade-band::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:#f7f3e9;
  border-top:1px solid rgba(12,47,37,.10);
  border-bottom:1px solid rgba(12,47,37,.10);
  pointer-events:none;
}

/* Full-width Fishing Intelligence band, with the CTA still aligned to wrap. */
.q4-product .dvh23b7j3-fi-band{
  position:relative;
  isolation:isolate;
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
}

.q4-product .dvh23b7j3-fi-band::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:linear-gradient(90deg,#06452f,#003e29,#06452f);
  pointer-events:none;
}

/* Prevent a 100vw full-bleed background from introducing horizontal scroll. */
.q4-product{
  overflow-x:hidden;
}

/* Existing mobile rules made the local band backgrounds transparent/solid.
   The pseudo backgrounds above remain the single full-width source. */
@media(max-width:700px){
  .q4-product .dvh23b7j3-handmade-band{
    padding-left:0!important;
    padding-right:0!important;
    background:transparent!important;
  }

  .q4-product .dvh23b7j3-fi-band{
    padding-left:0!important;
    padding-right:0!important;
    background:transparent!important;
  }

  .q4-product .dvh23b7j3-handmade-band::before{
    background:#f7f3e9;
  }

  .q4-product .dvh23b7j3-fi-band::before{
    background:#06452f;
  }
}
