/* TELEFONDA TUN/KUN TO‘LIQ OQ-QORA BO‘LISHI UCHUN FIX */

/* Light mode */
html[data-theme="light"] body,
body[data-theme="light"]{
    background:#ffffff !important;
    color:#17181d !important;
}

html[data-theme="light"] .shop-shell,
html[data-theme="light"] .products-section,
html[data-theme="light"] .cart-bg,
html[data-theme="light"] .pay-bg{
    background:#ffffff !important;
    color:#17181d !important;
}

html[data-theme="light"] .shop-header{
    background:#ffffff !important;
    color:#17181d !important;
    border-color:#ececf2 !important;
    box-shadow:0 8px 28px rgba(0,0,0,.08) !important;
}

html[data-theme="light"] .shop-brand,
html[data-theme="light"] .shop-header nav a,
html[data-theme="light"] .section-head h2,
html[data-theme="light"] .product-body h3,
html[data-theme="light"] .price,
html[data-theme="light"] .page-title h1,
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3{
    color:#17181d !important;
}

html[data-theme="light"] .product-card{
    background:#ffffff !important;
    color:#17181d !important;
    border-color:#eeeeF5 !important;
    box-shadow:none !important;
}

html[data-theme="light"] .product-img{
    background:#f4f5f8 !important;
}

html[data-theme="light"] .mini-search input{
    background:#f1f2f6 !important;
    color:#17181d !important;
    border:1px solid #e6e7ee !important;
}

html[data-theme="light"] .category-pills a{
    background:#f2efff !important;
    color:#7c3cff !important;
}

html[data-theme="light"] .mobile-bottom-nav{
    background:#ffffff !important;
    border-top:1px solid #ececf2 !important;
    box-shadow:0 -8px 25px rgba(0,0,0,.08) !important;
}

html[data-theme="light"] .mobile-bottom-nav a,
html[data-theme="light"] .mobile-bottom-nav button{
    color:#7d7f8c !important;
}

html[data-theme="light"] .mobile-bottom-nav a.active{
    color:#7c3cff !important;
}

/* Dark mode */
html[data-theme="dark"] body,
body[data-theme="dark"]{
    background:#06091a !important;
    color:#ffffff !important;
}

html[data-theme="dark"] .shop-shell,
html[data-theme="dark"] .products-section,
html[data-theme="dark"] .cart-bg,
html[data-theme="dark"] .pay-bg{
    background:#06091a !important;
    color:#ffffff !important;
}

html[data-theme="dark"] .shop-header{
    background:rgba(8,12,31,.95) !important;
    color:#ffffff !important;
    border-color:rgba(255,255,255,.10) !important;
    box-shadow:0 8px 28px rgba(0,0,0,.35) !important;
}

html[data-theme="dark"] .shop-brand,
html[data-theme="dark"] .shop-header nav a,
html[data-theme="dark"] .section-head h2,
html[data-theme="dark"] .product-body h3,
html[data-theme="dark"] .price,
html[data-theme="dark"] .page-title h1,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3{
    color:#ffffff !important;
}

html[data-theme="dark"] .product-card{
    background:#10162a !important;
    color:#ffffff !important;
    border-color:rgba(255,255,255,.10) !important;
    border-radius:14px !important;
    box-shadow:0 12px 30px rgba(0,0,0,.28) !important;
}

html[data-theme="dark"] .product-img{
    background:#171d31 !important;
}

html[data-theme="dark"] .mini-search input{
    background:#111936 !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.10) !important;
}

html[data-theme="dark"] .category-pills a{
    background:#171d31 !important;
    color:#dcd6ff !important;
}

html[data-theme="dark"] .mobile-bottom-nav{
    background:#0b1024 !important;
    border-top:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 -8px 25px rgba(0,0,0,.35) !important;
}

html[data-theme="dark"] .mobile-bottom-nav a,
html[data-theme="dark"] .mobile-bottom-nav button{
    color:#aab0c8 !important;
}

html[data-theme="dark"] .mobile-bottom-nav a.active{
    color:#9b75ff !important;
}

/* Mobil pastki tun/kun tugmasi */
.mobile-bottom-nav .mobile-theme-toggle{
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:3px !important;
    font-size:12px !important;
    font-weight:700 !important;
    font-family:inherit !important;
    cursor:pointer !important;
    padding:0 !important;
    min-width:0 !important;
    height:auto !important;
}

.mobile-bottom-nav .mobile-theme-toggle b{
    width:30px !important;
    height:30px !important;
    border-radius:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:19px !important;
    background:linear-gradient(135deg,#1a2140,#7c3cff) !important;
}

.mobile-bottom-nav .mobile-theme-toggle.is-light b{
    background:linear-gradient(135deg,#fff4b8,#ffcf33) !important;
}

@media(max-width:760px){
    html[data-theme="dark"] .product-body{
        background:#10162a !important;
    }

    html[data-theme="dark"] .product-body h3,
    html[data-theme="dark"] .price{
        color:#ffffff !important;
    }

    html[data-theme="dark"] .search-actions .buy-now{
        background:#241d45 !important;
        color:#d9ccff !important;
    }

    html[data-theme="dark"] .search-actions .add-cart{
        background:#7c3cff !important;
        color:#fff !important;
    }

    html[data-theme="dark"] .empty{
        background:#10162a !important;
        color:#ffffff !important;
    }

    html[data-theme="light"] .product-body{
        background:#ffffff !important;
    }
}
