✦ Verified product
Zero Sugar - Raspberry
USD 33.99
Steaz
Verified independent store
→
Lively & vibrant, our Steaz Zero Sugar Raspberry Green Tea is a rush of refreshment that wakes up your senses. The bold flavor of raspberries meets clean, regenerative green tea fo
r a crisp, balanced sip that feels as good as it tastes. Bright and tasty, with zero sugar — proof that living lightly can still be full of flavor and purpose. 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; } }