/** Shopify CDN: Minification failed

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

**/
.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.list-social__item .icon {
  height: 10rem !important;
  width: 10rem !important;
}

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

.list-social__link {
  align-items: center;
  display: flex;
  padding: 10px;
  color: rgb(var(ff3131));
}

.utility-bar .list-social__link {
  padding: 0 0.8rem;
  height: 20rem;
}

.list-social__link:hover .icon {
  transform: scale(80px);
.social-media .icon {
    width: 40px;
    min-width: 20px;
