.mobile-only {
  display: none !important;
}
.desktop-only {
  display: inline-flex !important;
}
@media (max-width: 1400px) {
  .store-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .funds-info-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .add-funds-quick-btns {
    grid-template-columns: repeat(2, 1fr);
  }
  .market-hero-chips {
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .store-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    padding: 0 12px;
  }
  :root {
    /* Tek satır header (iç padding + satır); 58px içeriği header altında kesiyordu */
    --site-header-offset: 72px;
  }
  .header {
    padding: 0 !important;
  }
  .header-inner {
    padding: 8px 16px !important;
  }
  .header-top {
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    gap: 10px;
  }
  .header .logo {
    flex-shrink: 1;
    min-width: 0;
  }
  .header-search:not(.header-search--mobile) {
    display: none !important;
  }
  .mobile-only {
    display: inline-flex !important;
  }
  .desktop-only {
    display: none !important;
  }
  .header-top-actions {
    gap: 6px;
    flex-shrink: 0;
    margin-left: auto;
  }
  .logo img {
    height: 30px;
    max-width: min(160px, 46vw);
    width: auto;
    object-fit: contain;
  }
  .slider-container {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    gap: 20px;
    padding: calc(var(--site-header-offset) + 24px) 20px 40px 20px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .slider-container::-webkit-scrollbar {
    display: none;
  }
  .slider-content {
    position: relative;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 400px;
  }
  .slider-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .slider-visual {
    position: absolute;
    top: 60px;
    height: 500px;
    width: 100%;
    transform: scale(0.8);
    left: 0;
  }
  .slider-scroll-down {
    bottom: 25px;
  }
  .visual-icon-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 100%;
  }
  .main-visual-icon {
    width: 85px;
    height: 85px;
  }
  .float-icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 16px;
  }
  .visual-orbit-rings .ring-1 {
    width: 250px;
    height: 250px;
  }
  .visual-orbit-rings .ring-2 {
    width: 320px;
    height: 320px;
  }
  .products-section .container {
    padding: 0;
  }
  .products-section .section-header {
    padding: 0 15px;
  }
  .products-layout {
    flex-direction: column;
    gap: 15px;
  }
  .products-sidebar {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
    z-index: 10;
  }
  .sidebar-sticky {
    position: relative;
  }
  .sidebar-sticky::before,
  .sidebar-sticky::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 10px;
    width: 40px;
    z-index: 2;
    pointer-events: none;
  }
  .sidebar-sticky::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-primary), transparent);
  }
  .sidebar-sticky::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-primary), transparent);
  }
  .category-nav {
    flex-direction: row;
    overflow-x: auto;
    padding: 0 15px 10px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 8px;
  }
  .category-nav::-webkit-scrollbar {
    display: none;
  }
  .cat-btn {
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 13px;
    padding: 0;
  }
  .cat-icon-wrapper {
    width: 38px;
    height: 38px;
  }
  .cat-icon-wrapper svg {
    padding: 0;
    width: 20px;
    height: 20px;
  }
  .cat-btn span {
    padding: 0 10px;
  }
  .product-info {
    padding: 10px;
  }
  .products-grid {
    padding: 0 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-info h3 {
    font-size: 13px;
    height: 32px;
  }
  .new-price {
    font-size: 14px !important;
  }
  .discount-badge {
    padding: 0 6px;
    font-size: 10px;
    border-radius: 6px;
  }
  .home-market-cta {
    padding: 0.85rem 0 0.75rem;
  }
  .home-market-cta-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left;
    padding: 0.65rem 0.95rem 0.65rem 0.5rem;
    gap: 0.7rem;
    border-radius: 14px;
  }
  .home-market-cta-art {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: clamp(68px, 17vw, 100px);
    margin: -0.75rem 0;
  }
  .home-market-cta-art img {
    width: clamp(88px, 24vw, 118px);
    max-height: 84px;
    transform: none;
  }
  .home-market-cta-copy {
    margin-top: 0;
    min-width: 0;
  }
  .home-market-cta-title {
    font-size: clamp(0.84rem, 3vw, 1.05rem);
    margin-bottom: 0.14rem;
  }
  .home-market-cta-lead {
    font-size: clamp(0.76rem, 2.5vw, 0.92rem);
    line-height: 1.4;
    margin-left: 0;
    margin-right: 0;
  }
  /* Mobilde buton gizli — yazı + görsel için alan */
  .home-market-cta-action {
    display: none;
  }
  .home-market-cta-showcase {
    margin-top: 1rem;
    padding-top: 0.85rem;
  }
  .home-market-cta-grid {
    gap: 10px !important;
  }
  .home-market-cta-more-wrap {
    margin-top: 1rem;
  }
  .home-market-cta-more-btn {
    width: 100%;
    justify-content: center;
  }
  .faq-grid {
    gap: 15px;
  }
  .faq-item {
    padding: 15px 20px;
    border-radius: 12px;
  }
  .faq-question {
    font-size: 1rem;
    padding: 5px 0;
  }
  .faq-answer {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 0 10px 0;
  }
  .footer-item {
    text-align: left;
    width: 100%;
    border-bottom: 1px dashed var(--border-soft);
  }
  .footer-item:last-child {
    border-bottom: none;
  }
  .footer-main {
    padding: 0 0 30px 0 !important;
    border-bottom: 1px dashed var(--border-soft);
    margin-bottom: 20px;
  }
  .footer-title {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
  }
  .footer-title::after {
    content: "+";
    font-size: 1.2rem;
    color: var(--accent);
  }
  .footer-item.active .footer-title::after {
    transform: rotate(45deg);
  }
  .footer-links {
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    align-items: flex-start;
    opacity: 0;
    gap: 10px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer-item.active .footer-links {
    max-height: 500px;
    padding-bottom: 20px;
    opacity: 1;
  }
  .footer-links a {
    font-size: 0.9rem;
    padding: 0;
  }
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-logo img {
    margin: 0 0 20px 0;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-contact-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .footer-contact-item {
    flex-direction: row;
    text-align: left;
    gap: 12px;
    width: 100%;
  }
  .contact-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .contact-text span {
    font-size: 11px;
  }
  .contact-text p {
    font-size: 0.9rem;
  }
  .footer-bottom {
    flex-direction: column;
    padding: 15px 0;
    gap: 12px;
  }
  .mobile-nav {
    padding: 10px 18px;
  }
  .mobile-nav-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .header-search--mobile {
    flex: 0 0 auto;
    margin-bottom: 4px;
  }
  .home-hero-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .home-hero-tabs::-webkit-scrollbar {
    display: none;
    height: 0;
  }
  .home-hero-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .mobile-links {
    gap: 6px;
    margin: 0;
    padding: 0;
  }
  .mobile-links a,
  .mobile-links-cat-toggle {
    font-size: 1.05rem;
    line-height: 1.2;
    min-height: 48px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 700;
    color: var(--text-primary);
  }
  .mobile-links a i,
  .mobile-links a svg,
  .mobile-links-cat-toggle i,
  .mobile-links-cat-toggle svg {
    width: 25px;
    height: 25px;
    color: var(--text-primary);
    flex-shrink: 0;
  }
  .mobile-nav-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mobile-nav-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .auth-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .section-header::after {
    width: 300px;
  }
  /* Masaüstü rozet içeriği mobilde gizleniyordu; tetikleyici boş/kırık kalıyordu — hesap sol menüde */
  .header-top-actions .header-user-badge {
    display: none !important;
  }
  .mobile-auth-btns-auth {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-auth-btns {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-auth-btns:empty {
    display: none;
  }
  .mobile-auth-btns--guest {
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
  }
  .mobile-auth-menu-btn {
    flex: 1 1 0;
    min-width: 0;
    height: 44px !important;
    padding: 0 12px !important;
    justify-content: center;
    gap: 8px !important;
  }
  .mobile-auth-menu-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .mobile-user-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile-user-profile {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .mobile-user-avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
  }
  .mobile-user-avatar img {
    width: 110%;
    height: 110%;
    object-fit: cover;
  }
  .mobile-user-info {
    display: flex;
    flex-direction: column;
  }
  .mobile-user-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
  }
  .mobile-user-email {
    font-size: 13px;
    color: var(--text-dimmed);
  }
  .sidebar-balance-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-card);
    border-radius: 12px;
    padding: 12px 15px;
    border: 1px solid var(--border-soft);
  }
  .sidebar-balance-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .sidebar-balance-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--accent-alpha);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px var(--accent-alpha);
  }
  .sidebar-balance-icon svg {
    width: 18px;
    height: 18px;
  }
  .sidebar-balance-info {
    display: flex;
    flex-direction: column;
  }
  .sidebar-balance-title {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--text-dimmed);
    font-weight: 800;
    margin-bottom: 2px;
  }
  .sidebar-balance-amount {
    font-size: 15px;
    font-weight: 800;
    color: var(--text-primary);
  }
  .sidebar-balance-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--accent);
    color: var(--white-fixed);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px var(--shadow-accent);
  }
  .mobile-user-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mobile-action-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: var(--white-5);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  .mobile-action-btn:hover {
    background: var(--white-10);
    border-color: var(--border-color);
  }
  .mobile-action-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-5);
    border-radius: 8px;
    color: var(--text-secondary);
  }
  .mobile-action-icon svg {
    width: 16px;
    height: 16px;
  }
  .logout-danger {
    border-color: rgba(248, 113, 113, 0.2);
  }
  .logout-danger .mobile-action-icon {
    background: rgba(248, 113, 113, 0.1);
    color: #f87171;
  }
  .logout-danger:hover {
    background: rgba(248, 113, 113, 0.05);
    border-color: #f87171;
  }
}
@media (max-width: 1024px) {
  .mobile-only {
    display: flex !important;
  }
  .dashboard-mobile-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    background: var(--bg-secondary-scrolled);
    -webkit-backdrop-filter: blur(15px) saturate(160%);
    backdrop-filter: blur(15px) saturate(160%);
    border-bottom: 1px dashed var(--border-color);
    z-index: 1001;
  }
  .mobile-logo {
    display: flex;
    align-items: center;
  }
  .mobile-logo img {
    height: 30px;
  }
  .mobile-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mobile-header-right--admin {
    flex: 0 0 auto;
    min-width: 0;
    justify-content: flex-end;
  }
  .dash-mobile-action-btn {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: var(--white-5);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .dash-mobile-action-btn i,
  .dash-mobile-action-btn svg {
    width: 18px;
    height: 18px;
  }
  .dash-mobile-site-return {
    width: auto;
    max-width: 128px;
    padding: 0 12px;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .dash-mobile-site-return span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dash-mobile-action-btn:hover {
    background: var(--white-10);
    border-color: var(--white-25);
  }
  .dash-mobile-action-btn.sidebar-toggle-btn {
    background: var(--accent);
    color: var(--white-fixed);
    border: none;
    box-shadow: 0 4px 12px var(--accent-alpha);
  }
  .cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--accent);
    color: var(--white-fixed);
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bg-secondary-scrolled);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding-top: 1px;
    z-index: 10;
  }
  #mobile-theme-toggle [data-lucide="sun-medium"] {
    display: none;
  }
  #mobile-theme-toggle [data-lucide="moon-star"] {
    display: block;
  }
  [data-theme="light"] #mobile-theme-toggle [data-lucide="sun-medium"] {
    display: block;
  }
  [data-theme="light"] #mobile-theme-toggle [data-lucide="moon-star"] {
    display: none;
  }
  .dashboard-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1002;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .dashboard-overlay.active {
    display: block;
    opacity: 1;
  }
  .dashboard-sidebar-close-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: var(--white-5);
    border: var(--ui-border);
    color: var(--text-primary);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    flex-shrink: 0;
  }
  .dashboard-sidebar-close-btn:hover {
    background: var(--white-10);
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .stat-card {
    padding: 12px 10px;
    gap: 8px;
  }
  .stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .stat-icon svg {
    width: 18px;
    height: 18px;
  }
  .stat-value {
    font-size: 1rem;
  }
  .stat-label {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dash-card-desktop {
    display: none !important;
  }
  .dashboard-layout {
    flex-direction: column;
    gap: 20px;
  }
  .dashboard-content {
    min-width: 0 !important;
  }
  .dash-split-grid,
  .dash-grid-equal {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .dash-card {
    width: 100% !important;
    min-width: 0 !important;
  }
  .table-responsive {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .dashboard-header {
    flex-direction: column;
  }
  .dashboard-header-balance {
    width: 100%;
  }
  .dashboard-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    background: var(--bg-card);
    z-index: 2000;
    padding: 16px 20px;
    padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
    overflow: hidden;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .dashboard-sidebar.active {
    left: 0;
  }
  .dashboard-sidebar .mobile-nav-header {
    padding-bottom: 20px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--border-color);
    flex-shrink: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    gap: 12px;
  }
  .stock-item-info {
    gap: 10px;
  }
  .stock-item-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
  }
  .stock-item-icon svg {
    width: 16px;
    height: 16px;
  }
  .stock-item-name {
    font-size: 13px;
    margin-bottom: 1px;
  }
  .stock-item-type {
    font-size: 11px;
  }
  .dashboard-sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .dashboard-sidebar-inner::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .dashboard-sidebar .dashboard-sidebar-inner .logo {
    display: none !important;
  }
  .logo {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
  }
  .logo img {
    height: 30px !important;
    width: auto !important;
    display: block !important;
  }
  .dashboard-section {
    padding-top: 70px;
  }
  .dashboard-content {
    width: 100%;
    padding-top: 10px;
    gap: 20px;
  }
  .user-profile-card {
    width: 100%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    gap: 15px;
  }
  .user-profile-top {
    margin-bottom: 0;
  }
  .user-details-list {
    margin-top: 0;
  }
  .sidebar-balance-card {
    width: 100%;
    background: var(--bg-secondary);
    border: 2px dashed var(--border-color);
    box-shadow: var(--ui-shadow);
    padding: 15px !important;
    gap: 15px;
  }
  .user-avatar-large {
    width: 125px;
    height: 125px;
    margin-bottom: 0;
  }
  .edit-avatar-btn {
    bottom: 5px;
    right: 5px;
  }
  .user-detail-item {
    font-size: 1rem;
  }
  .sidebar-balance-title {
    font-size: 1.1rem;
    font-weight: 800;
  }
  .sidebar-balance-amount {
    font-size: 1.5rem;
  }
  .user-info {
    text-align: left;
  }
  .user-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2px;
  }
  .user-email {
    font-size: 1rem;
    color: var(--text-dimmed);
    display: block;
  }
  .dashboard-nav {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 5px;
    overflow-x: visible;
  }
  .dash-nav-item {
    background: var(--white-5);
    white-space: normal;
    width: 100%;
    text-align: left;
  }
  .dash-card-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .dash-card-header.flex-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px !important;
  }
  .dash-btn-sm {
    align-self: flex-start;
  }
  .dash-table th,
  .dash-table td {
    padding: 14px 16px;
    white-space: nowrap;
  }
  .dash-table td:last-child {
    text-align: right;
  }
  .order-item-thumb {
    width: 40px;
    height: 40px;
  }
  .dash-page-header h2 {
    font-size: 1rem;
    white-space: nowrap;
  }
  .dash-page-header-right {
    width: 100%;
  }
  .dash-page-header .btn {
    width: 100%;
  }
  .store-filters-container {
    margin: 0 -10px !important;
    width: calc(100% + 20px) !important;
    max-width: none !important;
  }
  .store-filters {
    padding: 0 10px 10px 10px;
    gap: 8px;
  }
  .store-subs-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    margin: 0;
  }
  .store-filters-container.has-subs .store-subs-wrapper {
    height: auto;
    opacity: 1;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .sub-filter-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    background: none !important;
    border: none !important;
  }
  .sub-filter-icon i {
    width: 12px !important;
    height: 12px !important;
  }
  .sub-btn {
    padding: 6px 12px !important;
    height: 34px !important;
    font-size: 13px !important;
  }
  .store-filter-icon {
    width: 38px;
    height: 38px;
  }
  .product-details-wrapper .product-info-col {
    height: auto;
  }
  .product-details-wrapper .product-main-card {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
  .product-details-wrapper .product-meta-grid {
    align-self: stretch;
    margin-bottom: 0;
  }
  .product-details-wrapper .product-purchase-panel {
    margin-top: 0;
    padding-top: 14px;
    gap: clamp(12px, 3vw, 18px);
  }
  .product-details-wrapper .pps-actions {
    margin-top: 0;
  }
  .product-info-col {
    max-width: 100%;
  }
  .product-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-details-wrapper .product-main-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }
  .product-gallery-col {
    max-width: 100%;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }
  .product-image-slider {
    min-height: unset;
    height: 100%;
  }
  .product-main-card {
    padding: 20px;
    gap: 12px;
  }
  .product-price-section {
    padding: 20px;
    gap: 16px;
  }
  .product-meta-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-tabs-body {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .store-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .market-section.home-market-top {
    padding-top: 96px;
  }
  .dash-split-grid.settings-form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .add-funds-top-grid {
    grid-template-columns: 1fr;
  }
  .add-funds-top-head {
    grid-template-columns: 1fr;
  }
  .payment-methods-minimal {
    grid-template-columns: 1fr;
  }
  .confirmation-info-row {
    flex-direction: column;
    align-items: center;
  }
  .bank-selection-grid,
  .crypto-selection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  @media (min-width: 768px) {
    .bank-selection-grid,
    .crypto-selection-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .bank-select-card {
    padding: 10px;
    border-radius: 12px;
  }
  .havale-bank-logo {
    width: 100px;
    height: 100px;
  }
  .info-item {
    width: 100%;
  }
  .product-header-info h1 {
    font-size: 1.5rem;
  }
  .product-details-wrapper .product-meta-grid {
    grid-template-columns: 1fr;
  }
  .pps-current-price {
    font-size: 1.7rem;
  }
  .product-meta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-tabs-header {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .wiz-form-row {
    flex-direction: column;
    gap: 0;
  }
  .wiz-form-row .input-group {
    width: 100%;
    margin-bottom: 14px;
  }
  .wiz-form-row + .wiz-form-row {
    margin-top: 0;
  }
  .fb-fields {
    flex-direction: column;
    align-items: stretch;
  }
  .fb-fields .input-group {
    width: 100%;
    min-width: 100%;
  }
  .fb-rm {
    width: 100%;
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .store-products-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .stat-card {
    padding: 10px 8px;
    gap: 6px;
  }
  .stat-icon {
    width: 36px;
    height: 36px;
  }
  .stat-value {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .stock-tabs-nav {
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .stock-tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .stock-tab-btn {
    white-space: nowrap;
  }
  .stock-pagination-footer {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  @media (max-width: 991px) {
    .unified-chat-layout {
      margin: 0 10px 10px;
      height: calc(100vh - 160px);
      border-radius: 8px;
    }
    .chat-sidebar {
      width: 100%;
      border-right: none;
    }
    .chat-main {
      display: none;
    }
    .active-chat-selected .chat-sidebar {
      display: none;
    }
    .active-chat-selected .chat-main {
      display: flex !important;
      width: 100% !important;
    }
    .chat-header {
      padding: 12px 15px;
      flex-wrap: wrap;
      gap: 10px;
    }
    .chat-header-actions {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 8px;
    }
    .chat-header-actions .btn {
      width: auto;
      flex: 1 1 145px;
      justify-content: center;
    }
    .chat-header-actions .ticket-delete-form {
      flex: 1 1 145px;
    }
    .chat-header-actions .ticket-delete-btn {
      width: 100%;
    }
    .ticket-chat-wrapper {
      padding: 15px;
    }
    .ticket-reply-box {
      padding: 15px;
    }
    .ticket-message-content {
      max-width: 90%;
    }
    .ticket-avatar-box {
      display: none;
    }
  }
}
@media (max-width: 1200px) {
  .order-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}
@media (max-width: 991px) {
  .order-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .order-details-grid.four-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .order-details-grid.three-cols,
  .order-details-grid.four-cols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .ticket-message-row {
    max-width: 95%;
  }
  .ticket-chat-wrapper {
    padding: 15px;
  }
  .ticket-avatar-box {
    display: none;
  }
  .ticket-message-bubble {
    font-size: 14px;
    padding: 12px 15px;
  }
}
@media (max-width: 1200px) {
  .order-top-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .modal-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .chat-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
  }
  .chat-actions .btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .settings-banks-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .settings-banks-list,
  .settings-add-bank-panel {
    flex: 1 1 100%;
  }
  .form-row,
  .form-row-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .bank-confirmation-row,
  .crypto-confirmation-row {
    flex-wrap: wrap;
  }
  .bank-logo-box,
  .crypto-qr-box {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .bank-info-item,
  .crypto-info-item {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .qr-desktop-icon {
    display: none !important;
  }
  .qr-mobile-img {
    display: block !important;
  }
}
@media (max-width: 1400px) {
  .home-market-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 1200px) {
  .home-market-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 900px) {
  .home-market-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 576px) {
  .home-market-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
