✦ Verified product
Super Fruit
USD 33.99
Steaz
Verified independent store
→
Crisp and refreshing, our Steaz Superfruit Green Tea is unique fruit blend brings together nature’s most vibrant superfruits in perfect harmony. Each sip bursts with layered, juicy
flavor balanced by smooth regenerative organic green tea. Boldly refreshing yet beautifully simple — a one-of-a-kind blend that tastes as good as doing good feels. 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; } }