.shop-shell-footer.shop-footer-v2 {
  background:
    linear-gradient(
      160deg,
      var(--shop-v2-footer-background-color-1) 0%,
      var(--shop-v2-footer-background-color-2) 100%
    );
  color: var(--shop-v2-footer-text-color);
}

.shop-footer-v2__main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 28px 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 34px;
  align-items: start;
  justify-items: start;
  text-align: left;
}

.shop-footer-v2__brand,
.shop-footer-v2__group {
  min-width: 0;
}

.shop-footer-v2__brand {
  align-items: flex-start;
  text-align: left;
}

.shop-footer-v2__logo-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.shop-footer-v2__logo {
  display: block;
  max-width: 116px;
  max-height: 56px;
  object-fit: contain;
}

.shop-footer-v2__brand-name {
  margin-bottom: 8px;
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 700;
  color: var(--shop-v2-footer-title-color);
}

.shop-footer-v2__address {
  font-size: var(--shop-v2-font-size-md);
  line-height: 1.6;
  color: var(--shop-v2-footer-text-color);
}

.shop-footer-v2__group-title {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--shop-v2-footer-border-color);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--shop-v2-footer-title-color);
}

.shop-footer-v2__links,
.shop-footer-v2__bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-footer-v2__link + .shop-footer-v2__link {
  margin-top: 12px;
}

.shop-footer-v2__link a,
.shop-footer-v2__link span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--shop-v2-footer-link-color);
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
  font-size: var(--shop-v2-font-size-xs);
}

.shop-footer-v2__link a:hover {
  color: var(--shop-v2-footer-link-hover-color);
}

.shop-footer-v2__link-icon {
  width: 16px;
  text-align: center;
  opacity: 0.7;
}

.shop-footer-v2__group--social .shop-footer-v2__newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  border: 1.5px solid var(--shop-v2-footer-border-color);
  background: var(--shop-v2-footer-newsletter-bg-color);
  border-radius: 12px;
  color: var(--shop-v2-footer-newsletter-text-color);
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.shop-footer-v2__group--social .shop-footer-v2__newsletter-btn:hover {
  background: color-mix(in srgb, var(--shop-v2-footer-newsletter-bg-color) 82%, white);
  border-color: var(--shop-v2-footer-link-hover-color);
  color: var(--shop-v2-footer-link-hover-color);
}

.shop-footer-v2__social-title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--shop-v2-footer-title-color);
}

.shop-footer-v2__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-footer-v2__social-link {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--shop-v2-footer-social-border-color);
  color: var(--shop-v2-footer-social-text-color);
  text-decoration: none;
  background: var(--shop-v2-footer-social-bg-color);
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.shop-footer-v2__social-link:hover {
  transform: translateY(-1px);
  border-color: var(--shop-v2-footer-link-hover-color);
  background: color-mix(in srgb, var(--shop-v2-footer-social-bg-color) 82%, white);
}

.shop-footer-v2__social-link .fa {
  font-size: var(--shop-v2-font-size-lg);
}

.shop-footer-v2__social-letter {
  font-size: var(--shop-v2-font-size-md);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.shop-footer-v2__bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px 30px;
  border-top: 1px solid var(--shop-v2-footer-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.shop-footer-v2__bottom-copy {
  font-size: var(--shop-v2-font-size-base);
  line-height: 1.4;
  color: var(--shop-v2-footer-bottom-text-color);
}

.shop-footer-v2__bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.shop-footer-v2__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.shop-footer-v2__bottom-link a,
.shop-footer-v2__bottom-link span {
  color: var(--shop-v2-footer-link-color);
  text-decoration: none;
  font-size: var(--shop-v2-font-size-xs);
}

.shop-footer-v2__bottom-link a:hover {
  color: var(--shop-v2-footer-link-hover-color);
}

.shop-footer-v2__powered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.shop-footer-v2__powered:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.shop-footer-v2__powered-logo {
  display: block;
  width: 92px;
  height: auto;
}

@media (max-width: 1180px) {
  .shop-footer-v2__main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .shop-footer-v2__main {
    grid-template-columns: 1fr;
    padding: 40px 18px 28px;
    gap: 26px;
  }

  .shop-footer-v2__bottom {
    padding: 0 18px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-footer-v2__bottom-right {
    justify-content: flex-start;
  }
}
