/** Shopify CDN: Minification failed

Line 54:9 Unexpected "{"
Line 54:18 Expected ":"
Line 54:25 Unexpected "{"
Line 78:9 Unexpected "{"
Line 78:18 Expected ":"
Line 86:9 Unexpected "{"
Line 86:18 Expected ":"
Line 87:9 Unexpected "{"
Line 87:18 Expected ":"
Line 94:9 Unexpected "{"
... and 75 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-banner (INDEX:22) */
/* SLIDESHOW STYLES */
.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BANNER CONTAINER */
#Banner-{{ section.id }} {
  position: relative;
  overflow: hidden;
}

/* LOGO STYLING */
.block_image {
  width: 500px;
  height: auto;
  max-width: 100%;
  display: block !important;
  margin: 0 auto !important;
}

@media (max-width: 786px) {
  .block_image {
    width: 220px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* REMOVE BLACK BACKGROUND CONTAINER */
#Banner-{{ section.id }} .banner__box {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* FORCE REMOVE COLOR SCHEME BACKGROUNDS */
#Banner-{{ section.id }} .banner__box.gradient,
#Banner-{{ section.id }} .banner__box[class*="color-"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* HERO CONTENT - STACK LOGO, TEXT, BUTTONS VERTICALLY */
#Banner-{{ section.id }} .banner__box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 2rem !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* FIX MOBILE POSITIONING */
#Banner-{{ section.id }} .banner__content {
  position: relative !important;
  width: 100% !important;
  z-index: 10;
}

@media (max-width: 786px) {
  #Banner-{{ section.id }}.banner--mobile-bottom .banner__content {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
    z-index: 20 !important;
  }
}

/* MOBILE GAP ADJUSTMENT */
@media (max-width: 786px) {
  #Banner-{{ section.id }} .banner__box {
    gap: 0.5rem !important;
    padding: 20px !important;
  }
}

/* HERO SHOP BUTTON CONTAINER FIX */
#Banner-{{ section.id }} .banner__buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

/* HERO SHOP BUTTON */
#Banner-{{ section.id }} .banner__buttons .button--primary,
#Banner-{{ section.id }} .banner__buttons a.button--primary,
#Banner-{{ section.id }} .banner__buttons .button,
#Banner-{{ section.id }} .banner__buttons a[href].button.button--primary,
#Banner-{{ section.id }} a.button.button--primary {
  display: inline-flex !important;
  width: auto !important;
  max-width: fit-content !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 12px 35px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}

#Banner-{{ section.id }} .banner__buttons .button--primary::before,
#Banner-{{ section.id }} .banner__buttons .button--primary::after,
#Banner-{{ section.id }} .banner__buttons a.button--primary::before,
#Banner-{{ section.id }} .banner__buttons a.button--primary::after,
#Banner-{{ section.id }} .banner__buttons .button::before,
#Banner-{{ section.id }} .banner__buttons .button::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#Banner-{{ section.id }} .banner__buttons .button--primary:hover,
#Banner-{{ section.id }} .banner__buttons .button--primary:focus,
#Banner-{{ section.id }} .banner__buttons .button--primary:active,
#Banner-{{ section.id }} .banner__buttons a.button--primary:hover,
#Banner-{{ section.id }} .banner__buttons a.button--primary:focus,
#Banner-{{ section.id }} .banner__buttons a.button--primary:active,
#Banner-{{ section.id }} .banner__buttons .button:hover,
#Banner-{{ section.id }} .banner__buttons .button:focus,
#Banner-{{ section.id }} .banner__buttons .button:active,
#Banner-{{ section.id }} .banner__buttons a[href].button.button--primary:hover,
#Banner-{{ section.id }} a.button.button--primary:hover,
a.button.button--primary:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  transform: none !important;
  box-shadow: none !important;
}

#Banner-{{ section.id }} .banner__buttons .button--primary:hover::before,
#Banner-{{ section.id }} .banner__buttons .button--primary:hover::after,
#Banner-{{ section.id }} .banner__buttons a.button--primary:hover::before,
#Banner-{{ section.id }} .banner__buttons a.button--primary:hover::after,
#Banner-{{ section.id }} .banner__buttons .button:hover::before,
#Banner-{{ section.id }} .banner__buttons .button:hover::after,
a.button.button--primary:hover::before,
a.button.button--primary:hover::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
  box-shadow: none !important;
}

@media (max-width: 786px) {
  #Banner-{{ section.id }} .banner__buttons .button--primary,
  #Banner-{{ section.id }} .banner__buttons a.button--primary,
  #Banner-{{ section.id }} .banner__buttons .button,
  #Banner-{{ section.id }} .banner__buttons a[href].button.button--primary,
  #Banner-{{ section.id }} a.button.button--primary,
  a.button.button--primary {
    padding: 8px 18px !important;
    font-size: 12px !important;
    min-width: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    line-height: 1.2 !important;
  }
}

/* ── NEWSLETTER BLOCK ── */
.banner__newsletter {
  width: 100%;
  max-width: 480px;
  text-align: center;
}

.banner__newsletter-heading {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 400;
  opacity: 0.85;
}

.banner__newsletter-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.banner__newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  min-width: 0;
}

.banner__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.banner__newsletter-input:-webkit-autofill,
.banner__newsletter-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.banner__newsletter-btn {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
}

.banner__newsletter-btn:hover {
  background: rgba(255, 255, 255, 0.85);
}

.banner__newsletter-error {
  color: #ff6b6b;
  font-size: 12px;
  margin: 8px 0 0;
  letter-spacing: 0.03em;
}

.banner__newsletter-success {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.08em;
  opacity: 0.9;
  margin: 0;
}

@media (max-width: 786px) {
  .banner__newsletter {
    max-width: 100%;
    padding: 0 4px;
  }

  .banner__newsletter-input {
    font-size: 12px;
    padding: 10px 12px;
  }

  .banner__newsletter-btn {
    font-size: 11px;
    padding: 10px 14px;
  }

  .banner__newsletter-heading {
    font-size: 11px;
  }
}
/* END_SECTION:image-banner */

/* START_SECTION:rich-text (INDEX:52) */
.richtext_social_links{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
/* END_SECTION:rich-text */