/** Shopify CDN: Minification failed

Line 102:10 Expected identifier but found whitespace
Line 102:11 Unexpected "0.5"

**/
/* MT Footer Styles */

.mt-footer {
  background-color: var(--mt-footer-bg, #1a1a1a);
  color: var(--mt-footer-text, #ffffff);
  padding-top: var(--mt-footer-padding-top-mobile, 40px);
  padding-bottom: var(--mt-footer-padding-bottom-mobile, 40px);
  width: 100%;
}

.mt-footer__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Mobile Layout */
.mt-footer__mobile {
  display: block;
}

.mt-footer__desktop {
  display: none;
}

/* Newsletter Styles */
.mt-footer__newsletter-mobile {
  margin-bottom: 40px;
}

.mt-footer__newsletter-title {
  margin-bottom: 20px;
  font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
color:#ffffff;
}

.mt-footer__newsletter-form {
  width: 100%;
}

.mt-footer__newsletter-input-wrapper {
      height: 40px;
    display: flex;
    align-items: center;
    width: 426px;
    border-bottom: 1px solid #666666;
    padding-left: 10px;
}

.mt-footer__newsletter-input {
  flex: 1;
  background: transparent;
  font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color:#ffffff;
border:0;
height:40px;
}

.mt-footer__newsletter-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mt-footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mt-footer__newsletter-submit {
  background-color:transparent;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  min-width: 15px;
  min-height: 15px;
  flex-shrink: 0;
}



  opacity: 0.5;
  cursor: not-allowed;
}

.mt-footer__newsletter-submit svg {
  display: block;
  width: 15px;
  height: 15px;
}

.mt-footer__form-message {
  padding: 12px;
  margin-top: 12px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.4;
}

.mt-footer__form-message--success {
  background-color: rgba(0, 200, 0, 0.1);
  color: #4caf50;
}

.mt-footer__form-message--error {
  background-color: rgba(200, 0, 0, 0.1);
  color: #f44336;
}

/* Contact Styles */
.mt-footer__contact-mobile {
  margin-bottom: 40px;
}
  .mt-footer-contact-box {
    display:flex;
    align-items:center;
    gap:10px;
    font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 23px;
letter-spacing: 0%;
color:#ffffff;
margin-bottom:18px;
  }
.mt-footer__contact-title {
  margin:0;
}

.mt-footer__contact-email {
 text-decoration:underline;
}


/* Social Media Styles */
.mt-footer__social-mobile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mt-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--mt-footer-text, #ffffff);
  transition: background-color 0.2s ease;
}

.mt-footer__social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.mt-footer__social-link svg {
  display: block;
}

/* Menu Styles */
.mt-footer__menus-mobile {
  margin-bottom: 40px;
}

.mt-footer__menu-column {
  margin-bottom: 32px;
}

.mt-footer__menu-column:last-child {
  margin-bottom: 0;
}

.mt-footer__menu-title {
  font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
color:#ffffff;
margin-bottom:15px;

}

.mt-footer__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.mt-footer__menu-item {
  margin-bottom: 19px;
}

.mt-footer__menu-link {
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: block;
  font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color:#C4C4C4;
    white-space: nowrap;
}

.mt-footer__menu-link:hover {
  text-decoration:underline;
  color:#ffffff;
}

/* Logo Styles */
.mt-footer__logo-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 32px;
}

.mt-footer__logo-link {
  display: inline-block;
}

.mt-footer__logo-image {
  display: block;
  width: 420px;
  height: auto;
}
.mt-footer__container {
    max-width: 1280px;
    padding: 0 40px;
  }

  .mt-footer__mobile {
    display: none;
  }

  .mt-footer__desktop {
    display: block;
  }

  /* Top Section: Menus + Newsletter */
  .mt-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 123px;
    gap: 60px;
  }

  .mt-footer__menus-desktop {
    display: flex;
    gap: 60px;
    flex: 1;
  }

  .mt-footer__menu-column {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .mt-footer__menu-list {
    display: block;
    grid-template-columns: none;
    gap: 0;
  }

  .mt-footer__menu-item {
    margin-bottom: 0px;
  }

  .mt-footer__menu-item:last-child {
    margin-bottom: 0;
  }

  .mt-footer__newsletter-desktop {
    flex: 0 0 400px;
    max-width: 400px;
  }


  /* Bottom Section: Logo + Contact & Social */
  .mt-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
  }

  .mt-footer__logo-desktop {
    flex: 0 0 auto;
  }

  .mt-footer__contact-desktop {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  .mt-footer__contact-title {
    /* margin-bottom: 12px; */
  }

  .mt-footer__contact-email {
    /* margin-bottom: 16px; */
  }

  .mt-footer__social-desktop {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  /* Accessibility */
.mt-footer a:focus-visible {
  outline: 2px solid var(--mt-footer-text, #ffffff);
  outline-offset: 2px;
}

.mt-footer__newsletter-input:focus-visible {
  outline: 2px solid var(--mt-footer-text, #ffffff);
  outline-offset: 2px;
}

.mt-footer__newsletter-submit:focus-visible {
  outline: 2px solid var(--mt-footer-text, #ffffff);
  outline-offset: 2px;
}

.mt-footer_menu-box {
  display:flex;
  gap:50px;
  flex-direction:column;
}


/* Tablet Styles */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  .mt-footer__menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
  }
}
.mt-footer__contact-none {
  display:none
}

/* Additional Responsive Adjustments */
@media screen and (max-width: 769px) {
  .mt-footer__container {
    padding: 0 15px;
  }

  .mt-footer__newsletter-title {
    font-size: 20px;
    line-height:30px;
    margin-bottom:20px;
  }

  .mt-footer__menu-list {
    gap: 8px 16px;
  }

  .mt-footer__menu-link {
    font-size: 12px;
    line-height:20px;
        white-space: normal;
  }
  .mt-footer__menu-title  {
    font-size:14px;
    line-height:21px;
    margin-bottom:19px;
  }


  .mt-footer__top {
    flex-direction:column-reverse;
  }
  .mt-footer__newsletter-desktop {
        flex: 0 0 auto;
    max-width: 100%;

  }
  .mt-footer__newsletter-input-wrapper {
    width:100%;
  }
  .mt-footer__menus-desktop {
        flex-direction: column-reverse;
  }
  .mt-footer__menus-desktop {
    width:100%;
    gap:30px;
  }
  .mt-footer__menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:19px 0;
  }
  .mt-footer_menu-box {
    gap:30px;
  }
  .mt-footer__top {
    margin-bottom:0px;
    gap:0;
  }
  .mt-footer__logo-image {
    width:75px;
  }
  .mt-footer__contact-desktop {
    display:none
  }
  .mt-footer__contact-mb {
    display:block;
  }
  .mt-footer-contact-box {
    font-size:12px;
    line-height:23px;
    margin-bottom:18px;
    margin-top:50px;
  }
  .mt-footer__social-desktop {
    margin-bottom:50px;
  }
  .mt-footer__bottom {
        position: relative;
    transform: translateY(-100%);
    justify-content: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .mt-footer__newsletter-input-wrapper {
    width:100%;
  }
  .mt-footer__newsletter-desktop {
    flex:1;
    max-width: inherit;
  }
}