/** Shopify CDN: Minification failed

Line 13:0 Unexpected "}"
Line 42:1 Expected "}" to go with "{"

**/
.list-social {
  display: flex;
  justify-content: flex-start;
  width: auto;
}

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

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

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1rem;
  color: var(--color-base-accent-2);
  background-color: var(--color-base-background-1);
  border-radius: 50%;
  margin-right: 10px;
}

.list-social__link:hover {
  background-color: var(--color-base-accent-3);
  color: var(--color-base-background-1);
}
@media only screen and (max-width: 1269px) {
  .list-social__link {
	margin-right: 6px;
}