/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 80:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.collection-feature-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px 0;
}
.collection-feature-box {
  background: #efede4;
  border-radius: 30px;
  padding: 55px;
  flex: 1;
  text-align: center;
  position: relative;
  max-width: 700px;
  max-height: 360px;
}
.collection-feature-box h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Zolina-Bold';
}
.collection-feature-box img {
  width: 350px;
  max-width: 400px;
  border-radius: 100%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
  margin-top: 20px;
}
.collection-feature-box a.button {
      font-family: 'Konnect';
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
  color: black;
}
  .title-wrapper {
  position: relative;
  display: inline-block;
}

.shadow-heading {
  position: absolute;
  top: 45px; 
  left: 0;
  color: rgba(0, 0, 0, 0.06); 
  font-size: 50px; 
  font-weight: 600;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
  width: 100%;
      font-family: 'Zolina-Bold';
}

.main-heading {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
  .collection-feature-shop-btn svg {
    width: 26px;
    height: auto;
    fill: #262626;
}

</style>