/** Shopify CDN: Minification failed

Line 33:10 Expected identifier but found whitespace
Line 33:11 Unexpected "0"

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

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

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

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

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

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