a {
    color: #000 !important;
    text-decoration: none !important;
}
h2.text-lg.font-semibold.truncate.xl\:text-xl.capitalize {
    font-size: 16px;
}
.items-center {
    align-items: center;
}
.text-primary {
    color: #171717 !important;
}
.w-4 {
    width: calc(0.25rem * 4);
}
.h-4 {
    height: calc(0.25rem * 4);
}
p {
    margin-bottom: 0 !important;
}
.h-\[16vh\] {
    height: 20vh;
    border-radius: 10px 10px 0 0;
}
.rounded-2xl {
    border-radius: 1rem;
}
.w-full {
    width: 100%;
}
.md\:gap-2 {
    gap: calc(0.25rem * 2);
}
.each-shop {
    margin-bottom: 20px;
}

.big-banner img {
    height: 300px;
    object-fit: cover;
}
.shop-logo {
    margin-top: -40px;
    margin-left: 40px;
}
.shop-logo img {
    box-shadow: 1px 1px 6px 4px rgb(0, 0, 0, 0.2);
    object-fit: cover;
    border-radius: 20px;
}
.shop-title {
    margin-top: 10px;
}
.shop-title h3 {
    margin: 0;
}
.detail-info {
    margin-top: 30px;
}
.detail-info i {
    margin-right: 5px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: space-around; /* optional - төвд байрлуулах */
    margin-top: 50px;
}

.nav-tabs .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #c0392b; /* улаан өнгө */
    font-weight: 600;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px; /* ← энэ уртаар доогуур зураасыг тодорхойлно */
    height: 5px;
    background-color: #c0392b;
    border-radius: 3px;
}

.nav-tabs .nav-link:hover {
    color: #c0392b;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border: none !important;
}
.nav-pills .nav-link:hover {
    color: #ad1f28e6 !important;
    background-color: #f8f6fb !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #f5f5f5;
}
h3.xl\:w-36.font-semibold.line-clamp-2.break-words.text-sm.sm\:text-base {
    font-size: 16px;
}
.top-40 {
    top: 40px !important;
}
#navbar-example3 {
    position: sticky;
    top: 0.25rem;
    align-self: flex-start;
    width: 100%;
}
.rounded-xl.overflow-hidden.border.relative.min-h-\[17rem\].flex.flex-col.cursor-pointer.hover\:shadow-md.duration-200 {
    margin-bottom: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ad1f28e6 !important;
    background-color: #f8f6fb !important;
}
.detail-pic {
    margin-top: 20px;
}
.detail-pic img {
    border-radius: 10px;
}
.tab-content button {
    border-radius: 15px;
}
.scrollspy-example-2 {
    margin-top: 20px;
}
