✦ Verified product
Zero Sugar - Half & Half
USD 33.99
Steaz
Verified independent store
→
Smooth, subtle, and refreshingly light, our Steaz Zero Sugar Half & Half blends crisp green tea with a hint of lemonade for effortless balance. It’s clean, calm refreshment in a ca
n — brewed from regenerative organic tea leaves and crafted for moments that call for clarity, not caffeine. A quietly confident refresh that proves simplicity can still shine bright. 12 cans per case /* Prevent horizontal scroll */ .product__description { overflow-x: hidden; } /* ✅ Desktop: single row */ .cert-simple { display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; gap: 24px; margin-top: 16px; } /* ✅ Each icon gets a uniform “box” */ .cert-item { width: 115px; /* box width */ height: 85px; /* box height */ display: flex; align-items: center; justify-content: center; } /* ✅ Images scale DOWN consistently */ .cert-item img { max-width: 100%; max-height: 100%; height: auto !important; width: auto !important; object-fit: contain; display: block; } /* ✅ Mobile/tablet: grid layout */ @media (max-width: 900px) { .cert-simple { display: grid; grid-template-columns: repeat(3, 1fr); justify-items: center; gap: 18px 14px; } .cert-item { width: 100px; height: 75px; } } /* ✅ Tiny phones: 2 per row */ @media (max-width: 500px) { .cert-simple { grid-template-columns: repeat(2, 1fr); gap: 14px 12px; } .cert-item { width: 95px; height: 70px; } }