www.tavolashop.com Open in urlscan Pro
2606:4700:3108::ac42:288c  Public Scan

Submitted URL: http://www.tavolashop.com/
Effective URL: https://www.tavolashop.com/ae-en/
Submission: On October 25 via api from SA — Scanned from DE

Form analysis 6 forms found in the DOM

GET https://www.tavolashop.com/ae-en/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.tavolashop.com/ae-en/catalogsearch/result/" method="get">
  <div class="relative flex search-input-wrapper" style="height: 70px;">
    <label class="search-icon hidden lg:block xl:block 2xl:block" style="border-top-left-radius: 5px;">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="#374151" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M22.5329 23.7336L13.9664 15.1664C13.2998 15.7445 12.5275 16.1891 11.6496 16.5C10.7718 16.8109 9.86618 16.9664 8.93285 16.9664C6.66618 16.9664 4.74405 16.1832 3.16645 14.6168C1.58885 13.0499 0.800049 11.1443 0.800049 8.89999C0.800049 6.63332 1.58885 4.71652 3.16645 3.14959C4.74405 1.58319 6.65525 0.799988 8.90005 0.799988C11.1443 0.799988 13.0552 1.58319 14.6328 3.14959C16.211 4.71652 17 6.63332 17 8.89999C17 9.83332 16.8387 10.7389 16.516 11.6168C16.1939 12.4947 15.744 13.2779 15.1664 13.9664L23.7328 22.5L22.5329 23.7336ZM8.90005 15.3C10.7 15.3 12.2166 14.6779 13.4496 13.4336C14.6832 12.1888 15.3 10.6776 15.3 8.89999C15.3 7.09999 14.6832 5.57785 13.4496 4.33359C12.2166 3.08879 10.7 2.46639 8.90005 2.46639C7.12192 2.46639 5.60512 3.08879 4.34965 4.33359C3.09418 5.57785 2.46645 7.09999 2.46645 8.89999C2.46645 10.6776 3.09418 12.1888 4.34965 13.4336C5.60512 14.6779 7.12192 15.3 8.90005 15.3Z"
          fill="#374151"></path>
      </svg>
    </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="text" style="padding-left: 15px;" class="search-form w-full border-l-0 border-0 p-2 lg:px-2 px-5 text-lg leading-normal transition appearance-none text-grey-800
                        focus:outline-none focus:border-transparent lg:text-xl font-tajawal-regular" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search here..." maxlength="128">
    <div class="search-icon" style="padding-top: 20px;padding-right: 24px;cursor: pointer;border-top-right-radius: 5px;">
      <button @click="hideSearch" type="button">
        <svg width="17" height="17" viewBox="0 0 18 18" fill="#374151" xmlns="http://www.w3.org/2000/svg">
          <path d="M1.43364 17.7664L0.233643 16.5664L7.83364 8.99998L0.233643 1.43358L1.43364 0.233582L9.00004 7.83358L16.5664 0.233582L17.7664 1.43358L10.1664 8.99998L17.7664 16.5664L16.5664 17.7664L9.00004 10.1664L1.43364 17.7664Z" fill="#374151">
          </path>
        </svg>
      </button>
    </div>
  </div>
  <div class="relative bg-white h-5 px-5" style="border-radius: 5px;">
    <div class="border-t-2 px-10 py-3" style="border-color: #374151;margin-top: -15px;"> </div>
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute custom-grid bg-white border-0 z-50 w-full lg:grid lg:grid-cols-1 lg:grid-cols-2 flex flex-col" style="margin-top: -5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class="my-5" :class="{
                             'my-5 px-2 px-5 border-0 lg:border-l-2 lg:border-[#D9D9D9] lg:order-none order-3 lg:mb-14' : templates[searchResultByType[0].type].title == 'POSSIBLE ITEM MATCHES',
                             'my-5 px-2 px-5 border-0 lg:border-r-2 lg:border-[#D9D9D9] lg:order-none order-3 lg:mb-14' : templates[searchResultByType[0].type].title == 'منتجات مطابقة محتملة',
                             'brand-item-search mx-5 lg:order-none order-2 lg:border-none border-b-2 lg:order-none order-1 lg:mb-0 mb-4 lg:pb-0 pb-4' : templates[searchResultByType[0].type].title == 'العلامات التجارية',
                             'brand-item-search mx-5 lg:order-none order-2 lg:border-none border-b-2 lg:order-none order-1 lg:mb-0 mb-4 lg:pb-0 pb-4 eng' : templates[searchResultByType[0].type].title == 'BRANDS',
                             'lg:mt-4 suggestion-item mx-5 border-b-2 lg:order-none order-1 lg:my-0 my-6 lg:pb-0 pb-4 text-left' : templates[searchResultByType[0].type].title == 'SUGGESTIONS',
                             'lg:mt-4 suggestion-item mx-5 border-b-2 lg:order-none order-1 lg:my-0 my-6 lg:pb-0 pb-4 text-right' : templates[searchResultByType[0].type].title == 'اقتراحات'
                             }">
          <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 pb-2 font-tajawal-bold text-left title" x-text="templates[searchResultByType[0].type].title" style="font-size: 16px;"></div>
          </template>
          <div class="inner" :class="{
                            'grid grid-cols-1 lg:grid-cols-2' : templates[searchResultByType[0].type].title === 'POSSIBLE ITEM MATCHES',
                            'grid grid-cols-1 lg:grid-cols-2 arabic' : templates[searchResultByType[0].type].title === 'منتجات مطابقة محتملة'
                            }">
            <template class="inner" x-for="searchResult in searchResultByType">
              <div>
                <template x-if="searchResult.type == 'term'">
                  <a class="w-full block p-2 flex justify-between pl-0" x-bind:href="'https://www.tavolashop.com/ae-en/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
<div>
<template x-for="text in searchResult.title.toLowerCase().split(' ')">
<span class="font-normal font-tajawal-regular" x-text="text" :class="{ 'font-bold font-tajawal-bold': text.includes(searchQuery)}" style="font-size: 16px;">
</span>
</template>
</div>
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.6 14.65L1.75 2.8V9.75H0.25V0.25H9.75V1.75H2.8L14.65 13.6L13.6 14.65Z" fill="#CECECE"></path>
</svg>
</a>
                </template>
                <template x-if="searchResult.type == 'product'">
                  <a class="w-full block lg:p-4" :href="searchResult.url" :title="searchResult.title">
