/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 39:0 Unexpected "<"

**/
<style>
.sf__product-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #111;
}
.sf__product-pricing {
  font-size: 1.6rem;
  color: #111;
  margin-bottom: 1.5rem;
}
.sf__add-to-cart-btn {
  background: #111;
  color: white;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 1rem;
  transition: all 0.25s ease;
}
.sf__add-to-cart-btn:hover {
  background: #333;
  transform: translateY(-1px);
}
.sf__product-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.sf__product-media img {
  border-radius: 20px;
}
</style>