athome.medline.com Open in urlscan Pro
2606:4700:4400::ac40:92d0  Public Scan

URL: https://athome.medline.com/en/catalogsearch/result/index/?cat=451&q=elevate+excel
Submission: On September 27 via manual from US — Scanned from US

Form analysis 14 forms found in the DOM

POST https://athome.medline.com/en/csr/notes/formPost/

<form class="form-note-update w-96 max-w-full" action="https://athome.medline.com/en/csr/notes/formPost/" method="post" @submit.prevent="saveNote" x-ref="form">
  <fieldset class="fieldset notes flex flex-col gap-4">
    <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so">
    <div class="field note-text required">
      <label class="label" for="note-text">
        <span>Note Text</span>
      </label>
      <div class="control">
        <textarea name="note" title="Note Text" id="edit-note-text" class="field w-full form-input" required="required" x-model="note.text" x-bind:disabled="!canEdit()"></textarea>
      </div>
    </div>
    <div class="field edit-intended-to required">
      <label class="label" for="edit-intended-to">
        <span>Intended To</span>
      </label>
      <div class="control">
        <select name="intended_to" id="edit-intended-to" class="select field w-full form-select" required="required" x-model="note.intended_to" x-bind:disabled="!canEdit()">
        </select>
      </div>
    </div>
    <template x-if="shouldShowMemberId()">
      <div class="field edit-member-id">
        <label class="label" for="edit-member-id">
          <span>Member Id</span>
        </label>
        <div class="control">
          <input type="text" name="member_id" value="" title="Member Id" class="input-text field w-full form-input" id="edit-member-id" x-model="note.member_id" x-bind:disabled="!canEdit()">
        </div>
      </div>
    </template>
    <template x-if="shouldShowCustomerEmail()">
      <div class="field edit-athome-customer-email">
        <label class="label" for="edit-athome-customer-email">
          <span>AtHome Customer Email</span>
        </label>
        <div class="control">
          <input type="text" name="athome_customer_email" value="" title="AtHome Customer Email" class="input-text field w-full form-input" id="edit-athome-customer-email" x-model="note.athome_customer_email" x-bind:disabled="!canEdit()">
        </div>
      </div>
    </template>
    <div class="field edit-category">
      <label class="label" for="edit-category">
        <span>Note Category</span>
      </label>
      <div class="control ">
        <select name="category" id="edit-category" class="select field w-full form-select" required="required" x-model="note.category" x-bind:disabled="!canEdit()">
          <option value="1">POA</option>
          <option value="2">MAIL ORDER ISSUE</option>
          <option value="3">CATALOG MAILED</option>
          <option value="4">PARTIAL ORDER</option>
          <option value="5">INCOMPLETE ORDER</option>
          <option value="6">MISC NOTE TO ACCOUNT</option>
          <option value="7">GRIEVANCES</option>
          <option value="8">ESCALATIONS</option>
          <option value="9">BENEFIT REINSTATEMENT</option>
          <option value="10">CONTACT US</option>
        </select>
      </div>
    </div>
    <div class="field edit-order-id">
      <label class="label" for="edit-order-id">
        <span>Order Id</span>
      </label>
      <div class="control">
        <input type="text" name="order_id" value="" title="Order Id" class="input-text field w-full form-input" id="edit-order-id" x-model="note.order_id" x-bind:disabled="!canEdit()">
      </div>
    </div>
    <div class="field edit-quote-item-id">
      <label class="label" for="edit-quote-item-id">
        <span>Cart Item</span>
      </label>
      <div class="control">
        <template x-if="agentData">
          <select name="quote_item_id" id="edit-quote-item-id" class="select field w-full form-select" x-html="agentData.order_items" x-model="note.cart_item" x-bind:disabled="!canEdit()">
          </select>
        </template>
      </div>
    </div>
    <div class="field edit-due-date">
      <label class="label" for="edit-due-date">
        <span>Due Date</span>
      </label>
      <div class="control">
        <input type="text" name="due_date" value="" title="Due Date" class="input-text field w-full form-input" id="edit-due-date" x-model="note.due_date" x-bind:disabled="!canEdit()">
      </div>
    </div>
    <div class="field edit-status">
      <label class="label" for="edit-status">
        <span>Status</span>
      </label>
      <div class="control">
        <select name="status" id="edit-status" class="select field w-full form-select" required="required" x-model="note.status_int" x-bind:disabled="!canEdit()">
          <option value="1">Open</option>
          <option value="2">In progress</option>
          <option value="3">Resolved</option>
          <option value="4">Pending</option>
        </select>
      </div>
    </div>
    <input type="hidden" name="form_source" value="popup">
    <template x-if="note.id">
      <input id="edit-id" type="hidden" name="note_id" value="popup" x-model="note.id">
    </template>
    <template x-if="canEdit()">
      <div class="mt-4">
        <button type="submit" class="btn btn-primary" id="edit-update-note" data-action="edit-update-note">
          <template x-if="note.id">
            <span>Update Note</span>
          </template>
          <template x-if="!note.id">
            <span>Save Note</span>
          </template>
        </button>
      </div>
    </template>
    <div class="mt-4">
      <button type="submit" class="btn btn-primary" id="edit-update-note" data-action="edit-update-note">
        <template x-if="note.id">
          <span>Update Note</span>
        </template>
        <template x-if="!note.id">
          <span>Save Note</span>
        </template><span>Save Note</span>
      </button>
    </div>
  </fieldset>
</form>

