/** Shopify CDN: Minification failed

Line 13:0 Unexpected "@"

**/
.footer-newsletter__form input,
.newsletter-form input[type="email"],
.newsletter-form .form-control[type="email"] {
  background: #007377;
  color: #fff;
  border: 1px solid #fff;
}
@@ -11,187 +11,9 @@
.newsletter-form .form-control[type="email"]::placeholder {
  color: #e0f7f7;
  opacity: 1;
  text-align: center;
  font-size: var(--All-devices-fontsize-body-titel2, 18px);
  font-style: normal;
  font-weight: bold;
  line-height: var(--All-devices-line-height-body-titel2, 24px);
}

.footer-newsletter {
  width: 100%;
}

.footer__copyright p {
  font-size: var(--All-devices-fontsize-body-sm, 14px);
  font-weight: 400;
  line-height: var(--All-devices-line-height-body-sm, 20px);
}

.footer-newsletter__term {
  font-size: var(--Label-Medium-Size, 12px);
  font-weight: 500;
  line-height: var(--Label-Medium-Line-Height, 16px); 
  letter-spacing: var(--Label-Medium-Tracking, 0.5px);
}

.footer-block__heading {
  font-size: var(--All-devices-fontsize-body-titel1, 20px);
  font-style: normal;
  font-weight: bold;
  line-height: var(--All-devices-line-height-body-titel1, 28px);
}

.btn--icon {
  --buttons-border-width: 0;
}

.btn--primary {
  height: 50px;
}
.btn__text {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer__bottom-row > .flex.justify-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-block {
    display: flex;
    flex-direction: column;
  }

  .footer-block--menu {
    order: 1;
  }

  .footer-block--menu .linklist {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer__top-wrapper .footer-block--newsletter {
    order: 2;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .footer__payment-methods {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
    padding-bottom: 24px;
  }

  .footer__social {
    display: flex;
    gap: 20px;
  }

  .footer__bottom .linklist {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
  }

  .footer__copyright p, .footer-newsletter__term {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--Label-Medium-Line-Height, 16px);
    letter-spacing: var(--Label-Medium-Tracking, 0.5px);
  }

  .footer-block__heading {
    font-size: var(--All-devices-fontsize-body-titel1, 18px);
    font-style: normal;
    font-weight: bold;
    line-height: var(--All-devices-line-height-body-titel1, 24px);
  }

  .linklist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
  }

  .icon-chevron-toggle {
    transition: transform 0.2s ease-in-out;
  }

  details[open] > summary .icon-chevron-toggle {
    transform: rotate(90deg);
  }
  .btn__text {
    font-weight: bold;
    font-size: 18px;
  }
}

/* Newsletter Modal Close-Button Styling */

.modal--newsletter-alert .drawer__close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #007377;
  border-radius: 50%;
  border: 1px solid #e0f7f7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10);
  z-index: 10;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.modal--newsletter-alert .drawer__close-btn svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s;
}

.modal--newsletter-alert .drawer__close-btn:hover,
.modal--newsletter-alert .drawer__close-btn:focus {
  background: #e0f7f7;
  color: #007377;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  outline: none;
}

/* Mobile */
@media (max-width: 767.98px) {
  .modal--newsletter-alert .drawer__close-btn {
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .modal--newsletter-alert .drawer__close-btn svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.border-top {
  border-top: none !important;
  background: transparent !important;
  height: 0 !important;
  min-height: 0 !important;
}