✦ Verified product
Hibiscus
USD 33.99
Steaz
Verified independent store
→
Floral and tropical with a smooth, botanical finish, our Steaz Hibiscus Green Tea is a vibrant escape in every sip. Naturally tangy hibiscus meets regenerative organic green tea fo
r a refresh that’s as balanced as it is beautiful. Bright yet grounded, this lush infusion celebrates nature’s artistry — crafted with care for you and the planet. 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; } }