/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 112:0 Unexpected "<"

**/
<style>
/* Typography */
body { 
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color:#111;
}

/* Container */
.container {
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* Headings */
h1 { font-size:48px; line-height:1.2; font-weight:600; letter-spacing:-0.02em; }
h2 { font-size:34px; line-height:1.3; font-weight:600; }
p  { font-size:16px; line-height:1.6; color:#555; }

/* Section spacing */
section { padding:80px 0; }

/* Fade Up Animation */
.fade-up {
  opacity:0;
  transform:translateY(40px);
  transition: all 0.8s ease;
}

.fade-up.show {
  opacity:1;
  transform:translateY(0);
}

/* Glass effect */
.glass {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(15px);
  border-radius:16px;
  padding:20px;
}
.terms-policy {
  background: #f5f5f7;
  padding: 80px 20px;
}
.shopify-policy__body .container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Typography */
.shopify-policy__title h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.shopify-policy__body h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.shopify-policy__body p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.shopify-policy__body .intro {
  font-size: 18px;
  color: #111;
}


/* Responsive */
@media (max-width: 768px) {
 .shopify-policy__body  .container {
    padding: 25px;
  }

  .shopify-policy__title h1 {
    font-size: 28px;
  }

  .shopify-policy__title h2 {
    font-size: 20px;
  }

  .shopify-policy__title p {
    font-size: 15px;
  }
}
/* Responsive */
@media(max-width:768px){
  h1 { font-size:32px; }
  h2 { font-size:26px; }
  section { padding:50px 0; }
}
</style>
