/* Shared product-page background for Black Hat interior pages. */
.order-body,
.shipping-page,
.faq-page,
.about-page,
.contact-body,
.legal-body{
  min-height:100vh;
  background:
    linear-gradient(rgba(0,0,0,.80),rgba(0,0,0,.80)),
    url("../images/site-urban-bg-desktop-v1.png")
    center center / cover fixed no-repeat !important;
}

.order-shell::before,
.order-shell::after,
.shipping-shell::before,
.shipping-shell::after,
.faq-shell::before,
.faq-shell::after,
.about-shell::before,
.about-shell::after,
.contact-shell::before,
.contact-shell::after,
.legal-shell::before,
.legal-shell::after{
  display:none !important;
}

@media(max-width:800px){
  .order-body,
  .shipping-page,
  .faq-page,
  .about-page,
  .contact-body,
  .legal-body{
    background:
      radial-gradient(circle at 50% 44%, rgba(35,35,35,.14), rgba(0,0,0,.72) 74%),
      url("../images/home/background-texture.jpg")
      center top / cover scroll no-repeat !important;
  }
}
