.elvtd-footer {
  background-color: var(--base-bg-dark-color);
  width: 100%;
  color: #FFF;
  padding: 20px 0;

  .elvtd-background-image {
    background-image: url('/cdn/shop/files/abstract_shape_2.png?v=1749257328');
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
  }

  .elvtd-footer-content {
    max-width: var(--base-max-width);
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;

    @media (max-width: 767px) {
      justify-content: center;
      align-items: center;
      gap: 40px;
      flex-direction: column;
      text-align: center;
    }

    .grid-block-item {
      color: var(--base-text-color-light);
      font-size: var(--base-font-size);

      .elvtd-menu-wrapper {
        display: flex;
        flex-direction: column;
        color: var(--base-text-color-light);
        margin-top: 54px;

        a {
          text-decoration: none;
          font-size: var(--base-font-size);
          color: var(--base-text-color-light);
        }

        h5 {
          font-size: 1.75em;
          margin: 0;
          margin-bottom: 13px;
          color: var(--base-text-color-light);
        }
      }

      .brand-section-info {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: left;
        gap: 32px;

        .elvtd-brand {
          display: flex;
          flex-wrap: wrap;
          justify-content: left;
          gap: 32px;
        }

        .elvtd-contact-info {
          @media (max-width: 767px) {
            margin: 0 auto;
          }
          p {
            margin: 0;
            line-height: 1.15;
            font-size: var(--base-font-size);
          }

          .phone-container {
            display: flex;
            gap: 13px;
            margin-top: 27px;
          }
        }

        .elvtd-copyright {
          display: flex;
          gap: 12px;
          align-items: center;
          @media (max-width: 767px) {
            margin: 0 auto;
          }
          img {
            width: auto;
          }
        }

        .phone-container {
          display: flex;
          align-items: start;
          justify-content: start;
          flex-direction: row;
          gap: 13px;
          @media (max-width: 767px) {
            margin: 0 auto;
          }

          img {
            width: auto;
          }

          p {
            margin: 0;
          }
        }

        .elvtd-social-icons {
          display: flex;
          gap: 16px;
          @media (max-width: 767px) {
            margin: 0 auto;
          }
        }
      }
    }

    .grid-block-item.brand {
      flex: 1;
    }
  }

  .disclaimer {
    margin: 0 auto;
    max-width: 700px;
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
  }

  
}

.disclaimer {
    margin: 0 auto;
    max-width: 700px;
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    padding: 20px 0;
}