marketgrandesofertas.shop Open in urlscan Pro
167.88.35.220  Public Scan

Submitted URL: http://marketgrandesofertas.shop/
Effective URL: https://marketgrandesofertas.shop/
Submission Tags: suspect
Submission: On September 27 via api from BR — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field border--bottom ">
    <input class="search__input" id="Search-In-Modal" type="search" name="q" value="" aria-label="Search" placeholder="Search">
    <input name="options[prefix]" type="hidden" value="last">
    <button style="border:none; margin-bottom: 3px;" class="search__button field__button color--grey2 bg--transparent"
      aria-label="{&quot;no_results_html&quot;=>&quot;Your search for \&quot;{{ terms }}\&quot; did not yield any results.&quot;, &quot;results_for_html&quot;=>&quot;Your search for \&quot;{{ terms }}\&quot; revealed the following:&quot;, &quot;results_with_count&quot;=>{&quot;one&quot;=>&quot;{{ count }} result for \&quot;{{ terms }}\&quot;&quot;, &quot;other&quot;=>&quot;{{ count }} results for \&quot;{{ terms }}\&quot;&quot;}, &quot;title&quot;=>&quot;Search for products&quot;, &quot;placeholder&quot;=>&quot;Search&quot;, &quot;submit&quot;=>&quot;Search&quot;, &quot;pages&quot;=>&quot;Pages&quot;, &quot;articles&quot;=>&quot;Articles&quot;}">
      <svg width="16" height="16" class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
        <use href="#icon-search">
        </use>
      </svg>
    </button>
  </div>
</form>

GET /search

<form action="/search" method="get" class="input-group search" role="search">
  <label for="search" class="hide">Search</label>
  <input id="search" type="search" name="q" value="" placeholder="Search" class="py1 search__input input-group-field border--none bg--transparent border-bottom--black font-size--xl color--active-text" aria-label="Search" data-search-input=""
    data-desktop-active-first-item="">
  <span class="input-group-btn search-btn">
    <button type="submit" class="block font-size--xl bg--transparent border--none" data-desktop-active-last-item="" aria-label="Submit Search">
      <span class="icon-wrapper"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
          <g fill-rule="evenodd">
            <path d="M36.387 38.162L51.98 56.473l3.027-2.502L39.413 35.66z"></path>
            <path
              d="M27.592 11.14c-7.49 0-13.582 6.323-13.582 14.097 0 7.774 6.092 14.098 13.582 14.098 7.49 0 13.583-6.324 13.583-14.098 0-7.774-6.093-14.098-13.583-14.098m0 32.542c-9.922 0-17.993-8.274-17.993-18.444S17.67 6.793 27.592 6.793c9.922 0 17.993 8.274 17.993 18.444s-8.071 18.444-17.993 18.444">
            </path>
          </g>
        </svg></span>
    </button>
  </span>
</form>

