FurClean

{% comment %} FurClean — Shopify Section (editable via Theme Customizer) HOW TO INSTALL: 1. Online Store > Themes > Edit code 2. Under "Sections", click "Add a new section" 3. Name it "furclean-landing" (this creates furclean-landing.liquid) 4. Delete the placeholder content it gives you, paste this ENTIRE file in its place, save 5. Go to your page/theme editor > Add section > "FurClean Landing" > Add 6. Click into each block (hero image, feature blocks, steps, testimonials, FAQ, buttons...) to edit text, swap photos, and change button links/labels directly in the customizer. {% endcomment %}
{% if section.settings.hero_image %} {{ section.settings.hero_image.alt | default: section.settings.hero_heading | escape }} {% else %}
[Hero photo — click "Hero image" in the section settings to upload]
{% endif %}

{{ section.settings.hero_heading | default: 'Say goodbye to shedding season.' }}

{{ section.settings.hero_subheading | default: "A dual-sided stainless steel brush that lifts loose fur and works out tangles — gentle on skin, comfortable in hand, done in minutes." }}

{{ section.settings.hero_fine_print | default: 'Free US shipping · 30-day money-back guarantee' }}

{{ section.settings.trust_1 | default: 'Free shipping across the US' }}
{{ section.settings.trust_2 | default: '30-day money-back guarantee' }}
{{ section.settings.trust_3 | default: 'Safe for dogs, cats & rabbits' }}

{{ section.settings.meet_heading | default: 'Meet FurClean' }}

{{ section.settings.meet_body | default: "FurClean is a 2-in-1 grooming brush designed to remove loose fur, knots, and tangles — without pulling or scratching. Stainless steel teeth and an ergonomic handle make grooming comfortable for you, and gentle for your pet, whatever their coat type." }}

{% if section.settings.features_image %} {{ section.settings.features_image.alt | escape }} {% else %}
[Product photo — click "Feature image" to upload]
{% endif %}

{{ section.settings.features_heading | default: 'Why pet owners choose FurClean' }}

{{ section.settings.features_subheading | default: 'Built with the details that make grooming easier — for both of you.' }}

{% for block in section.blocks %} {% if block.type == 'feature' %}

{{ block.settings.title }}

{{ block.settings.text }}

{% endif %} {% endfor %}
{% if section.settings.split_image %} {{ section.settings.split_image.alt | escape }} {% else %}
[Before/after photo — click "Gentle grooming image" to upload]
{% endif %}

{{ section.settings.split_heading | default: 'Gentle on skin. Visibly less shedding.' }}

{{ section.settings.split_body | default: 'FurClean removes excess undercoat without cutting or damaging healthy fur or skin. Every pass is smooth and controlled, safe for regular use.' }}

    {% for block in section.blocks %} {% if block.type == 'bullet' %}
  • {{ block.settings.text }}
  • {% endif %} {% endfor %}

{{ section.settings.dual_heading | default: 'One brush, two jobs' }}

{{ section.settings.dual_subheading | default: "FurClean's extra-wide head is built with two distinct sides, so you always reach for the right tool." }}

{% for block in section.blocks %} {% if block.type == 'dual_col' %}
{{ block.settings.label }}

{{ block.settings.title }}

{{ block.settings.text }}

{% endif %} {% endfor %}

{{ section.settings.steps_heading | default: 'How it works' }}

{% assign step_n = 0 %} {% for block in section.blocks %} {% if block.type == 'step' %} {% assign step_n = step_n | plus: 1 %}
{{ step_n }}

{{ block.settings.title }}

{{ block.settings.text }}

{% endif %} {% endfor %}

{{ section.settings.colors_heading | default: 'Available in pink and blue' }}

{{ section.settings.colors_subheading | default: 'Choose the FurClean that fits your home — the same gentle, effective grooming either way.' }}

{% for block in section.blocks %} {% if block.type == 'color' %}

{{ block.settings.name }}

{{ block.settings.description }}

{% endif %} {% endfor %}
{% for block in section.blocks %} {% if block.type == 'testimonial' %}
"{{ block.settings.quote }}"
— {{ block.settings.author }}
{% endif %} {% endfor %}

Replace these with real customer reviews once you have them — genuine quotes (ideally with a photo) convert noticeably better than placeholder copy.

{{ section.settings.guarantee_heading | default: 'Try it risk-free' }}

{{ section.settings.guarantee_text | default: "If FurClean doesn't work for your pet, return it within 30 days for a full refund — no questions asked." }}

{{ section.settings.faq_heading | default: 'Questions, answered' }}

{% for block in section.blocks %} {% if block.type == 'faq' %}
{{ block.settings.question }}

{{ block.settings.answer }}

{% endif %} {% endfor %}

{{ section.settings.final_heading | default: 'Give your pet the brush-out they deserve.' }}