GET https://athome.medline.com/en/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://athome.medline.com/en/catalogsearch/result/" method="get">
  <div class="relative">
    <label class="sr-only" for="search"> Search entire store here... </label>
    <input id="search" @click="expandInput = true; $dispatch('page-overlay')" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="input-text w-full py-2 px-4 leading-normal transition appearance-none text-grey-800
                        focus:outline-none focus:border-transparent sl:h-35px" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="elevate excel" placeholder="Search">
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="dropdown-autocomplete absolute bg-white border border-solid border-black z-50 w-full px-2">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class="">
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold pt-2 pl-2" x-text="templates[searchResultByType[0].type].title"></div>
          </template>
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template>
          <template x-for="searchResult in searchResultByType">
            <div class="hover:bg-gray-100">
              <template x-if="searchResult.type == 'term'">
                <a class="w-full block p-2" x-bind:href="'https://athome.medline.com/en/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product'">
                <a class="w-full block" :href="searchResult.url" :title="searchResult.title">
        <div class="grid grid-cols-4 gap-4 p-3">
            <div>
                <img :src="searchResult.image" class="inline-block">
            </div>
            <div class="col-span-3">
                <span class="text-sm" x-text="searchResult.title"></span>
                <span class="text-sm font-bold" x-html="searchResult.price"></span>
            </div>
        </div>
    </a>
              </template>
              <template x-if="searchResult.type == 'category'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product_attribute'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
    </a>
              </template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script>
              <template x-if="searchResult.type == 'cms_page'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
            </div>
          </template>
        </div>
      </template>
    </div>
  </div>
  <button type="submit" class="block" aria-label="Search">
    <span class="icon icon-search"></span>
  </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Sign In </button>
      <a href="https://athome.medline.com/en/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/geolocation/Ajax/PostCodeSet

