<div class="sort-dd" role="menu" aria-label="Sort options" hidden>
  <button class="sort-opt" type="button" data-value="relevance"
          {{#unless isKitchenMode}}data-is-plp-srp="true"{{/unless}}>
    <i class="fa fa-check sort-opt__check" aria-hidden="true"></i>
    <span>Relevance</span>
  </button>
  <button class="sort-opt" type="button" data-value="priceLow"
          {{#unless isKitchenMode}}data-is-plp-srp="true"{{/unless}}>
    <i class="fa fa-check sort-opt__check" aria-hidden="true"></i>
    <span>Price (lowest first)</span>
  </button>
  <button class="sort-opt" type="button" data-value="priceHigh"
          {{#unless isKitchenMode}}data-is-plp-srp="true"{{/unless}}>
    <i class="fa fa-check sort-opt__check" aria-hidden="true"></i>
    <span>Price (highest first)</span>
  </button>
</div>
