/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 17:2 Unexpected "\"sections\""
Line 18:4 Unexpected "\"custom_liquid_XyydaX\""
Line 19:6 Unexpected "\"type\""
Line 21:8 Expected identifier but found "\"custom_liquid\""
Line 26:5 Unexpected ","
Line 28:6 Unexpected "\"type\""
Line 31:8 Expected identifier but found "\"title\""
Line 55:5 Unexpected ","
Line 57:6 Unexpected "\"type\""
... and 24 more hidden warnings

**/
{
  "sections": {
    "custom_liquid_XyydaX": {
      "type": "custom-liquid",
      "settings": {
        "custom_liquid": "<style>\n  .hero-video-container {\n    position: relative;\n    width: 100%;\n    height: 75vh;\n    min-height: 520px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .hero-video {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 100vw; height: 100%;\n    object-fit: cover;\n    z-index: 1;\n  }\n  .hero-video-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.65) 100%);\n    z-index: 2;\n  }\n  .hero-text {\n    position: relative;\n    z-index: 3;\n    text-align: center;\n    padding: 20px;\n    max-width: 800px;\n  }\n  .hero-text h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.8rem, 6vw, 5rem);\n    font-weight: 700;\n    color: #F6F2EA !important;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    margin: 0 0 16px;\n    text-shadow: 0 2px 20px rgba(0,0,0,0.3);\n  }\n  .hero-text p {\n    font-family: 'Inter', sans-serif;\n    font-size: clamp(1.2rem, 2vw, 1.6rem);\n    font-weight: 300;\n    color: rgba(246,242,234,0.9) !important;\n    margin: 0 auto 28px;\n    max-width: 540px;\n    line-height: 1.6;\n  }\n  .hero-button {\n    display: inline-block;\n    background-color: #2F5D50;\n    color: #F6F2EA;\n    padding: 14px 36px;\n    font-family: 'Inter', sans-serif;\n    font-size: 1.4rem;\n    font-weight: 600;\n    text-decoration: none;\n    border-radius: 8px;\n    letter-spacing: 0.04em;\n    box-shadow: 0 4px 20px rgba(47,93,80,0.4);\n    transition: background-color 200ms ease, transform 200ms ease;\n  }\n  .hero-button:hover {\n    background-color: #234840;\n    transform: translateY(-2px);\n    color: #F6F2EA;\n  }\n  @media (max-width: 768px) {\n    .hero-video-container { height: 55vh; min-height: 0; }\n  }\n  .site-header, .header-wrapper, nav {\n    position: relative;\n    z-index: 1000;\n  }\n</style>\n\n<div class=\"hero-video-container\">\n  <video class=\"hero-video\" autoplay muted loop playsinline>\n    <source src=\"/cdn/shop/videos/c/o/v/033574bc2a0249ba99f1ca818c6a0687.mp4\" type=\"video/mp4\">\n  </video>\n  <div class=\"hero-video-overlay\"></div>\n  <div class=\"hero-text\">\n    <h1>Happiness Starts with the Right Care</h1>\n    <p>Because your pet deserves the best comfort, safety, and joy, every single day.</p>\n    <a href=\"/collections/all\" class=\"hero-button\">Shop the Collection</a>\n  </div>\n</div>",
        "color_scheme": "",
        "padding_top": 0,
        "padding_bottom": 0
      }
    },
    "featured_collection1": {
      "type": "featured-collection",
      "custom_css": [],
      "settings": {
        "title": "Our Collection",
        "heading_size": "h1",
        "description": "",
        "show_description": false,
        "description_style": "body",
        "collection": "home",
        "products_to_show": 10,
        "columns_desktop": 5,
        "full_width": false,
        "show_view_all": true,
        "view_all_style": "outline",
        "enable_desktop_slider": false,
        "color_scheme": "scheme-2",
        "image_ratio": "square",
        "image_shape": "default",
        "show_secondary_image": false,
        "show_vendor": false,
        "show_rating": false,
        "quick_add": "standard",
        "columns_mobile": "2",
        "swipe_on_mobile": true,
        "padding_top": 60,
        "padding_bottom": 60
      }
    },
    "rich_text_fTmy7t": {
      "type": "rich-text",
      "blocks": {
        "heading_9btkYg": {
          "type": "heading",
          "settings": {
            "heading": "What Our Customers Say",
            "heading_size": "h0"
          }
        }
      },
      "block_order": [
        "heading_9btkYg"
      ],
      "settings": {
        "desktop_content_position": "center",
        "content_alignment": "center",
        "color_scheme": "scheme-1",
        "full_width": true,
        "padding_top": 60,
        "padding_bottom": 0
      }
    },
    "custom_liquid_JpTVmw": {
      "type": "custom-liquid",
      "settings": {
        "custom_liquid": "<style>\n  .fv-reviews {\n    width: 100%;\n    overflow: hidden;\n    padding: 20px 0 48px;\n    background: #F6F2EA;\n  }\n  .fv-reviews-track {\n    display: flex;\n    gap: 16px;\n    animation: fv-scroll 40s linear infinite;\n    width: max-content;\n  }\n  .fv-reviews-track:hover { animation-play-state: paused; }\n  .fv-review-card {\n    background: #fff;\n    border: 1px solid rgba(43,43,43,0.08);\n    border-radius: 14px;\n    padding: 24px 28px;\n    width: 280px;\n    flex-shrink: 0;\n  }\n  .fv-review-stars { color: #D4A843; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }\n  .fv-review-text {\n    font-family: 'Inter', sans-serif;\n    font-size: 13px;\n    color: #6B6259;\n    line-height: 1.65;\n    margin-bottom: 16px;\n  }\n  .fv-review-author { display: flex; align-items: center; gap: 10px; }\n  .fv-review-avatar {\n    width: 34px; height: 34px;\n    border-radius: 50%;\n    background: #2F5D50;\n    color: #fff;\n    font-family: 'Inter', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .fv-review-name { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #2B2B2B; }\n  .fv-review-location { font-family: 'Inter', sans-serif; font-size: 11px; color: rgba(43,43,43,0.4); margin-top: 2px; }\n  @keyframes fv-scroll {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n</style>\n<div class=\"fv-reviews\">\n  <div class=\"fv-reviews-track\">\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">My dog refuses to sleep anywhere else now. The quality is genuinely impressive for the price.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">SM</div><div><div class=\"fv-review-name\">Sarah M.</div><div class=\"fv-review-location\">Dubai, UAE</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">Arrived faster than expected and the packaging felt premium. My cat was obsessed immediately.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">JK</div><div><div class=\"fv-review-name\">James K.</div><div class=\"fv-review-location\">London, UK</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">Bought the grooming brush and it has completely transformed bath time. So much less stressful for both of us.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">LR</div><div><div class=\"fv-review-name\">Layla R.</div><div class=\"fv-review-location\">Abu Dhabi, UAE</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">The donut bed is exactly as described. Soft, well made, and my cat curls up in it every single night.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">NO</div><div><div class=\"fv-review-name\">Nina O.</div><div class=\"fv-review-location\">Amsterdam, NL</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">Really happy with the collar. Sturdy, comfortable, and looks far more expensive than it is.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">TW</div><div><div class=\"fv-review-name\">Tom W.</div><div class=\"fv-review-location\">Manchester, UK</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">The paw cleaning cup is a game changer after muddy walks. Works perfectly and my dog tolerates it well.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">AM</div><div><div class=\"fv-review-name\">Aisha M.</div><div class=\"fv-review-location\">Sharjah, UAE</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">My dog refuses to sleep anywhere else now. The quality is genuinely impressive for the price.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">SM</div><div><div class=\"fv-review-name\">Sarah M.</div><div class=\"fv-review-location\">Dubai, UAE</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">Arrived faster than expected and the packaging felt premium. My cat was obsessed immediately.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">JK</div><div><div class=\"fv-review-name\">James K.</div><div class=\"fv-review-location\">London, UK</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">Bought the grooming brush and it has completely transformed bath time. So much less stressful for both of us.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">LR</div><div><div class=\"fv-review-name\">Layla R.</div><div class=\"fv-review-location\">Abu Dhabi, UAE</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">The donut bed is exactly as described. Soft, well made, and my cat curls up in it every single night.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">NO</div><div><div class=\"fv-review-name\">Nina O.</div><div class=\"fv-review-location\">Amsterdam, NL</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">Really happy with the collar. Sturdy, comfortable, and looks far more expensive than it is.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">TW</div><div><div class=\"fv-review-name\">Tom W.</div><div class=\"fv-review-location\">Manchester, UK</div></div></div></div>\n    <div class=\"fv-review-card\"><div class=\"fv-review-stars\">\u2605\u2605\u2605\u2605\u2605</div><div class=\"fv-review-text\">The paw cleaning cup is a game changer after muddy walks. Works perfectly and my dog tolerates it well.</div><div class=\"fv-review-author\"><div class=\"fv-review-avatar\">AM</div><div><div class=\"fv-review-name\">Aisha M.</div><div class=\"fv-review-location\">Sharjah, UAE</div></div></div></div>\n  </div>\n</div>",
        "color_scheme": "scheme-3",
        "padding_top": 0,
        "padding_bottom": 56
      }
    },
    "newsletter_EcE7wE": {
      "type": "newsletter",
      "blocks": {
        "heading_8W3wdE": {
          "type": "heading",
          "settings": {
            "heading": "Join the Furvora Family",
            "heading_size": "h1"
          }
        },
        "paragraph_hiFV36": {
          "type": "paragraph",
          "settings": {
            "text": "<p>Be the first to hear about new arrivals and exclusive offers.</p>"
          }
        },
        "email_form_DQMhQF": {
          "type": "email_form",
          "settings": {}
        }
      },
      "block_order": [
        "heading_8W3wdE",
        "paragraph_hiFV36",
        "email_form_DQMhQF"
      ],
      "settings": {
        "color_scheme": "scheme-1",
        "full_width": true,
        "padding_top": 40,
        "padding_bottom": 52
      }
    },
    "section_divider_8anTCf": {
      "type": "section-divider",
      "settings": {
        "shape": "waves_3",
        "flip_horizontal": false,
        "flip_vertical": true,
        "background_color": "#F6F2EA",
        "shape_color": "#F6F2EA",
        "padding_top": 0,
        "padding_bottom": 0
      }
    }
  },
  "order": [
    "custom_liquid_XyydaX",
    "featured_collection1",
    "rich_text_fTmy7t",
    "custom_liquid_JpTVmw",
    "newsletter_EcE7wE",
    "section_divider_8anTCf"
  ]
}