/* Storefront — Follow Us social icons (circular brand buttons) */

.sf-social-follow {
  margin-top: 1.25rem;
}

.sf-social-follow__title {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.sf-social-follow--light .sf-social-follow__title {
  color: #0f172a;
}

.sf-social-follow__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-social-follow__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1a1a1a;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sf-social-follow__link:hover,
.sf-social-follow__link:focus {
  transform: translateY(-2px);
  background: #252525;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.sf-social-follow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 0;
}

.sf-social-follow__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sf-social-follow--newsletter {
  margin-top: 1.5rem;
}

.sf-social-follow--newsletter .sf-social-follow__list {
  justify-content: center;
}

.sf-social-follow--footer {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .sf-social-follow__link {
    width: 44px;
    height: 44px;
  }

  .sf-social-follow__icon {
    width: 24px;
    height: 24px;
  }
}
