/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 60:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.elite-sweet-wrapper {
  padding: 50px 20px;
  text-align: center;
  background: #fdf8ed;
}
.elite-sweet-wrapper h2 {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 700;
}
.elite-sweet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-items: center;
}
.elite-sweet-item {
  max-width: 200px;
}
.elite-sweet-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #a77661;
}
.elite-sweet-item-title {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
#shopify-section-template--18932127203468__elite_sweet_savory_kr8LP3 {
  padding: 0 30px;
}

/* 🔧 Force 3 items per row on mobile */
@media screen and (max-width: 768px) {
  .elite-sweet-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .elite-sweet-item {
    max-width: 100%;
  }
  .elite-sweet-item-title {
    font-size: 14px;
  }
  .elite-sweet-wrapper h2 {
    font-size: 21px;
  }
}
</style>