Shop 🛍️

/* === Shared Base Styles === */
.mobile-nav {
font-family: system-ui, -apple-system, “Segoe UI”, Roboto, Arial, sans-serif;
background: #fff;
border-top: 1px solid #e5e7eb;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
display: flex;
justify-content: space-around;
align-items: center;
z-index: 99999;
}
.mobile-nav a {
flex: 1;
text-align: center;
text-decoration: none;
color: #374151;
font-size: 14px;
font-weight: 600;
padding: 10px;
transition: color 0.2s ease;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 3px;
}
.mobile-nav a:hover,
.mobile-nav a.active {
color: #2563eb;
}
.mobile-nav i {
font-style: normal;
font-size: 20px;
line-height: 1;
}
/* Cart badge */
.cart-badge {
position: absolute;
top: 4px;
right: 25%;
min-width: 18px;
height: 18px;
padding: 0 5px;
background: #ef4444;
color: #fff;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
line-height: 18px;
text-align: center;
}
/* Cart total */
.cart-total {
font-size: 12px;
font-weight: 600;
color: #6b7280;
}
/* === Mobile (bottom sticky) === */
@media (max-width: 767px) {
.mobile-nav {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 62px;
}
body {
padding-bottom: 70px; /* prevent content hidden behind nav */
}
}
/* === Desktop (top sticky) === */
@media (min-width: 768px) {
.mobile-nav {
position: sticky;
top: 0;
left: 0;
width: 100%;
height: 70px;
border-top: none;
border-bottom: 1px solid #e5e7eb;
justify-content: center;
gap: 40px;
}
.mobile-nav a {
flex: unset;
flex-direction: row;
gap: 8px;
font-size: 15px;
}
.mobile-nav i {
font-size: 18px;
}
.cart-badge {
top: -6px;
right: -12px;
}
}



🏠
Home


🛍
Shop


🛒
Cart
0
Rs 0


👤
Account

Shopping Cart
Scroll to Top