:root{
    --lm-bg:#f5f7fb;
    --lm-surface:#ffffff;
    --lm-dark:#0f172a;
    --lm-text:#111827;
    --lm-muted:#64748b;
    --lm-border:#e5e7eb;
    --lm-primary:#2563eb;
    --lm-primary-dark:#1d4ed8;
    --lm-soft:#eff6ff;
    --lm-radius:22px;
    --lm-shadow:0 18px 45px rgba(15,23,42,.08);
}
html,body{font-family:'Inter','Rubik',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;background:var(--lm-bg)!important;color:var(--lm-text);font-size:16px;}
a{text-decoration:none!important}.lm-container{width:100%;max-width:1320px;margin:0 auto;padding:0 22px}.lm-header{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--lm-border);box-shadow:0 12px 36px rgba(15,23,42,.06);z-index:1030}.lm-header-main{height:82px;display:flex;align-items:center;gap:22px}.lm-logo{display:flex;align-items:center;flex:0 0 auto}.lm-logo img{height:54px;width:auto;max-width:230px;object-fit:contain}.lm-search-wrap{flex:1;min-width:280px}.lm-search-box{height:54px;border:1px solid #dbe3ef;background:#f8fafc;border-radius:18px;display:flex;align-items:center;gap:12px;padding:0 18px;color:#94a3b8;transition:.2s}.lm-search-box:focus-within{background:white;border-color:#93c5fd;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.lm-search-box input{border:0!important;outline:0!important;background:transparent!important;width:100%;height:100%;font-size:15px;color:#111827}.lm-header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.lm-action-btn,.lm-action-icon{height:44px;border-radius:14px;border:1px solid var(--lm-border);background:white;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-weight:700;font-size:14px;transition:.2s;position:relative}.lm-action-btn:hover,.lm-action-icon:hover{background:var(--lm-soft);border-color:#bfdbfe;color:var(--lm-primary)}.lm-action-icon{width:46px;padding:0}.lm-count-badge{position:absolute;right:-6px;top:-7px;background:#ef4444;color:white;min-width:20px;height:20px;border-radius:999px;font-size:11px;display:flex;align-items:center;justify-content:center;border:2px solid white}.lm-category-nav{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:0 0 14px;scrollbar-width:none}.lm-category-nav::-webkit-scrollbar{display:none}.lm-category-nav a{white-space:nowrap;color:#334155;background:#f8fafc;border:1px solid var(--lm-border);border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;transition:.2s}.lm-category-nav a:hover{background:#0f172a;color:white;border-color:#0f172a}.lm-home{padding:30px 0 60px}.lm-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:24px;align-items:stretch;margin-bottom:26px}.lm-hero-content{background:radial-gradient(circle at 15% 20%,rgba(59,130,246,.35),transparent 32%),linear-gradient(135deg,#0f172a,#111827 52%,#1e3a8a);border-radius:30px;padding:54px;color:white;min-height:390px;box-shadow:var(--lm-shadow);position:relative;overflow:hidden}.lm-hero-content:after{content:"";position:absolute;right:-80px;bottom:-90px;width:310px;height:310px;border-radius:50%;background:rgba(255,255,255,.08)}.lm-kicker{display:inline-flex;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.10);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:20px}.lm-hero h1{font-size:46px;line-height:1.05;font-weight:900;letter-spacing:-.04em;max-width:760px;margin:0 0 18px}.lm-hero p{font-size:17px;line-height:1.7;color:#cbd5e1;max-width:700px;margin-bottom:26px}.lm-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.lm-primary-btn,.lm-secondary-btn{height:50px;border-radius:15px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.lm-primary-btn{background:#fff;color:#0f172a}.lm-secondary-btn{border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.08)}.lm-trust-row{display:flex;gap:10px;flex-wrap:wrap}.lm-trust-row span{background:rgba(15,23,42,.36);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 12px;color:#e2e8f0;font-weight:700;font-size:13px}.lm-hero-card{background:white;border:1px solid var(--lm-border);border-radius:30px;padding:24px;box-shadow:var(--lm-shadow)}.lm-hero-card strong{display:block;font-size:18px;margin-bottom:18px}.lm-hero-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lm-hero-mini-grid a{background:#f8fafc;border:1px solid var(--lm-border);border-radius:20px;padding:18px;text-align:center;color:#111827;font-weight:800;transition:.2s}.lm-hero-mini-grid a:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(15,23,42,.09)}.lm-hero-mini-grid img{width:54px;height:54px;object-fit:contain;display:block;margin:0 auto 10px}.lm-slider-wrap{margin:28px 0}.lm-swiper,.swiper{border-radius:28px;overflow:hidden;background:white;box-shadow:var(--lm-shadow)}.lm-swiper img,.swiper img{width:100%;height:360px;object-fit:cover;display:block}.lm-section-head{margin:34px 0 18px}.lm-section-head span{color:var(--lm-primary);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.lm-section-head h2{font-size:30px;font-weight:900;letter-spacing:-.03em;margin:6px 0 0}.lm-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;margin-bottom:34px}.lm-category-card{background:white;border:1px solid var(--lm-border);border-radius:22px;padding:18px;display:flex;gap:14px;align-items:center;color:#111827;box-shadow:0 10px 26px rgba(15,23,42,.04);transition:.2s}.lm-category-card:hover{transform:translateY(-4px);box-shadow:var(--lm-shadow);border-color:#bfdbfe}.lm-category-icon{width:58px;height:58px;border-radius:18px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.lm-category-icon img{width:38px;height:38px;object-fit:contain}.lm-category-card h3{font-size:15px;font-weight:900;margin:0 0 4px}.lm-category-card p{font-size:13px;color:var(--lm-muted);margin:0}.lm-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.lm-product-card{background:white;border:1px solid var(--lm-border);border-radius:26px;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.05);transition:.25s;display:flex;flex-direction:column;min-width:0}.lm-product-card:hover{transform:translateY(-6px);box-shadow:var(--lm-shadow);border-color:#bfdbfe}.lm-product-media{height:245px;background:linear-gradient(180deg,#f8fafc,#eef2ff);display:flex;align-items:center;justify-content:center;position:relative;padding:18px}.lm-product-media img{width:100%;height:100%;object-fit:contain;border-radius:18px}.lm-discount-badge,.lm-status-badge{position:absolute;z-index:2;top:14px;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.lm-discount-badge{left:14px;background:#ef4444;color:white}.lm-status-badge{right:14px;background:#2563eb;color:white}.lm-status-red{background:#dc2626}.lm-status-green{background:#16a34a}.lm-product-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.lm-product-title{color:#0f172a;font-weight:900;font-size:16px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px}.lm-product-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.lm-product-price del{color:#94a3b8;font-size:13px}.lm-product-price strong{color:#dc2626;font-size:22px;font-weight:900}.lm-product-props{display:flex;flex-direction:column;gap:8px}.lm-product-props span{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid var(--lm-border);border-radius:13px;padding:8px 10px;color:#475569;font-weight:700;font-size:12px}.lm-product-props img{width:24px;height:24px;border-radius:999px;object-fit:cover}.lm-product-footer{padding:0 18px 18px;display:flex;align-items:center;gap:12px;justify-content:space-between;margin-top:auto}.lm-stock{font-size:13px;color:#16a34a;font-weight:900}.lm-stock-muted{color:#94a3b8}.lm-detail-btn{height:42px;border-radius:14px;background:#0f172a;color:white!important;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-weight:900;transition:.2s}.lm-detail-btn:hover{background:var(--lm-primary)}.lm-blog-section{padding:20px 0 60px}.lm-blog-card{min-height:300px;border-radius:26px;background-size:cover;background-position:center;overflow:hidden;position:relative;display:flex;align-items:flex-end;box-shadow:var(--lm-shadow)}.lm-blog-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(15,23,42,.86))}.lm-blog-card>div{position:relative;padding:24px;color:white}.lm-blog-card h4 a,.lm-blog-card a{color:white}.lm-blog-card p{color:#cbd5e1}.autoComplete_wrapper{width:100%}.autoComplete_wrapper>input{width:100%!important}.storiesWrapper{min-height:90px}.footer,.card{border-radius:20px}
@media(max-width:991px){.lm-hero{grid-template-columns:1fr}.lm-hero-content{padding:34px;min-height:auto}.lm-hero h1{font-size:34px}.lm-swiper img,.swiper img{height:260px}.lm-category-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.lm-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}
@media(max-width:767px){.lm-home{padding:16px 0 40px}.lm-container{padding:0 14px}.lm-hero-content{border-radius:24px;padding:28px}.lm-hero h1{font-size:29px}.lm-hero p{font-size:15px}.lm-hero-card{display:none}.lm-swiper img,.swiper img{height:190px}.lm-section-head h2{font-size:24px}.lm-products-grid{grid-template-columns:1fr 1fr;gap:14px}.lm-product-media{height:180px}.lm-product-body{padding:14px}.lm-product-title{font-size:14px}.lm-product-price strong{font-size:18px}.lm-product-footer{padding:0 14px 14px;display:block}.lm-detail-btn{width:100%;margin-top:10px}.lm-category-grid{grid-template-columns:1fr 1fr;gap:12px}.lm-category-card{display:block;text-align:center;padding:14px}.lm-category-icon{margin:0 auto 10px}.lm-category-card h3{font-size:13px}.lm-category-card p{font-size:12px}}


/* =====================================================
   HEADER CATEGORY ARROW MENU - FINAL
   Aktif dosya: modern.css
   ===================================================== */

.lm-category-menu-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
    max-width:100%;
    padding:0 0 14px;
}

