/** Shopify CDN: Minification failed

Line 109:0 Unexpected "<"

**/
.trust-badge {
  font-family: 'LeJourSerif', serif;
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: 0.50em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.hero-shader {
  position: relative;
  width: 100%;
  height: 60vh;
  background: black;
  overflow: hidden;
}

#shader-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 1rem;
}

.trust-badge {
  padding: 1.20rem 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  margin-bottom: 2rem;
  font-size: 3.0rem;
}

.title {
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.line1 {
  font-size: clamp(3rem, 6vw, 6rem);
  background: linear-gradient(90deg,#ffffff,#ffffff,#ffffff);
  -webkit-background-clip: text;
  color: transparent;
}

.line2 {
  font-size: clamp(3rem, 6vw, 6rem);
  background: linear-gradient(90deg,#ffffff,#ffffff,#ef4444);
  -webkit-background-clip: text;
  color: transparent;
}

.subtitle {
  max-width: 700px;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: rgba(255,237,213,.9);
}

.buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .3s, box-shadow .3s;
}

.btn.primary {
  background: linear-gradient(90deg,#000000,#B10160);
  color: white;
}

.btn.secondary {
  border: 1px solid rgb(255, 255, 255);
  color: #ffedd5;
  background: rgba(255,165,0,.1);
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(249,115,22,.35);
}
<section class="collection">
<section class="collection-section">
<section class="featured-collection">
