.main-header .navbar .nav-link {
    font-size: .9rem;
}
.category-box {
    background-color: #f0f8ff42;
    background: rgba(255, 255, 255, 0.31);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
}
.category-slider img {
    min-height: 28rem;
    max-height: 28rem;
}


.product .btn-outline-primary:not(:hover),
.category-slider .btn-outline-primary:not(:hover) {
    background-color: #ffffff78;
}
