/** Shopify CDN: Minification failed

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

**/
.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap:20px;
}

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

.list-social__item .icon {
  height: 3.2rem;
  width: 3.2rem;
}
.footer__list-social .list-social__item .list-social__link .svg-wrapper{
  width: 30px;
    height: 30px;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.1rem;
  /* color: rgb(var(--color-foreground)); */
   color: #003b4d;
  

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

.list-social__link:hover .icon {
  transform: scale(1.07);
}
