Shopping Cart
No products in the cart.
Sign in
Search for:
Search for:
Cart
Your cart is currently empty.
Return to shop
/* Apply frosted glass to all divider sections */ .cinematic-divider { background: rgba(10, 10, 10, 0.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 12px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); padding: 32px; }