/* ============================================
   UZMIX — Catalog Page CSS
   ============================================ */

/* ============================================
   CATALOG LAYOUT
   ============================================ */
.catalog-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: start;
    margin-top: 2rem;      /* ⭐ YANGI */
    margin-bottom: 4rem;
}

/* ============================================
   SIDEBAR
   ============================================ */
.catalog-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.catalog-search {
    position: relative;
    display: flex;
    align-items: center;
}

.catalog-search i.fa-search {
    position: absolute;
    left: 12px;
    color: var(--gray-400);
    font-size: 0.85rem;
    pointer-events: none;
    z-index: 1;
}

.catalog-search__input {
    width: 100%;
    padding: 10px 38px 10px 34px;
    border: 1.5px solid var(--gray-200);
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.85rem;
    color: var(--black);
    background: #fff;
    outline: none;
    transition: all 0.2s ease;
}

.catalog-search__input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(27, 75, 245, 0.1);
}

.catalog-search__input::placeholder {
    color: var(--gray-400);
}

.catalog-search__clear {
    position: absolute;
    right: 8px;
    width: 26px;
    height: 26px;
    border: none;
    background: var(--gray-100);
    border-radius: 50%;
    color: var(--gray-500);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition: all 0.2s;
    padding: 0;
}

.catalog-search__clear:hover {
    background: var(--gray-200);
    color: var(--black);
}

.cat-menu {
    background: #fff;
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cat-menu__title {
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.75rem;
    margin: 0;
}

.cat-menu__item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    border-radius: 9px;
    color: var(--gray-700);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.cat-menu__item:hover {
    background: var(--gray-50);
    color: var(--black);
}

.cat-menu__item.active {
    background: #eff6ff;
    color: var(--blue);
    font-weight: 700;
}

.cat-menu__icon,
.cat-menu__icon-ph {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.cat-menu__icon {
    object-fit: contain;
    padding: 4px;
    background: #fff;
}

.cat-menu__icon-ph {
    color: var(--gray-400);
    font-size: 0.85rem;
}

.cat-menu__item.active .cat-menu__icon-ph {
    background: #fff;
    color: var(--blue);
}

.cat-menu__name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat-menu__arrow {
    color: var(--gray-300);
    font-size: 0.7rem;
    transition: all 0.2s ease;
}

.cat-menu__item.active .cat-menu__arrow {
    color: var(--blue);
    transform: translateX(2px);
}

/* ============================================
   CATALOG MAIN
   ============================================ */
.catalog-main {
    min-width: 0;
}

.catalog-main__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray-100);
}

.catalog-main__left {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.catalog-main__title {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--black);
    letter-spacing: -0.02em;
    margin: 0;
}

.catalog-main__right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.catalog-view {
    display: flex;
    gap: 2px;
    background: var(--gray-100);
    border-radius: 9px;
    padding: 3px;
}

.catalog-view__btn {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: var(--gray-500);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    padding: 0;
}

.catalog-view__btn:hover {
    color: var(--black);
}

.catalog-view__btn.active {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.catalog-sort__select {
    padding: 8px 32px 8px 12px;
    border: 1.5px solid var(--gray-200);
    border-radius: 9px;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--black);
    background: #fff;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: all 0.2s ease;
}

.catalog-sort__select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(27, 75, 245, 0.1);
}

/* ============================================
   PRODUCTS GRID (DESKTOP)
   ============================================ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    width: 100%;
}

.products-grid--list {
    grid-template-columns: 1fr;
}

.products-grid--list .product-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: stretch;
}

.products-grid--list .product-card__img-wrap {
    height: 100%;
    min-height: 150px;
    border-radius: 12px 0 0 12px;
}

.products-grid--list .product-card__body {
    padding: 1rem 1.25rem;
    justify-content: center;
}

/* ============================================
   PRODUCT CARD (DESKTOP)
   ============================================ */
