{% if product.src.size > 0 %}
{% assign src = product.src | downcase %}
{% collection offers, limit:1, source:src, name:brand %}
{% for b in brand %}
{% capture brand_title %}{{b.title}}{% endcapture %}
{% capture brand_link %}{{b.permalink}}{% endcapture %}
{% capture brand_logo %}{{b.attachments.first.original}}{% endcapture %}
{% capture brand_image %}{{b.attachments.last.original}}{% endcapture %}
{% capture brand_image_thumb %}{{b.attachments.last.100x100}}{% endcapture %}
{% endfor %}
{% endif %}
{% assign post_id = product.zid %}
{% assign post_tag = product.tags.first %}
{% if itinerary.size > 0 %}
{% endif %}
{% if product.attachments.size > 1 %}
{% endif %}
{% if brand.size > 0 %}
{% else %}
{% assign landing_tag = product.tags.last %}
{% collection offers, tag:landing_tag, limit:1, name:specialty %}
{% if specialty.size > 0 %}
{% for offer in specialty %}
{% unless offer.tags.first == 'supplier' %}
{% if product.src.size > 0 %}
{% collection products, source:src, exclude:post_id, limit:4, order:created_at desc, name:for_supplier %}
{% if for_supplier.size > 0 %}
{{product.title}}
{% partial addthis %}
{% if product.primary_media.type == 'photo' %}
{% elsif product.primary_media.type == 'video' %}
{% endif %}
{% if product.summary.size > 0 %}
{{product.summary | strip_html}}
{% endif %} {{product.content}} {% if product.price_info.size > 0 %}{{product.price_info}}
{% endif %}
{% partial disclaimer %}
{% for i in itinerary %}
Day {{forloop.index}}: {{i.title}}
{{i.content}}
{% if i.primary_media.size > 0 %}
{% endif %}
{% endfor %}
{% for a in product.attachments offset:1 %}
{% if a.type == 'video' %}
{% endif %}
{% endfor %}
{% elsif a.type == 'photo' %}
Interested in {{brand_title}}?
Click HereInterested in {{offer.title}}?
Click Here {% endunless %} {% endfor %} {% endif %} {% endif %}Interested?
Featured Experiences
{% for p in for_supplier %}
{% endif %}
{% endif %}
{% collection blogs, tag:post_tag, order:'hits_all desc', limit:6, name:popular_posts %}
{% partial popular_posts_side %}
{% if p.primary_media.type == 'photo' %}
{% endif %}
{% endfor %}
{{p.title}}
{% if p.summary.size > 0 %} {{p.summary | truncate:60}} {% else %} {{p.content | strip_html | truncate:60}} {% endif %} more
{% if p.price %} from {{p.price | money}} {{p.currency}} {% if p.unit_name.size > 0 %}per {{p.unit_name}}{% endif %} {% endif %}Terms, conditions and restrictions apply; pricing, availability, and other details subject to change and/ or apply to US or Canadian residents. Please confirm details and booking information with your travel advisor.