/** Shopify CDN: Minification failed

Line 80:0 Unexpected "}"

**/
.section-\[id\]-padding {}

.mecasy-hero-v2,
.mecasy-trust,
.mecasy-categories,
.mecasy-featured-products {
  position: relative;
}

.mecasy-hero-v2 .page-width,
.mecasy-trust .page-width,
.mecasy-categories .page-width,
.mecasy-featured-products .page-width {
  position: relative;
}

[class*="section-"][class*="-padding"] {
  padding-top: var(--padding-top, 36px);
  padding-bottom: var(--padding-bottom, 36px);
}

.mecasy-hero-v2__wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 32px;
  background: linear-gradient(135deg, #0a0f1f 0%, #111827 45%, #0b1f44 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 48px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.mecasy-hero-v2__title,
.mecasy-section-head h2,
.mecasy-product-card__content h3 a,
.mecasy-trust__content h3 {
  letter-spacing: -0.02em;
}

.mecasy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.mecasy-hero-v2__title {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1.02;
  margin: 0 0 16px;
}

.mecasy-hero-v2__text,
.mecasy-hero-v2__text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.7rem;
  line-height: 1.6;
}

.mecasy-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

}