<form id="form" data-product-vendor="" data-product-variant="" data-order-default-method="tracked" data-giftcard-default-method="instant" class="w-full h-full pt-8 border-t border-gray-300 dark:border-neutral-900" autocomplete="off">
  <div class="grid gap-x-4 gap-y-4 mb-6 grid-cols-1 sm:grid-cols-2">
    <div class="col-span-2 sm:col-span-1">
      <div id="to-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="to" class="block text-xs font-medium ">To</label>
        <input type="text" name="to" id="to" required="" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer "
          placeholder="Who is it for?">
      </div>
      <p id="to-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
      <p id="to-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="to-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2 sm:col-span-1">
      <div id="from-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="from" class="block text-xs font-medium ">From</label>
        <input type="text" name="from" id="from" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer "
          placeholder="Who is this from?">
      </div>
      <p id="from-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
      <p id="from-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="from-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2">
      <div id="message-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer relative">
        <label for="message" class="block text-xs font-medium ">Message</label>
        <textarea type="text" name="message" id="message" rows="4"
          class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer  min-h-[100px]"
          placeholder="Write your message..."></textarea>
        <div class="text-gray-400 absolute top-2 right-2 text-xs"><span id="message-count">0</span>/210</div>
      </div>
      <p id="message-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
      <p id="message-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="message-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2 sm:col-span-1">
      <div id="email-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="email" class="block text-xs font-medium ">Recipient's email</label>
        <input type="email" name="email" id="email" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer "
          placeholder="recipient@giftnote.com">
      </div>
      <p id="email-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="email-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2 sm:col-span-1 ">
      <div id="phone-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="phone" class="block text-xs font-medium ">Recipient's phone number</label>
        <input type="tel" name="phone" id="phone" data-country="CA"
          class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer ">
      </div>
      <p id="phone-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="phone-mobile" class="mt-2 hidden peer-[.mobile]:block text-red-500 text-sm">Enter a mobile phone number</p>
    </div>
    <p id="medium-error" class="col-span-2 hidden text-red-500 text-sm -mt-3"> Provide an email and/or phone number </p>
    <div class="col-span-2">
      <h3 class="block text-xs font-medium  text-neutral-900 dark:text-neutral-200 my-2">When should we send your message?</h3>
      <div id="method-field" class="col-span-2 font-medium">
        <ul id="method" role="tablist"
          class="border-neutral-300 divide-neutral-200 text-neutral-800 dark:border-neutral-950 dark:divide-neutral-900 dark:text-neutral-100 flex border 0 font-medium flex-wrap sm:flex-nowrap sm:divide-x sm:divide-y-0 divide-x-0 divide-y text-center rounded-md overflow-hidden ">
          <li id="tracked-tab-parent" class="w-full " role="presentation">
            <input type="radio" id="tracked" name="method" value="tracked" class="hidden peer" required="" style="display: none;">
            <button id="tracked-tab" class="bg-white hover:bg-neutral-50  dark:bg-neutral-800 dark:hover:bg-neutral-700 cursor-pointer inline-block w-full py-2 px-3 hover:text-current  " type="button" for="tracked" role="tab"
              data-tabs-target="#tracked-panel" aria-controls="tracked-panel" aria-selected="false">On Delivery</button>
          </li>
          <li class="w-full" role="presentation">
            <input type="radio" id="instant" name="method" value="instant" class="hidden peer" required="" style="display: none;">
            <button id="instant-tab" class="bg-white hover:bg-neutral-50  dark:bg-neutral-800 dark:hover:bg-neutral-700 cursor-pointer inline-block w-full py-2 px-3 hover:text-current  " type="button" for="instant" role="tab"
              data-tabs-target="#instant-panel" aria-controls="instant-panel" aria-selected="false">Send Now</button>
          </li>
          <li class="w-full" role="presentation">
            <input type="radio" id="scheduled" name="method" value="scheduled" class="hidden peer" required="" style="display: none;">
            <button id="scheduled-tab" class="bg-white hover:bg-neutral-50  dark:bg-neutral-800 dark:hover:bg-neutral-700 cursor-pointer inline-block w-full py-2 px-3 hover:text-current  " type="button" for="scheduled" role="tab"
              data-tabs-target="#scheduled-panel" aria-controls="scheduled-panel" aria-selected="false">Send Later</button>
          </li>
        </ul>
      </div>
    </div>
    <p id="method-error" class="col-span-2 hidden text-red-500 text-sm -mt-3">Select a method for your message</p>
    <div class="
        bg-white text-gray-500 border-gray-300 dark:bg-neutral-800 dark:text-neutral-50 dark:border-neutral-950
        col-span-2 p-4 rounded-md shadow-sm font-medium border
      " id="methods">
      <div class="hidden" id="instant-panel" role="tabpanel" aria-labelledby="instant-tab">
        <p class="text-center">Your message will be sent when you complete your order</p>
      </div>
      <div class="hidden" id="scheduled-panel" role="tabpanel" aria-labelledby="scheduled-tab">
        <p class="text-center mb-2">Your message will be sent at the selected date and time</p>
        <div class="grid gap-x-2 gap-y-2 grid-cols-1 sm:grid-cols-2">
          <div class="col-span-2 sm:col-span-1">
            <div id="date-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer ">
              <label for="date" class="block text-xs font-medium ">Date</label>
              <input id="date" type="date" name="trip-start" min="2024-09-27" value="2024-09-27"
                class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer ">
            </div>
            <p id="date-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
            <p id="date-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Select a date in the future</p>
            <p id="date-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
            </p>
          </div>
          <div class="col-span-2 sm:col-span-1">
            <div id="time-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
              <label for="time" class="block text-xs font-medium ">Time</label>
              <select type="time" id="time" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer " required="">
                <option value="0000">12:00 AM</option>
                <option value="0030">12:30 AM</option>
                <option value="0100">1:00 AM</option>
                <option value="0130">1:30 AM</option>
                <option value="0200">2:00 AM</option>
                <option value="0230">2:30 AM</option>
                <option value="0300">3:00 AM</option>
                <option value="0330">3:30 AM</option>
                <option value="0400">4:00 AM</option>
                <option value="0430">4:30 AM</option>
                <option value="0500">5:00 AM</option>
                <option value="0530">5:30 AM</option>
                <option value="0600">6:00 AM</option>
                <option value="0630">6:30 AM</option>
                <option value="0700">7:00 AM</option>
                <option value="0730">7:30 AM</option>
                <option value="0800">8:00 AM</option>
                <option value="0830">8:30 AM</option>
                <option value="0900">9:00 AM</option>
                <option value="0930">9:30 AM</option>
                <option value="1000">10:00 AM</option>
                <option value="1030">10:30 AM</option>
                <option value="1100">11:00 AM</option>
                <option value="1130">11:30 AM</option>
                <option value="1200">12:00 PM</option>
                <option value="1230">12:30 PM</option>
                <option value="1300">1:00 PM</option>
                <option value="1330">1:30 PM</option>
                <option value="1400">2:00 PM</option>
                <option value="1430">2:30 PM</option>
                <option value="1500">3:00 PM</option>
                <option value="1530">3:30 PM</option>
                <option value="1600">4:00 PM</option>
                <option value="1630">4:30 PM</option>
                <option value="1700">5:00 PM</option>
                <option value="1730">5:30 PM</option>
                <option value="1800">6:00 PM</option>
                <option value="1830">6:30 PM</option>
                <option value="1900">7:00 PM</option>
                <option value="1930">7:30 PM</option>
                <option value="2000">8:00 PM</option>
                <option value="2030">8:30 PM</option>
                <option value="2100">9:00 PM</option>
                <option value="2130">9:30 PM</option>
                <option value="2200">10:00 PM</option>
                <option value="2230">10:30 PM</option>
                <option value="2300">11:00 PM</option>
                <option value="2330">11:30 PM</option>
              </select>
            </div>
            <p id="time-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
            <p id="time-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Select a time in the future</p>
            <p id="time-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
            </p>
          </div>
        </div>
      </div>
      <div id="tracked-panel" class="hidden" role="tabpanel" aria-labelledby="tracked-tab">
        <p class="text-center">Your message will be sent when your order is delivered to your shipping address</p>
      </div>
    </div>
  </div>
  <button id="save-button" type="button" class="group bg-primary button-color py-3 px-4 rounded-md w-full shadow-sm transition-opacity hover:opacity-90 leading-6">
    <span id="order-message" class="group-[.loading]:hidden">Save message</span>
    <span id="voucher-message" class="group-[.loading]:hidden">Add to cart</span>
    <span class="hidden group-[.loading]:flex items-center justify-center">
      <svg class="animate-spin h-6 w-6 button-color" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
        <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
    </span>
  </button>
