/** Shopify CDN: Minification failed

Line 202:3 Unexpected "="

**/
.custom-footer {
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  padding: 40px 20px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.footer-col {
  padding-top: 40px;
}

.footer_part2 {
  padding-top: 40px;
}
.footer{
  padding-bottom: 30px;
}

.footer-col h2,
.Company_heading1 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-col h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.newsletter_heading_p1 {
  font-weight: 800;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.newsletter_heading_p2 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0 20px;
}


.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.footer-col a:hover {
  color: rgb(var(--color-foreground), 0.7);
}
.contact-information * {
    color: rgb(var(--color-foreground));
    text-decoration: none;
}
.footer-col form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-col input[type="email"] {
  padding: 10px;
  border: 1px solid rgb(var(--color-foreground));
  color: rgb(var(--color-foreground));
  border-radius: 4px;
  text-align: center;
  width: 100%;
  background: transparent;
}
.footer-col input[type="email"]::placeholder {
  color: rgb(var(--color-foreground));
}

.footer-col button {
  padding: 10px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  width: 100%;
}


.location,
.location1,
.contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.social h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
.img_social {
  display: flex;
  gap: 14px;
}

.footer-divider {
  grid-column: 1 / -1;
  height: 1px;
  background: #333;
  margin:40px 0 10px;
  color: rgb(var(--color-foreground));
}


.copyrightp {
  font-size: 12px;
}
.copyrightp_text {
    font-family: Inter;
    font-weight: 400;
    font-size: 12.19px;
    line-height: 14.95px;
}

.email-link, .contact-link {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
}
.contact-information {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-link {
  margin: 0 0 5px;
}
.footer_part2.copyright {
    grid-column: 1 / -1;
    padding-top: 0;
    text-align: center;
}

.footer-col h2.footer_heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 17.1px;
    line-height: 19.69px;
    letter-spacing: -0.34px;
    text-transform: uppercase;
    margin: 0 0 19px;
}
.store-address span,
.footer-col a {
    color: rgb(var(--color-foreground));
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 15.03px;
    line-height: 25.5px;
    margin: 0;
    padding: 0;
}
.footer-col.social-payments {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.img_social,
.payments {
    line-height: 0;
}
.payment_icons_footer h2.footer_heading {
    margin: 0 0 10px;
}
   ======================= */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-col h2 {
    font-size: 18px;
  }
  .newsletter_heading_p1 {
    font-size: 14px;
  }
  .newsletter_heading_p2 {
    font-size: 12px;
  }
}


/* =======================
   Mobile (≤768px)
   ======================= */
@media (max-width: 990px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .footer-col {
    padding-top: 30px;
  }
  .footer-col h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-col h3 {
    font-size: 14px;
  }
  .social {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  .img_social {
    padding-left: 0;
  }
  .footer-col form {
    gap: 10px;
  }
  .footer-col input[type="email"],
  .footer-col button {
    width: 100%;
    font-size: 13px;
  }
}


/* =======================
   Small Mobile (≤480px)
   ======================= */
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-col {
    padding-top: 20px;
  }
  .footer-col h2 {
    font-size: 15px;
  }
  .newsletter_heading_p1 {
    font-size: 13px;
  }
  .newsletter_heading_p2 {
    font-size: 11px;
  }
  .footer-col input[type="email"] {
    font-size: 12px;
    padding: 8px;
  }
  .footer-col button {
    font-size: 12px;
    padding: 8px;
  }
  .social h3 {
    font-size: 12px;
  }
  .copyrightp {
    font-size: 11px;
  }
}
