
/* Общий фон и структура футера */
#footer {
  background: url('/user/documents/upload/F_vinedos copy 1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: white;
  font-family: 'Roboto', sans-serif;
}

/* Контейнер */
.footer-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  gap: 40px;
}

/* Заголовки секций футера */
#footer h4 span {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

#footer h4 span::after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2.5px solid #6AB370;
  margin-top: 8px;
}

/* Текст и ссылки */
#footer a {
  color: #FFFFFF !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer li {
  margin-bottom: 8px;
}

/* Контактные данные */
.custom-footer__contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Поиск */
.custom-footer__search input[type="search"] {
  background-color: rgba(41, 36, 45, 0.4);
  border: 1px solid #6AB370;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
}

.custom-footer__search button {
  background-color: #6AB370;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 10px;
  margin-left: 10px;
}

/* Корзина */
.custom-footer__cartButton .btn-primary {
  background-color: #6AB370;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: white !important;
}

/* Newsletter */
.custom-footer__newsletter form fieldset {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 600px;
}

.custom-footer__newsletter input[type="email"] {
  background-color: rgba(41, 36, 45, 0.4);
  border: 1px solid #6AB370;
  border-radius: 10px 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  width: 100%;
}

.custom-footer__newsletter button {
  background-color: #6AB370;
  border-radius: 0 10px 10px 0;
  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
}

/* Подпись и нижняя строка */
.footer-bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom a {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: underline;
}
