/** Shopify CDN: Minification failed

Line 12:1 Unexpected "*"
Line 15:2 Unexpected "*"
Line 19:2 Unexpected "*"

**/
* {
  color: inherit;
}

**.product-image-wrapper {
  position: relative;
  overflow: hidden;
}**

**.product-image-wrapper img {
  transition: opacity 0.45s ease;
}**

.secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card:hover .secondary-image {
  opacity: 1;
}

.product-card:hover .primary-image {
  opacity: 0;
}

.product-info {
  padding-top: 12px;
}

.product-info h3 {
  font-size: 13px;
  font-weight: 400;
}

.product-info p {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 6px;
}


/* ================= EDITORIAL ================= */

.story-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  padding: 0 40px 120px;
}

.story-copy {
  display: flex;
  align-items: center;
  padding: 60px;
  line-height: 1.8;
  font-size: 18px;
}

.footer {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 60px 40px;
}

@media (max-width: 768px) {
  #shopify-section-template--20135963590852__1658995208ad05f95f {
    height: 70vh;
  }
  #shopify-section-template--20135963590852__1658995208ad05f95f .hero-banner,
  #shopify-section-template--20135963590852__1658995208ad05f95f img {
    height: 70vh;
    object-fit: cover;
  }
}

