/** Shopify CDN: Minification failed

Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 14:55 Expected identifier but found "%"
Line 16:0 Unexpected "<"
Line 50:1 Expected identifier but found "%"
Line 51:0 Unexpected "{"
Line 52:2 Expected identifier but found "\"name\""
Line 60:0 Unexpected "{"
Line 60:1 Expected identifier but found "%"

**/
{% comment %} RIVA DECORATION Premium Shopify Section {% endcomment %}

<section style="background:#0b0b0b;color:#fff;padding:35px 14px;font-family:Arial;">
  <div style="max-width:980px;margin:auto;text-align:center;">
    <h1 style="font-size:32px;color:#c8a96b;letter-spacing:3px;">RIVA DECORATION</h1>
    <p style="color:#ccc;margin-top:10px;">Luxury Home Decor for Premium Living</p>

    <div style="margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;">
      
      <div style="background:#111;padding:14px;border-radius:10px;">
        <img src="https://images.unsplash.com/photo-1616627547584-bf28cee262db" style="width:100%;border-radius:8px;">
        <h3 style="font-size:18px;margin:10px 0 6px;">Luxury Panther</h3>
        <p>Premium Showpiece</p>
        <p style="color:#c8a96b;">₹1499</p>
      </div>

      <div style="background:#111;padding:20px;border-radius:12px;">
        <img src="https://images.unsplash.com/photo-1505693416388-ac5ce068fe85" style="width:100%;border-radius:10px;">
        <h3 style="font-size:18px;margin:10px 0 6px;">Buddha Statue</h3>
        <p>Elegant Decor</p>
        <p style="color:#c8a96b;">₹1199</p>
      </div>

      <div style="background:#111;padding:20px;border-radius:12px;">
        <img src="https://images.unsplash.com/photo-1513519245088-0e12902e5a38" style="width:100%;border-radius:10px;">
        <h3 style="font-size:18px;margin:10px 0 6px;">Wall Decor</h3>
        <p>Modern Art</p>
        <p style="color:#c8a96b;">₹2299</p>
      </div>

    </div>

    <a href="/collections/all" style="display:inline-block;margin-top:24px;padding:11px 22px;background:#c8a96b;color:#000;border-radius:30px;text-decoration:none;">Shop Now</a>
  </div>
</section>

{% schema %}
{
  "name": "Riva Premium Section",
  "settings": [],
  "presets": [
    {
      "name": "Riva Premium Section"
    }
  ]
}
{% endschema %}
