*{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{font-family:Arial,sans-serif;background:#F5F7FA;color:#111827}
a{text-decoration:none}
img{max-width:100%;display:block}
.container{width:100%;max-width:1180px;margin:0 auto;padding-left:14px;padding-right:14px}

/* TOPBAR */
.topbar{background:#062D63;color:#fff;padding:9px 0;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:12px}
.top-links{display:flex;gap:18px;align-items:center}
.top-links a{color:#fff!important;font-weight:700}

/* HEADER */
.header{background:#fff;padding:14px 0;border-bottom:1px solid #e5e7eb}
.header-area{display:grid;grid-template-columns:220px 1fr 100px;align-items:center;gap:24px}
.logo{display:flex;align-items:center}
.logo img{height:92px;width:auto}
.search-area{width:100%;display:flex;min-width:0}
.search-area input{width:100%;min-width:0;padding:16px 18px;border:2px solid #0A4DA2;border-right:0;border-radius:12px 0 0 12px;font-size:15px;outline:none}
.search-area button{background:#0A4DA2;color:#fff;border:0;padding:0 28px;border-radius:0 12px 12px 0;font-weight:900;cursor:pointer}
.cart-area{color:#111827;font-weight:900;white-space:nowrap;text-align:right}

/* MENU */
.menu{background:#0A4DA2;position:relative;z-index:50;box-shadow:0 8px 25px rgba(10,77,162,.18)}
.menu-container{display:flex;align-items:center;justify-content:center;overflow:visible}
.menu-item{position:relative}
.menu-item>a{display:block;color:#fff!important;font-weight:900;padding:15px 13px;white-space:nowrap}
.menu-item:hover>a{background:#062D63}
.dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:0 0 14px 14px;box-shadow:0 18px 45px rgba(6,45,99,.20);padding:8px;z-index:999}
.menu-item:hover .dropdown-menu{display:block}
.dropdown-menu a{display:block;color:#111827!important;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:800}
.dropdown-menu a:hover{background:#F5F7FA;color:#0A4DA2!important}

/* BANNER */
.hero-banner{width:100%;overflow:hidden;padding:22px 0 10px}
.main-banner{width:100%;display:block;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 35px rgba(6,45,99,.09)}
.main-banner img{width:100%;height:420px;object-fit:cover}

/* HOME */
.home-category-blocks{padding:32px 0 12px}
.home-title-line{margin-bottom:20px}
.home-title-line h2,.section-head h2{font-size:30px;color:#111827;font-weight:900}
.home-category-row{background:#fff;border-radius:22px;padding:20px;margin-bottom:18px;display:grid;grid-template-columns:220px minmax(0,1fr) 130px;gap:18px;align-items:center;box-shadow:0 10px 30px rgba(6,45,99,.05)}
.home-main-category{color:#111827}
.home-category-image{width:100%;height:165px;border-radius:16px;overflow:hidden;margin-bottom:10px;background:#F5F7FA}
.home-category-image img{width:100%;height:100%;object-fit:cover}
.home-main-category-title{text-align:center;font-size:22px;font-weight:900}
.home-sub-category-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;min-width:0}
.home-sub-category{background:#F8FAFC;border:1px solid #e5e7eb;border-radius:15px;padding:10px;color:#111827;transition:.25s;min-width:0}
.home-sub-category:hover{transform:translateY(-4px);border-color:#0A4DA2;box-shadow:0 12px 28px rgba(6,45,99,.08)}
.home-sub-image{width:100%;height:85px;border-radius:12px;overflow:hidden;margin-bottom:8px;background:#fff}
.home-sub-image img{width:100%;height:100%;object-fit:cover}
.home-sub-title{font-size:12px;line-height:1.35;font-weight:900;text-align:center;color:#111827;min-height:32px}
.home-category-more{display:flex;justify-content:center;align-items:center}
.home-category-more a{background:#0A4DA2;color:#fff!important;padding:13px 16px;border-radius:14px;font-weight:900;white-space:nowrap}
.home-category-more a:hover{background:#062D63}

/* CATEGORY GRID */
.categories{padding:34px 0}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.category-card{background:#fff;border-radius:18px;overflow:hidden;text-align:center;color:#111827;font-weight:900;box-shadow:0 12px 32px rgba(6,45,99,.05)}
.category-card img{width:100%;height:170px;object-fit:cover}
.category-card span{display:block;padding:18px 10px 20px;font-size:18px}

/* PRODUCTS */
.products{padding:30px 0 60px}
.section-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.product-card-link{display:block;color:inherit}
.product-card{position:relative;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(6,45,99,.05);height:100%;transition:.25s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(6,45,99,.12)}
.product-badge{position:absolute;top:8px;left:8px;z-index:2;background:#0A4DA2;color:#fff;padding:6px 8px;border-radius:8px;font-size:10px;font-weight:900}
.product-badge.orange{background:#ff9f1c}
.product-badge.green{background:#16a34a}
.product-image img{width:100%;height:135px;object-fit:cover}
.product-body{padding:11px}
.product-brand{color:#0A4DA2;font-size:10px;font-weight:900;margin-bottom:5px}
.product-body h3{font-size:12px;line-height:1.35;min-height:34px;margin-bottom:7px;color:#111827}
.product-oem{color:#64748b;font-size:10px;line-height:1.3;margin-bottom:7px}
.product-price{font-size:16px;font-weight:900;color:#111827;margin-bottom:9px}
.old-price{color:#94a3b8;text-decoration:line-through;font-size:11px;font-weight:700;margin-bottom:3px}
.cart-btn{width:100%;border:0;background:#062D63;color:#fff;padding:9px 6px;border-radius:9px;font-size:11px;font-weight:900;cursor:pointer}
.cart-btn:hover{background:#0A4DA2}
.campaign-products{background:#fff;padding:45px 0;margin:20px 0;border-radius:28px}
.campaign-products .product-card{border:1px solid #ffe1b3}
.bestseller-products .product-card{border:1px solid #d9f7e5}

/* CATEGORY PAGE */
.category-page{padding:35px 0 70px}
.category-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#64748b;font-size:14px;font-weight:800}
.category-breadcrumb a{color:#0A4DA2;font-weight:900}
.category-breadcrumb strong{color:#111827}
.category-hero{background:#fff;border-radius:24px;padding:35px;display:grid;grid-template-columns:1.5fr .8fr;gap:30px;align-items:center;box-shadow:0 12px 32px rgba(6,45,99,.05);margin-bottom:30px}
.category-hero h1{font-size:38px;margin-bottom:12px}
.category-hero p{color:#64748b;line-height:1.7;font-size:16px}
.category-hero img{width:100%;height:220px;object-fit:cover;border-radius:18px}
.category-section-title{margin-top:4px}

/* CATEGORY SLIDER */
.category-slider-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;margin-bottom:35px}
.category-slider{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:5px 2px 14px}
.category-slider::-webkit-scrollbar{display:none}
.category-slider .category-card,.category-slide-card{min-width:220px;max-width:220px;flex:0 0 220px}
.category-slide-card{border:1px solid #e5e7eb;transition:.25s ease}
.category-slide-card:hover{transform:translateY(-4px);border-color:#0A4DA2;box-shadow:0 18px 38px rgba(6,45,99,.12)}
.category-slide-card img{height:145px}
.category-slide-card span{font-size:15px;min-height:58px;display:flex;align-items:center;justify-content:center}
.category-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;background:#0A4DA2;color:#fff;font-size:30px;line-height:1;font-weight:900;cursor:pointer;z-index:5;box-shadow:0 10px 24px rgba(6,45,99,.20)}
.category-arrow:hover{background:#062D63}
.category-arrow.left{left:8px}
.category-arrow.right{right:8px}

/* CATEGORY LAYOUT */
.category-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:22px;margin-top:25px}
.category-sidebar{background:#fff;border-radius:20px;padding:20px;box-shadow:0 12px 32px rgba(6,45,99,.05);height:max-content}
.category-sidebar h3{font-size:22px;margin-bottom:18px}
.filter-box strong{display:block;margin-bottom:12px}
.brand-checkbox-list{display:flex;flex-direction:column;gap:10px;margin-top:15px;max-height:520px;overflow-y:auto;overflow-x:hidden;padding-right:4px}
.brand-checkbox{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;background:#F5F7FA;color:#334155;cursor:pointer;font-weight:800;font-size:14px;transition:.2s ease}
.brand-checkbox:hover{background:#eaf2ff;color:#0A4DA2}
.brand-checkbox input{width:18px;height:18px;min-width:18px;accent-color:#0A4DA2}
.brand-checkbox span{line-height:1.35}
.filter-submit-btn{width:100%;margin-top:18px;border:0;background:#0A4DA2;color:#fff;padding:14px;border-radius:12px;font-weight:900;cursor:pointer}
.filter-submit-btn:hover{background:#062D63}
.filter-clear-btn{display:block;width:100%;text-align:center;margin-top:10px;background:#F5F7FA!important;color:#64748b!important;border-radius:12px;padding:13px 10px;font-weight:900}
.filter-clear-btn:hover{background:#fee2e2!important;color:#b91c1c!important}
.category-products{min-width:0}
.category-product-head{background:#fff;padding:18px;border-radius:18px;box-shadow:0 10px 28px rgba(6,45,99,.05)}
.category-products .section-head span{color:#64748b;font-weight:800;display:block;margin-top:6px}
.category-products .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.category-topbar-right{display:flex;align-items:center;gap:10px}
.sort-select{height:46px;min-width:180px;border:1px solid #dbe2ea;border-radius:12px;padding:0 14px;background:#fff;color:#111827;font-weight:800;outline:none;cursor:pointer}
.empty-products{background:#fff;padding:30px;border-radius:18px;color:#64748b;font-weight:800;grid-column:1/-1}

/* MOBILE FILTER DEFAULT */
.mobile-filter-open{display:none;width:100%;border:0;background:#0A4DA2;color:#fff;padding:14px 18px;border-radius:14px;font-weight:900;margin-bottom:16px;cursor:pointer}
.mobile-filter-head{display:none;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}
.mobile-filter-head h3{margin-bottom:0}
.mobile-filter-close{width:38px;height:38px;border:0;border-radius:999px;background:#F5F7FA;color:#111827;font-size:26px;font-weight:900;cursor:pointer}

/* PAGINATION */
.pagination{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:30px}
.pagination a,.pagination span{min-width:38px;height:38px;padding:0 12px;display:flex;align-items:center;justify-content:center;background:#fff;color:#062D63;border-radius:10px;font-weight:900;box-shadow:0 8px 20px rgba(6,45,99,.06)}
.pagination a.active{background:#0A4DA2;color:#fff}
.pagination a:hover{background:#062D63;color:#fff}

/* PRODUCT DETAIL */
.product-page{padding:40px 0 70px}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:35px;background:#fff;border-radius:24px;padding:35px;box-shadow:0 12px 32px rgba(6,45,99,.05)}
.product-gallery img{width:100%;height:520px;object-fit:cover;border-radius:18px}
.product-category{color:#0A4DA2;font-weight:900;margin-bottom:10px}
.product-info h1{font-size:38px;line-height:1.3;margin-bottom:24px}
.product-meta{display:grid;gap:14px;margin-bottom:28px}
.stock-success{color:#16a34a;font-weight:900}
.stock-danger{color:#dc2626;font-weight:900}
.product-price-box{background:#F5F7FA;padding:25px;border-radius:18px;margin-bottom:24px}
.product-price-big{font-size:42px;font-weight:900}
.product-kdv{color:#64748b;margin-top:6px}
.product-actions{display:flex;gap:15px;margin-bottom:20px}
.qty-box{display:flex;border:1px solid #ddd;border-radius:12px;overflow:hidden}
.qty-box button{width:45px;border:0;background:#F5F7FA;font-size:20px;cursor:pointer}
.qty-box input{width:55px;text-align:center;border:0;outline:none;font-weight:900}
.buy-btn{flex:1;border:0;background:#0A4DA2;color:#fff;border-radius:12px;font-size:16px;font-weight:900;cursor:pointer}
.whatsapp-product{display:block;background:#25D366;color:#fff!important;text-align:center;padding:16px;border-radius:12px;font-weight:900}
.product-tabs{background:#fff;border-radius:24px;padding:35px;margin-top:30px;box-shadow:0 12px 32px rgba(6,45,99,.05)}
.tab-title{font-size:28px;font-weight:900;margin-bottom:20px}
.tab-content{line-height:1.8;color:#334155}
.related-products{margin-top:45px}

/* STATIC PAGE */
.static-page{padding:45px 0 75px}
.static-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 12px 32px rgba(6,45,99,.05)}
.static-card h1{font-size:38px;margin-bottom:24px}
.static-content{color:#334155;line-height:1.9;font-size:16px}

/* FOOTER */
.footer{background:#062D63;color:#fff;padding:60px 0 0;margin-top:40px}
.footer *{color:#fff}
.footer a,.footer a:visited,.footer a:active{color:#fff!important}
.footer a:hover{color:#dbeafe!important}
.footer-grid{display:grid;grid-template-columns:1.4fr 2fr;gap:45px;align-items:start}
.footer-logo{font-size:30px;font-weight:900;margin-bottom:12px}
.footer-about p{line-height:1.7;margin:15px 0}
.footer-contact{line-height:1.8;font-size:14px}
.footer-menus-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.footer-menu h3{font-size:21px;margin-bottom:12px;font-weight:900}
.footer-menu a{display:block;font-size:14px;line-height:1.6;margin-bottom:5px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:35px;padding:22px 0;font-size:14px}

/* WHATSAPP */
.whatsapp-btn{position:fixed;right:18px;bottom:18px;z-index:20;background:#25D366;color:#fff!important;padding:15px 22px;border-radius:999px;font-weight:900;box-shadow:0 15px 35px rgba(37,211,102,.35)}

/* TABLET */
@media(max-width:992px){
    .header-area{grid-template-columns:1fr;gap:15px;text-align:center}
    .logo{justify-content:center}
    .logo img{height:72px}
    .cart-area{text-align:center}
    .menu-container{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
    .dropdown-menu{display:none!important}
    .main-banner img{height:300px}
    .home-category-row{grid-template-columns:1fr}
    .home-sub-category-list{grid-template-columns:repeat(3,minmax(0,1fr))}
    .home-category-more a{width:100%;text-align:center}
    .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .product-grid,.category-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .category-hero,.product-detail{grid-template-columns:1fr}
    .category-layout{grid-template-columns:1fr}
    .category-sidebar{width:100%}
    .footer-grid{grid-template-columns:1fr}
}

/* MOBILE */
@media(max-width:576px){
    .container{padding-left:10px;padding-right:10px}

    .topbar{font-size:12px}
    .topbar .container{flex-direction:column;text-align:center;gap:7px}
    .top-links{flex-wrap:wrap;justify-content:center;gap:10px}

    .header{padding:12px 0}
    .header-area{grid-template-columns:1fr;gap:12px;text-align:center}
    .logo{justify-content:center}
    .logo img{height:56px}
    .cart-area{text-align:center}
    .search-area input{padding:12px 10px;font-size:13px}
    .search-area button{padding:0 13px;font-size:12px}

    .menu-container{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
    .menu-item>a{padding:13px 10px;font-size:12px}
    .dropdown-menu{display:none!important}

    .hero-banner{padding:12px 0 4px}
    .main-banner{border-radius:14px}
    .main-banner img{height:auto;aspect-ratio:16/7;object-fit:cover}

    .home-category-blocks{padding:22px 0 8px}
    .home-title-line h2,.section-head h2{font-size:21px}
    .home-category-row{padding:14px;border-radius:18px;gap:14px}
    .home-category-image{height:130px}
    .home-main-category-title{font-size:18px}
    .home-sub-category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .home-sub-image{height:72px}
    .home-sub-title{font-size:11px;min-height:30px}

    .products{padding:22px 0 42px}
    .campaign-products{padding:32px 0;border-radius:18px}
    .product-grid,.category-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .product-card{border-radius:12px}
    .product-image img{height:115px}
    .product-body{padding:8px}
    .product-brand{font-size:9px}
    .product-body h3{font-size:11px;min-height:32px}
    .product-oem{display:none}
    .product-price{font-size:14px}
    .old-price{font-size:10px}
    .cart-btn{padding:8px 5px;font-size:10px}

    .category-page{padding:16px 0 44px;background:#F5F7FA}
    .category-breadcrumb{font-size:12px;margin-bottom:12px;gap:6px}
    .category-hero{padding:16px;border-radius:18px;margin-bottom:16px;gap:14px}
    .category-hero h1{font-size:24px;line-height:1.25;margin-bottom:8px}
    .category-hero p{font-size:13px;line-height:1.55}
    .category-hero img{height:128px;border-radius:14px}

    .category-section-title{margin-bottom:8px}
    .category-section-title h2{font-size:19px}

    .category-slider-wrapper{width:100%;max-width:100%;overflow:hidden;margin-bottom:16px}
    .category-slider{width:100%;max-width:100%;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px;overflow-x:auto!important;overflow-y:hidden!important;padding:4px 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
    .category-slider .category-card,.category-slider .category-slide-card,.category-slide-card{min-width:132px!important;max-width:132px!important;width:132px!important;flex:0 0 132px!important;scroll-snap-align:start;border-radius:15px;box-shadow:0 8px 20px rgba(6,45,99,.07)}
    .category-slider .category-card img,.category-slide-card img{width:100%;height:82px!important;object-fit:cover}
    .category-slider .category-card span,.category-slide-card span{min-height:44px;padding:9px 6px;font-size:11px!important;line-height:1.25;display:flex;align-items:center;justify-content:center}
    .category-arrow{display:none!important}

    .mobile-filter-open{
        display:flex!important;
        align-items:center;
        justify-content:space-between;
        width:100%;
        height:54px;
        border:1px solid #0b376f;
        border-radius:15px;
        background:#062D63;
        color:#fff;
        padding:0 16px;
        margin:4px 0 14px;
        box-shadow:0 10px 24px rgba(6,45,99,.22);
        font-size:0;
        font-weight:900;
    }

    .mobile-filter-open::before{
        content:"Marka Seç";
        font-size:15px;
        font-weight:900;
    }

    .mobile-filter-open::after{
        content:"⌄";
        font-size:24px;
        font-weight:900;
        line-height:1;
    }

    .category-layout{display:block;margin-top:0}

    .category-sidebar{
        position:fixed!important;
        left:0;
        right:0;
        bottom:0;
        top:auto!important;
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        max-height:78vh;
        background:#fff;
        z-index:99999;
        padding:16px 14px 22px;
        border-radius:24px 24px 0 0!important;
        overflow-y:auto;
        overflow-x:hidden;
        transform:translateY(110%)!important;
        transition:.25s ease;
        box-shadow:0 -18px 55px rgba(0,0,0,.22);
    }

    .category-sidebar.active{transform:translateY(0)!important}

    .mobile-filter-head{
        display:flex!important;
        align-items:center;
        justify-content:space-between;
        padding-bottom:14px;
        margin-bottom:14px;
        border-bottom:1px solid #e5e7eb;
    }

    .mobile-filter-head h3{font-size:20px;margin:0;color:#111827}
    .mobile-filter-close{width:38px;height:38px;border:0;border-radius:50%;background:#F1F5F9;color:#111827;font-size:25px;font-weight:900}
    .desktop-filter-title{display:none!important}

    .filter-box strong{
        display:block;
        font-size:15px;
        font-weight:900;
        color:#111827;
        margin-bottom:12px;
    }

    .brand-checkbox-list{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
        max-height:none;
        overflow:visible;
        padding:0;
        margin-top:12px;
    }

    .brand-checkbox{
        display:flex;
        align-items:center;
        gap:7px;
        min-height:43px;
        padding:9px;
        border-radius:13px;
        background:#F8FAFC;
        border:1px solid #e5e7eb;
        color:#111827;
        font-size:11px;
        font-weight:900;
        line-height:1.25;
        box-shadow:none;
    }

    .brand-checkbox input{
        width:15px;
        height:15px;
        min-width:15px;
        accent-color:#0A4DA2;
    }

    .brand-checkbox:has(input:checked){
        background:#EAF2FF;
        border-color:#0A4DA2;
        color:#0A4DA2;
        box-shadow:0 8px 18px rgba(10,77,162,.10);
    }

    .filter-submit-btn{
        position:sticky;
        bottom:0;
        width:100%;
        height:48px;
        border-radius:15px;
        font-size:14px;
        margin-top:16px;
        box-shadow:0 10px 22px rgba(10,77,162,.18);
    }

    .filter-clear-btn{padding:13px;font-size:13px}

    .category-product-head{
        flex-direction:column;
        align-items:flex-start;
        padding:14px;
        border-radius:16px;
        margin-bottom:12px;
    }

    .category-product-head h2{font-size:20px}
    .category-products .section-head span{font-size:12px}
    .category-topbar-right,.category-topbar-right form,.sort-select{width:100%}
    .sort-select{min-width:0;height:44px;border-radius:13px;font-size:13px}

    .section-head{flex-direction:column;align-items:flex-start}

    .product-detail{padding:20px;border-radius:18px}
    .product-gallery img{height:auto;aspect-ratio:1/1}
    .product-info h1{font-size:25px}
    .product-price-big{font-size:32px}
    .product-actions{flex-direction:column}
    .buy-btn{padding:16px}

    .product-tabs,.static-card{padding:22px;border-radius:18px}
    .footer{padding-top:36px}
    .footer-menus-wrapper{grid-template-columns:1fr;gap:22px}
    .whatsapp-btn{right:10px;bottom:10px;padding:12px 16px;font-size:13px}
    .pagination a,.pagination span{min-width:34px;height:34px;font-size:13px;padding:0 9px}
}

/* MOBILE FILTER FINAL FIX */

.mobile-filter-overlay{
    display:none;
}

@media(max-width:768px){

    .category-layout{
        display:block !important;
    }

    .mobile-filter-open{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        width:100% !important;
        height:56px !important;
        border:0 !important;
        border-radius:18px !important;
        background:linear-gradient(135deg,#062D63,#0A4DA2) !important;
        color:#fff !important;
        padding:0 18px !important;
        margin:4px 0 18px !important;
        box-shadow:0 14px 35px rgba(6,45,99,.22) !important;
        font-size:0 !important;
        font-weight:900 !important;
    }

    .mobile-filter-open::before{
        content:"Marka Seç" !important;
        font-size:16px !important;
        font-weight:900 !important;
    }

    .mobile-filter-open::after{
        content:"⌄" !important;
        font-size:26px !important;
        font-weight:900 !important;
    }

    .mobile-filter-overlay{
        position:fixed !important;
        inset:0 !important;
        background:rgba(0,0,0,.45) !important;
        z-index:99998 !important;
        opacity:0 !important;
        visibility:hidden !important;
        transition:.25s ease !important;
        display:block !important;
    }

    .mobile-filter-overlay.active{
        opacity:1 !important;
        visibility:visible !important;
    }

    .category-sidebar{
        position:fixed !important;
        left:0 !important;
        right:0 !important;
        bottom:0 !important;
        top:auto !important;
        width:100% !important;
        max-width:100% !important;
        height:auto !important;
        max-height:80vh !important;
        background:#fff !important;
        z-index:99999 !important;
        padding:18px 15px 26px !important;
        border-radius:26px 26px 0 0 !important;
        overflow-y:auto !important;
        overflow-x:hidden !important;
        transform:translateY(110%) !important;
        transition:.28s ease !important;
        box-shadow:0 -20px 60px rgba(0,0,0,.24) !important;
    }

    .category-sidebar.active{
        transform:translateY(0) !important;
    }

    .mobile-filter-head{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        padding-bottom:15px !important;
        margin-bottom:16px !important;
        border-bottom:1px solid #e5e7eb !important;
    }

    .mobile-filter-head h3{
        font-size:21px !important;
        margin:0 !important;
    }

    .mobile-filter-close{
        width:42px !important;
        height:42px !important;
        border:0 !important;
        border-radius:50% !important;
        background:#F1F5F9 !important;
        color:#111827 !important;
        font-size:28px !important;
        font-weight:900 !important;
    }

    .desktop-filter-title{
        display:none !important;
    }

    .brand-checkbox-list{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
        max-height:none !important;
        overflow:visible !important;
        padding:0 !important;
    }

    .brand-checkbox{
        display:flex !important;
        align-items:center !important;
        gap:8px !important;
        min-height:46px !important;
        padding:10px !important;
        border-radius:14px !important;
        background:#F8FAFC !important;
        border:1px solid #e5e7eb !important;
        font-size:11px !important;
        font-weight:900 !important;
        color:#111827 !important;
    }

    .brand-checkbox input{
        width:15px !important;
        height:15px !important;
        min-width:15px !important;
        accent-color:#0A4DA2 !important;
    }

    .brand-checkbox:has(input:checked){
        background:#EAF2FF !important;
        border-color:#0A4DA2 !important;
        color:#0A4DA2 !important;
        box-shadow:0 8px 18px rgba(10,77,162,.12) !important;
    }

    .filter-submit-btn{
        width:100% !important;
        height:50px !important;
        border-radius:15px !important;
        font-size:14px !important;
        margin-top:18px !important;
    }

    .filter-clear-btn{
        padding:14px !important;
        font-size:13px !important;
    }
}

/* OTOAKS VEHICLE SELECTOR */

.vehicle-filter-section{
    background:#F5F7FA;
    padding:18px 0 10px;
}

.vehicle-filter-box{
    background:linear-gradient(135deg,#071B3A,#0A4DA2);
    border-radius:24px;
    padding:20px;
    box-shadow:0 18px 45px rgba(7,27,58,.20);
    border:1px solid rgba(255,255,255,.12);
}

.vehicle-filter-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
}

.vehicle-filter-title{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
}

.vehicle-filter-title span{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    border-radius:16px;
    font-size:22px;
}

.vehicle-filter-title strong{
    display:block;
    font-size:22px;
    font-weight:900;
    line-height:1.2;
}

.vehicle-filter-title small{
    display:block;
    margin-top:4px;
    color:#dbeafe;
    font-weight:700;
}

.vehicle-filter-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr)) 210px;
    gap:12px;
    align-items:end;
}

.vehicle-select-box{
    min-width:0;
}

.vehicle-select-box label{
    display:block;
    color:#fff;
    font-size:13px;
    font-weight:900;
    margin-bottom:7px;
}

.vehicle-select-box select{
    width:100%;
    height:50px;
    border:0;
    border-radius:15px;
    background:#fff;
    color:#111827;
    padding:0 13px;
    font-size:14px;
    font-weight:800;
    outline:none;
    cursor:pointer;
}

.vehicle-select-box select:disabled{
    background:#E5E7EB;
    color:#64748b;
    cursor:not-allowed;
}

.vehicle-submit-btn{
    height:50px;
    border:0;
    border-radius:15px;
    background:#F97316;
    color:#fff;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 10px 26px rgba(249,115,22,.28);
    transition:.25s ease;
}

.vehicle-submit-btn:hover{
    background:#EA580C;
    transform:translateY(-2px);
}

@media(max-width:992px){
    .vehicle-filter-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .vehicle-submit-btn{
        grid-column:1/-1;
    }
}

@media(max-width:576px){
    .vehicle-filter-section{
        padding:12px 0 8px;
    }

    .vehicle-filter-box{
        border-radius:20px;
        padding:15px;
    }

    .vehicle-filter-title{
        gap:10px;
    }

    .vehicle-filter-title span{
        width:40px;
        height:40px;
        border-radius:14px;
        font-size:20px;
    }

    .vehicle-filter-title strong{
        font-size:18px;
    }

    .vehicle-filter-title small{
        font-size:12px;
    }

    .vehicle-filter-grid{
        grid-template-columns:1fr;
        gap:10px;
    }

    .vehicle-select-box label{
        font-size:12px;
        margin-bottom:6px;
    }

    .vehicle-select-box select{
        height:48px;
        border-radius:14px;
        font-size:13px;
    }

    .vehicle-submit-btn{
        height:50px;
        border-radius:14px;
        font-size:13px;
    }
}

.selected-vehicle-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    background:#fff;
    border:1px solid #dbeafe;
    border-left:6px solid #F97316;
    border-radius:18px;
    padding:16px 18px;
    margin:-10px 0 22px;
    box-shadow:0 12px 30px rgba(6,45,99,.06);
}

.selected-vehicle-icon{
    width:44px;
    height:44px;
    min-width:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EAF2FF;
    border-radius:14px;
    font-size:22px;
}

.selected-vehicle-text{
    flex:1;
    color:#111827;
    font-weight:800;
}

.selected-vehicle-text strong{
    display:block;
    font-size:16px;
    font-weight:900;
    margin-bottom:3px;
}

.selected-vehicle-text span{
    color:#64748b;
    font-size:13px;
}

.selected-vehicle-clear{
    background:#F97316;
    color:#fff!important;
    padding:11px 14px;
    border-radius:12px;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
}

.selected-vehicle-clear:hover{
    background:#EA580C;
}

@media(max-width:576px){
    .selected-vehicle-box{
        align-items:flex-start;
        flex-direction:column;
        padding:14px;
        margin:-4px 0 16px;
        border-radius:16px;
    }

    .selected-vehicle-clear{
        width:100%;
        text-align:center;
    }
}

/* PRODUCT DETAIL EXTRA MOBILE FIX */
.otoaks-share-box{
    margin-top:22px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}

.otoaks-share-box span{
    font-size:14px;
    font-weight:800;
    color:#111827;
}

.otoaks-share-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    text-decoration:none!important;
    color:#fff!important;
}

.otoaks-share-btn.facebook{
    background:#1877f2;
}

.otoaks-share-btn.whatsapp{
    background:#25d366;
}

.otoaks-detail-tabs{
    margin-top:24px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 32px rgba(6,45,99,.05);
}

.otoaks-tab-buttons{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#f8fafc;
    border-bottom:1px solid #e5e7eb;
}

.otoaks-tab-btn{
    appearance:none;
    -webkit-appearance:none;
    border:0;
    background:transparent;
    padding:15px 10px;
    font-size:14px;
    font-weight:900;
    color:#64748b;
    cursor:pointer;
    border-bottom:3px solid transparent;
}

.otoaks-tab-btn.active{
    color:#111827;
    background:#fff;
    border-bottom-color:#f97316;
}

.otoaks-tab-content{
    display:none;
}

.otoaks-tab-content.active{
    display:block;
}

.otoaks-product-description,
.otoaks-empty-info{
    padding:18px;
    color:#334155;
    font-size:14px;
    line-height:1.7;
}

.otoaks-oem-table,
.otoaks-compatibility-table{
    width:100%;
    border-collapse:collapse;
}

.otoaks-oem-table td,
.otoaks-compatibility-table td,
.otoaks-compatibility-table th{
    padding:13px 12px;
    border-bottom:1px solid #e5e7eb;
    font-size:14px;
    color:#334155;
    text-align:left;
    vertical-align:middle;
}

.otoaks-compatibility-table th{
    background:#f8fafc;
    color:#111827;
    font-weight:900;
}

.otoaks-oem-table tr:nth-child(even),
.otoaks-compatibility-table tbody tr:nth-child(even){
    background:#f9fafb;
}

.otoaks-brand-accordion{
    padding:14px;
}

.otoaks-brand-item{
    border:1px solid #e5e7eb;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:10px;
    background:#fff;
}

.otoaks-brand-btn{
    width:100%;
    border:0;
    background:#f8fafc;
    padding:14px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    color:#111827;
    font-weight:900;
    font-size:14px;
}

.otoaks-brand-btn strong{
    background:#fff4ed;
    color:#ea580c;
    border:1px solid #fed7aa;
    border-radius:999px;
    padding:5px 10px;
    font-size:12px;
}

.otoaks-brand-btn.active{
    background:#fff7ed;
}

.otoaks-brand-panel{
    display:none;
}

.otoaks-brand-panel.active{
    display:block;
}

.otoaks-compatibility-table-wrap,
.otoaks-oem-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

@media(max-width:768px){

    .otoaks-share-box{
        margin-top:18px;
        background:#fff;
        border-radius:16px;
        padding:14px;
        box-shadow:0 10px 26px rgba(6,45,99,.05);
        align-items:stretch;
    }

    .otoaks-share-box span{
        width:100%;
        font-size:14px;
        margin-bottom:2px;
    }

    .otoaks-share-btn{
        width:100%;
        border-radius:14px;
        padding:13px;
        font-size:13px;
    }

    .otoaks-detail-tabs{
        margin-top:18px;
        border-radius:16px;
    }

    .otoaks-tab-buttons{
        grid-template-columns:1fr;
    }

    .otoaks-tab-btn{
        width:100%;
        text-align:left;
        padding:14px 16px;
        font-size:14px;
        border-bottom:1px solid #e5e7eb;
    }

    .otoaks-tab-btn.active{
        border-left:5px solid #f97316;
        border-bottom:1px solid #e5e7eb;
    }

    .otoaks-product-description,
    .otoaks-empty-info{
        padding:16px;
        font-size:13px;
    }

    .otoaks-oem-table{
        min-width:520px;
    }

    .otoaks-compatibility-table{
        min-width:780px;
    }

    .otoaks-oem-table td,
    .otoaks-compatibility-table td,
    .otoaks-compatibility-table th{
        padding:11px 10px;
        font-size:13px;
        white-space:nowrap;
    }

    .otoaks-brand-accordion{
        padding:10px;
    }

    .otoaks-brand-btn{
        padding:13px;
        font-size:13px;
    }
}

.account-layout{
    display:grid;
    grid-template-columns:300px minmax(0,1fr);
    gap:22px;
}

.account-sidebar,
.account-card{
    background:#fff;
    border-radius:24px;
    box-shadow:0 14px 38px rgba(6,45,99,.08);
}

.account-sidebar{
    padding:28px;
    text-align:center;
    height:max-content;
}

.account-avatar{
    width:82px;
    height:82px;
    margin:0 auto 16px;
    border-radius:50%;
    background:linear-gradient(135deg,#062D63,#0A4DA2);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    font-weight:900;
}

.account-sidebar h2{
    margin:0 0 8px;
    font-size:22px;
}

.account-sidebar p{
    margin:0 0 18px;
    color:#64748b;
    font-size:14px;
    word-break:break-word;
}

.account-logout{
    display:block;
    background:#dc2626;
    color:#fff!important;
    padding:13px 16px;
    border-radius:14px;
    font-weight:900;
}

.account-content{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.account-card{
    padding:28px;
}

.account-head h1,
.account-head h2{
    margin:0 0 8px;
    color:#111827;
}

.account-head p{
    margin:0 0 22px;
    color:#64748b;
    line-height:1.6;
}

.account-info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.account-info-box{
    background:#F8FAFC;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:16px;
}

.account-info-box span{
    display:block;
    color:#64748b;
    font-size:13px;
    font-weight:800;
    margin-bottom:7px;
}

.account-info-box strong{
    display:block;
    color:#111827;
    font-size:15px;
    line-height:1.5;
}

.account-full{
    grid-column:1 / -1;
}

.account-empty{
    background:#F8FAFC;
    border:1px dashed #cbd5e1;
    border-radius:16px;
    padding:18px;
    color:#64748b;
    font-weight:800;
}

@media(max-width:768px){
    .account-layout{
        grid-template-columns:1fr;
    }

    .account-info-grid{
        grid-template-columns:1fr;
    }

    .account-card,
    .account-sidebar{
        padding:22px;
        border-radius:20px;
    }
}

/* AUTH PAGES FINAL MOBILE FIX */
.auth-page{
    width:100%;
    padding:42px 0 70px;
    background:#F5F7FA;
}

.auth-card{
    width:100%;
    max-width:520px;
    margin:0 auto;
    background:#fff;
    padding:30px;
    border-radius:24px;
    box-shadow:0 14px 38px rgba(6,45,99,.08);
}

.auth-card-wide{
    max-width:820px;
}

.auth-head h1{
    margin:0 0 10px;
    font-size:32px;
    color:#111827;
    font-weight:900;
}

.auth-head p{
    margin:0 0 24px;
    color:#64748b;
    line-height:1.6;
    font-size:15px;
}

.auth-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.auth-full{
    grid-column:1 / -1;
}

.auth-card label{
    display:block;
    font-weight:900;
    color:#334155;
    margin-bottom:8px;
}

.auth-card input,
.auth-card textarea{
    width:100%;
    max-width:100%;
    display:block;
    border:1px solid #dbe3ef;
    border-radius:14px;
    padding:15px;
    font-size:15px;
    outline:none;
    background:#fff;
    color:#111827;
    margin:0;
}

.auth-card textarea{
    min-height:110px;
    resize:vertical;
}

.auth-card input:focus,
.auth-card textarea:focus{
    border-color:#0A4DA2;
    box-shadow:0 0 0 4px rgba(10,77,162,.08);
}

.auth-btn{
    width:100%;
    display:block;
    margin-top:20px;
    background:#0A4DA2;
    color:#fff;
    border:0;
    border-radius:14px;
    padding:16px;
    font-size:15px;
    font-weight:900;
    cursor:pointer;
}

.auth-error{
    background:#fee2e2;
    color:#991b1b;
    padding:14px 16px;
    border-radius:14px;
    margin-bottom:18px;
    font-weight:800;
}

.auth-bottom{
    margin-top:18px;
    text-align:center;
    color:#64748b;
    font-size:14px;
    font-weight:700;
}

.auth-bottom a{
    color:#0A4DA2;
    font-weight:900;
}

@media(max-width:768px){
    .auth-page{
        padding:18px 0 44px;
    }

    .auth-page .container{
        padding-left:12px;
        padding-right:12px;
    }

    .auth-card,
    .auth-card-wide{
        max-width:100%;
        padding:20px;
        border-radius:18px;
    }

    .auth-head h1{
        font-size:25px;
    }

    .auth-head p{
        font-size:13px;
        margin-bottom:18px;
    }

    .auth-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:13px!important;
    }

    .auth-full{
        grid-column:auto!important;
    }

    .auth-card label{
        font-size:13px;
        margin-bottom:7px;
    }

    .auth-card input,
    .auth-card textarea{
        height:auto;
        min-height:48px;
        padding:13px;
        border-radius:13px;
        font-size:14px;
    }

    .auth-card textarea{
        min-height:95px;
    }

    .auth-btn{
        padding:15px;
        border-radius:13px;
    }
}


/* OTOAKS INTRO LOADER */
#otoaksIntro{
    position:fixed;
    inset:0;
    width:100%;
    height:100vh;
    background:#0f172a;
    z-index:999999;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.otoaks-intro-bg{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,#1e3a8a 0%,#0f172a 45%,#1e293b 100%);
}

.otoaks-sand{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30%;
    background:linear-gradient(to top,#7c4a1d,#c67c35);
}

.otoaks-car-wrap{
    position:absolute;
    bottom:17%;
    left:-220px;
    width:220px;
    animation:otoaksDrive 3s linear forwards;
}

.otoaks-car{
    font-size:90px;
    filter:drop-shadow(0 15px 30px rgba(0,0,0,.35));
}

@keyframes otoaksDrive{
    0%{left:-220px;}
    100%{left:110%;}
}

.otoaks-parts{
    position:absolute;
    font-size:34px;
    opacity:.18;
    animation:otoaksFloat 4s ease-in-out infinite;
}

.part1{top:18%;left:12%;}
.part2{top:30%;right:16%;}
.part3{bottom:34%;left:22%;}
.part4{top:14%;right:28%;}

@keyframes otoaksFloat{
    0%{transform:translateY(0) rotate(0deg);}
    50%{transform:translateY(-14px) rotate(8deg);}
    100%{transform:translateY(0) rotate(0deg);}
}

.otoaks-loader-wrap{
    position:absolute;
    bottom:70px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.otoaks-loader{
    width:70px;
    height:70px;
    border-radius:50%;
    border:5px solid rgba(255,255,255,.14);
    border-top:5px solid #F97316;
    animation:otoaksSpin 1s linear infinite;
}

@keyframes otoaksSpin{
    100%{transform:rotate(360deg);}
}

.otoaks-hide-intro{
    animation:otoaksFadeOut .5s ease forwards;
}

@keyframes otoaksFadeOut{
    to{opacity:0;visibility:hidden;}
}

@media(max-width:768px){
    .otoaks-car{font-size:62px;}
    .otoaks-loader{width:58px;height:58px;}
    .otoaks-parts{font-size:26px;}
}

/* OTOAKS HOMEPAGE SLIDER */

.otoaks-slider{
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:22px;
}

.otoaks-slider-track{
    display:flex;
    transition:transform .45s ease;
    width:100%;
}

.otoaks-slide{
    min-width:100%;
    width:100%;
    flex:0 0 100%;
}

.otoaks-slide .main-banner{
    display:block;
    width:100%;
}

.otoaks-slide .main-banner img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

.otoaks-slider-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border:0;
    border-radius:999px;
    background:rgba(6,45,99,.78);
    color:#fff;
    font-size:34px;
    font-weight:900;
    cursor:pointer;
    z-index:5;
    backdrop-filter:blur(4px);
}

.otoaks-slider-arrow:hover{
    background:#0A4DA2;
}

.otoaks-slider-arrow.left{
    left:16px;
}

.otoaks-slider-arrow.right{
    right:16px;
}

@media(max-width:768px){

    .otoaks-slide .main-banner img{
        height:auto;
        aspect-ratio:16/7;
    }

    .otoaks-slider-arrow{
        width:42px;
        height:42px;
        font-size:28px;
    }

    .otoaks-slider-arrow.left{
        left:8px;
    }

    .otoaks-slider-arrow.right{
        right:8px;
    }

}

/* OTOAKS MOBILE BANNER FULL VIEW FIX */

@media(max-width:768px){

    .hero-banner{
        padding:10px 0 4px !important;
    }

    .hero-banner .container{
        padding-left:8px !important;
        padding-right:8px !important;
    }

    .otoaks-slider,
    .main-banner{
        border-radius:14px !important;
        overflow:hidden !important;
        background:#fff !important;
    }

    .otoaks-slide .main-banner img,
    .main-banner img{
        width:100% !important;
        height:auto !important;
        aspect-ratio:auto !important;
        object-fit:contain !important;
        object-position:center center !important;
        background:#fff !important;
    }

    .otoaks-slider-arrow{
        width:34px !important;
        height:34px !important;
        font-size:24px !important;
        background:rgba(6,45,99,.72) !important;
    }

    .otoaks-slider-arrow.left{
        left:6px !important;
    }

    .otoaks-slider-arrow.right{
        right:6px !important;
    }
}

/* PRODUCT CARD EQUAL HEIGHT + OEM LIMIT FIX */

.product-grid{
    align-items:stretch;
}

.product-card-link{
    height:100%;
}

.product-card{
    height:100%;
    min-height:330px;
    display:flex;
    flex-direction:column;
}

.product-image{
    height:145px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.product-image img{
    width:100%;
    height:145px;
    object-fit:contain;
}

.product-body{
    flex:1;
    display:flex;
    flex-direction:column;
}

.product-body h3{
    min-height:38px;
    max-height:38px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.product-oem{
    min-height:30px;
    max-height:30px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.product-price,
.old-price{
    margin-top:auto;
}

.cart-btn{
    margin-top:8px;
}

@media(max-width:576px){
    .product-card{
        min-height:300px;
    }

    .product-image,
    .product-image img{
        height:120px;
    }

    .product-oem{
        display:none;
    }
}