.category-list.custom-scroll {
    max-height: 360px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom-scroll::-webkit-scrollbar {
    /* width: 5px; */
    display: none;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #ff005e;
}

.category-item {
    transition: background-color 0.2s ease;
}

.category-item:hover {
    background-color: #f8f9fa;
}

.category-name {
    font-size: 14px !important;
}

.fs-7 {
    font-size: 12px;
}

.subcat-toggle[aria-expanded="true"] .arrow-icon {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.arrow-icon {
    transition: transform 0.2s ease;
}
#slider.owl-carousel {
    position: relative;
}

#slider .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

#slider .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0;
    background: #ff005e !important;
    border-radius: 20px !important;
    display: block !important;
    transition: all 0.3s ease !important;
}

#slider .owl-dots .owl-dot.active span {
    width: 22px !important;
    background: #ff005e !important;
}

#slider .owl-dots .owl-dot:hover span {
    background: #ff005e !important;
}

.category-title {
    display: inline-block;
    border-bottom: 3px solid #000000;
}
/* ============= product ============ */
.product-img-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
}

.discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #12b720;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 8px;
    border-radius: 0 0px 4px 0;
    z-index: 2;
}

.wishlist-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}
.wishlist-btn:hover,
.wishlist-btn:focus {
    background: transparent;
}
.wishlist-icon {
    color: #ff005e;
    font-size: 22px;
}
.product-img {
    width: 100%;
    display: block;
    object-fit: cover;
}
/* ============ header nav =========== */
.custom-nav-menu {
    list-style: none;
    margin: 0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-nav-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    background: transparent !important;
    padding: 0;
    transition: opacity 0.2s ease;
}

.custom-nav-menu li a:hover {
    opacity: 0.85;
    color: #ffffff;
}
.top-nav-actions {
    display: flex !important;
    align-items: center;
    justify-content: end;
    gap: 10px;
    background-color: transparent;
    margin-top:5px;
}

.nav-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    background-color: transparent;
    transition: all 0.2s ease;
}

.nav-btn-hover:hover {
    background-color: rgba(0, 0, 0, 0.12);
    color: #ffffff;
}

.icon-badge-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.badge-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #2ec4b6;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-divider {
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.5);
}
.mobile-search-field {
    color: #fff;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
}
.mobile-search-field::placeholder {
    color: #ffffff !important;
}

/* ================== category products ================== */
.category-product-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.category-product-slider > div,
.category-product-slider .item {
    min-width: 0;
    box-sizing: border-box;
}

.category-product-slider img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 700px) {
    .category-product-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
.home-category-product-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.home-category-product-slider > div,
.home-category-product-slider .item {
    min-width: 0;
    box-sizing: border-box;
}

.home-category-product-slider img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 700px) {
    .home-category-product-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

/* ============= mobile bottom fixed =============== */
.mbon-bottom-nav {
    background-color: #FF005E !important;
    height: 65px !important;
    z-index: 99999 !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}

.mbon-bottom-nav .mbon-nav-item {
    flex: 1;
    padding: 3px 0 !important;
}

.mbon-bottom-nav .mbon-nav-icon {
    font-size: 22px !important;
    display: inline-block;
    margin-bottom: 2px !important;
}

.mbon-bottom-nav .mbon-nav-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
}

.mbon-bottom-nav .mbon-badge-count {
    position: absolute !important;
    top: 0px !important;
    right: 45% !important;
    transform: translateX(14px) !important;
    background-color: #ffffff !important;
    color: #FF005E !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 65px !important;
    }
    .mobile-padding-0{
        padding: 0 !important;
    }
}

/* =============== mobile view category ========== */
.mobile-category-section {
    background-color: #f8f9fa;
}

.fs-7 {
    font-size: 13px;
}

.mobile-cat-carousel .cat-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 10px 5px;
    text-decoration: none;
    min-height: 85px;
}

.mobile-cat-carousel .img-box {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-cat-carousel .img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.mobile-cat-carousel .cat-title {
    font-size: 11px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff5f2;
    border-radius: 10px;
    padding: 10px 8px;
    text-decoration: none;
    border: 1px solid #ffe8e0;
    transition: all 0.2s ease;
}

.feature-card-btn .feature-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.feature-card-btn .feature-text {
    font-size: 13px;
    font-weight: 700;
    color: #1a202c;
}

/* ================ footer ================= */
.custom-footer {
    background-color: #0b1120;
    color: #e2e8f0;
    font-size: 14px;
}

.custom-footer .footer-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.custom-footer .brand-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

.custom-footer .footer-desc {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
}

.custom-footer .social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-footer .social-btn:hover {
    background-color: #ffffff;
    color: #0b1120;
}

.custom-footer .footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.custom-footer .footer-links li {
    margin-bottom: 10px;
}

.custom-footer .footer-links a,
.custom-footer .contact-info a,
.custom-footer .bottom-menu a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-footer .footer-links a:hover,
.custom-footer .contact-info a:hover,
.custom-footer .bottom-menu a:hover {
    color: #ffffff;
}

.custom-footer .address-text {
    color: #cbd5e1;
    line-height: 1.5;
}

.custom-footer .contact-info i {
    color: #ffffff;
    width: 16px;
}

.custom-footer .footer-divider {
    border-color: #1e293b;
    opacity: 1;
}

.custom-footer .copyright-text {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.custom-footer .developer-link {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}

.custom-footer .bottom-menu {
    font-size: 13px;
}
