footer.shop-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer.shop-footer .upper-footer {
  margin-bottom: 40px;
}
footer.shop-footer .cp-logo-wrapper {
  text-align: center;
}
footer.shop-footer .cp-logo {
  margin-bottom: 32px;
  text-align: center;
}
footer.shop-footer .section-title {
  margin-bottom: 30px;
}
footer.shop-footer .input-wrapper {
  margin-bottom: 40px;
}
footer.shop-footer .input-wrapper .input-child-wrapper {
  position: relative;
}
footer.shop-footer .input-wrapper .input-child-wrapper input {
  background: transparent;
  border: 1px solid var(--para-color);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  width: 100%;
  border-radius: 8px;
  outline: none;
}
footer.shop-footer .input-wrapper .input-child-wrapper .btn-cta {
  text-transform: uppercase;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
footer.shop-footer .social-icons-wrapper {
  margin-bottom: 36px;
}
footer.shop-footer .social-icons-wrapper ul {
  display: flex;
  gap: 12px;
  justify-content: center;
}
footer.shop-footer .select-wrapper {
  display: flex;
  gap: 52px;
  margin-bottom: 40px;
}
footer.shop-footer .statements-container {
  padding: 20px;
  border: 1px solid var(--footer-statement-box-border);
  background: var(--footer-statement-box-background);
  margin-bottom: 40px;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
footer.shop-footer ul li a {
  color: var(--para-color);
}
footer.shop-footer ul li:not(:last-child) {
  margin-bottom: 16px;
}
footer.shop-footer h3 {
  font-size: 14px;
  line-height: 17.57px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer.shop-footer .accordion h3 {
  margin-bottom: 0;
}
footer.shop-footer .accordion .accordion-button {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  box-shadow: none;
  cursor: pointer;
}
footer.shop-footer .accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 24px;
}
footer.shop-footer .accordion .accordion-item {
  border-bottom: 1px solid var(--footer-border-color);
}
footer .payments-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 40px;
  gap: 8px;
  padding-left: 30px;
  padding-right: 30px;
}
footer .payments-wrapper .image-wrapper {
  border: 1px solid var(--footer-border-color);
  border-radius: 8px;
  padding: 6px;
}
footer .copyright-wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  footer.shop-footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  footer.shop-footer .upper-footer {
    margin-bottom: 80px;
  }
  footer.shop-footer .cp-logo-wrapper {
    text-align: left;
  }
  footer.shop-footer .cp-logo {
    margin-bottom: 52px;
  }
  footer.shop-footer .social-icons-wrapper {
    margin-bottom: 0;
  }
  footer.shop-footer .social-icons-wrapper ul {
    justify-content: flex-start;
  }
  footer.shop-footer .statements-container {
    margin-bottom: 18px;
  }
}