<div class="grid grid-cols-2 lg:flex lg:flex-col py-3 lg:p-3 lg:items-center" style="grid-template-columns: 36% 55%;">
<div class="text-left lg:text-center mb-4 w-2/3">
<img class="product-thumbail lg:inline-block" height="150" width="150" :src="searchResult.image">
</div>
<div class="text-left lg:text-center product-text-wrapper">
<template x-for="text in searchResult.title.toLowerCase().split(' ')">
<span class="font-normal font-tajawal-regular mb-4 capitalize" x-text="text" :class="{'font-bold font-tajawal-bold': text.includes(searchQuery)}" style="font-size: 16px;">
</span>
</template>
</div>
</div>
</a>
                </template>
                <template x-if="searchResult.type == 'category'">
                  <a class="w-full block p-2 pl-0" :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>
                <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>
                <template x-if="searchResult.type == 'brand'">
                  <a class="w-full block p-2 text-left pl-0 " :href="searchResult.brand_url" :title="searchResult.brand_name">

<template x-for="text in searchResult.brand_name.toLowerCase().split(' ')">
<span class="font-normal font-tajawal-regular capitalize" x-text="text" :class="{ 'font-bold font-tajawal-bold': text.includes(searchQuery)}" style="font-size: 16px;">
</span>
</template>
</a>
                </template>
                <template x-if="searchResult.type == 'view-all-link'">
                  <a class="w-full block p-2 flex absolute view-all-link" x-bind:href="'https://www.tavolashop.com/ae-en/catalogsearch/result/?q=' + searchResult.name" :title="searchResult.title">
<span class="font-bold font-tajawal-bold mx-2" style="font-size: 16px;">SEE ALL</span>
<svg style="margin-top: 2px" width="9" height="16" viewBox="0 0 9 16" fill="#374151" xmlns="http://www.w3.org/2000/svg">
<path d="M1.4 15.5326L0 14.0893L6.13333 7.76632L0 1.4433L1.4 0L8.93333 7.76632L1.4 15.5326Z" fill="#374151"></path>
</svg>
</a>
                </template>
              </div>
            </template>
          </div>
        </div>
      </template>
    </div>
  </div>
</form>

GET https://www.tavolashop.com/ae-en/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.tavolashop.com/ae-en/catalogsearch/result/" method="get">
  <div class="relative flex search-input-wrapper" style="height: 70px;">
    <label class="search-icon hidden lg:block xl:block 2xl:block" style="border-top-left-radius: 5px;">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="#374151" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M22.5329 23.7336L13.9664 15.1664C13.2998 15.7445 12.5275 16.1891 11.6496 16.5C10.7718 16.8109 9.86618 16.9664 8.93285 16.9664C6.66618 16.9664 4.74405 16.1832 3.16645 14.6168C1.58885 13.0499 0.800049 11.1443 0.800049 8.89999C0.800049 6.63332 1.58885 4.71652 3.16645 3.14959C4.74405 1.58319 6.65525 0.799988 8.90005 0.799988C11.1443 0.799988 13.0552 1.58319 14.6328 3.14959C16.211 4.71652 17 6.63332 17 8.89999C17 9.83332 16.8387 10.7389 16.516 11.6168C16.1939 12.4947 15.744 13.2779 15.1664 13.9664L23.7328 22.5L22.5329 23.7336ZM8.90005 15.3C10.7 15.3 12.2166 14.6779 13.4496 13.4336C14.6832 12.1888 15.3 10.6776 15.3 8.89999C15.3 7.09999 14.6832 5.57785 13.4496 4.33359C12.2166 3.08879 10.7 2.46639 8.90005 2.46639C7.12192 2.46639 5.60512 3.08879 4.34965 4.33359C3.09418 5.57785 2.46645 7.09999 2.46645 8.89999C2.46645 10.6776 3.09418 12.1888 4.34965 13.4336C5.60512 14.6779 7.12192 15.3 8.90005 15.3Z"
          fill="#374151"></path>
      </svg>
    </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="text" style="padding-left: 15px;" class="search-form w-full border-l-0 border-0 p-2 lg:px-2 px-5 text-lg leading-normal transition appearance-none text-grey-800
                        focus:outline-none focus:border-transparent lg:text-xl font-tajawal-regular" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search here..." maxlength="128">
    <div class="search-icon" style="padding-top: 20px;padding-right: 24px;cursor: pointer;border-top-right-radius: 5px;">
      <button @click="hideSearch" type="button">
        <svg width="17" height="17" viewBox="0 0 18 18" fill="#374151" xmlns="http://www.w3.org/2000/svg">
          <path d="M1.43364 17.7664L0.233643 16.5664L7.83364 8.99998L0.233643 1.43358L1.43364 0.233582L9.00004 7.83358L16.5664 0.233582L17.7664 1.43358L10.1664 8.99998L17.7664 16.5664L16.5664 17.7664L9.00004 10.1664L1.43364 17.7664Z" fill="#374151">
          </path>
        </svg>
      </button>
    </div>
  </div>
  <div class="relative bg-white h-5 px-5" style="border-radius: 5px;">
    <div class="border-t-2 px-10 py-3" style="border-color: #374151;margin-top: -15px;"> </div>
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute custom-grid bg-white border-0 z-50 w-full lg:grid lg:grid-cols-1 lg:grid-cols-2 flex flex-col" style="margin-top: -5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class="my-5" :class="{
                             'my-5 px-2 px-5 border-0 lg:border-l-2 lg:border-[#D9D9D9] lg:order-none order-3 lg:mb-14' : templates[searchResultByType[0].type].title == 'POSSIBLE ITEM MATCHES',
                             'my-5 px-2 px-5 border-0 lg:border-r-2 lg:border-[#D9D9D9] lg:order-none order-3 lg:mb-14' : templates[searchResultByType[0].type].title == 'منتجات مطابقة محتملة',
                             'brand-item-search mx-5 lg:order-none order-2 lg:border-none border-b-2 lg:order-none order-1 lg:mb-0 mb-4 lg:pb-0 pb-4' : templates[searchResultByType[0].type].title == 'العلامات التجارية',
                             'brand-item-search mx-5 lg:order-none order-2 lg:border-none border-b-2 lg:order-none order-1 lg:mb-0 mb-4 lg:pb-0 pb-4 eng' : templates[searchResultByType[0].type].title == 'BRANDS',
                             'lg:mt-4 suggestion-item mx-5 border-b-2 lg:order-none order-1 lg:my-0 my-6 lg:pb-0 pb-4 text-left' : templates[searchResultByType[0].type].title == 'SUGGESTIONS',
                             'lg:mt-4 suggestion-item mx-5 border-b-2 lg:order-none order-1 lg:my-0 my-6 lg:pb-0 pb-4 text-right' : templates[searchResultByType[0].type].title == 'اقتراحات'
                             }">
          <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 pb-2 font-tajawal-bold text-left title" x-text="templates[searchResultByType[0].type].title" style="font-size: 16px;"></div>
          </template>
          <div class="inner" :class="{
                            'grid grid-cols-1 lg:grid-cols-2' : templates[searchResultByType[0].type].title === 'POSSIBLE ITEM MATCHES',
                            'grid grid-cols-1 lg:grid-cols-2 arabic' : templates[searchResultByType[0].type].title === 'منتجات مطابقة محتملة'
                            }">
            <template class="inner" x-for="searchResult in searchResultByType">
              <div>
                <template x-if="searchResult.type == 'term'">
                  <a class="w-full block p-2 flex justify-between pl-0" x-bind:href="'https://www.tavolashop.com/ae-en/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
