.footer__shop-info > .shopify-section > div {
  @media(max-width: 769px){
    border-top: 1px solid var(--border);
    padding-top: var(--outer);
  }
}
.footer__shop-info__title{
  font-family: var(--FONT-STACK-BODY);
  text-transform: none;
  margin-top: 0;
}
.footer__shop-info__content{
  flex-direction: column;

  @media(min-width: 1024px) {
    flex-direction: row;
  }

  :first-child{
    padding-left: 0;
  }

  .footer__block{
    @media (max-width: 1024px) {
      margin-top: 8px;
      border: 0;
      + & {
        padding-top: 16px;
        border-top: 1px solid var(--border);
        border-bottom: 0;
        padding-left: 0;
      }
    }
  }
}