/** Shopify CDN: Minification failed

Line 66:43 Unexpected ","
Line 70:0 Expected "}" to go with "{"

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

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

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

@media only screen and (min-width: 749px) {
  .list-social-header,
  .list-social-header__link {
    display: none;
  }

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

.list-social-header__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}

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

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

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

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

@media only screen and (min-width: 750px) {,
  .list-social-header {
display: none !important;
}
