<div class="ecp-cart-item ecp-cart-item-b {message:css_class}" data-ecp-id="{message:product_id}" data-ecp-handle="product" role="listitem">
  <div class="ecp-cart-item-image">
    <img src="{message:thumbnail}" alt="{message:SideCart/ImageAlt_template}">
  </div>
  <div class="ecp-cart-item-product">
    <div class="ecp-cart-item-product-info">
      <div class="ecp-cart-item-product-name">
        <h3><a href="{message:__productdetail_link}" data-ecp-action="load-product" data-ecp-key="{message:slug}">{message:product_name}</a></h3>
        <ul class="ecp-item-list ecp-attributes ecp-clearfix" data-ecp-handle="attributes">
          <li data-ecp-handle="attribute_1">{message:SideCart/Attribute1_template}</li>
          <li data-ecp-handle="attribute_2">{message:SideCart/Attribute2_template}</li>
          <li data-ecp-handle="attribute_3">{message:SideCart/Attribute3_template}</li>
        </ul>
      </div>
      <a href="#" class="ecp-cart-item-remove" data-ecp-action="remove-product" aria-label="{message:SideCart/RemoveItemLabel}">
        <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"/></svg>
      </a>
    </div>
    <div class="ecp-cart-item-detail">
      <div class="ecp-cart-item-price">
        <span data-ecp-handle="discounted">
          <span class="ecp-price-regular" aria-label="{message:SideCart/RegularPriceLabel}">{currency:regular_price}</span><span class="ecp-price-discounted" aria-label="{message:SideCart/DiscountPriceLabel}">{currency:discount_price}</span>
        </span>
        <span data-ecp-handle="not_discounted">
          <span class="ecp-price" aria-label="{message:SideCart/PriceLabel}">{currency:regular_price}</span>
        </span>
      </div>
      <div class="ecp-cart-item-quantity">
        <select name="product_quantity" data-ecp-action="change-quantity" aria-label="{message:SideCart/QuantityLabel}">
          <!-- | SideCart__Product__Option template | -->
        </select>
      </div>
      <div class="ecp-cart-item-total">
        <strong><span data-ecp-handle="product_total" aria-label="{message:SideCart/SubtotalLabel}">{currency:total}</span></strong>
      </div>
    </div>
    <div class="ecp-callout-box" data-ecp-handle="ship_state_restriction">{message:SideCart/ShipStateRestriction_template}</div>
  </div>
</div>