/** Shopify CDN: Minification failed

Line 116:3 Expected identifier but found "."
Line 179:12 Expected identifier but found whitespace
Line 179:13 Unexpected "1810px"

**/
.newsletter-form {
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .newsletter-form {
    padding: 0 5px;
  }
}

.newsletter-consent a {
  color: var(--color-link, #007aff);
  text-decoration: underline;
}
.newsletter-consent {
  font-size: 9px;
  line-height: 1.6;
  margin-top: 16px;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__content-bottom {
  margin: 0 auto;           /* Keeps it centered horizontally */
  padding: 0;               /* Removes internal spacing */
  text-align: center;       /* Centers inline content like text and icons */
  display: flex;
  flex-direction: column;
  align-items: center;      /* Centers block-level children */
}

.footer__content-top {
  margin: 0 auto;           /* Keeps it centered horizontally */
  padding: 0;               /* Removes internal spacing */
  text-align: center;       /* Centers inline content like text and icons */
  display: flex;
  flex-direction: column;
  align-items: center;      /* Centers block-level children */
}







.footer-legal-wrapper {
  padding: 0px 0px;
  background-color: var(--color-background);
  font-size: 14px;
  color: var(--color-text);
    margin: 0 auto;
  max-width: 1810px;

}

.footer-legal-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2px;
    margin: 0 auto;
  max-width: 1810px;
}

.footer-legal-left
{

    font-size: 10px;
    margin: 0 auto;           /* Keeps it centered horizontally */
  padding: 0;               /* Removes internal spacing */  
    margin: 0 auto;
  max-width: 1810px;
}


.footer-legal-right {

    font-size: 8px;
    margin: 0 auto;           /* Keeps it centered horizontally */
  padding: 0;               /* Removes internal spacing */  
}

.footer-note {
  margin: 4px 0;
  opacity: 0.8;
}

.footer-trust {
  font-weight: 600;
  color: var(--color-success, #2ecc71);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #9B7701;
}
@media screen and (max-width: 750px) {
  ..footer-links {
    font-size: 10px; /* or try 85% or 14px */
    flex-wrap: none;
  gap: 8px;

  }
}

.footer-links a {
  text-decoration: none;
  color: var(--color-link, #9B7701);
  font-weight: 400;
}

.footer-links a:hover {
  font-weight: 450;

}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}

.footer__content-bottom-wrapper {
  text-align: center;
  font-size: 12px;
  justify-content: center;
    background-color: var(--color-background) !important;
  color: var(--color-text);
}

.color-scheme-5 .footer-links a {
  color: var(--color-link) !important;
    background-color: var(--color-background) !important;
}


.footer-links a {
  color: var(--color-link);
    background-color: var(--color-background);
}

.footer-trust {
  color: var(--color-success);
    background-color: var(--color-background);
}

.footer-copyright {
  color: var(--color-text);
    background-color: var(--color-background);
}



.footer__copyright {
  margin: 0;
}




  max-width: 1810px;
  margin: 0 auto;
  display: flex;
 
  align-items: center;
  flex-wrap: wrap;


.footer-info-block {
  padding: 0px 0px;
  margin-top: 20px;
    margin-bottom: 20px;
  background-color:rgb(255, 255, 255);
  color: var(--color-text);
  margin: 0 auto;
  max-width: 1810px;
   align-items: flex-start;
}
.footer-info-grid {
  margin: 0 auto;
  max-width: 1810px;
  width: 100%;
  display: grid;
  /* Use either fr (recommended) or percentages */
  grid-template-columns: 25% 40% 25%; /* same as 50% / 30% / 20% but avoids gap overflow */
  gap: 5px;
  align-items: flex-start;
  background-color: #fff;
  box-sizing: border-box;

}
@media screen and (max-width: 768px) {
  .footer-info-grid {
    padding: 0 16px;
}
.footer-scroll-wrapper {
  overflow-x: auto;
}

.footer-info-grid {
  min-width: 749px;
  display: grid;
  grid-template-columns: 1fr 3fr 0fr;
  font-size: 0.7rem;
}
}

/* ensure children can shrink (prevents overflow from long content) */
.footer-info-grid > * {
  min-width: 0;
  box-sizing: border-box;
}

/* remove/ignore flex rules — if you need flex inside each column, enable it on the child */
.footer-info-left,
.footer-info-center,
.footer-info-right {
  /* Example: use flex internally if needed */
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* do NOT use `flex: ...` here expecting it to control grid columns */
}




.footer-logo {
  max-width: 100px;
  margin-bottom: 0px;
}

.footer-social-icons a {
  margin-right: 11px;
  font-size: 16px;
  color: var(--color-link);
}

.footer-social-icons {
  margin-top: 0;
  padding-top: 0;
}

.footer-info-center h4,
.footer-info-right h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
      margin-top: 0;

}

.footer-links-list {
      margin-top: 0;
    margin-bottom: 0;
  list-style: none;
  padding-left: 0;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
 margin-left:0;

}

.footer-links-list li {
  margin-bottom: 2px;
        margin-top: 0;
    margin-bottom: 0;
}

.footer-links-list a {
  color: var(--color-link);
  text-decoration: none;
        margin-top: 0;
    margin-bottom: 0;
}

.footer-links-list a:hover {
  text-decoration: none;
        margin-top: 0;
    margin-bottom: 0;
}

.footer-info-block h4 {
  font-weight: 700; /* Makes it bold */
  color: var(--color-heading, var(--color-text)); /* Uses heading color if defined, falls back to text */
  margin-bottom: 2px;
  font-size: 12px;
  color: var(--color-accent);
  margin: 0;
}
.footer-social-icons {
  margin-top: 0px;
    padding-left: 10px; /* Adjust value as needed */
}

.footer-social-icons a {
  margin-right: 12px;
  font-size: 20px;
  color: var(--color-link);
  transition: color 0.3s ease;
}

.footer-social-icons a:hover {
  color: var(--color-accent);
}



.secure-badge {
  display: flex;
  align-items: flex-start;
}

.secure-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px; /* Optional: fine-tune vertical spacing */
}



.secure-badge p {
  margin: 0;
  padding-top: 2px; /* Nudges text upward to match link height */
  font-weight: 500;
  color: var(--color-text);
}

.secure-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.secure-badge img {
  width: 24px;
  height: 24px;
}

.secure-badge i,
.secure-badge .icon {
  font-size: 16px;

  margin-right: 0px;
}
.footer-links-right {
  list-style: none;
  padding: 0;
   font-size: 12px;

}



.footer__blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; /* Optional: spacing between blocks */
}

.footer-block {
  text-align: center;
}