<form action="https://athome.medline.com/en/geolocation/Ajax/PostCodeSet" method="post" x-data="{...hyva.modal(), ...zipCollection()}" x-init="init" @submit.prevent="submitForm()" x-ref="form" @private-content-loaded.window="handlePrivateContent"
  class="">
  <button type="button" @click="show('zip-collection')" class="flex alink">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="mr-1" width="24" height="24">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path>
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
    </svg>
    <template x-if="!customerZip">
      <span>Please enter ZIP code</span>
    </template>
    <template x-if="customerZip">
      <span> Delivering to <span x-text="customerZip"></span>
      </span>
    </template><span> Delivering to <span x-text="customerZip">60060</span>
    </span>
  </button>
  <div x-bind="overlay('zip-collection')" x-spread="overlay('zip-collection')" class="fixed inset-0 bg-black bg-opacity-50 z-40" style="display: none;">
    <div class="fixed flex justify-center items-center text-left z-10 inset-0">
      <div x-ref="zip-collection" role="dialog" aria-modal="true" class="inline-block bg-white shadow-xl rounded-lg p-10 max-h-screen overflow-auto">
        <div class="max-w-xs">
          <h3 class="text-2xl">Update your location</h3>
          <p class="mt-4"> Please enter your zip code for accurate product availability </p>
          <input type="text" class="form-input w-full mt-4" name="zipCode" x-ref="zipInput" @change="handleZipChange()" @keyup="handleZipChange()" placeholder="Enter ZIP Code">
          <div class="mt-6 flex justify-between gap-2">
            <button @click="hide" type="button" class="btn btn-secondary flex-grow justify-center"> Cancel </button>
            <button type="submit" class="btn btn-primary flex-grow justify-center"> Update </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="" x-ref="loadingWrapper">
    <div class="flex flex-row justify-center items-center w-full h-full fixed select-none z-40" style="left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); background: rgba(255, 255, 255, 0.7); display: none;" x-show="isLoading"
      x-transition:enter="ease-out duration-200" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in duration-200" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0">
      <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" stroke="currentColor" class="text-primary" width="57" height="57">
        <g fill="none" fill-rule="evenodd">
          <g transform="translate(1 1)" stroke-width="2">
            <circle cx="5" cy="50" r="5">
              <animate attributeName="cy" begin="0s" dur="2.2s" values="50;5;50;50" calcMode="linear" repeatCount="indefinite"></animate>
              <animate attributeName="cx" begin="0s" dur="2.2s" values="5;27;49;5" calcMode="linear" repeatCount="indefinite"></animate>
            </circle>
            <circle cx="27" cy="5" r="5">
              <animate attributeName="cy" begin="0s" dur="2.2s" from="5" to="5" values="5;50;50;5" calcMode="linear" repeatCount="indefinite"></animate>
              <animate attributeName="cx" begin="0s" dur="2.2s" from="27" to="27" values="27;49;5;27" calcMode="linear" repeatCount="indefinite"></animate>
            </circle>
            <circle cx="49" cy="50" r="5">
              <animate attributeName="cy" begin="0s" dur="2.2s" values="50;50;5;50" calcMode="linear" repeatCount="indefinite"></animate>
              <animate attributeName="cx" from="49" to="49" begin="0s" dur="2.2s" values="49;5;27;49" calcMode="linear" repeatCount="indefinite"></animate>
            </circle>
          </g>
        </g>
      </svg>
      <div class="ml-10 text-primary text-xl"> Loading... </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14460/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14460/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806450" data-dynamic-inventory-status="" data-sku="MDS806450">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="14460">
  <input type="hidden" name="position" value="1">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-20in-seat-1ct-mds806450" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806450&quot;,&quot;price&quot;:&quot;314.95&quot;,&quot;index&quot;:0,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05425&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-14460.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/m/d/mds806450_01.jpg" loading="lazy" width="360" height="360" alt="Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct" title="Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__6514294892c05">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-20in-seat-1ct-mds806450" area-label-product-id="14460" product-title-area-label=" Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806450&quot;,&quot;price&quot;:&quot;314.95&quot;,&quot;index&quot;:0,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05425&quot;}]}}});" aria-label=" Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct $314.95">
                    Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806450 </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-20in-seat-1ct-mds806450#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=14460&amp;sku=MDS806450" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__6514294892c05() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__6514294892c05() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__6514294892c05()" @update-prices-14460.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="14460" data-price-box="product-id-14460">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-14460" data-price-amount="314.95" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$314.95</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-20in-seat-1ct-mds806450">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Excel 2000 Wheelchair Desk Arm Elevating Leg 20in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14459/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14459/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806300D" data-dynamic-inventory-status="" data-sku="MDS806300D">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="14459">
  <input type="hidden" name="position" value="4">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-18in-seat-1ct-mds806300d" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806300D&quot;,&quot;price&quot;:&quot;241.45&quot;,&quot;index&quot;:3,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05425&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-14459.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/M/D/MDS806300D_001.jpg" loading="lazy" width="360" height="360" alt="Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct" title="Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__6514292c7aeea">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-18in-seat-1ct-mds806300d" area-label-product-id="14459" product-title-area-label=" Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806300D&quot;,&quot;price&quot;:&quot;241.45&quot;,&quot;index&quot;:3,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05425&quot;}]}}});" aria-label=" Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct $241.45">
                    Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806300D </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-18in-seat-1ct-mds806300d#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=14459&amp;sku=MDS806300D" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__6514292c7aeea() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__6514292c7aeea() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__6514292c7aeea()" @update-prices-14459.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="14459" data-price-box="product-id-14459">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-14459" data-price-amount="241.45" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$241.45</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/excel-2000-wheelchair-desk-arm-elevating-leg-18in-seat-1ct-mds806300d">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Excel 2000 Wheelchair Desk Arm Elevating Leg 18in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/7514/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/7514/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806100D" data-dynamic-inventory-status="" data-sku="MDS806100D">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="7514">
  <input type="hidden" name="position" value="2">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/excel-2000-wheelchair-full-arm-elevating-leg-18in-seat-1ct-mds806100d" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806100D&quot;,&quot;price&quot;:&quot;230.95&quot;,&quot;index&quot;:1,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05425&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-7514.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/2/0/2000-wheelchairs-mds806100d-1-each.jpg" loading="lazy" width="360" height="360" alt="Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct" title="Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__6514292c53171">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/excel-2000-wheelchair-full-arm-elevating-leg-18in-seat-1ct-mds806100d" area-label-product-id="7514" product-title-area-label=" Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806100D&quot;,&quot;price&quot;:&quot;230.95&quot;,&quot;index&quot;:1,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05425&quot;}]}}});" aria-label=" Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct $230.95">
                    Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806100D </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/excel-2000-wheelchair-full-arm-elevating-leg-18in-seat-1ct-mds806100d#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=7514&amp;sku=MDS806100D" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__6514292c53171() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__6514292c53171() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__6514292c53171()" @update-prices-7514.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="7514" data-price-box="product-id-7514">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-7514" data-price-amount="230.95" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$230.95</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/excel-2000-wheelchair-full-arm-elevating-leg-18in-seat-1ct-mds806100d">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Excel 2000 Wheelchair Full Arm Elevating Leg 18in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14449/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14449/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806750" data-dynamic-inventory-status="" data-sku="MDS806750">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="14449">
  <input type="hidden" name="position" value="1">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/medline-excel-bariatric-wheelchair-20in-seat-1ct-mds806750" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Excel Bariatric Wheelchair 20in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806750&quot;,&quot;price&quot;:&quot;365.95&quot;,&quot;index&quot;:0,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05040&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-14449.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/M/D/MDS806750_001.jpg" loading="lazy" width="360" height="360" alt="Medline Excel Bariatric Wheelchair 20in Seat 1Ct" title="Medline Excel Bariatric Wheelchair 20in Seat 1Ct">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__651429be3974c">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/medline-excel-bariatric-wheelchair-20in-seat-1ct-mds806750" area-label-product-id="14449" product-title-area-label=" Medline Excel Bariatric Wheelchair 20in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Excel Bariatric Wheelchair 20in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806750&quot;,&quot;price&quot;:&quot;365.95&quot;,&quot;index&quot;:0,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05040&quot;}]}}});" aria-label=" Medline Excel Bariatric Wheelchair 20in Seat 1Ct $365.95">
                    Medline Excel Bariatric Wheelchair 20in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806750 </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/medline-excel-bariatric-wheelchair-20in-seat-1ct-mds806750#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=14449&amp;sku=MDS806750" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__651429be3974c() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__651429be3974c() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__651429be3974c()" @update-prices-14449.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="14449" data-price-box="product-id-14449">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-14449" data-price-amount="365.95" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$365.95</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Medline Excel Bariatric Wheelchair 20in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/medline-excel-bariatric-wheelchair-20in-seat-1ct-mds806750">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Medline Excel Bariatric Wheelchair 20in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/13528/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/13528/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806950" data-dynamic-inventory-status="" data-sku="MDS806950">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="13528">
  <input type="hidden" name="position" value="6">
  <input type="hidden" name="location" value="search">
  <a href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-24in-seat-1ct-mds806950" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806950&quot;,&quot;price&quot;:&quot;366.95&quot;,&quot;index&quot;:5,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Search Result&quot;,&quot;item_list_id&quot;:&quot;search_result&quot;,&quot;item_brand&quot;:&quot; | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-13528.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/m/d/mds806950.jpg" loading="lazy" width="360" height="360" alt="Excel Wheelchair with Removable Desk-Length Arms and Elevating Footrests, 24&quot;W" title="Excel Wheelchair with Removable Desk-Length Arms and Elevating Footrests, 24&quot;W">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__65142e396996b">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-24in-seat-1ct-mds806950" area-label-product-id="13528" product-title-area-label=" Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806950&quot;,&quot;price&quot;:&quot;366.95&quot;,&quot;index&quot;:5,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Search Result&quot;,&quot;item_list_id&quot;:&quot;search_result&quot;,&quot;item_brand&quot;:&quot; | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;&quot;}]}}});" aria-label=" Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct $366.95">
                    Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806950 </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-24in-seat-1ct-mds806950#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=13528&amp;sku=MDS806950" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__65142e396996b() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__65142e396996b() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__65142e396996b()" @update-prices-13528.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="13528" data-price-box="product-id-13528">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-13528" data-price-amount="366.95" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$366.95</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-24in-seat-1ct-mds806950">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Medline Excel Bariatric XW Wheelchair 24in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/11811/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/11811/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806850" data-dynamic-inventory-status="" data-sku="MDS806850">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="11811">
  <input type="hidden" name="position" value="3">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-22in-seat-1ct-mds806850" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806850&quot;,&quot;price&quot;:&quot;399.45&quot;,&quot;index&quot;:2,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05040&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-11811.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/e/x/extra-wide-wheelchairs-mds806850-1-each.jpg" loading="lazy" width="360" height="360" alt="Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct" title="Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct">

    <div class="amasty-label-container
            amasty-label-container-7-11811-cat            amasty-label-for-11811" style="display: none; background-color:#00875A; border-radius: 6px; margin:4px; height:26px; padding: 2px 0 0 0; font-size: .8em; font-weight:bold; text-align:center; text-align:center; z-index: 10; font-size: 14px; color: #ffffff;" data-mage-init="{&quot;Amasty_Label/js/initLabel&quot;:{
             &quot;mode&quot;: &quot;cat&quot;,
             &quot;isAdminArea&quot;: &quot;&quot;,
             &quot;config&quot;: {&quot;position&quot;:&quot;top-left&quot;,&quot;size&quot;:&quot;&quot;,&quot;path&quot;:&quot;.product-image-container, .product-item-photo, .cdz-product-top&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;11811&quot;,&quot;label&quot;:7,&quot;margin&quot;:10,&quot;alignment&quot;:0,&quot;order&quot;:0,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
             &quot;productId&quot;: &quot;11811&quot;,
             &quot;selector&quot;: &quot;.amasty-label-container-7-11811-cat&quot;
        }}">
        <div class="amlabel-text">
            Best Seller        </div>

            </div>
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__651421ee8590c">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-22in-seat-1ct-mds806850" area-label-product-id="11811" product-title-area-label=" Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS806850&quot;,&quot;price&quot;:&quot;399.45&quot;,&quot;index&quot;:2,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05040&quot;}]}}});" aria-label=" Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct $399.45">
                    Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806850 </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-22in-seat-1ct-mds806850#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=11811&amp;sku=MDS806850" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__651421ee8590c() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__651421ee8590c() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__651421ee8590c()" @update-prices-11811.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="11811" data-price-box="product-id-11811">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-11811" data-price-amount="399.45" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$399.45</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/medline-excel-bariatric-xw-wheelchair-22in-seat-1ct-mds806850">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Medline Excel Bariatric XW Wheelchair 22in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14455/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14455/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS808350" data-dynamic-inventory-status="" data-sku="MDS808350">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="14455">
  <input type="hidden" name="position" value="7">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-16in-seat-1ct-mds808350" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Reclining Wheelchair 22in Back\/16in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS808350&quot;,&quot;price&quot;:&quot;488.18&quot;,&quot;index&quot;:6,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Reclining Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05423&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-14455.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/M/D/MDS808350_002.jpg" loading="lazy" width="360" height="360" alt="Excel Reclining Wheelchair with Elevating Leg Rests" title="Excel Reclining Wheelchair with Elevating Leg Rests">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__65142a1cd1c8f">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-16in-seat-1ct-mds808350" area-label-product-id="14455" product-title-area-label=" Medline Reclining Wheelchair 22in Back/16in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Reclining Wheelchair 22in Back\/16in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS808350&quot;,&quot;price&quot;:&quot;488.18&quot;,&quot;index&quot;:6,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Reclining Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05423&quot;}]}}});" aria-label=" Medline Reclining Wheelchair 22in Back/16in Seat 1Ct $488.18">
                    Medline Reclining Wheelchair 22in Back/16in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS808350 </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-16in-seat-1ct-mds808350#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=14455&amp;sku=MDS808350" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__65142a1cd1c8f() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__65142a1cd1c8f() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__65142a1cd1c8f()" @update-prices-14455.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="14455" data-price-box="product-id-14455">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-14455" data-price-amount="488.18" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$488.18</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Medline Reclining Wheelchair 22in Back/16in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-16in-seat-1ct-mds808350">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Medline Reclining Wheelchair 22in Back/16in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14456/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/14456/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS808650" data-dynamic-inventory-status="" data-sku="MDS808650">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="14456">
  <input type="hidden" name="position" value="7">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-22in-seat-1ct-mds808650" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Reclining Wheelchair 22in Back\/22in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS808650&quot;,&quot;price&quot;:&quot;485.95&quot;,&quot;index&quot;:6,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Reclining Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05423&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-14456.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/M/D/MDS808650_001.jpg" loading="lazy" width="360" height="360" alt="Medline Reclining Wheelchair 22in Back/22in Seat 1Ct" title="Medline Reclining Wheelchair 22in Back/22in Seat 1Ct">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__6514230527b67">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-22in-seat-1ct-mds808650" area-label-product-id="14456" product-title-area-label=" Medline Reclining Wheelchair 22in Back/22in Seat 1Ct PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Reclining Wheelchair 22in Back\/22in Seat 1Ct&quot;,&quot;item_id&quot;:&quot;MDS808650&quot;,&quot;price&quot;:&quot;485.95&quot;,&quot;index&quot;:6,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline | Excel Series&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Reclining Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05423&quot;}]}}});" aria-label=" Medline Reclining Wheelchair 22in Back/22in Seat 1Ct $485.95">
                    Medline Reclining Wheelchair 22in Back/22in Seat 1Ct                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS808650 </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-22in-seat-1ct-mds808650#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=14456&amp;sku=MDS808650" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__6514230527b67() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__6514230527b67() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__6514230527b67()" @update-prices-14456.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="14456" data-price-box="product-id-14456">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-14456" data-price-amount="485.95" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$485.95</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Medline Reclining Wheelchair 22in Back/22in Seat 1Ct" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/medline-reclining-wheelchair-22in-back-22in-seat-1ct-mds808650">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Medline Reclining Wheelchair 22in Back/22in Seat 1Ct">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/24843/

