Skip to product information
1 of 1

Stanley Tumbler 40 oz (Sbucks White Green)

Stanley Tumbler 40 oz (Sbucks White Green)

Regular price 15.500 BHD
Regular price Sale price 15.500 BHD
Sale Sold out
Shipping calculated at checkout.

Low stock

Stainless steel, BPA-free

  • Double-wall vacuum insulation
  • FlowState™ screw-on 3-position lid
  • Reusable straw
  • Comfort-grip handle
  • Car cup holder compatible (base diameter: 3.15 inches)
  • Dishwasher safe
View full details
{ "@context": "https://schema.org", "@type": "Product", "name": "{{ product.title | escape }}", "image": [{% for image in product.images %}"{{ image | img_url: 'master' }}"{% unless forloop.last %}, {% endunless %}{% endfor %}], "description": "{{ product.description | strip_html | escape }}", "sku": "{{ product.selected_or_first_available_variant.sku | default: product.id }}", "brand": { "@type": "Brand", "name": "{{ product.vendor | default: shop.name }}" }, "offers": { "@type": "Offer", "url": "{{ shop.url }}{{ product.url }}", "priceCurrency": "BHD", "price": "{{ product.selected_or_first_available_variant.price | divided_by: 100.0 }}", "availability": "https://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}", "itemCondition": "https://schema.org/NewCondition", "priceValidUntil": "{{ 'now' | date: '%Y-%m-%d' }}" } }