/** Shopify CDN: Minification failed

Line 55:16 Expected "}" to go with "{"

**/
.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: 40px;
    width: 40px;
  }
}

.list-social__item .icon {
  height: 40px;
  width: 40px;
}

.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);
}
/* 手机端社交图标官方品牌色 */
@media only screen and (max-width: 749px) {
  .list-social__link[href*="facebook.com"] { color: #1877F2; }
  .list-social__link[href*="instagram.com"] { color: #E1306C; }
  .list-social__link[href*="youtube.com"] { color: #FF0000; }
  .list-social__link[href*="tiktok.com"] { color: #010101; }
  .list-social__link[href*="twitter.com"],
  .list-social__link[href*="x.com"] { color: #000000; }
}
 /* Pinterest 官方品牌色 #E60023 */
.social-icons a[href*="pinterest"] svg,
.list-social__item a[href*="pinterest"] svg {
  color: #E60023;
  fill: #E60023;