<form method="post" action="https://athome.medline.com/en/checkout/cart/add/uenc/%25uenc%25/product/24843/" class="item product product-item product_addtocart_form card flex flex-col w-full relative " x-data="dynamicInventoryValidateAddToCart()"
  x-init="init" data-dynamic-inventory-sku="MDS806950FLA" data-dynamic-inventory-status="" data-sku="MDS806950FLA">
  <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <input type="hidden" name="product" value="24843">
  <input type="hidden" name="position" value="10">
  <input type="hidden" name="location" value="catalog">
  <a href="https://athome.medline.com/en/medline-extra-wide-wheelchairs-mds806950fla" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Extra-Wide Wheelchairs&quot;,&quot;item_id&quot;:&quot;MDS806950FLA&quot;,&quot;price&quot;:&quot;482.95&quot;,&quot;index&quot;:9,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline |  &quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05040&quot;}]}}});">
        <img class="hover:shadow-sm object-contain " x-data="" @update-gallery-24843.window="$root.src = $event.detail" src="https://athome.medline.com/media/catalog/product/cache/ee65ae3e0dd38a5018efe518b77da82e/m/d/mds806950fla_pri01.jpg" loading="lazy" width="360" height="360" alt="Medline Extra-Wide Wheelchairs" title="Medline Extra-Wide Wheelchairs">
    </a>
  <div class="product-info flex flex-col flex-grow justify-between">
    <div class="upper">
      <div x-data="itemNumberProp" x-show="validUserToShow" style="display: none;">
      </div>
      <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg " x-data="productProp__65142382dfd94">
        <h2 class="title6 text-left break-words">
          <a class="alink title6" href="https://athome.medline.com/en/medline-extra-wide-wheelchairs-mds806950fla" area-label-product-id="24843" product-title-area-label=" Medline Extra-Wide Wheelchairs PRICE_HOLDER" :aria-label="getProductAriaLabel($el)" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;action&quot;:{&quot;items&quot;:[{&quot;item_name&quot;:&quot;Medline Extra-Wide Wheelchairs&quot;,&quot;item_id&quot;:&quot;MDS806950FLA&quot;,&quot;price&quot;:&quot;482.95&quot;,&quot;index&quot;:9,&quot;item_category&quot;:&quot;Products&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;item_list_name&quot;:&quot;Products\/Mobility\/Wheelchairs &amp; Transport Chairs&quot;,&quot;item_list_id&quot;:&quot;439&quot;,&quot;item_brand&quot;:&quot;Medline |  &quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;item_category4&quot;:&quot;Mobility|Wheelchairs &amp; Accessories|Basic Wheelchairs&quot;,&quot;item_category2&quot;:&quot;Mobility&quot;,&quot;item_category3&quot;:&quot;Wheelchairs &amp; Transport Chairs&quot;,&quot;item_category5&quot;:&quot;PF05040&quot;}]}}});" aria-label=" Medline Extra-Wide Wheelchairs $482.95">
                    Medline Extra-Wide Wheelchairs                  </a>
        </h2>
      </div>
      <div class="product-item-sku text-sm text-gray-600 mb-1"> SKU MDS806950FLA </div>
      <div class="py-1 ">
        <div class="rating-summary flex" title="Be the first to review this product" be&#x20;the&#x20;first&#x20;to&#x20;review&#x20;this&#x20;product="">
          <div class="reviews-actions" x-data="reviewComponent">
            <template x-if="isAllowedToShow('0')">
              <a class="action view alink no-underline hover:underline" href="https://athome.medline.com/en/medline-extra-wide-wheelchairs-mds806950fla#customer-review-list" <span="" x-text="'(0)'">
                </a>
            </template>
            <template x-if="isAllowedToWrite">
              <a class="action add alink no-underline hover:underline" href="https://athome.medline.com/en/write-a-review/?id=24843&amp;sku=MDS806950FLA" x-text="reviewLinkLabel('0')" target="_blank"></a>
            </template>
          </div>
        </div>
        <script>
          /**
           * Review component
           * @returns {string|boolean|{reviewLinkLabel(*=): string, isAllowedToWrite(): boolean, review_link_label: string, readonly reviewCount: string, isAllowedToShow(*): boolean}}
           */
          function reviewComponent() {
            return {
              review_link_label: '',
              /**
               * Get review count
               * @returns {string}
               */
              get reviewCount() {
                return '0';
              },
              /**
               * Get review link label
               * @returns {string}
               */
              reviewLinkLabel(reviewCount) {
                if (!this.isAllowedToShow(reviewCount)) {
                  this.review_link_label = 'Be the first to review this product';
                } else {
                  this.review_link_label = 'Write a Review';
                }
                return this.review_link_label;
              },
              /**
               * Validate allowed to show on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToShow(reviewCount) {
                if (reviewCount > 0) {
                  return true;
                }
                return false;
              },
              /**
               * Validate allowed to write review on PLP/PDP
               * @returns {boolean}
               */
              isAllowedToWrite() {
                let allowed = '';
                if (allowed) {
                  return true;
                }
                return false;
              }
            }
          }
        </script>
      </div>
    </div>
    <div class="lower">
      <div class="stock-label-container text-sm mb-2 mt-4 font-semibold !hidden">
        <span class="text-green-700 stock-label" data-dynamic-inventory-display="in-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> In Stock </span>
        <span class="stock-label" data-dynamic-inventory-display="no-stock">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="inline-block text-red-700" width="20" height="20">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg> Out of Stock </span>
      </div>
      <script>
        function initPriceBox__65142382dfd94() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }

        function closeFshHsaToolTip() {
          return {
            fsa_hsa_tooltip: false
          }
        }
        /**
         * Get product price label
         *
         * @returns {string|{getProductAriaLabel(*): string}}
         * @private
         */
        function productProp__65142382dfd94() {
          return {
            getProductAriaLabel($el) {
              let result = '';
              let productAriaLabel = $el.getAttribute('product-title-area-label');
              let productId = $el.getAttribute('area-label-product-id');
              if (typeof productId != 'undefined' && productAriaLabel) {
                const productMatchElement = document.querySelector('#product-price-' + productId);
                if (typeof productMatchElement != 'undefined') {
                  const productPrice = parseFloat(productMatchElement.getAttribute('data-price-amount'));
                  result = productAriaLabel.replace("PRICE_HOLDER", hyva.formatPrice(productPrice));
                }
              }
              return result;
            }
          }
        }
        /**
         *
         * @returns {boolean|{init(): void, readonly validUserToShow: *, otcUserFlag: boolean}}
         */
        function itemNumberProp() {
          return {
            otcUserFlag: false,
            init() {
              this.otcUserFlag = '';
            },
            get validUserToShow() {
              return this.otcUserFlag ?? false;
            }
          }
        }
      </script>
      <div class="pt-1 text-gray-900" x-data="initPriceBox__65142382dfd94()" @update-prices-24843.window="updatePrice($event.detail);">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="24843" data-price-box="product-id-24843">
          <span class="price-container price-final_price tax weee">
            <span id="product-price-24843" data-price-amount="482.95" data-price-type="finalPrice" class="price-wrapper ">
              <span class="price"><strong>$482.95</strong></span> </span>
          </span>
        </div>
      </div>
      <div class="product-item-placeholder">
        <ul class="promo-rule-container mb-4">
          <li class="promo-rule text-medline-brightBlue text-xs font-bold uppercase">
          </li>
        </ul>
      </div>
      <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
        <div class="w-full text-center">
          <a class="product-action w-full btn btn-primary-outline2 justify-center h-12 unavailable stock hidden mr-auto" aria-label="Out of Stock, view details for Medline Extra-Wide Wheelchairs" data-dynamic-inventory-display="no-stock-hide" href="https://athome.medline.com/en/medline-extra-wide-wheelchairs-mds806950fla">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
                                <span class="ml-2 inline md:ml-1 lg:ml-0 lg:inline">
                                Out of Stock                            </span>
                            </a>
        </div>
        <button class="w-full btn btn-primary justify-center h-12
                                mr-auto" data-dynamic-inventory-display="in-stock-hide" aria-label="Add to Cart for Medline Extra-Wide Wheelchairs">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
          </svg>
          <span class="ml-2 inline md:ml-1 lg:ml-2 lg:inline"> Add to Cart </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://athome.medline.com/en/newsletter/subscriber/new/

