/** Shopify CDN: Minification failed

Line 62:0 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: 3.8rem;
  width: 3.8rem;
}

.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);
}
.footer__list-social .list-social__link svg {
  fill: currentColor !important;
  color: inherit !important;
}

.footer__list-social .list-social__link[href*="facebook"] {
  color: #1877F2 !important;
}

.footer__list-social .list-social__link[href*="instagram"] {
  color: #E4405F !important;
}

.footer__list-social .list-social__link[href*="twitter"] {
  color: #1DA1F2 !important;
}

.footer__list-social .list-social__link[href*="youtube"] {
  color: #FF0000 !important;
}

.footer__list-social .list-social__link[href*="pinterest"] {
  color: #E60023 !important;
}
}
