/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Unexpected "{"
Line 16:3 Expected identifier but found "'footer.css'"
Line 18:0 Unexpected "<"
Line 24:9 Expected identifier but found "%"
Line 25:10 Unexpected "<"
Line 26:9 Expected identifier but found "%"
Line 27:10 Unexpected "<"
Line 28:9 Expected identifier but found "%"
Line 29:6 Unexpected "<"
... and 5 more hidden warnings

**/
{{ 'footer.css' | asset_url | stylesheet_tag }}

<footer class="octorika-footer">
  <div class="octorika-footer__main">

    <!-- COL 1 - LOGO + ABOUT -->
    <div class="octorika-footer__col octorika-footer__col--brand">
      <div class="octorika-footer__logo">
        {%- if section.settings.logo != blank -%}
          <img src="{{ section.settings.logo | img_url: '200x' }}" alt="Octorika" />
        {%- else -%}
          <span class="octorika-footer__logo-text">Octorika</span>
        {%- endif -%}
      </div>
      <p class="octorika-footer__about-title">About Octorika</p>
      <p class="octorika-footer__about-text">Octorika brings you premium quality dry seafood, pickles and masala fish. Delicious. Everybite. Everytime.</p>
      <p class="octorika-footer__made">🇮🇳 Made in India</p>
    </div>

    <!-- COL 2 - SHOP -->
    <div class="octorika-footer__col">
      <h3 class="octorika-footer__heading">Shop</h3>
      <ul class="octorika-footer__links">
        <li><a href="/">Home</a></li>
        <li><a href="/collections/all">All Products</a></li>
        <li><a href="/collections/dry-seafood">Dry Seafood</a></li>
        <li><a href="/collections/non-veg-pickles">Non Veg Pickles</a></li>
        <li><a href="/collections/masala-dry-fish">Masala Dry Fish</a></li>
      </ul>
    </div>

    <!-- COL 3 - HELP -->
    <div class="octorika-footer__col">
      <h3 class="octorika-footer__heading">Help & Support</h3>
      <ul class="octorika-footer__links">
        <li><a href="/pages/faqs">FAQs</a></li>
        <li><a href="/policies/refund-policy">Returns & Refunds</a></li>
        <li><a href="/policies/shipping-policy">Shipping Policy</a></li>
        <li><a href="/policies/privacy-policy">Privacy Policy</a></li>
        <li><a href="/policies/terms-of-service">Terms & Conditions</a></li>
        <li><a href="/pages/contact-us">Contact Us</a></li>
      </ul>
    </div>

    <!-- COL 4 - CONTACT -->
    <div class="octorika-footer__col">
      <h3 class="octorika-footer__heading">Contact</h3>
      <p class="octorika-footer__contact-item">📧 octorikaproducts@gmail.com</p>
      <p class="octorika-footer__contact-item">📱 +91 96762 26634</p>

      <h3 class="octorika-footer__heading" style="margin-top:24px;">Follow Us</h3>
      <a href="https://www.instagram.com/octorika/" target="_blank" class="octorika-footer__instagram">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
        Instagram
      </a>

      <h3 class="octorika-footer__heading" style="margin-top:24px;">We Accept</h3>
      <div class="octorika-footer__payments">
        <img src="/cdn/shop/files/upi.png" alt="UPI" />
        <img src="/cdn/shop/files/visa.png" alt="Visa" />
        <img src="/cdn/shop/files/mastercard.png" alt="Mastercard" />
        <span class="octorika-footer__cod">COD</span>
      </div>
    </div>

  </div>

  <!-- BOTTOM BAR -->
  <div class="octorika-footer__bottom">
    <p class="octorika-footer__tagline">🐟 Premium Dry Seafood &bull; 🌶️ Authentic Pickles &bull; 🔥 Ready to Eat &bull; 🇮🇳 Made in India</p>
    <p class="octorika-footer__copyright">© 2026 Octorika. All rights reserved.</p>
  </div>

</footer>

{% schema %}
{
  "name": "Footer",
  "settings": [
    {
      "type": "image_picker",
      "id": "logo",
      "label": "Footer Logo"
    }
  ]
}
{% endschema %}