<div>
<template x-for="text in searchResult.title.toLowerCase().split(' ')">
<span class="font-normal font-tajawal-regular" x-text="text" :class="{ 'font-bold font-tajawal-bold': text.includes(searchQuery)}" style="font-size: 16px;">
</span>
</template>
</div>
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.6 14.65L1.75 2.8V9.75H0.25V0.25H9.75V1.75H2.8L14.65 13.6L13.6 14.65Z" fill="#CECECE"></path>
</svg>
</a>
                </template>
                <template x-if="searchResult.type == 'product'">
                  <a class="w-full block lg:p-4" :href="searchResult.url" :title="searchResult.title">
<div class="grid grid-cols-2 lg:flex lg:flex-col py-3 lg:p-3 lg:items-center" style="grid-template-columns: 36% 55%;">
<div class="text-left lg:text-center mb-4 w-2/3">
<img class="product-thumbail lg:inline-block" height="150" width="150" :src="searchResult.image">
</div>
<div class="text-left lg:text-center product-text-wrapper">
<template x-for="text in searchResult.title.toLowerCase().split(' ')">
<span class="font-normal font-tajawal-regular mb-4 capitalize" x-text="text" :class="{'font-bold font-tajawal-bold': text.includes(searchQuery)}" style="font-size: 16px;">
</span>
</template>
</div>
</div>
</a>
                </template>
                <template x-if="searchResult.type == 'category'">
                  <a class="w-full block p-2 pl-0" :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>
                <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>
                <template x-if="searchResult.type == 'brand'">
                  <a class="w-full block p-2 text-left pl-0 " :href="searchResult.brand_url" :title="searchResult.brand_name">

<template x-for="text in searchResult.brand_name.toLowerCase().split(' ')">
<span class="font-normal font-tajawal-regular capitalize" x-text="text" :class="{ 'font-bold font-tajawal-bold': text.includes(searchQuery)}" style="font-size: 16px;">
</span>
</template>
</a>
                </template>
                <template x-if="searchResult.type == 'view-all-link'">
                  <a class="w-full block p-2 flex absolute view-all-link" x-bind:href="'https://www.tavolashop.com/ae-en/catalogsearch/result/?q=' + searchResult.name" :title="searchResult.title">
<span class="font-bold font-tajawal-bold mx-2" style="font-size: 16px;">SEE ALL</span>
<svg style="margin-top: 2px" width="9" height="16" viewBox="0 0 9 16" fill="#374151" xmlns="http://www.w3.org/2000/svg">
<path d="M1.4 15.5326L0 14.0893L6.13333 7.76632L0 1.4433L1.4 0L8.93333 7.76632L1.4 15.5326Z" fill="#374151"></path>
</svg>
</a>
                </template>
              </div>
            </template>
          </div>
        </div>
      </template>
    </div>
  </div>
</form>

POST https://www.tavolashop.com/ae-en/customer/account/loginPost/

<form class="form form-login" action="https://www.tavolashop.com/ae-en/customer/account/loginPost/" method="post" x-data="initCustomerLoginForm()" @submit.prevent="submitForm()" id="customer-login-form">
  <input name="form_key" type="hidden" value="uljXSQY13yVOGFSp">
  <fieldset class="fieldset login">
    <legend class="mb-3">
      <h2 class="text-3xl font-light title-font mb-1 text-primary"> Welcome to TAVOLA </h2>
    </legend>
    <div class="field email required">
      <div class="control">
        <input name="login[username]" class="form-input w-full rounded-none mb-3" required="" value="" autocomplete="off" id="email" type="email" placeholder="Email" title="Email">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="login[password]" class="form-input w-full rounded-none mb-1" required="" type="password" autocomplete="off" id="pass" placeholder="Password" title="Password">
      </div>
    </div>
    <div>
      <div id="remember-me-box" class="field choice persistent">
        <input type="checkbox" name="persistent_remember_me" class="checkbox text-white border border-black" id="remember_me6M90mRhBHk" checked="checked" title="Remember Me" style="height: 24px;width: 24px; border: 1px solid #9B9B9B; ">
        <label for="remember_me6M90mRhBHk" class="label text-xl mt-2 -ml-1">
          <span> Remember Me </span>
        </label>
      </div>
      <style>
        [type=checkbox]:checked {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 15 15' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
        }
      </style>
    </div>
    <div class="pb-4 pt-3">
      <a class="underline text-secondary mt-2 mb-4" href="https://www.tavolashop.com/ae-en/customer/account/forgotpassword/"><span>Forgot Your Password?</span>
</a>
    </div>
    <div class="pb-4 items-center">
      <button type="submit" class="btn btn-secondary border-0 w-full justify-center bg-black text-white border-1 border-black rounded-none hover:bg-red-main" name="send">
        <span class="mt-1 text-2xl font-normal hover:text-white">Log In</span>
      </button>
    </div>
    <div>
      <template x-if="displayErrorMessage">
        <p class="text-red flex items-center">
          <span class="inline-block w-8 h-8 mr-3">
            <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>
  </fieldset>
</form>

POST https://www.tavolashop.com/ae-en/customer/account/loginPost/

<form class="form form-login" action="https://www.tavolashop.com/ae-en/customer/account/loginPost/" method="post" x-data="initCustomerLoginForm()" @submit.prevent="submitForm()" id="customer-login-form">
  <input name="form_key" type="hidden" value="WCMFy7motdLmIpb3">
  <fieldset class="fieldset login">
    <legend class="mb-3">
      <h2 class="text-3xl font-light title-font mb-1 text-primary"> Welcome to TAVOLA </h2>
    </legend>
    <div class="field email required">
      <div class="control">
        <input name="login[username]" class="form-input w-full rounded-none mb-3" required="" value="" autocomplete="off" id="email" type="email" placeholder="Email" title="Email">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="login[password]" class="form-input w-full rounded-none mb-1" required="" type="password" autocomplete="off" id="pass" placeholder="Password" title="Password">
      </div>
    </div>
    <div>
      <div id="remember-me-box" class="field choice persistent">
        <input type="checkbox" name="persistent_remember_me" class="checkbox text-white border border-black" id="remember_me6M90mRhBHk" checked="checked" title="Remember Me" style="height: 24px;width: 24px; border: 1px solid #9B9B9B; ">
        <label for="remember_me6M90mRhBHk" class="label text-xl mt-2 -ml-1">
          <span> Remember Me </span>
        </label>
      </div>
      <style>
        [type=checkbox]:checked {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 15 15' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
        }
      </style>
    </div>
    <div class="pb-4 pt-3">
      <a class="underline text-secondary mt-2 mb-4" href="https://www.tavolashop.com/ae-en/customer/account/forgotpassword/"><span>Forgot Your Password?</span>
