Skip to content

Premium streetwear

Becasue I Am Black
Shop now
/* ================================ B.I.AM.B HERO UPGRADE Purpose: Pride-first, premium feel ================================ */ /* Keep hero content centered and not too wide */ .banner .banner__content, .slideshow .slideshow__content, .hero .hero__content, .image-with-text-overlay .image-with-text-overlay__content { max-width: 980px; margin: 0 auto; padding: 0 18px; text-align: center; } /* Strong headline styling */ .banner h1, .slideshow h1, .hero h1, .image-with-text-overlay h1 { letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.05; font-weight: 700; } /* Subheading readability */ .banner p, .slideshow p, .hero p, .image-with-text-overlay p { font-size: 1.05rem; line-height: 1.45; max-width: 720px; margin: 12px auto 0; } /* Improve text contrast on busy images */ .banner, .slideshow, .hero, .image-with-text-overlay { text-shadow: 0 2px 18px rgba(0,0,0,0.45); } /* Add subtle dark overlay if theme allows it */ .banner::before, .slideshow::before, .hero::before, .image-with-text-overlay::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.35); z-index: 1; } /* Keep text above overlay */ .banner .banner__content, .slideshow .slideshow__content, .hero .hero__content, .image-with-text-overlay .image-with-text-overlay__content { position: relative; z-index: 2; } /* Button spacing + premium feel */ .banner .button, .slideshow .button, .hero .button, .image-with-text-overlay .button { margin-top: 18px; padding: 12px 26px; font-weight: 600; letter-spacing: 0.04em; } /* ================================ MOBILE OPTIMIZATION ================================ */ @media (max-width: 768px) { /* Prevent text from getting crushed */ .banner h1, .slideshow h1, .hero h1, .image-with-text-overlay h1 { font-size: 1.8rem; line-height: 1.1; } .banner p, .slideshow p, .hero p, .image-with-text-overlay p { font-size: 1rem; padding: 0 10px; } /* Ensure hero image keeps faces visible */ .banner img, .slideshow img, .hero img, .image-with-text-overlay img { object-position: center top; } }