<form class="form subscribe flex flex-col md:flex-row md:gap-4 md:justify-between" action="https://athome.medline.com/en/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()"
  id="newsletter-validate-detail">
  <div class="mb-3 md:mb-0 title-font">
    <strong class="block text-2xl font-semibold">Sign Up for Our Newsletter</strong> Be among the first to see our latest offers and events to come
  </div>
  <div class="flex-grow max-w-xl">
    <div class="flex gap-2 flex-wrap md:flex-nowrap">
      <label for="newsletter-subscribe" class="sr-only"> Email Address </label>
      <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex flex-grow" placeholder="Enter your email address">
      <input name="form_key" type="hidden" value="O2posCOJ8hX6A3so"> <button class="inline-flex flex-shrink-0 ml-auto xl:mt-0 btn btn-primary"> Subscribe </button>
    </div>
    <template x-if="displayErrorMessage">
      <p class="flex text-red w-full mt-2">
        <span class="inline-block w-6 h-6 mr-1.5">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

CSR Panel
{ } Logout
 * CSR Dashboard
 * Login as Customer
   All customer notes
 * Inventory
 * New Note
 * Issue Request

CSR Panel
{ } Logout
 * CSR Dashboard
 * Login as Customer
   All customer notes
 * Inventory
 * New Note
 * Issue Request