</a>
    </div>
    <div class="pb-4 items-center">
      <button type="submit" class="btn btn-secondary border-0 w-full justify-center bg-black text-white border-1 border-black rounded-none hover:bg-red-main" name="send">
        <span class="mt-1 text-2xl font-normal hover:text-white">Log In</span>
      </button>
    </div>
    <div>
      <template x-if="displayErrorMessage">
        <p class="text-red flex items-center">
          <span class="inline-block w-8 h-8 mr-3">
            <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>
  </fieldset>
</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="customer-email">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="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="pass" class="label">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="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"> Sign In </button>
      <a href="https://www.tavolashop.com/ae-en/customer/account/forgotpassword/">
Forgot Your Password? </a>
    </div>
  </div>
</form>

POST https://www.tavolashop.com/ae-en/newsletter/subscriber/new/

<form class="form subscribe" action="https://www.tavolashop.com/ae-en/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <p class="px-1 mb-3 font-light font-tajawal-light text-subscribe" style="font-size: 14px;line-height: 17px;color: #374151; width: 340px"> Join our subscribers list to get the latest news, updates and special offers delivered directly in your inbox.
  </p>
  <div class="mr-1 lg:mr-0 relative flex flex-wrap justify-start gap-2 md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> Email Address </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" style="width: 355px;height: 53px;flex: 1;"
      class="subscribe-input placeholder:font-tajawal-light placeholder:font-light form-input inline-flex w-full rounded-none justify-center items-center" placeholder="enter your email here...">
    <input name="form_key" type="hidden" value="WCMFy7motdLmIpb3"> <button class="inline-flex btn-custom-subscribe justify-center content-center">
      <svg class=" w-full" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" style="margin-top: 2px;">
        <mask id="mask0_34_94" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="40" height="40">
          <rect width="40" height="40" fill="#D9D9D9"></rect>
        </mask>
        <g mask="url(#mask0_34_94)">
          <path d="M24.3008 29.375L22.9035 27.917L29.488 21H8.73743V18.917H29.488L22.8642 12L24.3008 10.5L33.3189 19.958L24.3008 29.375Z" fill="white"></path>
        </g>
      </svg>
    </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <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

Free delivery on orders above AED 100
One-stop shop for all your kitchen needs!
Wishlist

Saudi Arabia

Kuwait

Bahrain

Oman

Qatar

