✦ Verified product
Zero Sugar - Peach Mango
USD 33.99
Steaz
Verified independent store
→
Tropical, light, and fragrant, our Steaz Peach Mango Green Tea tastes like sunshine in a can — a bright escape to somewhere warm and easy. Juicy peach and lush mango blend seamless
ly with regenerative organic green tea for a clean, refreshing sip that lifts your mood. Brewed with purpose and bursting with feel-good flavor, it’s your invitation to savor balance, vitality, and a little tropical bliss. 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; } }