<a class="card product-card {{class}}" href="{{href}}" data-apid="{{apId}}">
  <div class="media-container">
    {{#if newsPush}}{{>news_label newsLabel=newsLabel type='newsPush'}}{{/if}}
    {{>image_responsive_card image-url=mainImage alt-text=name}}
    {{#if apId}}
      <span data-heart-id="{{apId}}" class="cux-hotel-favorite"></span>
    {{/if}}
  </div>
  <div class="text-block">
    <div class="card-header">
      {{>icon_flags_svg name=countryCode}}
      <ul class="list-inline tui-breadcrumb">
        <li>{{geoStructure.country.name}}</li>
        {{#if geoStructure.destination.name}}
        <li>{{geoStructure.destination.name}}</li>
        {{/if}}
        <li>{{geoStructure.resort.name}}</li>
      </ul>
      {{#if customerRating.fixedScore}}
      <div class="tui-product-rating">
        <div class="icon">
          {{>icon_svg name='tui-smile'}}
        </div>
        <div class="score">
          {{customerRating.fixedScore}}
        </div>
      </div>
      {{/if}}
    </div>
    <h3 class="product-name">{{name}}</h3>
    <p class="usp">{{usp}}</p>
    <div class="price-block">
      {{#if offer}}
      {{>icon_svg_superlativ name='booking'}}
      {{/if}}
      <span class="price">
        {{priceExample.currentPrice}}
      </span>
      <span class="stay">{{priceExample.stayLabel}}</span>
    </div>
  </div>
</a>
