/** Shopify CDN: Minification failed

Line 231:0 Unexpected "{"
Line 231:1 Expected identifier but found "%"
Line 233:0 Unexpected "{"
Line 233:1 Expected identifier but found "%"
Line 234:2 Unexpected "{"
Line 235:4 Expected identifier but found "\"name\""

**/
@media (max-width: 768px) {
    .site-footer {
      padding-top: 6rem;
    }

    .footer__nav-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .footer__nav {
      text-align: center;
      margin-bottom: 1rem;
    }

    .footer__newsletter {
      display: flex;
      gap: 0.5rem;
      align-items: center;
      position: relative;
    }
    .footer__form input[type="email"] {
      padding: 0.25rem;
      width: auto;
    }

    input {
      width: 100%;
      max-width: 200px !important;
    }

    .footer__form {
      display: flex;
      align-items: center;
      padding: 0 0.5rem;
    }

  }

  .site-footer {
    width: 100vw;
    padding-top: 4rem;
    background: linear-gradient(0deg, #5d63fb, #fdfdfd);
  }

  .footer__nav-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
  }

  .footer__nav.left {
    flex: 1;
  }

  .footer__nav.right {
    flex: 1;
    text-align: right;
  }

  .footer__nav-title {
    font-weight: bold;
    font-size: 0.85rem;
    text-transform: uppercase;
  }

  .footer__link {
    color: #000;
    text-decoration: none;
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
  }

  .footer__branding {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .footer__logo img {
    margin: auto;
    height: 100px;
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: -0.25rem;
  }

  .footer__socials {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer__bottom {
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
  }

  .footer__imagery {
    margin: 0 auto;
    padding: 0.5rem 2rem;
  }

  .footer__newsletter {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
  }

  .footer__form {
    position: relative;
  }

  .footer__form input[type="email"] {
    padding: 0.75rem;
    font-family: Arial
    , Helvetica
    , sans-serif;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 12px;
    width: 300px;
    box-shadow: inset 0 0 8px 4px rgba(111, 93, 59, 0.7);
    max-width: 100%;
  }

  .pushbtn {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
  }
  .shadowbtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  }
  .edgebtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left, hsl(340deg 100% 16%) 0%, hsl(340deg 100% 32%) 8%, hsl(340deg 100% 32%) 92%, hsl(340deg 100% 16%) 100%);
  }
  .frontbtn {
    display: block;
    position: relative;
    padding: 8px 16px;
    height: 48px;
    font-size: 1.25rem;
    border-radius: 12px;
    color: white;
    font-family: "Apple Chancery"
    , cursive;
    background-color: #FF0099;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  }

  .pushbtn:hover {
    filter: brightness(110%);
  }

  .pushbtn:hover .frontbtn {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  }
  .pushbtn:active .frontbtn {
    transform: translateY(-2px);
    transition: transform 34ms;
  }

  .pushbtn:hover .shadowbtn {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  }
  .pushbtn:active .shadowbtn {
    transform: translateY(1px);
    transition: transform 34ms;
  }

  .pushbtn:focus:not(:focus-visible) {
    outline: none;
  }
{% endstylesheet %}

{% schema %}
  {
    "name": "Footer",
    "settings": [
      {
        "type": "image_picker",
        "id": "logo",
        "label": "Logo"
      },
      {
        "type": "link_list",
        "id": "menu",
        "label": "Footer menu"
      },
      {
        "type": "url",
        "id": "facebook",
        "label": "Facebook URL"
      },
      {
        "type": "url",
        "id": "instagram",
        "label": "Instagram URL"
      }, {
        "type": "url",
        "id": "twitter",
        "label": "Twitter URL"
      }
    ]
  }