.product-card {
    background: #fff;
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    width: 100%;
}

.product-card:hover {
    border-color: var(--blue);
    box-shadow: 0 8px 24px rgba(27, 75, 245, 0.08);
    transform: translateY(-3px);
}

.product-card__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-50);
    height: 180px;
    padding: 1.25rem;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    flex-shrink: 0;
}

.product-card__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card__img {
    transform: scale(1.05);
}

.product-card__img-placeholder {
    color: var(--gray-300);
    font-size: 2.5rem;
}

.product-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.6rem;
    font-weight: 800;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.product-card__badge i {
    font-size: 0.55rem;
    color: #f59e0b;
}

.product-card__body {
    padding: 1rem 1.15rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-width: 0;
}

.product-card__name {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--black);
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.01em;
    word-break: break-word;
}

.product-card__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-card__name a:hover {
    color: var(--blue);
}

.product-card__subtitle {
    font-size: 0.75rem;
    color: var(--gray-500);
    margin: 0;
    font-weight: 500;
}

.products-grid:not(.products-grid--list) .product-card__specs {
    display: none;
}

.products-grid--list .product-card__specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-top: 1px solid var(--gray-100);
}

.products-grid--list .product-card__spec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
    min-width: 0;
}

.products-grid--list .product-card__spec-label {
    font-size: 0.72rem;
    color: var(--gray-500);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.products-grid--list .product-card__spec-label i {
    color: var(--blue);
    font-size: 0.65rem;
    flex-shrink: 0;
}

.products-grid--list .product-card__spec-value {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
    transition: gap 0.2s ease;
    margin-top: 0.5rem;
    align-self: flex-start;
}

.product-card__link:hover {
    gap: 0.55rem;
}

.product-card__link i {
    font-size: 0.65rem;
}

/* Empty states */
.catalog-category-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 5rem 2rem;
    background: #fff;
    border: 1.5px dashed var(--gray-200);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.catalog-category-empty__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.catalog-category-empty__title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--black);
    margin: 0;
    letter-spacing: -0.01em;
}

.catalog-category-empty__text {
    font-size: 0.9rem;
    color: var(--gray-500);
    margin: 0;
    max-width: 400px;
    line-height: 1.6;
}

.catalog-category-empty__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.7rem 1.5rem;
    background: var(--blue);
    color: #fff;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.catalog-category-empty__btn:hover {
    background: #0d3ad4;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(27, 75, 245, 0.25);
}

.catalog-empty {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--gray-400);
    grid-column: 1 / -1;
}

.catalog-empty i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--gray-300);
}

.catalog-empty h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gray-700);
    margin-bottom: 0.5rem;
}

.catalog-empty p {
    font-size: 0.9rem;
    margin: 0;
}

/* Modal */
.catalog-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.catalog-modal.open {
    display: flex;
}

.catalog-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 41, 0.6);
    backdrop-filter: blur(4px);
    animation: modalFadeIn 0.2s ease;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.catalog-modal__content {
    position: relative;
    background: #fff;
    border-radius: 18px;
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    text-align: center;
    animation: modalSlideUp 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@keyframes modalSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.catalog-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    background: var(--gray-50);
    border-radius: 50%;
    cursor: pointer;
    color: var(--gray-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.catalog-modal__close:hover {
    background: var(--gray-100);
    color: var(--black);
}

.catalog-modal__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #fef3c7;
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.catalog-modal__title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--black);
    margin: 0 0 0.75rem;
}