</form>

<form id="form">
  <label id="label" for="code">Check the balance of your gift card</label>
  <div id="input">
    <input type="text" id="code" placeholder="Enter gift card code" required="">
    <button id="button" type="submit" aria-label="Search">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">
        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"></path>
      </svg>
    </button>
  </div>
</form>

Text Content

Skip to content


Menu
 * Shop
    * Featured
      * - Shop All
      * - Bundles
      * - Bundle Builder
      * - Best Sellers
      * - Wedding Gifts
    * Dining
      * - Dinnerware
      * - Drinkware
      * - Cutlery
      * - Serveware
      * - Accessories
    * Living
      * - Rugs
      * - Planters
      * - Frames & Wall Art
      * - Lighting
      * - Decor
   
   --------------------------------------------------------------------------------

 * About
 * The Nest

 * Shop
   
   FEATURED
   
    * Shop All
    * Bundles
    * Bundle Builder
    * Best Sellers
    * Wedding Gifts
   
   DINING
   
    * Dinnerware
    * Drinkware
    * Cutlery
    * Serveware
    * Accessories
   
   LIVING
   
    * Rugs
    * Planters
    * Frames & Wall Art
    * Lighting
    * Decor

 * About
 * The Nest


CAD USD GBP



 * * Shop All
   * Bundles
   * Bundle Builder Save up to 20%
   * Best Sellers
   * Wedding Gifts

 * Dining
   
   * DINNERWARE
   
   * DRINKWARE
   
   * CUTLERY
   
   * SERVEWARE
   
   * ACCESSORIES

 * Living
   
   * RUGS
   
   * PLANTERS
   
   * FRAMES & WALL ART
   
   * LIGHTING
   
   * DECOR