عربي
 * Appliances
   Appliances
     Back
   * Appliances
   * Juicers
     Juicers
   * Blenders
     Blenders
   * Stand Mixers & Attachments
     Stand Mixers & Attachments
   * Food Processors
     Food Processors
   * Hand Mixers & Blenders
     Hand Mixers & Blenders
   * Cooking Appliances
     Cooking Appliances
   * Toasters
     Toasters
   * Instant Pot
     Instant Pot
   * Air Fryers
     Air Fryers
   * Coffee Makers & Grinders
     Coffee Makers & Grinders
   * Electric Kettles
     Electric Kettles
   * Indoor Grills & Panini Presses
     Indoor Grills & Panini Presses
   * Food Dehydrators
     Food Dehydrators
   * Bread Makers
     Bread Makers
   * Yogurt & Cheese Makers
     Yogurt & Cheese Makers
   * Waffle & Crepe Makers
     Waffle & Crepe Makers
   * Ice Cream Makers
     Ice Cream Makers
   * Raclettes
     Raclettes
 * Cookware
   Cookware
     Back
   * Cookware
   * Stovetop
     Stovetop
     * Frying & Sauté Pans
       Frying & Sauté Pans
     * Cookware Sets
       Cookware Sets
     * Grill Pans & Griddles
       Grill Pans & Griddles
     * Saucepans
       Saucepans
     * Woks
       Woks
     * Stock Pots & Pasta Pots
       Stock Pots & Pasta Pots
     * Casseroles & Braisers
       Casseroles & Braisers
     * Cookware Cleaners
       Cookware Cleaners
     * Milk Pots & Double Boilers
       Milk Pots & Double Boilers
   * Oven
     Oven
     * Ovenware
       Ovenware
     * Roasting Pans
       Roasting Pans
   * Specialty Cookware
     Specialty Cookware
     * Pressure Cookers
       Pressure Cookers
     * Fondue Sets & Raclette Makers
       Fondue Sets & Raclette Makers
     * Microwave Cookware
       Microwave Cookware
     * Steamers & Poachers
       Steamers & Poachers
     * Tagines & Paella Pans
       Tagines & Paella Pans
 * Bakeware
   Bakeware
     Back
   * Bakeware
   * Pans & Moulds
     Pans & Moulds
     * Cake Pans
       Cake Pans
     * Bundt Pans
       Bundt Pans
     * Springforms & Cheesecake Pans
       Springforms & Cheesecake Pans
     * Pizza, Pie & Tart Pans
       Pizza, Pie & Tart Pans
     * Bread & Loaf Pans
       Bread & Loaf Pans
     * Cupcake & Muffin Pans
       Cupcake & Muffin Pans
     * Multi Cavity Pans
       Multi Cavity Pans
     * Mini Treat Pans
       Mini Treat Pans
     * Baking Pans & Cookie Sheets
       Baking Pans & Cookie Sheets
     * Pancake & Waffle Pans
       Pancake & Waffle Pans
     * Bakeware Sets
       Bakeware Sets
   * Cake Decoration
     Cake Decoration
     * Decorating Tips & Accessories
       Decorating Tips & Accessories
     * Decorating Tools & Turntables
       Decorating Tools & Turntables
     * Pipping Bags, Couplers & Covers
       Pipping Bags, Couplers & Covers
     * Decorating Sets
       Decorating Sets
     * Stencils & Impression Sets
       Stencils & Impression Sets
     * Fondant & Gum Paste Tools
       Fondant & Gum Paste Tools
     * Sugar Flower Making Tools
       Sugar Flower Making Tools
     * Cake Decorating Molds
       Cake Decorating Molds
     * Mats, Boards & Rollers
       Mats, Boards & Rollers
     * Plungers & Cutters
       Plungers & Cutters
     * Cake Boards, Drums & Dummies
       Cake Boards, Drums & Dummies
   * Baking Tools
     Baking Tools
     * Baking & Pastry Tools
       Baking & Pastry Tools
     * Baking Cups & Wraps
       Baking Cups & Wraps
     * Weighing & Measuring Tools
       Weighing & Measuring Tools
     * Cookie Cutters & Accessories
       Cookie Cutters & Accessories
     * Cooling Racks
       Cooling Racks
     * Rolling Pins & Baking Mats
       Rolling Pins & Baking Mats
     * Cookie Press
       Cookie Press
   * Display & Storage
     Display & Storage
     * Cake & Cupcake Stands
       Cake & Cupcake Stands
     * Cake & Cupcake Boxes
       Cake & Cupcake Boxes
     * Cookie Boxes
       Cookie Boxes
     * Candy Boxes & Wrappers
       Candy Boxes & Wrappers
     * Treat Bags & Boxes
       Treat Bags & Boxes
     * Cake Carriers & Storage
       Cake Carriers & Storage
 * Kitchen Tools
   Kitchen Tools
     Back
   * Kitchen Tools
   * Essential Kitchen Utensils
     Essential Kitchen Utensils
     * Utensil Sets
       Utensil Sets
     * Spatulas & Turners
       Spatulas & Turners
     * Spoons & Ladles
       Spoons & Ladles
     * Whisks & Brushes
       Whisks & Brushes
   * Food Preparation Tools
     Food Preparation Tools
     * Mandolines & Slicers
       Mandolines & Slicers
     * Spiralizers & Corers
       Spiralizers & Corers
     * Graters & Zesters
       Graters & Zesters
     * Peelers
       Peelers
     * Choppers & Presses
       Choppers & Presses
     * Ricers & Mashers
       Ricers & Mashers
     * Colanders & Strainers
       Colanders & Strainers
     * Mixing Bowls
       Mixing Bowls
     * Measuring Cups, Spoons & Jars
       Measuring Cups, Spoons & Jars
     * Tongs & Forks
       Tongs & Forks
     * Chopping Boards
       Chopping Boards
   * Knives
     Knives
     * Knife Sets
       Knife Sets
     * Chefs Knives
       Chefs Knives
     * Peeling & Paring Knives
       Peeling & Paring Knives
     * Utility Knives
       Utility Knives
     * Slicing & Carving Knives
       Slicing & Carving Knives
     * Cleavers & Boning Knives
       Cleavers & Boning Knives
     * Bread Knives
       Bread Knives
     * Steak Knives
       Steak Knives
     * Specialty Knives
       Specialty Knives
     * Santoku Knives
       Santoku Knives
     * Knife Sharpeners
       Knife Sharpeners
     * Cutting Boards
       Cutting Boards
     * Kitchen Shears & Scissors
       Kitchen Shears & Scissors
   * Kitchen Gadgets
     Kitchen Gadgets
     * Kitchen Scales
       Kitchen Scales
     * Thermometers & Timers
       Thermometers & Timers
     * Can & Jar Openers
       Can & Jar Openers
   * Specialty Tools
     Specialty Tools
     * Salad Tools
       Salad Tools
     * Garlic & Herb Tools
       Garlic & Herb Tools
     * Fruit & Citrus Tools
       Fruit & Citrus Tools
     * Meat & Poultry Tools
       Meat & Poultry Tools
     * Kitchen Textiles
       Kitchen Textiles
     * Flour Tools
       Flour Tools
     * Pizza & Pasta Tools
       Pizza & Pasta Tools
     * Grill & BBQ Tools
       Grill & BBQ Tools
     * Chef Torches
       Chef Torches
     * Egg Tools
       Egg Tools
     * Cheese & Butter Tools
       Cheese & Butter Tools
     * Ice cream Tools & Molds
       Ice cream Tools & Molds
     * Chocolate & Candy Tools
       Chocolate & Candy Tools
     * Fermentation & Sprouting Tools
       Fermentation & Sprouting Tools
     * Seafood Tools
       Seafood Tools
   * Seasoning & Oil
     Seasoning & Oil
     * Salt & Pepper Mills
       Salt & Pepper Mills
     * Spice & Nut Tools
       Spice & Nut Tools
     * Oil & Vinegar Dispensers
       Oil & Vinegar Dispensers
     * Mortars & Pestles
       Mortars & Pestles
   * Storage & Organization
     Storage & Organization
     * Food Storage Jars & Containers
       Food Storage Jars & Containers
     * Food Storage Containers
       Food Storage Containers
     * Food Covers
       Food Covers
     * Bread Bins
       Bread Bins
     * Utensil Holders
       Utensil Holders
   * Beverage Tools
     Beverage Tools
     * Water Filters & Bottles
       Water Filters & Bottles
     * Carbonated Drink Makers
       Carbonated Drink Makers
     * Ice Cube Trays
       Ice Cube Trays
 * Coffee & Tea
   Coffee & Tea
     Back
   * Coffee & Tea
   * Coffee
     Coffee
     * French Press
       French Press
     * Moka Pot
       Moka Pot
     * Syphon
       Syphon
     * Pour Over & V60
       Pour Over & V60
     * Cold Brew
       Cold Brew
     * Coffee Machines
       Coffee Machines
     * Coffee Grinders
       Coffee Grinders
     * Milk Frothers
       Milk Frothers
     * Gooseneck Kettles
       Gooseneck Kettles
     * Coffee Spare Parts & Accessories
       Coffee Spare Parts & Accessories
     * Coffee Beans & Capsules
       Coffee Beans & Capsules
   * Tea
     Tea
     * Tea Press
       Tea Press
     * Tea Pots
       Tea Pots
     * Tea Infusers & Strainers
       Tea Infusers & Strainers
     * Kettles
       Kettles
     * Tea Leaves & Bags
       Tea Leaves & Bags
     * Tea Warmers
       Tea Warmers
   * Coffee & Tea Serveware
     Coffee & Tea Serveware
     * Thermal Flasks
       Thermal Flasks
     * Teacups
       Teacups
     * Espresso Cups
       Espresso Cups
     * Arabic Coffee Cups
       Arabic Coffee Cups
     * Glasses & Mugs
       Glasses & Mugs
     * Tea Sets
       Tea Sets
     * Coffee & Tea Spoons
       Coffee & Tea Spoons
     * Sugar Bowls, Honey Pots & Creamers
       Sugar Bowls, Honey Pots & Creamers
     * Travel Mugs & Presses
       Travel Mugs & Presses
 * Table & Home
   Table & Home
     Back
   * Table & Home
   * Tableware
     Tableware
     * Dinnerware Sets
       Dinnerware Sets
     * Cutlery Sets
       Cutlery Sets
     * Serving Tools
       Serving Tools
     * Serving Dishes & Platters
       Serving Dishes & Platters
     * Drinkware
       Drinkware
     * Table Accessories
       Table Accessories
     * Placemats
       Placemats
     * Salt & Pepper Shakers
       Salt & Pepper Shakers
     * Outdoor Dining & Serving
       Outdoor Dining & Serving
     * Dinner Plates
       Dinner Plates
     * Side Plates
       Side Plates
     * Bowls
       Bowls
     * Serving Bowls
       Serving Bowls
     * Dessert Plates & Cake Stands
       Dessert Plates & Cake Stands
     * Trays
       Trays
     * Cheese Boards
       Cheese Boards
     * Baskets
       Baskets
     * Tablecloths & Napkins
       Tablecloths & Napkins
   * Outdoor Dining
     Outdoor Dining
     * BBQ Grills
       BBQ Grills
     * Picnic Baskets
       Picnic Baskets
     * Cooler Bags
       Cooler Bags
   * Homeware
     Homeware
     * Mirrors
       Mirrors
     * Personal Care
       Personal Care
     * Floor Mats
       Floor Mats
     * Aprons
       Aprons
     * Waste Bins
       Waste Bins
     * Dish Racks
       Dish Racks
     * Soap Dispensers
       Soap Dispensers
     * Cleaning & Organisation
       Cleaning & Organisation
     * Candles & Fragrances
       Candles & Fragrances
     * Bathroom Tools
       Bathroom Tools
     * Sensor Mirrors
       Sensor Mirrors
     * Pet Bowls
       Pet Bowls
 * Edibles
   Edibles
     Back
   * Edibles
   * Sprinkles
     Sprinkles
   * Dusting Powders
     Dusting Powders
   * Icing
     Icing
   * Fondant & Gum Paste
     Fondant & Gum Paste
   * Food Colors
     Food Colors
   * Piping Gel
     Piping Gel
   * Candy Melts & Colors
     Candy Melts & Colors
   * Cake Mixes
     Cake Mixes
   * Flavourings
     Flavourings
   * Non-stick & Coloring Sprays
     Non-stick & Coloring Sprays
 * On The Go
   On The Go
     Back
   * On The Go
   * Lunch Boxes & Lunch Bags
     Lunch Boxes & Lunch Bags
   * Pocket Knives
     Pocket Knives
   * Travel Mugs, Jars & Flasks
     Travel Mugs, Jars & Flasks
   * Water Bottles
     Water Bottles
   * Travel Utensils
     Travel Utensils
 * Deals
   Deals
 * Brands
   Brands
 * Classes
 * Recipes