.catalog-modal__text {
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.catalog-modal__actions {
    display: flex;
    justify-content: center;
}

.catalog-modal__btn {
    padding: 0.7rem 1.5rem;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.catalog-modal__btn:hover {
    background: #0d3ad4;
    transform: translateY(-1px);
}

/* ============================================
   RESPONSIVE — Planshet (1024px)
   ============================================ */
@media (max-width: 1024px) {
    .catalog-layout {
        grid-template-columns: 220px 1fr;
        gap: 1.5rem;
    }
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }
}

/* ============================================
   RESPONSIVE — MOBIL (768px va past)
   ============================================ */
@media (max-width: 768px) {

    *, *::before, *::after {
        box-sizing: border-box;
    }

    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    .container,
    .catalog-layout {
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Layout — 1 ustun */
    .catalog-layout {
        display: block;
        margin-top: 1.5rem;    /* page-hero bilan orasidagi masofa */
    }

    .catalog-sidebar {
        position: static;
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    /* Search */
    .catalog-search__input {
        padding: 9px 36px 9px 32px;
        font-size: 0.82rem;
        border-radius: 9px;
    }

    .catalog-search i.fa-search {
        left: 11px;
        font-size: 0.78rem;
    }

    /* Kategoriya — gorizontal */
    .cat-menu {
        flex-direction: row;
        overflow-x: auto;
        padding: 0.4rem;
        gap: 0.35rem;
        scrollbar-width: none;
        border-radius: 10px;
    }

    .cat-menu::-webkit-scrollbar {
        display: none;
    }

    .cat-menu__title {
        display: none;
    }

    .cat-menu__item {
        flex-shrink: 0;
        padding: 0.4rem 0.65rem;
        font-size: 0.75rem;
        border-radius: 8px;
    }

    .cat-menu__icon,
    .cat-menu__icon-ph {
        width: 22px;
        height: 22px;
        border-radius: 5px;
    }

    .cat-menu__arrow {
        display: none;
    }

    /* Header */
    .catalog-main__header {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0.5rem;
    }

    .catalog-main__title {
        font-size: 1.1rem;
    }

    .catalog-main__right {
        width: 100%;
        justify-content: space-between;
    }

    /* View toggle — mobilda kerak emas */
    .catalog-view {
        display: none !important;
    }

    .catalog-sort__select {
        width: 100%;
        font-size: 0.78rem;
        padding: 7px 30px 7px 11px;
    }

    /* ============================================
       PRODUCTS GRID — MOBIL, 2 USTUN
       ============================================ */
    #products-grid.products-grid,
    .products-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .products-grid--list {
        grid-template-columns: 1fr !important;
    }

    /* ============================================
       PRODUCT CARD — MOBIL, IXCHAM
       ============================================ */
    .products-grid > .product-card,
    .product-card {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 1px solid #ececec !important;
    }

    .product-card:hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(27, 75, 245, 0.06);
    }

    /* Rasm — 120px fiksirlangan */
    .product-card__img-wrap {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
        padding: 8px !important;
        margin: 0 !important;
        background: #f7f8fa !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        aspect-ratio: auto !important;
        flex-shrink: 0 !important;
    }

    .product-card__img-wrap img,
    .product-card__img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    .product-card__badge {
        top: 6px;
        right: 6px;
        padding: 2px 6px;
        font-size: 0.55rem;
    }

    /* Body */
    .product-card__body {
        padding: 8px 10px 10px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 3px !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    /* Sarlavha — 2 qator */
    .product-card__name {
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        margin: 0 !important;
        color: #111 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        word-break: break-word !important;
    }

    /* Subtitle — 1 qator */
    .product-card__subtitle {
        font-size: 0.66rem !important;
        line-height: 1.25 !important;
        color: #6b7280 !important;
        margin: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* Batafsil */
    .product-card__link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 0.7rem !important;
        font-weight: 700 !important;
        color: #0056b3 !important;
        margin-top: 3px !important;
        text-decoration: none !important;
    }

    .product-card__link i {
        font-size: 0.58rem !important;
    }

    /* Specs — yashirish */
    .product-card__specs,
    .products-grid--list .product-card__specs {
        display: none !important;
    }

    /* List view mobilda */
    .products-grid--list .product-card {
        display: grid !important;
        grid-template-columns: 88px minmax(0, 1fr) !important;
        gap: 0.6rem !important;
        padding: 0.6rem !important;
        align-items: center !important;
    }

    .products-grid--list .product-card__img-wrap {
        height: 88px !important;
        min-height: 88px !important;
        max-height: 88px !important;
        width: 88px !important;
        padding: 0.35rem !important;
        border-radius: 8px !important;
        aspect-ratio: auto !important;
    }

    .products-grid--list .product-card__body {
        padding: 0 !important;
        gap: 0.15rem !important;
    }

    /* Empty state */
    .catalog-category-empty {
        padding: 2.5rem 1rem;
        grid-column: 1 / -1;
    }

    .catalog-category-empty__icon {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }

    .catalog-category-empty__title {
        font-size: 1rem;
    }

    .catalog-category-empty__text {
        font-size: 0.8rem;
    }

    .catalog-category-empty__btn {
        font-size: 0.8rem;
        padding: 0.6rem 1.25rem;
    }
}

/* ============================================
   RESPONSIVE — 480px va past
   ============================================ */
@media (max-width: 480px) {
    .container,
    .catalog-layout {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #products-grid.products-grid,
    .products-grid {
        gap: 8px !important;
    }

    .product-card__img-wrap {
        height: 105px !important;
        min-height: 105px !important;
        max-height: 105px !important;
        padding: 6px !important;
    }

    .product-card__body {
        padding: 7px 9px 9px !important;
    }

    .product-card__name {
        font-size: 0.72rem !important;
    }

    .product-card__subtitle {
        font-size: 0.62rem !important;
    }

    .product-card__link {
        font-size: 0.66rem !important;
    }
}

/* ============================================
   RESPONSIVE — 380px va past
   ============================================ */
@media (max-width: 380px) {
    .container,
    .catalog-layout {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #products-grid.products-grid,
    .products-grid {
        gap: 6px !important;
    }

    .product-card__img-wrap {
        height: 95px !important;
        min-height: 95px !important;
        max-height: 95px !important;
        padding: 5px !important;
    }

    .product-card__body {
        padding: 6px 8px 8px !important;
    }

    .product-card__name {
        font-size: 0.68rem !important;
    }

    .product-card__link {
        font-size: 0.62rem !important;
    }
}

/* ============================================
   KATEGORIYA DROPDOWN — DESKTOP/MOBIL
   ============================================ */

/* Desktop'da dropdown yashiriladi */
.cat-dropdown-mobile {
    display: none;
}

/* Mobil uchun */
@media (max-width: 768px) {

    /* Desktop cat-menu ni yashirish */
    .cat-menu--desktop {
        display: none !important;
    }

    /* Dropdown ni ko'rsatish */
    .cat-dropdown-mobile {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        padding: 10px 12px !important;
        background: #fff !important;
        border: 1px solid var(--gray-100) !important;
        border-radius: 10px !important;
        margin-bottom: 12px !important;
    }

    .cat-dropdown-mobile label {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #6b7280 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.06em !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        margin: 0 !important;
        cursor: pointer !important;
    }

    .cat-dropdown-mobile label i {
        color: var(--blue) !important;
        font-size: 11px !important;
    }

    .cat-dropdown-mobile select {
        width: 100% !important;
        padding: 10px 34px 10px 12px !important;
        font-family: inherit !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #111 !important;
        background-color: #f9fafb !important;
        border: 1.5px solid #e5e7eb !important;
        border-radius: 8px !important;
        outline: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        cursor: pointer !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 12px center !important;
        transition: all 0.2s ease !important;
    }

    .cat-dropdown-mobile select:focus {
        border-color: var(--blue) !important;
        box-shadow: 0 0 0 3px rgba(27, 75, 245, 0.1) !important;
        background-color: #fff !important;
    }

    .cat-dropdown-mobile select:hover {
        border-color: #d1d5db !important;
    }

    /* Search bilan orasidagi masofa */
    .catalog-search {
        margin-bottom: 10px !important;
    }
}