/* Start Navbar */
.navbarbg {
    background-color: #fffaf0;
}
.store-header .main-menu .sub-menu {
    background-color: #fffaf0;
}
/* Side Navbar */
.mobile-menu {
    background-color:#fffaf0 !important;
}
.mm-spn li a, .mm-spn li>span {
    font-size: 16px;
}
.side-panel.is-opened {
    background-color: #fffaf0;
}
/* End Navbar */
/* Start Map */
@media (min-width: 768px) {
    .js-map-wrapper  {
        height: 242px;
    }
}
/* End Map */
/* Start Footer */
salla-apps-icons {
    display:none !important;
}

.store-footer__inner .container > div:first-child a {
    justify-content: center;
}
.store-footer__inner p {
    text-align:center;
}
.store-footer__inner .container div:first-child a img:first-child {
    max-width: 80px;
}
salla-trust-badges {
    display:flex;
}
.s-social-list {
    justify-content: center;
}
.store-footer__inner .container > div:first-child div {
    justify-content:center;
    padding-top:5px;
  gap: 0;
}
@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
}
.store-footer div:last-child {
    border:none;
}

.store-footer a {
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.store-footer h3 {
    position: relative;
    padding-bottom: 12px;
    font-size: 1.5rem;
    width: 100%;
}

.s-social-link a {

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.s-social-icon svg, .s-contacts-icon {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.s-social-link a:hover, .s-contacts-list a:hover .s-contacts-icon {
  background-color: #c3b793;
  transform: translateY(-4px);
}



/* Curved top */
.store-footer__curve {
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 0;
  color: #4f4f31;
}

.footer-link {
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-size: 0.7rem;
  color: #5a5a3e;
}
@media (min-width: 1024px) {
    .store-footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .store-footer .lg\:col-span-2 {
        grid-column: span 1 / span 2;
    }
}
@media (max-width: 698px) {
    .store-footer__inner { 
    text-align: center;
}
  .store-footer a {
      justify-content: center;
  }
  .store-footer {
      margin-top: 80px;
  }
}

/* End Footer */