/** Shopify CDN: Minification failed

Line 81:34 Unexpected bad string token
Line 81:37 Unterminated string token

**/
/* Footer Base Styles */
.wt-footer {
  background-color: #748293; 
  color: #fff; 
  padding: 50px 20px;
  text-align: center;
}

.wt-footer__body {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Contact Us Section */
.wt-footer__contact-us {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  /* margin-bottom: 25px; */
}

/* Footer Buttons Section */
.wt-footer__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Ensure Buttons Are Evenly Sized */
.wt-footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  /* font-weight: bold; */
  font-size: 16px;
  text-align: center;
  transition: 0.3s ease-in-out;
  flex: 1;
  max-width: 250px;
  min-width: 200px;
}

.wt-footer__button:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

.wt-footer__button-icon {
  width: 20px;
  height: 20px;
}

/* Footer Links & Sections */
.wt-footer__block {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.wt-footer__title .wt-about__title" {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wt-footer__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wt-footer__list {
  list-style: none;
  padding: 0;
}

.wt-footer__list__item {
  margin-bottom: 8px;
}

.wt-footer__list__item a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.wt-footer__list__item a:hover {
  text-decoration: underline;
}

/* Payment Icons */
.wt-footer__aside {
  margin-top: 40px;
  text-align: center;
}

.wt-footer__aside-list {
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* Social Media */
.wt-footer__aside-block--social {
  margin-top: 15px;
}

/* Center the Blocks Wrapper */
.wt-footer__blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.wt-footer__block {
  text-align: left;
}

/* About Section */
.wt-about {
  background-color: transparent;
  color: #fff;
  /* padding: 20px; */
  text-align: left;
  max-width: 400px;
}

.wt-about__text {
  font-size: 16px;
  margin-bottom: 15px;
}

.wt-about__button {
  display: inline-block;
  background-color: #fff !important;
  color: #000 !important;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
}

.wt-about__button:hover {
  background-color: #ddd;
  transform: scale(1.05);
}

.wt-footer__aside-block__wrapper {
  justify-content: flex-start !important;
  margin: unset !important;
  margin-right: auto !important;
  margin-left: initial !important;
}

.wt-cart__footer__body .agree-to-terms-wrapper .label-wrapper {
  display:flex;
  align-items: baseline;
}

@media (max-width: 768px) {
  .wt-footer__blocks-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .wt-about {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    justify-content: center; 
  }

  .wt-footer__text rte {
    text-align: center;
  }
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .wt-footer__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .wt-footer__body {
    flex-direction: column;
    align-items: center;
  }

  .wt-footer__block {
    text-align: center;
  }

  .wt-footer__buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .wt-footer__button {
    width: 90%;
    max-width: 300px;
  }
}
