Olive Pitcher
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap'); :root { --gold: # C4963A; --dark: #1A1714; --warm-bg: #FAF7F2; --cream: #F5F0E8; --rule: #E8E4DE; --body: #3D3830; --muted: #4A4340; --faint: #77706A; --sketch: #6B5B3E; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 16px; } body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; } .pdp3-serif { font-family: 'Cormorant Garamond', Georgia, serif; } .pdp3-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; } .pdp3-btn-primary { display: block; width: 100%; padding: 18px 32px; background: var(--gold); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .25s ease; } .pdp3-btn-primary:hover { background: #B5882E; border-color: #B5882E; } .pdp3-link-secondary { display: block; text-align: center; font-size: 13px; color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0; } .pdp3-stars { color: var(--gold); letter-spacing: 2px; } .pdp3-pill { display: inline-block; border: 1px solid var(--rule); border-radius: 9999px; padding: 5px 15px; font-size: 13px; color: var(--muted); line-height: 1.4; } .pdp3-thumb-wrapper { position: relative; padding: 0 14px; } .pdp3-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; } .pdp3-thumb { cursor: pointer; border: 2px solid transparent; transition: border-color .2s ease; overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; border-radius: 4px; } .pdp3-thumb:hover, .pdp3-thumb.pdp3-active { border-color: var(--gold); } .pdp3-thumb-chevron { position: absolute; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.95); border: 1px solid var(--rule); font-size: 18px; line-height: 1; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18); padding: 0; transition: background .15s, opacity .15s; } .pdp3-thumb-chevron:hover { background: #fff; } .pdp3-thumb-prev { left: -13px; } .pdp3-thumb-next { right: -13px; } .pdp3-qty { display: inline-flex; border: 1px solid var(--rule); } .pdp3-qty button { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer; } .pdp3-qty span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); } .pdp3-num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; } .pdp3-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; } .pdp3-fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; } .pdp3-fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; } .pdp3-comp { width: 100%; border-collapse: collapse; } .pdp3-comp th, .pdp3-comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); } .pdp3-comp td:not(:first-child), .pdp3-comp th:not(:first-child) { text-align: center; } .pdp3-comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; } .pdp3-comp th:first-child { color: var(--faint); } .pdp3-comp .pdp3-adv { color: var(--dark); font-weight: 500; } .pdp3-comp .pdp3-dis { color: var(--faint); } .pdp3-comp tr:nth-child(even) td { background: var(--warm-bg); } .pdp3-comp tr:nth-child(even) td.pdp3-adv { background: #F0EAE0; } .pdp3-check { color: var(--gold); font-weight: 700; } .pdp3-spec-row { display: flex; border-bottom: 1px solid var(--rule); } .pdp3-spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; } .pdp3-spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); } .pdp3-contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; } .pdp3-review-card { background: var(--warm-bg); padding: 28px; } .pdp3-faq-item { border-bottom: 1px solid var(--rule); } .pdp3-faq-q { width: 100%; text-align: left; padding: 22px 0; font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .pdp3-faq-q:hover { color: var(--gold); } .pdp3-faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; } .pdp3-faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; } .pdp3-faq-a.pdp3-open { display: block; } .pdp3-faq-icon.pdp3-open { transform: rotate(45deg); } .pdp3-acc-btn { width: 100%; text-align: left; padding: 18px 0; font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--rule); } .pdp3-acc-btn:hover { color: var(--gold); } .pdp3-acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; } .pdp3-acc-icon.pdp3-open { transform: rotate(45deg); } .pdp3-acc-icon.chev { font-size: 14px; } .pdp3-acc-icon.chev.pdp3-open { transform: rotate(180deg); } .pdp3-acc-body { display: none; padding-bottom: 28px; } .pdp3-acc-body.pdp3-open { display: block; } .pdp3-sketch-wrap { background: var(--cream); border: 1px solid var(--rule); padding: 32px 24px; margin-bottom: 24px; } .pdp3-sketch-caption { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); text-align: center; margin-top: 14px; } @media(max-width:480px){svg[data-fa19-ings="truffle"]{transform:translateX(-18%)}} .pdp3-cs-card { background: var(--warm-bg); overflow: hidden; } .pdp3-cs-info { padding: 16px 18px; } .pdp3-swatch { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--rule); cursor: pointer; padding: 0; flex-shrink: 0; transition: all .2s ease; } .pdp3-swatch:hover { transform: scale(1.1); } .pdp3-swatch.pdp3-active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); } .pdp3-save-badge { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center; } .pdp3-hc-sep { display: none; } .pdp3-hc-item { display: inline-block; margin-right: 14px; } .pdp3-hc-item::before { content: "•"; font-weight: 700; font-style: normal; color: var(--gold); margin-right: 5px; } .pdp3-sec4-body, .pdp3-sec9-body { max-height: 5.25em; overflow: hidden; } .pdp3-sec4-body.pdp3-expanded, .pdp3-sec9-body.pdp3-expanded { max-height: 200em; } .pdp3-why-toggle-icon { display: none; } .pdp3-why-toggle-row { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; } @media (max-width: 749px) { .pdp3-why-toggle-row { display: block; } .pdp3-why-toggle-icon { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0; color: #fff; background: var(--gold); border-radius: 3px; padding: 2px 9px; vertical-align: middle; line-height: 1.5; } .pdp3-why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; } .pdp3-why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; } .pdp3-why-desc.pdp3-open { max-height: 20em; margin-top: 10px !important; } } @media (max-width: 749px) { .pdp3-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; } .pdp3-two-col { grid-template-columns: 1fr !important; gap: 32px !important; } .pdp3-divider { display: none !important; } .pdp3-usp-grid { grid-template-columns: repeat(2,1fr) !important; } .pdp3-num-three { grid-template-columns: 1fr !important; } .pdp3-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; } .pdp3-four-col { grid-template-columns: repeat(2,1fr) !important; } .pdp3-three-col { grid-template-columns: 1fr !important; } .pdp3-tri-col { grid-template-columns: 1fr !important; } .pdp3-toc-grid { grid-template-columns: repeat(2,1fr) !important; } .pdp3-buybox-col { min-width: 0; } .pdp3-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .pdp3-comp { min-width: 540px; } /* comp-mobile-layout */ /* Mobile: cap each column-header name at 4 lines (keeps th as table-cell; the span becomes the clamped box so column layout is preserved). */ .pdp3-comp th .pdp3-comp-th-name { display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; } /* Mobile: freeze the first column (row labels) so it stays visible while the chart scrolls horizontally. Opaque bg + right divider/shadow. */ .pdp3-comp th:first-child, .pdp3-comp td:first-child { position: sticky; left: 0; background: var(--warm-bg); z-index: 1; box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12); } h1.pdp3-serif { font-size: 26px !important; text-align: center !important; } h2.pdp3-serif { font-size: 22px !important; } .pdp3-hero-label { display: block !important; text-align: center !important; } .pdp3-nav-links { display: none !important; } .pdp3-main-img { aspect-ratio: 4/3 !important; } .pdp3-main-img #mainImg { object-fit: contain !important; object-position: center center !important; } .pdp3-breadcrumb { display: none !important; } .pdp3-thumb-wrapper { display: none !important; } .pdp3-thumb-strip { display: none !important; } .pdp3-hero-caption { display: none !important; } .pdp3-h1-sub { display: none !important; } .pdp3-hero-sec { padding-top: 8px !important; padding-bottom: 8px !important; } .pdp3-buybox-desc { display: none !important; } .pdp3-buybox-quote { display: block !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px !important; } .pdp3-buybox-quote .pdp3-quote-attr { display: none !important; } .pdp3-buybox-stars { margin-bottom: 10px !important; } .pdp3-buybox-price { margin-bottom: 12px !important; } .pdp3-mobile-color-qty { display: flex !important; align-items: center; justify-content: space-between; margin-bottom: 16px; } .pdp3-mobile-color-qty .pdp3-buybox-variant { margin-bottom: 0 !important; } .pdp3-mobile-color-qty .pdp3-buybox-qty { margin-bottom: 0 !important; } .pdp3-hc-br { display: none !important; } .pdp3-hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; } .pdp3-complete-set-grid { grid-template-columns: 1fr !important; } .pdp3-complete-set-left { padding: 40px 24px !important; } .pdp3-complete-set-img { min-height: 280px !important; } } @media (min-width: 750px) and (max-width: 1099px) { .pdp3-hero-grid { grid-template-columns: 1fr !important; gap: 16px !important; } .pdp3-main-img { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; } .pdp3-thumb-wrapper { display: none !important; } .pdp3-thumb-strip { display: none !important; } #caption-inline { display: none !important; } #caption-band { display: block !important; } } @media (min-width: 1100px) { #caption-inline { display: none !important; } #caption-band { display: block !important; } } @media (min-width: 750px) { .pdp3-stripe-break { padding: 48px 0 !important; } } @media (min-width: 1100px) { .pdp3-stripe-break { padding: 64px 0 !important; } } .pdp3-q7-a-text { display: none; } .pdp3-q7-item[data-open="true"] .pdp3-q7-q-text { display: none; } .pdp3-q7-item[data-open="true"] .pdp3-q7-a-text { display: inline; } .pdp3-q7-plus::before { content: '+'; } .pdp3-q7-item[data-open="true"] .pdp3-q7-plus::before { content: '×'; } .pdp3-q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; } ‹ › Durable aluminum alloyElegant finish Intricate olive design100 oz capacity Hand wash onlyHandcrafted in Thailand Arthur Court Designs · Made in Thailand Tuscany-Inspired Olive Pitcher Aluminum Alloy · 100 oz Capacity · Handcrafted "The intricate olive branch design adds a touch of Tuscany to any gathering." A., verified buyer ★★★★★ 4.9 · 94 reviews $153 Color: Gold − 1 + if(!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(".pdp3-swatch.pdp3-active")||{}).title||"";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options&&v.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;});};}Add to Cart: $153 Buy it now 4 × $38 · ShopPay Free shipping on qualifying orders Designed in California and crafted from durable aluminum alloy, this pitcher is both decorative and functional, boasting a striking olive motif. Durable aluminum alloyElegant finish Intricate olive design100 oz capacity Hand wash onlyHandcrafted in Thailand Click here to find out →Right for you? →Vs. famous brands →What's different →Why buyers choose it →Specifications →How it compares →FAQ ↓Complete the look What you notice first How is Olive Pitcher different? (What makes aluminum alloy different from mass-produced glassware) DESIGN Intricate olive branch motif makes it a statement piece on any table. MATERIAL Crafted from durable aluminum alloy, ensuring longevity and style. CAPACITY Holds up to 100 ounces, perfect for large gatherings. VERSATILITY Suitable for both hot and cold beverages, offering flexibility. Read more ▾ Why cheap glassware fades year 1: on arrival glaze holds · handle firm year 2: after daily use rim chip edge exposed: body visible Libbey glassware is durable and affordable but develops a milky haze after repeated dishwashing, diminishing its clarity and appeal. machine-glazed identical vs. hand-applied individual Before you decide "If the glass just needs to hold a drink, Libbey is perfectly fine. But if clarity and the weight in hand matter, the difference is immediate." "If what you want is a pitcher that combines art and functionality with a Mediterranean flair, this is it." At a glance Is this pitcher right for you? Choose this pitcher ✓ Love Mediterranean elegance This intricately designed pitcher brings the warmth of Tuscany to your table settings. ✓ Appreciate functional art The Olive Pitcher isn't just decorative; it's a centerpiece that impresses. ✓ Host large gatherings With a 100 oz capacity, it serves plenty, making it ideal for entertaining. ✓ Seek unique craftsmanship Handcrafted and designed with care, this pitcher stands out in any collection. Skip this pitcher if ✗ Prefer minimalist designs This pitcher might feel too ornate if you like simple, unadorned tableware. ✗ Need dishwasher-safe items The Olive Pitcher requires hand washing to preserve its elegant design. ✗ Have limited storage space Its substantial size might not fit in smaller kitchen cabinets or shelves. ✗ Budget-conscious purchase If you prioritize cost over craftsmanship, this might not align with your needs. Best for → Mediterranean decor enthusiasts Perfect for those who love adding a touch of Tuscany to their home. → Artistic table setters Ideal for individuals who view table settings as an art form. → Large family gatherings The 100-ounce capacity is perfect for serving drinks to a crowd. → Gift givers Makes an exceptional gift for those who appreciate finely crafted homeware. Complete the lookCompletethe look Magnolia Stemless Wine Glasses - Set of 4Glassware Add to cart Melting Ice Cream Stoneware Dinnerware Set for 4 (12-Piece) – Handmade Portuguese Ceramic Plates & Bowls, Dishwasher SafePlates Add to cart Wooden Serving Bowl with Hand-Forged Copper Straps – Heirloom Solid Wood Serving Bowl with French-Inspired DesignBowls Add to cart Add All 3 to Cart 3 items Hand-picked pieces that coordinate with this one. (function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('/cart/add.js',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('/products/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)&&x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})(); Buyer profile Why buyers choose Olive Pitcher Mediterranean charm + Adds a touch of Tuscany to any table setting, impressing guests instantly. Artisan quality + Handcrafted with care, ensuring each piece is unique and durable. Functional design + Large capacity and versatile use make it perfect for all occasions. Elegance Adds artistic flair to dining. Durability Built to last decades. Versatility Great for hot or cold drinks. @media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri>div:first-child,.pdp-vb1-tri>div:last-child{display:none !important;}} Aluminum alloy · 100 oz capacity · Handcrafted Add to Cart: $153 The Olive Pitcher transforms every gathering into a Mediterranean escape, turning simple meals into elegant experiences. 01 Built to last Made from durable aluminum alloy, this pitcher withstands the test of time, maintaining its beauty and functionality through countless gatherings. 02 Aesthetic appeal The intricate olive branch motif adds a touch of elegance and Mediterranean charm, making it a centerpiece on any table. 03 Lifetime value Investing in quality means fewer replacements. This pitcher ensures lasting satisfaction with its timeless design and robust construction. Read more ▾ Intricate olive design · Durable and elegant Add to Cart: $153 What changes with the Olive Pitcher Every gathering becomes an elegant affair Before owning the Olive Pitcher, your tableware may have been purely functional. Now, it becomes a conversation starter, adding elegance and charm to every meal. With this pitcher, your gatherings become more memorable. What the Olive Pitcher is made of, and how it's built Expand each group for full detail. Dimensions & Capacity+ Height 9 inches / 22.86 cm Rim Diameter 7 inches / 17.78 cm Capacity 100 oz / 2957 ml Dimensions may vary slightly due to handcrafted nature. Materials & Construction+ Material Aluminum Alloy Finish Polished Design Olive branch motif Aluminum alloy ensures durability and style. Care & Compatibility+ Dishwasher Safe No Hand Wash Recommended Avoid Thermal shock Hand wash to preserve design. Contents+ Includes 1 x Olive Pitcher (100 oz) Single item; perfect for gifting or adding to existing collections. Specifications are subject to change based on production variations. The assumption most buyers get wrong Design and utility can't coexist? Think again. The Olive Pitcher defies the notion that beauty compromises functionality. Made from durable aluminum alloy, it ensures both elegance and practicality. Its intricate design does not sacrifice usability, proving beauty and utility can coexist. The one-sentence decision Transform every meal into an occasion With the Olive Pitcher, every meal becomes more than just dining; it's an experience. The intricate design and robust construction make it a must-have for those who value both style and function. Choose elegance, choose lasting impressions. Who this is for This exquisite pitcher is for artistic hosts and Mediterranean decor enthusiasts who appreciate the blend of function and beauty, transforming every gathering into a stylish affair. Material performance What aluminum alloy does in daily use interior cavity glass wall Polished aluminum finish aluminum Cross-section of durable aluminum alloy pitcher · Strength and style Aluminum alloy ensures robust durability while maintaining an elegant appearance. · Heat compatibility Suitable for both hot and cold beverages without damage. · Design integrity The polished finish highlights the intricate olive design. "Holding the Olive Pitcher feels like holding a piece of Tuscany." Durable Aluminum Alloy Construction Outshines Glass Competitors The Olive Pitcher offers: • Durable aluminum alloy construction• Intricate olive branch design• Designed in California, handcrafted in Thailand Choose the Olive Pitcher because settling for soda-lime glass means compromising on resilience and style. Olive Pitcher (Arthur Court Designs) WaterfordLismore Pitcher Williams SonomaGlass Pitcher Le CreusetStoneware Pitcher Bormioli RoccoYpsilon Jug Does it have a unique design? Olive branch motif — Yes, the pitcher features a geometric pattern of honeybees and honeycombs, embellished with a — — Is it handcrafted? Handcrafted — Yes, it is handcrafted by master artisans. — — Does it hold a large volume? 100 oz — Yes, it has a capacity of 40 ounces. — — Material Aluminum Alloy crystal glass stoneware glass Dishwasher Safe Hand wash only no yes yes yes Capacity 100 oz / 2957 ml 32 oz 64 oz 34 oz 50 oz Country of Origin Thailand Ireland USA Thailand Italy Lead-Free Yes no yes yes yes Price $153 $395.00 $99.95 $52.00 $22.99 Competitor 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. Show more See full comparison + (5 more dimensions) Unlike the cheaper options in this lineup, this product is built with aluminum alloy. The difference shows up exactly when it matters — when serving guests and soda-lime glass shatters. OLIVE COLLECTION Arthur Court Designs · Made in Thailand Mediterranean elegance in every pour Add to Cart: $153 Where it shines Perfect for hosting and gifting · Dinner parties Impress guests with a stunning centerpiece that complements your Mediterranean theme. · Family gatherings Large capacity makes it ideal for serving drinks to everyone at the table. · Outdoor picnics Stylish and durable, perfect for elegant outdoor dining experiences. · Gifts A thoughtful and unique gift for hosts who love decorative tableware. · Everyday use Durable enough for daily use, adding a touch of elegance to meals. Transform your table with timeless elegance. The Olive Pitcher is for the discerning host. Add to Cart: $153 The material definition Soda-lime vs aluminum alloy, a closer look Standard glass thick wall heavy · heat-retentive vs. Aluminum alloy refined wall uniform · superior clarity standard Aluminum alloy coarser refined → Typical glass vs our aluminum alloy pitcher Read the full explanation ▾ Aluminum alloy offers superior durability and heat compatibility compared to soda-lime glass, making it ideal for both hot and cold beverages. The use of aluminum alloy ensures longevity and resilience, providing a robust option that withstands regular use without losing its luster. This material is specifically chosen for the Olive Pitcher to enhance the intricate olive design and ensure lasting beauty. Aluminum alloy is the superior choice for durability. The forming process From silica to stunning pitcher raw batch 1 - materials melt & gather 2 - melt annealed 3 - form individual result 4 - anneal Aluminum alloy crafting sequence Read the full explanation ▾ Unlike mass-produced glassware, the Olive Pitcher is crafted with attention to detail. Handcrafted by artisans, each piece undergoes a meticulous process to ensure quality. The handcrafted nature means each pitcher is unique, reflecting the artisan who made it. This individual variation enhances the overall charm and appeal. An artisan-crafted piece offers unmatched character. The design heritage From tradition to modern elegance glass origins blown glass regional craft aluminum adopted Arthur Court founded Olive series Timeline of Arthur Court Designs' evolution Read the full explanation ▾ Rooted in the tradition of glassblowing, Arthur Court Designs blends regional craftsmanship with modern techniques, resulting in pieces that reflect both heritage and contemporary style. The choice to craft in aluminum reflects a commitment to combining durability with elegance, ensuring each piece is not only beautiful but also functional. Arthur Court Designs offers a heritage of craftsmanship and elegance. Add to Cart: $153 From buyers who buy it ★★★★★ Verified buyer "The Olive Pitcher is stunning and practical. It adds elegance to every dinner party I've hosted." Sarah K., bought for new home, 8 months ago ★★★★★ Verified buyer "I love the intricate design. It's both a useful pitcher and a beautiful centerpiece." James L., purchased for family gatherings, 5 months ago ★★★★★ Verified buyer "This pitcher is perfect for Mediterranean-themed dinners. The craftsmanship is top-notch." Emily R., bought as a gift, 3 months ago Pairs naturally with Complete the table without doubling up Enhance your collection with these complementary pieces. Arthur Court Designs Fleur-De-Lis Ice Scoop Decorative and functional Arthur Court Designs Elk / Deer Bust Decanter Set with Glasses Rustic elegance Arthur Court Designs Antler and Oak Leaf Ice Scoop Nature-inspired beauty Arthur Court Designs Alligator Ice Scoop Bold statement piece About Arthur Court Designs Nature-inspired elegance in every design Founded with a passion for nature-inspired elegance, Arthur Court Designs creates barware that celebrates the beauty of the natural world. Designed in California and made in Thailand, each piece showcases intricate craftsmanship and meticulous attention to detail. By combining traditional craftsmanship with modern design, Arthur Court Designs offers unique and functional pieces that add sophistication to any home. Their commitment to quality ensures lasting beauty and utility. Caring for your set Four rules that preserve the elegance 1 Hand wash only Use mild soap and warm water to maintain the finish. 2 Dry immediately Prevent water spots by drying with a soft cloth right after washing. 3 Avoid harsh cleaners Do not use abrasive sponges or strong chemicals. 4 Store carefully Keep in a safe place to prevent scratches or dents. With proper care, the Olive Pitcher will remain a cherished piece for years. Final verdict Elegance meets functionality in the Olive Pitcher The Olive Pitcher is an investment in style and utility, perfect for those who love Mediterranean themes. Its durable aluminum alloy construction and elegant design make it a standout piece in any collection. Choosing this pitcher elevates your dining experience, adding a touch of Tuscany to every meal. → Crafted from durable aluminum alloy, ensures longevity and elegance → Designed in California, handcrafted in Thailand, unique craftsmanship → Hand wash recommended, preserves intricate design and finish → 100 oz capacity, ideal for large gatherings and entertaining Embrace the beauty and utility of the Olive Pitcher. It's more than just a pitcher; it's an experience. Add to Cart: $153 Or buy it now The questions buyers ask before deciding Is the Olive Pitcher safe for hot beverages?+ Yes, the Olive Pitcher is made from durable aluminum alloy, suitable for both hot and cold beverages. What is the capacity of the Olive Pitcher?+ The Olive Pitcher can hold up to 100 ounces, making it ideal for serving multiple guests. How do I care for the Olive Pitcher to prevent tarnishing?+ To prevent tarnishing, hand wash the pitcher with mild soap and dry it immediately with a soft cloth. Can the Olive Pitcher be used outdoors?+ Yes, its durable construction makes it suitable for outdoor use during picnics and gatherings. Is this pitcher dishwasher safe?+ No, to maintain its elegant finish, it is recommended to hand wash only. Does the Olive Pitcher come in different sizes?+ Currently, the Olive Pitcher is available in a standard 100 oz size only. What makes the Olive Pitcher unique?+ Its intricate olive branch motif and durable aluminum construction set it apart from standard pitchers. Can I use the pitcher for acidic drinks?+ Yes, the aluminum alloy is resistant to acidic beverages. Is this pitcher a good gift option?+ Absolutely, it makes a unique and elegant gift for those who appreciate fine tableware. Where can I see matching pieces?+ Explore more pieces from the collection, like the Fleur-De-Lis Ice Scoop. Add to Cart: $153 { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Is the Olive Pitcher safe for hot beverages?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, the Olive Pitcher is made from durable aluminum alloy, suitable for both hot and cold beverages." } }, { "@type": "Question", "name": "What is the capacity of the Olive Pitcher?", "acceptedAnswer": { "@type": "Answer", "text": "The Olive Pitcher can hold up to 100 ounces, making it ideal for serving multiple guests." } }, { "@type": "Question", "name": "How do I care for the Olive Pitcher to prevent tarnishing?", "acceptedAnswer": { "@type": "Answer", "text": "To prevent tarnishing, hand wash the pitcher with mild soap and dry it immediately with a soft cloth." } }, { "@type": "Question", "name": "Can the Olive Pitcher be used outdoors?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, its durable construction makes it suitable for outdoor use during picnics and gatherings." } }, { "@type": "Question", "name": "Is this pitcher dishwasher safe?", "acceptedAnswer": { "@type": "Answer", "text": "No, to maintain its elegant finish, it is recommended to hand wash only." } }, { "@type": "Question", "name": "Does the Olive Pitcher come in different sizes?", "acceptedAnswer": { "@type": "Answer", "text": "Currently, the Olive Pitcher is available in a standard 100 oz size only." } }, { "@type": "Question", "name": "What makes the Olive Pitcher unique?", "acceptedAnswer": { "@type": "Answer", "text": "Its intricate olive branch motif and durable aluminum construction set it apart from standard pitchers." } }, { "@type": "Question", "name": "Can I use the pitcher for acidic drinks?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, the aluminum alloy is resistant to acidic beverages." } }, { "@type": "Question", "name": "Is this pitcher a good gift option?", "acceptedAnswer": { "@type": "Answer", "text": "Absolutely, it makes a unique and elegant gift for those who appreciate fine tableware." } }, { "@type": "Question", "name": "Where can I see matching pieces?", "acceptedAnswer": { "@type": "Answer", "text": "Explore more pieces from the collection, like the Fleur-De-Lis Ice Scoop." } } ] } { "@context": "https://schema.org", "@type": "Product", "name": "Olive Pitcher", "brand": { "@type": "Brand", "name": "Arthur Court Designs" }, "description": "The Olive Pitcher by Arthur Court Designs is a Mediterranean-inspired pitcher, crafted from durable aluminum alloy, designed in California, and made in Thailand. It features an intricate olive branch motif and a 100 oz capacity, perfect for entertaining.", "sku": "100G12", "offers": { "@type": "Offer", "price": "153", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "shippingDetails": [ { "@type": "OfferShippingDetails", "shippingLabel": "Ground Shipping \u2014 Rate by Weight", "shippingRate": { "@type": "MonetaryAmount", "value": "9.95", "currency": "USD" }, "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 3, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 5, "maxValue": 10, "unitCode": "DAY" } } } ] }, "material": "Aluminum Alloy", "countryOfOrigin": "Thailand", "additionalProperty": [ { "@type": "PropertyValue", "name": "Capacity", "value": "100 ounces" }, { "@type": "PropertyValue", "name": "Dimensions", "value": "9\"L x 7\"W x 9\"T" }, { "@type": "PropertyValue", "name": "Care", "value": "Hand wash only" }, { "@type": "PropertyValue", "name": "Design", "value": "Olive branch motif" } ] } function swapImg(el, src) { document.getElementById('mainImg').src = src; document.querySelectorAll('.pdp3-thumb').forEach(t => t.classList.remove('pdp3-active')); el.classList.add('pdp3-active'); } function thumbScroll(dir) { var strip = document.querySelector('.pdp3-thumb-strip'); if (!strip) return; var thumb = strip.querySelector('.pdp3-thumb'); var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200; strip.scrollBy({ left: dir * step, behavior: 'smooth' }); setTimeout(updateThumbChevrons, 350); } function updateThumbChevrons() { var strip = document.querySelector('.pdp3-thumb-strip'); var prev = document.querySelector('.pdp3-thumb-prev'); var next = document.querySelector('.pdp3-thumb-next'); if (!strip || !prev || !next) return; var atStart = strip.scrollLeft = strip.scrollWidth - 2; prev.style.opacity = atStart ? '0.25' : '1'; prev.style.pointerEvents = atStart ? 'none' : 'auto'; next.style.opacity = atEnd ? '0.25' : '1'; next.style.pointerEvents = atEnd ? 'none' : 'auto'; } document.addEventListener('DOMContentLoaded', function() { var strip = document.querySelector('.pdp3-thumb-strip'); if (strip) { updateThumbChevrons(); strip.addEventListener('scroll', updateThumbChevrons, { passive: true }); } }); function selectSwatch(el, name) { document.querySelectorAll('.pdp3-swatch').forEach(s => s.classList.remove('pdp3-active')); el.classList.add('pdp3-active'); document.getElementById('swatchLabel').textContent = name; } function changeQty(delta) { const span = document.getElementById('qtyVal'); const v = parseInt(span.textContent) + delta; if (v >= 1) span.textContent = v; } function toggleFaq(btn) { const a = btn.nextElementSibling; const icon = btn.querySelector('.pdp3-faq-icon'); a.classList.toggle('pdp3-open'); icon.classList.toggle('pdp3-open'); } // Pasta pairing Add to Cart buttons document.addEventListener('DOMContentLoaded', function() { var eduBody = document.getElementById('edu-b-body'); if (!eduBody) return; eduBody.querySelectorAll('a[href^="/products/"]').forEach(function(link) { var handle = link.getAttribute('href').replace('/products/', ''); var btn = document.createElement('button'); btn.textContent = 'Add to Cart'; 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;'; btn.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); if (btn._busy) return; btn._busy = true; btn.textContent = 'Adding...'; fetch('/products/' + handle + '.js') .then(function(r) { return r.json(); }) .then(function(p) { return fetch('/cart/add.js', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({id: p.variants[0].id, quantity: 1}) }); }) .then(function() { btn.textContent = 'Added'; btn.style.background = '#C4963A'; setTimeout(function() { btn.textContent = 'Add to Cart'; btn.style.background = '#1A1714'; btn._busy = false; }, 2500); }) .catch(function() { btn.textContent = 'Add to Cart'; btn._busy = false; }); }); link.appendChild(btn); }); }); function toggleAcc(bodyId, btnId) { const body = document.getElementById(bodyId); const btn = document.getElementById(btnId); if (!body) return; const isOpen = body.classList.contains('pdp3-open'); body.classList.toggle('pdp3-open', !isOpen); if (btn) { const icon = btn.querySelector('.pdp3-acc-icon'); if (icon) icon.classList.toggle('pdp3-open', !isOpen); } } function toggleWhyDesc(id) { var desc = document.getElementById(id); var icon = document.getElementById(id + '-icon'); if (!desc) return; var isOpen = desc.classList.contains('pdp3-open'); desc.classList.toggle('pdp3-open', !isOpen); if (icon) icon.textContent = isOpen ? '+' : '−'; } function toggleComp() { var extra = document.getElementById('comp-extra'); var link = document.getElementById('comp-link'); if (!extra) return; var isOpen = extra.style.display !== 'none'; extra.style.display = isOpen ? 'none' : 'table-row-group'; if (link) { if (!link.dataset.openText) link.dataset.openText = link.textContent; link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \u2212'; } } function toggleSec4() { var bodies = document.querySelectorAll('.pdp3-sec4-body'); var btn = document.getElementById('sec4-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('pdp3-expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('pdp3-expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } function toggleSec9() { var bodies = document.querySelectorAll('.pdp3-sec9-body'); var btn = document.getElementById('sec9-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('pdp3-expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('pdp3-expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } @media(min-width:750px){.pdp3-mob-btn{display:none!important}.pdp3-mob-dots{display:none!important}} details.allergen-collapse summary::-webkit-details-marker{display:none} details.allergen-collapse summary::marker{display:none} details.allergen-collapse .allergen-chev{transform:rotate(180deg)} (function(){ function initCarousel(){ var wrap = document.querySelector('.pdp3-main-img'); if(!wrap) return; var mainImg = document.getElementById('mainImg'); if(!mainImg) return; var imgs = [mainImg.src]; document.querySelectorAll('.pdp3-thumb-strip .pdp3-thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); }); if(imgs.length < 2) return; var idx = 0; var outer = document.createElement('div'); outer.style.cssText = 'position:relative;'; wrap.parentNode.insertBefore(outer, wrap); outer.appendChild(wrap); 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;'; var prev = document.createElement('button'); prev.className = 'pdp3-mob-btn'; prev.innerHTML = '‹'; prev.setAttribute('aria-label','Previous image'); prev.style.cssText = BTN + 'left:10px;display:flex;'; outer.appendChild(prev); var next = document.createElement('button'); next.className = 'pdp3-mob-btn'; next.innerHTML = '›'; next.setAttribute('aria-label','Next image'); next.style.cssText = BTN + 'right:10px;display:flex;'; outer.appendChild(next); var dotsRow = document.createElement('div'); dotsRow.className = 'pdp3-mob-dots'; dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;'; var dots = []; imgs.forEach(function(_,i){ var d = document.createElement('button'); d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';'; d.setAttribute('aria-label','Image '+(i+1)); d.addEventListener('click', function(){ goTo(i); }); dots.push(d); dotsRow.appendChild(d); }); outer.parentNode.insertBefore(dotsRow, outer.nextSibling); function goTo(n){ idx = ((n % imgs.length) + imgs.length) % imgs.length; mainImg.src = imgs; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); document.querySelectorAll('.pdp3-thumb-strip .pdp3-thumb').forEach(function(t,i){ t.classList.toggle('pdp3-active', i===idx); }); } prev.addEventListener('click', function(){ goTo(idx-1); }); next.addEventListener('click', function(){ goTo(idx+1); }); var tx = 0; wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true}); wrap.addEventListener('touchend', function(e){ var dx = e.changedTouches[0].clientX - tx; if(Math.abs(dx) > 40) goTo(idx + (dx < 0 ? 1 : -1)); }, {passive:true}); var orig = window.swapImg; window.swapImg = function(el, src){ if(orig) orig(el, src); var ni = imgs.indexOf(src); if(ni >= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); } }; } if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); } else { initCarousel(); } })(); Tuscany-Inspired Olive Pitcher $153 Add to Cart (function(){ var bar = document.getElementById('pdp-sticky-atc'); if(!bar) return; var btns = document.querySelectorAll('.pdp3-btn-primary'); var firstAtc = btns.length ? btns[0] : null; if(!firstAtc) return; var isMobile = function(){ return window.innerWidth < 750; }; var shown = false; function check(){ if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; } var rect = firstAtc.getBoundingClientRect(); var past = rect.bottom < 0; if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; } } window.addEventListener('scroll', check, {passive:true}); window.addEventListener('resize', check, {passive:true}); check(); })();
More you might like
Related
Pitcher - Olive Pitcher
Related
Olive Motif Pitcher | Elegant Serving Pitcher
Related
Olive Pitcher
Related