.wc-footer__search-store {
  display: block;
  padding: 0 40px;
}

.wc-footer-news {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  padding: 32px 16px;
  gap: 50px;
  margin-top: 40px;
}

.wc-footer-news__title {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wc-footer-news__text {

  color: #262626;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2%;
  line-height: 20px;
  max-width: 220px;
  margin-bottom: 0;
}

#nf-form-1-cont .nf-form-fields-required,
#nf-form-1-cont label {
  display: none;
}

#nf-form-1-cont .nf-form-content nf-fields-wrap {
  display: flex;
  align-items: center;
  gap: 31px;
}

#nf-form-1-cont .nf-field-container {
  margin-bottom: 0;
}

#nf-form-1-cont .nf-field-container.email-container input {
  border: none;
  border-bottom: 1px solid #262626;
  padding: 0;
  padding-bottom: 8px;
  width: 343px;
  border-radius: 0;
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2%;
}

.wc-footer-bottom__border {
  display: flex;
  justify-content: space-between;
  border: 1px solid #262626;
  padding: 24px;
}

.wc-footer-bottom__col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wc-footer-bottom__col-1 img {
  filter: invert(1);
}

.wc-footer-bottom__icons-links {
  display: flex;
  gap: 24px;
}

.wc-footer-bottom__icons-links a {
  text-decoration: none;
  display: block;
}

.wc-footer-bottom__icons-links a svg {
  width: 25px;
  height: 25px;
}


.wc-footer-bottom__col-2 {
  display: flex;
  gap: 96px;
}


.wc-footer-bottom__navs h3 {
  font-size: 14px;
  font-weight: 300;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 7%;
}

.wc-footer-bottom__navs ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.wc-footer-bottom__navs ul li a {
  color: #262626;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2%;
  text-decoration: none;
}

.wc-footer-bottom__last {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.wc-footer-bottom__last svg{
  width: fit-content;
}

.wc-footer-bottom__last p{
  width: 100%;
  text-align: center;
  color: #262626;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 0;
}

@media(max-width:1000px) {
  .wc-footer-news {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  #nf-form-1-cont .nf-field-container.submit-container input {
    position: absolute;
    left: -65px;
    display: inline-block;
    width: 27px;
    height: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='10' viewBox='0 0 27 10' fill='none'><path d='M0.5 4.89453H24.3325' stroke='%23262626' stroke-miterlimit='10' stroke-linecap='round'/><path d='M20.0576 0.5L25.6095 4.87167' stroke='%23262626' stroke-miterlimit='10' stroke-linecap='round'/><path d='M20 9.28141L25.5519 4.91736' stroke='%23262626' stroke-miterlimit='10' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 10px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }

  .wc-footer-bottom__border {
    flex-direction: column;
    gap: 32px;
  }

  .wc-footer-bottom__col-1 img {
    width: 100px;
  }

  .wc-footer-bottom__col-2 {
    gap: 66px;
  }
}