BUNDLES

MIX & MATCH WITH STUDIO ROSLYN

Search

 * SHOP ALL

 * BUNDLES

 * BUNDLE BUILDER

 * DINING
   
   * Dinnerware
   * Drinkware
   * Cutlery
   * Serveware

 * LIVING
   
   * Rugs
   * Planters
   * Frames & Wall Art
   * Lighting
   * Decor

MIX & MATCH WITH STUDIO ROSLYN

 * ABOUT

 * THE NEST

 * FAQ

 * AFFILIATE PROGRAM

 * TRADE PROGRAM

 * VIRTUAL APPOINTMENT

 * GIFT REGISTRY

 * WEDDING GIFTS

SUPPORT

Account

Wishlist
CAD USD GBP

 * DINNERWARE

 * DRINKWARE

 * CUTLERY

 * SERVEWARE

 * RUGS

 * PLANTERS

 * FRAMES & WALL ART

 * LIGHTING

 * DECOR

 * ABOUT

 * OUR CERAMICS

 * OUR FLATWARE

 * OUR TEXTILES

 * OUR GLASSWARE

 * OUR STEMWARE

 * OUR WOOD


YOUR CART




DINNERWARE

Sustainably crafted by artisans in Portugal, our hand-finished ceramics are
organically shaped, one of a kind, and easy to dress up or down for every
occasion—from casual weeknight meals to an elegant dinner party for twelve.

Sustainably crafted by artisans in Portugal, our hand-finished ceramics are
organically shaped, one of a kind, and easy to dress up or down for every
occasion—from casual weeknight meals to an elegant dinner party for twelve.

Plates Bowls Mugs & Cups

 * Bundles
 * Dining
   * Dinnerware
   * Serveware
   * Drinkware
   * Cutlery
   * Accessories
 * Living
 * Shop All


PLATES

Dishwasher safe
Hand-Finished
Stackable

Ground your table setting with beautiful stoneware plates, each finished by hand
and organically shaped. From a starter salad through to dessert, there’s a
perfect plate for every meal.

Top Rated


THE DINNER PLATES

4.9

Rated 4.9 out of 5 stars
4.9 Stars (1,166 Reviews)
$94


THE SALAD PLATES

4.9

Rated 4.9 out of 5 stars
4.9 Stars (1,121 Reviews)
$81


THE DESSERT PLATES

4.9

Rated 4.9 out of 5 stars
4.9 Stars (336 Reviews)
$71


THE LITTLE PLATES

4.9

Rated 4.9 out of 5 stars
4.9 Stars (104 Reviews)
$50



BOWLS

Dishwasher safe
Hand-Finished
Stackable

These do-it-all ceramics make for stunning salad bowls, fruit bowls, mixing
bowls, and more—and as an added bonus, they double as home decor when not in
use.

THE PASTA BOWLS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (1,118 Reviews)
$94


THE RAMEN BOWLS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (70 Reviews)
$71


THE BREAKFAST BOWLS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (499 Reviews)
$81


THE DESSERT BOWLS

5.0

Rated 5.0 out of 5 stars
5.0 Stars (149 Reviews)
$71


THE LITTLE BOWLS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (203 Reviews)
$50


THE CEREAL BOWLS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (393 Reviews)
$81


THE EVERYTHING BOWLS

4.8

Rated 4.8 out of 5 stars
4.8 Stars (195 Reviews)
$50



MUGS & CUPS

Dishwasher safe
Hand-Finished

Upgrade your daily drink rotation with hand-finished ceramic cups, carafes, and
perfect mugs to elevate every sip—from your morning latte to an afternoon cup of
tea.

