/** Shopify CDN: Minification failed

Line 37:8 Expected identifier but found "{"
Line 37:9 Unexpected "{"
Line 37:21 Expected ":"

**/
.list-social {
  display: flex;
  position: absolute;
  right: 0;
  z-index: 3;
  padding-right: 20px;
  padding-top: 10px;
}

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

.list-social__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1rem;
  color: rgb(var(--color-foreground));
}

.list-social__link:hover .icon {
  transform: scale(1.20);
  color:{{ collection.metafields.social.iconcolor }};
  transition: transform var(--duration-long) ease;
  opacity: 1;
}

.banner__list-social:empty {
  display: none;
}

.banner__list-social.list-social:only-child {
  justify-content: center;
}

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

.banner-social {

}

@media screen and (max-width: 749px) {
  .list-social {
    display: none;
  }
}

.banner-social+.banner__content {
  display: flex !important;
}

.banner-social+.banner__content>.banner__box {
  margin-right: auto;
  margin-left: auto;
}