/* Custom Theme Styles */
/* Additional custom styles for the Default theme */

@media (max-width: 991.98px) {
    body {
        padding-bottom: 64px;
    }

    .mobile-bottom-nav {
        min-height: 60px;
        padding: 4px max(8px, env(safe-area-inset-left)) calc(4px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
        background: #ffffff;
        border-top: 1px solid #d9d9d9;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
    }

    .mobile-bottom-nav-link {
        min-height: 52px;
        gap: 3px;
        color: #9ca3af;
        background: transparent;
        border-radius: 0;
        font-size: 10px;
        font-weight: 400;
    }

    .mobile-bottom-nav-link i {
        font-size: 21px;
    }

    .mobile-bottom-nav-link:hover,
    .mobile-bottom-nav-link:focus,
    .mobile-bottom-nav-link.active {
        color: #0f4c81;
        background: transparent;
    }

    .mobile-bottom-cart-count {
        top: -12px;
        right: -10px;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        background: #0f4c81;
        border: 1px solid #ffffff;
        font-size: 10px;
        line-height: 15px;
    }
}