THE MUGS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (709 Reviews)
$88


THE CUPS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (178 Reviews)
$77


THE CAPPUCCINO CUPS

4.9

Rated 4.9 out of 5 stars
4.9 Stars (64 Reviews)
$77



OUR DINNERWARE

ARE YOUR CERAMICS SUSTAINABLE?

At Fable, we craft sustainable dinnerware you can feel good about setting on the
dinner table. During the production of our dinnerware, nothing goes to waste—as
our ceramics are made, all excess clay clippings, broken plates, and water used
during production are recycled and reused. Clay clippings and broken plates are
reincorporated into the production process for reuse, and broken ceramics that
have already been glazed are recycled into concrete.

Once the water used during production has been recycled multiple times and
becomes too saturated with clay particles, it’s reused as fertilizer in local
farmers’ fields. During the day, our ceramics facility is 100% solar powered.

DO YOUR CERAMICS SCRATCH EASILY?

While all semi-matte ceramics are susceptible to superficial marks from your
flatware, they can be easily taken off with a good scrubber and a scouring
compound. If you notice marks on your ceramics, use a scouring powder like Bar
Keepers Friend to make a paste with water; lemon juice and baking soda will also
work. Using the paste and a scrubber—we recommend our Tawashi Brush—give the
surface of your ceramics a hearty scrub for a few seconds. After a soapy rinse,
your dinnerware should be good as new.

If you’re looking for mark-resistant ceramics, check out our glossy Pearl White
collection.

DOES YOUR DINNERWARE HAVE LEAD OR ANY OTHER HEAVY METALS IN IT?

All of our products undergo strict testing. Our premium, Portuguese dinnerware
is free of lead, cadmium, and other heavy metals, and is compliant with GCGR,
FDA, and Prop 65 regulations.

WHEN IT COMES TO STONEWARE VS. PORCELAIN, WHAT’S THE DIFFERENCE?

The primary difference between stoneware and porcelain is that porcelain is made
from a finer particle clay than stoneware, which generally results in thinner,
lighter, and less durable pieces. Our stoneware is fired twice for durability,
making it perfect for everyday use.

IS YOUR DINNERWARE DISHWASHER AND MICROWAVE SAFE?

Yes. All Fable stoneware is durably crafted for everyday use, and our ceramics
are completely dishwasher safe, microwave safe, and oven safe up to 450ºF.

Share your #fablehome

Be our guest at @fablehome

The Dinner Plates...
$ 94
Flatware Set...
$ 339
2
The Short Glasses...
$ 88
The Pasta Bowls...
$ 94
The Dinner Plates...
$ 94
3
The Pasta Bowls...
$ 94
The Short Glasses...
$ 88
2
The Mugs...
$ 88
The Dinner Plates...
$ 94
3
The Breakfast
Bowls...
$ 81
The Pasta Bowls...
$ 94
2
Dinnerware Set...
$ 315
$ 350
The Mugs...
$ 88
2
The Pasta Bowls...
$ 94
The Little Bowls...
$ 50
The Breakfast
Bowls...
$ 81
The Carafe...
$ 56
4
The Pasta Bowls...
$ 94
The Dinner Plates...
$ 94
The Mugs...
$ 88
3
The Mugs...
$ 88
Dinnerware Set...
$ 315
$ 350
2
Flatware Set...
$ 339
Dinnerware Set...
$ 315
$ 350
The Mugs...
$ 88
3
The Mugs...
$ 88
1
The Breakfast
Bowls...
$ 81
The Pasta Bowls...
$ 94
The Dinner Plates...
$ 94
The Salad Plates...
$ 81
4
The Pasta Bowls...
$ 94
The Short Glasses...
$ 88
2
The Breakfast
Bowls...
$ 81
The Pasta Bowls...
$ 94
The Salad Plates...
$ 81
3
The Mugs...
$ 88
1
The Breakfast
Bowls...
$ 81
1
Dinnerware Set...
$ 315
$ 350
The Little Bowls...
$ 50
The Oval Serving
Platter...
$ 71
3
The Mugs...
$ 88
The Little Bowls...
$ 50
2
The Salad Plates...
$ 81
1
Dinnerware Set...
$ 315
$ 350
The Breakfast
Bowls...
$ 81
2



 * Bundles
 * Dinnerware
 * Drinkware
 * Flatware
 * Living
 * Accessories
 * Gift Cards
 * Reviews

