@extends('storefront.layout') @section('title', 'Wholesale pet hydration products') @section('description', 'Shop current wholesale pricing for Vida Mansa pet hydration and feeding products, shipped from U.S. inventory.') @push('head') @endpush @section('content') {{-- ============================================================ FULL-WIDTH JUMBOTRON CAROUSEL — 5 slides ============================================================ --}}

Vida Mansa Retail Partner

{{-- Slide 1 — Water Dispensers --}}
Vida Mansa water dispensers with a dog and cat drinking without getting their fur wet
{{-- Slide 2 — Brand intro with mascots + logo + tagline (placeholder image) --}}
{{-- Left: mascots --}} {{-- Right: logo + text --}}
Vida Mansa

Pet Industry

Quality
Practicality
Innovation

Vida Mansa LLC · 1952 NW 93rd Ave, Doral FL 33172

{{-- Slide 3 — Feeders --}}
Vida Mansa Woof Woof and Meow Meow adjustable feeders

Feeders

Adjustable for a correct posture

{{-- Slide 4 — Pet shop shelves --}}
Vida Mansa pet shop shelves

Premium Line, Innovative Design

{{-- Slide 5 — Warehouse aisle --}}
Vida Mansa warehouse aisle

Factory Direct - USA Inventory

{{-- Controls --}} {{-- Dots --}}
{{-- CTA row under jumbotron --}}
{{-- Problem --}}

Visible customer need

A radical hydration upgrade pet owners notice instantly.

Long-haired dogs and cats often leave the bowl with wet fur, odor and puddles around the floor. Vida Mansa gives retailers a premium, practical answer to a problem customers already recognize.

Dog drinking from regular bowl - fur gets wet
Before

Wet fur, splashes and cleanup after every drink.

Dog drinking from Vida Mansa bowl - fur stays dry
After

A drier, cleaner routine with premium shelf appeal.

Long-haired dog with wet fur and muzzle

Common frustration

Wet muzzle, odor and mess customers want to avoid.

Long-haired dog with clean, dry fur after using Vida Mansa

Cleaner for longer

Keeps fur dry, helps prevent odor and leaves less mess around the house.

{{-- Why retailers --}}

For retailers

Why retailers sell Vida Mansa.

Quality, practicality and innovation in a premium pet line that helps stores capture attention, solve a visible customer problem and turn everyday hydration into a higher-value sale.

Vida Mansa display in a pet store — customers with a long-haired dog
@foreach ([ [ 'Shelf Appeal', 'Premium materials and modern design that elevate the look of your store.', '', ], [ 'Practical Innovation', 'Thoughtful design, durable materials and everyday usefulness give customers a better hydration experience they can feel good buying.', '', ], [ 'High Perceived Value', 'Because it fixes a genuine problem — wet fur, mess around the bowl — the product commands a premium price. Higher ticket means higher margin.', '', ], [ 'Dogs and Cats', 'A single line that serves both segments of your audience — dogs and cats covered.', '', ], [ 'Easy Upsell', 'Natural add-on to grooming, vet visits and food purchases — an instant second ticket.', '', ], [ 'Clean Water, Protected All Day', 'Water stays contained inside the dispenser, helping prevent pets from contaminating the bowl and keeping hydration fresher between refills.', '', ], ] as $card)
{!! $card[2] !!}
{{ $card[0] }}

{{ $card[1] }}

@endforeach
{{-- Profit perspective --}}

Opportunity

Turn wet fur and odor into a clear reason to buy.

Vida Mansa gives pet shops a rare combination: visual impact, premium margins, daily-use relevance and an easy cross-sell story across hydration, feeding and accessories.

@foreach ([ ['High Visual Impact', 'Bright colors and distinctive design attract attention before a single word is read.', ''], ['Premium Margins', 'Products look and feel premium — customers expect to pay more, and your margins reflect that.', ''], ['Solves a Real Problem', 'Prevents wet fur, mess and odor around hydration — a pain point every pet owner recognizes.', ''], ['Daily Use = Daily Visibility', 'Pet owners interact with the product multiple times every day — consistent brand exposure at home.', ''], ['Cross-Sell Potential', 'Combine water dispensers, feeders and accessories in one display — multiple units per visit.', ''], ['Retail Differentiation', 'Offer a category customers rarely find in traditional pet aisles — stand out on the floor.', ''], ] as $b)
{!! $b[2] !!}
{{ $b[0] }}

{{ $b[1] }}

@endforeach
{{-- Featured wholesale products --}} @if ($featuredProducts->isNotEmpty())

Featured Products

Shop current favorites.

Pricing and availability are visible now. Build your order online with a ${{ number_format($minimumOrder, 0) }} minimum. Free shipping across the U.S.

Explore the full catalog
@foreach ($featuredProducts as $featured) @php $featuredPrice = $pricePresenter->forProduct($featured, $customer); $featuredStock = $catalogStockPresenter->forProduct($featured); @endphp
@if ($featured->image_url) {{ $featured->title }} @else
No image
@endif @if ($featuredStock) {{ $featuredStock->label() }} @endif

{{ $featured->vendor ?? 'Vida Mansa' }}

{{ $featured->title }}

Wholesale price

{{ $featuredPrice?->from() ?? 'Price unavailable' }}

@endforeach
@endif {{-- Product image gallery (auto-scroll) --}} @if ($galleryImages->isNotEmpty())
{{-- Fade edges --}}
@php $items = $galleryImages->concat($galleryImages); @endphp @foreach ($items as $p)
{{ $p->title }}
@endforeach
@endif {{-- Shop by category --}} @if (! empty($categories))

Shop by category

Browse the line by category.

See all products →
@foreach ($categories as $cat)
{{ $cat['label'] }}
@endforeach
@endif {{-- CTA --}}

Ready to stock Vida Mansa?

Browse current wholesale pricing, build your order, and check out in minutes. ${{ number_format($minimumOrder, 0) }} minimum. Free shipping across the U.S.

@endsection