Loading...
Add a new note Add a new note Edit Note View Note
Note Text

Intended To

Member Id

AtHome Customer Email

Note Category
POAMAIL ORDER ISSUECATALOG MAILEDPARTIAL ORDERINCOMPLETE ORDERMISC NOTE TO
ACCOUNTGRIEVANCESESCALATIONSBENEFIT REINSTATEMENTCONTACT US
Order Id

Cart Item

Due Date

Status
OpenIn progressResolvedPending
Update Note Save Note
Update Note Save Note Save Note
All Customer Notes

Notes Created By Note Status Action Created By: Status: Edit View

Skip to Content

My Account Products Shop By Need Brands
Back

 * Sign In
 * Create an Account
 * Help
 * OTC Benefit Members
 * OTC Network® Card Login
 * OTC Benefit Member Login

Back
Products Shop All
Advanced Wound Care Diabetes Care First Aid Hearing Aids & Amplifiers Home
Diagnostics Home Health Care Incontinence Medications Over The Counter Mobility
Mom & Baby Care Nutrition Ostomy & Urology Supplies Personal Care Respiratory
Protection Wear Scrubs Surgical Supplies Vitamins & Supplements
Back
Advanced Wound Care Shop All
Compression Bandages Dressing Retention Tapes Skin Protectants Wound Cleansers
Wound Dressings
Back
Diabetes Care Shop All
Blood Glucose Meters Lancets Test Strips Sharps Containers
Back
First Aid Shop All
Kits Bandages Dressings & Gauze Protective Sleeves Tapes Sponges Wound Care
Wound Cleansers
Back
Hearing Aids & Amplifiers Shop All
Hearing Aids (Coming Soon) Hearing Amplifiers Accessories
Back
Home Diagnostics Shop All
Blood Pressure Glucose Monitoring Test Kits Thermometers Measuring Devices
Back
Home Health Care Shop All
Cleaning Supplies Caregiver Supplies Homecare Apparel Food & Beverage Linens &
Bedding Mattresses & Overlay Pads Medical Containers Medical Equipment Medical
Furniture Paper & Plastic Products Sharps Containers
Back
Incontinence Shop All
Briefs Cleansing Wipes & Cloths Liners & Pads Odor Eliminators Protective
Underwear Underpads
Back
Medications Over The Counter Shop All
Anti-Fungal & Anti-Itch Cough, Cold & Allergy Medication Aids Pain & Fever
Relief Sleep Aids Stomach Remedies Stop Smoking
Back
Mobility Shop All
Braces & Supports Bath Safety Equipment Canes & Accessories Crutches &
Accessories Cushions, Pads & Mats Fall Prevention Fitness & Rehab Mobility Aids
Patient Transfer Equipment Rollators & Walkers Wheelchairs & Transport Chairs
Back
Mom & Baby Care Shop All
Breastfeeding Essentials Maternity Needs Breast Pumps Baby Diapers & Wipes Baby
Feeding Baby Health & Everyday Care Specialty Needs For Babies & Kids
Back
Nutrition Shop All
Food Packaging & Storage Medical Foods Medical Nutrition Snacks Tableware &
Utensils Tube Feeding Accessories
Back
Ostomy & Urology Supplies Shop All
Pouches & Bags Accessories Containers
Back
Personal Care Shop All
Arthritis Compression Garments Eye & Ear Care Feminine Care Grooming & Shaving
Hand Sanitizers Leg & Foot Care Oral Care Skin Care + Hair Care Soaps Sunscreens
Wipes & Cloths
Back
Respiratory Shop All
Accessories Air Quality Asthma Oxygen Therapy Tracheostomy
Back
Protection Wear Shop All
Aprons & Bibs Coveralls Face Covering Gloves Head Covers Medical Gowns Patient
Apparel PPE Kits Shoe Covers
Back
Scrubs Shop All
Men's Scrubs Women's Scrubs Lab Coats
Back
Surgical Supplies Shop All
IV & Accessories Kits Medical Instruments Skin Prep & Sterilization Surgery
Positioners Tubing
Back
Vitamins & Supplements Shop All
Children's Health Digestive Health Fish Oil & Omegas Letter Vitamins Minerals
Multivitamins Nutrition Management Probiotics Supplements
Back
Shop By Need Shop All
Maintain Mobility Continence Care Mom and Baby Care Wound Care Diabetes
Education Stop Smoking Physical Therapy and Rehab Sinus Allergies Headache Back
Pain Skin Health Arthritis
Back
Brands Shop All
ActivICE Microban Momentum Simply Soft CURAD FitRight Remedy Skincare Medline
Drypad Underpads byACRE Scrubs Collections Martha Stewart
Products
Products Shop All Advanced Wound Care Diabetes Care First Aid Hearing Aids &
Amplifiers Home Diagnostics Home Health Care Incontinence Medications Over The
Counter Mobility Mom & Baby Care Nutrition Ostomy & Urology Supplies Personal
Care Respiratory Protection Wear Scrubs Surgical Supplies Vitamins & Supplements
Back Advanced Wound Care Shop All Compression Bandages Dressing Retention Tapes
Skin Protectants Wound Cleansers Wound Dressings
Back Diabetes Care Shop All Blood Glucose Meters Lancets Test Strips Sharps
Containers
Back First Aid Shop All Kits Bandages Dressings & Gauze Protective Sleeves Tapes
Sponges Wound Care Wound Cleansers
Back Hearing Aids & Amplifiers Shop All Hearing Aids (Coming Soon) Hearing
Amplifiers Accessories
Back Home Diagnostics Shop All Blood Pressure Glucose Monitoring Test Kits
Thermometers Measuring Devices
Back Home Health Care Shop All Cleaning Supplies Caregiver Supplies Homecare
Apparel Food & Beverage Linens & Bedding Mattresses & Overlay Pads Medical
Containers Medical Equipment Medical Furniture Paper & Plastic Products Sharps
Containers
Back Incontinence Shop All Briefs Cleansing Wipes & Cloths Liners & Pads Odor
Eliminators Protective Underwear Underpads
Back Medications Over The Counter Shop All Anti-Fungal & Anti-Itch Cough, Cold &
Allergy Medication Aids Pain & Fever Relief Sleep Aids Stomach Remedies Stop
Smoking
Back Mobility Shop All Braces & Supports Bath Safety Equipment Canes &
Accessories Crutches & Accessories Cushions, Pads & Mats Fall Prevention Fitness
& Rehab Mobility Aids Patient Transfer Equipment Rollators & Walkers Wheelchairs
& Transport Chairs
Back Mom & Baby Care Shop All Breastfeeding Essentials Maternity Needs Breast
Pumps Baby Diapers & Wipes Baby Feeding Baby Health & Everyday Care Specialty
Needs For Babies & Kids
Back Nutrition Shop All Food Packaging & Storage Medical Foods Medical Nutrition
Snacks Tableware & Utensils Tube Feeding Accessories
Back Ostomy & Urology Supplies Shop All Pouches & Bags Accessories Containers
Back Personal Care Shop All Arthritis Compression Garments Eye & Ear Care
Feminine Care Grooming & Shaving Hand Sanitizers Leg & Foot Care Oral Care Skin
Care + Hair Care Soaps Sunscreens Wipes & Cloths
Back Respiratory Shop All Accessories Air Quality Asthma Oxygen Therapy
Tracheostomy
Back Protection Wear Shop All Aprons & Bibs Coveralls Face Covering Gloves Head
Covers Medical Gowns Patient Apparel PPE Kits Shoe Covers
Back Scrubs Shop All Men's Scrubs Women's Scrubs Lab Coats
Back Surgical Supplies Shop All IV & Accessories Kits Medical Instruments Skin
Prep & Sterilization Surgery Positioners Tubing
Back Vitamins & Supplements Shop All Children's Health Digestive Health Fish Oil
& Omegas Letter Vitamins Minerals Multivitamins Nutrition Management Probiotics
Supplements
Shop By Need
Shop By Need Shop All Maintain Mobility Continence Care Mom and Baby Care Wound
Care Diabetes Education Stop Smoking Physical Therapy and Rehab Sinus Allergies
Headache Back Pain Skin Health Arthritis
Brands
Brands Shop All ActivICE Microban Momentum Simply Soft CURAD FitRight Remedy
Skincare Medline Drypad Underpads byACRE Scrubs Collections Martha Stewart

