/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 37:18 Unexpected "{"
Line 37:27 Expected ":"
Line 46:18 Unexpected "{"
Line 46:27 Expected ":"
... and 46 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:build-your-mantis (INDEX:2) */
#shopify-section-{{ section.id }} .mantis-build {
  background: #050505;
  color: #f5f1e8;
  padding: 80px 20px;
}

#shopify-section-{{ section.id }} .mantis-build__inner {
  max-width: 1400px;
  margin: 0 auto;
}

#shopify-section-{{ section.id }} .mantis-build__header {
  text-align: center;
  margin-bottom: 40px;
}

#shopify-section-{{ section.id }} .mantis-build__header h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
}

#shopify-section-{{ section.id }} .mantis-build__header p {
  margin: 0 auto;
  max-width: 700px;
  color: rgba(245, 241, 232, 0.75);
  font-size: 16px;
}

#shopify-section-{{ section.id }} .mantis-build__stage {
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  background: radial-gradient(circle at center, rgba(255,255,255,0.03), rgba(255,255,255,0));
  overflow: hidden;
  border-radius: 12px;
  min-height: 500px;
}

#shopify-section-{{ section.id }} .mantis-build__image-wrap {
  position: relative;
  width: 100%;
}

#shopify-section-{{ section.id }} .mantis-build__image {
  display: block;
  width: 100%;
  height: auto;
}

#shopify-section-{{ section.id }} .mantis-build__placeholder {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 241, 232, 0.55);
  text-align: center;
  padding: 40px;
}

#shopify-section-{{ section.id }} .mantis-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#shopify-section-{{ section.id }} .mantis-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

#shopify-section-{{ section.id }} .mantis-hotspot__link {
  text-decoration: none;
  color: inherit;
}

#shopify-section-{{ section.id }} .mantis-hotspot__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

#shopify-section-{{ section.id }} .mantis-hotspot.align-left .mantis-hotspot__inner {
  flex-direction: row-reverse;
}

#shopify-section-{{ section.id }} .mantis-hotspot__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #050505;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.25);
  flex: 0 0 auto;
}

#shopify-section-{{ section.id }} .mantis-hotspot__line {
  height: 2px;
  width: var(--line-width, 100px);
  background: rgba(255,255,255,0.8);
  flex: 0 0 auto;
}

#shopify-section-{{ section.id }} .mantis-hotspot__label {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  background: rgba(5,5,5,0.88);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 12px 14px;
  min-width: 170px;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

#shopify-section-{{ section.id }} .mantis-hotspot__label strong {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#shopify-section-{{ section.id }} .mantis-hotspot__label span {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(245, 241, 232, 0.7);
}

#shopify-section-{{ section.id }} .mantis-hotspot__link:hover .mantis-hotspot__label {
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-2px);
  transition: 0.25s ease;
}

#shopify-section-{{ section.id }} .mantis-build__bottom {
  margin-top: 18px;
  text-align: center;
  color: rgba(245, 241, 232, 0.6);
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

@media screen and (max-width: 989px) {
  #shopify-section-{{ section.id }} .mantis-build {
    padding: 60px 16px;
  }

  #shopify-section-{{ section.id }} .mantis-build__stage,
  #shopify-section-{{ section.id }} .mantis-build__placeholder {
    min-height: 360px;
  }

  #shopify-section-{{ section.id }} .mantis-hotspot__line {
    width: 44px !important;
  }

  #shopify-section-{{ section.id }} .mantis-hotspot__label {
    min-width: 130px;
    padding: 8px 10px;
  }

  #shopify-section-{{ section.id }} .mantis-hotspot__label strong {
    font-size: 11px;
  }

  #shopify-section-{{ section.id }} .mantis-hotspot__label span {
    font-size: 10px;
  }
}
/* END_SECTION:build-your-mantis */