We are grateful to be operating on the traditional, ancestral, and unceded lands
of the xʷməθkʷəy̓əm (Musqueam), Sḵwx̱wú7mesh (Squamish), and səlilwətaɬ
(Tsleil-Waututh) Nations in what is now known as Vancouver, Canada.

 * Company

    * About
    * Sustainability
    * Stores
    * Stocklist
    * Careers
    * The Nest
    * Press Room
    * Affiliate Program & Creators
    * Trade Program
    * Commercial Sales
    * Wedding Giveaway
    * Do not sell or share my personal information

 * Help

    * Contact Us
    * Product Care
    * FAQ
    * Preorder Status
    * Returns & Exchanges
    * Virtual Appointment
    * Gift Registry
    * CCPA Compliance
    * Refund Policy
    * Terms of Service

 * Instagram
 * Pinterest
 * Facebook
 * Tiktok
 * Spotify

Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Mastercard
 * Shop Pay
 * Visa

Terms & Conditions Privacy Policy
© 2024 Fable - Canada


WHERE ARE YOU SHIPPING TO?

North, south, east, or west, let’s get your Fable flying in the right direction.

Canada United States United Kingdom





Close Remove

Gifting has never been easier

Perfect if you're short on time or are unable to deliver your gift yourself.
Enter your message and select when to send it.

To

Required

Invalid



From

Required

Invalid



Message
0/210

Required

Invalid



Recipient's email

Invalid



Recipient's phone number

Invalid

Enter a mobile phone number

Provide an email and/or phone number


WHEN SHOULD WE SEND YOUR MESSAGE?

 * On Delivery
 * Send Now
 * Send Later

Select a method for your message

Your message will be sent when you complete your order

Your message will be sent at the selected date and time

Date

Required

Select a date in the future



Time 12:00 AM 12:30 AM 1:00 AM 1:30 AM 2:00 AM 2:30 AM 3:00 AM 3:30 AM 4:00 AM
4:30 AM 5:00 AM 5:30 AM 6:00 AM 6:30 AM 7:00 AM 7:30 AM 8:00 AM 8:30 AM 9:00 AM
9:30 AM 10:00 AM 10:30 AM 11:00 AM 11:30 AM 12:00 PM 12:30 PM 1:00 PM 1:30 PM
2:00 PM 2:30 PM 3:00 PM 3:30 PM 4:00 PM 4:30 PM 5:00 PM 5:30 PM 6:00 PM 6:30 PM
7:00 PM 7:30 PM 8:00 PM 8:30 PM 9:00 PM 9:30 PM 10:00 PM 10:30 PM 11:00 PM 11:30
PM

Required

Select a time in the future



Your message will be sent when your order is delivered to your shipping address

Save message Add to cart
Powered by
Message saved
Gift card added to cart!
Message removed
Add a gift message 🎁 Edit gift message 🎁
Check the balance of your gift card

Searching...
Not found
Expired on
Balance:
Initial balance:
Expires on:

This website uses cookies to enhance user experience and show personalized ads
or content. Click on Privacy Policy for more information or click "Accept" to
consent to our use of cookiesPrivacy Policy

PreferencesAccept

Choose Type of Cookies You Accept Using

Strictly Required Cookies


These cookies are required for the website to run and cannot be switched off.
Such cookies are only set in response to actions made by you such as language,
currency, login session, privacy preferences. You can set your browser to block
these cookies but this might affect the way our site is working.

Analytics and Statistics


These cookies allow us to measure visitors traffic and see traffic sources by
collecting information in data sets. They also help us understand which products
and actions are more popular than others.

Marketing and Retargeting


These cookies are usually set by our marketing and advertising partners. They
may be used by them to build a profile of your interest and later show you
relevant ads. If you do not allow these cookies you will not experience targeted
ads for your interests.

Functional Cookies


These cookies enable our website to offer additional functions and personal
settings. They can be set by us or by third-party service providers that we have
placed on our pages. If you do not allow these cookies, these or some of these
services may not work properly.

Accept Selected
Reject AllAccept All
*By clicking on the above buttons, I give my consent on collecting my IP and
email (if registered). For more check GDPR Compliance