/* Post-migration additions shared by generated pages. */
.jwq-form-privacy {
  color: #4a4a4a;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0.75rem 0;
}

.jwq-form-privacy a,
.jwq-legal-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.jwq-legal-footer {
  background: #f3f3f3;
  color: #242424;
  padding: 1.25rem;
  text-align: center;
}

/* A viewport-wide breakout nested in another breakout creates concealed horizontal overflow.
   Keep the intended full available width while allowing the slider itself to control clipping. */
body.home .right-full-breakout .right-full-breakout,
body.single-products .right-full-breakout .right-full-breakout,
body.single-products .right-full-breakout-97 {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: auto;
  width: 100%;
}

body.home .right-full-breakout .right-full-breakout,
body.single-products .right-full-breakout .right-full-breakout {
  overflow: visible;
}