.lm-category-menu-wrap .lm-category-nav{
    flex:1 1 auto;
    min-width:0;
    max-width:100%;
    display:flex!important;
    align-items:center;
    gap:10px;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:0!important;
}

.lm-category-menu-wrap .lm-category-nav::-webkit-scrollbar{
    display:none;
}

.lm-category-menu-wrap .lm-category-nav a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
}

.lm-category-arrow{
    flex:0 0 38px;
    width:38px;
    height:38px;
    border:1px solid #e2e8f0;
    border-radius:999px;
    background:#ffffff;
    color:#0f172a;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:900;
    line-height:1;
    cursor:pointer;
    box-shadow:0 8px 22px rgba(15,23,42,.10);
    transition:.18s ease;
}

.lm-category-arrow:hover{
    background:#0f172a;
    border-color:#0f172a;
    color:#ffffff;
}

@media(max-width:767.98px){
    .lm-category-menu-wrap{
        display:none!important;
    }
}


/* DIRECT STORY CATEGORY LINKS */
.lm-direct-story-links{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:18px;
    flex-wrap:wrap;
    margin:26px 0 30px;
}
.lm-direct-story-item{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    gap:9px;
    text-decoration:none!important;
    color:#0f172a;
    font-size:15px;
    font-weight:600;
    transition:.18s ease;
}
.lm-direct-story-item:hover{
    color:#2563eb;
    transform:translateY(-2px);
}
.lm-direct-story-img{
    width:88px;
    height:88px;
    border-radius:999px;
    padding:4px;
    background:linear-gradient(135deg,#2563eb,#ec4899);
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.lm-direct-story-img img{
    width:78px;
    height:78px;
    border-radius:999px;
    object-fit:cover;
    background:#fff;
    border:3px solid #fff;
}
@media(max-width:767.98px){
    .lm-direct-story-links{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        gap:14px;
        scrollbar-width:none;
    }
    .lm-direct-story-links::-webkit-scrollbar{display:none}
    .lm-direct-story-item{flex:0 0 auto;font-size:13px}
    .lm-direct-story-img{width:72px;height:72px}
    .lm-direct-story-img img{width:62px;height:62px}
}


/* HEADER ARROW VISUAL FIX */
.lm-category-scroll-btn,
.lm-cat-arrow,
.lm-category-arrow {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    flex: 0 0 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #0f172a !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    box-shadow: none !important;
    outline: none !important;
    cursor: pointer !important;
}

.lm-category-scroll-btn:hover,
.lm-cat-arrow:hover,
.lm-category-arrow:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #2563eb !important;
}

.lm-category-scroll,
.lm-category-wrap,
.lm-category-menu-wrap {
    align-items: center !important;
}
