/** Shopify CDN: Minification failed

Line 327:32 Unexpected ";"
Line 343:0 Unexpected "}"

**/
/* Place any CSS overrides in this file. */
/* Custom footer block styles */
.custom-footer-combined {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 20px 0 !important;
  gap: 16px !important;
}

.custom-footer-combined h2,
.custom-footer-combined p {
  margin: 0 !important;
}

.custom-footer-combined .newsletter-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  gap: 8px;
  margin-bottom: 10px;
}

.custom-footer-combined input[type="email"] {
  flex: 1;
  padding: 10px;
  font-size: 16px;
}

.custom-footer-combined button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.custom-footer-combined .footer-social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-footer-combined .footer-social-icons svg {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.custom-footer-combined .footer-social-icons svg:hover {
  transform: scale(1.2);
}

/* Responsive layout */
@media screen and (max-width: 768px) {
  .custom-footer-combined .newsletter-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin-top: 0;
}

.footer-social-icons .icon-link {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.footer-social-icons .icon-svg {
  width: 100%;
  height: 100%;
  fill: #000;
  transition: transform 0.3s ease;
}

.footer-social-icons .icon-svg:hover {
  transform: scale(1.2);
}
  .footer-newsletter-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0;
}

.footer-newsletter-social .newsletter-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 500px;
}

}

.footer-newsletter-social .newsletter-input-wrapper input[type="email"] {
  flex: 1;
  padding: 10px;
  background-color: #f9f9f9; /* You can customize this */
  border: 1px solid #ccc;
  border-radius: 4px;
}

.footer-newsletter-social .newsletter-input-wrapper button {
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/* Subtitle and icon alignment */
.footer-newsletter-social .footer-newsletter-subtitle {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}

/* Social icons container */
.footer-newsletter-social .footer-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Center everything on small screens */
@media (max-width: 768px) {
  .footer-newsletter-social {
    align-items: center;
    text-align: center;
  }
/* Footer Image + Menu + Rich Text Wrapper Fix */
.footer-image-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px; /* Remove gap between image and content */
  align-items: flex-start;
  justify-content: space-between;
  margin: 0; /* Reset margin */
  padding: 0; /* Reset padding */
}

/* Left: Image block */
.footer-image-block {
  flex: 1 1 40%;
  max-width: 40%;
  margin: 0;
  padding: 0;
}

/* Right: Content block (Menu + Rich Text) */
.footer-content-block {
  flex: 1 1 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

/* Titles and spacing */
.footer-content-block .footer-menu-title,
.footer-content-block .footer-rich-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
}

.footer-content-block .footer-richtext {
  font-size: 6px;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 0;
}

/* Remove default list padding for the menu */
.footer-content-block ul {
  margin: 0;
  padding-left: 0;
}

/* Make image fit vertically to content */
.footer-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Stack on mobile */
@media screen and (max-width: 768px) {
  .footer-image-menu-wrapper {
    flex-direction: column;
  }

  .footer-image-block,
  .footer-content-block {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .footer-content-block {
    margin-top: 12px;
  }
}

  .footer-newsletter-social .footer-newsletter-subtitle {
    text-align: center;
  }

  .footer-newsletter-social .footer-social-icons {
    justify-content: center;
  }

  .footer-newsletter-social .newsletter-input-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-newsletter-social .newsletter-input-wrapper input[type="email"],
  .footer-newsletter-social .newsletter-input-wrapper button {
    width: 100%;
    text-align: center;
  }
}
  /* Footer Image + Menu + Rich Text Wrapper Fix */
.footer-image-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px; /* Remove gap between image and content */
  align-items: flex-start;
  justify-content: space-between;
  margin: 0; /* Reset margin */
  padding: 0; /* Reset padding */
}

/* Left: Image block */
.footer-image-block {
  flex: 1 1 30%;
  max-width: 30%;
  margin: 0;
  padding: 0;
}

/* Right: Content block (Menu + Rich Text) */
.footer-content-block {
  flex: 1 1 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

/* Titles and spacing */
.footer-content-block .footer-menu-title,
.footer-content-block .footer-rich-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
}

.footer-content-block .footer-richtext {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Remove default list padding for the menu */
.footer-content-block ul {
  margin: 0;
  padding-left: 0;
}

/* Make image fit vertically to content */
.footer-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Stack on mobile */
@media screen and (max-width: 768px) {
  .footer-image-menu-wrapper {
    flex-direction: column;
  }

  .footer-image-block,
  .footer-content-block {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .footer-content-block {
    margin-top: 12px;
  }
}
.footer-newsletter-social
  color:rgba(192, 192, 192, 0.8);
  opacity: 1;     /* ensure it's fully visible */
}

/* 1. Add a smooth transition effect to all buttons */
.btn {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* 2. Set the new hover background and border color */
.btn:hover {
  background-color: #dd5d2f !important; /* YOUR NEW CLAY COLOR */
  border-color: #dd5d2f !important;     /* Ensures the border matches */
}


}

.custom-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* Center horizontally */
  margin: 40px 0; /* Add space above and below */
}

.custom-button {
  background-color: #3c3c3c;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 40px;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block; /* Ensure it respects text-align */
  text-align: center;
}

.custom-button:hover {
  background-color: #dd5d2f; /* Slightly darker on hover */
  font-weight: bold;
  color: white;
  border: none;
}
