.logo {}

.logo img {
    height: 54px;
}

.log1 img {
    height: 24px;
}

.shopping-cart {
    min-width: 100px;
}

.glod-color {
    background-color: #e2d7cb;
}

.splide__pagination__page.is-active {
    background: rgba(37, 99, 235, 0.85);
}

.shadow-lg{
    background: #fff!important;
}

.logo-text{
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Serif SC', serif;
    background: linear-gradient(135deg, var(--medical-blue), #4A90E2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}