Trousers
Deep Teal Solid-Color Cotton Trouser
Beige Solid-Color Cotton Trouser
- 1
- 2
All items displayed.
Olive Green Solid-Color Cotton Trouser
White Solid-Color Cotton Trouser
- 1
- 2
All items displayed.
.awara-footer {
background: #E2E1E1;
padding: 80px 8%;
font-family: Arial, Helvetica, sans-serif;
}
.awara-footer-container {
max-width: 1300px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 120px;
}
.awara-footer-column h4 {
font-size: 18px;
font-weight: 600;
color: #222;
margin-bottom: 25px;
}
.awara-footer-column ul {
list-style: none;
margin: 0;
padding: 0;
}
.awara-footer-column li {
margin-bottom: 18px;
}
.awara-footer-column a {
color: #666;
text-decoration: none;
font-size: 16px;
transition: .25s;
position: relative;
}
.awara-footer-column a::after {
content: "";
position: absolute;
left: 0;
bottom: -3px;
width: 0;
height: 1px;
background: #000;
transition: .25s;
}
.awara-footer-column a:hover {
color: #000;
}
.awara-footer-column a:hover::after {
width: 100%;
}
@media(max-width:768px){
.awara-footer-container{
grid-template-columns:1fr;
gap:50px;
}
}

