        .notification-dropdown {
            min-width: 380px;
            max-width: 380px;
            border-radius: var(--bs-border-radius-lg);
            border: 1px solid var(--bs-border-color);
            box-shadow: var(--shadow-md);
            padding: 0.5rem 0;
        }

        .notification-dropdown-header {
            font-weight: 600;
            padding: 0.5rem 1.25rem;
            margin-bottom: 0.5rem;
        }

        .notification-list {
            max-height: 400px;
            overflow-y: auto;
        }

        .notification-list::-webkit-scrollbar {
            width: 6px;
        }

        .notification-list::-webkit-scrollbar-track {
            background: transparent;
        }

        .notification-list::-webkit-scrollbar-thumb {
            background: #4b5563;
            border-radius: 3px;
        }

        .notification-item {
            display: flex;
            align-items: flex-start;
            padding: 0.75rem 1.25rem;
            gap: 1rem;
            transition: background-color 0.2s ease;
            text-decoration: none;
            color: inherit;
            white-space: normal;
        }

        .notification-item:hover {
            background-color: var(--bs-tertiary-bg);
        }

        .notification-item.unread {
            background-color: rgba(var(--bs-primary-rgb), 0.1);
        }

        .notification-icon {
            font-size: 1.5rem;
            color: var(--bs-secondary-color);
            margin-top: 2px;
            flex-shrink: 0;
            line-height: 1;
        }

        [data-bs-theme="dark"] .notification-icon {
            color: #9ca3af;
        }


        .notification-content {
            flex-grow: 1;
        }

        .notification-message {
            margin: 0;
            font-size: 0.9rem;
            line-height: 1.4;
            color: var(--bs-body-color);
        }

        .notification-message strong {
            color: var(--bs-body-color);
        }

        .notification-time {
            font-size: 0.75rem;
            color: var(--bs-secondary-color);
            margin-top: 0.25rem;
        }

        .notification-empty {
            text-align: center;
            padding: 2rem 1rem;
            color: var(--bs-secondary-color);
        }

        .notification-footer {
            text-align: center;
            padding: 0.75rem 1.25rem;
            margin-top: 0.5rem;
            border-top: 1px solid var(--bs-border-color-translucent);
        }

        .notification-footer-link {
            font-size: 0.9rem;
            font-weight: 600;
            text-decoration: none;
        }

        :root {
            --bs-primary-rgb: 59, 130, 246;
            /* #3b82f6 */
            --bs-success-rgb: 25, 135, 84;
            --bs-warning-rgb: 255, 193, 7;
            --bs-danger-rgb: 220, 53, 69;
            --bs-info-rgb: 13, 202, 240;
            --bs-body-font-family: 'Nunito', sans-serif;
            --header-shadow-light: 0 8px 20px rgba(0, 0, 0, 0.08);
            --header-shadow-dark: 0 10px 30px rgba(0, 0, 0, 0.3);
            --transition-base: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            --bs-border-radius: 0.75rem;
            --bs-border-radius-sm: 0.5rem;
            --bs-border-radius-lg: 1rem;
            --bs-border-radius-pill: 50rem;
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        }

        [data-bs-theme="dark"] {
            --bs-primary-rgb: 96, 165, 250;
            --bs-body-bg: #111827;
            --bs-body-color: #f3f4f6;
            --bs-tertiary-bg: #1f2937;
            --bs-tertiary-bg-rgb: 31, 41, 55;
            --bs-border-color: #374151;
            --bs-border-color-translucent: rgba(255, 255, 255, 0.1);
        }

        [data-bs-theme="light"] {
            --bs-tertiary-bg: #f8f9fa;
            --bs-tertiary-bg-rgb: 248, 249, 250;
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: 100px;
        }

        body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            background-color: var(--bs-body-bg);
            color: var(--bs-body-color);
            position: relative;
        }

        .content-wrapper {
            flex: 1;
        }

        .floating-nav-container {
            position: fixed;
            top: 50%;
            right: 30px;
            transform: translateY(-50%) translateX(200%);
            z-index: 1020;
            opacity: 0;
            visibility: hidden;

            background-color: rgba(var(--bs-tertiary-bg-rgb), 0.8);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            border: 1px solid var(--bs-border-color-translucent);
            border-radius: 1rem;
            padding: 1rem;
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);

            max-height: 70vh;
            overflow-y: auto;

            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .floating-nav-container::-webkit-scrollbar {
            width: 6px;
        }

        .floating-nav-container::-webkit-scrollbar-track {
            background: transparent;
        }

        .floating-nav-container::-webkit-scrollbar-thumb {
            background-color: #4b5563;
            border-radius: 3px;
        }

        .floating-nav-container::-webkit-scrollbar-thumb:hover {
            background-color: #6b7280;
        }


        .floating-nav-container.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(-50%) translateX(0);
        }

        .floating-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
            padding-right: 35px;
        }

        .floating-nav-list::after {
            position: absolute;
            top: -20px;
            bottom: -20px;
            right: 0;
            width: 3px;
            background: linear-gradient(to bottom, transparent, #0d6efd, #0d6efd, transparent);
            border-radius: 3px;
            box-shadow: 0 0 10px #0d6efd;
        }

        .floating-nav-item a {
            position: relative;
            display: block;
            padding: 0.5rem 0;
            padding-right: 20px;
            text-decoration: none;
            color: #a0a0a0;
            font-weight: 600;
            font-size: 0.95rem;
            text-align: right;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .floating-nav-item a::after {
            content: '/';
            font-family: monospace;
            font-weight: bold;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%) skewX(-15deg);
            color: #0d6efd;
            font-size: 1.5rem;
            transition: color 0.3s ease;
        }

        .floating-nav-item a:hover {
            color: #0d6efd;
        }

        .floating-nav-item a:hover::after {
            color: #0d6efd;
        }

        .floating-nav-item a.active {
            color: #0d6efd;
            font-weight: 700;
        }

        .floating-nav-item a.active::after {
            color: #0d6efd;
        }

        .floating-nav-toggle {
            display: none;
            width: 100%;
            border: none;
            background-color: transparent;
            border-top: 1px solid var(--bs-border-color-translucent);
            margin-top: 0.5rem;
            padding-top: 0.5rem;
            color: var(--bs-primary);
            font-size: 1.5rem;
            cursor: pointer;
            outline: none;
        }

        .floating-nav-toggle i {
            transition: transform 0.3s ease-in-out;
        }

        @media (min-width: 992px) and (max-width: 1599.98px) {
            .floating-nav-toggle {
                display: block;
            }

            .floating-nav-container.is-collapsed {
                width: 60px;
                height: 60px;
                padding: 0;
                border-radius: 50%;
                overflow: hidden;
            }

            .floating-nav-container.is-collapsed .floating-nav-list {
                display: none;
            }

            .floating-nav-container.is-collapsed .floating-nav-toggle {
                margin: 0;
                padding: 0;
                border: none;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .floating-nav-container.is-collapsed .floating-nav-toggle i {
                transform: rotate(180deg);
            }
        }

        @media (max-width: 991.98px) {
            .floating-nav-container {
                display: none;
            }
        }

        @media (min-width: 1600px) {
            .floating-nav-container {
                background-color: transparent;
                -webkit-backdrop-filter: none;
                backdrop-filter: none;
                border: none;
                border-radius: 0;
                padding: 0;
                box-shadow: none;
            }

            .floating-nav-toggle {
                display: none !important;
            }
        }

        .swiper-slide {
            height: auto;
            display: flex;
        }

        .navbar-brand-logo {
            height: 32px;
            max-width: 180px;
            object-fit: contain;
        }

        .action-icon-badge {
            font-size: 0.6em;
            padding: 0.2em 0.4em;
        }

        .app-header .navbar {
            box-shadow: var(--header-shadow-light);
            transition: box-shadow 0.3s ease;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        [data-bs-theme="dark"] .app-header .navbar {
            box-shadow: var(--header-shadow-dark) !important;
        }

        .app-header .nav-link {
            font-weight: 500;
            color: var(--bs-secondary-color);
            padding: 0.5rem 0.8rem;
            border-radius: 15px;
            transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
            display: flex;
            align-items: center;
            white-space: nowrap;
        }

        .app-header .nav-link:hover {
            color: var(--bs-body-color);
            background-color: var(--bs-tertiary-bg);
            transform: translateY(-2px);
        }

        .app-header .nav-link.active {
            font-weight: 600;
            color: var(--bs-primary);
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            transform: none;
        }

        .app-header .nav-link i {
            margin-right: 0.5rem;
        }

        .navbar .btn-action-icon {
            font-size: 1.1rem;
            width: 42px;
            height: 42px;
            padding: 0;
            background-color: var(--bs-tertiary-bg);
            border: 1px solid var(--bs-border-color);
            color: var(--bs-body-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.25s ease-in-out;
        }

        .navbar .btn-action-icon:hover {
            background-color: var(--bs-primary);
            border-color: var(--bs-primary);
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 8px 16px -4px rgba(var(--bs-primary-rgb), 0.45);
        }

        .app-header .navbar-nav .btn-action-icon.active-icon,
        .app-header .navbar-nav .btn-action-icon.show {
            background-color: var(--bs-primary);
            border-color: var(--bs-primary);
            color: #fff;
            transform: none;
            box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.35);
        }

        .user-avatar-dropdown-toggle {
            display: flex;
            align-items: center;
            text-decoration: none;
            padding: .3rem .9rem .3rem .3rem;
            background-color: var(--bs-tertiary-bg);
            border: 1px solid var(--bs-border-color);
            border-radius: 50rem;
            color: var(--bs-body-color);
            transition: all 0.3s ease-in-out;
        }

        .user-avatar-dropdown-toggle:hover {
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            border-color: var(--bs-primary);
            color: var(--bs-primary);
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .user-avatar-dropdown-toggle img {
            border-radius: 50%;
            width: 32px;
            height: 32px;
            object-fit: cover;
            margin-right: 0.5rem;
        }

        .btn-login-custom {
            width: auto !important;
            height: auto !important;
            border-radius: 50rem !important;
            font-size: 0.9rem !important;
            font-weight: 600;
            padding: 0.55rem 1.15rem !important;
            white-space: nowrap;
        }

        .btn-login-custom i {
            font-size: 1.1rem;
            margin-right: 0.5rem;
        }

        .btn-register-custom {
            background: linear-gradient(135deg, var(--bs-primary), #2563eb);
            border-color: transparent;
            color: #fff;
            box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.35);
        }

        .btn-register-custom:hover {
            background: linear-gradient(135deg, #2563eb, var(--bs-primary));
            border-color: transparent;
            color: #fff;
            box-shadow: 0 8px 18px -2px rgba(var(--bs-primary-rgb), 0.5);
        }

        .navbar-collapse {
            justify-content: space-between;
            align-items: center;
        }

        .navbar-nav-main,
        .navbar-nav-actions {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .navbar-search-form {
            flex-grow: 1;
            margin: 0 1.5rem;
            max-width: 380px;
            position: relative;
        }

        .navbar-search-form .input-group {
            border-radius: 50rem;
            overflow: hidden;
            border: 1px solid var(--bs-border-color);
            background-color: var(--bs-body-bg);
            display: flex;
            align-items: center;
            height: 44px;
        }

        .navbar-search-form .form-control {
            border: none;
            background-color: transparent;
            box-shadow: none;
            padding-left: 1.25rem;
            padding-right: 0.5rem;
            color: var(--bs-body-color);
            flex-grow: 1;
            height: 100%;
        }

        .navbar-search-form .form-control:focus {
            box-shadow: none;
            border-color: transparent;
        }

        .navbar-search-form .search-addon-btn {
            background-color: transparent;
            border: none;
            color: var(--bs-secondary-color);
            padding: 0.5rem 0.75rem;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            height: 100%;
        }

        .navbar-search-form .search-addon-btn:hover {
            color: var(--bs-primary);
            background-color: rgba(var(--bs-primary-rgb), 0.1);
        }

        .navbar-search-form .clear-search-btn {
            order: 2;
            padding-right: 0.25rem;
        }

        .navbar-search-form .search-submit-btn {
            order: 3;
            background-color: var(--bs-danger);
            color: white;
            border-radius: 0 50rem 50rem 0;
        }

        .navbar-search-form .search-submit-btn:hover {
            background-color: var(--bs-danger);
            filter: brightness(1.1);
            color: white;
        }

        .offcanvas {
            background-color: var(--bs-body-bg);
            border-left: 1px solid var(--bs-border-color);
            box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
        }

        .offcanvas-header {
            background-color: var(--bs-tertiary-bg);
            border-bottom: 1px solid var(--bs-border-color-translucent);
            padding: 1rem 1.5rem;
            flex-shrink: 0;
        }

        .offcanvas-title {
            font-weight: 600;
        }

        .offcanvas-body {
            padding: 0;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        .cart-list {
            flex-grow: 1;
            overflow-y: auto;
            padding: 1rem 1.5rem;
        }

        .cart-list::-webkit-scrollbar {
            width: 6px;
        }

        .cart-list::-webkit-scrollbar-track {
            background: transparent;
        }

        .cart-list::-webkit-scrollbar-thumb {
            background: #4b5563;
            border-radius: 3px;
        }

        .empty-cart-message {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 2rem;
            color: var(--bs-secondary-color);
        }

        .empty-cart-message .empty-cart-icon {
            font-size: 5rem;
            margin-bottom: 1.5rem;
            line-height: 1;
            color: var(--bs-primary);
            opacity: 0.5;
        }

        .empty-cart-message h5 {
            font-weight: 600;
            color: var(--bs-body-color);
        }

        .cart-item {
            display: flex;
            gap: 1rem;
            padding: 1rem;
            margin-bottom: .85rem;
            background-color: var(--bs-tertiary-bg);
            border: 1px solid var(--bs-border-color-translucent);
            border-radius: 1rem;
            transition: opacity 0.4s ease, transform 0.4s ease, border-color .2s ease, box-shadow .2s ease;
            transform: scale(1);
        }

        .cart-item:hover {
            border-color: var(--bs-border-color);
            box-shadow: 0 8px 20px -12px rgba(0, 0, 0, .35);
        }

        .cart-item:last-child {
            margin-bottom: 0;
        }

        .cart-item.removing {
            opacity: 0;
            transform: translateX(50px) scale(0.9);
        }

        .cart-item-img-wrapper {
            flex-shrink: 0;
            width: 76px;
            height: 76px;
            background-color: #fff;
            border-radius: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
            border: 1px solid var(--bs-border-color);
        }

        .cart-item-img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .cart-item-details {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-width: 0;
        }

        .cart-item-title {
            font-weight: 600;
            line-height: 1.3;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: var(--bs-body-color);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .cart-item-title:hover {
            color: var(--bs-primary);
        }

        .cart-item-price-single {
            font-size: 0.85rem;
            color: var(--bs-secondary-color);
        }

        .cart-item-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .quantity-control {
            display: flex;
            align-items: center;
            background-color: var(--bs-body-bg);
            border-radius: 50rem;
            border: 1px solid var(--bs-border-color);
        }

        .quantity-control .quantity-btn {
            width: 28px;
            height: 28px;
            border: none;
            background-color: transparent;
            color: var(--bs-body-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            cursor: pointer;
            border-radius: 50%;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .quantity-control .quantity-btn:hover:not(:disabled) {
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            color: var(--bs-primary);
        }

        .quantity-control .quantity-btn:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .quantity-control .quantity-input {
            width: 35px;
            text-align: center;
            border: none;
            background: transparent;
            color: var(--bs-body-color);
            font-weight: 500;
            padding: 0;
            -moz-appearance: textfield;
        }

        .quantity-control .quantity-input::-webkit-outer-spin-button,
        .quantity-control .quantity-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .cart-item-price-total {
            font-weight: 700;
            font-size: 1rem;
        }

        .cart-item-remove-btn {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            font-size: 1rem;
            opacity: 0.6;
            text-decoration: none;
            align-self: flex-start;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.2s ease;
        }

        .cart-item-remove-btn:hover {
            opacity: 1;
            background-color: rgba(var(--bs-danger-rgb), .1);
            color: var(--bs-danger) !important;
        }

        .cart-footer {
            padding: 1.25rem 1.5rem 1.5rem;
            border-top: 1px solid var(--bs-border-color);
            background-color: var(--bs-tertiary-bg);
            flex-shrink: 0;
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
        }

        .cart-footer-trust {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.25rem;
            font-size: .78rem;
            color: var(--bs-secondary-color);
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px dashed var(--bs-border-color);
        }

        .cart-footer-trust span {
            display: inline-flex;
            align-items: center;
            gap: .35rem;
        }

        .cart-footer-trust i {
            color: var(--bs-primary);
        }

        .cart-total-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .cart-total-label {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--bs-secondary-color);
        }

        .cart-total-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--bs-primary);
        }

        .cart-footer .btn {
            font-size: .95rem;
            font-weight: 700;
            padding: 0.8rem;
            border-radius: 50rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all .2s ease;
        }

        .cart-footer .btn-primary {
            background: linear-gradient(135deg, var(--bs-primary), #2563eb);
            border-color: transparent;
            box-shadow: 0 6px 16px -2px rgba(var(--bs-primary-rgb), 0.4);
        }

        .cart-footer .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px -4px rgba(var(--bs-primary-rgb), 0.5);
        }

        .cart-footer .btn-outline-secondary:hover {
            transform: translateY(-2px);
        }

        .compare-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: var(--bs-tertiary-bg);
            border-top: 1px solid var(--bs-border-color);
            box-shadow: 0 -10px 30px -5px rgba(0, 0, 0, 0.1);
            z-index: 1040;
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            visibility: hidden;
        }

        .compare-bar.show {
            transform: translateY(0);
            visibility: visible;
        }

        .compare-bar>.container {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            padding: 0;
        }

        .compare-bar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1.5rem;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .compare-bar-header:hover {
            background-color: rgba(var(--bs-primary-rgb), 0.05);
        }

        .compare-bar-info {
            flex-shrink: 1;
            text-align: left;
            min-width: 0;
        }

        .compare-bar-info strong {
            display: block;
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--bs-body-color);
        }

        .compare-bar-info span {
            font-size: 0.9rem;
            color: var(--bs-secondary-color);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .compare-bar-toggle {
            background: transparent;
            border: none;
            color: var(--bs-secondary-color);
            font-size: 1.5rem;
            padding: 0.25rem 0.5rem;
            border-radius: var(--bs-border-radius-sm);
            transition: var(--transition-base);
            flex-shrink: 0;
            margin-left: 1rem;
        }

        .compare-bar-toggle i {
            display: block;
            transition: transform 0.3s ease;
        }

        .compare-bar-body {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
            padding: 1.25rem 1.5rem;
            overflow: hidden;
            max-height: 200px;
            transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out, border-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
            border-top: 1px solid var(--bs-border-color);
            opacity: 1;
        }

        .compare-bar.is-collapsed .compare-bar-body {
            max-height: 0;
            padding-top: 0;
            padding-bottom: 0;
            border-top-color: transparent;
            opacity: 0;
        }

        .compare-bar.is-collapsed .compare-bar-toggle i {
            transform: rotate(180deg);
        }

        .compare-slots-wrapper {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            min-width: 0;
        }

        .compare-slots {
            display: flex;
            gap: 1rem;
        }

        .compare-slot {
            width: 80px;
            height: 80px;
            border: 2px dashed var(--bs-border-color);
            border-radius: var(--bs-border-radius);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--bs-border-color);
            font-size: 1.75rem;
            transition: var(--transition-base);
            background-color: var(--bs-body-bg);
            position: relative;
            flex-shrink: 0;
        }

        .compare-slot:not(.filled):hover {
            border-color: var(--bs-primary);
            color: var(--bs-primary);
            transform: scale(1.05);
        }

        .compare-slot.filled {
            border: 1px solid var(--bs-border-color);
            padding: 0;
            background-color: white;
            box-shadow: var(--shadow-sm);
            animation: pop-in 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        @keyframes pop-in {
            0% {
                transform: scale(0.8);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .compare-bar-item {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .compare-bar-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 0.5rem;
            border-radius: var(--bs-border-radius);
        }

        .remove-compare-item {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid var(--bs-border-color);
            background-color: var(--bs-tertiary-bg);
            color: var(--bs-danger);
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            box-shadow: var(--shadow-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition-base);
            opacity: 0;
            transform: scale(0.8);
            z-index: 2;
        }

        .compare-slot:hover .remove-compare-item {
            opacity: 1;
            transform: scale(1);
        }

        .remove-compare-item:hover {
            background-color: var(--bs-danger);
            color: white;
            transform: scale(1.1) rotate(90deg);
        }

        .compare-bar-actions {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            flex-shrink: 0;
        }

        .btn-compare {
            font-weight: 700;
            font-size: 0.9rem;
            padding: 0.75rem 1.5rem;
            border-radius: var(--bs-border-radius-pill);
            transition: var(--transition-base);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: var(--shadow-sm);
            white-space: nowrap;
        }

        .btn-compare:not(:disabled):hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow);
        }

        .btn-compare:disabled {
            background-color: var(--bs-border-color);
            border-color: var(--bs-border-color);
            color: var(--bs-secondary-color);
            cursor: not-allowed;
            opacity: 0.7;
            box-shadow: none;
        }

        .btn-clear-compare {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid var(--bs-border-color);
            background: var(--bs-tertiary-bg);
            color: var(--bs-secondary-color);
            font-size: 1.2rem;
            transition: var(--transition-base);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-clear-compare:hover {
            border-color: var(--bs-danger);
            background-color: rgba(var(--bs-danger-rgb), 0.1);
            color: var(--bs-danger);
            transform: rotate(90deg);
        }

        .site-footer {
            background-color: var(--bs-tertiary-bg);
            color: var(--bs-body-color);
            padding-top: 4rem;
            padding-bottom: 2rem;
            border-top: 1px solid var(--bs-border-color-translucent);
        }

        [data-bs-theme="dark"] .site-footer {
            background-color: #111827;
        }

        .footer-widget-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--bs-body-color);
            margin-bottom: 1.5rem;
        }

        .footer-logo img {
            max-width: 180px;
        }

        .footer-contact-list {
            list-style: none;
            padding: 0;
            font-size: 0.95rem;
        }

        .footer-contact-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
        }

        .footer-contact-list i {
            font-size: 1.1rem;
            margin-right: 0.8rem;
            color: var(--bs-primary);
            margin-top: 4px;
        }

        .footer-contact-list a {
            color: inherit;
            text-decoration: none;
        }

        .footer-contact-list a:hover {
            color: var(--bs-primary);
        }

        .footer-links a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease, padding-left 0.3s ease;
            display: block;
            margin-bottom: 0.75rem;
            font-size: 0.95rem;
        }

        .footer-links a:hover {
            color: var(--bs-primary);
            padding-left: 5px;
        }

        .footer-socials {
            display: flex;
            gap: 0.75rem;
            margin-top: 1.5rem;
        }

        .footer-socials a {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            color: var(--bs-primary);
            transition: all 0.3s ease;
            text-decoration: none;
            font-size: 1.1rem;
        }

        .footer-socials a:hover {
            background-color: var(--bs-primary);
            color: #fff;
            transform: translateY(-3px);
        }

        .footer-app-download .store-badge {
            max-width: 140px;
            height: auto;
            transition: transform 0.2s ease;
        }

        .footer-app-download .store-badge:hover {
            transform: scale(1.05);
        }

        .footer-app-download a:first-of-type {
            margin-bottom: 1rem;
        }

        .footer-bottom {
            border-top: 1px solid var(--bs-border-color-translucent);
            padding-top: 1.5rem;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.85rem;
            color: #6c757d;
        }

        .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: var(--bs-primary);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            opacity: 0;
            visibility: hidden;
            transition: all .3s ease;
            z-index: 1030;
            box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
        }

        .scroll-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-to-top:hover {
            transform: translateY(-5px);
        }

        .scroll-to-top i {
            font-size: 1.8rem;
        }

        .product-card {
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0s 0.3s;
        }

        .product-card:hover {
            z-index: 1021;
            transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0s 0s;
        }

        .custom-popup-overlay {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1070;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

        .custom-popup-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .custom-popup-dialog {
            position: relative;
            width: 90%;
            max-width: 380px;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }

        .custom-popup-overlay.show .custom-popup-dialog {
            transform: scale(1);
        }

        .custom-popup-dialog a {
            display: block;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
            line-height: 0;
        }

        .custom-popup-dialog img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        #customPopupCloseBtn {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            z-index: 10;
            width: 2rem;
            height: 2rem;
            border: none;
            background: rgba(0, 0, 0, 0.5);
            padding: 0;
            cursor: pointer;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            border-radius: 50%;
            transition: background-color 0.2s ease, transform 0.2s ease;
            overflow: hidden;
        }

        #customPopupCloseBtn:not(:disabled):hover {
            background-color: rgba(0, 0, 0, 0.7);
            transform: scale(1.1);
        }

        #customPopupCloseBtn:disabled {
            cursor: default;
        }

        .popup-timer-text,
        .popup-close-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: opacity 0.3s ease-in-out;
        }

        .popup-close-icon {
            opacity: 0;
        }

        .popup-close-icon svg {
            width: 1.75rem;
            height: 1.75rem;
        }

        #ai-assistant-trigger {
            position: fixed;
            bottom: 85px;
            right: 20px;
            z-index: 1020;
            cursor: pointer;
            background-color: var(--bs-tertiary-bg);
            border: 1px solid var(--bs-border-color);
            border-radius: 50rem;
            padding: 8px;
            display: flex;
            align-items: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        #ai-assistant-trigger:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            transform: scale(1.05);
            border-color: var(--bs-primary);
        }

        .ai-assistant-trigger-icon {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
            position: relative;
        }

        .ai-assistant-trigger-icon img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .ai-assistant-trigger-icon::after {
            content: 'NEW';
            position: absolute;
            top: -5px;
            right: -10px;
            background: linear-gradient(45deg, #ff2525, #ff7e24);
            color: white;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 4px;
            padding: 2px 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            letter-spacing: .5px;
            transform: rotate(15deg);
        }

        #ai-assistant-modal {
            position: fixed;
            inset: 0;
            z-index: 1060;
            background-color: rgba(10, 14, 23, 0.7);
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        #ai-assistant-modal.show {
            opacity: 1;
            visibility: visible;
        }

        .ai-modal-content {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            max-width: 647px;
            height: 100%;
            background-color: #0c101c;
            background-image: radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.15), transparent 50%);
            box-shadow: -10px 0 40px rgba(0, 0, 0, 0.4);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-left: 1px solid #374151;
            transform: translateX(100%);
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            pointer-events: auto;
        }

        #ai-assistant-modal.show .ai-modal-content {
            transform: translateX(0);
        }

        .ai-modal-header {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #374151;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #f3f4f6;
            flex-shrink: 0;
            background-color: rgba(17, 24, 39, 0.8);
        }

        .ai-modal-header h5 {
            margin: 0;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
        }

        .ai-modal-header-beta {
            display: inline-block;
            transform: skew(-15deg);
            background-image: linear-gradient(45deg, #0d6efd 0%, #a1008b 59%, #d8003e 100%);
            padding: 2px 8px;
            border-radius: 4px;
        }

        .ai-modal-header-beta span {
            display: inline-block;
            transform: skew(15deg);
            color: white;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .ai-modal-header .btn-close {
            filter: invert(1) grayscale(100%) brightness(200%);
        }

        #ai-chat-window {
            flex-grow: 1;
            padding: 1.5rem;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        #ai-chat-window::-webkit-scrollbar {
            width: 6px;
        }

        #ai-chat-window::-webkit-scrollbar-track {
            background: transparent;
        }

        #ai-chat-window::-webkit-scrollbar-thumb {
            background: #4b5563;
            border-radius: 3px;
        }

        .ai-chat-bubble {
            padding: 0.75rem 1.25rem;
            border-radius: 1.25rem;
            max-width: 85%;
            line-height: 1.6;
            animation: pop-in 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            word-wrap: break-word;
        }

        .ai-chat-bubble.assistant {
            background-color: #374151;
            color: #d1d5db;
            align-self: flex-start;
            border-bottom-left-radius: 0.25rem;
        }

        .ai-chat-bubble.user {
            background-color: #0d6efd;
            color: white;
            align-self: flex-end;
            border-bottom-right-radius: 0.25rem;
        }

        .ai-chat-bubble.loading {
            align-self: flex-start;
        }

        .typing-indicator span {
            height: 8px;
            width: 8px;
            background-color: #6b7280;
            display: inline-block;
            border-radius: 50%;
            margin: 0 1px;
            animation: bounce-typing 1s infinite;
        }

        .typing-indicator span:nth-child(2) {
            animation-delay: 0.1s;
        }

        .typing-indicator span:nth-child(3) {
            animation-delay: 0.2s;
        }

        @keyframes bounce-typing {

            0%,
            60%,
            100% {
                transform: translateY(0);
            }

            30% {
                transform: translateY(-5px);
            }
        }

        .ai-chat-form {
            padding: 1rem 1.5rem;
            border-top: 1px solid #374151;
            display: flex;
            gap: 0.5rem;
            background-color: #111827;
            flex-shrink: 0;
        }

        .ai-chat-form .form-control {
            flex-grow: 1;
            background-color: #374151;
            border: 1px solid #4b5563;
            border-radius: 50rem;
            color: #f3f4f6;
            padding: 0.75rem 1.25rem;
            box-shadow: none;
            transition: border-color 0.2s;
        }

        .ai-chat-form .form-control::placeholder {
            color: #9ca3af;
        }

        .ai-chat-form .form-control:focus {
            border-color: #0d6efd;
            background-color: #374151;
        }

        .ai-chat-form .btn-ai-chat,
        .ai-chat-form button[type="submit"] {
            background-color: #0d6efd;
            border: none;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            flex-shrink: 0;
            font-size: 1.25rem;
            transition: background-color 0.2s ease, filter 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .ai-chat-form .btn-ai-chat-upload {
            background-color: #374151;
            border: 1px solid #4b5563;
        }

        .ai-chat-form .btn-ai-chat-upload:hover {
            background-color: #4b5563;
            filter: brightness(1.1);
        }

        .ai-chat-form button[type="submit"]:hover {
            background-color: #0d6efd;
            filter: brightness(1.1);
        }

        .ai-product-card {
            background: linear-gradient(145deg, #2d3748, #1a202c);
            border-radius: 12px;
            border: 1px solid #4a5568;
            padding: 1rem;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .ai-product-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .ai-product-actions {
            margin-top: auto;
        }

        .ai-product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
            border-color: #0d6efd;
        }

        .ai-product-header {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .ai-product-image-wrapper {
            width: 70px;
            height: 70px;
            background-color: white;
            border-radius: 8px;
            padding: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .ai-product-image-wrapper img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .ai-product-info {
            flex-grow: 1;
        }

        .ai-product-title {
            font-weight: 600;
            color: #e2e8f0;
            line-height: 1.4;
            text-decoration: none;
            display: block;
            transition: color 0.2s ease;
        }

        .ai-product-title:hover {
            color: #a3bffa;
        }

        .ai-product-price {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0d6efd;
            margin-top: 0.25rem;
        }

        .ai-product-specs {
            flex-grow: 1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.5rem 1.5rem;
            font-size: 0.8rem;
            list-style: none;
            padding-left: 0;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #4a5568;
            min-height: 6em;
        }

        .ai-product-spec-item {
            color: #a0aec0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: default;
            transition: color 0.2s ease;
        }

        .ai-product-spec-item.expandable {
            cursor: pointer;
        }

        .ai-product-spec-item.expandable:hover {
            color: #a3bffa;
        }

        .ai-product-spec-item.expanded {
            white-space: normal;
            overflow: visible;
            text-overflow: clip;
        }

        .ai-product-spec-item strong {
            font-weight: 600;
            color: #cbd5e0;
        }

        .ai-product-actions {
            text-align: right;
            padding-top: 1rem;
        }

        .ai-product-add-to-cart {
            background: #0d6efd;
            border: none;
            border-radius: 8px;
            color: white;
            font-weight: 600;
            font-size: 0.9rem;
            padding: 0.6rem 1.2rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.4);
        }

        .ai-product-add-to-cart:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(var(--bs-primary-rgb), 0.5);
        }

        .suggestion-buttons-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 0.5rem;
            align-self: flex-start;
            max-width: 85%;
            justify-content: flex-start;
        }

        .suggestion-btn {
            background-color: #374151;
            border: 1px solid #4b5563;
            color: #d1d5db;
            padding: 0.4rem 0.8rem;
            border-radius: 50rem;
            cursor: pointer;
            font-size: 0.85rem;
            transition: all 0.2s ease;
        }

        .suggestion-btn:hover {
            filter: brightness(1.1);
            transform: translateY(-2px);
            background-color: #0d6efd;
            border-color: #0d6efd;
            color: white;
        }

        #admin-chat-widget {
            position: fixed;
            bottom: 20px;
            left: 20px;
            z-index: 1050;
            font-family: 'Nunito', sans-serif;
        }

        #chat-trigger {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #0d6efd, #0b5ed7);
            box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            color: white;
            font-size: 1.5rem;
            position: relative;
        }

        #chat-trigger:hover {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 15px 30px rgba(13, 110, 253, 0.5);
        }

        #chat-window {
            position: absolute;
            bottom: 80px;
            left: 0;
            width: 350px;
            height: 500px;
            background-color: #0c101c;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 1.5rem;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        #chat-window.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .chat-header {
            padding: 1.25rem;
            background: linear-gradient(90deg, #111827, #1f2937);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .chat-header img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #0d6efd;
        }

        .chat-header-info h6 {
            margin: 0;
            color: white;
            font-weight: 700;
            font-size: 0.95rem;
        }

        .chat-header-info span {
            font-size: 0.75rem;
            color: #10b981;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .chat-header-info span::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #10b981;
            border-radius: 50%;
            display: inline-block;
        }

        #chat-messages-list-widget {
            flex-grow: 1;
            padding: 1.25rem;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            background-image: radial-gradient(circle at center, rgba(13, 110, 253, 0.05), transparent);
        }

        .chat-msg-widget {
            max-width: 80%;
            padding: 0.75rem 1rem;
            border-radius: 1rem;
            font-size: 0.9rem;
            line-height: 1.4;
            position: relative;
        }

        .chat-msg-widget.user {
            align-self: flex-end;
            background: #0d6efd;
            color: white;
            border-bottom-right-radius: 0.2rem;
        }

        .chat-msg-widget.admin {
            align-self: flex-start;
            background: #1f2937;
            color: #d1d5db;
            border-bottom-left-radius: 0.2rem;
        }

        .chat-msg-time-widget {
            font-size: 0.7rem;
            opacity: 0.6;
            margin-top: 4px;
            display: block;
            text-align: right;
        }

        .chat-footer-widget {
            padding: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            background: #111827;
        }

        .chat-input-group-widget {
            display: flex;
            gap: 8px;
            background: #1f2937;
            padding: 5px;
            border-radius: 50rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .chat-input-group-widget input {
            flex-grow: 1;
            background: transparent;
            border: none;
            color: white;
            padding: 0.5rem 1rem;
            outline: none;
            font-size: 0.9rem;
        }

        .chat-send-btn-widget {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: #0d6efd;
            color: white;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.2s;
        }

        .chat-send-btn-widget:hover {
            background: #0b5ed7;
            transform: scale(1.1);
        }

        @media (max-width: 576px) {
            #chat-window {
                width: calc(100vw - 40px);
                height: 70vh;
            }
        }

        /* Category icons (Bootstrap Icons glyphs, self-hosted — see category_submenu_item_recursive.blade.php) */
        .category-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 1.75rem;
            height: 1.75rem;
            border-radius: 50%;
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            color: var(--bs-primary);
            font-size: 0.95rem;
        }

        .category-link.active .category-icon,
        .category-link.active-parent .category-icon {
            background-color: rgba(255, 255, 255, 0.2);
            color: inherit;
        }

        .subcategories-grid-container .subcategory-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0.6rem;
            height: 100%;
            padding: 1.25rem 1rem;
            border-radius: var(--bs-border-radius, 0.5rem);
            border: 1px solid var(--bs-border-color);
            background-color: var(--bs-body-bg);
            text-decoration: none;
            color: var(--bs-body-color);
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        }

        .subcategories-grid-container .subcategory-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
            border-color: var(--bs-primary);
        }

        .subcategories-grid-container .subcategory-card-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3.25rem;
            height: 3.25rem;
            border-radius: 50%;
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            color: var(--bs-primary);
            font-size: 1.5rem;
        }

        .subcategories-grid-container .subcategory-card-body {
            display: flex;
            flex-direction: column;
            gap: 0.15rem;
        }

        .subcategories-grid-container .subcategory-card-name {
            font-weight: 600;
            font-size: 0.95rem;
            line-height: 1.3;
        }

        .subcategories-grid-container .subcategory-card-count {
            font-size: 0.8rem;
            color: var(--bs-secondary-color);
        }
