/** Shopify CDN: Minification failed

Line 10:13 Expected identifier but found whitespace
Line 10:14 Unexpected "1px"

**/
/* Custom Footer Overrides */
/* .m-footer {
  background-color: #D6EEFF !important; /* Pastel blue to match the website */
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #1A1A2E !important;
  --color-text: #1A1A2E;
  --color-heading: #1A1A2E;
} */

/* Force transparent background on inner wrappers */
.m-footer--middle,
.m-footer__bottom,
.m-footer .m-gradient {
  background: transparent !important;
  background-color: transparent !important;
}

.m-footer h1, .m-footer h2, .m-footer h3, .m-footer h4, .m-footer p, .m-footer, .m-footer a, .m-footer li {
  color: #1A1A2E !important;
}

.m-footer .m-footer--block-title {
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #141414ff !important; /* Darker gray for pastel bg */
  margin-bottom: 24px;
  font-weight: 600;
}

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

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  font-size: 14px;
  color: #1A1A2E !important;
  text-decoration: none;
  line-height: 2;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #F28C6A !important;
}

/* Brand Our Store Customization */
.m-footer--block-our_store .m-footer--block-title {
  color: #1A1A2E !important;
  font-size: 32px !important;
  margin-bottom: 12px;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.m-footer--block-our_store .m-footer--block-content p {
  font-size: 15px !important;
  color: #4B5563 !important;
  margin-bottom: 24px;
  max-width: 280px;
}

.m-footer--block-our_store .social-media-links {
  display: flex;
  gap: 12px;
}

.m-footer--block-our_store .social-media-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 46, 0.2); /* Dark border for icons */
  transition: all 0.3s ease;
}

.m-footer--block-our_store .social-media-links a:hover {
  border-color: #F28C6A;
  background-color: rgba(242, 140, 106, 0.1);
}

.m-footer--block-our_store .social-media-links svg {
  width: 20px;
  height: 20px;
  color: #1A1A2E;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 0.3s ease;
}

.m-footer--block-our_store .social-media-links a:hover svg {
  color: #ffffffff;
}

/* Newsletter Customization */
.m-footer .m-newsletter__description {
  font-size: 13px !important;
  color: #9CA3AF !important;
  margin-bottom: 20px;
}

.m-footer .m-newsletter__form {
  margin-bottom: 0 !important;
}

.m-footer .m-newsletter-form__wrapper {
  display: flex !important;
  background-color: #ffffff !important;
  border-radius: 50px !important;
  padding: 4px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  position: relative !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.m-footer .m-newsletter-form__input-wrapper {
  flex: 1 1 auto !important;
  display: flex !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100%;
}

.m-footer .m-newsletter-form__input {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  color: #1A1A2E !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
}

.m-footer .m-newsletter-form__input::placeholder {
  color: #9CA3AF !important;
}

.m-footer .m-button {
  flex: 0 0 auto !important;
  position: static !important;
  background-color: #000000ff !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  transition: background-color 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
}

.m-footer .m-button:hover {
  background-color: #000000ff !important;
}

/* Bottom Bar */
.m-footer__bottom {
  border-top: 0.5px solid rgba(0, 0, 0, 0.05) !important;
  padding-top: 20px !important;
  text-align: center !important;
  justify-content: center !important;
}

.m-footer__bottom .m-footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 12px !important;
  color: #4B5563 !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  /* No special mobile adjustments needed for 4-column layout */
}