Search

SEE ALL

Saudi Arabia

Kuwait

Bahrain

Oman

Qatar

Wishlist
Customer Drawer
inline-block ml-1 no-underline sm:ml-3 hover:text-black Cart 0
عربي
 * Appliances
   
   * Juicers
     
   * Blenders
     
   * Stand Mixers & Attachments
     
   * Food Processors
     
   * Hand Mixers & Blenders
     
   * Cooking Appliances
     
   * Toasters
     
   * Instant Pot
     
   * Air Fryers
     
   * Coffee Makers & Grinders
     
   * Electric Kettles
     
   * Indoor Grills & Panini Presses
     
   * Food Dehydrators
     
   * Bread Makers
     
   * Yogurt & Cheese Makers
     
   * Waffle & Crepe Makers
     
   * Ice Cream Makers
     
   * Raclettes
     
 * Cookware
   
   * Stovetop
     
     * Frying & Sauté Pans
       
     * Cookware Sets
       
     * Grill Pans & Griddles
       
     * Saucepans
       
     * Woks
       
     * Stock Pots & Pasta Pots
       
     * Casseroles & Braisers
       
     * Cookware Cleaners
       
     * Milk Pots & Double Boilers
       
   * Oven
     
     * Ovenware
       
     * Roasting Pans
       
   * Specialty Cookware
     
     * Pressure Cookers
       
     * Fondue Sets & Raclette Makers
       
     * Microwave Cookware
       
     * Steamers & Poachers
       
     * Tagines & Paella Pans
       
 * Bakeware
   
   * Pans & Moulds
     
     * Cake Pans
       
     * Bundt Pans
       
     * Springforms & Cheesecake Pans
       
     * Pizza, Pie & Tart Pans
       
     * Bread & Loaf Pans
       
     * Cupcake & Muffin Pans
       
     * Multi Cavity Pans
       
     * Mini Treat Pans
       
     * Baking Pans & Cookie Sheets
       
     * Pancake & Waffle Pans
       
     * Bakeware Sets
       
   * Cake Decoration
     
     * Decorating Tips & Accessories
       
     * Decorating Tools & Turntables
       
     * Pipping Bags, Couplers & Covers
       
     * Decorating Sets
       
     * Stencils & Impression Sets
       
     * Fondant & Gum Paste Tools
       
     * Sugar Flower Making Tools
       
     * Cake Decorating Molds
       
     * Mats, Boards & Rollers
       
     * Plungers & Cutters
       
     * Cake Boards, Drums & Dummies
       
   * Baking Tools
     
     * Baking & Pastry Tools
       
     * Baking Cups & Wraps
       
     * Weighing & Measuring Tools
       
     * Cookie Cutters & Accessories
       
     * Cooling Racks
       
     * Rolling Pins & Baking Mats
       
     * Cookie Press
       
   * Display & Storage
     
     * Cake & Cupcake Stands
       
     * Cake & Cupcake Boxes
       
     * Cookie Boxes
       
     * Candy Boxes & Wrappers
       
     * Treat Bags & Boxes
       
     * Cake Carriers & Storage
       
 * Kitchen Tools
   
   * Essential Kitchen Utensils
     
     * Utensil Sets
       
     * Spatulas & Turners
       
     * Spoons & Ladles
       
     * Whisks & Brushes
       
   * Food Preparation Tools
     
     * Mandolines & Slicers
       
     * Spiralizers & Corers
       
     * Graters & Zesters
       
     * Peelers
       
     * Choppers & Presses
       
     * Ricers & Mashers
       
     * Colanders & Strainers
       
     * Mixing Bowls
       
     * Measuring Cups, Spoons & Jars
       
     * Tongs & Forks
       
     * Chopping Boards
       
   * Knives
     
     * Knife Sets
       
     * Chefs Knives
       
     * Peeling & Paring Knives
       
     * Utility Knives
       
     * Slicing & Carving Knives
       
     * Cleavers & Boning Knives
       
     * Bread Knives
       
     * Steak Knives
       
     * Specialty Knives
       
     * Santoku Knives
       
     * Knife Sharpeners
       
     * Cutting Boards
       
     * Kitchen Shears & Scissors
       
   * Kitchen Gadgets
     
     * Kitchen Scales
       
     * Thermometers & Timers
       
     * Can & Jar Openers
       
   * Specialty Tools
     
     * Salad Tools
       
     * Garlic & Herb Tools
       
     * Fruit & Citrus Tools
       
     * Meat & Poultry Tools
       
     * Kitchen Textiles
       
     * Flour Tools
       
     * Pizza & Pasta Tools
       
     * Grill & BBQ Tools
       
     * Chef Torches
       
     * Egg Tools
       
     * Cheese & Butter Tools
       
     * Ice cream Tools & Molds
       
     * Chocolate & Candy Tools
       
     * Fermentation & Sprouting Tools
       
     * Seafood Tools
       
   * Seasoning & Oil
     
     * Salt & Pepper Mills
       
     * Spice & Nut Tools
       
     * Oil & Vinegar Dispensers
       
     * Mortars & Pestles
       
   * Storage & Organization
     
     * Food Storage Jars & Containers
       
     * Food Storage Containers
       
     * Food Covers
       
     * Bread Bins
       
     * Utensil Holders
       
   * Beverage Tools
     
     * Water Filters & Bottles
       
     * Carbonated Drink Makers
       
     * Ice Cube Trays
       
 * Coffee & Tea
   
   * Coffee
     
     * French Press
       
     * Moka Pot
       
     * Syphon
       
     * Pour Over & V60
       
     * Cold Brew
       
     * Coffee Machines
       
     * Coffee Grinders
       
     * Milk Frothers
       
     * Gooseneck Kettles
       
     * Coffee Spare Parts & Accessories
       
     * Coffee Beans & Capsules
       
   * Tea
     
     * Tea Press
       
     * Tea Pots
       
     * Tea Infusers & Strainers
       
     * Kettles
       
     * Tea Leaves & Bags
       
     * Tea Warmers
       
   * Coffee & Tea Serveware
     
     * Thermal Flasks
       
     * Teacups
       
     * Espresso Cups
       
     * Arabic Coffee Cups
       
     * Glasses & Mugs
       
     * Tea Sets
       
     * Coffee & Tea Spoons
       
     * Sugar Bowls, Honey Pots & Creamers
       
     * Travel Mugs & Presses
       
 * Table & Home
   
   * Tableware
     
     * Dinnerware Sets
       
     * Cutlery Sets
       
     * Serving Tools
       
     * Serving Dishes & Platters
       
     * Drinkware
       
     * Table Accessories
       
     * Placemats
       
     * Salt & Pepper Shakers
       
     * Outdoor Dining & Serving
       
     * Dinner Plates
       
     * Side Plates
       
     * Bowls
       
     * Serving Bowls
       
     * Dessert Plates & Cake Stands
       
     * Trays
       
     * Cheese Boards
       
     * Baskets
       
     * Tablecloths & Napkins
       
   * Outdoor Dining
     
     * BBQ Grills
       
     * Picnic Baskets
       
     * Cooler Bags
       
   * Homeware
     
     * Mirrors
       
     * Personal Care
       
     * Floor Mats
       
     * Aprons
       
     * Waste Bins
       
     * Dish Racks
       
     * Soap Dispensers
       
     * Cleaning & Organisation
       
     * Candles & Fragrances
       
     * Bathroom Tools
       
     * Sensor Mirrors
       
     * Pet Bowls
       
 * Edibles
   
   * Sprinkles
     
   * Dusting Powders
     
   * Icing
     
   * Fondant & Gum Paste
     
   * Food Colors
     
   * Piping Gel
     
   * Candy Melts & Colors
     
   * Cake Mixes
     
   * Flavourings
     
   * Non-stick & Coloring Sprays
     
 * On The Go
   
   * Lunch Boxes & Lunch Bags
     
   * Pocket Knives
     
   * Travel Mugs, Jars & Flasks
     
   * Water Bottles
     
   * Travel Utensils
     
 * Deals
   
 * Brands
   
 * Classes
 * Recipes

 * Appliances
   
   * Juicers
     
   * Blenders
     
   * Stand Mixers & Attachments
     
   * Food Processors
     
   * Hand Mixers & Blenders
     
   * Cooking Appliances
     
   * Toasters
     
   * Instant Pot
     
   * Air Fryers
     
   * Coffee Makers & Grinders
     
   * Electric Kettles
     
   * Indoor Grills & Panini Presses
     
   * Food Dehydrators
     
   * Bread Makers
     
   * Yogurt & Cheese Makers
     
   * Waffle & Crepe Makers
     
   * Ice Cream Makers
     
   * Raclettes
     
 * Cookware
   
   * Stovetop
     
     * Frying & Sauté Pans
       
     * Cookware Sets
       
     * Grill Pans & Griddles
       
     * Saucepans
       
     * Woks
       
     * Stock Pots & Pasta Pots
       
     * Casseroles & Braisers
       
     * Cookware Cleaners
       
     * Milk Pots & Double Boilers
       
   * Oven
     
     * Ovenware
       
     * Roasting Pans
       
   * Specialty Cookware
     
     * Pressure Cookers
       
     * Fondue Sets & Raclette Makers
       
     * Microwave Cookware
       
     * Steamers & Poachers
       
     * Tagines & Paella Pans
       
 * Bakeware
   
   * Pans & Moulds
     
     * Cake Pans
       
     * Bundt Pans
       
     * Springforms & Cheesecake Pans
       
     * Pizza, Pie & Tart Pans
       
     * Bread & Loaf Pans
       
     * Cupcake & Muffin Pans
       
     * Multi Cavity Pans
       
     * Mini Treat Pans
       
     * Baking Pans & Cookie Sheets
       
     * Pancake & Waffle Pans
       
     * Bakeware Sets
       
   * Cake Decoration
     
     * Decorating Tips & Accessories
       
     * Decorating Tools & Turntables
       
     * Pipping Bags, Couplers & Covers
       
     * Decorating Sets
       
     * Stencils & Impression Sets
       
     * Fondant & Gum Paste Tools
       
     * Sugar Flower Making Tools
       
     * Cake Decorating Molds
       
     * Mats, Boards & Rollers
       
     * Plungers & Cutters
       
     * Cake Boards, Drums & Dummies
       
   * Baking Tools
     
     * Baking & Pastry Tools
       
     * Baking Cups & Wraps
       
     * Weighing & Measuring Tools
       
     * Cookie Cutters & Accessories
       
     * Cooling Racks
       
     * Rolling Pins & Baking Mats
       
     * Cookie Press
       
   * Display & Storage
     
     * Cake & Cupcake Stands
       
     * Cake & Cupcake Boxes
       
     * Cookie Boxes
       
     * Candy Boxes & Wrappers
       
     * Treat Bags & Boxes
       
     * Cake Carriers & Storage
       
 * Kitchen Tools
   
   * Essential Kitchen Utensils
     
     * Utensil Sets
       
     * Spatulas & Turners
       
     * Spoons & Ladles
       
     * Whisks & Brushes
       
   * Food Preparation Tools
     
     * Mandolines & Slicers
       
     * Spiralizers & Corers
       
     * Graters & Zesters
       
     * Peelers
       
     * Choppers & Presses
       
     * Ricers & Mashers
       
     * Colanders & Strainers
       
     * Mixing Bowls
       
     * Measuring Cups, Spoons & Jars
       
     * Tongs & Forks
       
     * Chopping Boards
       
   * Knives
     
     * Knife Sets
       
     * Chefs Knives
       
     * Peeling & Paring Knives
       
     * Utility Knives
       
     * Slicing & Carving Knives
       
     * Cleavers & Boning Knives
       
     * Bread Knives
       
     * Steak Knives
       
     * Specialty Knives
       
     * Santoku Knives
       
     * Knife Sharpeners
       
     * Cutting Boards
       
     * Kitchen Shears & Scissors
       
   * Kitchen Gadgets
     
     * Kitchen Scales
       
     * Thermometers & Timers
       
     * Can & Jar Openers
       
   * Specialty Tools
     
     * Salad Tools
       
     * Garlic & Herb Tools
       
     * Fruit & Citrus Tools
       
     * Meat & Poultry Tools
       
     * Kitchen Textiles
       
     * Flour Tools
       
     * Pizza & Pasta Tools
       
     * Grill & BBQ Tools
       
     * Chef Torches
       
     * Egg Tools
       
     * Cheese & Butter Tools
       
     * Ice cream Tools & Molds
       
     * Chocolate & Candy Tools
       
     * Fermentation & Sprouting Tools
       
     * Seafood Tools
       
   * Seasoning & Oil
     
     * Salt & Pepper Mills
       
     * Spice & Nut Tools
       
     * Oil & Vinegar Dispensers
       
     * Mortars & Pestles
       
   * Storage & Organization
     
     * Food Storage Jars & Containers
       
     * Food Storage Containers
       
     * Food Covers
       
     * Bread Bins
       
     * Utensil Holders
       
   * Beverage Tools
     
     * Water Filters & Bottles
       
     * Carbonated Drink Makers
       
     * Ice Cube Trays
       
 * Coffee & Tea
   
   * Coffee
     
     * French Press
       
     * Moka Pot
       
     * Syphon
       
     * Pour Over & V60
       
     * Cold Brew
       
     * Coffee Machines
       
     * Coffee Grinders
       
     * Milk Frothers
       
     * Gooseneck Kettles
       
     * Coffee Spare Parts & Accessories
       
     * Coffee Beans & Capsules
       
   * Tea
     
     * Tea Press
       
     * Tea Pots
       
     * Tea Infusers & Strainers
       
     * Kettles
       
     * Tea Leaves & Bags
       
     * Tea Warmers
       
   * Coffee & Tea Serveware
     
     * Thermal Flasks
       
     * Teacups
       
     * Espresso Cups
       
     * Arabic Coffee Cups
       
     * Glasses & Mugs
       
     * Tea Sets
       
     * Coffee & Tea Spoons
       
     * Sugar Bowls, Honey Pots & Creamers
       
     * Travel Mugs & Presses
       
 * Table & Home
   
   * Tableware
     
     * Dinnerware Sets
       
     * Cutlery Sets
       
     * Serving Tools
       
     * Serving Dishes & Platters
       
     * Drinkware
       
     * Table Accessories
       
     * Placemats
       
     * Salt & Pepper Shakers
       
     * Outdoor Dining & Serving
       
     * Dinner Plates
       
     * Side Plates
       
     * Bowls
       
     * Serving Bowls
       
     * Dessert Plates & Cake Stands
       
     * Trays
       
     * Cheese Boards
       
     * Baskets
       
     * Tablecloths & Napkins
       
   * Outdoor Dining
     
     * BBQ Grills
       
     * Picnic Baskets
       
     * Cooler Bags
       
   * Homeware
     
     * Mirrors
       
     * Personal Care
       
     * Floor Mats
       
     * Aprons
       
     * Waste Bins
       
     * Dish Racks
       
     * Soap Dispensers
       
     * Cleaning & Organisation
       
     * Candles & Fragrances
       
     * Bathroom Tools
       
     * Sensor Mirrors
       
     * Pet Bowls
       
 * Edibles
   
   * Sprinkles
     
   * Dusting Powders
     
   * Icing
     
   * Fondant & Gum Paste
     
   * Food Colors
     
   * Piping Gel
     
   * Candy Melts & Colors
     
   * Cake Mixes
     
   * Flavourings
     
   * Non-stick & Coloring Sprays
     
 * On The Go
   
   * Lunch Boxes & Lunch Bags
     
   * Pocket Knives
     
   * Travel Mugs, Jars & Flasks
     
   * Water Bottles
     
   * Travel Utensils
     
 * Deals
   
 * Brands
   
 * Classes
 * Recipes