{{ section.settings.final_button_text | default: 'Shop FurClean — $24.99' }}
{% schema %} { "name": "FurClean Landing", "settings": [ { "type": "text", "id": "brand_name", "label": "Brand name (nav)", "default": "FurClean" }, { "type": "header", "content": "Hero" }, { "type": "image_picker", "id": "hero_image", "label": "Hero image" }, { "type": "text", "id": "hero_heading", "label": "Hero heading", "default": "Say goodbye to shedding season." }, { "type": "textarea", "id": "hero_subheading", "label": "Hero subheading", "default": "A dual-sided stainless steel brush that lifts loose fur and works out tangles — gentle on skin, comfortable in hand, done in minutes." }, { "type": "text", "id": "hero_button_text", "label": "Hero button text", "default": "Shop FurClean — $24.99" }, { "type": "url", "id": "hero_button_link", "label": "Hero button link" }, { "type": "text", "id": "hero_fine_print", "label": "Fine print under button", "default": "Free US shipping · 30-day money-back guarantee" }, { "type": "header", "content": "Trust strip" }, { "type": "text", "id": "trust_1", "label": "Trust item 1", "default": "Free shipping across the US" }, { "type": "text", "id": "trust_2", "label": "Trust item 2", "default": "30-day money-back guarantee" }, { "type": "text", "id": "trust_3", "label": "Trust item 3", "default": "Safe for dogs, cats & rabbits" }, { "type": "header", "content": "Meet FurClean" }, { "type": "text", "id": "meet_heading", "label": "Heading", "default": "Meet FurClean" }, { "type": "textarea", "id": "meet_body", "label": "Body text", "default": "FurClean is a 2-in-1 grooming brush designed to remove loose fur, knots, and tangles — without pulling or scratching. Stainless steel teeth and an ergonomic handle make grooming comfortable for you, and gentle for your pet, whatever their coat type." }, { "type": "header", "content": "Features section" }, { "type": "image_picker", "id": "features_image", "label": "Feature image" }, { "type": "text", "id": "features_heading", "label": "Heading", "default": "Why pet owners choose FurClean" }, { "type": "textarea", "id": "features_subheading", "label": "Subheading", "default": "Built with the details that make grooming easier — for both of you." }, { "type": "header", "content": "Gentle grooming section" }, { "type": "image_picker", "id": "split_image", "label": "Before/after image" }, { "type": "text", "id": "split_heading", "label": "Heading", "default": "Gentle on skin. Visibly less shedding." }, { "type": "textarea", "id": "split_body", "label": "Body text", "default": "FurClean removes excess undercoat without cutting or damaging healthy fur or skin. Every pass is smooth and controlled, safe for regular use." }, { "type": "header", "content": "Dual-sided section" }, { "type": "text", "id": "dual_heading", "label": "Heading", "default": "One brush, two jobs" }, { "type": "textarea", "id": "dual_subheading", "label": "Subheading", "default": "FurClean's extra-wide head is built with two distinct sides, so you always reach for the right tool." }, { "type": "header", "content": "How it works" }, { "type": "text", "id": "steps_heading", "label": "Heading", "default": "How it works" }, { "type": "header", "content": "Colors" }, { "type": "text", "id": "colors_heading", "label": "Heading", "default": "Available in pink and blue" }, { "type": "textarea", "id": "colors_subheading", "label": "Subheading", "default": "Choose the FurClean that fits your home — the same gentle, effective grooming either way." }, { "type": "header", "content": "Guarantee" }, { "type": "text", "id": "guarantee_heading", "label": "Heading", "default": "Try it risk-free" }, { "type": "textarea", "id": "guarantee_text", "label": "Text", "default": "If FurClean doesn't work for your pet, return it within 30 days for a full refund — no questions asked." }, { "type": "header", "content": "FAQ" }, { "type": "text", "id": "faq_heading", "label": "Heading", "default": "Questions, answered" }, { "type": "header", "content": "Final CTA" }, { "type": "text", "id": "final_heading", "label": "Heading", "default": "Give your pet the brush-out they deserve." }, { "type": "text", "id": "final_button_text", "label": "Button text", "default": "Shop FurClean — $24.99" }, { "type": "url", "id": "final_button_link", "label": "Button link" }, { "type": "header", "content": "Footer" }, { "type": "text", "id": "footer_text", "label": "Copyright text", "default": "© 2026 FurClean. All rights reserved." }, { "type": "text", "id": "footer_links", "label": "Footer links text", "default": "Contact · Shipping & Returns · Privacy Policy" } ], "blocks": [ { "type": "feature", "name": "Feature item", "settings": [ { "type": "text", "id": "title", "label": "Title" }, { "type": "textarea", "id": "text", "label": "Text" } ]}, { "type": "bullet", "name": "Bullet point", "settings": [ { "type": "text", "id": "text", "label": "Text" } ]}, { "type": "dual_col", "name": "Dual-side column", "settings": [ { "type": "text", "id": "label", "label": "Small label (e.g. '17-tooth side')" }, { "type": "text", "id": "title", "label": "Title" }, { "type": "textarea", "id": "text", "label": "Text" } ]}, { "type": "step", "name": "Step", "settings": [ { "type": "text", "id": "title", "label": "Title" }, { "type": "textarea", "id": "text", "label": "Text" } ]}, { "type": "color", "name": "Color option", "settings": [ { "type": "select", "id": "style", "label": "Panel color", "options": [ { "value": "petrol", "label": "Petrol (blue)" }, { "value": "blush", "label": "Blush (pink)" } ], "default": "petrol" }, { "type": "text", "id": "name", "label": "Color name" }, { "type": "text", "id": "description", "label": "Short description" } ]}, { "type": "testimonial", "name": "Testimonial", "settings": [ { "type": "textarea", "id": "quote", "label": "Quote" }, { "type": "text", "id": "author", "label": "Author" } ]}, { "type": "faq", "name": "FAQ item", "settings": [ { "type": "text", "id": "question", "label": "Question" }, { "type": "textarea", "id": "answer", "label": "Answer" } ]} ], "presets": [ { "name": "FurClean Landing", "blocks": [ { "type": "feature", "settings": { "title": "Dual-sided design", "text": "Deshed and dematt with a single tool — no switching brushes mid-groom." } }, { "type": "feature", "settings": { "title": "Stainless steel teeth", "text": "Durable and built to hold up, wash after wash, season after season." } }, { "type": "feature", "settings": { "title": "Ergonomic, non-slip grip", "text": "A comfortable handle that stays secure even during longer grooming sessions." } }, { "type": "feature", "settings": { "title": "Gentle, non-scratching blades", "text": "The nested blade design lifts fur without touching or irritating the skin underneath." } }, { "type": "feature", "settings": { "title": "Works on every coat", "text": "Suitable for dogs, cats, rabbits, and other pets — thick undercoats or fine fur." } }, { "type": "bullet", "settings": { "text": "Gentle on skin and healthy fur" } }, { "type": "bullet", "settings": { "text": "Works for dogs, cats, rabbits, and most pets" } }, { "type": "bullet", "settings": { "text": "Durable stainless steel blades" } }, { "type": "bullet", "settings": { "text": "Comfortable, ergonomic handle" } }, { "type": "dual_col", "settings": { "label": "17-tooth side", "title": "Deshedding", "text": "Long, even strokes that clear loose undercoat and thin out heavy shedding — ideal for regular upkeep." } }, { "type": "dual_col", "settings": { "label": "9-tooth side", "title": "Dematting", "text": "Wider-set teeth that work through knots and tangles gently, without pulling on the skin." } }, { "type": "step", "settings": { "title": "Brush", "text": "Glide FurClean gently through your pet's coat, following the direction of hair growth." } }, { "type": "step", "settings": { "title": "Lift", "text": "Loose fur gathers in the blades instead of ending up on your furniture." } }, { "type": "step", "settings": { "title": "Clear", "text": "Pull the collected fur away and rinse the blade clean. That's it." } }, { "type": "color", "settings": { "style": "petrol", "name": "Blue", "description": "Calm and classic." } }, { "type": "color", "settings": { "style": "blush", "name": "Pink", "description": "Soft and warm." } }, { "type": "testimonial", "settings": { "quote": "My golden sheds constantly. FurClean cleared more loose fur in one session than a week of brushing with our old comb.", "author": "Placeholder review" } }, { "type": "testimonial", "settings": { "quote": "Gentle enough that my cat actually sits still for it. That alone made it worth buying.", "author": "Placeholder review" } }, { "type": "testimonial", "settings": { "quote": "Easy to clean, easy to hold, and it does exactly what it says. Simple as that.", "author": "Placeholder review" } }, { "type": "faq", "settings": { "question": "Is it safe for sensitive skin?", "answer": "Yes. The nested blade design lifts fur without touching or scratching your pet's skin underneath." } }, { "type": "faq", "settings": { "question": "Which pets can use FurClean?", "answer": "Dogs, cats, rabbits, and most pets with an undercoat — it works on thick or fine fur." } }, { "type": "faq", "settings": { "question": "How do I clean it?", "answer": "Rinse the blades under water after use and wipe the handle dry. No maintenance beyond that." } }, { "type": "faq", "settings": { "question": "What's your return policy?", "answer": "30 days, full refund, no questions asked." } }, { "type": "faq", "settings": { "question": "How long does shipping take?", "answer": "Orders ship within the US — add your actual processing and delivery window here." } } ] } ] } {% endschema %}