/** Shopify CDN: Minification failed

Line 40:0 Expected "}" to go with "{"

**/
.list-social {
  display: flex;
  flex-wrap: wrap;
}
.list-social__item {
	border-radius: 50%;
	display: inline-block;
	background-color: var(--color-base-button-background);
	margin-right: 5px;
}
.list-social__item:hover {
	background-color: var(--color-base-accent-1);
}
.list-social__item .icon {
  height: 16px;
  width: 16px;
  fill: var(--color-base-background-1);
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--color-base-button-background);
}
.list-social__link:hover {
	background-color: var(--color-base-accent-1);
@media only screen and (max-width: 989px) {
  .list-social {
    justify-content: center;
  }
}