SEE ALL


MY CART



x









Subtotal:

View Cart Checkout


MY ACCOUNT


WELCOME TO TAVOLA



Remember Me
Forgot Your Password?
Log In






I DON'T HAVE AN ACCOUNT

Creating an account allows you to check out faster, keep more than one address,
track orders, and receive personalized communication about offers and special
discounts.

We're committed to never sharing your account data with 3rd parties or ad
networks.

Create an Account
Loading...


MY ACCOUNT


WELCOME TO TAVOLA



Remember Me
Forgot Your Password?
Log In






I DON'T HAVE AN ACCOUNT

Creating an account allows you to check out faster, keep more than one address,
track orders, and receive personalized communication about offers and special
discounts.

We're committed to never sharing your account data with 3rd parties or ad
networks.

Create an Account
Loading...


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
Skip to Content


EXPLORE


Halloween Must-Haves
Professional Kitchen Knives
Top Selling Cookware
Classes & Workshops
Cake Decorating Tools
Kitchen Essentials



NEW PRODUCTS


Instant Brands Air Fryers
KitchenAid Stand Mixers
Kuvings juicers
WMF Coffee Machines
Nordic Ware Pans & Moulds
IVV Glassware
Atenas Stain Repellent Tablecloths


BROWSE BY CATEGORY


Electric Pressure Cookers
Frying Pans
Springforms Pans
Knife Sets
Blenders
Pizza & Pasta Tools
Specialty Cookware
Arabic Thermal Flasks



FREE DELIVERY

For orders above AED 100


30 DAY RETURN

Free Return for Every Order


TAVOLA PROMISE

Warranty & Service

GET OUR NEWSLETTER

Join our subscribers list to get the latest news, updates and special offers
delivered directly in your inbox.

Email Address






CUSTOMER CARE

9:00 AM - 5:00 PM

800 828 652

customercare@tavolashop.com



HELP

 * FAQs
 * Shipping
 * Returns & Exchanges
 * TAVOLA Promise
 * Terms & Conditions
 * Privacy Policy
 * Sitemap

ONLINE STORES

 * United Arab Emirates
 * Saudi Arabia
 * Kuwait
 * Bahrain
 * Oman
 * Qatar

TAVOLA

 * About Us
 * Contact Us
 * Shop Locations
 * Wholesale

ACCOUNT

 * Login
 * Register
 * Track Order



® TAVOLA. All Rights Reserved.