Search entire store here...

Search Close
Account
 * Sign In
 * Create an Account
 * Help
 * OTC Benefit Members
 * OTC Network® Card Login
 * OTC Benefit Member Login

Cart 0


Checkout using your account

Email Address

Password

Sign In Forgot Your Password?


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Help
FREE SHIPPING ON ORDERS OVER $50 Details
Please enter ZIP code Delivering to Delivering to 60060


UPDATE YOUR LOCATION

Please enter your zip code for accurate product availability

Cancel Update
Loading...

 1. Home
 2. Search results for: 'elevate excel'




SEARCH RESULTS FOR: 'ELEVATE EXCEL'

Medline is a Medicare and Medicaid participating supplier in some states. This
item is may be covered by Medicare, Medicaid or your commercial insurance
plan.If you would like to order this item using your insurance policy or
coverage please call 855-441-8737. If you do not want to file a claim with your
insurance for this item and prefer to pay using your credit card at the time of
sale, please check that you agree below. By making this election, you are (1)
instructing Medline not to disclosure your protected health information to your
insurer for payment purposes, and are(2) agreeing to pay in full for the medical
supplies and equipment you purchase through this website.




9 Items


Sort By Price: Low to High Price: High to Low Name: (A - Z) Name: (Z - A)
Relevance


