#footerDummy {
  position: relative;
  width: 100%;
  height: 570px;
}
#footer {
  border-top: 1px solid #c4c4c4;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  text-align: left;
  background-color: #f5f5f5;
}
#footer hr {
  margin-bottom: 0;
  border: 0;
  background: #ccc;
}
.topContentFooter {
  width: 88%;
  margin: 0 auto 80px;
  padding-top: 80px;
}
.bottomContentFooter {
  width: 88%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: block;
}
.centerWrapper {
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto 40px;
  overflow: hidden;
  justify-content: space-between;
}
.mediaWrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 800;
  display: flex;
  gap: 20px;
  align-items: center;
}
.mediaWrapper span {
  margin-right: 25px;
  width: 100%;
}
.mediaWrapper a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mediaWrapper a:hover {
  opacity: 0.7;
}
.mediaWrapper img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 24px;
}
.rights {
  position: relative;
  letter-spacing: 0.025em;
  font-size: 12px;
  font-family: "WorkSans" !important;
  line-height: 39px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5%;
  float: left;
  text-align: left;
}
.byLunaContainer {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  display: block;
  margin-right: 5%;
}
.byluna {
  height: 39px;
  margin: 0;
}
.columnsContainer {
  width: 30%;
  display: flex;
  margin-bottom: 70px;
  gap: 5%;
  font-size: 14px;
  line-height: 18px;
  justify-content: space-between;
  overflow: hidden;
  float: right;
  margin-top: 70px;
}
.column {
  float: left;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.columnItem {
  width: fit-content;
  margin-bottom: 10px;
  min-width: 154px;
  text-align: center;
}
.columnHeading {
  width: fit-content;
  margin-bottom: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.newsletterColumn {
  width: 80%;
  width: -moz-available;
  width: -webkit-fill-available;
  color: #000;
  margin-right: 0;
  margin-top: 0;
  align-items: flex-end;
  display: flex;
  max-width: 700px;
}
a .columnItem:hover {
  font-weight: 500;
}
.footerColumnTitle {
  position: relative;
  text-align: left;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 3px;
  width: fit-content;
  height: auto;
  float: left;
  font-weight: 800;
}
#emailFooterInput {
  position: relative;
  width: calc(100% - 345px);
  margin-left: 40px;
  height: 35px;
  line-height: 35px;
  float: left;
  border-bottom-style: solid;
  border-width: 1px;
  font-size: 12px;
  background-color: transparent !important;
  padding: 0;
}
#emailFooterInput::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#emailFooterInput:-moz-placeholder {
  color: #000;
  opacity: 1;
}
#emailFooterInput::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#emailFooterInput:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#emailFooterInput::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#subscribeNewsletterButton {
  position: relative;
  height: 10px;
  margin-bottom: 12px;
  float: right;
  cursor: pointer;
  right: 8px;
}
#subscribeNewsletterButton:hover {
  opacity: 0.6;
}
#footerBottom {
  position: relative;
  color: #fff;
  bottom: 0;
  height: 39px;
  background-color: #333439;
}
.whatsAppWebContainer {
  z-index: 10;
  height: 100px;
  right: 24px;
  width: 100px;
}
.whatsAppWebContainer.open {
  bottom: 25px;
}
.storesContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 60%;
  float: left;
  padding: 70px 0 65px;
  gap: 20px 0;
  position: relative;
}
.storeTitle {
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
}
.storeContainer {
  font-size: 14px;
  line-height: 18px;
}
.storeInfo {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}
.storesContainer::after {
  height: calc(100% + 2px);
  display: block;
  overflow: hidden;
  content: "";
  width: 1px;
  position: absolute;
  background: #ccc;
  right: 0;
  top: 0;
}
@media screen and (min-width: 770px) and (max-width: 1420px) {
  .columnsContainer,
  .storeContainer,
  .storeTitle {
    font-size: 12px;
    line-height: 16px;
  }
  #emailFooterInput {
    width: calc(90% - 345px);
  }
  .storeTitle,
  .columnHeading {
    margin-bottom: 10px;
  }
  .columnItem,
  .storeInfo {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    position: relative;
  }
  #footerDummy {
    height: 0;
  }
  .centerWrapper {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  .newsletterColumn {
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .footerColumnTitle {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
  }
  #subscribeNewsletterButton {
    position: absolute;
    right: 6px;
    bottom: 2px;
  }
  .columnsContainer {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .columnHeading {
    font-weight: 600;
    margin-bottom: 9px;
  }
  .column {
    width: 100%;
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .columnItem {
    font-size: 13px;
    margin: 5px 0;
    min-width: unset;
    text-align: left;
  }
  .topContentFooter {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
  }
  #emailFooterInput {
    position: relative;
    width: 100%;
    padding: 0;
    margin-left: 0;
    height: 35px;
    border-radius: 0;
    line-height: 35px;
    float: left;
    text-indent: 12px;
    text-align: left;
    border-width: 1px;
    font-size: 12px;
  }
  .rights {
    font-size: 11px;
  }
  .whatsAppWebContainer {
    width: 70px;
    height: 70px;
    z-index: 10;
    right: 4%;
  }
  .whatsAppWebContainer.open {
    bottom: 35px;
  }
  .storesContainer {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .storesContainer::after {
    display: none;
  }
  .mediaWrapper.mobileElement {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px 20px;
    float: left;
    margin-bottom: 50px;
    margin-top: 4px;
  }
  .storeTitle {
    margin-bottom: 10px;
  }
  .storeInfo {
    margin-bottom: 5px;
  }
  #footer hr {
    width: 100%;
    float: left;
  }
  .mediaWrapper span {
    margin-bottom: 4px;
  }
}
