#shopify-section-footer footer {
  margin-inline: 0;
  border-radius: 0 !important;
  background-color: #111111;
  margin-top: 160px;
  overflow: hidden;

  .banner__media {
    img {
      height: 100%;
    }
    svg {
      display: none;
      border-radius: 0;
    }
  }
  * {
    text-shadow: 0px 0px 8px #01181a;
  }


  /* Titolo sezione link */
  h2.footer-block__heading {
    text-align: left;
    width: 100%;
    line-height: 1.1;
  }

  /* Top Wrapper */
  .footer__content-top {
    padding-inline: var(--main-inline-pad);
    .row {
      /* margin: 0; */
    }
    .footer__blocks-wrapper {
      justify-content: flex-start;
      gap: 32px;
      padding: 40px 0px;
      
      .footer-block__heading.footer__title {
        margin-bottom: 16px;
      }
      
      @media screen and (max-width: 750px) {
        gap: 16px;
      }
    }
  }

  small.copyright__content p a {
    text-decoration: underline;
    transition: color 150ms;
  }
  small.copyright__content p a:hover {
    color: var(--clr-accent-10);
  }

  .footer__content-bottom-wrapper {
    .social-icons {
      display: none;
    }
  }
}