EXCEL 2000 WHEELCHAIR DESK ARM ELEVATING LEG 20IN SEAT 1CT

SKU MDS806450

In Stock Out of Stock
$314.95
 * 

Out of Stock
Add to Cart


EXCEL 2000 WHEELCHAIR DESK ARM ELEVATING LEG 18IN SEAT 1CT

SKU MDS806300D

In Stock Out of Stock
$241.45
 * 

Out of Stock
Add to Cart


EXCEL 2000 WHEELCHAIR FULL ARM ELEVATING LEG 18IN SEAT 1CT

SKU MDS806100D

In Stock Out of Stock
$230.95
 * 

Out of Stock
Add to Cart


MEDLINE EXCEL BARIATRIC WHEELCHAIR 20IN SEAT 1CT

SKU MDS806750

In Stock Out of Stock
$365.95
 * 

Out of Stock
Add to Cart


MEDLINE EXCEL BARIATRIC XW WHEELCHAIR 24IN SEAT 1CT

SKU MDS806950

In Stock Out of Stock
$366.95
 * 

Out of Stock
Add to Cart
Best Seller


MEDLINE EXCEL BARIATRIC XW WHEELCHAIR 22IN SEAT 1CT

SKU MDS806850

In Stock Out of Stock
$399.45
 * 

Out of Stock
Add to Cart


MEDLINE RECLINING WHEELCHAIR 22IN BACK/16IN SEAT 1CT

SKU MDS808350

In Stock Out of Stock
$488.18
 * 

Out of Stock
Add to Cart


MEDLINE RECLINING WHEELCHAIR 22IN BACK/22IN SEAT 1CT

SKU MDS808650

In Stock Out of Stock
$485.95
 * 

Out of Stock
Add to Cart


MEDLINE EXTRA-WIDE WHEELCHAIRS

SKU MDS806950FLA

In Stock Out of Stock
$482.95
 * 

Out of Stock
Add to Cart

9 Items


Show 12 24 36
per page
Filter by
Active filtering
Category Wheelchairs
Clear All
Price
$230.00
$488.99

9 items
OK
Weight Capacity
300lb 500lb 350lb 500 lbs


Sign Up for Our Newsletter Be among the first to see our latest offers and
events to come
Email Address Subscribe






TRACK YOUR ORDER

Quick access to order detail and tracking information


 * About Us
 * Blog
 * Contact Us
 * Shipping & Returns
 * Help
 * Tech Support
 * Cookie Preferences



Medline is a Medicare and Medicaid participating supplier in some states. It
also contracts with certain commercial insurance plans. The medical equipment
and supplies sold through this website may be covered by Medicare, Medicaid or
your commercial insurance plan. This website conducts cash sales only. If you
are Medicare beneficiary and YOU ELECT TO PURCHASE any Medical equipment or
supplies from this website then you will be personally and fully responsible for
payment. Medline will not submit claims or collect payment for orders placed on
this website nor will Medline verify whether purchased items are covered under
Medicare, regardless of whether you are a prior Medline customer. If you reside
in a Competitive Bidding Area, Medicare will not reimburse you for competitive
bid items not purchased from awarded Medicare suppliers absent certain
exceptions. As such, you will not be able to seek reimbursement from Medicare
for Medical equipment or supplies purchased from this website that are deemed
competitive bid items if you reside in a Competitive Bidding Area. For more
information on the Medicare Part B DMEPOS Competitive Bid Program and for a list
of Competitive Bidding Areas and approved supplier see
https://www.dmecompetitivebid.com/palmetto/cbic.nsf/DocsCat/Home.

Medicare, Medicaid, OTC plans and/or other insurance companies may pay for some
of the items on this website. If you believe an item on this website may be
reimbursable through your insurance policy or coverage and you would like to
place an order through Medline using your insurance for payment, please call
1-866-356-4997.



 * Terms and Conditions
 * Privacy Policy
 * Do Not Sell or Share My Personal Information


 * Copyright © 2023 Medline at Home. All rights reserved.





THIS WEBSITE USES COOKIES.

We use cookies to offer you a better browsing experience, analyze site traffic,
for social media and advertising, and to improve the website. This includes
third party cookies, which are set on this website by our social media,
advertising, and analytics providers. You can manage which cookies you would
like to permit by selecting the "Cookie Preferences" link to the right. To learn
more, view our Privacy Policy.

Cookie Preferences Accept All Cookies