.ft-wrap {
  width: min(100% - 2rem, 1240px);
  margin-inline: auto;
}

.ft-newsletter {
  margin-top: 50px;
}

.ft-newsletter__bg {
  min-height: 70vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.ft-newsletter__content {
  max-width: 620px;
  color: #fff;
  padding: 48px 0;
}

.ft-newsletter__title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
}

.ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}






.ft-footer {
  position: relative;
  background: var(--shop-color-red, #b51b26);
  color: #fff;
  overflow: hidden;
}

.ft-footer__main {
  position: relative;
  z-index: 2;
  padding: 42px 0 36px;
}

.ft-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  position: relative;
  z-index: 2;
}


.ft-col {
  min-width: 0;
}

.ft-heading {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.ft-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-list li + li {
  margin-top: 8px;
}

.ft-copy p {
  margin: 0 0 8px;
  line-height: 1.7;
}

.ft-footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.9);
}

.ft-footer a:hover {
  border-bottom-color: rgba(255,255,255,.45);
}

.ft-spices {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: min(520px, 45vw);
  height: 220px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.ft-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 25px 0;
  position: relative;
  z-index: 2;
  background: var(--shop-color-footer-dark, #29292c);
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ft-bottom__copy p {
  margin: 0 0 6px;
}

.ft-bottom__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ft-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.ft-social-link:hover {
  border-color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.ft-social-link svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ft-bottom__payments img {
  display: block;
  max-width: 330px;
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .ft-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ft-newsletter__bg {
    min-height: 42vh;
  }

.ft-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  position: relative;
  z-index: 2;
}

  .ft-spices {
    position: static;
    width: 100%;
    height: 120px;
    margin-top: 20px;
    background-position: center right;
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .ft-grid {
    grid-template-columns: 1fr;
  }

  .ft-newsletter__title {
    font-size: 1.55rem;
  }
}
