/** Shopify CDN: Minification failed

Line 56: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: 2.2rem;
  width: 2.2rem;
}

.list-social__item .icon svg {
  width: 100%;
  height: 100%;
}

.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__item {
  margin: 5px; /* Adds 5px space around each icon */
}

.list-social__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor; /* Thin circular border */
  border-radius: 50%; /* Makes it circular */
  color: currentColor;
  text-decoration: none;
  box-shadow: 0 0 0 1px currentColor; /* Creates a clean, thin circle */
}
}

.svg-wrapper {
  width: 20px; /* Icon size inside the circle */
  height: 20px;
  display: inline-flex;
}

.list-social__link:hover {
  color: #fff; /* Example hover color */
}
