/** Shopify CDN: Minification failed

Line 51:16 Unexpected "}"

**/
.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}

.list-social__item .icon {
  height: 2.2rem;
  width: 2.2rem;
}

.footer .svg-wrapper {
    width: 3.6rem !important;
      height: 3.6rem !important;
      }

      .footer .list-social__item .icon {
        width: 3.6rem !important;
          height: 3.6rem !important;
          }

          .footer .list-social__link {
            padding: 0;
            }

            .footer .list-social {
              gap: 1.6rem;
                align-items: center;
                }

                .footer__follow-us-on {
                    font-size: 1.6rem;
                      font-weight: 600;
                        letter-spacing: 0.03rem;
                          margin: 0 1.6rem 0 0;
                            text-transform: uppercase;
                              white-space: nowrap;
                                align-self: center;
                                  }
                }

                            .list-social__link {
  align-items: center;
  display: flex;
  padding: 1.1rem;
  color: rgb(var(--color-foreground));
}

.utility-bar .list-social__link {
  padding: 0 0.8rem;
  height: 3.8rem;
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}
