/** Shopify CDN: Minification failed

Line 342:0 Unexpected "}"

**/
/* Hide original footer blocks */
.site-footer .page-width > .grid {
  display: none;
}

.footer__copyright {
  display: none;
}

/* Footer Base Styles (Mobile First) */
.site-footer {
  background-color: #c9c9c9 !important;
  padding: 0;
  margin: 0;
}

.site-footer .page-width {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.footer-mobile-custom {
  display: block;
  padding: 40px 20px 0px;
  background-color: #c9c9c9;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.footer-newsletter-section {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}

.footer-newsletter-section h3 {
  font-family: 'Inter', serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
  text-transform: uppercase;
}

.footer-newsletter-section p {
  font-family: 'Baskerville', serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #000;
  width: 100%;
}

.footer-newsletter-success .footer-newsletter-success__message {
  margin-bottom: 0;
}

.footer-newsletter-success .footer-newsletter-success__close {
  padding: 0;
  max-width: max-content;
}

.footer-gender-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0px auto 20px auto;
  max-width: max-content;
}

.footer-gender-option {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.footer-gender-option input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
}

.footer-gender-option label {
  font-family: 'Baskerville', serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  white-space: nowrap;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
  text-wrap: wrap;
  text-align: left;
}

.footer-newsletter-section input[type="email"] {
  font-family: 'Baskerville', serif;
  font-size: 16px;
  width: 100%;
  padding: 12px;
  border: 1px solid #999;
  margin-bottom: 15px;
  background: white;
  box-sizing: border-box;
  color: #000;
}

.footer-newsletter-section input[type="email"]::placeholder {
  color: #666;
  text-align: center;
  font-family: 'Baskerville', serif;
  font-size: 16px;
}

.footer-newsletter-section button {
  font-family: 'Baskerville', serif;
  font-size: 16px;
  width: 100%;
  padding: 14px;
  background: #1e1e52;
  color: white;
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-certificates {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.footer-certificates-desktop {
  display: none;
}

.footer-certificate-img {
  max-width: 175px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-newsletter-success {
  display: none;
}

.footer-newsletter-success.show {
  display: inline-flex;
  opacity: 1;
  transform: translateY(0);
}


/* ======================================
   DESKTOP VIEW (min-width: 1280px)
   ====================================== */
@media only screen and (min-width: 1024px) {
  .footer-mobile-custom {
    padding: 88px 16px 81px;
  }

  .footer-newsletter-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-newsletter-section p {
    font-family: 'Baskerville', serif;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
  }

  .footer-gender-options {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    margin: 0px auto 25px 0px;
  }

  .footer-gender-option input[type="radio"] {
    width: 18px;
    height: 18px;
  }

  .footer-gender-option label {
    font-size: 14px;
  }

  .footer-newsletter-section input[type="email"] {
    padding: 14px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .footer-newsletter-section button {
    padding: 16px;
    font-size: 16px;
  }

  .footer-certificates {
    gap: 30px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .footer-certificates-mobile {
    display: none;
  }

  .footer-certificates-desktop {
    display: flex;
    align-items: flex-end;
    max-width: 500px;
  }

  .footer-certificates-desktop .footer-certificate-img {
    width: 100%;
    max-width: 500px;
  }

  .footer-certificate-img {
    max-width: 180px;
  }

  .footer-newsletter-section {
    text-align: left;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
  }

  .footer-newsletter-success {
    margin: 0.75rem 0;
  }

  .footer-newsletter-content {
    width: 100%;
    max-width: 600px;
  }

  .footer-form-inputs {
    display: flex;
    max-width: 600px;
    width: 100%;
  }

  .footer-form-inputs input[type="email"] {
    margin-bottom: 0;
    width: 70%;
  }

  .footer-form-inputs button {
    width: 30%;
  }
}

/* ======================================
   EXTRA LARGE SCREENS (min-width: 1536px)
   ====================================== */
@media only screen and (min-width: 1536px) {


  .footer-newsletter-section h3 {
    font-size: 20px;
  }

  .footer-newsletter-section p {
    font-family: 'Baskerville', serif;
    font-size: 16px;
  }

  .footer-gender-option label {
    font-size: 16px;
  }

  .footer-newsletter-section input[type="email"] {
    font-size: 17px;
    padding: 16px;
  }

  .footer-newsletter-section button {
    font-size: 18px;
    padding: 18px;
  }

  .footer-certificate-img {
    max-width: 200px;
  }
}

/* Remove default page-width padding */
.site-footer__bottom {
  padding-top: 20px;
}


/* === DESKTOP FOOTER COLUMNS FIX === */

.footer-certificates-desktop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

/* Left side (columns) */
.footer-accordion {
  flex: 1;
}

/* Right side image */
.footer-certificates-desktop .footer-certificate-img {
  width: 350px; /* adjust as needed */
  max-width: 100%;
  margin-left: 60px;
}


/* Make accordion wrapper horizontal */

.footer-accordion__wrapper {
  display: flex;
  gap: 60px; /* better spacing */
}

}

/* Each column */
.footer-accordion__item {
  flex: 1;
  border: none !important;
  padding: 0;
}

/* Remove top & bottom borders */
.footer-accordion__item:last-child {
  border-bottom: none;
}

/* Remove clickable behavior on desktop */
.footer-accordion__header {
  cursor: default;
}

/* Hide plus icon */
.footer-accordion__icon {
  display: none !important;
}

/* Always show content */
.footer-accordion__content {
  max-height: none !important;
  overflow: visible !important;
}

/* Proper vertical spacing */
.footer-accordion__content a,
.footer-accordion__content p {
  display: block;
  color:black;
          font-family: 'Baskerville', serif;
        font-size: 14px;
        line-height: 1.5;
            margin-bottom: 0px;
}

/* Make titles look like column headers */
.footer-accordion__title {
  font-weight: 500;
  margin-bottom: 12px;
    color:black;
          font-family: 'Baskerville', serif;
        font-size: 14px;
        line-height: 1.5;
            margin-bottom: 0px;
            font-weight:bold
}
