#footerMob {
  width: 100%;
  height: 100%;
  padding-block: 20px;
  padding-inline: 20px;
  padding-top: 35px;
  background: white;
  border-top: 1px solid lightgray;
  margin-top: 45px;
}
#footerMob .subscribe {
  padding-block: 25px;
}
#footerMob .subscribe p {
  color: #1F1F1F;
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
}
#footerMob .subscribe .flex {
  display: flex;
  flex-direction: row;
}
#footerMob .subscribe input {
  outline: none;
  width: 65%;
  height: 55px;
  border: 1px solid #1F1F1F;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #1F1F1F;
  padding: 8px 12px;
  font-size: 15px;
}
#footerMob .subscribe button {
  outline: none;
  border: 1px solid #1F1F1F;
  background: #1F1F1F;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 35%;
  font-size: 14px;
  height: 55px;
}
#footerMob .socials {
  padding-block: 35px;
}
#footerMob .socials p {
  color: #1F1F1F;
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
}
#footerMob .socials .flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}
#footerMob .socials .flex img {
  width: 22px;
  height: auto;
}
#footerMob .contact {
  padding-block: 35px;
}
#footerMob .contact p {
  color: #1F1F1F;
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
}
#footerMob .contact p.small-text {
  text-transform: none;
  opacity: 1;
  font-size: 13px;
  margin-bottom: 0;
}
#footerMob .contact a {
  text-decoration: underline;
  color: #1F1F1F;
  font-size: 13px;
}
#footerMob .menu {
  padding-block: 35px;
  position: relative;
  width: 100%;
}
#footerMob .menu .link {
  width: 100%;
  margin-bottom: 25px;
}
#footerMob .menu .link .toggle-link {
  all: unset;
  cursor: pointer;
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.85;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#footerMob .menu .link .toggle-link .icon {
  margin-left: 10px;
  font-size: 22px;
}
#footerMob .menu .link .link-content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: max-height 0.4s ease;
  padding-left: 25px;
  padding-block: 10px;
}
#footerMob .menu .link .link-content a {
  color: #1F1F1F;
  display: block;
  margin-block: 6px;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
}
#footerMob .menu .link.open .link-content {
  max-height: 300px;
}
#footerMob .menu .link.open .toggle-link .icon {
  content: "-";
}
#footerMob .payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 25px;
  margin-top: -15px;
}
#footerMob .payment-options img {
  height: 30px;
  width: 60px;
  padding: 6px 11px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
#footerMob .payment-options img:hover {
  transform: scale(1.05);
}
#footerMob .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(233, 233, 233);
  margin-bottom: 25px;
  border-radius: 4px;
  padding: 35px 25px;
}
#footerMob .bottom img {
  margin-inline: auto;
  width: 135px;
  height: auto;
  margin-bottom: 25px;
}
#footerMob .bottom p {
  color: #1F1F1F;
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 0;
}/*# sourceMappingURL=footer.css.map */