{"title":"Egg Back Home USA","description":null,"products":[{"product_id":"set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection","title":"Egg Back Home Sand Storm Stoneware Dinnerware Set","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n.serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n.label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n    }\n.btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all.2s; text-decoration: none;\n    }\n.btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n.link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 12px 0 0; transition: color.2s;\n    }\n.stars { color: var(--gold); letter-spacing: 2px; }\n.pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n.pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n.pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n.thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color.2s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; aspect-ratio: 1\/1;\n    }\n.thumb:hover,.thumb.active { border-color: var(--gold); }\n.thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background.15s, opacity.15s;\n    }\n.thumb-chevron:hover { background: #fff; }\n.thumb-prev { left: -13px; }\n.thumb-next { right: -13px; }\n.qty { display: inline-flex; border: 1px solid var(--rule); }\n.qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n.qty span {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n.num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n.num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n.fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }\n.fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n.comp { width: 100%; border-collapse: collapse; }\n.comp th,.comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n.comp td:not(:first-child),.comp th:not(:first-child) { text-align: center; }\n.comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n.comp th:first-child { color: var(--faint); }\n.comp.adv { color: var(--dark); font-weight: 500; }\n.comp.dis { color: var(--faint); }\n.comp tr:nth-child(even) td { background: var(--warm-bg); }\n.comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n.check { color: var(--gold); font-weight: 700; }\n.spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n.spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n.spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n.contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n.review-card { background: var(--warm-bg); padding: 28px; }\n.faq-item { border-bottom: 1px solid var(--rule); }\n.faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n.faq-q:hover { color: var(--gold); }\n.faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform.2s; }\n.faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n.faq-a.open { display: block; }\n.faq-icon.open { transform: rotate(45deg); }\n.acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing:.04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n.acc-btn:hover { color: var(--gold); }\n.acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform.2s; }\n.acc-icon.open { transform: rotate(45deg); }\n.acc-icon.chev { font-size: 14px; }\n.acc-icon.chev.open { transform: rotate(180deg); }\n.acc-body { display: none; padding-bottom: 28px; }\n.acc-body.open { display: block; }\n.sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n.sketch-caption {\n      font-size: 11px; letter-spacing:.1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n.cs-card { background: var(--warm-bg); overflow: hidden; }\n.cs-info { padding: 16px 18px; }\n.swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform.15s;\n    }\n.swatch:hover { transform: scale(1.1); }\n.swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n.save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing:.06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n.hc-sep { display: none; }\n.hc-item { display: inline-block; margin-right: 14px; }\n.hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n.sec4-body,.sec9-body { max-height: 5.25em; overflow: hidden; }\n.sec4-body.expanded,.sec9-body.expanded { max-height: 200em; }\n.why-toggle-icon { display: none; }\n.why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n.why-toggle-row { display: block; }\n.why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n.why-head { cursor: pointer; user-select: none; margin-bottom: 4px!important; }\n.why-desc { max-height: 0; overflow: hidden; margin-top: 0!important; }\n.why-desc.open { max-height: 20em; margin-top: 10px!important; }\n    }\n    @media (max-width: 749px) {\n.pdp-hero-grid { grid-template-columns: 1fr!important; gap: 8px!important; }\n.pdp-two-col  { grid-template-columns: 1fr!important; gap: 32px!important; }\n.pdp-divider  { display: none!important; }\n.pdp-usp-grid { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-num-three { grid-template-columns: 1fr!important; }\n.pdp-lifestyle-grid { grid-template-columns: 1fr!important; gap: 28px!important; }\n.pdp-four-col { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-three-col { grid-template-columns: 1fr!important; }\n.pdp-tri-col   { grid-template-columns: 1fr!important; }\n.pdp-toc-grid  { grid-template-columns: repeat(2,1fr)!important; }\n.pdp-buybox-col { min-width: 0; }\n.pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n.comp { min-width: 540px; }\n      \/* comp-mobile-layout *\/\n      \/* Mobile: cap each column-header name at 4 lines (keeps th as table-cell;\n         the span becomes the clamped box so column layout is preserved). *\/\n.comp th.comp-th-name {\n        display: -webkit-box;\n        -webkit-line-clamp: 4;\n        line-clamp: 4;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n      }\n      \/* Mobile: freeze the first column (row labels) so it stays visible while\n         the chart scrolls horizontally. Opaque bg + right divider\/shadow. *\/\n.comp th:first-child,.comp td:first-child {\n        position: sticky;\n        left: 0;\n        background: var(--warm-bg);\n        z-index: 1;\n        box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12);\n      }\n      h1.serif { font-size: 26px!important; text-align: center!important; }\n      h2.serif { font-size: 22px!important; }\n.pdp-hero-label { display: block!important; text-align: center!important; }\n.pdp-nav-links { display: none!important; }\n.pdp-main-img { aspect-ratio: 4\/3!important; }\n.pdp-main-img #mainImg { object-fit: contain!important; object-position: center center!important; }\n.pdp-breadcrumb   { display: none!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n.pdp-hero-caption { display: none!important; }\n.pdp-h1-sub       { display: none!important; }\n.pdp-hero-sec     { padding-top: 8px!important; padding-bottom: 8px!important; }\n.pdp-buybox-desc  { display: none!important; }\n.pdp-buybox-quote {\n        display: block!important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px!important;\n      }\n.pdp-buybox-quote.pdp-quote-attr { display: none!important; }\n.pdp-buybox-stars { margin-bottom: 10px!important; }\n.pdp-buybox-price { margin-bottom: 12px!important; }\n.pdp-mobile-color-qty {\n        display: flex!important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n.pdp-mobile-color-qty.pdp-buybox-variant { margin-bottom: 0!important; }\n.pdp-mobile-color-qty.pdp-buybox-qty     { margin-bottom: 0!important; }\n.hc-br   { display: none!important; }\n.hc-item { display: block!important; line-height: 2.1!important; margin-right: 0!important; margin-left: 0!important; }\n.pdp-complete-set-grid { grid-template-columns: 1fr!important; }\n.pdp-complete-set-left { padding: 40px 24px!important; }\n.pdp-complete-set-img  { min-height: 280px!important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n.pdp-hero-grid    { grid-template-columns: 1fr!important; gap: 16px!important; }\n.pdp-main-img     { max-width: 480px!important; margin-left: auto!important; margin-right: auto!important; }\n.pdp-thumb-wrapper { display: none!important; }\n.pdp-thumb-strip  { display: none!important; }\n      #caption-inline   { display: none!important; }\n      #caption-band     { display: block!important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none!important; }\n      #caption-band   { display: block!important; }\n    }\n    @media (min-width: 750px)  {.pdp-stripe-break { padding: 48px 0!important; } }\n    @media (min-width: 1100px) {.pdp-stripe-break { padding: 64px 0!important; } }\n.q7-a-text { display: none; }\n.q7-item[data-open=\"true\"].q7-q-text { display: none; }\n.q7-item[data-open=\"true\"].q7-a-text { display: inline; }\n.q7-plus::before { content: '+'; }\n.q7-item[data-open=\"true\"].q7-plus::before { content: '×'; }\n.q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=1600\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_11.png?v=1770562226\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_11.png?v=1770562226\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_11.png?v=1770562226\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_174_square_ce8cbaec-0bf1-4802-8201-31f0e2d0abe7.jpg?v=1770561720\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_174_square_ce8cbaec-0bf1-4802-8201-31f0e2d0abe7.jpg?v=1770561720\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_174_square_ce8cbaec-0bf1-4802-8201-31f0e2d0abe7.jpg?v=1770561720\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_13.png?v=1770554591\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_13.png?v=1770554591\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_13.png?v=1770554591\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_641_square_a33fd122-4925-4311-a6f1-e006c74f2231.jpg?v=1770560972\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_641_square_a33fd122-4925-4311-a6f1-e006c74f2231.jpg?v=1770560972\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_641_square_a33fd122-4925-4311-a6f1-e006c74f2231.jpg?v=1770560972\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_9.png?v=1770560292\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_9.png?v=1770560292\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_9.png?v=1770560292\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_15.png?v=1770554591\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_15.png?v=1770554591\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_15.png?v=1770554591\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_652_square.jpg?v=1770562171\u0026amp;width=1600')\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_652_square.jpg?v=1770562171\u0026amp;width=1600\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_652_square.jpg?v=1770562171\u0026amp;width=200\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set, view 8\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-applied glaze\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eDishwasher safe\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHigh-fired stoneware\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMicrowave safe\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eFood safe · cadmium free\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Portugal\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eEgg Back Home · Handcrafted in Portugal\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Hand-Glazed Stoneware for Every Occasion\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e16-Piece High-Fired Dinnerware Set · Hand-Glazed · Service for 4\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"Love the hand-finished character and warm glaze tone.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003eA., verified buyer\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e136 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$420\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-variant\" style=\"margin-bottom:18px;\"\u003e\n          \u003cp style=\"font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#77706A;margin-bottom:10px;\"\u003e\n            Color: \u003cstrong id=\"swatchLabel\" style=\"font-weight:600;text-transform:none;letter-spacing:0;color:#1A1714;\"\u003eSand Glaze\u003c\/strong\u003e\n          \u003c\/p\u003e\n          \u003cdiv style=\"display:flex;gap:10px;align-items:center;\"\u003e\n            \n            \u003cbutton class=\"swatch active\" style=\"background:#F5E5C0;\" title=\"Sand Glaze\" onclick=\"selectSwatch(this,'Sand Glaze')\"\u003e\u003c\/button\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=42173115039847\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#5A31F4;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003e4 × $105 · Shop\u003cstrong\u003ePay\u003c\/strong\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:13px;color:#4A4340;margin-top:12px;margin-bottom:0;\"\u003eFree shipping on qualifying orders\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eHandmade in Portugal\u003c\/strong\u003e, each piece of this Sand Storm set is high-fired stoneware with a beautiful sand glaze, ensuring durability and unique artisan quality.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHand-applied glaze\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eDishwasher safe\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eHigh-fired stoneware\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eMicrowave safe\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eFood safe · cadmium free\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eHandcrafted in Portugal\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \n      \n      \u003ca href=\"#section-comparison\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eHow it compares\u003c\/a\u003e\u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n      \n    \u003c\/div\u003e\n    \n    \u003cdiv data-ctl-jump style=\"text-align:center;margin-top:16px;\"\u003e\n      \u003ca href=\"#section-complete-set\" onclick=\"event.preventDefault();var t=document.getElementById('section-complete-set');if(t)t.scrollIntoView({behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 22px;background:#fff;line-height:1.3;transition:background.15s,color.15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e↓\u003c\/span\u003eComplete the look\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eHow is Sand Storm different?\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(What makes high-fired stoneware different from mass-produced ceramic dinnerware)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eDURABILITY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe high-fire process ensures resilience, with less than 3% absorption and exceptional strength.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eAESTHETICS\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eEach piece combines function with artistic flair, providing charm to any table setting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSAFETY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eGlazes are \u003cstrong\u003ecadmium-free\u003c\/strong\u003e and \u003cstrong\u003elead-free\u003c\/strong\u003e, ensuring safe dining experiences.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eCRAFT\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eMeticulously handmade in Portugal, showcasing quality and uniqueness in every design.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with most stoneware\u003c\/h2\u003e\n          \n      \u003csvg viewbox=\"0 0 480 130\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:460px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"plate-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"b1-clip\"\u003e\n          \u003cpath d=\"M 36 60 Q 70 52 100 50 Q 130 52 164 60 L 164 76 Q 130 72 100 70 Q 70 72 36 76 Z\"\u003e\u003c\/path\u003e\n        \u003c\/clippath\u003e\n        \u003cclippath id=\"b2-clip\"\u003e\n          \u003cpath d=\"M 296 60 Q 330 52 360 50 Q 390 52 424 60 L 424 76 Q 390 72 360 70 Q 330 72 296 76 Z\"\u003e\u003c\/path\u003e\n        \u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \u003ctext x=\"100\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 1: on arrival\u003c\/text\u003e\n      \u003cpath d=\"M 16 76 Q 18 70 36 64 Q 70 56 100 54 Q 130 56 164 64 Q 182 70 184 76\" stroke-width=\"2.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 36 64 Q 70 56 100 54 Q 130 56 164 64 L 164 60 Q 130 52 100 50 Q 70 52 36 60 Z\" fill=\"#EDE8DE\" stroke-width=\"0.9\" stroke=\"#B0A898\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 36 60 Q 70 52 100 50 Q 130 52 164 60 L 164 76 Q 130 72 100 70 Q 70 72 36 76 Z\" fill=\"#D0C8BC\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n      \u003crect x=\"0\" y=\"0\" width=\"220\" height=\"130\" fill=\"url(#plate-hatch)\" clip-path=\"url(#b1-clip)\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n      \u003cpath d=\"M 68 76 L 68 86 Q 70 88 82 90 L 118 90 Q 130 88 132 86 L 132 76\" stroke-width=\"1.7\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003ccircle cx=\"36\" cy=\"68\" r=\"9\" fill=\"none\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"2,2\"\u003e\u003c\/circle\u003e\n      \u003ctext x=\"100\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003erim intact, glaze holds\u003c\/text\u003e\n      \u003cline x1=\"240\" y1=\"22\" x2=\"240\" y2=\"100\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n      \u003ctext x=\"364\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eyear 2: after daily use\u003c\/text\u003e\n      \u003cpath d=\"M 280 76 Q 282 70 296 64 Q 330 56 360 54 Q 390 56 424 64 Q 442 70 444 76\" stroke-width=\"2.4\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 314 64 Q 330 56 360 54 Q 390 56 424 64 L 424 60 Q 390 52 360 50 Q 330 52 314 60 Z\" fill=\"#EDE8DE\" stroke-width=\"0.9\" stroke=\"#B0A898\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 314 60 Q 330 52 360 50 Q 390 52 424 60 L 424 76 Q 390 72 360 70 Q 330 72 314 76 Z\" fill=\"#D0C8BC\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n      \u003crect x=\"260\" y=\"0\" width=\"220\" height=\"130\" fill=\"url(#plate-hatch)\" clip-path=\"url(#b2-clip)\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n      \u003cpath d=\"M 328 76 L 328 86 Q 330 88 342 90 L 378 90 Q 390 88 392 86 L 392 76\" stroke-width=\"1.7\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 296 64 Q 289 60 285 68 Q 283 74 289 77 Q 293 71 296 75\" fill=\"#FAF7F2\" stroke-width=\"1.5\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n      \u003ccircle cx=\"287\" cy=\"69\" r=\"11\" fill=\"none\" stroke=\"#5A4A30\" stroke-width=\"1.1\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n      \u003cline x1=\"278\" y1=\"60\" x2=\"263\" y2=\"44\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n      \u003ctext x=\"260\" y=\"39\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003erim chip\u003c\/text\u003e\n      \u003ctext x=\"364\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eedge exposed: body visible at rim\u003c\/text\u003e\n    \u003c\/svg\u003e\n      \n    \n    \u003cp style=\"font-size:17px;line-height:1.8;color:#3D3830;text-align:left;margin-top:28px;\"\u003e\n      \u003cstrong\u003eMikasa\u003c\/strong\u003e offers reliable dinnerware, but lacks the \u003cstrong\u003eunique artisan touch\u003c\/strong\u003e that our Sand Storm set provides, elevating your dining experience with its handcrafted charm.\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n        \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:260px;max-width:100%;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"uniform-g\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n        \u003cpattern id=\"hand-g\" patternunits=\"userSpaceOnUse\" width=\"16\" height=\"11\"\u003e\n          \u003cpath d=\"M2 2 Q8 0 14 4 Q16 7 12 9 Q7 11 2 8 Q0 5 2 2\" fill=\"#A89A84\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003c\/pattern\u003e\n        \u003cclippath id=\"cl-clip\"\u003e\u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"52\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n        \u003cclippath id=\"cr-clip\"\u003e\u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"52\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n      \u003c\/defs\u003e\n      \u003ctext x=\"72\" y=\"14\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emachine-glazed\u003c\/text\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"52\" fill=\"#EDE8DE\" stroke-width=\"1.6\" stroke=\"#9B8B78\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"62\" ry=\"52\" fill=\"url(#uniform-g)\" clip-path=\"url(#cl-clip)\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"72\" cy=\"78\" rx=\"42\" ry=\"34\" fill=\"none\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"72\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical\u003c\/text\u003e\n      \u003ctext x=\"150\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \u003ctext x=\"228\" y=\"14\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ehand-applied\u003c\/text\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"52\" fill=\"#DDD5C0\" stroke-width=\"2\" stroke=\"#6B5B3E\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"62\" ry=\"52\" fill=\"url(#hand-g)\" clip-path=\"url(#cr-clip)\" opacity=\"0.9\"\u003e\u003c\/ellipse\u003e\n      \u003cpath d=\"M 175 69 Q 196 61 214 71 Q 230 77 250 71 Q 265 65 278 73\" stroke-width=\"1.3\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 178 87 Q 200 79 218 87 Q 240 93 268 85\" stroke-width=\"0.9\" fill=\"none\" stroke=\"#8A7A60\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003cellipse cx=\"228\" cy=\"78\" rx=\"42\" ry=\"34\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#8A7A60\"\u003e\u003c\/ellipse\u003e\n      \u003ctext x=\"228\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the consistent look of mass-produced stoneware suits your needs, that's a fine choice.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;\"\u003e\n      \"If what you want is truly unique, handcrafted stoneware from Portugal, this is it.\"\n    \u003c\/p\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this set right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this set\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Artisan quality standout*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eFor those who value handcrafted craftsmanship and unique design in their dinnerware.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Entertain with elegance*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for hosting elegant dinners and creating memorable dining experiences.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Durability assured*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eIdeal for those needing a durable and beautiful everyday dinnerware set.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Cohesive dining set*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eComplete service for four, perfect for cohesive and stylish table settings.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this set if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Uniformity seekers beware*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf you prefer identically produced items, this hand-finished set may not be for you.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Budget-conscious caution*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThose seeking a lower price point might consider alternatives.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Mass-produced preference*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf machine-made consistency is key, this artisan set might not suit your needs.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003e*Color variety fans*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eIf vibrant color options are your priority, this neutral sand glaze might not appeal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Craftsmanship connoisseurs*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who appreciate the nuances of handcrafted dinnerware will love this set.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Elegant hosts*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for hosts who create elegant and inviting dining settings.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Unique collectors*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eCollectors seeking unique, artisan-crafted dinnerware will find this set appealing.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003e*Intentional diners*\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who cherish intentional and joyful gatherings will find this set ideal.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete service for 4\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour complete\u003cbr\u003e16-piece set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eDinner Plates\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e11.02\" diameter\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eSalad Plates\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e8.66\" diameter\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003ePasta Plates\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e8.66\" diameter\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eBowls\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003e5.91\" diameter\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e16 pieces · Service for 4\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eHandcrafted in Portugal\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eHigh-fired stoneware with a unique sand glaze, each piece is handcrafted.\u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_9.png?v=1770560292\u0026amp;width=1600\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose Sand Storm\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eArtisan Craftsmanship\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHandcrafted in Portugal, each piece showcases the skill of artisans.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSafe Glazes\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eNon-toxic, cadmium-free glazes ensure safe dining experiences.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eDurability\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eHigh-fired stoneware provides strength and resilience for daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eCrafted\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eEach piece is \u003cstrong\u003ehand-glazed\u003c\/strong\u003e for unique character.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eSafe\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eCadmium-free glazes ensure \u003cstrong\u003efood safety\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eReliable\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eDurable and \u003cstrong\u003emicrowave safe\u003c\/strong\u003e for daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678\u0026amp;width=1600\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eHand-applied glaze · 16 pieces, service for 4 · Food safe \u0026amp; cadmium free\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who cherish uniqueness\u003c\/em\u003e, the Egg Back Home Sand Storm Stoneware Set transforms dining into a curated experience, blending artistry with functionality.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eDurability redefined\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHigh-fired stoneware ensures resilience against chipping and everyday wear, promising a long-lasting addition to your dining collection. Its \u003cstrong\u003elow porosity\u003c\/strong\u003e further enhances durability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAesthetic appeal\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-applied sand glaze adds a unique touch to each piece, creating a visually stunning table setting that highlights the craftsmanship and depth of color through artisanal glazing techniques.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eValue over time\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eInvest in quality with a set that maintains its beauty and function over the years, becoming a staple in your home for both daily meals and special occasions. Its timeless design complements any decor.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color.15s,color.15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003ePortuguese artisan craftsmanship · Dishwasher safe · Unique sand glaze\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eThe dining experience becomes intentional\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore, dining was routine; now, each meal is an occasion. With the Sand Storm set, your table becomes a \u003cstrong\u003ecanvas of artistry\u003c\/strong\u003e, inviting admiration and elevating everyday dining to a curated experience.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003e\u003cstrong\u003eEach piece tells a story\u003c\/strong\u003e, making every meal memorable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the Sand Storm set is made of, and how it's built\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-dims-btn\" onclick=\"toggleAcc('spec-spec-dims','spec-spec-dims-btn')\"\u003e\n        \u003cspan\u003eDimensions \u0026amp; Weight\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-dims-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-dims\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDinner Plates\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e11.02 in \/ 28 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eSalad Plates\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8.66 in \/ 22 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePasta Plates\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8.66 in \/ 22 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBowls\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e5.91 in \/ 15 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eDimensions may vary slightly due to hand-finishing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eMaterials \u0026amp; Firing\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHigh-fired stoneware\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eGlaze Type\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eHand-applied sand glaze\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eFiring Temperature\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2200°F \/ 1204°C\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eManufacture\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePortugal\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eHandcrafted with precision and care.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eCare \u0026amp; Compatibility\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDishwasher Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eMicrowave Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eOven Safe\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eNot suitable for sudden temperature changes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDinner Plates\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4 x 11.02 in \/ 28 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eSalad Plates\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4 x 8.66 in \/ 22 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003ePasta Plates\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4 x 8.66 in \/ 22 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eBowls\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e4 x 5.91 in \/ 15 cm\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eIncludes all necessary pieces for a complete dining experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eAll dimensions are approximate and may differ slightly due to the handcrafted nature.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eStoneware is fragile, actually, it's not\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany assume stoneware is fragile, but \u003cstrong\u003ehigh-fired stoneware\u003c\/strong\u003e offers exceptional durability and resilience, making it suitable for both everyday use and special occasions.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eChoosing high-fired stoneware means investing in a durable, beautiful, and long-lasting dining experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_174_square_ce8cbaec-0bf1-4802-8201-31f0e2d0abe7.jpg?v=1770561720\u0026amp;width=1200\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eTransform meals into experiences\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eSelecting the Egg Back Home Sand Storm set elevates your dining from mundane to memorable, blending \u003cstrong\u003eartistry and function\u003c\/strong\u003e in every meal, making each gathering a cherished event.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eEvery piece is \u003cstrong\u003ecrafted to inspire\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis set is ideal for \u003cstrong\u003ecraftsmanship enthusiasts\u003c\/strong\u003e and \u003cstrong\u003estyle-forward hosts\u003c\/strong\u003e who value unique, artisan-crafted pieces that transform dining into an elegant experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each material does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \n      \u003csvg viewbox=\"0 0 720 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"hatch-body\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"hatch-dense\" patternunits=\"userSpaceOnUse\" width=\"4\" height=\"4\" patterntransform=\"rotate(38)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"4\" stroke=\"#8A7A68\" stroke-width=\"0.4\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"4\" y2=\"0\" stroke=\"#8A7A68\" stroke-width=\"0.3\" transform=\"rotate(90,2,2)\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"stipple-glaze\" patternunits=\"userSpaceOnUse\" width=\"8\" height=\"5\"\u003e\n            \u003ccircle cx=\"1\" cy=\"1.5\" r=\"0.5\" fill=\"#BFB8AE\" stroke=\"none\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"5\" cy=\"3.5\" r=\"0.4\" fill=\"#BFB8AE\" stroke=\"none\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"3\" cy=\"0.8\" r=\"0.3\" fill=\"#C8C2BA\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003c\/pattern\u003e\n          \u003cclippath id=\"plate-body-clip\"\u003e\n            \u003cpath d=\"M 80 130 Q 84 110 120 96 Q 200 72 360 68 Q 520 72 600 96 Q 636 110 640 130 Q 600 152 360 158 Q 120 152 80 130 Z\"\u003e\u003c\/path\u003e\n          \u003c\/clippath\u003e\n          \u003cclippath id=\"glaze-layer-clip\"\u003e\n            \u003cpath d=\"M 80 130 Q 84 114 120 102 Q 200 80 360 76 Q 520 80 600 102 Q 636 114 640 130 Q 600 140 360 144 Q 120 140 80 130 Z\"\u003e\u003c\/path\u003e\n          \u003c\/clippath\u003e\n          \u003cclippath id=\"dense-zone-clip\"\u003e\n            \u003cpath d=\"M 120 130 Q 124 118 160 108 Q 240 90 360 86 Q 480 90 560 108 Q 596 118 600 130 Q 560 144 360 148 Q 160 144 120 130 Z\"\u003e\u003c\/path\u003e\n          \u003c\/clippath\u003e\n        \u003c\/defs\u003e\n        \u003cpath d=\"M 60 136 Q 64 118 80 108 Q 160 76 360 70 Q 560 76 640 108 Q 656 118 660 136\" stroke-width=\"3\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 80 130 Q 84 110 120 96 Q 200 72 360 68 Q 520 72 600 96 Q 636 110 640 130 Q 600 152 360 158 Q 120 152 80 130 Z\" fill=\"#D8D0C4\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 80 130 Q 84 110 120 96 Q 200 72 360 68 Q 520 72 600 96 Q 636 110 640 130 Q 600 152 360 158 Q 120 152 80 130 Z\" fill=\"url(#hatch-body)\" clip-path=\"url(#plate-body-clip)\" opacity=\"0.45\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 120 130 Q 124 118 160 108 Q 240 90 360 86 Q 480 90 560 108 Q 596 118 600 130 Q 560 144 360 148 Q 160 144 120 130 Z\" fill=\"url(#hatch-dense)\" clip-path=\"url(#dense-zone-clip)\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 80 130 Q 84 114 120 102 Q 200 80 360 76 Q 520 80 600 102 Q 636 114 640 130\" fill=\"none\" stroke-width=\"5\" stroke=\"#C8B898\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 80 130 Q 84 114 120 102 Q 200 80 360 76 Q 520 80 600 102 Q 636 114 640 130 Q 600 136 360 140 Q 120 136 80 130 Z\" fill=\"url(#stipple-glaze)\" clip-path=\"url(#glaze-layer-clip)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 200 156 L 200 210\" stroke-width=\"1\" stroke-dasharray=\"4,3\" stroke=\"#B0A898\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"200\" y=\"224\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eHand-applied sand glaze\u003c\/text\u003e\n        \u003cpath d=\"M 360 158 L 360 210\" stroke-width=\"1\" stroke-dasharray=\"4,3\" stroke=\"#8A7A60\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"360\" y=\"224\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003estoneware body\u003c\/text\u003e\n        \u003cpath d=\"M 540 154 L 540 210\" stroke-width=\"1\" stroke-dasharray=\"4,3\" stroke=\"#8A7A60\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"540\" y=\"224\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003efoot ring\u003c\/text\u003e\n        \u003cpath d=\"M 300 158 L 300 184 L 420 184 L 420 158\" stroke-width=\"1\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"360\" y=\"198\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003evitrified zone\u003c\/text\u003e\n        \u003cpath d=\"M 240 68 L 240 40 Q 240 28 248 28 L 450 28 Q 458 28 458 40 L 458 50\" stroke-width=\"1.2\" stroke=\"#B0A898\" stroke-dasharray=\"3,2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"349\" y=\"20\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003edense body · holds rim integrity\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eStoneware cross-section vs earthenware.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eHigh-fired strength\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHigh-fired stoneware provides exceptional durability and resistance to chipping, making it ideal for daily use.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eLow porosity\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eWith less than 3% absorption, this stoneware is highly resistant to staining and water damage, ensuring long-term beauty.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eArtisan glaze\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe hand-applied glaze offers a unique, tactile finish, each piece bearing individual characteristics.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The glaze's warmth and texture make each meal feel special.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-comparison\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"margin-bottom:12px;\"\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;\"\u003eHow it compares\u003c\/h2\u003e\n      \n    \u003c\/div\u003e\n    \n    \n    \u003cdiv class=\"pdp-table-scroll\" style=\"margin-top:24px;\"\u003e\n      \u003ctable class=\"comp\"\u003e\n\u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth style=\"color:#1A1714;\"\u003e\u003cspan class=\"comp-th-name\"\u003eHand-Glazed Stoneware for Every Occasion (Egg Back Home)\u003c\/span\u003e\u003c\/th\u003e\n            \u003cth\u003eLe Creuset\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eLe Creuset Stoneware Dinnerware Set\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eVilleroy \u0026amp; Boch\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eVilleroy \u0026amp; Boch NewWave Stoneware Set\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eWedgwood\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eWedgwood Wonderlust Stoneware Set\u003c\/small\u003e\n\u003c\/th\u003e\n            \u003cth\u003eDenby\u003cbr\u003e\u003csmall style=\"font-weight:400;font-size:10px;opacity:0.75;\"\u003eDenby Halo Stoneware Set\u003c\/small\u003e\n\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDinner Plates\u003c\/td\u003e\n\u003ctd class=\"\"\u003e11.02 in \/ 28 cm diameter\u003c\/td\u003e\n\u003ctd class=\"\"\u003e11.25 inches\u003c\/td\u003e\n\u003ctd class=\"\"\u003e10.63 in x 10.63 in\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003e28 cm x 28 cm x 3 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHigh-fired stoneware\u003c\/td\u003e\n\u003ctd class=\"\"\u003estoneware\u003c\/td\u003e\n\u003ctd class=\"\"\u003estoneware\u003c\/td\u003e\n\u003ctd class=\"\"\u003estoneware\u003c\/td\u003e\n\u003ctd class=\"\"\u003estoneware\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlaze Type\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHand-applied sand glaze\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMulti-layer glaze\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003eLight and dark matt grey glazes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacture\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePortugal\u003c\/td\u003e\n\u003ctd class=\"\"\u003eChina\u003c\/td\u003e\n\u003ctd class=\"\"\u003eMade in Germany\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003eHandcrafted in England at Denby Pottery in Derbyshire\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003ctbody id=\"comp-extra\" style=\"display:none;\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalad Plates\u003c\/td\u003e\n\u003ctd class=\"\"\u003e8.66 in \/ 22 cm diameter\u003c\/td\u003e\n\u003ctd class=\"\"\u003e8.5 inches\u003c\/td\u003e\n\u003ctd class=\"\"\u003e9.33 in x 9.33 in\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003e20.5 cm x 20.5 cm x 2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePasta Plates\u003c\/td\u003e\n\u003ctd class=\"\"\u003e8.66 in \/ 22 cm diameter\u003c\/td\u003e\n\u003ctd class=\"\"\u003e9.75 inches\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n\u003ctd class=\"\"\u003e5.91 in \/ 15 cm diameter\u003c\/td\u003e\n\u003ctd class=\"\"\u003e6.25 inches (soup bowls), 9.75 inches (pasta bowls)\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003eN\/A\u003c\/td\u003e\n\u003ctd class=\"\"\u003e17 cm x 17 cm x 6.5 cm, Capacity: 820 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"\"\u003ePortugal\u003c\/td\u003e\n\u003ctd class=\"\"\u003eFrance\u003c\/td\u003e\n\u003ctd class=\"\"\u003eGermany\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUK\u003c\/td\u003e\n\u003ctd class=\"\"\u003eUK\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDishwasher Safe\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMicrowave Safe\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChip Resistant\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLead-Free Glaze\u003c\/td\u003e\n\u003ctd class=\"\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003ctd class=\"\"\u003eyes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice range\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$420\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$249.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$399.99\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$285.00\u003c\/td\u003e\n\u003ctd class=\"\"\u003e$24.99\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"comp-disc\" style=\"font-size:11px;color:#4A4340;margin-top:6px;font-style:italic;\"\u003eCompetitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7\/5\/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"comp-disc-more\" onclick=\"var p=this.previousElementSibling;var o=p.classList.toggle('cd-open');this.textContent=o?'Show less':'Show more';\"\u003eShow more\u003c\/button\u003e\n      \u003cbutton id=\"comp-link\" onclick=\"toggleComp()\" style=\"background:none;border:none;padding:10px 0;font-size:14px;color:#C4963A;text-decoration:underline;cursor:pointer;display:block;margin-top:6px;\"\u003eSee full comparison + (9 more dimensions)\u003c\/button\u003e\n    \u003c\/div\u003e\n    \n  \u003cp style=\"font-size:16px;font-weight:700;font-style:italic;color:#1A1714;margin:28px 0 0;line-height:1.6;border-left:3px solid #C4963A;padding-left:14px;\"\u003eHand-applied sand glaze offers a tactile, artisanal finish that elevates your dining experience. Choose cheaper options and the first sign will be uneven glaze application — right when you needed elegance most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eSAND STORM COLLECTION\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eEgg Back Home · Handcrafted in Portugal\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eCrafted by hand, cherished in every home\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003ePerfect for every gathering\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDaily Dining\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eEnhance everyday meals with artisan-crafted pieces that elevate every bite.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress guests with a unique set that adds elegance to festive occasions.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eWedding Gifts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eA thoughtful and beautiful gift that newlyweds will cherish for years.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHousewarmings\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eIdeal for new homeowners looking to add quality and style to their table.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSpecial Celebrations\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eMake birthdays and anniversaries memorable with distinct, handcrafted dinnerware.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Designsemnome_13.png?v=1770554591\u0026amp;width=1200\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eSome tables inspire stories. Some create them.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eSand Storm is for the latter.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe material definition\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eWhy stoneware outperforms earthenware\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \n      \u003csvg viewbox=\"0 0 640 210\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;overflow:hidden;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"pore-pattern\" patternunits=\"userSpaceOnUse\" width=\"14\" height=\"10\"\u003e\n            \u003cellipse cx=\"4\" cy=\"3\" rx=\"2.2\" ry=\"1.4\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"11\" cy=\"7\" rx=\"1.8\" ry=\"1.2\" fill=\"#C8C0B0\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"7\" cy=\"8\" rx=\"1.2\" ry=\"0.8\" fill=\"#D0C8BC\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/ellipse\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"vitrified-pattern\" patternunits=\"userSpaceOnUse\" width=\"5\" height=\"5\" patterntransform=\"rotate(30)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"5\" stroke=\"#8A7A60\" stroke-width=\"0.45\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"2.5\" y1=\"0\" x2=\"2.5\" y2=\"5\" stroke=\"#9B8B78\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cclippath id=\"ew-clip\"\u003e\u003cellipse cx=\"148\" cy=\"76\" rx=\"108\" ry=\"26\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n          \u003cclippath id=\"sw-clip\"\u003e\u003cellipse cx=\"492\" cy=\"76\" rx=\"108\" ry=\"26\"\u003e\u003c\/ellipse\u003e\u003c\/clippath\u003e\n        \u003c\/defs\u003e\n        \u003ctext x=\"148\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eEarthenware\u003c\/text\u003e\n        \u003cpath d=\"M 48 82 Q 52 76 72 72 Q 108 66 148 64 Q 188 66 224 72 Q 244 76 248 82 Q 232 88 148 90 Q 64 88 48 82 Z\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"148\" cy=\"76\" rx=\"108\" ry=\"26\" fill=\"url(#pore-pattern)\" clip-path=\"url(#ew-clip)\" opacity=\"0.9\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 48 82 Q 45 78 44 74 Q 50 72 52 76\" fill=\"#FAF7F2\" stroke-width=\"0.9\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 248 82 Q 252 78 253 75 Q 247 72 244 76\" fill=\"#FAF7F2\" stroke-width=\"0.9\" stroke=\"#9B8B78\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"44\" y1=\"73\" x2=\"28\" y2=\"56\" stroke-width=\"0.8\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"30\" y=\"52\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"start\"\u003erim chip\u003c\/text\u003e\n        \u003ccircle cx=\"110\" cy=\"72\" r=\"5\" fill=\"none\" stroke=\"#B0A898\" stroke-width=\"0.8\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"107\" y1=\"69\" x2=\"90\" y2=\"54\" stroke-width=\"0.7\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"95\" y=\"44\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eopen pores\u003c\/text\u003e\n        \u003ctext x=\"148\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eporous body · chips at rim\u003c\/text\u003e\n        \u003cline x1=\"320\" y1=\"12\" x2=\"320\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"6,4\" stroke=\"#D8D0C4\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"320\" y=\"160\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C0B0\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\" letter-spacing=\"0.5\"\u003eStoneware, Sand Glaze\u003c\/text\u003e\n        \u003cpath d=\"M 392 82 Q 396 74 416 68 Q 452 60 492 58 Q 532 60 568 68 Q 588 74 592 82 Q 574 90 492 92 Q 410 90 392 82 Z\" fill=\"#D8D0C4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"492\" cy=\"76\" rx=\"108\" ry=\"26\" fill=\"url(#vitrified-pattern)\" clip-path=\"url(#sw-clip)\" opacity=\"0.65\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 392 82 Q 390 78 390 74 Q 394 70 396 74\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 592 82 Q 594 78 594 74 Q 590 70 588 74\" fill=\"#D8D0C4\" stroke-width=\"1.1\" stroke=\"#6B5B3E\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"454\" cy=\"70\" r=\"5\" fill=\"none\" stroke=\"#8A7A60\" stroke-width=\"0.9\" stroke-dasharray=\"2,1\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"451\" y1=\"66\" x2=\"432\" y2=\"50\" stroke-width=\"0.7\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"435\" y=\"44\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003edense body\u003c\/text\u003e\n        \u003ctext x=\"492\" y=\"112\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003evitrified body · rim holds\u003c\/text\u003e\n        \u003cline x1=\"48\" y1=\"172\" x2=\"592\" y2=\"172\" stroke-width=\"1.3\" stroke=\"#C8C0B0\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"592,168 602,172 592,176\" fill=\"#8A7A60\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003cline x1=\"148\" y1=\"168\" x2=\"148\" y2=\"176\" stroke-width=\"1\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"148\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003e~1800°F\u003c\/text\u003e\n        \u003cline x1=\"492\" y1=\"168\" x2=\"492\" y2=\"176\" stroke-width=\"1.2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"492\" y=\"188\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e~2100°F\u003c\/text\u003e\n        \u003ctext x=\"52\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#B0A898\" font-style=\"italic\"\u003elower\u003c\/text\u003e\n        \u003ctext x=\"580\" y=\"167\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"end\"\u003ehigher →\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eStoneware vs earthenware cross-section comparison.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003e\u003cstrong\u003eHigh-fired stoneware\u003c\/strong\u003e offers superior durability compared to earthenware, making it less prone to chipping and cracking, ideal for both daily use and special occasions.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFiring at 2200°F ensures a dense, vitrified body with low porosity, enhancing durability and resistance to moisture.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eFor this Sand Storm set, the hand-applied glaze adds unique artistic flair to each piece's durable stoneware body.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eChoose stoneware\u003c\/strong\u003e for elegance and lasting quality.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe glazing process\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFrom bisque to brilliance\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 132\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003crect x=\"10\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cellipse cx=\"55\" cy=\"55\" rx=\"28\" ry=\"10\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/ellipse\u003e\n        \u003ctext x=\"55\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ebisque\u003c\/text\u003e\n        \u003ctext x=\"55\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003e1: raw piece\u003c\/text\u003e\n        \u003cline x1=\"104\" y1=\"55\" x2=\"126\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"126,51 134,55 126,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003crect x=\"136\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cellipse cx=\"181\" cy=\"52\" rx=\"28\" ry=\"10\" fill=\"#D8D0C4\" stroke-width=\"1\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 155 56 Q 165 50 175 56 Q 185 62 195 56 Q 205 50 210 54\" stroke-width=\"1.2\" stroke=\"#6B5B3E\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 192 34 Q 196 30 200 34 L 198 44 Q 196 46 192 44 Z\" stroke-width=\"1\" fill=\"#EDE8DE\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"181\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003edepth varies\u003c\/text\u003e\n        \u003ctext x=\"181\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e2: hand glaze\u003c\/text\u003e\n        \u003cline x1=\"230\" y1=\"55\" x2=\"252\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"252,51 260,55 252,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003crect x=\"262\" y=\"30\" width=\"90\" height=\"50\" rx=\"3\" fill=\"#F5F0E8\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 290 55 Q 307 36 324 55\" stroke-width=\"1.8\" stroke=\"#C4963A\" fill=\"none\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 282 58 Q 307 30 332 58\" stroke-width=\"1.2\" stroke=\"#C4963A\" fill=\"none\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"307\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ekiln ~2200°F\u003c\/text\u003e\n        \u003ctext x=\"307\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e3: firing\u003c\/text\u003e\n        \u003cline x1=\"356\" y1=\"55\" x2=\"378\" y2=\"55\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"378,51 386,55 378,59\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003crect x=\"388\" y=\"30\" width=\"120\" height=\"50\" rx=\"3\" fill=\"#E0D8C8\" stroke-width=\"1.8\"\u003e\u003c\/rect\u003e\n        \n        \u003cellipse cx=\"448\" cy=\"55\" rx=\"38\" ry=\"14\" fill=\"#D8D0C4\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n        \n        \u003ctext x=\"448\" y=\"118\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eindividual result\u003c\/text\u003e\n        \u003ctext x=\"448\" y=\"18\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e4: finished\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eBisque firing to final glaze application.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced ceramics, each piece undergoes a \u003cstrong\u003ehand-glazing process\u003c\/strong\u003e, ensuring unique depth and character. Bisque firing sets the stage for glaze application.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe individual variation in glaze depth is a testament to its handmade nature, turning minor differences into features of artistic value.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eEach piece is distinct, reflecting artisan craftsmanship.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe manufacturing context\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eStoneware's Portuguese roots\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"86\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003ekiln craft\u003c\/text\u003e\n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eregional kilns\u003c\/text\u003e\n        \u003ccircle cx=\"280\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"280\" y1=\"56\" x2=\"280\" y2=\"34\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"280\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003estoneware adopted\u003c\/text\u003e\n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"88\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"102\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eEgg Back Home founded\u003c\/text\u003e\n        \u003ccircle cx=\"460\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"460\" y1=\"56\" x2=\"460\" y2=\"34\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"460\" y=\"28\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eSand Storm collection\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"sketch-caption\"\u003eRegional tradition of Portuguese stoneware production.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003ePortugal's rich ceramic tradition emphasizes high-quality materials and skilled craftsmanship, ensuring each piece is both beautiful and durable.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEgg Back Home embraces this tradition, crafting each piece in Portugal to maintain authenticity and superior quality.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eBuy a piece of this enduring tradition with confidence.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"pdp-stripe-break\" style=\"width:100%;background:#1A1714;display:flex;align-items:center;justify-content:center;padding:32px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_641_square_a33fd122-4925-4311-a6f1-e006c74f2231.jpg?v=1770560972\u0026amp;width=1200\" alt=\"Egg Back Home Sand Storm Stoneware Dinnerware Set - detail\" style=\"max-height:420px;width:auto;max-width:100%;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"After months of daily use, the set still looks brand new. The glaze is truly durable.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSarah K., bought for new home, 8 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The unique finish and artisanal touch make every dinner feel special.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eJohn M., gift for wife, 5 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I love the subtle variations in each piece. It’s like having a work of art on my table.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmily R., collector, 1 year ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the table without doubling up\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more artisan-crafted pieces to complement your Sand Storm set.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/set-of-30-white-stoneware-ceramic-dinnerware-party-collection\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_2081_eb467c28-69b9-4c6e-822a-7619942c6f26.jpg?v=1770561963\u0026amp;width=600\" alt=\"Speckled White Stoneware Dinnerware Set for 6\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eEgg Back Home USA\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSpeckled White Stoneware Dinnerware Set for 6\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003e30-piece service for 6\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/set-of-12-stoneware-ceramic-dinnerware-melting-ice-cream-collection\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/setmelting.jpg?v=1770560321\u0026amp;width=600\" alt=\"Melting Ice Cream Stoneware Dinnerware Set for 4 (12-Piece)\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eEgg Back Home USA\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eMelting Ice Cream Stoneware Dinnerware Set for 4 (12-Piece)\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003e12-piece set\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/espresso-mug-set-stoneware-handcrafted\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_1866_square.jpg?v=1770562198\u0026amp;width=600\" alt=\"Espresso Mug Set\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eEgg Back Home USA\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eEspresso Mug Set\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eHandcrafted Stoneware Cups\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/set-of-4-white-espresso-mugs-stoneware-ceramic-breeze-party-out\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_1576_square_41d9c3dd-49c7-4fe6-b0b9-7c57255ce75b.jpg?v=1770560864\u0026amp;width=600\" alt=\"Speckled White Stoneware Espresso Mugs Set of 4\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eEgg Back Home USA\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eSpeckled White Stoneware Espresso Mugs Set of 4\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eSet of 6\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout Egg Back Home\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting community through artisanal dinnerware\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEgg Back Home USA was founded to bring the warmth of Portuguese craftsmanship to homes worldwide. Each piece is handmade in Portugal, showcasing skilled artisan techniques that emphasize durability and artistic expression.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eWe embrace intentional living and joyful gatherings, ensuring that every collection reflects timeless elegance and quality, crafted with care and precision for generations to enjoy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCaring for your set\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the glaze\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGentle handling\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eAvoid stacking without protection to prevent scratches and preserve the glaze.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eDishwasher safe\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eSafe for dishwashers, but hand wash to maintain the unique finish longer.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid temperature shock\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eDo not expose to sudden temperature changes to prevent cracking.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eMicrowave friendly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eSafe for microwaves, but avoid overheating to maintain integrity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eWith proper care, your Sand Storm set will remain a beautiful and functional part of your home for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eThe elegant choice for discerning diners\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:rgba(255,255,255,0.78);margin-bottom:24px;\"\u003eThe Egg Back Home Sand Storm Stoneware Dinnerware Set is a wise investment for those who value both function and form. Its \u003cstrong\u003ehandcrafted quality\u003c\/strong\u003e ensures longevity, while its unique design adds an artistic touch to any table. Choosing this set means embracing a piece of art that enhances every dining experience.\u003c\/p\u003e\n    \n    \u003cul style=\"list-style:none;margin:0 0 28px;padding:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;\"\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eMade from high-fired stoneware, durable and elegant\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eHandcrafted in Portugal for unique artisan quality\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.07);\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eDishwasher and microwave safe, convenient and safe for everyday use\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n      \u003cli style=\"display:flex;align-items:flex-start;gap:12px;padding:10px 0;\"\u003e\n        \u003cspan style=\"color:#C4963A;font-size:14px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n        \u003cspan style=\"font-size:15px;color:rgba(255,255,255,0.85);line-height:1.6;\"\u003eComplete 16-piece set for a cohesive dining experience\u003c\/span\u003e\n      \u003c\/li\u003e\n      \n    \u003c\/ul\u003e\n    \n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eElevate your dining with a set that combines artistry and resilience.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $420\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan I safely clean this Portuguese stoneware in the dishwasher without worrying about glaze degradation or thermal stress damage?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eYes\u003c\/strong\u003e—unlike glossy finishes that show wear after repeated dishwasher cycles, our matte Sand Storm glaze is fired at extreme temperatures in Portugal, creating a durable surface that maintains its speckled character through countless dishwasher loads without coating degradation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is included in the Sand Storm Collection?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe set includes \u003cstrong\u003e4 dinner plates\u003c\/strong\u003e, \u003cstrong\u003e4 salad plates\u003c\/strong\u003e, \u003cstrong\u003e4 pasta plates\u003c\/strong\u003e, and \u003cstrong\u003e4 bowls\u003c\/strong\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIf I want to serve more than four people or add specialty pieces like serving bowls, can I expand this Sand Storm set with matching items later?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, because each Sand Storm piece is handcrafted in the same Portuguese workshop using the same hand-applied glaze technique, you can add individual plates, bowls, or serving pieces that share the same organic speckled finish and artisan irregularities, ensuring a cohesive table setting as your collection grows.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat happens if one of my handcrafted Sand Storm plates chips or breaks, can I order a single replacement piece instead of buying an entire new set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eIndividual Sand Storm pieces can be replaced by contacting Egg Back Home customer service, since each piece is handcrafted in Portugal with natural glaze variations, your replacement will share the same speckled matte finish and organic character, though subtle artisan differences make every piece authentically unique rather than factory-identical.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow does it compare to competitor categories?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Sand Storm set offers \u003cstrong\u003ehandcrafted quality\u003c\/strong\u003e and \u003cstrong\u003eunique glaze\u003c\/strong\u003e, setting it apart from mass-produced options.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the shipping duration for this set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eShipping timing depends on your location and the option selected at checkout.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this set suitable for special occasions?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely, the elegant design and unique finish make it perfect for special gatherings.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eDoes this collection match other Egg Back Home collections?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, it pairs well with other collections for a cohesive and stylish table setting.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat temperature limits or handling precautions do I need to follow with this Portuguese stoneware to avoid thermal shock or damage during everyday cooking and serving?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUnlike mass-produced dinnerware with restrictive temperature warnings, this Portuguese stoneware is fired at extreme heat to create genuinely robust pieces, transition seamlessly from freezer to ovento table without thermal shock anxiety, and use any dishwasher cycle knowing the matte Sand Storm glaze won't degrade or lose its speckled character over time.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs the glaze food-safe?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, the glaze is \u003cstrong\u003ecadmium-free\u003c\/strong\u003e and \u003cstrong\u003elead-free\u003c\/strong\u003e, ensuring safety for food use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart: $420\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"Is this set dishwasher safe?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the entire Sand Storm set is dishwasher safe, allowing for easy cleaning.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What is included in the Sand Storm Collection?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The set includes 4 dinner plates, 4 salad plates, 4 pasta plates, and 4 bowls.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is this dinnerware set expandable?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, you can complement this set with other pieces from the Egg Back Home collections.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can I replace a broken piece?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Individual pieces can be replaced by contacting Egg Back Home customer service.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How does it compare to competitor categories?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The Sand Storm set offers handcrafted quality and unique glaze, setting it apart from mass-produced options.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What is the shipping duration for this set?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Shipping timing depends on your location and the option selected at checkout.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is this set suitable for special occasions?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Absolutely, the elegant design and unique finish make it perfect for special gatherings.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Does this collection match other Egg Back Home collections?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, it pairs well with other collections for a cohesive and stylish table setting.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What are the care instructions?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Handle with care, avoid extreme temperature changes, and use a gentle cycle if dishwashing.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is the glaze food-safe?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, the glaze is cadmium-free and lead-free, ensuring safety for food use.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Egg Back Home Sand Storm Stoneware Dinnerware Set\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Egg Back Home USA\"\n  },\n  \"description\": \"The Egg Back Home Sand Storm Stoneware Dinnerware Set is a 16-piece, high-fired stoneware collection, handcrafted in Portugal. It includes plates, bowls, and pasta plates, all with a unique hand-applied sand glaze.\",\n  \"sku\": \"2560-MOBS16-CM-S\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"420\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Ground Shipping \\u2014 Rate by Weight\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"9.95\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 3,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 5,\n            \"maxValue\": 10,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"High-fired stoneware\",\n  \"countryOfOrigin\": \"Portugal\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Material\",\n      \"value\": \"High-fired stoneware\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Portugal\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dishwasher Safe\",\n      \"value\": \"Yes\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Microwave Safe\",\n      \"value\": \"Yes\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Pieces\",\n      \"value\": \"16-piece set\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb? (thumb.offsetWidth + 8) * 3: 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip ||!prev ||!next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart? '0.25': '1';\n    prev.style.pointerEvents = atStart? 'none': 'auto';\n    next.style.opacity = atEnd? '0.25': '1';\n    next.style.pointerEvents = atEnd? 'none': 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background.15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n.then(function(r) { return r.json(); })\n.then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n.then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n.catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open',!isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open',!isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open',!isOpen);\n    if (icon) icon.textContent = isOpen? '+': '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display!== 'none';\n    extra.style.display = isOpen? 'none': 'table-row-group';\n    if (link) {\n      if (!link.dataset.openText) link.dataset.openText = link.textContent;\n      link.textContent = isOpen? link.dataset.openText: 'Hide comparison \\u2212';\n    }\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded',!expanded); }\n    if (btn) btn.textContent = expanded? 'Read more \\u25be': 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse.allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background.15s;background:' + (i===0? '#C4963A': '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs;\n      dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip.thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0? 1: -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx? '#C4963A': '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eHand-Glazed Stoneware for Every Occasion\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$420\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'set-of-16-stoneware-ceramic-dinnerware-sand-storm-collection')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length? btns[0]: null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past!== shown){ shown = past; bar.style.display = past? 'block': 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Egg Back Home USA","offers":[{"title":"Default Title","offer_id":42173115039847,"sku":"2560-MOBS16-CM-S","price":420.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/AO-EBH_173_square_0552358d-e601-448a-a5d1-791b5bbe83b0.jpg?v=1770561678"}],"url":"https:\/\/chefsmandalagourmet.com\/collections\/egg-back-home-usa.oembed","provider":"Chef's Mandala Gourmet Store","version":"1.0","type":"link"}