C-H Closet
☰
Home
Gallery
Clothes ▾
Men ▸
Shirts
Jeans
Shorts
Women ▸
Dresses
Shorts
Tops
About Us
Contact Us
Cart
Shop Our Collection
Exclusive pieces, handcrafted with style. Add your favorites to the cart today.
Search Products
Filter by style
All Styles
Skinny
Slim
Straight
Tapered
Bootcut
Flare
Wide-leg
Baggy / Relaxed
Acid wash
Distressed / ripped
Raw denim
Jeggings
Cargo
Workwear
Slim Jeans
GHC 62.99
Add to Cart
/* Footer Styling */ body { margin: 0; font-family: 'Arial', sans-serif; } footer { background: linear-gradient(135deg, #a00054, #ff4f87); /* Gradient pink background */ color: #fff; padding: 50px 0; } .footer-container { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; } .footer-column { width: 22%; padding: 10px; } .footer-column h4 { font-size: 18px; margin-bottom: 15px; text-transform: uppercase; font-weight: bold; } .footer-column ul { list-style: none; padding: 0; } .footer-column ul li { margin-bottom: 10px; } .footer-column ul li a { color: #fff; text-decoration: none; font-size: 14px; transition: color 0.3s ease; } .footer-column ul li a:hover { color: #000000; /* Lighter pink hover */ } .social-links { margin-top: 15px; } .social-icon { font-size: 20px; margin-right: 15px; color: #fff; transition: color 0.3s ease; } .social-icon:hover { color: #000000; /* Lighter pink hover for social icons */ } .footer-bottom { text-align: center; padding: 20px 0; background-color: #a00054; /* Darker pink for footer bottom */ } .newsletter { margin-bottom: 15px; } .newsletter input { padding: 10px; width: 200px; border: none; border-radius: 5px; font-size: 14px; } .newsletter button { padding: 10px 20px; background-color: #ff7f9d; color: #fff; border: none; border-radius: 5px; cursor: pointer; font-size: 14px; } .newsletter button:hover { background-color: #ff66b2; /* Darker pink button hover */ } .footer-terms a { color: #fff; font-size: 14px; text-decoration: none; } .footer-terms a:hover { color: #ff7f9d; /* Pink hover effect for terms links */ }