/** Shopify CDN: Minification failed

Line 15:0 Unexpected "p("

**/
.list-social {
  display: grid;
  grid-template-columns: repeat(auto-fit, 4.4rem);
  justify-content: flex-start;
  gap: 1.2rem;
  width: auto;
  margin: 0;
  padding: 0;
}
p(:first-of-type)>strong {
  margin-top: 30px;

}
li.see-all{position:relative;}
li.see-all a::after{
  content:"";
  position:absolute;
  top:8px;
  right:-25px;
  width:20px;
  height:20px;
  background:url(/cdn/shop/files/ant-design_right-outlined.png?v=1716957328) no-repeat;
}

@media screen and (min-width: 990px) {
  .list-social {
    justify-content: flex-start;
  }
}
.list-social__item .icon {
  height: 3.2rem;
  width: 3.2rem;
  color: rgba(var(--color-social));
  transition: var(--duration-default);
}

.list-social__item:hover .icon {
  color: rgba(var(--color-social), 0.6);
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 0;
}