{{product.title}}
{% if product.category.size > 0 %}
{{product.category.title}}
{% endif %}
{% if product.place.title != 'Anywhere' %}
{{post_place}}
{% endif %}
{% if itinerary.size > 0 %}
{{itinerary.size}} Days Tour
{% endif %}
{% if product.price %}
From {{product.price | money}} {{agency.currency}} {% if product.unit_name.size > 0 %}per {{product.unit_name}}{% endif %}
{% endif %}
{% if product.primary_media.type == 'photo' %}
{% endif %}
{% if product.primary_media.type == 'video' %}
{{product.primary_media.html}}
{% endif %}
{% if product.tags.last == 'comingsoon' %}
{% else %}
{% if product.summary.size > 0 %}
{% if itinerary.size > 0 %}
{% for i in itinerary %}
{% assign day_number = forloop.index %}
{{i.content}}
{% if i.primary_media.size > 0 %}
{% endfor %}
{% endif %}
{% if product.attachments.size > 1 %}
{% endif %}
Coming Soon!
{{product.summary}}
{% endif %} {{product.content}}Day {{day_number}} - {{i.title}}
{% for a in i.attachments %}
{% endfor %}
{% endif %}
Gallery
{% if product.price_info %}
{{product.price_info}}
{% endif %}
{% partial disclaimer %}
{% endif %}
{% if product.src.size > 0 %}
{% assign src = product.src | downcase %}
{% collection offers, limit:1, source:src, name:brand %}
{% if brand.size > 0 %}
{% endif %}
{% endif %}
{% collection products, limit:4, source:product.src, exclude:post_id, order:random, name:related %}
{% if related.size > 0 %}
Request More Information
Featured Experiences
{% for r in related %}
{% endif %}
{% collection blogs&videos, limit:4, tag:offer_tag, order:created_at desc, name:recent %}
{% if recent.size > 0 %}
{% if r.primary_media.size > 0 %}
{% endif %}
{% endfor %}
Featured Stories
{% for r in recent %}
{% endif %}
{% if r.primary_media.size > 0 %}
{% endif %}
{% endfor %}