<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 343:1 Expected "}" to go with "{"

**/
/* Custom Footer Styling to match mockup */

/* Overall footer layout and padding */
body .footer {
  padding: 60px 20px 40px !important; /* Reduced left padding to 20px */
  border-top: none !important;
}

/* Logo styling */
.footer-logo-container {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 60px !important;
  width: 100% !important;
}

.footer-logo {
  max-width: 120px !important;
  width: 120px !important;
  height: auto !important;
}

/* Main content container */
.footer__content-top {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Footer columns layout */
.footer-columns-container {
  display: flex !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 80px !important;
}

.footer-column {
  min-width: auto !important;
  flex: 0 0 auto !important;
}

.footer-column--wide {
  min-width: 300px !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* Column title styling */
.footer-column h2 {
  font-family: 'Articulat CF', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  margin-bottom: 20px !important;
}

/* Link styling with reduced spacing */
.footer-column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-column ul li {
  margin-bottom: 10px !important; /* Reduced spacing between links */
}

.footer-column ul li a {
  font-family: 'Articulat CF', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

/* Newsletter section styling */
.newsletter-text {
  font-family: 'Articulat CF', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  margin-bottom: 25px !important;
  line-height: 1.5 !important;
}

.newsletter-form__field-wrapper {
  display: flex !important;
  position: relative !important;
}

.newsletter-form__field-wrapper .field {
  width: 100% !important;
}

.newsletter-form__field-wrapper .field__input {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 12px 0 !important;
  font-family: 'Articulat CF', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase !important;
}

.newsletter-form__button {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border: none !important;
  font-size: 1.2rem !important;
  cursor: pointer !important;
  padding-right: 0 !important;
}

.newsletter-form__button span {
  color: #BE2724 !important;
  font-weight: 400 !important;
  display: inline-block !important;
}

/* Footer bottom section with reduced spacing */
.footer__content-bottom {
  display: block !important;
  margin-top: 25px !important; /* Reduced spacing between top and bottom sections */
  padding-top: 20px !important; /* Reduced padding */
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer__content-bottom-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important; /* Reduced spacing between elements */
}

.footer__localization,
.footer__column-info,
.footer__payment,
.footer__copyright {
  text-align: center !important;
  margin: 5px auto !important; /* Reduced margin */
}

/* Social media icons */
.list-social {
  justify-content: center !important;
  display: flex !important;
}

/* Payment icons layout */
.list-payment {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 5px !important;
}

/* Copyright section */
.footer__copyright {
  text-align: center !important;
  margin-top: 15px !important;
  font-size: 12px !important;
}

/* iPad specific adjustments */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .footer-columns-container {
    justify-content: center !important;
    text-align: center !important;
    gap: 60px !important;
  }
  
  .footer-column {
    text-align: center !important;
  }
  
  .footer-column--wide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    min-width: 100% !important;
    margin-top: 20px !important;
  }
  
  .newsletter-form__field-wrapper {
    margin: 0 auto !important;
    max-width: 350px !important;
  }
}

/* Mobile specific adjustments */
@media screen and (max-width: 749px) {
  .footer-columns-container {
    gap: 40px !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .footer-column {
    width: 100% !important;
    flex: none !important;
  }
  
  .footer-column--wide {
    min-width: 100% !important;
    order: 2 !important;
  }
  
  .footer-columns-container &gt; .footer-column:not(.footer-column--wide) {
    order: 3 !important;
  }
  
  .footer__content-top {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .footer__content-bottom-wrapper {
    flex-direction: column !important;
  }
  
  .footer__localization,
  .footer__column-info,
  .footer__payment,
  .footer__copyright {
    width: 100% !important;
  }

  /* Make sure placeholder text is visible */
.footer .field__input::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase !important;
  opacity: 1 !important; /* For Firefox */
}

/* Additional rules for different browsers */
.footer .field__input::-webkit-input-placeholder {
  opacity: 1 !important;
}
.footer .field__input:-moz-placeholder {
  opacity: 1 !important;
}
.footer .field__input::-moz-placeholder {
  opacity: 1 !important;
}
.footer .field__input:-ms-input-placeholder {
  opacity: 1 !important;
}

  /* Strong placeholder styling for the newsletter field */
.newsletter-form__field-wrapper input::placeholder,
.footer .field__input::placeholder {
  color: rgba(0, 0, 0, 0.7) !important; 
  opacity: 1 !important;
  text-transform: uppercase !important;
  font-family: 'Articulat CF', sans-serif !important;
  font-size: 14px !important;
}

/* Cover all browser variations */
.newsletter-form__field-wrapper input::-webkit-input-placeholder,
.footer .field__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}

.newsletter-form__field-wrapper input::-moz-placeholder,
.footer .field__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}

.newsletter-form__field-wrapper input:-ms-input-placeholder,
.footer .field__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}

.newsletter-form__field-wrapper input:focus::placeholder,
.footer .field__input:focus::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

  @media screen and (min-width: 750px) and (max-width: 989px) {
  /* Target the form directly with !important flags */
  #ContactFooter {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  /* Make the field wrapper take full width but constrain inner content */
  .newsletter-form__field-wrapper {
    width: 100% !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Style the actual input field */
  .newsletter-form__field-wrapper .field__input {
    width: 100% !important;
    margin: 0 auto !important;
  }
  
  /* Ensure newsletter block is centered */
  .footer-block__newsletter {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}</pre></body></html>