:root{--b:#075fc7;--bd:#074aa0;--accent:#ff9b16;--bg:#f5f8fc;--surface:#fff;--text:#101c31;--m:#66758a;--n:#071c3d;--l:#e2eaf4}*{box-sizing:border-box}body{margin:0;font-family:system-ui;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.top{background:var(--n);color:#fff;padding:8px 5%;display:flex;justify-content:space-between;font-size:12px}header{height:100px;background:var(--surface);display:flex;align-items:center;gap:35px;padding:0 5%;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--l)}.brand{display:flex;align-items:center;font-size:25px}.brand i,.logo{background:var(--b);color:#fff;border-radius:13px;padding:11px;font-style:normal;font-weight:900;margin-right:10px}.brand b{color:var(--b)}.brand small{display:block;font-size:10px}.search{flex:1;border:1px solid var(--l);padding:15px;border-radius:14px;color:#8895a8}.search b{float:right;color:var(--b)}header nav{display:flex;gap:20px;align-items:center;font-size:13px;font-weight:700}.cart{background:#edf5ff;padding:12px;border-radius:12px;color:var(--b)}.cart em{background:#ff9b16;color:#111;border-radius:50%;padding:3px 7px;font-style:normal}.nav{background:linear-gradient(90deg,#0753b3,#0872e5);color:#fff;padding:17px 5%;font-size:13px;font-weight:700;white-space:nowrap;overflow:auto}.hero{width:min(1240px,94%);margin:28px auto 18px;border-radius:22px;background:linear-gradient(100deg,#f6faff,#e8f3ff);padding:50px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero span,.title small{color:var(--b);font-size:12px;font-weight:900}.hero h1{font-size:50px;line-height:1.05;margin:14px 0}.hero em{color:var(--b);font-style:normal}.hero p{color:var(--m);font-size:17px}.hero a,.auth button{display:inline-block;background:var(--b);color:#fff;padding:15px 22px;border-radius:12px;font-weight:800}.bag{height:280px;background:linear-gradient(145deg,#0b72e8,#054ba8);border-radius:35px;color:#fff;font-size:60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.bag b{font-size:25px}.services{width:min(1240px,94%);margin:auto;background:var(--surface);border:1px solid var(--l);border-radius:16px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr)}.services span{display:grid;grid-template-columns:auto 1fr;gap:3px 10px}.services small{grid-column:2;color:var(--m)}.page{width:min(1240px,94%);margin:38px auto 100px}.title{display:flex;justify-content:space-between;align-items:end;margin:35px 0 16px}.title h2{margin:3px 0}.title a{color:var(--b);font-weight:800}.cats{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.cats div{height:120px;background:var(--surface);border:1px solid var(--l);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:12px;text-align:center}.cats span{font-size:38px}.row{display:grid;grid-auto-flow:column;grid-auto-columns:205px;gap:14px;overflow-x:auto;padding-bottom:15px}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}article{background:var(--surface);border:1px solid var(--l);border-radius:18px;overflow:hidden;position:relative;min-height:320px}.fav{position:absolute;right:11px;top:11px;border:1px solid var(--l);background:var(--surface);border-radius:50%;width:36px;height:36px;color:#b9c4d2}.fav.on{color:#e62f5d;background:#fff0f4}.pic{height:175px;padding:18px}.pic img{width:100%;height:100%;object-fit:contain}.body{padding:15px}.body small,.body span{color:var(--m);font-size:12px}.body h3{font-size:15px;min-height:37px;margin:6px 0}.body footer{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.body footer b{color:var(--b);font-size:18px}.body footer button{width:42px;height:42px;border:0;border-radius:13px;background:var(--b);color:#fff;font-size:27px}.auth{min-height:70vh;display:grid;place-items:center}.box,.panel{background:var(--surface);border:1px solid var(--l);border-radius:20px;padding:32px;box-shadow:0 14px 38px #143f7817}.box{width:min(450px,92%);text-align:center}.box form{text-align:left}.box label{display:block;font-weight:700;margin:14px 0}.box input{width:100%;padding:13px;border:1px solid var(--l);border-radius:10px;margin-top:6px}.box button{width:100%;border:0}.err{color:#a22}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stats div{background:var(--surface);border-radius:16px;padding:22px}.stats b{display:block;color:var(--b);font-size:32px}.line{display:flex;justify-content:space-between}.total{font-size:21px}.empty{background:var(--surface);padding:50px;text-align:center;border:1px dashed #aac4e5;border-radius:18px}#toast{position:fixed;left:50%;bottom:80px;transform:translate(-50%,20px);opacity:0;background:#10203a;color:#fff;padding:12px 17px;border-radius:11px;z-index:99;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}#toast.err{background:#a22}.mobile{display:none}@media(max-width:900px){header{height:78px;padding:0 3%}.search{position:absolute;top:78px;left:3%;right:3%;background:var(--surface);z-index:2}header nav a:not(.cart){display:none}.nav{margin-top:65px}.hero{grid-template-columns:1fr;padding:28px}.bag{display:none}.cats{grid-template-columns:repeat(4,1fr)}.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){body{padding-bottom:65px}.top span:last-child{display:none}.brand{font-size:19px}.hero h1{font-size:36px}.services{grid-template-columns:1fr 1fr;gap:16px}.cats div{height:100px}.row{grid-auto-columns:170px}.grid{grid-template-columns:repeat(2,1fr)}.mobile{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--l);z-index:50;padding:8px}.mobile a{display:flex;flex-direction:column;align-items:center;color:var(--b)}.mobile small{font-size:10px}.stats{grid-template-columns:1fr 1fr}}
.notice{width:min(900px,94%);margin:14px auto;padding:13px 16px;border-radius:12px}.notice.ok{background:#e8f7ee;color:#176b39}.notice.bad{background:#fdecec;color:#a12626}.side{position:fixed;left:0;top:0;bottom:0;width:245px;background:#071c3d;color:#dce8f8;padding:22px 14px;display:flex;flex-direction:column;gap:7px;z-index:50}.side>a{padding:13px;border-radius:10px}.side>a:hover{background:var(--b);color:#fff}.side .brand{margin-bottom:18px;color:#fff}.admin-main{margin-left:245px;padding:30px;min-height:100vh}.admin-grid{display:grid;grid-template-columns:390px 1fr;gap:20px}.form label{display:block;font-weight:700;margin:12px 0}.form input,.form select,.form textarea{width:100%;padding:11px;border:1px solid var(--l);border-radius:9px;margin-top:6px;background:#fff}.form textarea{min-height:90px}.form .check{display:flex;gap:8px;align-items:center}.form .check input{width:auto;margin:0}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.primary{background:var(--b);color:#fff;border:0;padding:13px 18px;border-radius:10px;font-weight:800;cursor:pointer}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--l);font-size:13px}.thumb{width:45px;height:45px;object-fit:cover;border-radius:8px;vertical-align:middle;margin-right:8px}.muted{color:var(--m)}.cats img{width:58px;height:58px;object-fit:cover;border-radius:13px}.banner{display:block;min-height:170px;border-radius:20px;overflow:hidden;background:linear-gradient(120deg,var(--bd),var(--b));color:#fff;display:grid;place-items:center;font-size:32px}.banner img{width:100%;height:100%;max-height:330px;object-fit:cover}.home-section{margin-top:10px;margin-bottom:20px}
@media(max-width:900px){.side{position:static;width:auto;flex-direction:row;overflow:auto}.admin-main{margin-left:0;padding:18px}.admin-grid{grid-template-columns:1fr}}

/* V3: tema ayarları ve mobil ürün vitrini */
.nav{background:linear-gradient(90deg,var(--bd),var(--b))}.cart em{background:var(--accent)}
.quick-add{position:absolute;right:10px;top:10px;width:38px;height:38px;border:1px solid var(--l);border-radius:11px;background:var(--surface);color:var(--b);font-size:25px;line-height:1;z-index:3;box-shadow:0 6px 16px #1232;cursor:pointer}.fav{left:10px;right:auto;opacity:0;transition:.2s}.product-card:hover .fav{opacity:1}.body .price{display:block;color:var(--b);font-size:18px;margin:5px 0}.body h3{margin:3px 0}.product-card .body footer{display:none}.theme-presets{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.theme-presets button{border:1px solid var(--l);background:var(--surface);padding:9px 13px;border-radius:9px;cursor:pointer}.color-input{display:flex;align-items:center;gap:12px;margin-top:6px}.color-input input{width:62px!important;height:42px;padding:2px!important}.color-input code{color:var(--m)}.theme-preview{background:var(--bg)}.preview-header{background:var(--b);color:#fff;padding:18px;border-radius:14px;font-size:22px;font-weight:900}.preview-card{position:relative;background:var(--surface);border:1px solid var(--l);border-radius:16px;padding:22px;margin-top:18px;display:grid;gap:7px}.preview-card .preview-image{font-size:60px;text-align:center}.preview-card strong{color:var(--b)}.preview-card button{position:absolute;right:12px;top:12px;background:var(--b);color:#fff;border:0;width:38px;height:38px;border-radius:10px;font-size:23px}
@media(max-width:600px){
 .home-section .product-grid,.page>.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;overflow:visible}
 .home-section .product-card,.page>.product-grid .product-card{min-height:245px;border-radius:13px}
 .home-section .pic,.page>.product-grid .pic{height:125px;padding:12px 8px 4px}
 .home-section .body,.page>.product-grid .body{padding:7px 6px 11px;text-align:center}
 .home-section .body small,.page>.product-grid .body small{display:none}
 .home-section .body .price,.page>.product-grid .body .price{font-size:15px;margin:4px 0;color:var(--b)}
 .home-section .body h3,.page>.product-grid .body h3{font-size:12px;line-height:1.25;min-height:30px;margin:3px 0}
 .home-section .body span,.page>.product-grid .body span{font-size:11px}
 .home-section .quick-add,.page>.product-grid .quick-add{width:34px;height:34px;font-size:22px;right:6px;top:6px}
 .home-section .fav,.page>.product-grid .fav{display:none}
 .home-section .title{margin-bottom:12px}
}
@media(max-width:360px){.home-section .product-grid,.page>.product-grid{gap:6px}.home-section .product-card,.page>.product-grid .product-card{min-height:225px}.home-section .pic,.page>.product-grid .pic{height:110px}}


/* V3 restore: all homepage category product sections use the same mobile grid as Favorites */
@media(max-width:600px){
  .home-section .row,
  .home-section .grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-flow:row !important;
    grid-auto-columns:auto !important;
    gap:9px !important;
    overflow:visible !important;
    padding-bottom:0 !important;
  }

  .home-section article{
    width:auto !important;
    min-width:0 !important;
    min-height:240px;
  }

  .home-section .pic{
    height:122px;
    padding:10px 7px 3px;
  }

  .home-section .body{
    padding:7px 6px 10px;
    text-align:center;
  }

  .home-section .body > small{
    display:none;
  }

  .home-section .body h3{
    font-size:12px;
    line-height:1.25;
    min-height:30px;
    margin:3px 0;
  }

  .home-section .body span{
    font-size:10px;
  }

  .home-section .body footer{
    justify-content:center;
    margin-top:5px;
  }

  .home-section .body footer b{
    font-size:15px;
  }

  .home-section .body footer button{
    position:absolute;
    right:6px;
    top:6px;
    width:34px;
    height:34px;
    font-size:22px;
  }

  .home-section .fav{
    display:none;
  }
}


/* V3.3 Adres ve teslimat modülü */
.address-layout{display:grid;grid-template-columns:minmax(340px,460px) 1fr;gap:22px;align-items:start}
.address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.address-card{min-height:auto;padding:20px}
.address-card h3{margin:0 0 8px;color:var(--b)}
.address-card p{color:var(--m);line-height:1.55}
.default-badge{display:inline-block;background:color-mix(in srgb,var(--b) 12%,white);color:var(--b);padding:5px 9px;border-radius:20px;font-size:11px;font-weight:800;margin-bottom:8px}
.inline{display:inline}
.inline button,.link-danger{border:0;background:none;cursor:pointer}
.danger,.link-danger{color:#b4232f;font-weight:750}
@media(max-width:850px){.address-layout{grid-template-columns:1fr}.address-list{grid-template-columns:1fr}}


/* V3.4 Sipariş sistemi */
.button-link{display:inline-block;text-align:center}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:22px;align-items:start}
.checkout-layout>.panel,.checkout-layout>div>.panel{margin-bottom:18px}
.order-summary{position:sticky;top:118px}
.checkout-addresses,.payment-methods{display:grid;gap:10px;margin:12px 0 18px}
.select-card{display:flex!important;gap:12px;align-items:flex-start;border:1px solid var(--l);border-radius:13px;padding:14px;margin:0!important;cursor:pointer;background:var(--surface)}
.select-card:has(input:checked){border-color:var(--b);box-shadow:0 0 0 2px color-mix(in srgb,var(--b) 15%,transparent)}
.select-card input{width:auto!important;margin:4px 0 0!important}
.select-card span{display:flex;flex-direction:column;gap:3px}
.select-card small,.select-card em{font-size:12px;color:var(--m);font-style:normal}
.select-card.disabled{opacity:.55}
.order-list{display:grid;gap:12px}
.order-card{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;background:var(--surface);border:1px solid var(--l);border-radius:15px;padding:18px}
.order-card div{display:flex;flex-direction:column;gap:4px}.order-card small{color:var(--m)}
.status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:20px;font-size:12px;font-weight:800;background:#eef2f7;color:#435267}
.status-pending{background:#fff4cf;color:#8a6100}.status-confirmed{background:#e7f1ff;color:#075fc7}.status-preparing{background:#f2eaff;color:#6b35aa}.status-out_for_delivery{background:#e4f8f0;color:#167657}.status-delivered{background:#e5f6e5;color:#28752d}.status-cancelled{background:#ffe8e8;color:#a82828}
.tracking{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:20px 0 28px}
.tracking div{text-align:center;position:relative;color:var(--m)}
.tracking div:before{content:"";position:absolute;height:4px;background:var(--l);left:-50%;right:50%;top:16px;z-index:0}.tracking div:first-child:before{display:none}
.tracking span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--l);margin:auto;position:relative;z-index:1;font-weight:800}
.tracking b{display:block;font-size:12px;margin-top:8px}.tracking .done{color:var(--b)}.tracking .done span,.tracking .done:before{background:var(--b);color:#fff}
.history-item{border-left:3px solid var(--b);padding:5px 0 10px 13px;margin:10px 0}.history-item small{display:block;color:var(--m);margin-top:3px}.history-item p{margin:5px 0}
@media(max-width:850px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.tracking{overflow-x:auto;grid-template-columns:repeat(5,120px)}}
@media(max-width:600px){.order-card{grid-template-columns:1fr auto}.order-card strong{grid-column:1/-1}.checkout-layout{gap:12px}}


/* V3.4.1 - Sipariş takip çubuğu */
.order-tracker{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:24px 0 32px;background:var(--surface);border:1px solid var(--l);border-radius:18px;padding:24px 18px;box-shadow:0 10px 30px rgba(20,60,110,.06)}
.order-tracker-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}
.order-tracker-line{position:absolute;top:22px;left:-50%;width:100%;height:5px;background:#dfe7f1;z-index:0}
.order-tracker-step:first-child .order-tracker-line{display:none}
.order-tracker-circle{position:relative;z-index:1;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#e8eef6;color:#7c8ba0;border:3px solid #fff;box-shadow:0 0 0 2px #dfe7f1;font-weight:900;font-size:17px}
.order-tracker-copy{margin-top:12px;display:flex;flex-direction:column;gap:4px;min-height:50px}
.order-tracker-copy b{font-size:13px;line-height:1.2;color:#5f6f84}
.order-tracker-copy small{font-size:10px;color:#9aa7b7}
.order-tracker-step.completed .order-tracker-line,.order-tracker-step.current .order-tracker-line{background:var(--b)}
.order-tracker-step.completed .order-tracker-circle{background:var(--b);color:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--b) 30%,white)}
.order-tracker-step.completed .order-tracker-copy b{color:var(--b)}
.order-tracker-step.current .order-tracker-circle{background:#fff;color:var(--b);box-shadow:0 0 0 4px color-mix(in srgb,var(--b) 20%,white),0 8px 20px color-mix(in srgb,var(--b) 25%,transparent);border-color:var(--b);transform:scale(1.12)}
.order-tracker-step.current .order-tracker-copy b{color:var(--b);font-size:14px}
.order-tracker-step.current .order-tracker-copy small{color:var(--b);font-weight:800}
.order-tracker-step.upcoming{opacity:.72}
.status-panel{border-left:5px solid var(--b)}
@media(max-width:700px){
 .order-tracker{display:flex;overflow-x:auto;gap:0;padding:20px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
 .order-tracker-step{flex:0 0 132px;scroll-snap-align:start}
 .order-tracker-line{left:-50%;width:100%}
 .order-tracker-circle{width:42px;height:42px}
 .order-tracker-copy b{font-size:12px}
}


/* V3.4.2 — kapsamlı mobil ve WebView uyumluluğu */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body{overflow-x:hidden;min-height:100dvh}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
input,select,textarea{font-size:16px}
img{max-width:100%}
.mobile-bottom-nav{display:none}

/* Tablet */
@media(max-width:900px){
  .top{padding-left:16px;padding-right:16px}
  header{gap:12px;padding-left:16px;padding-right:16px}
  .brand{flex:0 0 auto}
  .brand span{white-space:nowrap}
  .search{box-shadow:0 8px 24px rgba(18,50,90,.08)}
  .side{
    position:sticky;
    top:0;
    width:100%;
    min-height:auto;
    max-width:100vw;
    padding:10px 12px;
    flex-direction:row;
    align-items:center;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  .side::-webkit-scrollbar{display:none}
  .side .brand{display:none}
  .side>a{flex:0 0 auto;padding:10px 13px;background:rgba(255,255,255,.06);white-space:nowrap}
  .admin-main{margin-left:0;padding:18px;min-width:0}
  .admin-main h1{font-size:27px}
  .admin-grid{grid-template-columns:1fr}
  .panel{padding:22px}
  .table-wrap{max-width:100%;overflow:auto}
}

/* Telefon */
@media(max-width:700px){
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .top{min-height:34px;padding:8px 12px;font-size:11px}
  header{
    height:70px;
    padding:0 12px;
    gap:8px;
    position:sticky;
    top:0;
  }
  .brand{font-size:18px;min-width:0}
  .brand i{padding:9px;margin-right:7px;border-radius:11px}
  .brand small{font-size:8px}
  header nav{margin-left:auto;gap:6px}
  header nav .cart{padding:9px;font-size:0}
  header nav .cart::before{content:"🛒";font-size:19px}
  header nav .cart em{font-size:10px;margin-left:3px}
  .search{
    top:70px;
    left:10px;
    right:10px;
    padding:12px 14px;
    border-radius:12px;
    font-size:13px;
  }
  .nav{
    margin-top:58px;
    padding:13px 12px;
    font-size:12px;
    scroll-snap-type:x proximity;
  }
  .hero{width:calc(100% - 20px);margin-top:12px;padding:24px 18px;border-radius:17px}
  .hero h1{font-size:33px}
  .hero p{font-size:14px;line-height:1.55}
  .services{width:calc(100% - 20px);padding:14px 12px;gap:12px;font-size:12px}
  .services b{font-size:11px}
  .services small{font-size:9px}
  .page{width:calc(100% - 20px);margin-top:24px;margin-bottom:28px}
  .title{margin:22px 0 14px;align-items:center;gap:10px}
  .title h1,.title h2{font-size:24px}
  .title>a{font-size:12px}
  .box,.panel{padding:17px;border-radius:15px}
  .two{grid-template-columns:1fr}
  .form label{margin:10px 0;font-size:13px}
  .form input,.form select,.form textarea{min-height:46px;padding:12px;font-size:16px}
  .primary,.button-link{min-height:47px;padding:13px 16px;display:flex;align-items:center;justify-content:center}
  .empty{padding:35px 18px}
  .line{gap:12px;align-items:flex-start;font-size:13px}
  .line span{min-width:0;overflow-wrap:anywhere}
  .line b{white-space:nowrap}

  /* Mobil alt gezinme */
  .mobile-bottom-nav{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:80;
    min-height:68px;
    padding:7px 5px calc(7px + env(safe-area-inset-bottom));
    background:color-mix(in srgb,var(--surface) 96%,transparent);
    border-top:1px solid var(--l);
    box-shadow:0 -8px 25px rgba(17,45,80,.10);
    backdrop-filter:blur(14px);
  }
  .mobile-bottom-nav a{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:3px;
    min-width:0;
    color:var(--m);
  }
  .mobile-bottom-nav a span{font-size:21px;line-height:1}
  .mobile-bottom-nav a small{font-size:9px;font-weight:750;white-space:nowrap}
  .mobile-bottom-nav a:active{color:var(--b);transform:scale(.96)}
  .mobile-bottom-nav em{
    position:absolute;
    top:0;
    left:calc(50% + 7px);
    min-width:18px;height:18px;
    display:grid;place-items:center;
    padding:0 4px;
    border-radius:20px;
    background:var(--accent);
    color:#111;
    font-size:9px;
    font-style:normal;
    font-weight:900;
  }

  /* Sipariş ve ödeme */
  .checkout-layout{grid-template-columns:1fr;gap:12px}
  .order-summary{position:static}
  .select-card{padding:13px 11px}
  .order-card{grid-template-columns:1fr auto;padding:14px;gap:8px}
  .order-card strong{grid-column:1/-1;color:var(--b);font-size:18px}
  .status{font-size:10px;padding:5px 8px}
  .address-card{padding:16px}
  .address-card p{font-size:13px;overflow-wrap:anywhere}
  .tracking,.order-tracker{margin-left:-4px;margin-right:-4px}

  /* Admin panel mobil */
  .admin-main{padding:13px 10px 30px}
  .admin-main h1{font-size:23px;margin-top:8px}
  .admin-head{align-items:flex-start;gap:10px}
  .stats{grid-template-columns:1fr 1fr;gap:9px}
  .stats div{padding:14px}
  .stats b{font-size:25px}
  .admin-grid{gap:12px}
  .admin-main .panel{padding:15px}
  .admin-main .panel h2{font-size:18px}
  .thumb{width:55px;height:55px}

  /* Admin tablolarını kart görünümüne dönüştür */
  .admin-main .table-wrap{overflow:visible;padding:0;background:transparent;border:0;box-shadow:none}
  .admin-main table.mobile-card-table,
  .admin-main table.mobile-card-table tbody,
  .admin-main table.mobile-card-table tr,
  .admin-main table.mobile-card-table td{display:block;width:100%}
  .admin-main table.mobile-card-table thead{display:none}
  .admin-main table.mobile-card-table tr{
    margin-bottom:11px;
    padding:12px 13px;
    background:var(--surface);
    border:1px solid var(--l);
    border-radius:14px;
    box-shadow:0 7px 20px rgba(15,55,100,.06);
  }
  .admin-main table.mobile-card-table td{
    display:grid;
    grid-template-columns:minmax(90px,38%) 1fr;
    gap:9px;
    align-items:center;
    padding:7px 0;
    border:0;
    font-size:13px;
    overflow-wrap:anywhere;
  }
  .admin-main table.mobile-card-table td::before{
    content:attr(data-label);
    color:var(--m);
    font-size:10px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.04em;
  }
  .admin-main table.mobile-card-table td:last-child{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    padding-top:11px;
    margin-top:5px;
    border-top:1px solid var(--l);
  }
  .admin-main table.mobile-card-table td:last-child::before{display:none}
  .admin-main table.mobile-card-table td:last-child a,
  .admin-main table.mobile-card-table td:last-child button{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 11px;
    border-radius:9px;
    background:color-mix(in srgb,var(--b) 10%,white);
    color:var(--b);
  }
}

/* Çok küçük telefon */
@media(max-width:370px){
  .brand span{display:none}
  .cats{grid-template-columns:repeat(3,1fr)}
  .home-section .row,.home-section .grid,.page>.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mobile-bottom-nav a small{font-size:8px}
  .services{grid-template-columns:1fr 1fr}
}

/* WebView klavye ve güvenli alan */
@supports(height:100dvh){
  .auth{min-height:calc(100dvh - 170px)}
}


/* V3.5 Kuponlar, dashboard ve bildirimler */
.admin-badge{margin-left:auto;min-width:22px;height:22px;padding:0 6px;border-radius:20px;display:inline-grid;place-items:center;background:var(--accent);color:#111;font-style:normal;font-size:10px;font-weight:900}
.notification-shortcut{background:color-mix(in srgb,var(--accent) 22%,white);padding:10px 13px;border-radius:12px;font-weight:800}
.notification-list{display:grid;gap:11px}
.notification-item{display:flex;justify-content:space-between;gap:18px;padding:17px;background:var(--surface);border:1px solid var(--l);border-radius:14px}
.notification-item.unread{border-left:5px solid var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--surface))}
.notification-item p{margin:5px 0;color:var(--m)}.notification-item small{color:var(--m)}.notification-item>div:last-child{display:flex;align-items:center;gap:8px}
.notification-item button{border:0;background:color-mix(in srgb,var(--b) 10%,white);color:var(--b);padding:8px 11px;border-radius:9px;font-weight:750}
.coupon-box{padding:15px;border:1px dashed color-mix(in srgb,var(--b) 45%,var(--l));border-radius:13px;background:color-mix(in srgb,var(--b) 4%,var(--surface));margin:15px 0}
.coupon-box h3{margin:0 0 10px}.coupon-entry{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-entry input{min-width:0}.coupon-entry button{border:0;border-radius:10px;padding:0 16px;background:var(--b);color:#fff;font-weight:800}
.coupon-success{color:#26782f;font-weight:700}.coupon-error{color:#b4232f;font-weight:700}.coupon-discount-row{color:#26782f}
@media(max-width:700px){.notification-item{flex-direction:column}.notification-item>div:last-child{justify-content:flex-start}.notification-shortcut{font-size:12px}.coupon-entry{grid-template-columns:1fr}.coupon-entry button{min-height:44px}}


/* V3.6 Finans */
.finance-filter{display:flex;gap:8px;align-items:center}
.finance-filter input{min-height:43px;padding:9px 11px;border:1px solid var(--l);border-radius:10px;background:var(--surface);color:var(--text)}
.finance-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
.finance-type{display:inline-flex;padding:5px 9px;border-radius:18px;font-size:11px;font-weight:850}
.finance-type.income{background:#e5f6e9;color:#267932}
.finance-type.expense{background:#ffe9e9;color:#ad2f37}
.positive{color:#267932!important}.negative{color:#b4232f!important}

/* V3.6 Mobil ana sayfa: hero ve hizmet şeridi gizlenir, kategoriler ilk gelir */
@media(max-width:700px){
  body:not(.admin-body) .hero,
  body:not(.admin-body) .services,
  #vitrin{display:none!important}

  main > .home-section-categories{
    margin-top:10px;
    padding-top:0;
  }

  .home-section-categories .title{
    display:none!important;
  }

  .home-section-categories .cats{
    margin-top:0;
  }

  .home-section-categories .cats div{
    min-height:103px;
  }

  .finance-filter{width:100%}
  .finance-filter input{flex:1}
  .finance-stats{grid-template-columns:1fr 1fr}
}


/* V3.7 — Admin yan menü kaydırma */
.side{
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.28) transparent;
  padding-bottom:28px;
}
.side::-webkit-scrollbar{width:7px}
.side::-webkit-scrollbar-track{background:transparent}
.side::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:20px}
.side::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.4)}
.side>a{flex-shrink:0}

/* V3.7 — Stok ve maliyet */
.stock-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.stock-product-list{display:grid;gap:8px;max-height:470px;overflow:auto}
.stock-product-list>div{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:11px 12px;border:1px solid var(--l);border-radius:11px}
.stock-product-list>div small{grid-column:1/-1;color:var(--m)}
.stock-product-list>div.low{border-color:#e7aa35;background:#fff8e8}
.stock-type{display:inline-flex;padding:5px 8px;border-radius:18px;font-size:10px;font-weight:850;white-space:nowrap}
.stock-purchase,.stock-adjustment_in,.stock-return_in{background:#e6f7eb;color:#247533}
.stock-sale{background:#e7f1ff;color:#075fc7}
.stock-adjustment_out,.stock-waste{background:#ffe9e9;color:#a92b35}
.stock-filter{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.stock-filter select{min-height:42px;padding:8px 10px;border:1px solid var(--l);border-radius:9px;background:var(--surface)}
@media(max-width:900px){
  .side{
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:10px;
  }
}
@media(max-width:700px){
  .stock-stats{grid-template-columns:1fr}
  .stock-filter{width:100%}
  .stock-filter select,.stock-filter button{width:100%}
}


/* V3.8 — Kategori, arama ve ürün detay */
.search-form{padding:0!important}
.search-form input{flex:1;border:0;outline:0;padding:15px;background:transparent;min-width:0;color:var(--text)}
.search-form button{width:54px;border:0;background:var(--b);color:#fff;font-size:23px;cursor:pointer}
.nav a{color:#fff;flex:0 0 auto}
.cats .category-link{height:120px;background:var(--surface);border:1px solid var(--l);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:12px;text-align:center;transition:.2s}
.cats .category-link:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(20,60,100,.10);border-color:color-mix(in srgb,var(--b) 35%,var(--l))}
.cats .category-link img{width:72px;height:64px;object-fit:contain}
.cats .category-link span{font-size:38px}
.product-link{display:block;color:inherit;height:100%}
.catalog-hero{display:flex;align-items:center;gap:18px;padding:22px;background:linear-gradient(120deg,color-mix(in srgb,var(--b) 8%,var(--surface)),var(--surface));border:1px solid var(--l);border-radius:18px;margin-bottom:16px}
.catalog-hero>img{width:100px;height:100px;object-fit:contain;border-radius:14px;background:#fff}
.catalog-hero>span{width:100px;height:100px;display:grid;place-items:center;font-size:55px;background:#fff;border-radius:14px}
.catalog-hero h1{margin:3px 0 4px}.catalog-hero p{margin:0;color:var(--m)}
.catalog-tools{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin:0 0 18px}
.catalog-tools label{display:flex;align-items:center;gap:8px;font-weight:700}
.catalog-tools select{min-height:42px;padding:8px 11px;border:1px solid var(--l);border-radius:10px;background:var(--surface);color:var(--text)}
.product-detail-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:35px;background:var(--surface);border:1px solid var(--l);border-radius:22px;padding:32px}
.product-detail-image{display:grid;place-items:center;min-height:420px;background:linear-gradient(#fff,var(--bg));border-radius:18px}
.product-detail-image img{width:100%;height:400px;object-fit:contain}
.product-detail-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.product-detail-info h1{font-size:38px;margin:10px 0}.breadcrumb{color:var(--b);font-weight:800}.detail-unit{color:var(--m);margin-bottom:18px}.product-detail-info del{color:var(--m);font-size:18px}.detail-price{font-size:34px;color:var(--b);margin:3px 0 12px}
.stock-state{padding:7px 11px;border-radius:20px;font-weight:800;font-size:12px}.stock-state.available{background:#e7f7eb;color:#247b32}.stock-state.unavailable{background:#ffe8e8;color:#a52b34}
.detail-description{line-height:1.7;color:var(--m);margin:12px 0 22px}.detail-actions{display:flex;gap:10px;width:100%}.detail-add,.detail-favorite{min-height:50px;padding:13px 20px;border-radius:12px;font-weight:850;cursor:pointer}.detail-favorite{border:1px solid var(--l);background:var(--surface);color:var(--text)}.detail-favorite.on{color:#e62f5d;background:#fff0f4}
@media(max-width:800px){.product-detail-grid{grid-template-columns:1fr;padding:18px;gap:16px}.product-detail-image{min-height:280px}.product-detail-image img{height:260px}.product-detail-info h1{font-size:29px}.catalog-tools{justify-content:flex-start;flex-wrap:wrap}}
@media(max-width:700px){.catalog-hero{padding:14px}.catalog-hero>img,.catalog-hero>span{width:72px;height:72px}.catalog-hero>span{font-size:38px}.catalog-hero h1{font-size:23px}.catalog-tools{display:grid;grid-template-columns:1fr}.catalog-tools label{justify-content:space-between}.catalog-tools select{max-width:62%}.product-detail-grid{border-radius:16px}.detail-actions{display:grid}.detail-price{font-size:28px}.cats .category-link{height:103px}.cats .category-link img{width:58px;height:50px}.cats .category-link span{font-size:31px}}

/* V3.9 — Kategori kart görünürlüğü ve gelişmiş sepet */
.product-card{display:flex;flex-direction:column;min-width:0}
.product-image-link{display:block;flex:0 0 auto}
.product-name-link{display:block;color:inherit}
.product-card .body{display:flex;flex-direction:column;flex:1;min-height:0}
.product-card .body .price{order:1}
.product-card .body .product-name-link{order:2}
.product-card .body>span{order:3}
.product-card .pic.image-missing:after{content:'Görsel yok';display:grid;place-items:center;width:100%;height:100%;color:var(--m);font-size:12px;background:var(--bg);border-radius:12px}
.catalog-page .product-grid{align-items:stretch}
.catalog-page .product-card{min-height:320px}
.catalog-page .product-card .quick-add{display:grid!important;place-items:center}
.catalog-page .product-card .body{visibility:visible!important;opacity:1!important}

.cart-items{display:grid;gap:0;padding-top:8px;padding-bottom:8px}
.cart-row{display:grid;grid-template-columns:82px minmax(0,1fr) auto 110px;align-items:center;gap:16px;min-height:auto;padding:16px 4px;border:0;border-bottom:1px solid var(--l);border-radius:0;background:transparent;overflow:visible}
.cart-row:last-child{border-bottom:0}
.cart-row img{width:78px;height:78px;object-fit:contain;border-radius:12px;background:#fff}
.cart-product-info{display:flex;flex-direction:column;gap:5px;min-width:0}
.cart-product-info b{font-size:15px}.cart-product-info small{color:var(--m)}
.cart-remove{width:max-content;border:0;background:none;padding:0;color:#b4232f;font-size:12px;font-weight:750;cursor:pointer}
.quantity-control{display:grid;grid-template-columns:38px 42px 38px;align-items:center;border:1px solid var(--l);border-radius:12px;overflow:hidden;background:var(--surface)}
.quantity-control button{width:38px;height:40px;border:0;background:color-mix(in srgb,var(--b) 8%,var(--surface));color:var(--b);font-size:22px;cursor:pointer}
.quantity-control button:disabled{opacity:.45;cursor:wait}
.quantity-control strong{text-align:center;font-size:14px}
.cart-line-total{text-align:right;color:var(--b);font-size:17px;white-space:nowrap}
.cart-row.removing{opacity:.45;transform:scale(.99)}

@media(max-width:760px){
 .cart-row{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;padding:13px 0}
 .cart-row img{width:60px;height:60px}
 .quantity-control{grid-column:2;justify-self:start;margin-top:6px}
 .cart-line-total{grid-column:3;grid-row:1 / span 2;align-self:center;font-size:15px}
 .cart-product-info b{font-size:13px}
 .catalog-page .product-card{min-height:245px}
}


/* V3.10 — kategori render fix ve markalar */
.no-image{width:100%;height:100%;display:grid;place-items:center;color:var(--m);background:var(--bg);border-radius:12px;font-size:12px}
.brand-thumb{width:62px;height:40px;object-fit:contain;background:#fff;border:1px solid var(--l);border-radius:8px;padding:4px}
.brand-logo-preview{display:grid;place-items:center;padding:16px;background:var(--bg);border:1px solid var(--l);border-radius:12px;margin:10px 0}
.brand-logo-preview img{max-width:180px;max-height:80px;object-fit:contain}
.catalog-page .product-card,
.catalog-page .product-card *{visibility:visible}
.catalog-page .product-card .pic,
.catalog-page .product-card .body{display:flex}
.catalog-page .product-card .pic{align-items:center;justify-content:center}
.catalog-page .product-card .body{flex-direction:column}
@media(max-width:700px){.catalog-tools{grid-template-columns:1fr}.catalog-tools label{width:100%}.catalog-tools select{max-width:65%}}


/* V3.11 Slider ve banner yönetimi */
.slider-preview{margin:10px 0;padding:10px;background:var(--bg);border:1px solid var(--l);border-radius:12px}
.slider-preview img{width:100%;max-height:220px;object-fit:contain;border-radius:8px}
.slider-thumb{width:110px;height:60px;object-fit:cover;border-radius:8px;border:1px solid var(--l)}
.managed-slider{position:relative;width:min(1240px,94%);height:430px;margin:28px auto 18px;border-radius:24px;overflow:hidden;background:#071c3d}
.slider-track,.managed-slide{width:100%;height:100%}
.managed-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;pointer-events:none;transition:opacity .45s ease}
.managed-slide.active{opacity:1;pointer-events:auto}
.managed-slide-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:65px;color:#fff;max-width:660px}
.managed-slide-content h1{font-size:48px;line-height:1.05;margin:0 0 16px}
.managed-slide-content p{font-size:18px;line-height:1.6;margin:0 0 24px}
.managed-slide-content a{display:inline-flex;padding:14px 21px;border-radius:12px;background:var(--b);color:#fff;font-weight:850}
.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:var(--b);font-size:32px;cursor:pointer;z-index:3}
.slider-prev{left:16px}.slider-next{right:16px}
.slider-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:7px;z-index:3}
.slider-dots button{width:9px;height:9px;border:0;border-radius:20px;background:rgba(255,255,255,.55);padding:0}
.slider-dots button.active{width:28px;background:#fff}
.managed-banners{width:min(1240px,94%);margin:18px auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.managed-banners a{display:block;border-radius:18px;overflow:hidden}
.managed-banners img{width:100%;height:190px;object-fit:cover;display:block}
.managed-banners:has(a:only-child){grid-template-columns:1fr}
.managed-banners:has(a:only-child) img{height:auto;max-height:320px}
@media(max-width:700px){
  .managed-slider{display:none!important}
  .managed-banners{grid-template-columns:1fr;width:calc(100% - 20px);gap:10px}
  .managed-banners img{height:auto;max-height:170px}
}


/* V3.12 — bildirim ayarları ve yazdırma */
.settings-submit{width:100%;margin:18px 0}
.test-buttons{display:flex;gap:10px;flex-wrap:wrap}
.notification-log-list{display:grid;gap:8px;max-height:330px;overflow:auto}
.notification-log-list>div{display:grid;grid-template-columns:auto 1fr;gap:3px 9px;padding:10px;border:1px solid var(--l);border-radius:10px}
.notification-log-list small{grid-column:2;color:var(--m)}
.log-status{padding:4px 7px;border-radius:14px;font-size:9px;font-weight:850;align-self:start}
.log-status.success{background:#e6f7eb;color:#247533}.log-status.failed{background:#ffe9e9;color:#aa2c35}
.admin-order-actions{display:flex;align-items:center;gap:10px}
.print-link{display:inline-flex;padding:9px 12px;background:color-mix(in srgb,var(--b) 10%,white);color:var(--b);border-radius:10px;font-weight:800}
@media(max-width:700px){.admin-order-actions{width:100%;justify-content:space-between}.test-buttons{display:grid}.test-buttons form,.test-buttons button{width:100%}}


/* V3.13 — ödeme yöntemleri */
.provider-select{display:block!important;padding:13px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
.provider-select select{width:100%;min-height:44px;margin-top:7px;padding:9px;border:1px solid var(--l);border-radius:9px;background:var(--surface)}
.bank-transfer-info{margin-top:14px;padding:14px;border:1px dashed color-mix(in srgb,var(--b) 35%,var(--l));border-radius:12px;background:color-mix(in srgb,var(--b) 4%,var(--surface))}
.bank-transfer-info h3{margin:0 0 10px}
.bank-transfer-info>div{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:9px 0;border-bottom:1px solid var(--l)}
.bank-transfer-info>div:last-child{border-bottom:0}
.bank-transfer-info span{color:var(--m);font-size:12px}
.bank-transfer-info code{grid-column:1/-1;font-size:13px;overflow-wrap:anywhere}

.bank-transfer-info>p{margin:0 0 8px}.bank-transfer-info>div small{grid-column:1/-1;color:var(--m);font-size:11px}
@media(max-width:700px){.bank-transfer-info>div{grid-template-columns:1fr}.bank-transfer-info code{grid-column:auto}}


/* V3.14 — müşteri ve personel yönetimi */
.customer-search{display:flex;gap:8px;align-items:center}
.customer-search input{min-height:43px;padding:9px 12px;border:1px solid var(--l);border-radius:10px;background:var(--surface)}
.customer-status{display:inline-flex;padding:5px 9px;border-radius:18px;font-size:10px;font-weight:850}
.customer-status.active{background:#e6f7eb;color:#247533}.customer-status.passive{background:#ffe9e9;color:#a92c35}
.customer-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.customer-address,.customer-note{padding:12px;border:1px solid var(--l);border-radius:11px;margin-bottom:9px;background:var(--surface)}
.customer-address p,.customer-note p{margin:6px 0;color:var(--m);line-height:1.55}
.customer-note small{color:var(--m)}
.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}
@media(max-width:700px){.customer-search{width:100%}.customer-search input{flex:1;min-width:0}.customer-stats{grid-template-columns:1fr}.permission-grid{grid-template-columns:1fr}}


/* V3.15 — raporlar ve dışa aktarma */
.report-filter{display:flex;align-items:end;gap:8px;flex-wrap:wrap}
.report-filter label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:800;color:var(--m)}
.report-filter input{min-height:42px;padding:8px 10px;border:1px solid var(--l);border-radius:9px;background:var(--surface);color:var(--text)}
.report-stats{grid-template-columns:repeat(6,minmax(0,1fr))}
.report-actions{display:flex;gap:9px;flex-wrap:wrap;margin:14px 0 18px}
.report-actions a{display:inline-flex;padding:10px 13px;border-radius:10px;background:color-mix(in srgb,var(--b) 10%,white);color:var(--b);font-weight:800}
.chart-bars{height:250px;display:flex;align-items:flex-end;gap:7px;padding:20px 5px 0;border-bottom:1px solid var(--l)}
.chart-column{height:100%;flex:1;min-width:18px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px}
.chart-column span{width:70%;min-height:3px;background:linear-gradient(var(--b),var(--bd));border-radius:7px 7px 0 0}
.chart-column small{font-size:9px;color:var(--m);transform:rotate(-45deg);transform-origin:center;white-space:nowrap;margin-bottom:-8px}
.report-list{display:grid;gap:9px}
.report-list>div{display:grid;grid-template-columns:1fr auto;gap:3px 10px;padding:12px;border:1px solid var(--l);border-radius:10px}
.report-list small{grid-column:1/-1;color:var(--m)}
@media(max-width:1100px){.report-stats{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.report-filter{width:100%;display:grid;grid-template-columns:1fr 1fr}.report-filter button{grid-column:1/-1}.report-stats{grid-template-columns:1fr 1fr}.chart-bars{overflow-x:auto}.chart-column{flex:0 0 28px}.report-actions{display:grid;grid-template-columns:1fr}.report-actions a{justify-content:center}}


/* V3.16 — teslimat zamanı ve dinamik kapıda ödeme */
.delivery-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.delivery-slot-card{display:flex!important;align-items:flex-start;gap:10px;padding:13px;border:1px solid var(--l);border-radius:12px;background:var(--surface);cursor:pointer;margin:0!important}
.delivery-slot-card:has(input:checked){border-color:var(--b);box-shadow:0 0 0 2px color-mix(in srgb,var(--b) 14%,transparent)}
.delivery-slot-card input{width:auto!important;margin:4px 0 0!important}
.delivery-slot-card span{display:flex;flex-direction:column;gap:4px}
.delivery-slot-card small{color:var(--m)}
.delivery-slot-card.full{opacity:.5;cursor:not-allowed;background:var(--bg)}
.cod-preview[hidden],.provider-select[hidden],.bank-transfer-info[hidden]{display:none!important}
@media(max-width:700px){.delivery-slot-grid{grid-template-columns:1fr}}


/* V3.17 — teslimat modülü ve mağaza durumu */
.module-toggle-panel{margin-bottom:16px}
.module-toggle-form{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}
.module-toggle-form h2{margin:0 0 5px}
.module-status{display:inline-flex;padding:7px 12px;border-radius:20px;font-size:11px;font-weight:900}
.module-status.enabled{background:#e5f7ea;color:#247735}
.module-status.disabled{background:#ffe9e9;color:#a92c35}
.switch-control{display:inline-flex!important;align-items:center;gap:10px;cursor:pointer;margin:0!important}
.switch-control input{position:absolute;opacity:0;pointer-events:none}
.switch-control span{width:50px;height:28px;border-radius:30px;background:#c9d1dc;position:relative;transition:.2s}
.switch-control span:after{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18);transition:.2s}
.switch-control input:checked+span{background:var(--b)}
.switch-control input:checked+span:after{transform:translateX(22px)}
.large-switch{padding:14px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
.store-preview{padding:20px;border-radius:15px;border:1px solid var(--l)}
.store-preview.open{background:#eaf8ed;border-color:#b8e4c1}
.store-preview.closed{background:#fff0f0;border-color:#efc2c5}
.store-preview b{font-size:20px}.store-preview p{line-height:1.55}
.store-closed-alert{padding:18px 20px;margin-bottom:18px;border-radius:14px;background:#fff0f0;border:1px solid #efc2c5;color:#8f252d}
.store-closed-alert b{font-size:18px}.store-closed-alert p{margin:6px 0 0}
.store-closed-mini{padding:13px;border-radius:11px;background:#fff0f0;color:#9b2830;font-weight:750;text-align:center}
button:disabled,.primary:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:700px){.module-toggle-form{grid-template-columns:1fr}.module-toggle-form button{width:100%}}


/* V3.18 — pazaryeri altyapısı */
.marketplace-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.seller-name{display:inline-flex;margin:0 0 14px;padding:6px 10px;border-radius:18px;background:color-mix(in srgb,var(--b) 8%,white);color:var(--b);font-size:12px;font-weight:800}
@media(max-width:700px){.marketplace-stats{grid-template-columns:1fr}}


/* V3.19 — satıcı paneli */
.seller-main{margin-left:250px;padding:28px;min-height:100vh}
.seller-side{background:linear-gradient(180deg,#063d7d,#042c5d)}
.seller-stats{grid-template-columns:repeat(5,minmax(0,1fr))}
.seller-payout-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
.small-value{font-size:15px!important;overflow-wrap:anywhere}
@media(max-width:900px){
  .seller-main{margin-left:0;padding:18px}
}
@media(max-width:700px){
  .seller-main{padding:12px 10px 28px}
  .seller-stats{grid-template-columns:1fr 1fr}
  .seller-payout-stats{grid-template-columns:1fr}
}


/* V3.20 — gruplandırılmış admin menüsü */
.admin-side{padding:0;display:flex;flex-direction:column;overflow:hidden}
.admin-side-head{display:flex;align-items:center;justify-content:space-between;padding:20px 17px 12px;flex:0 0 auto}
.admin-side-head .brand{margin:0}
.admin-menu-close{display:none;border:0;background:rgba(255,255,255,.1);color:#fff;width:36px;height:36px;border-radius:9px;font-size:24px}
.admin-menu-search{margin:0 13px 12px;display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.07);flex:0 0 auto}
.admin-menu-search span{color:rgba(255,255,255,.7)}
.admin-menu-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:13px}
.admin-menu-search input::placeholder{color:rgba(255,255,255,.52)}
.admin-menu{padding:0 10px 14px;overflow-y:auto;overflow-x:hidden;flex:1;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}
.admin-menu::-webkit-scrollbar{width:6px}.admin-menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:20px}
.admin-dashboard-link,.admin-menu-group summary{min-height:43px;display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:rgba(255,255,255,.9);cursor:pointer;user-select:none}
.admin-dashboard-link:hover,.admin-dashboard-link.active,.admin-menu-group summary:hover{background:rgba(255,255,255,.11);color:#fff}
.admin-dashboard-link span,.admin-menu-group summary span{width:24px;text-align:center;font-size:17px}
.admin-dashboard-link b,.admin-menu-group summary b{font-size:13px;font-weight:750;flex:1}
.admin-menu-group{margin:3px 0}
.admin-menu-group summary{list-style:none}
.admin-menu-group summary::-webkit-details-marker{display:none}
.admin-menu-group summary i{font-style:normal;font-size:12px;transition:transform .2s}
.admin-menu-group[open] summary{background:rgba(255,255,255,.09);color:#fff}
.admin-menu-group[open] summary i{transform:rotate(180deg)}
.admin-menu-group>div{display:grid;gap:2px;padding:4px 0 7px 39px}
.admin-menu-group>div a{position:relative;display:flex;align-items:center;min-height:36px;padding:8px 9px;border-radius:8px;color:rgba(255,255,255,.68);font-size:12px}
.admin-menu-group>div a:before{content:"";width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.28);margin-right:9px}
.admin-menu-group>div a:hover,.admin-menu-group>div a.active{background:rgba(255,255,255,.09);color:#fff}
.admin-menu-group>div a.active:before{background:var(--accent);box-shadow:0 0 0 3px rgba(255,255,255,.08)}
.admin-menu-group .admin-badge{margin-left:auto}
.admin-side-footer{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:11px 12px 16px;border-top:1px solid rgba(255,255,255,.1);flex:0 0 auto}
.admin-side-footer a{display:flex;justify-content:center;align-items:center;min-height:38px;padding:8px;border-radius:9px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.82);font-size:11px}
.admin-mobile-menu-button,.admin-menu-overlay{display:none}
.admin-menu-empty{display:none;padding:16px;color:rgba(255,255,255,.6);font-size:12px;text-align:center}

@media(max-width:900px){
  .admin-mobile-menu-button{
    display:inline-flex;position:fixed;left:12px;top:10px;z-index:95;min-height:42px;align-items:center;justify-content:center;
    padding:9px 13px;border:0;border-radius:10px;background:var(--bd);color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.18)
  }
  .admin-side{
    position:fixed;left:0;top:0;bottom:0;width:min(310px,88vw);max-width:none;z-index:110;transform:translateX(-105%);
    transition:transform .24s ease;overflow:hidden;flex-direction:column;padding:0
  }
  body.admin-menu-open .admin-side{transform:translateX(0)}
  .admin-menu-close{display:grid;place-items:center}
  .admin-menu-overlay{display:block;position:fixed;inset:0;background:rgba(4,18,38,.52);z-index:100;opacity:0;pointer-events:none;transition:opacity .24s}
  body.admin-menu-open .admin-menu-overlay{opacity:1;pointer-events:auto}
  body.admin-menu-open{overflow:hidden}
  .admin-main{padding-top:64px}
  .admin-side .brand{display:flex}
}


/* V3.21 — ürün sayfası düzeltmesi ve toplu işlemler */
.product-list-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.product-list-head h2,.product-list-head p{margin:0}
.bulk-product-bar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:12px;margin-bottom:12px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
.bulk-product-bar label{display:flex;align-items:center;gap:7px;font-weight:750}
.bulk-product-bar select{min-height:42px;padding:8px 10px;border:1px solid var(--l);border-radius:9px;background:var(--surface);color:var(--text)}
.product-select,#select-all-products{width:18px;height:18px;cursor:pointer}
@media(max-width:700px){
  .bulk-product-bar{display:grid;grid-template-columns:1fr}
  .bulk-product-bar select,.bulk-product-bar button{width:100%}
  .admin-main table.mobile-card-table td:first-child{display:flex;justify-content:flex-end}
  .admin-main table.mobile-card-table td:first-child::before{content:"Seç"}
}

/* V3.22 */
.product-editor-panel,.product-list-panel{margin-bottom:18px}.product-editor summary{display:flex;align-items:center;gap:12px;cursor:pointer;list-style:none}.product-editor summary::-webkit-details-marker{display:none}.product-editor summary span{font-size:20px;font-weight:850}.product-editor summary small{color:var(--m);flex:1}.product-editor summary i{font-style:normal}.product-editor[open] summary i{transform:rotate(180deg)}.product-editor-form{padding-top:14px;margin-top:13px;border-top:1px solid var(--l)}
.product-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px 14px}.product-description-field{grid-column:span 2}.product-form-footer{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding-top:14px;margin-top:8px;border-top:1px solid var(--l)}.product-form-footer .primary{margin-left:auto}
.product-filter-bar{display:grid;grid-template-columns:minmax(230px,1fr) 190px 160px auto auto;gap:8px;align-items:center;margin-bottom:12px}.product-filter-bar input,.product-filter-bar select{min-height:43px;padding:9px 11px;border:1px solid var(--l);border-radius:10px;background:var(--surface);color:var(--text)}
.product-table-scroll{overflow-x:auto;width:100%;border:1px solid var(--l);border-radius:12px}.product-admin-table{min-width:1240px;background:var(--surface)}.product-admin-table th{white-space:nowrap;background:var(--bg);font-size:11px;text-transform:uppercase;color:var(--m)}.product-admin-table td{vertical-align:middle;white-space:nowrap}.product-admin-table td:nth-child(2){white-space:normal;min-width:230px}
.product-admin-name{display:flex;align-items:center;gap:10px}.product-admin-name .thumb{width:52px;height:52px;flex:0 0 52px;margin:0}.product-admin-name>div,.product-code{display:flex;flex-direction:column;gap:4px}.product-admin-name small,.product-code small{color:var(--m)}.product-code code{font-size:11px;background:var(--bg);padding:4px 6px;border-radius:6px}.stock-low{color:#b4232f;font-weight:900}.table-action{display:inline-flex;padding:7px 9px;border-radius:8px;background:color-mix(in srgb,var(--b) 10%,white);color:var(--b);font-weight:800}
@media(max-width:1200px){.product-form-grid{grid-template-columns:repeat(3,1fr)}.product-filter-bar{grid-template-columns:1fr 170px 150px auto}}@media(max-width:900px){.product-form-grid{grid-template-columns:repeat(2,1fr)}.product-description-field{grid-column:1/-1}}@media(max-width:700px){.product-form-grid,.product-filter-bar{grid-template-columns:1fr}.product-description-field{grid-column:auto}.product-form-footer{display:grid}.product-form-footer .primary{margin:0;width:100%}.product-table-scroll{overflow:visible;border:0}.product-admin-table{min-width:0}}


/* V3.23 — ürün kart satırları: header/body hizası kesin */
.product-table-scroll,.product-admin-table{display:none!important}
.product-admin-grid-head,.product-admin-row{display:grid;grid-template-columns:42px minmax(260px,2fr) minmax(130px,1fr) minmax(120px,1fr) 105px 105px 80px 95px 92px;gap:12px;align-items:center}
.product-admin-grid-head{padding:10px 14px;background:var(--bg);border:1px solid var(--l);border-radius:12px 12px 0 0;color:var(--m);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}
.product-admin-grid-list{border:1px solid var(--l);border-top:0;border-radius:0 0 12px 12px;overflow:hidden}
.product-admin-row{padding:11px 14px;background:var(--surface);border-bottom:1px solid var(--l);min-height:72px}
.product-admin-row:last-child{border-bottom:0}
.product-admin-row:hover{background:color-mix(in srgb,var(--b) 3%,var(--surface))}
.product-admin-select{display:grid;place-items:center}.product-admin-actions{text-align:right}
.product-admin-row .product-admin-name{min-width:0}.product-admin-row .product-admin-name b{display:block}.product-admin-row .product-admin-name small{display:block;white-space:normal}
.product-admin-row>div{min-width:0}.product-admin-row [data-label]{white-space:normal}

/* Piyasa fiyatları */
.market-price-notice{padding:16px 18px;margin-bottom:16px;border:1px solid #b9d7f6;border-radius:14px;background:#eef7ff;color:#174b7b}
.market-price-notice p{margin:6px 0 10px;line-height:1.55}.market-price-notice a{color:var(--b);font-weight:850}
.market-price-settings-grid{grid-template-columns:1fr 1fr}.inline-action-form{margin-top:10px}
.market-price-toolbar{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.market-price-toolbar label{display:flex;flex-direction:column;gap:5px;font-weight:800;font-size:12px}.market-price-toolbar label:first-child{flex-direction:row;align-items:center;margin-right:auto}
.market-price-toolbar input[type=number],.market-price-toolbar select{min-height:42px;padding:8px 10px;border:1px solid var(--l);border-radius:9px;background:var(--surface)}
.market-price-list{display:grid;gap:8px}
.market-price-row{display:grid;grid-template-columns:36px minmax(260px,2fr) repeat(4,minmax(120px,1fr));gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--l);border-radius:12px;background:var(--surface)}
.market-price-row.unmatched{opacity:.65}.market-price-product{display:flex;align-items:center;gap:10px}.market-price-product img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:var(--bg)}
.market-price-product>div,.market-price-row>div{display:flex;flex-direction:column;gap:3px}.market-price-row small,.market-price-row em{font-size:10px;color:var(--m)}.market-price-row em{font-style:normal}
.market-price-check{display:grid;place-items:center}.market-price-select,#select-all-market-prices{width:18px;height:18px}

@media(max-width:1250px){
 .product-admin-grid-head,.product-admin-row{grid-template-columns:38px minmax(230px,2fr) minmax(120px,1fr) minmax(105px,1fr) 95px 80px 90px 85px}
 .product-admin-grid-head>div:nth-child(6),.product-admin-row>div:nth-child(6){display:none}
}
@media(max-width:1050px){
 .product-admin-grid-head{display:none}
 .product-admin-grid-list{border-top:1px solid var(--l);border-radius:12px}
 .product-admin-row{grid-template-columns:34px minmax(220px,1.6fr) repeat(3,minmax(90px,1fr)) 85px}
 .product-admin-row>div:nth-child(3),.product-admin-row>div:nth-child(6),.product-admin-row>div:nth-child(8){display:none}
}
@media(max-width:700px){
 .product-admin-row{display:grid;grid-template-columns:34px 1fr auto;padding:12px}
 .product-admin-row>div{display:none!important}.product-admin-row .product-admin-select,.product-admin-row .product-admin-name,.product-admin-row .product-admin-actions{display:block!important}
 .product-admin-row .product-admin-select{align-self:start}.product-admin-actions{align-self:center}
 .market-price-settings-grid{grid-template-columns:1fr}.market-price-toolbar{display:grid;grid-template-columns:1fr}.market-price-toolbar label:first-child{margin:0}
 .market-price-row{grid-template-columns:30px 1fr}.market-price-row>div:nth-child(n+3){display:grid;grid-template-columns:1fr auto;grid-column:2}.market-price-row>div:nth-child(n+3) small{font-weight:800}
}


/* V3.24 — çoklu ürün görseli */
.product-gallery-upload{grid-column:span 2}.product-gallery-upload small,.product-form-grid label small{display:block;margin-top:5px;color:var(--m);font-size:10px}
.admin-product-gallery{margin-top:16px;padding-top:16px;border-top:1px solid var(--l)}.admin-product-gallery h3,.admin-product-gallery p{margin:0 0 8px}
.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:10px}.admin-gallery-item{padding:9px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
.admin-gallery-item img{width:100%;height:105px;object-fit:contain;border-radius:8px;background:#fff}.admin-gallery-item>span{display:block;margin-top:7px;text-align:center;color:var(--b);font-size:10px;font-weight:850}
.gallery-cover-radio,.gallery-remove-check{display:flex!important;align-items:center;gap:5px;margin:7px 0 0!important;font-size:10px!important}.gallery-cover-radio input,.gallery-remove-check input{width:auto!important;margin:0!important}.gallery-remove-check{color:#b4232f}.primary-image{border-color:color-mix(in srgb,var(--b) 45%,var(--l))}
.product-gallery-view{min-width:0}.product-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 2px 2px}.product-gallery-thumbs button{flex:0 0 72px;width:72px;height:72px;padding:5px;border:1px solid var(--l);border-radius:10px;background:var(--surface);cursor:pointer}.product-gallery-thumbs button.active{border-color:var(--b);box-shadow:0 0 0 2px color-mix(in srgb,var(--b) 14%,transparent)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:contain}
@media(max-width:900px){.product-gallery-upload{grid-column:1/-1}}@media(max-width:700px){.product-gallery-upload{grid-column:auto}.admin-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery-thumbs button{flex-basis:62px;width:62px;height:62px}}


/* V3.25 — site kimliği, SEO ve çalışan dinamik tema */
.site-logo{display:block;max-width:170px;max-height:58px;object-fit:contain;margin-right:10px}
.site-brand>span>b{color:var(--b)}
.settings-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px;padding:7px;background:var(--surface);border:1px solid var(--l);border-radius:13px;position:sticky;top:8px;z-index:8}
.settings-tabs button{border:0;background:transparent;color:var(--m);padding:10px 14px;border-radius:9px;font-weight:800;cursor:pointer}
.settings-tabs button.active{background:var(--b);color:#fff}
.settings-tab-panel{display:none}.settings-tab-panel.active{display:block}
.settings-two-column{grid-template-columns:1fr 1fr}
.branding-preview{display:grid;place-items:center;margin:8px 0 16px;padding:12px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
.branding-preview img{max-width:100%;object-fit:contain}.logo-preview img{max-height:90px}.favicon-preview{width:90px}.favicon-preview img{width:48px;height:48px}.og-preview img{max-height:180px}
.seo-preview{margin-top:16px;padding:16px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
.seo-preview small,.seo-preview span{display:block;color:var(--m);font-size:11px}.seo-preview b{display:block;color:#174ea6;font-size:18px;margin:7px 0 3px}.seo-preview p{line-height:1.5;margin-bottom:0}
.settings-checklist{display:grid;gap:10px;padding-left:20px}.settings-checklist li::marker{color:var(--b)}
.settings-save-bar{position:sticky;bottom:10px;z-index:9;display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:18px;padding:14px 16px;border:1px solid var(--l);border-radius:14px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 12px 35px rgba(7,28,61,.14);backdrop-filter:blur(8px)}
@media(max-width:900px){.settings-two-column{grid-template-columns:1fr}.site-logo{max-width:135px;max-height:48px}}
@media(max-width:700px){.settings-tabs{position:static;display:grid;grid-template-columns:1fr 1fr}.settings-save-bar{display:grid;bottom:68px}.settings-save-bar button{width:100%}.site-brand span small{max-width:145px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}


/* V3.26 — gelişmiş stok yönetimi */
.stock-badge{background:#ffb020!important;color:#162033!important}
.stock-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
.warning-text{color:#b56a00}
.stock-filter-bar{display:grid;grid-template-columns:1fr 220px auto;gap:9px}
.stock-filter-bar input,.stock-filter-bar select,.bulk-stock-toolbar input,.bulk-stock-toolbar select{min-height:42px;padding:8px 10px;border:1px solid var(--l);border-radius:9px;background:var(--surface)}
.bulk-stock-toolbar{display:grid;grid-template-columns:auto 160px 130px 1fr auto;gap:9px;align-items:center;margin-bottom:12px}
.stock-product-list{display:grid;gap:8px}
.stock-product-row{display:grid;grid-template-columns:34px minmax(250px,2fr) minmax(130px,1fr) minmax(170px,1fr) 100px 110px;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--l);border-radius:12px;background:var(--surface)}
.stock-product-row.low{border-color:#efcc8a;background:#fffaf0}.stock-product-row.out{border-color:#efb9bd;background:#fff5f5}
.stock-product-name{display:flex;align-items:center;gap:10px}.stock-product-name img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:var(--bg)}
.stock-product-name>div,.stock-product-row>div{display:flex;flex-direction:column;gap:3px}.stock-product-row small{color:var(--m);font-size:10px}
.stock-state{display:inline-flex;justify-content:center;padding:6px 8px;border-radius:16px;font-size:10px;font-weight:850}.stock-state.ok{background:#e6f7eb;color:#247533}.stock-state.low{background:#fff1d6;color:#9a5a00}.stock-state.out{background:#ffe5e7;color:#a32631}
.inline-stock-limit{display:flex;gap:5px}.inline-stock-limit input{width:85px;min-height:34px;padding:5px 7px;border:1px solid var(--l);border-radius:7px}.inline-stock-limit button{border:0;background:var(--b);color:#fff;border-radius:7px;padding:5px 8px}
.stock-dialog{width:min(460px,92vw);border:0;border-radius:16px;padding:0;box-shadow:0 25px 80px rgba(0,0,0,.25)}.stock-dialog::backdrop{background:rgba(4,18,38,.58)}.stock-dialog form{padding:20px}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head h2{margin:0}.dialog-head button{border:0;background:var(--bg);width:34px;height:34px;border-radius:9px;font-size:22px}
@media(max-width:1100px){.stock-product-row{grid-template-columns:34px minmax(230px,2fr) 120px 160px 95px}.stock-product-row>div:last-child{grid-column:2/-1}.bulk-stock-toolbar{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.stock-stats{grid-template-columns:1fr 1fr}.stock-filter-bar,.bulk-stock-toolbar{grid-template-columns:1fr}.stock-product-row{grid-template-columns:30px 1fr auto;padding:12px}.stock-product-row>div{display:none}.stock-product-row>div:first-child,.stock-product-row .stock-product-name,.stock-product-row>div:nth-child(5),.stock-product-row>div:last-child{display:flex}.stock-product-row>div:last-child{grid-column:2/-1}.stock-history{overflow-x:auto}}


/* V3.27 — düzenlenebilir duyuru, sade header, mobil arama */
.announcement-bar{display:flex!important;align-items:center;justify-content:center!important;min-height:31px;padding:6px 16px;text-align:center}
.announcement-bar a,.announcement-bar span{display:block;width:100%;color:inherit;font-weight:750;text-align:center}
.site-header{gap:18px}
.site-brand.logo-only{min-width:180px;justify-content:flex-start}
.site-brand.logo-only .site-logo{max-width:210px;max-height:64px;margin:0}
.desktop-search{position:relative;display:flex;align-items:center;overflow:hidden}
.desktop-search .search-icon{position:absolute;left:15px;color:var(--b);font-size:19px;pointer-events:none}
.desktop-search input{padding-left:44px!important;padding-right:18px!important}
.desktop-search button{display:none!important}
.header-actions{margin-left:auto}
.mobile-search-trigger{display:none;border:0;background:color-mix(in srgb,var(--b) 9%,white);color:var(--b);width:44px;height:44px;border-radius:12px;font-size:22px;cursor:pointer}
.mobile-search-panel{display:none}
.category-navigation{display:flex!important;align-items:center;justify-content:center;gap:7px;padding:8px 18px!important;overflow-x:auto;scrollbar-width:none}
.category-navigation::-webkit-scrollbar{display:none}
.category-navigation a{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;padding:8px 12px!important;border-radius:9px;white-space:nowrap;font-size:12px!important;font-weight:750}
.category-navigation a:hover{background:rgba(255,255,255,.14)}
.category-navigation .all-categories-link{background:rgba(0,0,0,.13);font-weight:900}
.announcement-settings{display:grid;gap:9px;margin-top:16px;padding-top:16px;border-top:1px solid var(--l)}
.announcement-settings h3{margin:0 0 3px}

@media(max-width:900px){
  .site-header{display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px 12px}
  .site-brand.logo-only{min-width:0}
  .site-brand.logo-only .site-logo{max-width:190px;max-height:52px}
  .desktop-search{grid-column:1/-1}
  .header-actions>a:not(.cart),.header-actions .cart span{display:none}
  .header-actions{display:flex;align-items:center;gap:7px}
  .mobile-search-trigger{display:inline-grid;place-items:center}
  .header-actions .cart{width:48px;height:48px;display:grid;place-items:center;padding:0!important;position:relative;border-radius:13px}
  .header-actions .cart em{position:absolute;right:-3px;top:-4px}
  .category-navigation{justify-content:flex-start;padding:7px 9px!important}
}
@media(max-width:700px){
  .announcement-bar{min-height:29px;padding:5px 10px;font-size:10px}
  .desktop-search{display:none!important}
  .site-header{grid-template-columns:minmax(0,1fr) auto;align-items:center}
  .site-brand.logo-only .site-logo{max-width:170px;max-height:48px}
  .mobile-search-panel{display:flex;position:fixed;inset:0;z-index:220;align-items:flex-start;justify-content:center;padding:76px 12px 12px;background:rgba(4,18,38,.58);opacity:0;visibility:hidden;transition:.2s}
  .mobile-search-panel.open{opacity:1;visibility:visible}
  .mobile-search-card{width:100%;max-width:520px;padding:15px;border-radius:17px;background:var(--surface);box-shadow:0 24px 70px rgba(0,0,0,.3)}
  .mobile-search-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
  .mobile-search-head b{font-size:18px}.mobile-search-close{border:0;background:var(--bg);width:38px;height:38px;border-radius:10px;font-size:24px}
  .mobile-search-card form{display:flex;align-items:center;gap:10px;padding:0 13px;border:2px solid var(--b);border-radius:13px;background:var(--surface)}
  .mobile-search-card form span{font-size:20px;color:var(--b)}
  .mobile-search-card input{width:100%;min-height:52px;border:0;outline:0;background:transparent;font-size:15px}
  .category-navigation{gap:6px}
  .category-navigation a{padding:8px 10px!important;font-size:10px!important}
}


/* V3.27.1 HOTFIX — gerçek header yapısı */
body .announcement-bar{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important}
body .announcement-bar>*{margin:auto!important;text-align:center!important}
body .site-header .site-brand.logo-only span,
body .site-header .site-brand.logo-only i{display:none!important}
body .site-header .site-brand.logo-only{display:flex!important;align-items:center!important;min-width:190px!important}
body .site-header .site-brand.logo-only .site-logo{display:block!important;width:auto!important;max-width:230px!important;max-height:66px!important;margin:0!important;object-fit:contain!important}
body .desktop-search button{display:none!important}
body .desktop-search{position:relative!important}
body .desktop-search input{width:100%!important;padding-left:44px!important;padding-right:16px!important}
body .desktop-search .search-icon{display:block!important;position:absolute!important;left:15px!important;top:50%!important;transform:translateY(-50%)!important;z-index:2!important}
body .category-navigation{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 18px!important;overflow-x:auto!important;white-space:nowrap!important}
body .category-navigation>a{display:inline-flex!important;flex:0 0 auto!important;padding:8px 12px!important;margin:0!important;border-radius:9px!important;white-space:nowrap!important}
@media(max-width:700px){
 body .desktop-search{display:none!important}
 body .mobile-search-trigger{display:grid!important;place-items:center!important}
 body .site-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}
 body .site-header .header-actions{display:flex!important}
 body .site-header .header-actions>a:not(.cart){display:none!important}
 body .site-header .cart span{display:none!important}
 body .site-header .site-brand.logo-only{min-width:0!important}
 body .site-header .site-brand.logo-only .site-logo{max-width:185px!important;max-height:52px!important}
 body .mobile-search-panel{display:flex!important}
}


/* V3.28 — mobil duyuru, sıfır boşluk ve kategori menüsü düzeltmesi */
body .announcement-bar{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:32px!important;
  margin:0!important;
  padding:7px 14px!important;
  background:var(--announcement-bg)!important;
  color:var(--announcement-text)!important;
  text-align:center!important;
  line-height:1.35!important;
  position:relative!important;
  z-index:30!important;
}
body .announcement-bar a,
body .announcement-bar span{
  display:block!important;
  width:100%!important;
  margin:0 auto!important;
  color:var(--announcement-text)!important;
  text-align:center!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:normal!important;
}
body .site-header{
  margin:0!important;
  top:0!important;
}
body .category-navigation{
  margin:0!important;
  border-top:0!important;
}
body .site-header + .mobile-search-panel + .category-navigation{
  margin-top:0!important;
}
body .category-navigation .all-categories-link{
  display:none!important;
}

@media(max-width:900px){
  body .site-header{
    height:auto!important;
    min-height:68px!important;
    padding:8px 12px!important;
  }
  body .category-navigation{
    margin-top:0!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
  }
}

@media(max-width:700px){
  body .announcement-bar{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    min-height:30px!important;
    padding:6px 10px!important;
  }
  body .announcement-bar a,
  body .announcement-bar span{
    font-size:10px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
  }
  body .site-header{
    min-height:64px!important;
    padding:7px 10px!important;
  }
  body .category-navigation{
    margin-top:0!important;
    padding:6px 8px!important;
  }
  body .mobile-search-panel{
    margin:0!important;
  }
}


/* V3.29 — kalıcı giriş bilgilendirmesi */
.persistent-login-note{
  padding:10px 12px;
  margin:2px 0 12px;
  border:1px solid color-mix(in srgb,var(--b) 20%,var(--l));
  border-radius:10px;
  background:color-mix(in srgb,var(--b) 6%,var(--surface));
  color:var(--m);
  font-size:11px;
  line-height:1.45;
}


/* V3.30 — sipariş operasyon ekranı */
.order-page-head{align-items:flex-end}
.order-view-buttons{display:flex;gap:6px;padding:5px;border:1px solid var(--l);border-radius:11px;background:var(--surface)}
.order-view-buttons a{padding:8px 11px;border-radius:8px;color:var(--m);font-size:11px;font-weight:850}
.order-view-buttons a.active{background:var(--b);color:#fff}
.order-status-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-bottom:14px}
.order-summary-card{display:flex;justify-content:space-between;align-items:center;padding:12px 13px;border:1px solid var(--l);border-radius:12px;background:var(--surface)}
.order-summary-card small{font-weight:800;color:var(--m)}.order-summary-card b{font-size:21px}
.order-summary-card.status-pending{border-top:3px solid #e89b18}.order-summary-card.status-confirmed{border-top:3px solid #377ee8}.order-summary-card.status-preparing{border-top:3px solid #8559d9}.order-summary-card.status-out_for_delivery{border-top:3px solid #17a9a1}.order-summary-card.status-delivered{border-top:3px solid #35a65b}.order-summary-card.status-cancelled{border-top:3px solid #ce4c57}
.order-filter-panel{margin-bottom:14px}.order-filter-form{display:grid;grid-template-columns:1fr 210px auto auto;gap:8px;align-items:center}
.order-filter-form input,.order-filter-form select{min-height:43px;padding:9px 11px;border:1px solid var(--l);border-radius:10px;background:var(--surface);color:var(--text)}
.order-board{display:grid;grid-template-columns:repeat(6,minmax(280px,1fr));gap:12px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin}
.order-board-column{min-width:280px;background:color-mix(in srgb,var(--bg) 72%,var(--surface));border:1px solid var(--l);border-radius:14px;overflow:hidden}
.order-board-column>header{display:flex;justify-content:space-between;align-items:center;padding:13px;border-bottom:1px solid var(--l);background:var(--surface)}
.order-board-column>header>div{display:flex;flex-direction:column;gap:3px}.order-board-column>header small{color:var(--m);font-size:10px}.order-board-column>header>span{display:grid;place-items:center;min-width:27px;height:27px;border-radius:14px;background:var(--bg);font-weight:900}
.order-board-cards{display:grid;gap:9px;padding:9px;align-content:start;max-height:calc(100vh - 315px);overflow-y:auto}
.order-column-empty{padding:22px 10px;text-align:center;color:var(--m);font-size:11px}
.order-operation-card{padding:12px;border:1px solid var(--l);border-radius:12px;background:var(--surface);box-shadow:0 5px 14px rgba(8,28,54,.05)}
.order-card-top,.order-card-meta,.order-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.order-card-top>a{font-weight:900;color:var(--text)}
.order-card-top .status{font-size:8px;padding:4px 6px}.order-card-customer{display:flex;flex-direction:column;gap:2px;margin-top:10px}.order-card-customer small,.order-card-footer small{color:var(--m)}
.order-card-address{margin-top:7px;color:var(--m);font-size:10px;line-height:1.4}.order-card-meta{margin-top:10px;padding-top:9px;border-top:1px dashed var(--l);font-size:11px}.order-card-meta span:last-child{font-weight:900;color:var(--b)}
.order-card-delivery{margin-top:8px;padding:7px 8px;border-radius:8px;background:var(--bg);font-size:10px;font-weight:750}.order-card-note{margin-top:8px;padding:8px;border-left:3px solid var(--accent);background:color-mix(in srgb,var(--accent) 7%,var(--surface));font-size:10px;font-style:italic}
.order-card-footer{margin-top:10px}.order-card-footer>div{display:flex;align-items:center;gap:5px}.order-detail-button,.order-next-button{display:inline-flex;align-items:center;min-height:32px;padding:6px 8px;border:0;border-radius:8px;font-size:9px;font-weight:850;cursor:pointer}
.order-detail-button{background:var(--bg);color:var(--b)}.order-next-button{background:var(--b);color:#fff}
.column-pending>header{border-top:4px solid #e89b18}.column-confirmed>header{border-top:4px solid #377ee8}.column-preparing>header{border-top:4px solid #8559d9}.column-out_for_delivery>header{border-top:4px solid #17a9a1}.column-delivered>header{border-top:4px solid #35a65b}.column-cancelled>header{border-top:4px solid #ce4c57}
@media(max-width:1100px){.order-status-summary{grid-template-columns:repeat(3,1fr)}.order-filter-form{grid-template-columns:1fr 190px auto}.order-filter-form>a{grid-column:1/-1}}
@media(max-width:700px){.order-page-head{align-items:stretch}.order-view-buttons{width:100%}.order-view-buttons a{flex:1;text-align:center}.order-status-summary{grid-template-columns:1fr 1fr}.order-filter-form{grid-template-columns:1fr}.order-filter-form>*{width:100%}.order-board{grid-template-columns:repeat(6,86vw);scroll-snap-type:x mandatory}.order-board-column{min-width:86vw;scroll-snap-align:start}.order-board-cards{max-height:none;overflow:visible}.order-list-table{overflow-x:auto}}


/* V3.31 — bölge bazlı teslimat kuralları */
.delivery-settings-grid{grid-template-columns:1fr 1fr}
.delivery-zone-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:11px}
.delivery-zone-card{padding:14px;border:1px solid var(--l);border-radius:14px;background:var(--surface)}
.delivery-zone-card.passive{opacity:.62;background:var(--bg)}
.delivery-zone-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.delivery-zone-head>div{display:flex;flex-direction:column;gap:3px}.delivery-zone-head small{color:var(--m)}
.delivery-zone-head>span{padding:5px 8px;border-radius:15px;background:#e7f7ec;color:#267638;font-size:10px;font-weight:850}.delivery-zone-card.passive .delivery-zone-head>span{background:#ffe6e8;color:#9d2832}
.delivery-zone-rules{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:13px 0}.delivery-zone-rules>div{display:flex;flex-direction:column;gap:3px;padding:9px;border-radius:9px;background:var(--bg)}.delivery-zone-rules small{color:var(--m);font-size:9px}.delivery-zone-rules b{font-size:12px}
.delivery-zone-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px}
.delivery-address-card.unavailable{opacity:.55;cursor:not-allowed}.delivery-address-card.unavailable strong{color:#a32731;font-size:10px}.address-delivery-rule{margin-top:5px!important;color:var(--b)!important;font-weight:750}
.checkout-zone-rule{display:grid;gap:4px;margin:8px 0 4px;padding:9px 10px;border-radius:9px;background:var(--bg);color:var(--m);font-size:10px}.checkout-zone-rule span{display:flex;justify-content:space-between;gap:8px}.checkout-zone-rule.warning{background:#fff3dc;color:#925900}.checkout-zone-rule.error{background:#ffe7e9;color:#9e2731}
@media(max-width:900px){.delivery-settings-grid{grid-template-columns:1fr}}
@media(max-width:700px){.delivery-zone-cards{grid-template-columns:1fr}}


/* V3.31.1 — ödeme ekranı kupon ve sipariş notu düzeltmesi */
.checkout-extra-fields{
  display:grid;
  gap:14px;
  margin-top:16px;
}
.checkout-coupon-card,
.checkout-note-card{
  width:100%;
  box-sizing:border-box;
  margin:0!important;
  padding:16px;
  border:1px solid var(--l);
  border-radius:14px;
  background:var(--surface);
}
.checkout-coupon-card{
  border-style:solid;
  background:color-mix(in srgb,var(--b) 3%,var(--surface));
}
.checkout-field-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.checkout-field-head>div{
  min-width:0;
}
.checkout-field-head h3{
  margin:0;
  font-size:17px;
}
.checkout-field-head p{
  margin:4px 0 0;
  color:var(--m);
  font-size:11px;
  line-height:1.4;
}
.checkout-field-head>span{
  display:grid;
  place-items:center;
  flex:0 0 38px;
  width:38px;
  height:38px;
  border-radius:11px;
  background:color-mix(in srgb,var(--b) 11%,white);
  color:var(--b);
  font-size:18px;
  font-weight:900;
}
.checkout-coupon-card .coupon-entry{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:9px;
  align-items:stretch;
}
.checkout-coupon-card .coupon-entry input{
  width:100%;
  min-width:0;
  min-height:46px;
  box-sizing:border-box;
  padding:11px 13px;
  border:1px solid var(--l);
  border-radius:10px;
  outline:0;
  background:var(--surface);
  color:var(--text);
  font-size:14px;
}
.checkout-coupon-card .coupon-entry input:focus{
  border-color:var(--b);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--b) 12%,transparent);
}
.checkout-coupon-card .coupon-entry button{
  min-width:105px;
  min-height:46px;
  padding:10px 17px;
  border:0;
  border-radius:10px;
  background:var(--b);
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.coupon-message{
  min-height:18px;
  margin:8px 0 0;
  font-size:11px;
}
.checkout-note-card label{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin:0 0 10px!important;
}
.checkout-note-card label>span{
  font-size:16px;
  font-weight:850;
}
.checkout-note-card label>small{
  color:var(--m);
  font-size:11px;
  font-weight:400;
  line-height:1.4;
}
.checkout-note-card textarea{
  display:block;
  width:100%;
  min-height:110px;
  box-sizing:border-box;
  resize:vertical;
  padding:12px 13px;
  border:1px solid var(--l);
  border-radius:11px;
  outline:0;
  background:var(--surface);
  color:var(--text);
  font:inherit;
  line-height:1.5;
}
.checkout-note-card textarea:focus{
  border-color:var(--b);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--b) 12%,transparent);
}
.checkout-note-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:7px;
  color:var(--m);
  font-size:10px;
}
.checkout-note-footer b{
  color:var(--text);
}
@media(max-width:600px){
  .checkout-coupon-card,
  .checkout-note-card{
    padding:14px;
  }
  .checkout-coupon-card .coupon-entry{
    grid-template-columns:1fr;
  }
  .checkout-coupon-card .coupon-entry button{
    width:100%;
  }
  .checkout-field-head h3{
    font-size:16px;
  }
}


/* V3.32 — dinamik hero hesap paneli */
.dynamic-home-hero{display:grid!important;grid-template-columns:minmax(300px,1fr) minmax(220px,.75fr) minmax(380px,1.15fr)!important;gap:24px!important;align-items:center!important;padding:38px 42px!important;min-height:380px!important}
.dynamic-home-hero .hero-main-copy{min-width:0}
.dynamic-home-hero .hero-main-copy>span{display:block;margin-bottom:15px;color:var(--b);font-size:11px;font-weight:950}
.dynamic-home-hero .hero-main-copy h1{font-size:43px;line-height:1.08}.dynamic-home-hero .hero-main-copy p{max-width:460px}
.hero-product-visual{display:grid;place-items:center}.hero-basket-scene{position:relative;width:100%;height:240px;display:grid;place-items:end center}.hero-basket-scene>div{font-size:140px;transform:scaleX(-1);filter:drop-shadow(0 18px 20px rgba(0,0,0,.15))}
.hero-basket-scene>span{position:absolute;font-size:38px}.hero-basket-scene>span:nth-child(1){left:4%;top:18%}.hero-basket-scene>span:nth-child(2){left:28%;top:4%}.hero-basket-scene>span:nth-child(3){right:28%;top:18%}.hero-basket-scene>span:nth-child(4){right:4%;top:33%}.hero-basket-scene>span:nth-child(5){right:2%;top:0}
.hero-account-panel{padding:24px;border-radius:22px;color:#fff;background:linear-gradient(135deg,color-mix(in srgb,var(--b) 88%,#321098),color-mix(in srgb,var(--bd) 75%,#1b084d));box-shadow:0 20px 42px color-mix(in srgb,var(--b) 22%,transparent)}
.hero-account-panel.logged-in{background:linear-gradient(135deg,#2b0a62,#14062e)}
.hero-account-top{display:flex;align-items:center;gap:12px}.hero-account-icon,.hero-user-avatar{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--b);font-size:22px;font-weight:950}.hero-user-avatar{background:#65d994;color:#123f29}
.hero-account-top h2{margin:0;color:#fff;font-size:21px}.hero-account-top p{margin:0 0 3px;color:rgba(255,255,255,.75);font-size:11px}
.hero-benefits{display:grid;gap:8px;margin:18px 0;padding:0;list-style:none;font-size:12px}.hero-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.hero-login-button,.hero-register-button,.hero-continue-button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px;border-radius:10px;font-weight:900;text-align:center}.hero-login-button{background:#fff;color:var(--text)}.hero-register-button,.hero-continue-button{background:var(--accent);color:#1f1700}
.hero-account-note{display:block;margin-top:10px;text-align:center;color:rgba(255,255,255,.75)}
.hero-last-order{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:16px 0;padding:12px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.07);color:#fff}.hero-last-order>div{display:flex;flex-direction:column;gap:3px}.hero-last-order small{color:rgba(255,255,255,.68)}.hero-last-order b{font-size:12px}
.hero-account-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:11px}.hero-account-shortcuts a{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 5px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06);color:#fff}.hero-account-shortcuts a>span{font-size:18px}.hero-account-shortcuts a>b{font-size:10px}.hero-account-shortcuts a>small{position:absolute;right:7px;top:6px;display:grid;place-items:center;min-width:17px;height:17px;border-radius:10px;background:var(--accent);color:#1a1300;font-weight:950}
.hero-continue-button{width:100%;box-sizing:border-box}

@media(max-width:1180px){.dynamic-home-hero{grid-template-columns:minmax(300px,1fr) minmax(360px,1fr)!important}.hero-product-visual{display:none}}
@media(max-width:850px){.dynamic-home-hero{grid-template-columns:1fr!important;padding:25px!important}.hero-main-copy{text-align:center}.hero-main-copy p{margin-left:auto!important;margin-right:auto!important}.hero-account-panel{max-width:620px;width:100%;box-sizing:border-box;margin:auto}}
@media(max-width:700px){.dynamic-home-hero{display:block!important;margin:8px 9px 12px!important;padding:0!important;background:transparent!important;min-height:0!important}.hero-main-copy,.hero-product-visual{display:none!important}.hero-account-panel{padding:17px;border-radius:16px}.hero-account-top h2{font-size:18px}.hero-benefits{margin:14px 0;font-size:10px}.hero-auth-actions{grid-template-columns:1fr}.hero-account-shortcuts a{padding:8px 4px}.services{display:none!important}}


/* V3.33 — düzenlenebilir hero ve geliştirilmiş kullanıcı paneli */
.dynamic-home-hero{background:var(--hero-custom-bg)!important;background-image:var(--hero-bg-image,none)!important;background-size:cover!important;background-position:center!important}
.hero-custom-image{width:100%;max-height:310px;object-fit:contain;filter:drop-shadow(0 20px 25px rgba(0,0,0,.14))}
.hero-account-top{position:relative}.hero-notification-badge{position:absolute;right:0;top:0;font-size:18px}.hero-notification-badge b{position:absolute;right:-7px;top:-8px;display:grid;place-items:center;min-width:18px;height:18px;border-radius:10px;background:#e83b4e;color:#fff;font-size:9px}
.hero-order-right{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:3px!important}.hero-order-right code{color:#fff;font-size:10px}.hero-order-right .status{margin-top:3px}
.hero-account-shortcuts.four{grid-template-columns:repeat(4,1fr)}
.hero-account-shortcuts.four a{min-height:92px;justify-content:center}.hero-account-shortcuts.four a>small{position:static;background:none;color:rgba(255,255,255,.65);height:auto;font-weight:400;font-size:8px}.hero-account-shortcuts.four a>em{position:absolute;right:8px;top:7px;display:grid;place-items:center;min-width:17px;height:17px;border-radius:10px;background:var(--accent);color:#181100;font-style:normal;font-weight:950}
.hero-services i{font-style:normal;font-size:20px}
.hero-settings-grid{grid-template-columns:1fr 1fr}.hero-image-preview img,.hero-bg-preview img{max-height:210px}
.hero-feature-editor{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hero-feature-edit-card{padding:12px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}
@media(max-width:1100px){.hero-feature-editor{grid-template-columns:1fr 1fr}.hero-account-shortcuts.four{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.hero-settings-grid{grid-template-columns:1fr}}
@media(max-width:700px){.dynamic-home-hero.hide-mobile-copy .hero-main-copy,.dynamic-home-hero.hide-mobile-copy .hero-product-visual{display:none!important}.dynamic-home-hero.show-mobile-copy .hero-main-copy{display:block!important;text-align:center;padding:18px}.dynamic-home-hero.show-mobile-copy .hero-product-visual{display:block!important;padding:0 18px 12px}.hero-account-shortcuts.four{grid-template-columns:1fr 1fr}.hero-feature-editor{grid-template-columns:1fr}}


/* V3.34 — mini sepet ve kupon özeti */
.hero-dashboard-top{
  display:grid;
  grid-template-columns:minmax(0,2.2fr) minmax(125px,.9fr);
  gap:10px;
  margin:17px 0 11px;
}
.hero-cart-summary,
.hero-coupon-summary{
  position:relative;
  min-width:0;
  padding:13px;
  border-radius:12px;
  background:#fff;
  color:var(--text);
}
.hero-coupon-summary{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#fff5f6;
}
.hero-mini-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.hero-mini-card-head>div{
  display:flex;
  align-items:center;
  gap:7px;
}
.hero-mini-card-head b{
  font-size:11px;
}
.hero-mini-card-head strong{
  font-size:11px;
}
.hero-cart-price{
  margin:9px 0 7px;
  text-align:right;
  font-size:22px;
  font-weight:950;
}
.hero-cart-progress{
  height:5px;
  overflow:hidden;
  border-radius:5px;
  background:#dfe4eb;
}
.hero-cart-progress i{
  display:block;
  height:100%;
  border-radius:5px;
  background:#3ec56d;
}
.hero-cart-summary p,
.hero-coupon-summary p{
  margin:7px 0;
  color:#677386;
  font-size:9px;
  line-height:1.4;
}
.hero-cart-summary>a,
.hero-coupon-summary>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:6px 9px;
  border:1px solid color-mix(in srgb,var(--b) 50%,#d8dce5);
  border-radius:8px;
  color:var(--b);
  font-size:9px;
  font-weight:900;
}
.hero-cart-summary>a{
  float:right;
}
.hero-coupon-summary>strong{
  margin-top:8px;
  font-size:23px;
}
.hero-empty-cart-icon{
  margin-top:8px;
  font-size:24px;
}
.hero-last-order.enhanced{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto 12px;
  gap:9px;
  align-items:center;
  background:linear-gradient(135deg,rgba(143,65,245,.38),rgba(110,37,220,.42));
}
.hero-order-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:9px;
  background:rgba(255,255,255,.12);
  font-size:17px;
}
.hero-order-main{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  min-width:0;
}
.hero-order-main code{
  color:rgba(255,255,255,.72);
  font-size:8px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hero-last-order.enhanced>i{
  color:#fff;
  font-size:22px;
  font-style:normal;
}
.hero-account-panel.logged-in{
  padding:21px;
}
.hero-account-panel.logged-in .hero-account-shortcuts{
  margin-top:10px;
}
@media(max-width:1180px){
  .hero-dashboard-top{grid-template-columns:1fr}
  .hero-coupon-summary{display:grid;grid-template-columns:1fr auto auto;gap:9px;text-align:left}
  .hero-coupon-summary .hero-mini-card-head{justify-content:flex-start}
  .hero-coupon-summary>strong{margin:0}
}
@media(max-width:700px){
  .hero-dashboard-top{grid-template-columns:1fr 105px;gap:8px}
  .hero-cart-summary,.hero-coupon-summary{padding:11px}
  .hero-coupon-summary{display:flex;text-align:center}
  .hero-cart-price{font-size:18px}
  .hero-last-order.enhanced{grid-template-columns:31px minmax(0,1fr) auto}
  .hero-last-order.enhanced>i{display:none}
}
@media(max-width:420px){
  .hero-dashboard-top{grid-template-columns:1fr}
  .hero-coupon-summary{display:grid;grid-template-columns:1fr auto auto;text-align:left}
}

.product-variants-panel{margin-bottom:18px}.variant-admin-layout{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.4fr);gap:14px}.variant-add-form{padding:14px;border:1px solid var(--l);border-radius:12px;background:var(--bg)}.variant-admin-list{display:grid;gap:9px}.variant-admin-card{position:relative;padding:12px;border:1px solid var(--l);border-radius:12px;background:var(--surface)}.variant-card-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}.variant-card-head>input{flex:1;min-height:40px;padding:8px 10px;border:1px solid var(--l);border-radius:9px;font-weight:850}.variant-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.variant-card-grid label{font-size:10px}.variant-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:8px}.variant-admin-card>form:last-child{position:absolute;right:13px;top:14px}.product-variant-picker{margin:16px 0}.product-variant-picker>label{display:block;margin-bottom:8px;font-weight:850}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-option{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:100px;padding:10px 12px;border:1px solid var(--l);border-radius:10px;background:var(--surface);color:var(--text);cursor:pointer}.variant-option.active{border-color:var(--b);background:color-mix(in srgb,var(--b) 7%,var(--surface));box-shadow:0 0 0 2px color-mix(in srgb,var(--b) 11%,transparent)}.variant-option small{color:var(--b);font-weight:850}.cart-variant-badge{display:inline-flex;width:max-content;margin:4px 0;padding:4px 7px;border-radius:8px;background:color-mix(in srgb,var(--b) 8%,var(--surface));color:var(--b);font-size:10px;font-weight:850}@media(max-width:1100px){.variant-admin-layout{grid-template-columns:1fr}.variant-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.variant-card-grid{grid-template-columns:1fr}.variant-options{display:grid;grid-template-columns:1fr 1fr}.variant-option{width:100%;box-sizing:border-box}}


/* V3.35.2 — sade ürün kartları */
.product-card .product-card-clean-body{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:8px!important;
  min-height:78px!important;
  padding:13px 14px 15px!important;
}
.product-card .product-card-clean-body .product-name-link{
  display:block!important;
  width:100%!important;
  color:var(--text)!important;
}
.product-card .product-card-clean-body h3{
  margin:0!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:850!important;
  color:var(--text)!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.product-card .product-card-clean-body .price{
  display:block!important;
  margin:0!important;
  color:var(--b)!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
.product-card .body>small,
.product-card .body>span{
  display:none!important;
}
@media(max-width:700px){
  .product-card .product-card-clean-body{
    min-height:67px!important;
    gap:6px!important;
    padding:10px 11px 12px!important;
  }
  .product-card .product-card-clean-body h3{
    font-size:12px!important;
  }
  .product-card .product-card-clean-body .price{
    font-size:14px!important;
  }
}


/* V3.35.3 — mobil ürün kartı sıkı düzen */
@media(max-width:700px){
  .products,
  .product-grid,
  .favorites-grid,
  .category-products,
  .home-products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    align-items:stretch!important;
  }

  .product-card{
    display:flex!important;
    flex-direction:column!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:12px!important;
  }

  .product-card .image,
  .product-card .product-image,
  .product-card>a:first-child{
    display:block!important;
    position:relative!important;
    width:100%!important;
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }

  .product-card .image img,
  .product-card .product-image img,
  .product-card>a:first-child img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:contain!important;
  }

  .product-card .product-card-clean-body{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    min-height:62px!important;
    height:auto!important;
    padding:8px 9px 10px!important;
    gap:5px!important;
  }

  .product-card .product-card-clean-body h3{
    min-height:0!important;
    margin:0!important;
    font-size:11px!important;
    line-height:1.2!important;
    -webkit-line-clamp:2!important;
  }

  .product-card .product-card-clean-body .price{
    order:2!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1.1!important;
  }

  .product-card .quick-add{
    top:6px!important;
    right:6px!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    padding:0!important;
    border-radius:10px!important;
    font-size:20px!important;
  }

  .section-products,
  .featured-products,
  #vitrin{
    margin-bottom:14px!important;
  }
}

@media(max-width:390px){
  .products,
  .product-grid,
  .favorites-grid,
  .category-products,
  .home-products{
    gap:6px!important;
  }

  .product-card .image,
  .product-card .product-image,
  .product-card>a:first-child{
    height:102px!important;
    min-height:102px!important;
    max-height:102px!important;
  }

  .product-card .product-card-clean-body{
    padding:7px 8px 9px!important;
  }
}


/* V3.35.4 — ürün kartı fiyat ortalama */
.product-card .product-card-clean-body{
  align-items:center!important;
  text-align:center!important;
}
.product-card .product-card-clean-body .product-name-link{
  text-align:center!important;
}
.product-card .product-card-clean-body h3{
  width:100%!important;
  text-align:center!important;
}
.product-card .product-card-clean-body .price{
  width:100%!important;
  text-align:center!important;
  align-self:center!important;
}


/* V3.36 — sadece masaüstü footer */
.desktop-site-footer{
  margin-top:34px;
  background:var(--b);
  color:#fff;
}
.desktop-footer-main{
  display:grid;
  grid-template-columns:1.4fr repeat(4,minmax(150px,1fr));
  gap:34px;
  max-width:1240px;
  margin:auto;
  padding:42px 28px 34px;
}
.desktop-site-footer section{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.desktop-site-footer h3{
  margin:0 0 7px;
  font-size:14px;
  color:#fff;
}
.desktop-site-footer a,
.desktop-site-footer p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:12px;
  line-height:1.55;
}
.desktop-site-footer a:hover{
  color:#fff;
}
.desktop-footer-brand p{
  max-width:320px;
}
.desktop-footer-logo{
  display:inline-flex!important;
  align-items:center;
  width:max-content;
  margin-bottom:5px;
}
.desktop-footer-logo img{
  max-width:190px;
  max-height:58px;
  object-fit:contain;
}
.desktop-footer-logo b{
  color:#fff;
  font-size:22px;
}
.desktop-footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:7px;
}
.desktop-footer-socials a{
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:9px;
  background:rgba(255,255,255,.06);
}
.desktop-footer-contact p{
  padding-left:1px;
}
.desktop-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  max-width:1240px;
  margin:auto;
  padding:16px 28px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.58);
  font-size:11px;
}
@media(max-width:1000px){
  .desktop-footer-main{
    grid-template-columns:1.4fr repeat(2,1fr);
  }
}
@media(max-width:700px){
  .desktop-site-footer{
    display:none!important;
  }
}


/* V3.36.1 — admin panelinde footer kesinlikle gizli */
body.admin-page .desktop-site-footer,
.admin-layout ~ .desktop-site-footer,
body:has(.admin-layout) .desktop-site-footer{
  display:none!important;
}


/* V3.36.2 — admin footer render düzeltmesi */
body[data-admin="1"] .desktop-site-footer,
.admin .desktop-site-footer,
.admin-page .desktop-site-footer{
  display:none!important;
}


/* V3.37 — tarifler */
.recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.recipe-card{display:block;overflow:hidden;border:1px solid var(--l);border-radius:16px;background:var(--surface);box-shadow:0 8px 24px rgba(13,31,58,.06);color:var(--text)}
.recipe-card img{display:block;width:100%;height:190px;object-fit:cover}.recipe-card>div{padding:15px}.recipe-card span{color:var(--b);font-size:10px;font-weight:850}.recipe-card h2{margin:7px 0;font-size:18px}.recipe-card p{min-height:40px;margin:0 0 9px;color:var(--m);font-size:11px;line-height:1.5}.recipe-card small{color:var(--m)}
.recipe-detail-hero{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:30px;align-items:center;margin-bottom:20px;padding:20px;border-radius:18px;background:var(--surface);border:1px solid var(--l)}.recipe-detail-hero>img{width:100%;height:330px;object-fit:cover;border-radius:14px}.recipe-detail-hero h1{margin:10px 0;font-size:38px}.recipe-detail-hero p{color:var(--m);line-height:1.7}.recipe-meta{display:flex;gap:8px;flex-wrap:wrap}.recipe-meta span{padding:7px 10px;border-radius:9px;background:var(--bg);font-size:10px;font-weight:800}
.recipe-detail-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.recipe-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}.recipe-section-head h2,.recipe-instructions h2{margin:0}.recipe-section-head p{margin:4px 0 0;color:var(--m);font-size:11px}
.recipe-product-list{display:grid;gap:8px}.recipe-product-list article{display:grid;grid-template-columns:62px minmax(0,1fr) 42px;gap:11px;align-items:center;padding:9px;border:1px solid var(--l);border-radius:12px}.recipe-product-list img{width:62px;height:62px;object-fit:contain;border-radius:9px;background:#fff}.recipe-product-list article>div{display:flex;flex-direction:column;gap:4px}.recipe-product-list small{color:var(--m)}.recipe-product-list em{color:#b62b37;font-size:10px;font-style:normal;font-weight:850}.recipe-product-add{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:10px;background:var(--b);color:#fff;font-size:22px;font-weight:900;cursor:pointer}
.recipe-instructions ol{display:grid;gap:13px;padding-left:24px}.recipe-instructions li{padding-left:5px;line-height:1.65;color:var(--text)}
.recipe-admin-grid{grid-template-columns:1fr 1fr}.recipe-admin-list,.recipe-product-admin-list{display:grid;gap:8px}.recipe-admin-list article,.recipe-product-admin-list article{display:grid;grid-template-columns:55px minmax(0,1fr) auto auto;gap:9px;align-items:center;padding:8px;border:1px solid var(--l);border-radius:10px}.recipe-admin-list img,.recipe-product-admin-list img{width:55px;height:55px;object-fit:cover;border-radius:8px}.recipe-admin-list article>div,.recipe-product-admin-list article>div{display:flex;flex-direction:column;gap:3px}.recipe-admin-list small,.recipe-product-admin-list small{color:var(--m)}
.recipe-product-add-form{display:grid;grid-template-columns:minmax(220px,1fr) 90px minmax(180px,1fr) 70px auto;gap:8px;margin-bottom:13px}.recipe-product-add-form>*{min-height:42px;padding:8px;border:1px solid var(--l);border-radius:9px}
@media(max-width:900px){.recipe-detail-layout,.recipe-admin-grid{grid-template-columns:1fr}.recipe-product-add-form{grid-template-columns:1fr 90px 1fr}.recipe-product-add-form button{grid-column:1/-1}}
@media(max-width:700px){.recipe-grid{grid-template-columns:1fr 1fr;gap:9px}.recipe-card img{height:130px}.recipe-card>div{padding:10px}.recipe-card h2{font-size:14px}.recipe-card p{display:none}.recipe-detail-hero{grid-template-columns:1fr;padding:12px;gap:14px}.recipe-detail-hero>img{height:220px}.recipe-detail-hero h1{font-size:26px}.recipe-section-head{align-items:stretch;flex-direction:column}.recipe-add-all{width:100%}.recipe-product-list article{grid-template-columns:55px minmax(0,1fr) 38px}.recipe-product-list img{width:55px;height:55px}.recipe-product-add-form{grid-template-columns:1fr}.recipe-product-add-form button{grid-column:auto}}


/* V3.37.1 — ana sayfa tarif vitrini */
.home-recipes-section{
  max-width:1240px;
  margin:30px auto 10px;
  padding:0 18px;
}
.home-recipes-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:14px;
}
.home-recipes-head small{
  color:var(--b);
  font-size:10px;
  font-weight:950;
  letter-spacing:.06em;
}
.home-recipes-head h2{
  margin:5px 0 3px;
  font-size:26px;
}
.home-recipes-head p{
  margin:0;
  color:var(--m);
  font-size:12px;
}
.home-recipes-head>a{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:9px;
  background:color-mix(in srgb,var(--b) 8%,var(--surface));
  color:var(--b);
  font-size:11px;
  font-weight:900;
}
.home-recipe-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}
.home-recipe-card{
  display:block;
  overflow:hidden;
  border:1px solid var(--l);
  border-radius:15px;
  background:var(--surface);
  color:var(--text);
  box-shadow:0 7px 22px rgba(12,28,52,.06);
  transition:transform .18s ease,box-shadow .18s ease;
}
.home-recipe-card:hover{
  transform:translateY(-3px);
  box-shadow:0 13px 30px rgba(12,28,52,.1);
}
.home-recipe-image{
  position:relative;
  height:170px;
  overflow:hidden;
  background:var(--bg);
}
.home-recipe-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-recipe-image>span{
  position:absolute;
  left:10px;
  top:10px;
  padding:5px 8px;
  border-radius:8px;
  background:rgba(255,255,255,.92);
  color:var(--b);
  font-size:9px;
  font-weight:900;
}
.home-recipe-body{
  padding:13px;
}
.home-recipe-meta{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}
.home-recipe-meta span{
  color:var(--m);
  font-size:9px;
  font-weight:750;
}
.home-recipe-body h3{
  margin:8px 0 5px;
  font-size:16px;
  line-height:1.3;
}
.home-recipe-body p{
  height:34px;
  margin:0 0 10px;
  overflow:hidden;
  color:var(--m);
  font-size:10px;
  line-height:1.55;
}
.home-recipe-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  padding-top:9px;
  border-top:1px solid var(--l);
}
.home-recipe-footer small{
  color:var(--m);
  font-size:9px;
}
.home-recipe-footer b{
  color:var(--b);
  font-size:9px;
}
@media(max-width:1000px){
  .home-recipe-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .home-recipes-section{
    margin:18px auto 5px;
    padding:0 9px;
  }
  .home-recipes-head{
    align-items:flex-start;
    margin-bottom:10px;
  }
  .home-recipes-head h2{font-size:20px}
  .home-recipes-head p{font-size:10px}
  .home-recipes-head>a{
    padding:7px 9px;
    font-size:9px;
  }
  .home-recipe-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .home-recipe-image{height:112px}
  .home-recipe-body{padding:9px}
  .home-recipe-body h3{
    margin:6px 0 4px;
    font-size:12px;
  }
  .home-recipe-body p{display:none}
  .home-recipe-meta span{font-size:8px}
  .home-recipe-footer{
    margin-top:7px;
    padding-top:7px;
  }
  .home-recipe-footer small{font-size:7px}
  .home-recipe-footer b{font-size:8px}
}

/* V3.38 — Sadakat ve Puan */
.checkout-loyalty-card{padding:15px;border:1px solid color-mix(in srgb,var(--b) 28%,var(--l));border-radius:13px;background:color-mix(in srgb,var(--b) 5%,var(--surface))}
.checkout-loyalty-card label{display:grid;gap:6px;font-size:11px;font-weight:800}.checkout-loyalty-card input{min-height:42px;padding:9px;border:1px solid var(--l);border-radius:9px}
.loyalty-use-info{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.loyalty-use-info button{border:0;background:none;color:var(--b);font-weight:900;cursor:pointer}.checkout-loyalty-card>p{margin:9px 0 0;color:var(--b);font-weight:900}
.loyalty-wallet{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:center;margin-bottom:16px;padding:24px;border-radius:18px;background:linear-gradient(135deg,var(--b),var(--primary-dark));color:#fff}.loyalty-wallet>div{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.loyalty-wallet small{width:100%;opacity:.8}.loyalty-wallet strong{font-size:54px;line-height:1}.loyalty-wallet p{margin:0;line-height:1.7}.points-plus{color:#16823c}.points-minus{color:#c02b38}.loyalty-admin-grid{grid-template-columns:1.2fr .8fr}
@media(max-width:700px){.loyalty-wallet{grid-template-columns:1fr;padding:18px}.loyalty-wallet strong{font-size:42px}.loyalty-admin-grid{grid-template-columns:1fr}}


/* V3.39 — Kampanya Motoru */
.campaign-admin-grid{grid-template-columns:1.25fr .75fr}
.campaign-help{display:grid;gap:10px}.campaign-help p{margin:0;padding:12px;border:1px solid var(--l);border-radius:10px;background:var(--bg);font-size:11px;line-height:1.6}
.campaign-badges{position:absolute;left:8px;top:8px;z-index:3;display:flex;flex-direction:column;gap:4px;pointer-events:none}
.campaign-badges span{width:max-content;max-width:130px;padding:5px 7px;border-radius:7px;background:#e53935;color:#fff;font-size:8px;font-weight:950;box-shadow:0 3px 9px rgba(0,0,0,.12)}
.product-card{position:relative}
.campaign-applied-note,.cart-campaign-list small{display:block;margin:3px 0;color:#16823c;font-size:9px;font-weight:850}
.cart-campaign-list{margin:-3px 0 8px}
.campaign-discount-row b{color:#16823c}
@media(max-width:800px){.campaign-admin-grid{grid-template-columns:1fr}.campaign-badges span{font-size:7px;padding:4px 5px}}


/* V3.40 — Gelişmiş Kuponlar + admin menü düzeltmesi */
.coupon-admin-grid{grid-template-columns:1.25fr .75fr}
.checkout-coupon-card{padding:15px;border:1px solid color-mix(in srgb,var(--b) 22%,var(--l));border-radius:13px;background:var(--surface)}
.coupon-entry{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-entry input{min-height:42px;padding:9px 11px;border:1px solid var(--l);border-radius:9px;text-transform:uppercase;font-weight:850}.coupon-entry button{padding:0 16px;border:0;border-radius:9px;background:var(--b);color:#fff;font-weight:900;cursor:pointer}
#advanced-coupon-message{min-height:18px;margin-top:7px;font-size:10px;font-weight:800}.checkout-coupon-card .success{color:#16823c}.checkout-coupon-card .error{color:#c02b38}
.coupon-remove{margin-top:4px;padding:0;border:0;background:none;color:#c02b38;font-size:9px;font-weight:850;cursor:pointer}
.advanced-coupon-row b{color:#16823c}
.admin-sidebar a[href="/admin/kampanyalar"],
.admin-menu a[href="/admin/kampanyalar"],
aside a[href="/admin/kampanyalar"]{display:flex!important}
@media(max-width:800px){.coupon-admin-grid{grid-template-columns:1fr}.coupon-entry{grid-template-columns:1fr}.coupon-entry button{min-height:40px}}


/* V3.40.1 — Kampanyalar sol admin menüsü hotfix */
a[href="/admin/kampanyalar"]{
    visibility:visible!important;
    opacity:1!important;
}
.admin-sidebar a[href="/admin/kampanyalar"],
.admin-menu a[href="/admin/kampanyalar"],
.admin-nav a[href="/admin/kampanyalar"],
aside a[href="/admin/kampanyalar"],
nav a[href="/admin/kampanyalar"]{
    display:flex!important;
}

/* V3.40.2 — Mobil sepet tutarı ve Profil */
.mobile-cart-total{display:block;margin-top:1px;font-size:8px;line-height:1;font-weight:950;color:var(--b);white-space:nowrap}
.mobile-bottom-nav a[href="/sepet"] .badge,.mobile-bottom-nav a[href="/sepet"] .cart-count,.bottom-nav a[href="/sepet"] .badge,.bottom-nav a[href="/sepet"] .cart-count{display:none!important}
.profile-page{padding-bottom:96px}
.profile-hero{display:grid;grid-template-columns:58px 1fr auto;gap:13px;align-items:center;padding:18px;margin-bottom:12px;border-radius:17px;background:linear-gradient(135deg,var(--b),var(--primary-dark));color:#fff}
.profile-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);border:2px solid rgba(255,255,255,.35);font-size:24px;font-weight:950}
.profile-identity small{font-size:8px;font-weight:900;letter-spacing:.12em;opacity:.78}.profile-identity h1{margin:3px 0;font-size:20px;color:#fff}.profile-identity p{margin:0;font-size:10px;opacity:.86}
.profile-edit-link{padding:7px 9px;border-radius:8px;background:rgba(255,255,255,.16);color:#fff;font-size:9px;font-weight:900}
.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:12px;border:1px solid var(--l);border-radius:14px;background:var(--surface);overflow:hidden}
.profile-stats a{padding:13px 7px;text-align:center;border-right:1px solid var(--l)}.profile-stats a:last-child{border-right:0}.profile-stats strong{display:block;font-size:17px;color:var(--b)}.profile-stats span{display:block;margin-top:3px;font-size:8px;color:var(--muted);font-weight:800}
.profile-menu-card{margin-bottom:12px;border:1px solid var(--l);border-radius:14px;background:var(--surface);overflow:hidden}
.profile-menu-card>a{display:grid;grid-template-columns:35px 1fr auto;gap:10px;align-items:center;min-height:62px;padding:10px 13px;border-bottom:1px solid var(--l);color:var(--text)}.profile-menu-card>a:last-child{border-bottom:0}
.profile-menu-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--b) 9%,var(--surface));color:var(--b);font-size:16px;font-weight:900}
.profile-menu-card b{display:block;font-size:11px}.profile-menu-card small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.profile-menu-card i{font-style:normal;font-size:21px;color:var(--muted)}
.profile-secondary-menu .profile-menu-icon{color:#c02b38;background:#fff1f2}
.customer-coupon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.customer-coupon-card{display:flex;justify-content:space-between;gap:12px;padding:16px;border:1px dashed var(--b);border-radius:14px;background:var(--surface)}
.customer-coupon-card small{font-size:7px;color:var(--muted)}.customer-coupon-card strong{display:block;margin:3px 0;color:var(--b);font-size:18px;letter-spacing:.08em}.customer-coupon-card h3{margin:5px 0;font-size:12px}.customer-coupon-card p{margin:0;font-size:11px;font-weight:900}.customer-coupon-card span{display:block;margin-top:5px;font-size:8px;color:var(--muted)}
.copy-coupon-code{align-self:center;padding:8px 10px;border:0;border-radius:8px;background:var(--b);color:#fff;font-size:8px;font-weight:900;cursor:pointer}
@media(max-width:700px){.profile-hero{grid-template-columns:52px 1fr auto;padding:14px}.profile-avatar{width:52px;height:52px}.profile-identity h1{font-size:17px}.customer-coupon-grid{grid-template-columns:1fr}}


/* V3.40.5 — Mobil uygulama görünümü */

/* Sağ üst Sepetim: ikon + canlı tutar, seçili tema rengi */
.header-actions .cart.header-cart-total-wrap{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    min-width:105px!important;
    height:43px!important;
    padding:7px 10px!important;
    border:0!important;
    border-radius:12px!important;
    background:var(--b)!important;
    color:#fff!important;
    overflow:hidden!important;
    box-shadow:0 6px 16px color-mix(in srgb,var(--b) 27%,transparent)!important;
    font-size:17px!important;
}
.header-actions .cart.header-cart-total-wrap span{
    display:none!important;
}
.header-actions .cart.header-cart-total-wrap #header-cart-total{
    position:static!important;
    display:inline!important;
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:950!important;
    white-space:nowrap!important;
    letter-spacing:-.1px!important;
    box-shadow:none!important;
}
.header-actions .cart.header-cart-total-wrap em,
.header-actions .cart.header-cart-total-wrap::after{
    display:none!important;
}

/* Ortadaki Sepet düğmesi: yazıyı da kapsayan büyük tema renkli daire */
.mobile-bottom-nav{
    overflow:visible!important;
}
.mobile-bottom-nav .mobile-cart{
    position:relative!important;
    z-index:4!important;
    overflow:visible!important;
    height:100%!important;
}
.mobile-bottom-nav .mobile-cart .mobile-cart-icon{
    position:absolute!important;
    left:50%!important;
    bottom:7px!important;
    transform:translateX(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:68px!important;
    height:68px!important;
    margin:0!important;
    padding:0 0 17px!important;
    border:5px solid var(--surface)!important;
    border-radius:50%!important;
    background:var(--b)!important;
    color:#fff!important;
    font-size:25px!important;
    line-height:1!important;
    box-shadow:0 8px 22px color-mix(in srgb,var(--b) 38%,transparent)!important;
}
.mobile-bottom-nav .mobile-cart small{
    position:absolute!important;
    left:50%!important;
    bottom:13px!important;
    z-index:2!important;
    transform:translateX(-50%)!important;
    margin:0!important;
    color:#fff!important;
    font-size:8px!important;
    line-height:1!important;
    font-weight:950!important;
    white-space:nowrap!important;
}
.mobile-bottom-nav .mobile-cart em{
    display:none!important;
}

/* Profil: beyaz yazının kaybolmaması için tam tema renkli üst panel */
.profile-page{
    padding-top:10px!important;
    padding-bottom:105px!important;
}
.profile-theme-shell{
    margin-bottom:14px!important;
    padding:14px!important;
    border-radius:0 0 24px 24px!important;
    background:
      radial-gradient(circle at 88% 5%,rgba(255,255,255,.20),transparent 35%),
      linear-gradient(145deg,color-mix(in srgb,var(--b) 80%,#000 20%),var(--b))!important;
    color:#fff!important;
    box-shadow:0 12px 28px color-mix(in srgb,var(--b) 22%,transparent)!important;
}
.profile-page-title{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    min-height:34px!important;
    margin-bottom:9px!important;
}
.profile-page-title h1{
    margin:0!important;
    color:#fff!important;
    font-size:20px!important;
    font-weight:950!important;
}
.profile-page-title a{
    position:absolute!important;
    right:0!important;
    top:0!important;
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    border-radius:50%!important;
    color:#fff!important;
    background:rgba(255,255,255,.13)!important;
}
.profile-theme-shell .profile-hero{
    display:grid!important;
    grid-template-columns:62px 1fr 28px!important;
    align-items:center!important;
    gap:12px!important;
    margin:0 0 13px!important;
    padding:12px!important;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
    box-shadow:none!important;
}
.profile-theme-shell .profile-avatar{
    width:62px!important;
    height:62px!important;
    border:2px solid rgba(255,255,255,.45)!important;
    background:rgba(255,255,255,.13)!important;
    color:#fff!important;
}
.profile-theme-shell .profile-identity small,
.profile-theme-shell .profile-identity h2,
.profile-theme-shell .profile-identity p{
    color:#fff!important;
}
.profile-theme-shell .profile-identity h2{
    margin:3px 0!important;
    font-size:18px!important;
    font-weight:950!important;
}
.profile-theme-shell .profile-identity p{
    margin:0!important;
    font-size:10px!important;
    opacity:.88!important;
}
.profile-theme-shell .profile-edit-link{
    display:grid!important;
    place-items:center!important;
    width:28px!important;
    height:38px!important;
    padding:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:28px!important;
}
.profile-theme-shell .profile-stats{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:7px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    overflow:visible!important;
}
.profile-theme-shell .profile-stats a{
    min-width:0!important;
    padding:10px 4px!important;
    border:1px solid rgba(255,255,255,.20)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
}
.profile-theme-shell .profile-stats strong{
    display:block!important;
    color:#fff!important;
    font-size:11px!important;
    white-space:nowrap!important;
}
.profile-theme-shell .profile-stats span{
    display:block!important;
    margin-top:4px!important;
    color:#fff!important;
    opacity:.90!important;
    font-size:7px!important;
}
.profile-menu-card{
    border-radius:16px!important;
    box-shadow:0 7px 20px rgba(15,23,42,.06)!important;
}
.profile-menu-card>a{
    min-height:59px!important;
}
.profile-menu-icon{
    color:var(--b)!important;
    background:color-mix(in srgb,var(--b) 10%,#fff)!important;
}

@media(max-width:700px){
    .header-actions .cart.header-cart-total-wrap{
        min-width:98px!important;
        height:42px!important;
        padding:6px 8px!important;
    }
    .header-actions .cart.header-cart-total-wrap #header-cart-total{
        font-size:9px!important;
    }
}

/* V3.40.6 — Sepet arayüzü ve kalıcı toplam */
.header-actions .cart.header-cart-total-wrap::before,
.header-actions .cart.header-cart-total-wrap::after{
    content:none!important;
    display:none!important;
}
.header-actions .cart.header-cart-total-wrap{
    gap:8px!important;
}
.header-actions .header-cart-icon{
    display:grid!important;
    place-items:center!important;
    width:21px!important;
    height:21px!important;
    flex:0 0 21px!important;
    color:#fff!important;
}
.header-actions .header-cart-icon svg{
    width:100%!important;
    height:100%!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2.1!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}
.header-actions .cart #header-cart-total{
    color:#fff!important;
}

.mobile-bottom-nav .mobile-cart{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.mobile-bottom-nav .mobile-cart .mobile-cart-icon{
    position:absolute!important;
    left:50%!important;
    bottom:5px!important;
    transform:translateX(-50%)!important;
    display:grid!important;
    place-items:center!important;
    width:68px!important;
    height:68px!important;
    padding:0!important;
    margin:0!important;
    border:5px solid var(--surface)!important;
    border-radius:50%!important;
    background:var(--b)!important;
    color:#fff!important;
    box-shadow:none!important;
    text-shadow:none!important;
}
.mobile-bottom-nav .mobile-cart .mobile-cart-icon svg{
    width:29px!important;
    height:29px!important;
    margin:0!important;
    fill:none!important;
    stroke:#fff!important;
    stroke-width:2.2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}
.mobile-bottom-nav .mobile-cart small,
.mobile-bottom-nav .mobile-cart em{
    display:none!important;
}

/* V3.40.7 — Sağ üst ikon görünürlüğü */
.header-actions .cart.header-cart-total-wrap .header-cart-icon{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    width:22px!important;
    height:22px!important;
    flex:0 0 22px!important;
}
.header-actions .cart.header-cart-total-wrap .header-cart-icon svg{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    stroke:#fff!important;
}

/* Hesap bilgileri */
.account-settings-page{padding-bottom:105px}
.account-settings-hero{
    display:grid;grid-template-columns:38px 1fr 44px;gap:10px;align-items:center;
    margin-bottom:14px;padding:17px;border-radius:0 0 22px 22px;
    background:linear-gradient(145deg,color-mix(in srgb,var(--b) 78%,#000 22%),var(--b));
    color:#fff;box-shadow:0 10px 25px color-mix(in srgb,var(--b) 20%,transparent);
}
.account-settings-hero small{font-size:8px;font-weight:900;letter-spacing:.12em;opacity:.8}
.account-settings-hero h1{margin:3px 0;color:#fff;font-size:20px}
.account-settings-hero p{margin:0;color:#fff;font-size:9px;opacity:.86}
.account-back,.account-hero-icon{
    display:grid;place-items:center;width:38px;height:38px;border-radius:50%;
    background:rgba(255,255,255,.13);color:#fff;font-size:26px
}
.account-hero-icon{width:44px;height:44px;font-size:20px}
.account-settings-form{display:grid;gap:13px}
.account-form-card{
    padding:15px;border:1px solid var(--l);border-radius:16px;background:var(--surface);
    box-shadow:0 7px 20px rgba(15,23,42,.05)
}
.account-card-title{display:flex;align-items:center;gap:10px;margin-bottom:13px}
.account-card-title>span{
    display:grid;place-items:center;width:38px;height:38px;border-radius:11px;
    background:color-mix(in srgb,var(--b) 10%,#fff);color:var(--b)
}
.account-card-title h2{margin:0;font-size:13px}.account-card-title p{margin:3px 0 0;font-size:8px;color:var(--muted)}
.account-form-card label{display:block;margin-top:11px;font-size:9px;font-weight:900}
.account-form-card input{
    width:100%;height:44px;margin-top:5px;padding:0 12px;border:1px solid var(--l);
    border-radius:10px;background:var(--surface);color:var(--text);font-size:11px;outline:none
}
.account-form-card input:focus{border-color:var(--b);box-shadow:0 0 0 3px color-mix(in srgb,var(--b) 12%,transparent)}
.account-form-card label>small{display:block;margin-top:5px;color:var(--muted);font-size:8px}
.password-input-wrap{position:relative}
.password-input-wrap input{padding-right:46px}
.password-toggle{
    position:absolute;right:5px;top:10px;width:34px;height:34px;border:0;border-radius:8px;
    background:color-mix(in srgb,var(--b) 9%,#fff);color:var(--b);cursor:pointer
}
.account-save-button{width:100%;height:46px;border-radius:12px;font-weight:950}

/* Hemen Puanlarım: yazıların kaybolmadığı tema paneli */
.loyalty-page{padding-top:10px;padding-bottom:105px}
.loyalty-theme-shell{
    margin-bottom:14px;padding:14px;border-radius:0 0 23px 23px;
    background:
      radial-gradient(circle at 86% 8%,rgba(255,255,255,.18),transparent 34%),
      linear-gradient(145deg,color-mix(in srgb,var(--b) 78%,#000 22%),var(--b));
    color:#fff;box-shadow:0 11px 27px color-mix(in srgb,var(--b) 20%,transparent)
}
.loyalty-page-head{
    display:grid;grid-template-columns:38px 1fr 42px;gap:10px;align-items:center;margin-bottom:12px
}
.loyalty-page-head>a,.loyalty-page-head>span{
    display:grid;place-items:center;width:38px;height:38px;border-radius:50%;
    background:rgba(255,255,255,.13);color:#fff;font-size:26px
}
.loyalty-page-head>span{width:42px;height:42px;color:#ffd43b;font-size:20px}
.loyalty-page-head small{color:#fff;font-size:8px;font-weight:900;letter-spacing:.12em;opacity:.8}
.loyalty-page-head h1{margin:3px 0 0;color:#fff;font-size:19px}
.loyalty-theme-shell .loyalty-wallet{
    margin:0;padding:14px;border:1px solid rgba(255,255,255,.22);border-radius:15px;
    background:rgba(255,255,255,.10);color:#fff;box-shadow:none
}
.loyalty-theme-shell .loyalty-wallet small,
.loyalty-theme-shell .loyalty-wallet strong,
.loyalty-theme-shell .loyalty-wallet span,
.loyalty-theme-shell .loyalty-wallet p,
.loyalty-theme-shell .loyalty-wallet b{color:#fff!important}
.loyalty-theme-shell .loyalty-wallet strong{font-size:30px}
.loyalty-page .panel.table-wrap{border-radius:16px;box-shadow:0 7px 20px rgba(15,23,42,.05)}

/* V3.40.8 — Ürün kartı içi sepet miktar kontrolü */
.product-card-cart-control{position:absolute;top:8px;right:8px;z-index:5}
.product-card-cart-control .product-card-add{
    position:static!important;display:grid;place-items:center;width:32px;height:32px;padding:0;
    border:0;border-radius:10px;background:var(--surface);color:var(--b);
    box-shadow:0 4px 12px rgba(15,23,42,.10);font-size:20px;font-weight:950;cursor:pointer
}
.product-card-cart-control .product-card-add[hidden],
.product-card-cart-control .product-card-stepper[hidden]{display:none!important}
.product-card-stepper{
    display:grid;grid-template-rows:30px 25px 30px;width:34px;overflow:hidden;
    border:1px solid color-mix(in srgb,var(--b) 22%,var(--l));border-radius:11px;
    background:var(--surface);box-shadow:0 6px 16px rgba(15,23,42,.13)
}
.product-stepper-button{
    display:grid;place-items:center;width:100%;height:100%;padding:0;border:0;
    background:var(--b);color:#fff;font-size:18px;line-height:1;font-weight:950;cursor:pointer
}
.product-stepper-minus{background:color-mix(in srgb,var(--b) 84%,#000 16%)}
.product-card-stepper strong{
    display:grid;place-items:center;min-width:0;color:var(--text);
    background:var(--surface);font-size:11px;font-weight:950
}
.product-stepper-button:disabled{opacity:.55;cursor:wait}
.product-card-cart-control.is-active{top:6px;right:7px}
@media(max-width:700px){
    .product-card-stepper{grid-template-rows:28px 23px 28px;width:32px}
    .product-stepper-button{font-size:17px}
    .product-card-stepper strong{font-size:10px}
}

/* V3.40.9 — Sadece mobil sepet sayfası tasarımı */
.mobile-cart-page-head,
.mobile-cart-search,
.mobile-cart-sticky-checkout,
.mobile-cart-no-result{display:none}

@media(max-width:700px){
  body:has(.mobile-cart-redesign) .site-header,
  body:has(.mobile-cart-redesign) .topbar,
  body:has(.mobile-cart-redesign) .category-navigation,
  body:has(.mobile-cart-redesign) .mobile-bottom-nav,
  body:has(.mobile-cart-redesign) .desktop-site-footer{display:none!important}

  body:has(.mobile-cart-redesign){
    background:#fff!important;
    padding-bottom:0!important;
  }

  .mobile-cart-redesign{
    width:100%!important;
    max-width:none!important;
    padding:0 0 118px!important;
    margin:0!important;
  }

  .desktop-cart-title{display:none!important}

  .mobile-cart-page-head{
    position:sticky;
    top:0;
    z-index:30;
    display:grid;
    grid-template-columns:42px 1fr 42px;
    align-items:center;
    height:64px;
    padding:0 14px;
    background:var(--b);
    color:#fff;
    box-shadow:0 3px 12px rgba(15,23,42,.12);
  }
  .mobile-cart-page-head h1{
    margin:0;
    text-align:center;
    color:#fff;
    font-size:20px;
    font-weight:950;
  }
  .mobile-cart-close,
  .mobile-cart-clear{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:transparent;
    color:#fff;
    font-size:30px;
    line-height:1;
    cursor:pointer;
  }
  .mobile-cart-clear{font-size:23px}

  .mobile-cart-search{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 15px;
    padding:14px 2px 12px;
    border-bottom:1px solid var(--l);
  }
  .mobile-cart-search span{
    color:var(--b);
    font-size:31px;
    line-height:1;
  }
  .mobile-cart-search input{
    width:100%;
    height:42px;
    border:0;
    outline:0;
    background:transparent;
    color:var(--text);
    font-size:17px;
    font-weight:700;
  }
  .mobile-cart-search input::placeholder{
    color:color-mix(in srgb,var(--b) 68%,#777);
  }

  .mobile-cart-redesign .checkout-layout{
    display:block!important;
  }
  .mobile-cart-redesign .cart-items{
    padding:0 14px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
  }
  .mobile-cart-redesign .cart-row{
    position:relative;
    display:grid!important;
    grid-template-columns:84px minmax(0,1fr) 112px!important;
    gap:12px!important;
    align-items:center!important;
    min-height:132px!important;
    padding:18px 0!important;
    border:0!important;
    border-bottom:1px solid var(--l)!important;
    border-radius:0!important;
    background:#fff!important;
  }
  .mobile-cart-redesign .mobile-cart-product-image{
    display:grid;
    place-items:center;
    width:84px;
    height:92px;
    padding:7px;
    border:1px solid var(--l);
    border-radius:16px;
    background:#fff;
  }
  .mobile-cart-redesign .mobile-cart-product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    border-radius:8px!important;
  }
  .mobile-cart-redesign .cart-product-info{
    min-width:0;
  }
  .mobile-cart-redesign .cart-product-info>a b{
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color:var(--text);
    font-size:15px;
    line-height:1.2;
    font-weight:800;
  }
  .mobile-cart-redesign .cart-product-info>small{
    display:block;
    margin-top:3px;
    color:var(--muted);
    font-size:13px;
  }
  .mobile-cart-price-line{
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:6px;
  }
  .mobile-cart-price-line strong{
    color:var(--b);
    font-size:16px;
    font-weight:950;
    white-space:nowrap;
  }
  .mobile-cart-price-line del{
    color:var(--muted);
    font-size:11px;
    white-space:nowrap;
  }
  .desktop-cart-remove,
  .mobile-cart-redesign .cart-line-total{display:none!important}

  .mobile-cart-redesign .mobile-quantity-control{
    display:grid!important;
    grid-template-columns:36px 42px 36px!important;
    width:114px!important;
    height:44px!important;
    overflow:hidden;
    border:1px solid color-mix(in srgb,var(--b) 13%,var(--l));
    border-radius:12px;
    background:#fff;
    box-shadow:0 4px 14px rgba(15,23,42,.06);
  }
  .mobile-cart-redesign .mobile-quantity-control button,
  .mobile-cart-redesign .mobile-quantity-control strong{
    display:grid!important;
    place-items:center!important;
    width:100%!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
  }
  .mobile-cart-redesign .mobile-quantity-control button{
    background:#fff!important;
    color:var(--b)!important;
    font-size:21px!important;
    font-weight:950!important;
  }
  .mobile-cart-redesign .mobile-quantity-control strong{
    background:var(--b)!important;
    color:#fff!important;
    font-size:17px!important;
  }

  .mobile-cart-redesign .order-summary{
    display:none!important;
  }

  .mobile-cart-sticky-checkout{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:40;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    min-height:76px;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top:1px solid var(--l);
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(12px);
    box-shadow:0 -8px 24px rgba(15,23,42,.08);
  }
  .mobile-cart-continue{
    display:grid;
    place-items:center;
    border:0;
    border-radius:14px 0 0 14px;
    background:var(--b);
    color:#fff;
    font-size:17px;
    font-weight:950;
  }
  .mobile-cart-total-box{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
    padding:8px 14px;
    border-radius:0 14px 14px 0;
    background:#fff;
    box-shadow:inset 0 0 0 1px var(--l);
  }
  .mobile-cart-total-box small{
    color:var(--muted);
    font-size:11px;
  }
  .mobile-cart-total-box strong{
    color:var(--b);
    font-size:21px;
    line-height:1.15;
    font-weight:950;
    white-space:nowrap;
  }
  .mobile-cart-no-result{
    padding:28px 10px;
    text-align:center;
    color:var(--muted);
    font-weight:800;
  }
  .cart-empty-state{
    margin:28px 15px!important;
    padding:32px 20px!important;
    border-radius:18px!important;
  }
}

/* V3.41.0 — Mobil sepet sıkı liste düzeni */
@media(max-width:700px){
  .mobile-cart-redesign .cart-items{
    padding:0 12px!important;
  }

  .mobile-cart-redesign .cart-row{
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) 104px!important;
    gap:9px!important;
    align-items:center!important;
    min-height:94px!important;
    padding:10px 0!important;
  }

  .mobile-cart-redesign .mobile-cart-product-image{
    width:64px!important;
    height:72px!important;
    padding:5px!important;
    border-radius:12px!important;
  }

  .mobile-cart-redesign .cart-product-info>a b{
    font-size:13px!important;
    line-height:1.15!important;
    -webkit-line-clamp:2!important;
  }

  .mobile-cart-redesign .cart-product-info>small{
    margin-top:2px!important;
    font-size:10px!important;
  }

  .mobile-cart-redesign .mobile-cart-price-line{
    gap:5px!important;
    margin-top:4px!important;
  }

  .mobile-cart-redesign .mobile-cart-price-line strong{
    font-size:14px!important;
  }

  .mobile-cart-redesign .mobile-cart-price-line del{
    font-size:9px!important;
  }

  .mobile-cart-redesign .cart-variant-badge{
    display:inline-block!important;
    margin-top:3px!important;
    padding:2px 5px!important;
    font-size:8px!important;
  }

  .mobile-cart-redesign .mobile-quantity-control{
    justify-self:end!important;
    grid-template-columns:32px 38px 32px!important;
    width:102px!important;
    height:40px!important;
    border-radius:10px!important;
  }

  .mobile-cart-redesign .mobile-quantity-control button,
  .mobile-cart-redesign .mobile-quantity-control strong{
    height:40px!important;
  }

  .mobile-cart-redesign .mobile-quantity-control button{
    font-size:18px!important;
  }

  .mobile-cart-redesign .mobile-quantity-control strong{
    font-size:15px!important;
  }

  .mobile-cart-search{
    padding-top:10px!important;
    padding-bottom:9px!important;
  }

  .mobile-cart-search input{
    height:37px!important;
    font-size:15px!important;
  }

  .mobile-cart-search span{
    font-size:27px!important;
  }
}

/* V3.41.1 — Mobil sepette miktar kontrolünü sağa sabitle */
@media(max-width:700px){
  .mobile-cart-redesign .cart-row{
    position:relative!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) 104px!important;
    grid-template-areas:"image info quantity"!important;
    align-items:center!important;
    column-gap:9px!important;
  }

  .mobile-cart-redesign .mobile-cart-product-image{
    grid-area:image!important;
    align-self:center!important;
  }

  .mobile-cart-redesign .cart-product-info{
    grid-area:info!important;
    align-self:center!important;
    min-width:0!important;
    width:auto!important;
  }

  .mobile-cart-redesign .mobile-quantity-control{
    grid-area:quantity!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    align-self:center!important;
    justify-self:end!important;
    margin:0!important;
    width:102px!important;
    max-width:102px!important;
    min-width:102px!important;
  }

  .mobile-cart-redesign .cart-line-total{
    display:none!important;
  }
}

/* V3.41.2 — Mobil sepette hızlı ürün ara ve ekle */
@media(max-width:700px){
  .mobile-cart-search{
    position:relative!important;
    overflow:visible!important;
  }

  .mobile-cart-search input{
    padding-right:5px!important;
  }

  .mobile-cart-search-results{
    position:absolute;
    left:-2px;
    right:-2px;
    top:61px;
    z-index:50;
    max-height:360px;
    overflow-y:auto;
    padding:6px;
    border:1px solid var(--l);
    border-radius:14px;
    background:var(--surface);
    box-shadow:0 14px 30px rgba(15,23,42,.16);
  }

  .mobile-cart-search-result{
    display:grid;
    grid-template-columns:48px minmax(0,1fr) 36px;
    gap:9px;
    align-items:center;
    min-height:62px;
    padding:7px;
    border-bottom:1px solid var(--l);
  }

  .mobile-cart-search-result:last-child{
    border-bottom:0;
  }

  .mobile-cart-search-result img{
    width:48px;
    height:48px;
    object-fit:contain;
    border:1px solid var(--l);
    border-radius:10px;
    background:#fff;
  }

  .mobile-cart-search-result div{
    min-width:0;
  }

  .mobile-cart-search-result b{
    display:block;
    overflow:hidden;
    color:var(--text);
    font-size:11px;
    line-height:1.2;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .mobile-cart-search-result small{
    display:block;
    margin-top:2px;
    color:var(--muted);
    font-size:8px;
  }

  .mobile-cart-search-result strong{
    display:block;
    margin-top:3px;
    color:var(--b);
    font-size:11px;
  }

  .mobile-cart-search-result button{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    padding:0;
    border:0;
    border-radius:10px;
    background:var(--b);
    color:#fff;
    font-size:20px;
    font-weight:950;
    cursor:pointer;
  }

  .mobile-cart-search-result button:disabled{
    opacity:.65;
  }

  .mobile-cart-search-loading,
  .mobile-cart-search-empty{
    padding:16px 10px;
    text-align:center;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
  }
}

/* V3.42.1 — Mobil ödeme sayfası temiz sıfırlama */
@media(max-width:700px){

  body:has(.checkout-v342){
    margin:0!important;
    padding:0!important;
    background:#f4f5f7!important;
    overflow-x:hidden!important;
  }

  body:has(.checkout-v342) .site-header,
  body:has(.checkout-v342) .topbar,
  body:has(.checkout-v342) .category-navigation,
  body:has(.checkout-v342) .mobile-bottom-nav,
  body:has(.checkout-v342) .desktop-site-footer{
    display:none!important;
  }

  .checkout-v342{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-height:100vh!important;
    margin:0!important;
    padding:0!important;
    background:#f4f5f7!important;
    overflow:visible!important;
  }

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

  .checkout-v342 .mobile-checkout-head{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 38px!important;
    align-items:center!important;
    width:100%!important;
    min-height:62px!important;
    margin:0!important;
    padding:8px 12px!important;
    box-sizing:border-box!important;
    background:var(--b)!important;
    color:#fff!important;
  }

  .checkout-v342 .mobile-checkout-head>div{
    text-align:center!important;
    min-width:0!important;
  }

  .checkout-v342 .mobile-checkout-head small{
    display:block!important;
    color:#fff!important;
    font-size:7px!important;
    opacity:.8!important;
  }

  .checkout-v342 .mobile-checkout-head h1{
    margin:4px 0 0!important;
    color:#fff!important;
    font-size:16px!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .checkout-v342 .mobile-checkout-back,
  .checkout-v342 .mobile-checkout-lock{
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    margin:0!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.15)!important;
    color:#fff!important;
  }

  .checkout-v342 .mobile-checkout-progress{
    display:none!important;
  }

  .checkout-v342 .mobile-checkout-form.checkout-layout{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:10px!important;
    box-sizing:border-box!important;
  }

  .checkout-v342 .mobile-checkout-form>div{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
  }

  .checkout-v342 .checkout-section{
    display:block!important;
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    margin:0!important;
    padding:13px!important;
    box-sizing:border-box!important;
    border:1px solid #e2e5ea!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .checkout-v342 .v342-section-head{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    margin:0 0 10px!important;
  }

  .checkout-v342 .v342-section-icon{
    display:grid!important;
    place-items:center!important;
    flex:0 0 32px!important;
    width:32px!important;
    height:32px!important;
    border-radius:9px!important;
    background:#f1f2f5!important;
    color:var(--b)!important;
  }

  .checkout-v342 .v342-section-head h2{
    margin:0!important;
    font-size:12px!important;
    color:#202534!important;
  }

  .checkout-v342 .v342-section-head p{
    margin:3px 0 0!important;
    font-size:8px!important;
    color:#7d8796!important;
  }

  .checkout-v342 .checkout-addresses,
  .checkout-v342 .payment-methods{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    width:100%!important;
  }

  .checkout-v342 .select-card,
  .checkout-v342 .delivery-slot-card{
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:58px!important;
    margin:0!important;
    padding:10px 36px 10px 10px!important;
    box-sizing:border-box!important;
    border:1px solid #e0e3e8!important;
    border-radius:11px!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  .checkout-v342 .select-card:has(input:checked),
  .checkout-v342 .delivery-slot-card:has(input:checked),
  .checkout-v342 .select-card.is-selected,
  .checkout-v342 .delivery-slot-card.is-selected{
    border-color:var(--b)!important;
    background:#fff!important;
  }

  .checkout-v342 .select-card input[type="radio"],
  .checkout-v342 .delivery-slot-card input[type="radio"]{
    position:absolute!important;
    top:50%!important;
    right:11px!important;
    width:17px!important;
    height:17px!important;
    margin:0!important;
    transform:translateY(-50%)!important;
    accent-color:var(--b)!important;
  }

  .checkout-v342 .select-card b,
  .checkout-v342 .delivery-slot-card b{
    display:block!important;
    font-size:10px!important;
    color:#202534!important;
  }

  .checkout-v342 .select-card small,
  .checkout-v342 .delivery-slot-card small,
  .checkout-v342 .select-card em{
    display:block!important;
    margin-top:3px!important;
    font-size:8px!important;
    line-height:1.3!important;
    color:#7d8796!important;
    font-style:normal!important;
  }

  .checkout-v342 .delivery-slot-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }

  .checkout-v342 .checkout-extra-fields{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    margin-top:10px!important;
  }

  .checkout-v342 .checkout-coupon-card,
  .checkout-v342 .checkout-loyalty-card,
  .checkout-v342 .checkout-note-card,
  .checkout-v342 .bank-transfer-info,
  .checkout-v342 .provider-select{
    position:static!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    margin:0!important;
    padding:10px!important;
    box-sizing:border-box!important;
    border:1px solid #e2e5ea!important;
    border-radius:11px!important;
    background:#fafafa!important;
    overflow:visible!important;
  }

  .checkout-v342 .coupon-entry{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 70px!important;
    gap:7px!important;
  }

  .checkout-v342 input,
  .checkout-v342 select,
  .checkout-v342 textarea,
  .checkout-v342 button{
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  /* En kritik değişiklik: özet artık sabit değil */
  .checkout-v342 .order-summary{
    position:static!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    margin:10px 0 0!important;
    padding:13px!important;
    box-sizing:border-box!important;
    border:1px solid #e2e5ea!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary>h2{
    display:block!important;
    margin:0 0 10px!important;
    font-size:12px!important;
  }

  .checkout-v342 .order-summary>p,
  .checkout-v342 .order-summary>hr,
  .checkout-v342 .order-summary>.checkout-zone-rule,
  .checkout-v342 .order-summary>.campaign-applied-note{
    display:flex!important;
  }

  .checkout-v342 .order-summary .line{
    justify-content:space-between!important;
    gap:10px!important;
    margin:7px 0!important;
    font-size:9px!important;
  }

  .checkout-v342 .order-summary .line.total{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:10px 0 0!important;
    padding:11px 0 0!important;
    border:0!important;
    border-top:1px solid #e2e5ea!important;
    border-radius:0!important;
    background:transparent!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary .line.total span{
    font-size:11px!important;
    font-weight:900!important;
    color:#202534!important;
  }

  .checkout-v342 .order-summary .line.total b{
    margin:0!important;
    font-size:17px!important;
    color:var(--b)!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary>button.primary{
    position:static!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    max-height:none!important;
    margin:12px 0 0!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:11px!important;
    background:var(--b)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
  }
}

/* V3.42.2 — Ödeme sayfası kesin çalışma düzeltmesi */
@media(max-width:700px){

  /* Eski veya çakışan sabit özetlerin tamamını etkisizleştir */
  .checkout-v342 .order-summary,
  .mobile-checkout-redesign .order-summary,
  .checkout-page .order-summary{
    position:static!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    transform:none!important;

    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:10px 0 0!important;
    padding:13px!important;
    box-sizing:border-box!important;

    border:1px solid #e2e5ea!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary>h2,
  .mobile-checkout-redesign .order-summary>h2{
    display:block!important;
    margin:0 0 10px!important;
    font-size:12px!important;
  }

  .checkout-v342 .order-summary>p,
  .checkout-v342 .order-summary>hr,
  .checkout-v342 .order-summary>.checkout-zone-rule,
  .checkout-v342 .order-summary>.campaign-applied-note,
  .mobile-checkout-redesign .order-summary>p,
  .mobile-checkout-redesign .order-summary>hr,
  .mobile-checkout-redesign .order-summary>.checkout-zone-rule,
  .mobile-checkout-redesign .order-summary>.campaign-applied-note{
    display:flex!important;
    position:static!important;
    visibility:visible!important;
  }

  .checkout-v342 .order-summary .line,
  .mobile-checkout-redesign .order-summary .line{
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:7px 0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    font-size:9px!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary .line.total,
  .mobile-checkout-redesign .order-summary .line.total{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:10px 0 0!important;
    padding:11px 0 0!important;
    border:0!important;
    border-top:1px solid #e2e5ea!important;
    border-radius:0!important;
    background:transparent!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary .line.total span,
  .mobile-checkout-redesign .order-summary .line.total span{
    display:block!important;
    font-size:11px!important;
    font-weight:900!important;
    color:#202534!important;
  }

  .checkout-v342 .order-summary .line.total b,
  .mobile-checkout-redesign .order-summary .line.total b{
    display:block!important;
    margin:0!important;
    font-size:17px!important;
    color:var(--b)!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }

  .checkout-v342 .order-summary>button.primary,
  .mobile-checkout-redesign .order-summary>button.primary{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    margin:12px 0 0!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:11px!important;
    background:var(--b)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    box-shadow:none!important;
  }

  /* Üstte eski toplam/onay çubuğu kalmasın */
  body:has(.checkout-v342) > .order-summary,
  body:has(.checkout-v342) .mobile-cart-sticky,
  body:has(.checkout-v342) .mobile-cart-checkout-bar{
    display:none!important;
  }

  .checkout-v342 .mobile-checkout-progress{
    display:none!important;
  }

  .checkout-v342 .mobile-checkout-form.checkout-layout{
    padding-top:10px!important;
  }
}

/* V3.42.4 — Mobil kupon butonu taşma düzeltmesi */
@media(max-width:700px){

  .checkout-v342 .coupon-entry,
  .mobile-checkout-redesign .coupon-entry{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 76px!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-top:8px!important;
    box-sizing:border-box!important;
    align-items:stretch!important;
  }

  .checkout-v342 .coupon-entry input,
  .mobile-checkout-redesign .coupon-entry input{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:40px!important;
    margin:0!important;
    padding:0 9px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .checkout-v342 .coupon-entry button,
  .mobile-checkout-redesign .coupon-entry button{
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
    height:40px!important;
    min-height:40px!important;
    margin:0!important;
    padding:0 7px!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:8px!important;
  }

  .checkout-v342 .checkout-coupon-card,
  .mobile-checkout-redesign .checkout-coupon-card{
    overflow:hidden!important;
  }
}

@media(max-width:340px){
  .checkout-v342 .coupon-entry,
  .mobile-checkout-redesign .coupon-entry{
    grid-template-columns:1fr!important;
  }

  .checkout-v342 .coupon-entry button,
  .mobile-checkout-redesign .coupon-entry button{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
}


/* V3.43.0 — Güvenlik Merkezi */
.admin-security-menu summary span{filter:none}.security-head{align-items:center}.security-state{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;font-weight:800;font-size:13px}.security-state:before{content:"";width:9px;height:9px;border-radius:50%;background:currentColor}.security-state.is-on{background:#e8fff2;color:#087443}.security-state.is-off{background:#fff0f0;color:#b42318}.security-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.security-stats>div{border-top:3px solid var(--primary,#6d38d6)}.security-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px;margin:18px 0}.security-settings-panel h3{margin:22px 0 10px}.security-switch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.security-switch{position:relative;display:grid!important;grid-template-columns:42px 1fr;column-gap:10px;align-items:center;border:1px solid #e2e7ef;border-radius:14px;padding:13px!important;background:#fbfcfe;cursor:pointer}.security-switch input{position:absolute;opacity:0}.security-switch span{grid-row:1/3;width:42px;height:24px;background:#c9d1dc;border-radius:999px;position:relative;transition:.2s}.security-switch span:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 1px 4px #0003;transition:.2s}.security-switch input:checked+span{background:#159a60}.security-switch input:checked+span:after{transform:translateX(18px)}.security-switch.attack input:checked+span{background:#d92d20}.security-switch b{font-size:14px}.security-switch small{color:#728096}.security-limit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.security-limit-grid label{margin:0}.security-note p{line-height:1.55}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-title-row h2,.panel-title-row p{margin:0}.security-log-filter{display:flex;gap:8px;align-items:center;margin:0 0 14px}.security-log-filter select,.security-log-filter input{max-width:220px}.security-severity,.security-http{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.security-severity.low{background:#edf2f7;color:#526174}.security-severity.medium{background:#fff5d6;color:#8a5a00}.security-severity.high{background:#ffe6e3;color:#b42318}.security-http.s200{background:#e8fff2;color:#087443}.security-http.s403,.security-http.s429{background:#ffe6e3;color:#b42318}.security-log-panel table code,.table-wrap table code{white-space:nowrap;background:#f2f4f7;padding:3px 6px;border-radius:6px}
@media(max-width:1000px){.security-layout{grid-template-columns:1fr}.security-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.security-head{align-items:flex-start}.security-state{margin-top:4px}.security-switch-grid,.security-limit-grid{grid-template-columns:1fr}.security-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.security-log-filter{display:grid;grid-template-columns:1fr 1fr}.security-log-filter select,.security-log-filter input{max-width:none;width:100%}.panel-title-row{align-items:flex-start}.security-layout .panel{padding:14px}.security-switch{grid-template-columns:42px minmax(0,1fr)}}


/* V3.43.1 — Gelişmiş güvenlik izleme */
.security-stats{grid-template-columns:repeat(6,minmax(0,1fr))}
.security-monitor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}
.security-chart-panel,.security-live-panel{min-width:0}
.security-hour-chart{height:210px;display:grid;grid-template-columns:repeat(24,minmax(4px,1fr));gap:5px;align-items:end;padding:15px 4px 0;border-bottom:1px solid #e5eaf1}
.security-hour-col{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;min-width:0}
.security-hour-col span{display:block;width:100%;max-width:18px;min-height:4px;background:linear-gradient(180deg,var(--primary,#6d38d6),#9d7ae7);border-radius:6px 6px 2px 2px;transition:.2s}
.security-hour-col:hover span{filter:brightness(.9)}
.security-hour-col small{height:16px;font-size:9px;color:#8290a4}
.security-live-counters{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.security-live-counters span{padding:6px 8px;background:#f2f5f9;border-radius:8px;font-size:11px;white-space:nowrap}
.security-live-list{height:220px;overflow:auto;border:1px solid #e5eaf1;border-radius:12px}
.security-live-row{display:grid;grid-template-columns:48px 116px minmax(0,1fr) 132px;gap:8px;align-items:center;padding:9px 10px;border-bottom:1px solid #edf0f4;font-size:12px}
.security-live-row:last-child{border-bottom:0}.security-live-row b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.security-live-row small{color:#7a8799;text-align:right}.security-live-row code{font-size:11px}
.security-method{display:inline-flex;justify-content:center;padding:4px 5px;border-radius:6px;font-size:9px;font-weight:900;background:#edf2f7;color:#536174}
.security-method.POST,.security-method.PUT,.security-method.PATCH,.security-method.DELETE{background:#fff1dd;color:#995d00}
@media(max-width:1200px){.security-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.security-monitor-grid{grid-template-columns:1fr}}
@media(max-width:700px){.security-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.security-hour-chart{gap:3px;height:165px}.security-live-row{grid-template-columns:42px 1fr 90px}.security-live-row b{grid-column:1/-1;grid-row:2}.security-live-row small{text-align:right}.security-live-counters{justify-content:flex-start}.security-live-list{height:260px}}


/* V3.43.2 — Bot koruması */
.security-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.security-bot-summary{padding:7px 10px;border-radius:999px;background:#fff1f0;color:#a52b20;font-size:11px;font-weight:800}
.security-bot-score{display:inline-grid;place-items:center;min-width:40px;height:28px;padding:0 7px;border-radius:8px;font-weight:900}
.security-bot-score.info{background:#eaf3ff;color:#2363a5}.security-bot-score.warning{background:#fff4d9;color:#956000}.security-bot-score.danger{background:#ffe5e3;color:#b3271c}
.security-action{display:inline-block;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:800}.security-action.observed{background:#edf2f7;color:#536174}.security-action.blocked{background:#ffe5e3;color:#b3271c}
.security-bot-panel table small{display:inline-block;max-width:420px;color:#7a8799;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:700px){.security-bot-panel table{min-width:880px}}


/* V3.43.3 — Sistem Sağlığı ve İzleme Merkezi */
.system-monitor-shortcut{display:flex;justify-content:flex-end;margin-bottom:10px}
.system-monitor-shortcut a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:#eef3ff;color:#3055a8;font-weight:800;text-decoration:none}
.system-health-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border-radius:18px;margin:18px 0;color:#fff}
.system-health-hero.good{background:linear-gradient(135deg,#1d8b5d,#36b77e)}
.system-health-hero.warn{background:linear-gradient(135deg,#a66a00,#e2a72d)}
.system-health-hero.bad{background:linear-gradient(135deg,#9d2c25,#d75048)}
.system-health-hero>div:first-child{display:flex;flex-direction:column;gap:5px}
.system-health-hero span{font-size:13px;opacity:.9}.system-health-hero b{font-size:34px}.system-health-hero small{opacity:.9}
.system-health-ring{--score:100;width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(rgba(255,255,255,.95) calc(var(--score)*1%),rgba(255,255,255,.22) 0);position:relative;flex:0 0 auto}
.system-health-ring:after{content:"";position:absolute;inset:10px;border-radius:50%;background:rgba(0,0,0,.18)}
.system-health-ring span{position:relative;z-index:1;font-size:20px;font-weight:900}
.system-monitor-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
.system-monitor-stats>div span{display:block;margin-top:4px;font-size:11px;color:#7b8797}
.system-monitor-stats .small-value{font-size:15px;line-height:1.25}
.system-monitor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}
.system-info-list{display:grid;gap:0}
.system-info-list>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #edf0f4}
.system-info-list>div:last-child{border-bottom:0}.system-info-list span{color:#718096}.system-info-list b{text-align:right}
.system-info-list .ok{color:#168253}.system-info-list .no{color:#b4322a}
.system-extension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.system-extension-grid>div{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px;background:#f4f7fa}
.system-extension-grid>div.ok{background:#e9f8f0;color:#16754d}.system-extension-grid>div.no{background:#fff0ee;color:#ad3027}
.system-extension-grid span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.75);font-weight:900}
.system-alert-panel{border-left:5px solid #e19b20}.system-alert-list{display:grid;gap:8px;margin-top:12px}.system-alert-list>div{padding:10px 12px;border-radius:9px;background:#fff8e8;color:#7a5310}
.system-badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.system-badge.ok{background:#e8f8ef;color:#177650}.system-badge.no{background:#ffebe9;color:#ae3128}.system-badge.neutral{background:#eef2f6;color:#637083}
@media(max-width:1100px){.system-monitor-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.system-monitor-grid{grid-template-columns:1fr}}
@media(max-width:650px){.system-health-hero{align-items:flex-start}.system-health-ring{width:82px;height:82px}.system-health-ring span{font-size:16px}.system-monitor-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.system-extension-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* V3.43.3 Final — gerçek admin entegrasyonu */
.system-monitor-head{align-items:center}
.admin-security-menu div a[href="/admin/sistem-izleme"]{display:block}
@media(max-width:650px){.system-monitor-head{align-items:flex-start;gap:10px}.system-monitor-head .btn{white-space:nowrap}.system-health-hero b{font-size:27px}}


/* V3.43.4 — Yedekleme Merkezi */
.backup-head{align-items:center}.backup-status{padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900}.backup-status.ok{background:#e8f8ef;color:#177650}.backup-status.bad{background:#ffebe9;color:#ae3128}
.backup-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.backup-stats .small-value{font-size:13px;overflow-wrap:anywhere}
.backup-create-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:18px 0}.backup-card{display:flex;flex-direction:column;align-items:flex-start}.backup-card .backup-icon{font-size:30px}.backup-card h2{margin:10px 0 6px}.backup-card p{color:#6f7b8d;line-height:1.55;flex:1}.backup-card form{width:100%;margin-top:12px}.backup-card button{width:100%}.backup-card button:disabled{opacity:.45;cursor:not-allowed}.backup-card.danger-zone{border:1px solid #f0d6a5;background:#fffcf5}
.backup-info{margin:18px 0;background:#eef5ff;border-left:4px solid #4578c8;color:#39516e;line-height:1.55}.backup-info code{background:#fff;padding:3px 6px;border-radius:6px}
.backup-type{display:inline-block;padding:5px 8px;border-radius:999px;background:#eef3ff;color:#355ca8;font-size:10px;font-weight:800}.backup-actions{display:flex;align-items:center;gap:8px}.backup-actions form{margin:0}.btn.small{padding:7px 10px;font-size:11px}
@media(max-width:1050px){.backup-create-grid{grid-template-columns:1fr 1fr}.backup-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.backup-create-grid{grid-template-columns:1fr}.backup-list-panel table{min-width:850px}.backup-head{align-items:flex-start;gap:10px}.backup-actions{white-space:nowrap}}

/* V3.43.5 — Gelişmiş Log Analiz Merkezi */
.analytics-head{align-items:center}.analytics-periods{display:flex;gap:8px;margin:14px 0}.analytics-periods a{padding:9px 14px;border-radius:10px;background:#eef1f6;color:#556274;font-weight:800;font-size:12px}.analytics-periods a.active{background:#1f67d2;color:#fff}
.analytics-stats{grid-template-columns:repeat(6,minmax(0,1fr))}.analytics-chart{margin:18px 0}.analytics-bars{height:240px;display:flex;align-items:flex-end;gap:6px;padding:30px 8px 0;overflow-x:auto}.analytics-bar-item{height:100%;min-width:28px;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.analytics-bar-item b{position:relative;width:72%;min-height:5px;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#4388ee,#1859bb)}.analytics-bar-item b span{position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-size:9px;color:#627086}.analytics-bar-item small{font-size:9px;white-space:nowrap;color:#738095}
.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.analytics-filter-panel{margin:18px 0}.analytics-filter{display:grid;grid-template-columns:1fr 1fr 180px auto auto;gap:10px;align-items:center}.analytics-filter input,.analytics-filter select{width:100%}.analytics-clean{position:relative}.analytics-clean summary{cursor:pointer;color:#b23931;font-weight:800;font-size:12px}.analytics-clean>div{position:absolute;right:0;top:30px;z-index:5;background:#fff;border:1px solid #e2e6ec;border-radius:12px;padding:10px;box-shadow:0 12px 35px rgba(20,33,52,.15);min-width:220px}.analytics-clean form{margin:0}.analytics-clean button{width:100%;text-align:left;padding:9px}.analytics-log-table table{min-width:1050px}
@media(max-width:1150px){.analytics-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-filter{grid-template-columns:1fr 1fr 1fr}.analytics-filter .btn,.analytics-filter button{width:100%}}
@media(max-width:760px){.analytics-head{align-items:flex-start;gap:10px}.analytics-head .btn{width:100%}.analytics-grid{grid-template-columns:1fr}.analytics-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-filter{grid-template-columns:1fr}.analytics-bars{height:210px}.analytics-bar-item{min-width:34px}.analytics-periods a{flex:1;text-align:center}}

/* V3.43.6 — Sipariş Operasyon Hızlandırma */
.order-bulk-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:14px}.order-bulk-toolbar label{font-weight:800}.order-bulk-toolbar select{min-width:220px}.order-contact-mini{display:flex;gap:6px;margin-top:5px}.order-contact-mini a,.order-card-contact a{font-size:10px;font-weight:800;padding:5px 7px;border-radius:7px;background:#eef5ff;color:#235fad}
.order-elapsed{display:inline-block;padding:5px 8px;border-radius:999px;background:#eef6ed;color:#2d7a42;font-size:10px;font-weight:900;white-space:nowrap}.order-elapsed.late{background:#fff0e5;color:#b85a16}
.order-card-contact{display:flex;flex-wrap:wrap;gap:6px;margin:9px 0}.admin-order-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-order-actions a{padding:8px 10px;border-radius:8px;background:#eef3f9}
@media(max-width:700px){.order-bulk-toolbar{display:grid;grid-template-columns:1fr}.order-bulk-toolbar select,.order-bulk-toolbar button{width:100%}.admin-order-actions{width:100%}.admin-order-actions a{flex:1;text-align:center;min-width:120px}}


/* V3.44.0 — Ticaret Paketi */
.campaign-head-actions{display:flex;gap:9px;align-items:center}.campaign-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.campaign-row-actions form{margin:0}.link-button{border:0;background:transparent;padding:0;color:#2967bd;font-weight:800;cursor:pointer}.campaign-admin-grid select[multiple]{min-height:130px}.campaign-applied-note{padding:7px 10px;border-radius:9px;background:#eaf8ef;color:#237343;font-size:11px;font-weight:800}
@media(max-width:700px){.campaign-head-actions{width:100%;display:grid;grid-template-columns:1fr}.campaign-head-actions a{text-align:center}.campaign-row-actions{min-width:170px}}


/* V3.45.0 — Kurye ve Bildirim Operasyon Merkezi */
.courier-login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#f2f7ff,#fff)}.courier-login-card{width:min(430px,100%);background:#fff;border:1px solid #e2e9f3;border-radius:22px;padding:28px;box-shadow:0 18px 55px rgba(20,55,95,.12)}.courier-brand{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:#e9f3ff;font-size:32px}.courier-login-card h1{margin:16px 0 5px}.courier-login-card>p{color:#69788c}.courier-shell{max-width:760px;margin:auto;min-height:100vh;background:#f5f7fa;padding:16px 16px 40px}.courier-top{display:flex;justify-content:space-between;align-items:center;background:#075fc7;color:#fff;border-radius:20px;padding:20px}.courier-top h1{margin:2px 0;font-size:24px}.courier-top small,.courier-top span{opacity:.82}.courier-top a{color:#fff;border:1px solid rgba(255,255,255,.5);padding:8px 12px;border-radius:9px}.courier-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.courier-stats div{background:#fff;padding:14px;border-radius:14px;border:1px solid #e6eaf0}.courier-stats small{display:block;color:#738095}.courier-stats b{font-size:20px}.courier-location-button{width:100%;border:1px solid #cddbeb;background:#fff;padding:12px;border-radius:12px;font-weight:800;color:#075fc7}.courier-jobs{display:grid;gap:14px;margin-top:14px}.courier-job{background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:17px;box-shadow:0 5px 16px rgba(32,58,87,.05)}.courier-job.on-road{border-color:#ffbf47;background:#fffdf7}.courier-job-head,.courier-customer{display:flex;justify-content:space-between;gap:12px}.courier-job-head small{font-weight:900;color:#075fc7}.courier-job-head h2{margin:2px 0}.courier-customer{border-top:1px solid #edf0f4;margin-top:10px;padding-top:12px}.courier-job address{font-style:normal;margin:12px 0;line-height:1.55}.courier-note{background:#fff7df;padding:10px;border-radius:10px}.courier-contact-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.courier-contact-actions a{text-align:center;padding:10px 6px;background:#eef5fd;border-radius:10px;font-size:13px;font-weight:800}.courier-job form button{width:100%;margin-top:12px;padding:13px;border:0;border-radius:11px;font-weight:900}.courier-pickup{background:#075fc7;color:#fff}.courier-deliver{background:#198754;color:#fff}.courier-empty{text-align:center;background:#fff;border-radius:18px;padding:35px}.courier-location-list{display:grid;gap:9px}.courier-location-list>div{display:grid;grid-template-columns:1fr auto;gap:2px 10px;border-bottom:1px solid #edf0f4;padding:8px 0}.courier-location-list a{grid-column:2;grid-row:1/3}.table-sub{display:block;color:#7b8798}.courier-assignment-panel{margin:16px 0}.courier-admin-grid{align-items:start}
@media(max-width:650px){.courier-stats{grid-template-columns:1fr 1fr}.courier-stats div:last-child{grid-column:1/-1}.courier-contact-actions{grid-template-columns:1fr}.courier-login-card{padding:21px}.courier-top{border-radius:15px}.courier-job{border-radius:14px}}


/* V3.46.0 — Muhasebe ve Gelişmiş Raporlama */
.finance-head-actions{display:flex;gap:9px;align-items:end}.finance-overdue-alert{display:flex;justify-content:space-between;gap:12px;background:#fff1f1;border:1px solid #ffcaca;color:#a62626;padding:13px 15px;border-radius:12px;margin-bottom:14px}.finance-account-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;margin:14px 0}.finance-account-cards>div{background:#fff;border:1px solid #e3e8ef;border-radius:14px;padding:14px}.finance-account-cards small,.finance-account-cards span{display:block;color:#738095}.finance-account-cards b{display:block;font-size:21px;margin:4px 0}.finance-main-grid{align-items:start}.finance-account-list{display:grid;gap:8px;margin-top:14px}.finance-account-list>div{display:flex;justify-content:space-between;border-top:1px solid #edf0f4;padding-top:9px}.finance-payment-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900}.finance-payment-status.paid{background:#e7f7ed;color:#1d7540}.finance-payment-status.pending{background:#fff4d8;color:#8b6410}.finance-payment-status.overdue{background:#ffe7e7;color:#a72b2b}
@media(max-width:700px){.finance-head-actions{width:100%;display:grid;grid-template-columns:1fr}.finance-filter{width:100%}.finance-filter input,.finance-filter button{width:100%}.finance-overdue-alert{display:grid}.finance-stats{grid-template-columns:1fr 1fr}.finance-account-cards{grid-template-columns:1fr 1fr}}

/* V3.47.0 Marketplace */
.seller-application-page{display:grid;place-items:center;min-height:75vh;background:#f5f8fc}.seller-application-card{width:min(760px,100%);background:#fff;border:1px solid #e1e7ef;border-radius:22px;padding:25px;box-shadow:0 18px 48px rgba(28,58,90,.08)}.seller-application-icon{font-size:42px}.seller-application-status{padding:13px;border-radius:11px;margin:14px 0;font-weight:800}.seller-application-status small{display:block}.seller-application-status.pending{background:#fff5d8;color:#80600f}.seller-application-status.approved{background:#e6f7ec;color:#237541}.seller-application-status.rejected{background:#ffe8e8;color:#a62d2d}.marketplace-review-panel{margin-bottom:14px}.marketplace-review-card{display:grid;grid-template-columns:1fr 1.4fr;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f4}.marketplace-review-card span,.marketplace-review-card small{display:block;color:#728094}.marketplace-review-card form{display:grid;grid-template-columns:1fr auto auto;gap:7px}.seller-payout-grid{align-items:start}.seller-payment-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900}.seller-payment-status.pending{background:#fff3cf;color:#84620e}.seller-payment-status.paid{background:#e4f7eb;color:#207640}.seller-payment-status.rejected{background:#ffe5e5;color:#a72b2b}@media(max-width:760px){.seller-application-card{padding:19px}.marketplace-review-card{grid-template-columns:1fr}.marketplace-review-card form{grid-template-columns:1fr 1fr}.marketplace-review-card form input{grid-column:1/-1}.seller-payout-grid{grid-template-columns:1fr}}


/* V3.48.0 — Tedarikçi ve Satın Alma Merkezi */
.supplier-grid{grid-template-columns:minmax(320px,.75fr) minmax(520px,1.5fr);align-items:start}.procurement-grid{align-items:start}.procurement-hint{text-align:center;padding:35px}.procurement-hint span{font-size:42px}.purchase-order-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.purchase-order-summary>div{background:#f7f9fc;border:1px solid #e7ebf0;border-radius:11px;padding:10px}.purchase-order-summary small{display:block;color:#728094}.purchase-status,.purchase-payment{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900}.purchase-status.draft{background:#edf1f5;color:#526173}.purchase-status.ordered{background:#e5efff;color:#2e5e9c}.purchase-status.partial{background:#fff2cf;color:#84600c}.purchase-status.received,.purchase-payment.paid{background:#e4f7eb;color:#207640}.purchase-status.cancelled,.purchase-payment.overdue{background:#ffe4e4;color:#a72b2b}.purchase-payment.pending{background:#fff3cf;color:#84620e}.receive-input{width:95px}.purchase-actions{display:flex;justify-content:flex-end;padding-top:12px}.purchase-control-panel{display:flex;justify-content:space-between;gap:10px}.purchase-control-panel form{display:flex;gap:8px}.procurement-stats{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.supplier-grid,.procurement-grid{grid-template-columns:1fr}.purchase-control-panel{display:grid}.purchase-control-panel form{display:grid}.purchase-order-summary{grid-template-columns:1fr}.procurement-stats{grid-template-columns:1fr 1fr}.receive-input{width:80px}}


/* V3.49.0 — Depo Yönetimi ve Stok Operasyon Merkezi */
.warehouse-grid,.warehouse-stock-grid,.warehouse-transfer-grid{align-items:start}.warehouse-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:14px}.warehouse-cards article{background:#fff;border:1px solid #e2e8ef;border-radius:16px;padding:16px;display:grid;gap:12px}.warehouse-cards small,.warehouse-cards span{color:#718096}.warehouse-cards h3{margin:4px 0}.warehouse-card-stats{display:grid;gap:4px}.warehouse-location-list{display:grid;gap:7px;margin-top:14px;max-height:260px;overflow:auto}.warehouse-location-list>div{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #edf0f4;padding-top:8px}.warehouse-alert{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900}.warehouse-alert.success{background:#e5f7ec;color:#207640}.warehouse-alert.warning{background:#fff3cf;color:#84620e}.warehouse-alert.danger{background:#ffe5e5;color:#a72b2b}.warehouse-stock-stats{grid-template-columns:repeat(3,1fr)}.stock-count-create{max-width:650px}.purchase-status.completed,.purchase-status.counting{background:#e5f7ec;color:#207640}.purchase-status.in_transit{background:#e5efff;color:#2d5e9c}
@media(max-width:900px){.warehouse-grid,.warehouse-stock-grid,.warehouse-transfer-grid{grid-template-columns:1fr}.warehouse-stock-stats{grid-template-columns:1fr 1fr}.warehouse-location-list>div{display:grid}.warehouse-cards{grid-template-columns:1fr}}


/* V3.50.0 + V3.51.0 — CRM, Sadakat ve Kampanya Motoru 2.0 */
.crm-stats{grid-template-columns:repeat(3,1fr)}.crm-tools,.crm-profile-grid,.campaign-v2-grid{align-items:start}.crm-tag-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.crm-tag-list span{border:1px solid var(--tag-color);color:var(--tag-color);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.crm-profile-head{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 14px}.crm-profile-head>div{background:#fff;border:1px solid #e4e9ef;border-radius:14px;padding:15px}.crm-profile-head small{display:block;color:#718096}.crm-profile-head b{font-size:22px}.crm-note-list{display:grid;gap:9px;margin-top:14px;max-height:430px;overflow:auto}.crm-note-list article{background:#f8fafc;border:1px solid #e8edf2;border-radius:12px;padding:11px}.crm-note-list p{margin:0 0 8px}.crm-note-list small{color:#718096}.campaign-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.campaign-feature-list span{background:#f7fafc;border:1px solid #e7ecf1;border-radius:10px;padding:10px;font-weight:700}.campaign-v2-info{position:sticky;top:20px}.link-button{background:none;border:0;color:#2563eb;padding:0;cursor:pointer}.positive{color:#167744}.negative{color:#b42318}
@media(max-width:900px){.crm-stats,.crm-profile-head{grid-template-columns:1fr 1fr}.crm-tools,.crm-profile-grid,.campaign-v2-grid{grid-template-columns:1fr}.campaign-feature-list{grid-template-columns:1fr}.campaign-v2-info{position:static}}


/* V3.52.0 — Yapay Zekâ Destekli Talep ve Stok Tahmini */
.forecast-stats{grid-template-columns:repeat(4,1fr)}.forecast-date{font-size:16px!important}.forecast-tools{align-items:start}.forecast-note{font-size:12px;color:#64748b;line-height:1.55;background:#f8fafc;border:1px solid #e7edf3;border-radius:10px;padding:10px}.forecast-confidence{display:inline-flex;background:#e8f1ff;color:#235ca8;border-radius:999px;padding:5px 8px;font-weight:900;font-size:12px}.forecast-trend{display:inline-flex;border-radius:999px;padding:5px 8px;font-weight:900;font-size:12px}.forecast-trend.up{background:#e4f7ea;color:#167744}.forecast-trend.down{background:#ffe7e7;color:#b42318}.forecast-trend.flat{background:#eef2f6;color:#536273}.replenishment-stats{grid-template-columns:repeat(3,1fr)}.forecast-status-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.forecast-status-tabs a{background:#fff;border:1px solid #dfe6ed;border-radius:999px;padding:8px 12px;font-weight:800;color:#526170}.forecast-status-tabs a.active{background:#111827;color:#fff;border-color:#111827}.forecast-urgency{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900}.forecast-urgency.critical{background:#ffe1e1;color:#a51d1d}.forecast-urgency.high{background:#fff0dc;color:#a85a00}.forecast-urgency.medium{background:#fff7cf;color:#826500}.forecast-urgency.normal{background:#e7f6eb;color:#22733e}.forecast-action{display:grid;gap:6px;min-width:145px}.forecast-action select{min-width:130px}
@media(max-width:900px){.forecast-stats{grid-template-columns:1fr 1fr}.replenishment-stats{grid-template-columns:1fr}.forecast-tools{grid-template-columns:1fr}.forecast-status-tabs{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}}


/* V3.53.0 — Operasyon ve Otomasyon Merkezi */
.automation-stats{grid-template-columns:repeat(4,1fr)}.automation-grid{align-items:start}.automation-help{position:sticky;top:20px}.automation-variable-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.automation-variable-list code{background:#f1f5f9;border:1px solid #dfe7ef;border-radius:8px;padding:7px 9px}.automation-status,.queue-status{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900}.automation-status.active,.queue-status.sent{background:#e5f7ea;color:#17743b}.automation-status.passive,.queue-status.failed{background:#ffe7e7;color:#a51f1f}.queue-status.pending{background:#fff5d8;color:#8a6700}.alert-center-list{display:grid;gap:10px;margin-bottom:16px}.admin-alert-card{display:flex;justify-content:space-between;gap:15px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-left:5px solid #64748b;border-radius:14px;padding:14px}.admin-alert-card.warning{border-left-color:#d97706}.admin-alert-card.error{border-left-color:#dc2626}.admin-alert-card.success{border-left-color:#16a34a}.admin-alert-card.read{opacity:.66}.admin-alert-card h3{margin:5px 0}.admin-alert-card p{margin:0 0 7px;color:#5f6b7a}.admin-alert-severity{font-size:11px;font-weight:900;text-transform:uppercase}.cron-info code{display:block;overflow:auto;background:#111827;color:#fff;border-radius:10px;padding:12px}
@media(max-width:900px){.automation-stats{grid-template-columns:1fr 1fr}.automation-grid{grid-template-columns:1fr}.automation-help{position:static}.admin-alert-card{align-items:flex-start;flex-direction:column}}


/* V3.54.1 — Yapay Zekâ Canlı Destek + Dinamik Footer */
.desktop-site-footer{background:var(--b)!important}
.desktop-footer-logo img{filter:none!important}
.desktop-footer-empty{color:rgba(255,255,255,.7);font-size:12px}
.ai-support-stats{grid-template-columns:repeat(4,1fr)}
.ai-support-page{max-width:760px}
.ai-chat-shell{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 16px 50px rgba(15,23,42,.08);min-height:72vh;display:flex;flex-direction:column}
.ai-chat-head{display:flex;align-items:center;gap:12px;padding:16px 18px;background:linear-gradient(135deg,var(--b),var(--bd));color:#fff}
.ai-chat-head>a{color:#fff;font-size:32px;text-decoration:none}.ai-bot-avatar{width:46px;height:46px;border-radius:16px;background:#fff;color:var(--b);display:grid;place-items:center;font-weight:900}.ai-chat-head h1{font-size:18px;margin:0}.ai-chat-head small{opacity:.88}.ai-chat-head small i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ade80}
.ai-chat-messages{flex:1;min-height:430px;max-height:62vh;overflow:auto;padding:18px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.ai-msg{display:flex;flex-direction:column;max-width:82%}.ai-msg>div{padding:12px 14px;border-radius:17px;white-space:pre-wrap;line-height:1.45}.ai-msg small{font-size:10px;color:#94a3b8;margin:3px 6px}.ai-msg.user{align-self:flex-end}.ai-msg.user>div{background:var(--b);color:#fff;border-bottom-right-radius:5px}.ai-msg.assistant{align-self:flex-start}.ai-msg.assistant>div{background:#fff;border:1px solid #e2e8f0;color:#0f172a;border-bottom-left-radius:5px}.ai-msg.loading>div{opacity:.65}
.ai-quick{display:flex;gap:7px;overflow:auto;padding:10px 14px;border-top:1px solid #eef2f7}.ai-quick button{white-space:nowrap;border:1px solid #dbe4ea;background:#fff;border-radius:999px;padding:8px 11px;font-size:12px}.ai-chat-form{display:flex;gap:10px;padding:12px 14px;border-top:1px solid #eef2f7}.ai-chat-form textarea{flex:1;resize:none;border:1px solid #dbe4ea;border-radius:16px;padding:12px;max-height:110px}.ai-chat-form button{width:46px;height:46px;border:0;border-radius:16px;background:var(--b);color:#fff;font-size:20px}.ai-disclaimer{text-align:center;font-size:10px;color:#94a3b8;padding:0 12px 10px}
@media(max-width:900px){.ai-support-stats{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.ai-support-page{padding:0}.ai-chat-shell{border-radius:0;border:0;min-height:calc(100vh - 70px)}.ai-chat-messages{max-height:none;min-height:0}.ai-support-page .ai-chat-shell{height:calc(100vh - 70px)}}

/* V3.54.4 — Siparişlerim tasarımı; V3.54.1 footer ve AI özellikleri korunmuştur. */
.customer-orders-page{max-width:1040px}.customer-orders-head{display:flex;align-items:flex-start;gap:14px;margin:4px 0 22px}.customer-orders-back{display:none}.customer-orders-head small{display:block;color:var(--primary);font-weight:900;letter-spacing:.12em;font-size:11px}.customer-orders-head h1{margin:3px 0 4px;font-size:34px;letter-spacing:-.035em}.customer-orders-head p{margin:0;color:#748093}.customer-orders-section{margin:0 0 28px}.customer-orders-section-title{display:flex;align-items:center;justify-content:space-between;margin:0 2px 12px}.customer-orders-section-title>div{display:flex;align-items:center;gap:9px}.customer-orders-section-title h2{font-size:18px;margin:0}.customer-orders-section-title>small{color:#8490a1;font-weight:700}.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 15%,transparent)}
.customer-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.customer-order-card{display:block;background:#fff;border:1px solid #e8ebf0;border-radius:20px;padding:18px;color:#172033;box-shadow:0 8px 28px rgba(25,43,72,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.customer-order-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(25,43,72,.09);border-color:color-mix(in srgb,var(--primary) 32%,#e8ebf0)}.customer-order-card.is-active{border-top:4px solid var(--primary);padding-top:15px}.customer-order-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.customer-order-top>div{display:grid;gap:2px}.customer-order-top small{font-size:10px;color:#8994a4;font-weight:850;letter-spacing:.055em}.customer-order-top strong{font-size:17px;letter-spacing:-.015em}.customer-order-top time{font-size:11px;color:#8a95a5}.customer-order-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap;background:#eef2f6;color:#566274}.customer-order-status.status-pending{background:#fff5d9;color:#8b6600}.customer-order-status.status-confirmed{background:#eaf2ff;color:#2e5fa8}.customer-order-status.status-preparing{background:color-mix(in srgb,var(--primary) 12%,#fff);color:var(--primary)}.customer-order-status.status-out_for_delivery{background:#e9f4ff;color:#1264a3}.customer-order-status.status-delivered{background:#e7f7ed;color:#227646}.customer-order-status.status-cancelled{background:#ffebeb;color:#aa3030}
.customer-order-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:16px 0 9px}.customer-order-progress i{height:4px;border-radius:999px;background:#e7ebf0}.customer-order-progress i.done,.customer-order-progress i.current{background:var(--primary)}.customer-order-progress i.current{box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}.customer-order-current{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.customer-order-current span{font-size:12px;font-weight:850}.customer-order-current small{font-size:10px;color:#8792a2}.customer-order-products{display:flex;align-items:center;min-height:45px;margin:2px 0 14px}.customer-order-thumb,.customer-order-more{width:42px;height:42px;border-radius:12px;border:2px solid #fff;background:#f4f6f9;display:grid;place-items:center;overflow:hidden;margin-left:-7px;box-shadow:0 2px 8px rgba(23,32,51,.08)}.customer-order-thumb:first-child{margin-left:0}.customer-order-thumb img{width:100%;height:100%;object-fit:contain;background:#fff}.customer-order-thumb b{font-size:13px;color:#7a8697}.customer-order-more{background:#edf1f6;color:#5e6a7c;font-size:11px;font-weight:900}.customer-order-bottom{border-top:1px solid #edf0f4;padding-top:13px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.customer-order-bottom>div{display:grid;gap:2px}.customer-order-bottom small{color:#8792a2;font-size:10px}.customer-order-bottom strong{font-size:18px;letter-spacing:-.025em}.customer-order-detail{font-size:11px;font-weight:900;color:var(--primary);display:flex;align-items:center;gap:5px}.customer-order-detail b{font-size:19px;line-height:1}.is-past{padding:15px}.is-past .customer-order-top strong{font-size:15px}.is-past .customer-order-products{margin:12px 0}.is-past .customer-order-thumb,.is-past .customer-order-more{width:37px;height:37px;border-radius:10px}.is-cancelled{opacity:.78}.customer-orders-empty{text-align:center;background:#fff;border:1px solid #e6eaf0;border-radius:24px;padding:44px 20px;box-shadow:0 12px 34px rgba(25,43,72,.05)}.customer-orders-empty>span{font-size:48px}.customer-orders-empty h2{margin:12px 0 7px}.customer-orders-empty p{max-width:380px;margin:0 auto 20px;color:#748093}.customer-orders-empty .primary{display:inline-flex;padding:12px 20px;border-radius:12px;background:var(--primary);color:#fff;font-weight:900}
@media(max-width:760px){.customer-orders-page{padding:0 12px 94px;background:#f5f6f8;min-height:70vh}.customer-orders-head{position:relative;margin:0 -12px 17px;padding:17px 16px 16px;background:#fff;border-bottom:1px solid #eceff3;align-items:center}.customer-orders-back{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#f1f3f6;color:#172033;font-size:29px;line-height:1}.customer-orders-head small,.customer-orders-head p{display:none}.customer-orders-head h1{font-size:21px;margin:0}.customer-orders-section{margin-bottom:23px}.customer-orders-section-title{margin:0 2px 10px}.customer-orders-section-title h2{font-size:15px}.customer-orders-section-title>small{font-size:10px}.customer-order-grid{grid-template-columns:1fr;gap:11px}.customer-order-card{border-radius:17px;padding:15px;box-shadow:0 4px 16px rgba(25,43,72,.045)}.customer-order-card:hover{transform:none}.customer-order-card.is-active{padding-top:12px}.customer-order-top strong{font-size:16px}.customer-order-status{min-height:26px;padding:5px 9px;font-size:9.5px}.customer-order-progress{margin:14px 0 8px}.customer-order-current{margin-bottom:12px}.customer-order-products{margin-bottom:12px}.customer-order-thumb,.customer-order-more{width:39px;height:39px;border-radius:11px}.customer-order-bottom{padding-top:11px}.customer-order-bottom strong{font-size:17px}.past-orders-grid{gap:9px}.is-past{display:grid;grid-template-columns:1fr auto;gap:10px 12px;padding:14px}.is-past .customer-order-top{grid-column:1/-1}.is-past .customer-order-products{grid-column:1;margin:2px 0 0}.is-past .customer-order-bottom{grid-column:2;border:0;padding:0;align-self:end}.is-past .customer-order-bottom>div{align-items:end}.is-past .customer-order-bottom small{display:none}.is-past .customer-order-detail{display:none}.is-past .customer-order-thumb,.is-past .customer-order-more{width:34px;height:34px;border-radius:9px}.customer-orders-empty{margin-top:18px;border-radius:19px;padding:38px 18px}}

/* V3.54.5 — Profesyonel dikey sipariş takibi */
.order-status-panel{margin:22px 0 30px;background:#fff;border:1px solid #e7ebf0;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(24,39,65,.07)}
.order-status-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:15px;align-items:center;padding:21px 22px;background:linear-gradient(135deg,color-mix(in srgb,var(--b) 10%,#fff),#fff 70%);border-bottom:1px solid #edf0f4}
.order-status-hero-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:var(--b);color:#fff;font-size:25px;font-weight:950;box-shadow:0 9px 22px color-mix(in srgb,var(--b) 27%,transparent)}
.order-status-hero-copy{min-width:0}.order-status-hero-copy small{display:block;color:var(--b);font-size:10px;font-weight:950;letter-spacing:.11em;margin-bottom:4px}.order-status-hero-copy h2{font-size:20px;line-height:1.18;margin:0 0 5px;color:#192235}.order-status-hero-copy p{margin:0;color:#6e7a8d;font-size:13px;line-height:1.45}
.order-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 11px;border-radius:999px;background:color-mix(in srgb,var(--b) 12%,#fff);color:var(--b);font-size:11px;font-weight:900;white-space:nowrap}
.order-status-timeline{padding:6px 22px 14px}
.order-status-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:13px;align-items:center;min-height:62px;color:#8c97a7}
.order-status-item:not(:last-child):before{content:"";position:absolute;left:18px;top:42px;bottom:-10px;width:2px;background:#e4e9ef}
.order-status-marker{position:relative;z-index:1;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f0f3f7;border:2px solid #fff;box-shadow:0 0 0 1px #dfe5ec;color:#91a0b1;font-weight:950;font-size:15px}
.order-status-item-copy{display:flex;flex-direction:column;gap:3px;padding:10px 0}.order-status-item-copy b{font-size:13px;color:#7b8798}.order-status-item-copy small{font-size:10.5px;color:#a0a9b6}
.order-status-item.completed:not(:last-child):before,.order-status-item.current:not(:last-child):before{background:color-mix(in srgb,var(--b) 38%,#dfe5ec)}
.order-status-item.completed .order-status-marker{background:var(--b);color:#fff;box-shadow:0 0 0 1px color-mix(in srgb,var(--b) 35%,#fff)}
.order-status-item.completed .order-status-item-copy b{color:#4f5e72}
.order-status-item.current{margin:4px 0}.order-status-item.current .order-status-marker{background:#fff;color:var(--b);border-color:var(--b);box-shadow:0 0 0 4px color-mix(in srgb,var(--b) 13%,transparent),0 7px 18px color-mix(in srgb,var(--b) 20%,transparent);transform:scale(1.06)}
.order-status-item.current .order-status-item-copy b{font-size:14px;color:var(--b)}.order-status-item.current .order-status-item-copy small{color:var(--b);font-weight:850}
.order-status-panel.is-cancelled .order-status-hero{background:linear-gradient(135deg,#fff3f3,#fff)}.order-status-panel.is-cancelled .order-status-hero-icon{background:#d94343;box-shadow:0 9px 22px rgba(217,67,67,.22)}.order-status-panel.is-cancelled .order-status-hero-copy small,.order-status-panel.is-cancelled .order-status-pill{color:#c73535}.order-status-panel.is-cancelled .order-status-pill{background:#ffe6e6}
@media(max-width:760px){
 .order-status-panel{margin:14px 0 20px;border-radius:18px;box-shadow:0 6px 22px rgba(24,39,65,.055)}
 .order-status-hero{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:16px}
 .order-status-hero-icon{width:46px;height:46px;border-radius:14px;font-size:21px}
 .order-status-hero-copy h2{font-size:17px}.order-status-hero-copy p{font-size:12px}
 .order-status-pill{grid-column:1/-1;justify-self:start;min-height:26px;margin-top:1px;padding:4px 9px;font-size:10px}
 .order-status-timeline{padding:5px 16px 12px}
 .order-status-item{grid-template-columns:34px minmax(0,1fr);gap:11px;min-height:55px}
 .order-status-item:not(:last-child):before{left:16px;top:38px;bottom:-8px}
 .order-status-marker{width:34px;height:34px;border-radius:11px;font-size:14px}
 .order-status-item-copy{padding:8px 0}.order-status-item-copy b{font-size:12.5px}.order-status-item.current .order-status-item-copy b{font-size:13.5px}
}


/* V3.54.7 — Sipariş takibi görünüm ve önbellek düzeltmesi */
.order-status-panel{display:block!important;width:100%!important;margin:18px 0 26px!important;background:#fff!important;border:1px solid #e3e8ee!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(24,39,65,.08)!important}
.order-status-hero{display:grid!important;grid-template-columns:52px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:20px!important;background:linear-gradient(135deg,rgba(0,121,132,.10),#fff 72%)!important;border-bottom:1px solid #edf0f3!important}
.order-status-hero-icon{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;border-radius:16px!important;background:var(--b,#007984)!important;color:#fff!important;font-size:23px!important;line-height:1!important;font-weight:900!important}
.order-status-hero-copy{display:block!important;min-width:0!important}
.order-status-hero-copy small{display:block!important;margin:0 0 5px!important;color:var(--b,#007984)!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.1em!important}
.order-status-hero-copy h2{display:block!important;margin:0 0 5px!important;color:#172033!important;font-size:20px!important;line-height:1.2!important}
.order-status-hero-copy p{display:block!important;margin:0!important;color:#667386!important;font-size:13px!important;line-height:1.5!important}
.order-status-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 11px!important;border-radius:999px!important;background:#e9f5f6!important;color:var(--b,#007984)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important}
.order-status-timeline{display:block!important;padding:10px 20px 16px!important}
.order-status-item{position:relative!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;min-height:62px!important;margin:0!important}
.order-status-item:not(:last-child):before{content:""!important;position:absolute!important;left:18px!important;top:42px!important;bottom:-10px!important;width:2px!important;background:#dfe5eb!important}
.order-status-marker{position:relative!important;z-index:2!important;display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#f2f5f7!important;border:2px solid #fff!important;box-shadow:0 0 0 1px #d8e0e7!important;color:#8794a5!important;font-size:15px!important;font-weight:900!important;line-height:1!important}
.order-status-item-copy{display:flex!important;flex-direction:column!important;gap:3px!important;padding:10px 0!important;min-width:0!important}
.order-status-item-copy b{display:block!important;margin:0!important;color:#657286!important;font-size:13px!important;line-height:1.25!important;font-weight:900!important}
.order-status-item-copy small{display:block!important;margin:0!important;color:#98a3b0!important;font-size:11px!important;line-height:1.3!important}
.order-status-item.completed .order-status-marker{background:var(--b,#007984)!important;color:#fff!important;box-shadow:none!important}
.order-status-item.completed:not(:last-child):before{background:var(--b,#007984)!important}
.order-status-item.current .order-status-marker{background:#fff!important;color:var(--b,#007984)!important;border-color:var(--b,#007984)!important;box-shadow:0 0 0 4px rgba(0,121,132,.12)!important}
.order-status-item.current .order-status-item-copy b,.order-status-item.current .order-status-item-copy small{color:var(--b,#007984)!important}
.order-status-item.current .order-status-item-copy b{font-size:14px!important}
.order-status-panel.is-cancelled .order-status-hero{background:linear-gradient(135deg,#fff0f0,#fff)!important}
.order-status-panel.is-cancelled .order-status-hero-icon{background:#d94343!important}
.order-status-panel.is-cancelled .order-status-pill{background:#ffe8e8!important;color:#b93434!important}
@media(max-width:760px){
 .order-status-panel{margin:12px 0 18px!important;border-radius:17px!important}
 .order-status-hero{grid-template-columns:46px minmax(0,1fr)!important;gap:11px!important;padding:15px!important}
 .order-status-hero-icon{width:46px!important;height:46px!important;border-radius:14px!important;font-size:20px!important}
 .order-status-hero-copy h2{font-size:18px!important}
 .order-status-hero-copy p{font-size:12.5px!important}
 .order-status-pill{grid-column:1/-1!important;justify-self:start!important;margin-top:2px!important;padding:6px 10px!important;font-size:10px!important}
 .order-status-timeline{padding:8px 15px 13px!important}
 .order-status-item{grid-template-columns:34px minmax(0,1fr)!important;gap:11px!important;min-height:56px!important}
 .order-status-item:not(:last-child):before{left:16px!important;top:37px!important;bottom:-8px!important}
 .order-status-marker{width:34px!important;height:34px!important;font-size:14px!important}
 .order-status-item-copy{padding:8px 0!important}
 .order-status-item-copy b{font-size:13px!important}
 .order-status-item-copy small{font-size:10.5px!important}
}

/* V3.55.0 Customer Experience */
.profile-menu-badge{margin-left:auto;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--primary);color:#fff;font-size:11px;font-style:normal;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.profile-menu-badge+i{margin-left:8px}
.customer-notifications-page,.customer-favorites-page{max-width:920px}.customer-notification-head,.customer-favorites-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.customer-notification-head>a,.customer-favorites-head>a{width:42px;height:42px;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08);display:grid;place-items:center;font-size:30px;line-height:1;color:#12212c}.customer-notification-head small,.customer-favorites-head small{font-weight:900;letter-spacing:.12em;color:var(--primary)}.customer-notification-head h1,.customer-favorites-head h1{margin:3px 0 4px}.customer-notification-head p,.customer-favorites-head p{margin:0;color:#687684}.customer-notification-head form{margin-left:auto}.customer-notification-head form>button{border:0;background:#eef5f6;padding:10px 13px;border-radius:12px;font-weight:800;cursor:pointer}.customer-notification-list{display:grid;gap:11px}.customer-notification-item{display:grid;grid-template-columns:48px minmax(0,1fr) 36px;align-items:center;gap:12px;padding:15px;border-radius:18px;background:#fff;border:1px solid #e8eef0;box-shadow:0 8px 22px rgba(15,23,42,.045);position:relative}.customer-notification-item.is-unread{border-color:color-mix(in srgb,var(--primary) 35%,#e8eef0);background:color-mix(in srgb,var(--primary) 5%,#fff)}.customer-notification-item.is-unread:before{content:"";position:absolute;left:-4px;top:22px;width:8px;height:8px;border-radius:50%;background:var(--primary)}.customer-notification-icon{width:46px;height:46px;border-radius:15px;background:#eef5f6;display:grid;place-items:center;font-weight:900;font-size:20px;color:var(--primary)}.customer-notification-item.type-coupon .customer-notification-icon{background:#fff4d9;color:#a76c00}.customer-notification-item.type-success .customer-notification-icon{background:#e7f8ee;color:#16854c}.customer-notification-item.type-warning .customer-notification-icon{background:#ffeceb;color:#c43b34}.customer-notification-item>a{color:inherit;text-decoration:none;min-width:0}.customer-notification-item h2{font-size:15px;margin:0 0 5px}.customer-notification-item p{margin:0 0 7px;color:#5c6a73;font-size:13px;line-height:1.45}.customer-notification-item time{font-size:11px;color:#87949c}.customer-notification-item form button{border:0;width:34px;height:34px;border-radius:12px;background:#edf3f4;color:#53656d;font-weight:900;cursor:pointer}.customer-notification-empty,.customer-favorites-empty{text-align:center;padding:52px 24px;background:#fff;border-radius:22px;border:1px solid #e7edef}.customer-notification-empty span,.customer-favorites-empty span{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 16px;border-radius:24px;background:color-mix(in srgb,var(--primary) 10%,#fff);font-size:34px;color:var(--primary)}.customer-notification-empty h2,.customer-favorites-empty h2{margin:0 0 8px}.customer-notification-empty p,.customer-favorites-empty p{color:#697780;max-width:440px;margin:0 auto 20px}.customer-favorites-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.customer-favorites-toolbar a{font-weight:800;color:var(--primary);text-decoration:none}
@media(max-width:720px){.customer-notifications-page,.customer-favorites-page{padding:14px 12px 96px}.customer-notification-head,.customer-favorites-head{align-items:center;margin-bottom:16px}.customer-notification-head h1,.customer-favorites-head h1{font-size:25px}.customer-notification-head p,.customer-favorites-head p{font-size:12px}.customer-notification-head form{position:absolute;right:12px;top:72px}.customer-notification-head form>button{font-size:11px;padding:8px 10px}.customer-notification-list{gap:9px}.customer-notification-item{grid-template-columns:42px minmax(0,1fr) 30px;padding:12px 10px;gap:10px;border-radius:16px}.customer-notification-icon{width:40px;height:40px;border-radius:13px;font-size:17px}.customer-notification-item h2{font-size:14px}.customer-notification-item p{font-size:12px}.customer-notification-item form button{width:30px;height:30px}.customer-favorites-toolbar{font-size:13px}.customer-favorites-page .products.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-favorites-empty,.customer-notification-empty{padding:42px 20px}}


/* V3.55.1 — mobil bildirim listesi sıkı görünüm */
.customer-notification-list{gap:7px}
.customer-notification-item{grid-template-columns:42px minmax(0,1fr) 32px;gap:9px;padding:10px 11px;border-radius:14px;box-shadow:0 4px 12px rgba(15,23,42,.035)}
.customer-notification-icon{width:40px;height:40px;border-radius:12px;font-size:17px}
.customer-notification-item h2{margin:0 0 2px;font-size:14px;line-height:1.25}
.customer-notification-item p{margin:0 0 3px;font-size:12px;line-height:1.35}
.customer-notification-item time{font-size:10px;line-height:1.2}
.customer-notification-item form button{width:30px;height:30px;border-radius:10px}
.customer-notification-item.is-unread:before{left:-3px;top:16px;width:7px;height:7px}
@media(max-width:720px){
 .customer-notifications-page{padding:12px 10px 92px}
 .customer-notification-head{margin-bottom:12px;gap:10px}
 .customer-notification-head>a{width:38px;height:38px;border-radius:12px;font-size:27px}
 .customer-notification-head h1{font-size:23px;margin:1px 0 2px}
 .customer-notification-head p{font-size:11px;line-height:1.3}
 .customer-notification-head form{top:64px;right:10px}
 .customer-notification-head form>button{padding:7px 9px;border-radius:10px;font-size:10px}
 .customer-notification-list{gap:6px}
 .customer-notification-item{grid-template-columns:36px minmax(0,1fr) 28px;gap:8px;padding:8px 9px;border-radius:13px;align-items:center}
 .customer-notification-icon{width:34px;height:34px;border-radius:10px;font-size:15px}
 .customer-notification-item h2{font-size:13px;margin-bottom:1px;line-height:1.2}
 .customer-notification-item p{font-size:11px;margin-bottom:2px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .customer-notification-item time{font-size:9px}
 .customer-notification-item form button{width:28px;height:28px;border-radius:9px;font-size:12px}
 .customer-notification-item.is-unread:before{top:13px;width:6px;height:6px}
}

/* V3.55.2 — Bildirim kartlarında global article min-height düzeltmesi */
.customer-notification-list > article.customer-notification-item{
 min-height:0!important;
 height:auto!important;
 overflow:visible;
 align-self:start;
}
.customer-notification-item > a,
.customer-notification-item > form,
.customer-notification-item > .customer-notification-icon{
 align-self:center;
}
@media(max-width:720px){
 .customer-notification-list{display:flex;flex-direction:column;gap:7px}
 .customer-notification-list > article.customer-notification-item{
  min-height:0!important;
  height:auto!important;
  padding:9px 10px!important;
  margin:0!important;
 }
}

/* V3.56.0 — Marketplace uyumlu kurye teslimat akışı */
.courier-pickup-block,.courier-delivery-block{margin:14px 0;padding:14px;border:1px solid #e3e9ef;border-radius:16px;background:#fff}
.courier-pickup-block{background:#fffaf0;border-color:#f0d9a6}
.courier-section-title{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.courier-section-title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff;font-size:20px;box-shadow:0 4px 14px #17203310}
.courier-section-title div{display:grid;gap:2px}
.courier-section-title small{font-size:10px;letter-spacing:.08em;color:#7a8494;font-weight:800}
.courier-section-title b{font-size:14px;color:#172033}
.courier-store-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:#fff;border:1px solid #eadfca;border-radius:13px}
.courier-store-card+ .courier-store-card{margin-top:8px}
.courier-store-card>div{display:grid;gap:3px;min-width:0}
.courier-store-card b{font-size:15px;overflow-wrap:anywhere}
.courier-store-card small,.courier-store-card span{font-size:12px;color:#687386}
.courier-store-card a{flex:0 0 auto;padding:9px 11px;border-radius:10px;background:#172033;color:#fff;text-decoration:none;font-size:12px;font-weight:800}
.courier-delivery-block address{margin:10px 0 0;padding:11px 12px;border-radius:12px;background:#f6f8fb;font-style:normal;line-height:1.45}
.courier-job form>button{min-height:52px;font-size:14px;font-weight:900}
@media(max-width:560px){.courier-pickup-block,.courier-delivery-block{padding:11px;margin:10px 0}.courier-store-card{align-items:flex-start;flex-direction:column}.courier-store-card a{width:100%;text-align:center}.courier-contact-actions{display:grid;grid-template-columns:1fr 1fr}.courier-contact-actions a:last-child:nth-child(3){grid-column:1/-1}.courier-job form>button{width:100%;padding:13px 10px}}

/* V3.56.1 — Kurye hakediş ve günlük performans */
.courier-earning-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.courier-earnings-panel{margin-top:16px;background:#fff;border:1px solid #e8edf3;border-radius:20px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.courier-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.courier-panel-heading small{font-size:10px;letter-spacing:.08em;color:#64748b;font-weight:800}.courier-panel-heading h2{margin:2px 0 0;font-size:18px}.courier-panel-heading>span{font-size:12px;background:#f1f5f9;padding:7px 10px;border-radius:999px;font-weight:700;white-space:nowrap}
.courier-earning-list{display:grid;gap:7px}.courier-earning-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #edf2f7}.courier-earning-list>div:first-child{border-top:0}.courier-earning-list span{display:flex;flex-direction:column;gap:2px}.courier-earning-list small{color:#64748b;font-size:11px}.courier-earning-list strong{font-size:14px}.courier-earning-list em{font-style:normal;font-size:10px;font-weight:800;border-radius:999px;padding:5px 8px}.courier-earning-list em.paid{background:#dcfce7;color:#166534}.courier-earning-list em.pending{background:#fff7ed;color:#9a3412}.courier-empty.compact{min-height:0;padding:18px}.link-success{border:0;background:transparent;color:#15803d;font-weight:700;cursor:pointer;padding:0}
@media(max-width:700px){.courier-earning-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.courier-earnings-panel{border-radius:16px;padding:13px}.courier-panel-heading{align-items:center}.courier-panel-heading h2{font-size:16px}.courier-panel-heading>span{font-size:10px}.courier-earning-list>div{grid-template-columns:minmax(0,1fr) auto}.courier-earning-list em{grid-column:2;justify-self:end;margin-top:-5px}.courier-earning-list strong{align-self:end}}

/* V3.57.0 Akıllı Kurye Havuzu */
.courier-pool-panel{margin:16px 0}.courier-pool-list{display:grid;gap:10px}.courier-pool-card{background:#fff;border:1px solid #dfe7f0;border-radius:17px;padding:14px;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.courier-pool-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.courier-pool-head small{font-weight:900;color:#075fc7}.courier-pool-head h3{margin:3px 0 0;font-size:17px}.courier-pool-head>b{background:#eaf7ee;color:#14783b;padding:7px 10px;border-radius:10px;white-space:nowrap}
.courier-pool-meta{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.courier-pool-meta span{font-size:11px;font-weight:800;background:#f2f5f8;padding:6px 8px;border-radius:999px}.courier-pool-pickup,.courier-pool-address{display:grid;gap:3px;padding:10px 0;border-top:1px solid #edf1f5}.courier-pool-pickup b,.courier-pool-address b{font-size:11px;color:#64748b}.courier-pool-pickup span,.courier-pool-address span{font-weight:800}.courier-pool-pickup small{color:#64748b}.courier-claim{width:100%;border:0;border-radius:12px;padding:13px;background:#075fc7;color:#fff;font-weight:900;margin-top:8px}.courier-fixed-fee-panel{margin-bottom:16px}.courier-fixed-fee-input{position:relative;display:flex;align-items:center}.courier-fixed-fee-input input{width:140px;padding-right:32px}.courier-fixed-fee-input span{position:absolute;right:12px;font-weight:900}.seller-ready-panel{margin-bottom:14px}.seller-ready-panel form button{width:100%}.seller-ready-panel.ready{border-color:#b8e2c4;background:#f2fff5}.status-ready_for_pickup{background:#fff4d6!important;color:#8a5b00!important}
@media(max-width:650px){.courier-pool-card{padding:12px;border-radius:14px}.courier-pool-head h3{font-size:15px}.courier-fixed-fee-panel .panel-title-row{align-items:stretch;flex-direction:column}.courier-fixed-fee-input input{width:100%}}

/* V3.57.1 — Kurye hakediş geçmişi yerleşim düzeltmesi */
.courier-shell>.courier-earnings-panel{width:100%;box-sizing:border-box;margin:16px 0 0;overflow:hidden}
.courier-earnings-heading{gap:12px;flex-wrap:wrap}
.courier-earnings-heading>span{white-space:nowrap}
.courier-earning-list{display:flex;flex-direction:column;gap:0}
.courier-earning-item{min-height:0!important;height:auto!important;margin:0!important;padding:12px 0!important;border:0!important;border-top:1px solid #edf2f7!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;box-sizing:border-box}
.courier-earning-item:first-child{border-top:0!important}
.courier-earning-order{display:flex;flex-direction:column;gap:3px;min-width:0}
.courier-earning-order b{font-size:14px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.courier-earning-order small{font-size:11px;line-height:1.3;color:#64748b}
.courier-earning-amount{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex:0 0 auto}
.courier-earning-amount strong{font-size:14px;white-space:nowrap}
.courier-earning-amount em{font-style:normal;font-size:10px;font-weight:800;line-height:1;border-radius:999px;padding:6px 8px;white-space:nowrap}
.courier-earning-amount em.paid{background:#dcfce7;color:#166534}
.courier-earning-amount em.pending{background:#fff7ed;color:#9a3412}
@media(max-width:700px){
  .courier-shell>.courier-earnings-panel{margin-top:12px;padding:12px;border-radius:16px}
  .courier-earnings-heading{align-items:flex-start}
  .courier-earnings-heading>span{width:100%;padding-top:0;font-size:11px}
  .courier-earning-item{padding:10px 0!important;gap:8px}
  .courier-earning-order b{font-size:13px}
  .courier-earning-amount{gap:6px}
  .courier-earning-amount strong{font-size:13px}
  .courier-earning-amount em{font-size:9px;padding:5px 7px}
}

/* V3.57.2 Kurye Final */
.courier-availability{margin:10px 0 12px}.courier-availability label{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700}.courier-availability select{width:auto;min-width:170px;padding:9px 12px;border-radius:12px}.courier-earning-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.courier-failed-box{margin-top:10px;border:1px solid #eadede;border-radius:14px;padding:10px 12px;background:#fffafa}.courier-failed-box summary{cursor:pointer;font-weight:700;color:#a22}.courier-failed-box .form{margin-top:10px}.courier-failed-box textarea{resize:vertical}
@media(max-width:700px){.courier-earning-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.courier-availability label{align-items:stretch;flex-direction:column}.courier-availability select{width:100%}.courier-failed-box{padding:9px 10px}}


/* V3.58.0 — Premium giriş ve üyelik */
.premium-auth-shell{min-height:calc(100vh - 110px);display:grid;grid-template-columns:minmax(360px,46%) 1fr;background:#f7f8fc;margin:-18px -18px 0;overflow:hidden}
.premium-auth-visual{position:relative;display:flex;min-height:720px;flex-direction:column;justify-content:space-between;padding:54px clamp(34px,5vw,78px);color:#fff;background:linear-gradient(145deg,var(--primary,#165dcc),color-mix(in srgb,var(--primary,#165dcc) 64%,#091d46));isolation:isolate}
.premium-auth-visual:before,.premium-auth-visual:after{content:"";position:absolute;border-radius:999px;z-index:-1;background:rgba(255,255,255,.09)}
.premium-auth-visual:before{width:420px;height:420px;right:-190px;top:-110px}.premium-auth-visual:after{width:300px;height:300px;left:-145px;bottom:50px}
.premium-auth-brand{display:flex;align-items:center;gap:13px;font-size:20px}.premium-auth-brand span,.premium-auth-mobile-brand i{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#fff;color:var(--primary,#165dcc);font-weight:950;font-style:normal;text-transform:lowercase;box-shadow:0 14px 36px rgba(0,0,0,.16)}
.premium-auth-copy{max-width:600px}.premium-auth-copy small{font-weight:850;letter-spacing:.18em;opacity:.78}.premium-auth-copy h1{margin:14px 0 18px;font-size:clamp(38px,4.5vw,68px);line-height:1.02;letter-spacing:-.045em;color:#fff}.premium-auth-copy p{max-width:520px;font-size:18px;line-height:1.7;opacity:.88}
.premium-auth-benefits{display:flex;flex-wrap:wrap;gap:12px}.premium-auth-benefits span{padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.09);font-size:13px;font-weight:750;backdrop-filter:blur(12px)}
.premium-auth-panel{display:grid;place-items:center;padding:45px 32px}.premium-auth-card{width:min(100%,520px);padding:42px;border:1px solid #e7eaf1;border-radius:28px;background:#fff;box-shadow:0 25px 70px rgba(24,37,66,.10)}
.premium-auth-mobile-brand{display:none;align-items:center;gap:10px;margin-bottom:26px}.premium-auth-mobile-brand i{width:42px;height:42px;border-radius:13px}.premium-auth-heading>span{display:inline-block;color:var(--primary,#165dcc);font-weight:850;font-size:13px;text-transform:uppercase;letter-spacing:.09em}.premium-auth-heading h2{font-size:31px;line-height:1.15;letter-spacing:-.03em;margin:8px 0 10px}.premium-auth-heading p{margin:0 0 28px;color:#687187;line-height:1.55}
.premium-auth-form{display:grid;gap:17px}.premium-auth-form>label>span{display:block;margin:0 0 7px;font-size:13px;font-weight:800;color:#273047}.premium-input{display:flex;align-items:center;gap:10px;min-height:54px;padding:0 14px;border:1.5px solid #dfe4ee;border-radius:15px;background:#fbfcfe;transition:.2s ease}.premium-input:focus-within{border-color:var(--primary,#165dcc);background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--primary,#165dcc) 12%,transparent)}.premium-input>i{width:22px;color:#8b94a7;font-style:normal;text-align:center}.premium-input input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:15px 0!important;font-size:15px}.premium-input input::placeholder{color:#a5adbc}.premium-password{padding-right:8px}.password-visibility{border:0;background:transparent;color:var(--primary,#165dcc);padding:8px;font-size:12px;font-weight:850;cursor:pointer}.field-help{display:block;margin-top:6px;color:#8a93a5;font-size:11px}.premium-auth-consent{display:flex!important;align-items:flex-start;gap:9px;color:#667085;font-size:12px;line-height:1.45}.premium-auth-consent input{margin-top:2px;accent-color:var(--primary,#165dcc)}
.premium-auth-submit{display:flex;align-items:center;justify-content:center;gap:12px;min-height:55px;border:0;border-radius:15px;background:var(--primary,#165dcc);color:#fff;font-size:15px;font-weight:900;box-shadow:0 13px 25px color-mix(in srgb,var(--primary,#165dcc) 26%,transparent);cursor:pointer;transition:.18s ease}.premium-auth-submit:hover{transform:translateY(-1px);filter:brightness(.98)}.premium-auth-submit b{font-size:20px}.premium-login-note{margin:0;padding:11px 13px;border-radius:12px;background:#f5f7fb;color:#667085;font-size:12px}.premium-auth-switch{text-align:center;margin-top:24px;color:#70798c;font-size:14px}.premium-auth-switch a{color:var(--primary,#165dcc);font-weight:900}.premium-auth-trust{display:flex;justify-content:space-between;gap:12px;margin-top:25px;padding-top:20px;border-top:1px solid #edf0f5;color:#8a93a5;font-size:11px}.password-meter{display:flex;align-items:center;gap:9px;margin-top:-8px;color:#8790a3;font-size:11px}.password-meter:before{content:"";height:5px;flex:1;border-radius:999px;background:#e7eaf0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}.password-meter[data-strength="weak"]:before{background:linear-gradient(90deg,#e64949 30%,#e7eaf0 30%)}.password-meter[data-strength="medium"]:before{background:linear-gradient(90deg,#eaa12b 62%,#e7eaf0 62%)}.password-meter[data-strength="strong"]:before{background:#24a66a}
@media(max-width:900px){.premium-auth-shell{display:block;margin:-12px -12px 0;min-height:calc(100vh - 75px);background:linear-gradient(180deg,color-mix(in srgb,var(--primary,#165dcc) 9%,#fff),#f7f8fc 260px)}.premium-auth-visual{display:none}.premium-auth-panel{padding:25px 14px 42px;place-items:start center}.premium-auth-card{padding:26px 20px;border-radius:23px;box-shadow:0 18px 45px rgba(24,37,66,.09)}.premium-auth-mobile-brand{display:flex}.premium-auth-heading h2{font-size:27px}.premium-auth-heading p{margin-bottom:23px}.premium-auth-form{gap:14px}.premium-input{min-height:51px;border-radius:14px}.premium-auth-trust{font-size:10px;flex-wrap:wrap}}
@media(max-width:430px){.premium-auth-panel{padding-left:10px;padding-right:10px}.premium-auth-card{padding:23px 16px}.premium-auth-heading h2{font-size:25px}.premium-auth-trust{display:block}.premium-auth-trust span{display:block;margin-top:5px}}

/* V3.58.1 - Sade ve kurumsal giriş/kayıt ekranları */
.premium-auth-shell.premium-auth-simple{display:block;min-height:calc(100vh - 110px);margin:-18px -18px 0;background:linear-gradient(180deg,color-mix(in srgb,var(--primary,#165dcc) 7%,#fff),#f7f8fc 360px);overflow:visible}
.premium-auth-simple .premium-auth-panel{min-height:calc(100vh - 110px);display:grid;place-items:center;padding:48px 20px}
.premium-auth-simple .premium-auth-card{width:min(100%,480px);padding:38px;border-radius:24px}
.premium-auth-simple .premium-auth-heading h2{margin:0 0 9px;font-size:30px;letter-spacing:-.025em}
.premium-auth-simple .premium-auth-heading p{margin:0 0 26px;color:#687187;line-height:1.55}
.premium-auth-simple .premium-auth-heading>span,.premium-auth-simple .premium-auth-visual,.premium-auth-simple .premium-auth-mobile-brand{display:none!important}
@media(max-width:900px){.premium-auth-shell.premium-auth-simple{margin:-12px -12px 0;min-height:calc(100vh - 75px)}.premium-auth-simple .premium-auth-panel{min-height:calc(100vh - 75px);padding:24px 12px 38px}.premium-auth-simple .premium-auth-card{padding:27px 20px;border-radius:22px}.premium-auth-simple .premium-auth-heading h2{font-size:27px}.premium-auth-simple .premium-auth-heading p{margin-bottom:22px}}
@media(max-width:430px){.premium-auth-simple .premium-auth-card{padding:24px 16px}.premium-auth-simple .premium-auth-heading h2{font-size:25px}}

/* V3.58.2 — mobil auth optimizasyonu ve bakım modu */
body:has(.premium-auth-shell) .category-navigation{display:none!important}
body:has(.premium-auth-shell) main{display:block!important}
.premium-auth-shell.premium-auth-simple{margin:0!important;min-height:auto!important;background:linear-gradient(180deg,color-mix(in srgb,var(--primary,var(--b,#075fc7)) 6%,#fff),#f7f8fc 330px)!important}
.premium-auth-simple .premium-auth-panel{min-height:auto!important;padding:26px 18px 42px!important;place-items:start center!important}
.premium-auth-simple .premium-auth-card{margin:0 auto!important}
.maintenance-admin-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:20px}.maintenance-admin-heading small,.maintenance-preview-panel>small{color:var(--b);font-size:11px;font-weight:900;letter-spacing:.12em}.maintenance-admin-heading h2{margin:5px 0 8px}.maintenance-admin-heading p{margin:0;line-height:1.6}.maintenance-admin-icon{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,var(--b),var(--bd));color:#fff;font-size:27px;box-shadow:0 12px 25px color-mix(in srgb,var(--b) 24%,transparent)}.maintenance-master-switch{padding:15px!important;margin:15px 0 20px!important;border:1px solid #dfe7f1;border-radius:14px;background:#f7faff}.maintenance-warning{margin-top:16px;padding:12px 14px;border-radius:12px;background:#fff5df;border:1px solid #f5dfad;color:#7a5a10;font-size:12px;line-height:1.5}.maintenance-preview-panel{align-self:start}.maintenance-mini-preview{margin-top:13px;padding:34px 24px;border-radius:22px;background:linear-gradient(145deg,#f5f9ff,#eaf3ff);border:1px solid #dce8f5;text-align:center}.maintenance-mini-logo img{max-width:170px;max-height:48px;object-fit:contain}.maintenance-mini-logo b{color:var(--b);font-size:20px}.maintenance-mini-preview>i{display:grid;place-items:center;width:62px;height:62px;margin:22px auto 16px;border-radius:19px;background:linear-gradient(145deg,var(--b),var(--bd));color:#fff;font-style:normal;font-size:27px}.maintenance-mini-preview h3{margin:0 0 9px;font-size:22px}.maintenance-mini-preview p{margin:0;color:var(--m);font-size:13px;line-height:1.6}
@media(max-width:900px){body:has(.premium-auth-shell) .site-header{position:relative!important;top:auto!important}.premium-auth-shell.premium-auth-simple{margin:0!important;min-height:auto!important}.premium-auth-simple .premium-auth-panel{min-height:auto!important;padding:12px 10px 30px!important}.premium-auth-simple .premium-auth-card{width:100%!important;padding:24px 18px!important;border-radius:20px!important;box-shadow:0 12px 34px rgba(24,37,66,.08)!important}.premium-auth-simple .premium-auth-heading h2{font-size:26px!important;margin-bottom:6px!important}.premium-auth-simple .premium-auth-heading p{font-size:14px!important;margin-bottom:18px!important}.premium-auth-form{gap:11px!important}.premium-auth-form>label>span{margin-bottom:5px!important}.premium-input{min-height:49px!important}.premium-input input{padding:12px 0!important}.field-help{margin-top:4px!important}.premium-auth-switch{margin-top:17px!important}.premium-auth-trust{margin-top:17px!important;padding-top:15px!important}}
@media(max-width:430px){.premium-auth-simple .premium-auth-panel{padding:9px 7px 26px!important}.premium-auth-simple .premium-auth-card{padding:21px 15px!important}.maintenance-admin-heading{gap:10px}.maintenance-admin-icon{width:48px;height:48px;flex-basis:48px}.maintenance-mini-preview{padding:26px 15px}}

/* V4.0.0 Marketplace Pro */
.seller-hero{align-items:center}.seller-brand-line{display:flex;align-items:center;gap:14px}.seller-logo,.seller-profile-logo{width:64px;height:64px;object-fit:cover;border-radius:18px;border:1px solid #e5e7eb;background:#fff}.seller-profile-logo{display:block;margin-top:10px}.seller-quick-status{margin:16px 0}.seller-status-form{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.seller-status-form .check{margin:0}.seller-status-form button{margin-left:auto}.seller-main .stats{grid-template-columns:repeat(6,minmax(0,1fr))}.seller-main .panel{border-radius:18px}.seller-main table{min-width:720px}
@media(max-width:900px){.seller-main .stats{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-main{padding:14px}.seller-hero{align-items:flex-start;gap:12px}.seller-status-form{display:grid;grid-template-columns:1fr}.seller-status-form button{margin-left:0;width:100%}.seller-logo{width:52px;height:52px}.seller-main .admin-grid{grid-template-columns:1fr}.seller-main .panel{padding:14px}.seller-main h1{font-size:24px}}

/* V4.1.0 Professional Seller Panel */
.seller-panel-body{background:#f4f7fb;color:#162033}.seller-panel-body>main{display:block;min-height:100vh}.seller-app{min-height:100vh;margin-left:270px}.seller-sidebar{position:fixed;inset:0 auto 0 0;width:270px;background:#0e1b2f;color:#fff;z-index:1200;display:flex;flex-direction:column;padding:18px 14px;box-sizing:border-box}.seller-sidebar-head{display:flex;align-items:center;justify-content:space-between}.seller-sidebar-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;padding:8px}.seller-sidebar-brand img,.seller-sidebar-brand i{width:44px;height:44px;border-radius:13px;object-fit:cover;background:var(--b);display:grid;place-items:center;font-style:normal;font-weight:800;text-transform:uppercase}.seller-sidebar-brand span{display:grid;gap:2px;min-width:0}.seller-sidebar-brand b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.seller-sidebar-brand small{color:#9fb0c8}.seller-menu-close{display:none}.seller-store-state{margin:18px 8px 10px;padding:10px 12px;border-radius:12px;background:#172840;font-size:13px;display:flex;align-items:center;gap:8px}.seller-store-state span{width:9px;height:9px;border-radius:50%;background:#ef4444}.seller-store-state.open span{background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}.seller-sidebar-nav{display:grid;gap:5px;margin-top:8px}.seller-sidebar-nav a,.seller-sidebar-foot a{display:flex;align-items:center;gap:12px;color:#b8c5d8;text-decoration:none;padding:12px 14px;border-radius:12px;font-weight:600}.seller-sidebar-nav a:hover,.seller-sidebar-nav a.active{background:linear-gradient(90deg,var(--b),var(--bd));color:#fff}.seller-sidebar-nav a span{width:22px;text-align:center}.seller-sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);padding-top:12px}.seller-topbar{height:78px;background:#fff;border-bottom:1px solid #e7edf5;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:500}.seller-topbar h1{font-size:19px;margin:2px 0}.seller-topbar small{color:#8290a4;font-size:10px;letter-spacing:1.2px}.seller-topbar-actions{display:flex;align-items:center;gap:12px}.seller-topbar-actions>a{color:#26364d;text-decoration:none}.seller-user-chip{display:flex;align-items:center;gap:9px;background:#f3f6fa;padding:7px 12px;border-radius:999px}.seller-user-chip span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--b);color:#fff}.seller-main{padding:28px 30px 60px;max-width:1600px;margin:0 auto}.seller-main>.notice{margin-top:0}.seller-hero{display:none}.seller-dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.seller-dashboard-head h2{font-size:28px;margin:4px 0}.seller-dashboard-head p{color:#748197;margin:0}.seller-dashboard-head small,.seller-section-title small{color:var(--b);font-size:10px;font-weight:800;letter-spacing:1.2px}.seller-dashboard-date{background:#fff;border:1px solid #e5ebf3;padding:10px 14px;border-radius:12px;font-weight:700}.seller-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.seller-kpi-grid article{background:#fff;border:1px solid #e7edf5;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(23,38,61,.05);display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}.seller-kpi-grid article>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:#eef5ff;color:var(--b);display:grid;place-items:center;font-weight:800}.seller-kpi-grid small{color:#758399}.seller-kpi-grid b{font-size:22px;margin-top:3px}.seller-dashboard-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;margin-bottom:18px}.seller-main .panel{border:1px solid #e7edf5;border-radius:18px;box-shadow:0 8px 24px rgba(23,38,61,.05)}.seller-section-title{display:flex;justify-content:space-between;align-items:center}.seller-section-title h2{margin:3px 0 14px}.seller-quick-actions>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seller-quick-actions a{padding:14px;border:1px solid #e4eaf2;border-radius:12px;text-decoration:none;color:#23354e;font-weight:700;background:#fafcff}.seller-quick-actions a:hover{border-color:var(--b);color:var(--b)}.seller-status-form{display:grid;gap:10px}.seller-status-form p{margin:0;color:#5f6e82;font-size:13px}.seller-live-dot{width:12px;height:12px;border-radius:50%;background:#ef4444}.seller-live-dot.open{background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}.seller-main>.table-wrap{margin-top:18px}.seller-main table{min-width:760px}.seller-mobile-menu-button,.seller-menu-overlay{display:none}
@media(max-width:1100px){.seller-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-dashboard-grid{grid-template-columns:1fr}}
@media(max-width:760px){.seller-app{margin-left:0}.seller-sidebar{transform:translateX(-105%);transition:.25s;width:min(86vw,300px)}.seller-panel-body.seller-menu-open .seller-sidebar{transform:none}.seller-menu-overlay{display:block;position:fixed;inset:0;background:rgba(4,12,24,.55);z-index:1100;opacity:0;pointer-events:none;transition:.2s}.seller-panel-body.seller-menu-open .seller-menu-overlay{opacity:1;pointer-events:auto}.seller-menu-close{display:block;background:none;border:0;color:#fff;font-size:28px}.seller-mobile-menu-button{display:grid;place-items:center;position:fixed;left:15px;top:17px;z-index:700;width:42px;height:42px;border:0;border-radius:12px;background:#eef4fb;color:#1b2b42;font-size:20px}.seller-topbar{height:76px;padding:0 14px 0 68px}.seller-topbar-actions>a:first-child{display:none}.seller-user-chip b{display:none}.seller-main{padding:20px 14px 40px}.seller-dashboard-head{align-items:flex-start;gap:12px}.seller-dashboard-head h2{font-size:23px}.seller-dashboard-date{font-size:12px;padding:8px}.seller-kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.seller-kpi-grid article{padding:14px;grid-template-columns:34px 1fr;column-gap:9px}.seller-kpi-grid article>span{width:34px;height:34px;border-radius:10px}.seller-kpi-grid b{font-size:18px}.seller-quick-actions>div:last-child{grid-template-columns:1fr}.seller-main .table-wrap{overflow-x:auto}.seller-main h1{font-size:25px}}
@media(max-width:420px){.seller-kpi-grid{grid-template-columns:1fr}.seller-dashboard-head p{display:none}}

/* V4.1.1 — Mobil ana sayfa canlı ürün arama */
.mobile-live-search{position:relative}
.mobile-home-search-results{margin-top:10px;max-height:min(58vh,520px);overflow:auto;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:var(--surface);box-shadow:0 16px 38px rgba(4,18,38,.14)}
.mobile-home-search-result{display:grid;grid-template-columns:58px minmax(0,1fr) 42px;align-items:center;gap:10px;padding:10px;border-bottom:1px solid rgba(0,0,0,.07)}
.mobile-home-search-result:last-child{border-bottom:0}
.mobile-home-search-image{width:58px;height:58px;border-radius:11px;overflow:hidden;background:var(--bg)}
.mobile-home-search-image img{width:100%;height:100%;object-fit:contain;display:block}
.mobile-home-search-info{display:grid;gap:2px;min-width:0;color:var(--text);text-decoration:none}
.mobile-home-search-info b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}
.mobile-home-search-info small{color:var(--m);font-size:11px}
.mobile-home-search-info strong{color:var(--b);font-size:14px}
.mobile-home-search-result>button{width:40px;height:40px;border:0;border-radius:12px;background:var(--b);color:#fff;font-size:24px;font-weight:800;cursor:pointer}
.mobile-home-search-result>button:disabled{opacity:.65}
.mobile-home-search-loading,.mobile-home-search-empty{padding:18px;text-align:center;color:var(--m);font-size:13px}
.managed-banners{display:grid;gap:14px;margin:18px auto;max-width:1400px;padding:0 18px}
.managed-banners a{display:block;overflow:hidden;border-radius:18px}
.managed-banners img{display:block;width:100%;height:auto;object-fit:cover}
@media(max-width:700px){
  .mobile-search-card{max-height:calc(100vh - 92px);overflow:auto}
  .mobile-home-search-results{max-height:55vh}
  .managed-banners{margin:12px auto;padding:0 10px;gap:10px}
  .managed-banners a{border-radius:13px}
}

/* V4.1.2 — Mobil ana sayfa arama sonuçlarını sepet hızlı arama düzeniyle eşitle */
@media (max-width: 600px){
  .mobile-home-search-results{
    margin-top:8px;
    max-height:360px;
    overflow-y:auto;
    padding:6px;
    border:1px solid var(--l);
    border-radius:14px;
    background:var(--surface);
    box-shadow:0 14px 30px rgba(15,23,42,.16);
  }
  .mobile-home-search-result{
    display:grid;
    grid-template-columns:48px minmax(0,1fr) 36px;
    gap:9px;
    align-items:center;
    min-height:62px;
    padding:7px;
    border-bottom:1px solid var(--l);
    background:transparent;
  }
  .mobile-home-search-result:last-child{border-bottom:0}
  .mobile-home-search-image{
    display:block;
    width:48px;
    height:48px;
    border:1px solid var(--l);
    border-radius:10px;
    overflow:hidden;
    background:#fff;
  }
  .mobile-home-search-image img{
    display:block;
    width:48px;
    height:48px;
    object-fit:contain;
  }
  .mobile-home-search-info{
    display:block;
    min-width:0;
    color:var(--text);
    text-decoration:none;
  }
  .mobile-home-search-info b{
    display:-webkit-box;
    overflow:hidden;
    color:var(--text);
    font-size:11px;
    line-height:1.2;
    white-space:normal;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .mobile-home-search-info small{
    display:block;
    margin-top:2px;
    color:var(--muted,var(--m));
    font-size:8px;
  }
  .mobile-home-search-info strong{
    display:block;
    margin-top:3px;
    color:var(--b);
    font-size:11px;
  }
  .mobile-home-search-result>button{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    padding:0;
    border:0;
    border-radius:10px;
    background:var(--b);
    color:#fff;
    font-size:20px;
    font-weight:950;
    cursor:pointer;
  }
  .mobile-home-search-result>button:disabled{opacity:.65}
  .mobile-home-search-loading,.mobile-home-search-empty{
    padding:16px 10px;
    text-align:center;
    color:var(--muted,var(--m));
    font-size:12px;
  }
}

/* V4.1.3 — Mobil arama sonuçları: sadece kompakt satır görünümü */
@media (max-width: 700px){
  #mobile-home-search-results.mobile-home-search-results{
    display:block!important;
    margin:8px 0 0!important;
    padding:0 10px!important;
    max-height:52vh!important;
    overflow-y:auto!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  #mobile-home-search-results[hidden]{display:none!important}
  #mobile-home-search-results .mobile-home-search-result{
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr) 44px!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    min-height:78px!important;
    margin:0!important;
    padding:9px 0!important;
    border:0!important;
    border-bottom:1px solid #dce4ea!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  #mobile-home-search-results .mobile-home-search-result:last-child{border-bottom:0!important}
  #mobile-home-search-results .mobile-home-search-image{
    display:block!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    min-height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
    margin:0!important;
    padding:3px!important;
    border:1px solid #d8e2e9!important;
    border-radius:11px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  #mobile-home-search-results .mobile-home-search-image>img{
    display:block!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:8px!important;
    object-fit:contain!important;
    aspect-ratio:1/1!important;
  }
  #mobile-home-search-results .mobile-home-search-info{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:2px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:#0f2633!important;
    text-decoration:none!important;
  }
  #mobile-home-search-results .mobile-home-search-info b{
    display:-webkit-box!important;
    width:100%!important;
    margin:0!important;
    overflow:hidden!important;
    color:#0f2633!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.25!important;
    white-space:normal!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  #mobile-home-search-results .mobile-home-search-info small{
    display:block!important;
    margin:1px 0 0!important;
    color:#64747d!important;
    font-size:10px!important;
    line-height:1.2!important;
  }
  #mobile-home-search-results .mobile-home-search-info strong{
    display:block!important;
    margin:3px 0 0!important;
    color:var(--b)!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.15!important;
  }
  #mobile-home-search-results .mobile-home-search-result>button{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    max-width:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:12px!important;
    background:var(--b)!important;
    color:#fff!important;
    font-size:23px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:none!important;
  }
}

/* V4.2.0 — Zorunlu adres seçim alanı */
.registration-address-block{display:grid;gap:12px;padding:16px;border:1px solid #dce7eb;border-radius:16px;background:#f8fbfc}.registration-address-block>b{font-size:15px}.registration-address-block>small{color:#667984;line-height:1.45}.registration-address-block select,.registration-address-block input,.registration-address-block textarea,.delivery-neighborhood-select,.delivery-street-select{width:100%;min-height:46px;border:1px solid #d8e3e8;border-radius:12px;background:#fff;padding:10px 12px;font:inherit}.registration-address-block select:focus,.registration-address-block input:focus,.registration-address-block textarea:focus,.delivery-neighborhood-select:focus,.delivery-street-select:focus{outline:none;border-color:var(--primary,#087f86);box-shadow:0 0 0 3px rgba(8,127,134,.12)}

/* V5.1.0 SEO PRO */
.seo-pro-dashboard{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);gap:18px;margin-bottom:18px}.seo-score-card{display:flex;align-items:center;justify-content:space-between;overflow:hidden}.seo-score-card small{font-weight:800;letter-spacing:.08em;color:var(--m)}.seo-score-card strong{display:block;font-size:48px;line-height:1;margin:12px 0}.seo-score-card strong em{font-size:18px;font-style:normal;color:var(--m)}.seo-score-ring{--score:0;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--b) calc(var(--score)*1%),#e9edf4 0);position:relative}.seo-score-ring:before{content:"";position:absolute;inset:10px;background:#fff;border-radius:50%}.seo-score-ring span{position:relative;font-size:28px;font-weight:900}.seo-health-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.seo-health-grid span{display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:12px;background:#f7f9fc;font-size:13px}.seo-health-grid .ok{color:#087443}.seo-health-grid .warn{color:#9a6500}.seo-health-grid .bad{color:#b42318}.seo-health-grid .neutral{color:#536176}.seo-tabs{overflow:auto;white-space:nowrap;margin-bottom:18px}.schema-status-big{font-size:64px;font-weight:900;color:#087443}.schema-status-big small{font-size:22px;color:var(--m)}@media(max-width:900px){.seo-pro-dashboard{grid-template-columns:1fr}.seo-health-grid{grid-template-columns:1fr}.seo-score-card strong{font-size:40px}.seo-score-ring{width:96px;height:96px}}

/* V6.2 local + national courier */
.courier-scope-badge{display:inline-flex;margin-top:6px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.14);font-size:12px;font-weight:700}.courier-pool-address b{display:block;margin-bottom:4px}
/* V6.2.1 canlı kurye takip */
.live-delivery-card{background:#fff;border:1px solid #dbe7e7;border-radius:18px;padding:18px;margin:18px 0;box-shadow:0 8px 30px rgba(0,0,0,.06)}.live-delivery-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.live-delivery-head small{color:#087b7b;font-weight:800}.live-delivery-head h2{margin:4px 0}.live-delivery-head a{display:inline-block;padding:10px 14px;border-radius:12px;background:#073f46;color:#fff;text-decoration:none}.live-courier-map{height:360px;border-radius:14px;margin:14px 0;background:#eef3f3}.delivery-otp-box{padding:14px;border-radius:14px;background:#f0fbf8;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.delivery-otp-box strong{font-size:24px;letter-spacing:5px}.delivery-otp-box small{width:100%}.delivery-chat{margin-top:16px}.delivery-chat-list{max-height:220px;overflow:auto;background:#f7f9f9;padding:10px;border-radius:12px}.delivery-chat-list p{margin:6px 0;padding:8px 10px;border-radius:10px;background:#fff}.delivery-chat-list p.customer{text-align:right;background:#e9fbf5}.delivery-chat form{display:flex;gap:8px;margin-top:8px}.delivery-chat input{flex:1}.courier-otp{display:block;margin:10px 0;font-weight:700}.courier-otp input{display:block;width:100%;font-size:22px;letter-spacing:5px;text-align:center;margin-top:6px;padding:12px;border:1px solid #ccd;border-radius:10px}@media(max-width:700px){.live-courier-map{height:300px}.live-delivery-head{flex-direction:column}.delivery-chat form{flex-direction:column}}
/* V6.2.1 canlı kurye takip */
.live-delivery-card{background:#fff;border:1px solid #dbe7e7;border-radius:18px;padding:18px;margin:18px 0;box-shadow:0 8px 30px rgba(0,0,0,.06)}.live-delivery-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.live-delivery-head a{padding:10px 14px;border-radius:12px;background:#073f46;color:#fff;text-decoration:none}.live-courier-map{height:360px;border-radius:14px;margin:14px 0;background:#eef3f3}.delivery-otp-box{padding:14px;border-radius:14px;background:#f0fbf8;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.delivery-otp-box strong{font-size:24px;letter-spacing:5px}.delivery-otp-box small{width:100%}.delivery-chat-list{max-height:220px;overflow:auto;background:#f7f9f9;padding:10px;border-radius:12px}.delivery-chat-list p{padding:8px 10px;border-radius:10px;background:#fff}.delivery-chat-list p.customer{text-align:right;background:#e9fbf5}.delivery-chat form{display:flex;gap:8px;margin-top:8px}.delivery-chat input{flex:1}.courier-otp{display:block;margin:10px 0;font-weight:700}.courier-otp input{display:block;width:100%;font-size:22px;letter-spacing:5px;text-align:center;margin-top:6px;padding:12px;border:1px solid #ccd;border-radius:10px}@media(max-width:700px){.live-courier-map{height:300px}.live-delivery-head{flex-direction:column}.delivery-chat form{flex-direction:column}}

/* V6.2.3 canlı takip ve OTP kullanılabilirlik düzeltmeleri */
.live-delivery-meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:-4px 0 14px;color:#49656b;font-size:13px}.delivery-otp-box{border:1px solid #b9e6d9}.delivery-otp-box>span{font-weight:800}.delivery-otp-box strong{background:#fff;border:1px dashed #12866e;border-radius:10px;padding:7px 12px;color:#075f50}.delivery-chat form input{min-height:44px;padding:10px 12px;border:1px solid #cbd8d8;border-radius:10px}.delivery-chat form button{min-height:44px;padding:10px 18px;border:0;border-radius:10px;background:#073f46;color:#fff;font-weight:800}.delivery-chat-list .empty-chat{text-align:center;color:#718387;background:transparent}.leaflet-container{font:inherit;z-index:1}.courier-live-icon{background:transparent!important;border:0!important}
@media(max-width:700px){.live-delivery-card{padding:14px;border-radius:16px}.live-courier-map{height:280px!important;min-height:280px!important}.live-delivery-meta{display:grid;grid-template-columns:1fr}.delivery-otp-box{display:grid;grid-template-columns:1fr auto}.delivery-otp-box strong{font-size:28px}.delivery-otp-box small{grid-column:1/-1}.delivery-chat form{display:grid;grid-template-columns:1fr auto}.delivery-chat form button{padding-inline:14px}}

/* V6.2.4 Premium canlı teslimat */
.live-tracking-setting{margin-top:18px;padding:18px;border:1px solid #d9e6e8;border-radius:16px;background:linear-gradient(145deg,#f7fbfb,#eef8f8)}
.live-tracking-setting h3{margin:0 0 12px;color:#11373d}.live-tracking-setting p{margin:10px 0 0;line-height:1.55}
.premium-live-tracking{--track-primary:#007f87;--track-dark:#063e45;--track-soft:#eaf7f7;position:relative;margin:22px 0 26px;border:1px solid rgba(6,62,69,.1);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(5,55,62,.11);overflow:hidden}
.premium-tracking-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px 26px 22px;color:#fff;background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.18),transparent 30%),linear-gradient(135deg,#063e45 0%,#007f87 58%,#10a4a0 100%)}
.premium-tracking-hero:after{content:"";position:absolute;inset:auto -40px -80px auto;width:190px;height:190px;border:34px solid rgba(255,255,255,.06);border-radius:50%}
.premium-tracking-copy{position:relative;z-index:1;min-width:0}.premium-live-label{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:11px;font-weight:900;letter-spacing:.14em}.premium-live-label i,.premium-map-live-dot{width:9px;height:9px;border-radius:50%;background:#62f6c5;box-shadow:0 0 0 6px rgba(98,246,197,.15);animation:premiumLivePulse 1.7s infinite}
.premium-tracking-copy h2{margin:0;font-size:clamp(21px,4vw,30px);line-height:1.16;letter-spacing:-.025em;color:#fff}.premium-tracking-copy p{margin:9px 0 0;color:rgba(255,255,255,.82);font-weight:600}
.premium-courier-badge{position:relative;z-index:1;display:grid;place-items:center;flex:0 0 78px;width:78px;height:78px;border:1px solid rgba(255,255,255,.26);border-radius:24px;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}.premium-courier-badge span{font-size:38px;filter:drop-shadow(0 5px 6px rgba(0,0,0,.2))}
.premium-tracking-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid #edf2f3}.premium-tracking-actions a,.premium-tracking-actions button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border-radius:14px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.premium-action-call{border:0;background:var(--track-dark);color:#fff}.premium-action-message{border:1px solid #cfe1e3;background:#f5fafa;color:var(--track-dark)}.premium-tracking-actions span{font-size:18px}
.premium-map-shell{margin:20px;border:1px solid #dbe8e9;border-radius:20px;background:#f7fbfb;overflow:hidden;box-shadow:0 8px 25px rgba(10,60,67,.06)}.premium-map-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;background:#fff;border-bottom:1px solid #e4eeee;font-size:12px}.premium-map-topbar span{display:flex;align-items:center;gap:8px;font-weight:900;color:var(--track-dark);text-transform:uppercase;letter-spacing:.08em}.premium-map-topbar strong{font-size:12px;color:#627a7e}
.premium-live-tracking .live-courier-map{display:block;width:100%;height:360px;min-height:360px;margin:0;border-radius:0;background:#e8f0ef;overflow:hidden}.premium-map-placeholder{height:100%;display:grid;place-content:center;justify-items:center;gap:7px;padding:24px;text-align:center;color:#49686d}.premium-map-placeholder span{font-size:34px}.premium-map-placeholder b{font-size:16px;color:#183f45}.premium-map-placeholder small{max-width:300px;line-height:1.45}
.premium-map-status{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid #e4eeee}.premium-map-status>div{padding:14px 16px}.premium-map-status>div+div{border-left:1px solid #e4eeee}.premium-map-status span{display:block;margin-bottom:4px;font-size:10px;font-weight:900;letter-spacing:.08em;color:#789095;text-transform:uppercase}.premium-map-status b{display:block;color:#153c42;font-size:14px}
.premium-delivery-code{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin:20px;padding:20px;border:1px solid #bfe5d8;border-radius:20px;background:linear-gradient(135deg,#effcf7,#e5f7f2);box-shadow:0 8px 22px rgba(0,113,91,.07)}.premium-code-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff;color:#00816d;font-size:25px;box-shadow:0 5px 15px rgba(0,105,87,.11)}.premium-code-copy span{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;color:#15806d}.premium-code-copy strong{display:block;margin:3px 0 5px;font-size:34px;line-height:1;letter-spacing:.18em;color:#073f46}.premium-code-copy small{display:block;color:#55716d;line-height:1.45}.premium-code-copy-button{min-height:40px;padding:0 14px;border:1px solid #abd7ca;border-radius:12px;background:#fff;color:#087260;font-weight:800;cursor:pointer}
.premium-delivery-chat{margin:20px;padding:18px;border:1px solid #e0e9ea;border-radius:20px;background:#fbfdfd}.premium-chat-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.premium-chat-heading small{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;color:#07838a}.premium-chat-heading h3{margin:3px 0 0;color:#143b41}.premium-chat-heading>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e9f7f7;color:#087b82;font-size:20px}.premium-delivery-chat .delivery-chat-list{border:1px solid #e6eeee;background:#f5f9f9}.premium-delivery-chat form{margin-top:12px}.premium-delivery-chat form input{background:#fff}
.premium-courier-marker{position:relative;display:grid;place-items:center;width:48px;height:48px;border:4px solid #fff;border-radius:50%;background:#008a91;box-shadow:0 7px 20px rgba(0,69,76,.35)}.premium-courier-marker span{font-size:25px}.premium-courier-marker i{position:absolute;inset:-8px;border:2px solid rgba(0,138,145,.25);border-radius:50%;animation:premiumMarkerPulse 1.8s infinite}
@keyframes premiumLivePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}@keyframes premiumMarkerPulse{0%{opacity:.8;transform:scale(.8)}100%{opacity:0;transform:scale(1.3)}}
@media(max-width:700px){.premium-live-tracking{margin:18px -1px 22px;border-radius:20px}.premium-tracking-hero{padding:21px 18px 19px}.premium-courier-badge{flex-basis:62px;width:62px;height:62px;border-radius:19px}.premium-courier-badge span{font-size:31px}.premium-tracking-copy h2{font-size:22px}.premium-tracking-actions{padding:13px 14px;gap:9px}.premium-tracking-actions a,.premium-tracking-actions button{min-height:46px;font-size:13px}.premium-map-shell{margin:14px;border-radius:17px}.premium-live-tracking .live-courier-map{height:310px!important;min-height:310px!important}.premium-map-topbar{padding:12px}.premium-map-status{grid-template-columns:1fr}.premium-map-status>div+div{border-left:0;border-top:1px solid #e4eeee}.premium-map-status>div{padding:11px 13px}.premium-delivery-code{grid-template-columns:auto 1fr;margin:14px;padding:16px;gap:12px}.premium-code-copy-button{grid-column:1/-1;width:100%}.premium-code-copy strong{font-size:31px}.premium-code-copy small{font-size:12px}.premium-delivery-chat{margin:14px;padding:14px}.premium-delivery-chat form{display:grid;grid-template-columns:1fr auto}.premium-delivery-chat form button{padding-inline:15px}}

/* V6.2.5 — Kurye müşteri mesajlaşma */
.courier-chat-box{margin:18px 0;padding:16px;border:1px solid #d9e8e9;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbfb);box-shadow:0 10px 28px rgba(5,63,70,.08)}
.courier-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.courier-chat-head small{display:block;color:#16828a;font-size:10px;font-weight:900;letter-spacing:.11em}.courier-chat-head h3{margin:3px 0 0;color:#073f46}.courier-chat-count{padding:6px 10px;border-radius:999px;background:#e5f6f4;color:#08726f;font-size:11px;font-weight:900}
.courier-chat-messages{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto;padding:4px 2px 10px;scroll-behavior:smooth}.courier-chat-empty{padding:18px;text-align:center;border:1px dashed #cbdfe1;border-radius:13px;color:#71898c;background:#fff}
.courier-chat-bubble{align-self:flex-start;max-width:86%;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#fff;border:1px solid #dbe7e8;box-shadow:0 4px 12px rgba(6,63,70,.05)}.courier-chat-bubble.is-courier{align-self:flex-end;border-radius:15px 15px 4px 15px;background:#087d84;color:#fff;border-color:#087d84}.courier-chat-bubble span{display:block;margin-bottom:3px;font-size:10px;font-weight:900;opacity:.72}.courier-chat-bubble p{margin:0;line-height:1.4;overflow-wrap:anywhere}.courier-chat-bubble time{display:block;margin-top:5px;text-align:right;font-size:10px;opacity:.65}
.courier-chat-form{display:grid!important;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.courier-chat-form input{min-width:0;height:44px;padding:0 12px;border:1px solid #cadfe1;border-radius:12px;background:#fff}.courier-chat-form button{min-width:88px;border:0;border-radius:12px;background:#073f46;color:#fff;font-weight:900}
@media(max-width:640px){.courier-chat-box{padding:13px;margin:14px 0}.courier-chat-bubble{max-width:92%}.courier-chat-form{grid-template-columns:1fr}.courier-chat-form button{height:44px;width:100%}}

/* V6.3.0 — Profesyonel Canlı Destek */
.live-support-page{max-width:760px;padding-bottom:110px}.live-support-shell{min-height:680px;border:1px solid #dce8ea;border-radius:26px;background:#fff;box-shadow:0 24px 70px rgba(5,57,64,.12);overflow:hidden;display:flex;flex-direction:column}.live-support-head{display:flex;align-items:center;gap:13px;padding:18px 20px;color:#fff;background:linear-gradient(135deg,#063f46,#087986)}.live-support-head>a{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.13);display:grid;place-items:center;color:#fff;text-decoration:none;font-size:28px}.live-support-avatar{width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.17);display:grid;place-items:center;font-size:23px}.live-support-head h1{font-size:18px;margin:0}.live-support-head small{display:flex;align-items:center;gap:7px;margin-top:5px;color:rgba(255,255,255,.82);font-weight:700}.live-support-head small i{width:8px;height:8px;border-radius:50%;background:#a8b8ba}.live-support-head small.is-online i{background:#64f0bd;box-shadow:0 0 0 5px rgba(100,240,189,.14)}.live-support-messages{flex:1;min-height:360px;max-height:520px;overflow:auto;padding:22px;background:linear-gradient(180deg,#f5f9f9,#fff)}.support-day{text-align:center;font-size:11px;font-weight:800;color:#8ca0a4;margin-bottom:16px}.support-msg{display:flex;flex-direction:column;align-items:flex-start;margin:9px 0}.support-msg>div{max-width:78%;padding:12px 15px;border-radius:17px 17px 17px 5px;background:#fff;border:1px solid #dfeaec;box-shadow:0 5px 16px rgba(13,68,74,.06);line-height:1.5}.support-msg small{font-size:10px;color:#87999d;margin:4px 7px}.support-msg.customer{align-items:flex-end}.support-msg.customer>div{background:#063f46;color:#fff;border-color:#063f46;border-radius:17px 17px 5px 17px}.support-msg.admin>div{background:#e8f7f5;border-color:#cbe9e5}.support-msg.system>div{background:#f0f5f5;color:#496469;border-style:dashed}.live-support-welcome-actions{padding:16px 20px 20px;border-top:1px solid #edf2f3}.support-topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.support-topic-grid button{min-height:45px;border:1px solid #dbe7e9;border-radius:13px;background:#fff;color:#24484e;font-weight:800;text-align:left;padding:10px 13px}.support-connect-button{width:100%;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:11px;text-align:left;margin-top:12px;padding:13px;border:0;border-radius:16px;background:linear-gradient(135deg,#063f46,#087986);color:#fff}.support-connect-button span{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.15);display:grid;place-items:center;font-size:20px}.support-connect-button b{align-self:end}.support-connect-button small{color:rgba(255,255,255,.75)}.support-offline-card,.support-waiting{display:flex;gap:12px;align-items:center;margin-top:12px;padding:14px;border-radius:15px;background:#f7f2e9;border:1px solid #eadcc1}.support-offline-card p{margin:3px 0 0;color:#7c6a4d;font-size:12px}.support-waiting{margin:0;border-radius:0;background:#eef8f7;border-width:1px 0}.support-waiting i{width:10px;height:10px;border-radius:50%;background:#11a683;box-shadow:0 0 0 6px rgba(17,166,131,.12);animation:supportPulse 1.5s infinite}.support-waiting small{display:block;margin-top:2px;color:#678287}.live-support-form,.support-admin-form{display:grid;grid-template-columns:1fr auto;gap:9px;padding:13px 16px;border-top:1px solid #e7eeee;background:#fff}.live-support-form textarea,.support-admin-form textarea{resize:none;min-height:46px;max-height:110px;border:1px solid #d4e1e3;border-radius:14px;padding:12px 14px;font:inherit}.live-support-form button{width:46px;border:0;border-radius:14px;background:#063f46;color:#fff;font-size:18px}.live-support-security{text-align:center;padding:9px;background:#fafcfc;color:#839498;font-size:10px}.live-support-setting{margin-top:22px;padding-top:22px;border-top:1px solid #e7edf3}
.support-online-toggle button{border:0;border-radius:999px;padding:11px 16px;font-weight:850}.support-online-toggle button.online{background:#e8f8f2;color:#087555}.support-online-toggle button.offline{background:#f1f3f5;color:#68747d}.support-online-toggle i{display:inline-block;width:8px;height:8px;border-radius:50%;background:currentColor;margin-right:7px}.support-desk{display:grid;grid-template-columns:340px 1fr;min-height:620px;border:1px solid #dce6e8;border-radius:22px;background:#fff;overflow:hidden}.support-conversation-list{border-right:1px solid #e4ecee;background:#f8fbfb}.support-list-head{display:flex;justify-content:space-between;padding:18px;border-bottom:1px solid #e4ecee}.support-list-head span{background:#e4efef;border-radius:999px;padding:2px 8px}.support-list-empty{padding:30px 18px;color:#7a8e92;text-align:center}.support-conversation{position:relative;display:grid;grid-template-columns:45px 1fr;gap:11px;padding:14px;text-decoration:none;color:inherit;border-bottom:1px solid #e9efef}.support-conversation.active{background:#eaf7f5}.support-customer-avatar{width:45px;height:45px;border-radius:14px;background:#063f46;color:#fff;display:grid;place-items:center;font-weight:900}.support-customer-avatar.large{width:50px;height:50px}.support-conversation p{margin:4px 0;color:#6d8286;font-size:12px}.support-conversation small{color:#91a0a3}.support-conversation em{position:absolute;right:10px;top:10px;font-size:9px;font-style:normal;font-weight:900;padding:4px 7px;border-radius:999px}.support-conversation em.status-waiting{background:#fff0d4;color:#9b6500}.support-conversation em.status-active{background:#dff6ee;color:#087555}.support-conversation>i{position:absolute;right:11px;bottom:10px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e64141;color:#fff;font-size:10px;font-style:normal}.support-admin-chat{display:flex;flex-direction:column;min-width:0}.support-admin-chat>header{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #e6eded}.support-admin-chat h2{margin:0;font-size:17px}.support-admin-chat header p{margin:4px 0 0;color:#718589;font-size:12px}.support-chat-status{margin-left:auto;font-size:11px;font-weight:850}.support-admin-messages{flex:1;min-height:390px;max-height:510px;overflow:auto;padding:20px;background:#f6f9f9}.support-accept-bar{padding:12px 16px;background:#fff8e8;border-top:1px solid #eadfc5}.support-accept-bar button{width:100%}.support-close-form{text-align:center;padding:8px}.support-close-form button{border:0;background:transparent;color:#a34e4e;font-weight:800}.support-chat-placeholder{margin:auto;text-align:center;color:#74898d}.support-chat-placeholder span{font-size:45px}.support-admin-form button{min-width:90px}.live-support-stats{margin-bottom:18px}@keyframes supportPulse{50%{transform:scale(.8);opacity:.6}}
@media(max-width:760px){.live-support-page{padding:0 0 90px}.live-support-shell{min-height:calc(100vh - 150px);border-radius:0;border-left:0;border-right:0}.live-support-messages{max-height:none}.support-topic-grid{grid-template-columns:1fr 1fr}.support-msg>div{max-width:88%}.support-desk{grid-template-columns:1fr}.support-conversation-list{border-right:0}.support-admin-chat{min-height:560px}.live-support-admin-head{align-items:flex-start;gap:12px}.support-admin-chat>header{flex-wrap:wrap}.support-chat-status{margin-left:0;width:100%}}

/* V6.3.1 — Premium mobil canlı destek ve bağımsız ayarlar */
.live-support-page{max-width:820px;padding-bottom:116px}
.live-support-shell{min-height:720px;border:1px solid #d9e7e8;border-radius:30px;background:#f6fafb;box-shadow:0 26px 80px rgba(4,60,67,.14);overflow:hidden}
.live-support-head{position:relative;display:flex;align-items:center;gap:14px;padding:20px 22px 24px;background:linear-gradient(135deg,#064f58 0%,#087b86 62%,#0a9099 100%);overflow:hidden}
.live-support-head:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-120px;background:rgba(255,255,255,.09)}
.support-back{position:relative;z-index:1;flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:14px!important;background:rgba(255,255,255,.15)!important;font-size:30px!important}
.live-support-avatar{position:relative;z-index:1;width:52px;height:52px;border-radius:17px;background:#fff;color:#07616a;box-shadow:0 9px 24px rgba(0,38,42,.18);font-size:14px;font-weight:950}
.live-support-avatar i{position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;border:3px solid #087b86;border-radius:50%;background:#5be0b0}
.support-head-copy{position:relative;z-index:1;min-width:0;flex:1}.support-head-copy h1{font-size:19px;letter-spacing:-.25px}.support-head-copy small{font-size:11px;margin-top:3px}.support-head-copy p{margin:3px 0 0;color:rgba(255,255,255,.72);font-size:11px}
.support-shield{position:relative;z-index:1;width:36px;height:36px;border:1px solid rgba(255,255,255,.18);border-radius:12px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.1)}
.live-support-messages{min-height:390px;max-height:545px;padding:24px 20px 30px;background:radial-gradient(circle at top right,rgba(8,123,134,.07),transparent 36%),linear-gradient(180deg,#f4f9fa 0%,#fff 100%)}
.support-day{display:table;margin:0 auto 22px;padding:5px 10px;border-radius:999px;background:#e8f0f1;color:#71888b;font-size:9px;letter-spacing:.8px}
.support-welcome-card{display:flex;gap:13px;align-items:flex-start;margin:0 0 20px;padding:17px;border:1px solid #dce9eb;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(8,65,72,.07)}
.support-welcome-card>span{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:#e4f6f4;display:grid;place-items:center;font-size:20px}.support-welcome-card b{font-size:15px;color:#123f45}.support-welcome-card p{margin:5px 0 0;color:#617a7e;font-size:12px;line-height:1.55}
.support-msg{position:relative;display:flex;flex-direction:row;align-items:flex-end;gap:9px;margin:13px 0}.support-message-content{display:flex;flex-direction:column;align-items:flex-start;max-width:78%}.support-msg.customer{justify-content:flex-end}.support-msg.customer .support-message-content{align-items:flex-end}.support-msg.system{justify-content:center}.support-msg.system .support-message-content{max-width:88%;align-items:center}
.support-message-avatar{width:30px;height:30px;flex:0 0 30px;border-radius:10px;background:#0a737d;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:950;box-shadow:0 5px 12px rgba(4,84,92,.18)}
.support-sender-name{margin:0 0 4px 4px;color:#486a6f;font-size:10px}.support-bubble{padding:12px 15px;border:1px solid #dce8ea;border-radius:18px 18px 18px 6px;background:#fff;color:#183f44;box-shadow:0 6px 18px rgba(6,61,67,.06);line-height:1.48;font-size:13px}.support-msg.admin .support-bubble{background:#eaf8f6;border-color:#c8eae5}.support-msg.customer .support-bubble{border-color:#075b64;border-radius:18px 18px 6px 18px;background:linear-gradient(135deg,#07545d,#087983);color:#fff;box-shadow:0 8px 20px rgba(7,92,101,.2)}.support-msg.system .support-bubble{padding:8px 13px;border:0;border-radius:999px;background:#e9f0f1;color:#698084;box-shadow:none;font-size:10px;text-align:center}.support-msg small{margin:5px 5px 0;font-size:9px;color:#8b9da0}
.live-support-welcome-actions{padding:19px 20px 21px;background:#fff;border-top:1px solid #e5eeee}.support-action-title{margin-bottom:13px}.support-action-title b{display:block;color:#173f44;font-size:14px}.support-action-title small{color:#809397;font-size:11px}
.support-topic-grid{gap:10px}.support-topic-grid button{display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:10px;min-height:64px;padding:10px 12px;border-radius:16px;text-align:left;transition:.18s ease}.support-topic-grid button:hover{transform:translateY(-1px);border-color:#9fd5d0}.support-topic-grid button span{grid-row:1/3;width:36px;height:36px;border-radius:12px;background:#edf7f6;display:grid;place-items:center;font-size:17px}.support-topic-grid button b{align-self:end;font-size:12px}.support-topic-grid button small{color:#829699;font-size:9px}
.support-connect-button{position:relative;grid-template-columns:44px 1fr 26px;grid-template-rows:auto auto;align-items:center;margin-top:12px;padding:14px 15px;border-radius:18px;box-shadow:0 12px 26px rgba(5,93,102,.2)}.support-connect-button span{width:44px;height:44px}.support-connect-button i{grid-column:3;grid-row:1/3;font-style:normal;font-size:28px;color:rgba(255,255,255,.85)}
.support-waiting{gap:14px;padding:14px 20px;background:#eef8f7;border-color:#d4ebe8}.support-waiting-loader{display:flex;gap:3px;align-items:center;width:38px;height:38px;justify-content:center;border-radius:13px;background:#d9f1ed}.support-waiting-loader i{width:5px;height:5px;border-radius:50%;background:#0a8d79;animation:supportTyping 1.2s infinite}.support-waiting-loader i:nth-child(2){animation-delay:.15s}.support-waiting-loader i:nth-child(3){animation-delay:.3s}.support-waiting b{color:#164d50;font-size:12px}.support-waiting small{font-size:10px}
.live-support-form{grid-template-columns:38px 1fr 46px;align-items:end;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid #e2ecee}.live-support-form textarea{min-height:46px;padding:12px 13px;border-radius:16px;background:#f5f8f9;border-color:#dce6e8}.support-emoji{width:38px;height:38px;margin-bottom:4px;border:0;border-radius:12px;background:#edf3f4;color:#547176;font-size:18px}.support-send{width:46px!important;height:46px;border-radius:15px!important;background:linear-gradient(135deg,#07545d,#08818b)!important;box-shadow:0 8px 18px rgba(5,89,98,.22)}.support-send span{display:block;transform:rotate(-8deg)}
.live-support-security{padding:9px 14px 11px;background:#fff;color:#8b9a9d;font-size:9px}.live-support-security span{opacity:.7}
.support-settings-page>.admin-grid{align-items:stretch}.support-settings-card{position:relative;overflow:hidden}.support-settings-icon{width:50px;height:50px;border-radius:16px;background:#e6f5f3;display:grid;place-items:center;font-size:22px}.support-main-switch{margin-top:18px;padding:14px;border-radius:14px;background:#f5f9fa}.support-current-state{display:flex;gap:10px;align-items:center;margin-top:14px;padding:13px;border-radius:14px}.support-current-state.online{background:#e8f8f2;color:#0b7155}.support-current-state.offline{background:#f1f3f5;color:#69767a}.support-current-state>i{width:10px;height:10px;border-radius:50%;background:currentColor;box-shadow:0 0 0 6px rgba(8,117,85,.09)}.support-current-state small{display:block;margin-top:2px;color:inherit;opacity:.72}.support-settings-save{position:sticky;bottom:14px;display:flex;justify-content:flex-end;margin-top:18px;padding:12px;border:1px solid #dfe8ea;border-radius:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);z-index:4}
.admin-menu>.admin-dashboard-link{position:relative}.admin-menu>.admin-dashboard-link .admin-badge{margin-left:auto}
@keyframes supportTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}
@media(max-width:760px){
 body:has(.live-support-page) .site-footer{display:none}.live-support-page{padding:0 0 82px!important;margin:0!important;max-width:none}.live-support-shell{min-height:calc(100svh - 178px);border:0;border-radius:0;box-shadow:none}.live-support-head{padding:16px 14px 18px}.support-back{width:38px!important;height:38px!important;flex-basis:38px!important}.live-support-avatar{width:46px;height:46px}.support-head-copy h1{font-size:16px}.support-head-copy p{font-size:9px}.support-shield{width:32px;height:32px}.live-support-messages{min-height:calc(100svh - 450px);max-height:none;padding:19px 14px 24px}.support-message-content{max-width:84%}.support-msg.system .support-message-content{max-width:94%}.support-bubble{font-size:12px;padding:11px 13px}.live-support-welcome-actions{padding:16px 14px 18px}.support-topic-grid{grid-template-columns:1fr 1fr}.support-topic-grid button{min-height:60px;padding:9px}.support-topic-grid button span{width:32px;height:32px}.live-support-form{position:sticky;bottom:0;z-index:5;padding:10px 11px}.live-support-security{padding-bottom:8px}.support-settings-save{bottom:75px}.support-welcome-card{padding:14px}.support-welcome-card p{font-size:11px}
}

/* V6.3.2 — Canlı destek deneyimi ve birleşik yönetim menüsü */
.admin-support-menu>summary{position:relative}
.admin-support-menu>summary .admin-badge{margin-left:auto;margin-right:8px}
.admin-support-menu>div>a.active{background:rgba(8,123,134,.14);color:#087b86;font-weight:900}
.admin-support-menu>div>a{display:flex;align-items:center;gap:8px}
.admin-support-menu>div>a .admin-badge{margin-left:auto}
.support-session-state{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;padding:14px 18px;border-top:1px solid #dbe9ea;border-bottom:1px solid #dbe9ea;background:#fff;transition:.2s ease}
.support-session-state[hidden]{display:none!important}
.support-state-icon{display:flex;align-items:center;justify-content:center;gap:3px;width:44px;height:44px;border-radius:15px;background:#e7f4f3}
.support-state-icon i{width:5px;height:5px;border-radius:50%;background:#168b83;animation:supportTyping 1.2s infinite}
.support-state-icon i:nth-child(2){animation-delay:.15s}.support-state-icon i:nth-child(3){animation-delay:.3s}
.support-session-state>div{min-width:0}.support-session-state b{display:block;color:#123f45;font-size:13px;line-height:1.25}.support-session-state small{display:block;margin-top:4px;color:#6e8589;font-size:10px;line-height:1.45}
.support-state-badge{align-self:start;padding:5px 8px;border-radius:999px;background:#edf4f4;color:#60777b;font-size:8px;font-weight:950;letter-spacing:.7px}
.support-session-state.is-active{border-color:#cde9df;background:linear-gradient(135deg,#f4fcf8,#edf9f6)}
.support-session-state.is-active .support-state-icon{position:relative;background:#dff5ea}
.support-session-state.is-active .support-state-icon:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#14956e;color:#fff;font-weight:950}
.support-session-state.is-active .support-state-icon i{display:none}
.support-session-state.is-active .support-state-badge{background:#d9f3e7;color:#087351}
.support-session-state.is-active b{color:#0d6049}
.live-support-shell[data-status="active"] .live-support-messages{background:radial-gradient(circle at top right,rgba(20,149,110,.065),transparent 38%),linear-gradient(180deg,#f7fbfb 0%,#fff 100%)}
.live-support-shell[data-status="active"] .live-support-form{box-shadow:0 -10px 28px rgba(8,65,72,.055)}
.live-support-messages{scrollbar-width:thin;scrollbar-color:#c9dcde transparent}
.live-support-form textarea:focus{border-color:#82c9c4;background:#fff;box-shadow:0 0 0 3px rgba(8,123,134,.09)}
@media(max-width:760px){
 .live-support-shell{display:flex;flex-direction:column;min-height:calc(100svh - 178px)}
 .live-support-messages{flex:1;min-height:280px;padding-bottom:20px}
 .support-session-state{grid-template-columns:40px minmax(0,1fr) auto;padding:12px 14px;gap:10px}
 .support-state-icon{width:40px;height:40px;border-radius:13px}
 .support-session-state b{font-size:12px}.support-session-state small{font-size:9px}.support-state-badge{font-size:7px;padding:4px 7px}
 .live-support-form{position:relative;bottom:auto}
 .live-support-security{padding-bottom:12px}
}
/* V6.3.3 — hazır cevaplar ve görüşme arşivi */
.support-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px}.support-toolbar nav{display:flex;gap:8px;flex-wrap:wrap}.support-toolbar nav a{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #dce7e8;border-radius:12px;text-decoration:none;color:#526b70;background:#fff;font-weight:800}.support-toolbar nav a.active{background:#087d86;color:#fff;border-color:#087d86}.support-toolbar nav span{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:11px}.support-toolbar form{display:flex;gap:8px;align-items:center}.support-toolbar input{min-width:280px;padding:10px 12px;border:1px solid #d7e3e5;border-radius:12px}.support-toolbar button{border:0;border-radius:11px;padding:10px 15px;background:#083f46;color:#fff;font-weight:800}.support-toolbar form a{font-size:12px;color:#76898d}.support-conversation em.status-closed{background:#edf0f2;color:#66767a}.support-quick-replies{padding:13px 16px;border-top:1px solid #e2ebec;background:#fbfdfd}.support-quick-replies>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.support-quick-replies small{color:#7a8d91}.support-quick-reply-list{display:flex;gap:7px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.support-quick-reply-list button{flex:0 0 auto;border:1px solid #cfe2e4;background:#fff;color:#0b5d65;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;cursor:pointer}.support-quick-reply-list button:hover{background:#e9f7f6;border-color:#88c9c8}.support-quick-reply-list button:disabled{opacity:.55}.support-close-form{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;border-top:1px solid #eef2f2;background:#fff}.support-close-form label{display:flex;align-items:center;gap:8px;font-size:12px;color:#667c80}.support-close-form select{padding:8px 10px;border:1px solid #d5e0e2;border-radius:10px}.support-close-form button{padding:9px 12px;border-radius:10px;background:#fff1f1;color:#a23d3d}.support-closed-summary{display:flex;gap:12px;align-items:center;padding:16px;background:#f1f7f5;border-top:1px solid #dce8e4}.support-closed-summary>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#0b8a69;color:#fff;font-weight:900}.support-closed-summary p{margin:3px 0 0;color:#708387;font-size:12px}
@media(max-width:900px){.support-toolbar{align-items:stretch;flex-direction:column}.support-toolbar form{width:100%}.support-toolbar input{min-width:0;flex:1}.support-close-form{align-items:stretch;flex-direction:column}.support-close-form label{justify-content:space-between}.support-quick-replies>div:first-child{align-items:flex-start;flex-direction:column}}

/* V6.3.4 — Sade tam ekran müşteri canlı destek deneyimi */
body.live-support-body{background:#f4f8f8;overflow-x:hidden}
body.live-support-body .announcement-bar,
body.live-support-body .site-header,
body.live-support-body .category-navigation,
body.live-support-body .mobile-search-panel,
body.live-support-body .desktop-site-footer{display:none!important}
body.live-support-body main{min-height:100svh;padding:0!important;margin:0!important}
body.live-support-body .live-support-page{width:100%;max-width:100%;padding:0 0 74px!important;margin:0!important}
body.live-support-body .live-support-shell{width:100%;min-height:calc(100svh - 74px);border:0;border-radius:0;box-shadow:none;background:#f7fafb;overflow:hidden}
.live-support-simple-head{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:10px;min-height:70px;padding:10px 14px!important;background:#087681!important;color:#fff;border-radius:0;box-shadow:0 4px 14px rgba(4,58,64,.14)}
.live-support-simple-head .support-close-home,.live-support-simple-head .support-profile-link{width:42px!important;height:42px!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:10px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;display:grid!important;place-items:center!important;text-decoration:none!important}
.live-support-simple-head .support-close-home{font-size:32px!important;font-weight:300;line-height:1}
.live-support-simple-head .support-profile-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.live-support-simple-head .support-page-title{text-align:center;min-width:0}
.live-support-simple-head .support-page-title h1{margin:0;font-size:20px;font-weight:900;letter-spacing:-.25px;color:#fff}
.live-support-simple-head .support-page-title small{justify-content:center;margin:4px 0 0;font-size:11px;color:rgba(255,255,255,.85)}
body.live-support-body .live-support-messages{flex:1;min-height:calc(100svh - 290px);max-height:none;padding:20px 14px 28px;background:linear-gradient(180deg,#f5f9f9 0%,#fff 58%,#f8fbfb 100%)}
body.live-support-body .support-day{display:inline-flex;align-self:center;margin:0 auto 18px;padding:5px 11px;border-radius:999px;background:#e8eff0;color:#70858a;font-size:10px;letter-spacing:.45px}
body.live-support-body .support-msg{margin:11px 0}
body.live-support-body .support-message-content{max-width:min(84%,520px)}
body.live-support-body .support-bubble{font-size:13px;line-height:1.55;padding:12px 14px;border-radius:18px}
body.live-support-body .support-msg.customer .support-bubble{background:#075c63;color:#fff;border-color:#075c63;border-radius:18px 18px 5px 18px;box-shadow:0 7px 18px rgba(7,92,99,.12)}
body.live-support-body .support-msg.admin .support-bubble{background:#edfafa;color:#17484d;border-color:#ccebea;border-radius:18px 18px 18px 5px;box-shadow:0 7px 18px rgba(8,91,98,.07)}
body.live-support-body .support-sender-name{font-size:10px;color:#33777c;margin:0 0 5px 5px}
body.live-support-body .support-message-avatar{width:31px;height:31px;border-radius:10px;background:#087681;box-shadow:0 4px 12px rgba(8,118,129,.18)}
body.live-support-body .support-session-state{margin:0;border-left:0;border-right:0;border-radius:0;padding:13px 15px;background:#eff8f7}
body.live-support-body .support-session-state.is-active{background:#eef9f4;border-color:#d6eee3}
body.live-support-body .live-support-welcome-actions{padding:16px 14px 18px;background:#fff}
body.live-support-body .live-support-form{position:sticky;bottom:0;z-index:20;grid-template-columns:42px 1fr 46px;gap:8px;padding:11px 12px;background:#fff;border-top:1px solid #dfe9ea;box-shadow:0 -10px 28px rgba(4,60,67,.06)}
body.live-support-body .live-support-form textarea{min-height:46px;border-radius:16px;background:#f6f9fa;border-color:#d9e4e6;padding:12px 14px;font-size:14px}
body.live-support-body .live-support-form textarea:focus{background:#fff;border-color:#68b8bd;box-shadow:0 0 0 3px rgba(8,118,129,.09);outline:0}
body.live-support-body .support-emoji,body.live-support-body .support-send{width:42px!important;height:42px;border-radius:13px!important;align-self:center}
body.live-support-body .support-send{width:46px!important;background:#087681!important}
body.live-support-body .live-support-security{padding:8px 12px 10px;background:#fff;font-size:9px}
body.live-support-body .mobile-bottom-nav a[href="/canli-destek"]{color:#087681;font-weight:900}
body.live-support-body .mobile-bottom-nav a[href="/canli-destek"] span{transform:translateY(-1px)}
.support-quick-replies small{max-width:620px}
.support-quick-reply-list button:active{transform:scale(.98)}

@media(min-width:761px){
 body.live-support-body .live-support-page{display:grid;place-items:center;padding:28px 20px!important}
 body.live-support-body .live-support-shell{max-width:760px;min-height:calc(100svh - 56px);max-height:900px;border:1px solid #dce8e9;border-radius:22px;box-shadow:0 24px 70px rgba(4,60,67,.12)}
 .live-support-simple-head{border-radius:22px 22px 0 0}
 body.live-support-body .live-support-messages{min-height:420px}
}

/* V6.3.5 — Sabit başlık ve mesaj yazma alanı; kaydırılabilir sohbet gövdesi */
body.live-support-body{
  height:100vh;
  height:100dvh;
  overflow:hidden!important;
  overscroll-behavior:none;
}
body.live-support-body main{
  height:calc(100vh - 74px);
  height:calc(100dvh - 74px);
  min-height:0!important;
  overflow:hidden!important;
}
body.live-support-body .live-support-page{
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.live-support-body .live-support-shell{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
}
body.live-support-body .live-support-simple-head{
  position:relative!important;
  top:auto!important;
  flex:0 0 auto!important;
}
body.live-support-body .live-support-messages{
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:contain;
  scrollbar-gutter:stable;
}
body.live-support-body .live-support-welcome-actions,
body.live-support-body .support-session-state,
body.live-support-body .live-support-form,
body.live-support-body .live-support-security{
  flex:0 0 auto!important;
}
body.live-support-body .live-support-form{
  position:relative!important;
  inset:auto!important;
}
body.live-support-body .live-support-form textarea{
  max-height:86px!important;
  overflow-y:auto!important;
}
body.live-support-body .mobile-bottom-nav{
  position:fixed!important;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
}
@media(min-width:761px){
  body.live-support-body main{height:100dvh}
  body.live-support-body .live-support-page{padding:28px 20px!important}
  body.live-support-body .live-support-shell{
    height:min(900px,calc(100dvh - 56px))!important;
    min-height:0!important;
  }
}

/* V6.3.6 — Canlı destek üç durumlu müşteri bilgi kartı */
.support-session-state.is-offline{border-color:#f0d6d6;background:linear-gradient(135deg,#fff8f8,#fff1f1)}
.support-session-state.is-offline .support-state-icon{position:relative;background:#fde4e4}
.support-session-state.is-offline .support-state-icon:before{content:"!";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#d84848;color:#fff;font-weight:950}
.support-session-state.is-offline .support-state-icon i{display:none}
.support-session-state.is-offline .support-state-badge{background:#f9dddd;color:#a72d2d}
.support-session-state.is-offline b{color:#8e2929}
body.live-support-body .support-session-state.is-offline{background:#fff3f3;border-color:#efd7d7}

/* Alt kategori ve ürün sayfalama güncellemesi */
.mobile-subcategory-strip{display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none;margin:0 0 12px;padding:10px 12px;background:var(--surface);border-top:1px solid var(--l);border-bottom:1px solid var(--l);white-space:nowrap;-webkit-overflow-scrolling:touch}
.mobile-subcategory-strip::-webkit-scrollbar{display:none}
.mobile-subcategory-strip a{flex:0 0 auto;padding:10px 17px;border-radius:13px;background:var(--surface);color:var(--text);font-size:13px;font-weight:800;text-decoration:none;border:1px solid color-mix(in srgb,var(--b) 18%,var(--l));box-shadow:0 2px 7px rgba(10,42,62,.04)}
.mobile-subcategory-strip a.active{background:color-mix(in srgb,var(--b) 10%,var(--surface));color:var(--b);border-color:var(--b);box-shadow:inset 0 -3px 0 var(--b)}
.admin-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:18px 0 4px}
.admin-pagination a{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--l);border-radius:10px;background:var(--surface);font-weight:800;text-decoration:none}
.admin-pagination a.active{background:var(--b);color:#fff;border-color:var(--b)}
.product-admin-grid-head,.product-admin-row{grid-template-columns:42px minmax(260px,2fr) minmax(130px,1fr) minmax(120px,1fr) 105px 105px 95px 92px}
.product-admin-row [data-label="Kategori"] small{display:block;color:var(--m);margin-top:3px}
.subcategory-admin-section{margin-top:22px;scroll-margin-top:110px}
@media(max-width:700px){
 .catalog-page .catalog-tools{display:none!important}
 .catalog-page .mobile-subcategory-strip{margin:-24px -10px 12px!important;padding:10px!important;border-top:0!important;border-radius:0!important}
}

/* V3.59.0 — Telefonla giriş ve mobil üyelik tasarımı */
.auth-mobile-hero{display:none}
.auth-login-options{display:flex;align-items:center;justify-content:space-between;gap:12px}
.auth-login-options .premium-login-note{flex:1}
.auth-login-options>a{white-space:nowrap;color:var(--primary,var(--b,#087c86));font-size:12px;font-weight:850;text-decoration:none}
.auth-reset-invalid{display:grid;gap:15px;padding:18px;border-radius:16px;background:#f7f9fb;text-align:center}
.auth-reset-invalid b{font-size:18px}.auth-reset-invalid p{margin:0;color:#667085}.auth-reset-invalid .premium-auth-submit{text-decoration:none}
@media(max-width:900px){
 body:has(.auth-modern-shell) main{padding-top:0!important}
 .auth-modern-shell{position:relative;background:linear-gradient(180deg,var(--primary,var(--b,#087c86)) 0 250px,#f5f7f8 250px)!important}
 .auth-mobile-hero{display:block;padding:30px 24px 96px;color:#fff}
 .auth-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:26px;font-size:17px}
 .auth-mobile-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#fff;color:var(--primary,var(--b,#087c86));font-size:22px;font-weight:950;box-shadow:0 10px 25px rgba(0,0,0,.16)}
 .auth-mobile-hero h1{margin:0 0 9px;color:#fff;font-size:32px;line-height:1.08;letter-spacing:-.035em}
 .auth-mobile-hero p{max-width:360px;margin:0;color:rgba(255,255,255,.86);font-size:14px;line-height:1.55}
 .auth-modern-shell .premium-auth-panel{margin-top:-67px!important;padding:0 12px 34px!important}
 .auth-modern-card{border:0!important;border-radius:26px!important;padding:27px 19px!important;box-shadow:0 20px 50px rgba(11,48,55,.16)!important}
 .auth-modern-card .premium-auth-heading h2{font-size:27px!important}
 .auth-modern-card .premium-auth-heading p{font-size:13px!important;line-height:1.5!important}
 .auth-modern-card .premium-input{min-height:54px!important;border-radius:16px!important;background:#fafcfc!important}
 .auth-modern-card .premium-auth-submit{min-height:56px;border-radius:16px}
 .auth-modern-card .registration-address-block{border-radius:18px;background:#f7f9fa}
 .auth-login-options{align-items:center}
 .auth-login-options .premium-login-note{padding:9px 10px!important;font-size:11px!important}
 .auth-login-options>a{font-size:12px}
}
@media(max-width:430px){
 .auth-mobile-hero{padding:24px 18px 88px}
 .auth-mobile-hero h1{font-size:29px}
 .auth-modern-shell .premium-auth-panel{margin-top:-61px!important;padding-left:8px!important;padding-right:8px!important}
 .auth-modern-card{padding:24px 15px!important;border-radius:23px!important}
 .auth-login-options{gap:8px}
 .auth-login-options .premium-login-note{font-size:10px!important}
}

/* V3.59.1 — Mobil giriş ekranı gerçek görünüm düzeltmesi */
@media(max-width:900px){
 body.auth-page{background:#f3f6f7!important;padding-bottom:0!important}
 body.auth-page>.announcement-bar,
 body.auth-page>.site-header,
 body.auth-page>.category-navigation,
 body.auth-page>.desktop-site-footer,
 body.auth-page>.mobile-bottom-nav{display:none!important}
 body.auth-page>main{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}
 body.auth-page .notice{position:relative;z-index:5;margin:10px 14px 0!important}
 .auth-modern-shell{min-height:100dvh!important;margin:0!important;background:linear-gradient(180deg,var(--primary,var(--b,#087c86)) 0 315px,#f3f6f7 315px)!important;overflow:hidden!important}
 .auth-mobile-hero{display:flex!important;flex-direction:column;align-items:center;text-align:center;padding:24px 20px 104px!important;color:#fff}
 .auth-mobile-brand{display:flex!important;flex-direction:column;align-items:center;gap:10px;margin:0 0 16px!important}
 .auth-brand-image{display:block;width:112px;height:112px;object-fit:cover;border-radius:28px;border:4px solid rgba(255,255,255,.92);box-shadow:0 14px 34px rgba(0,39,45,.24)}
 .auth-mobile-brand>div{display:grid;gap:2px}
 .auth-mobile-brand b{font-size:19px;line-height:1.2;color:#fff}
 .auth-mobile-brand small{font-size:11px;color:rgba(255,255,255,.78)}
 .auth-mobile-hero h1{margin:0 0 7px!important;font-size:29px!important;line-height:1.1!important;color:#fff}
 .auth-mobile-hero p{margin:0!important;font-size:13px!important;line-height:1.45!important;color:rgba(255,255,255,.85)!important}
 .auth-modern-shell .premium-auth-panel{display:block!important;min-height:0!important;margin-top:-72px!important;padding:0 12px 30px!important}
 .auth-modern-card{width:100%!important;max-width:480px!important;margin:0 auto!important;padding:25px 18px!important;border:1px solid rgba(9,62,68,.06)!important;border-radius:27px!important;background:#fff!important;box-shadow:0 18px 46px rgba(7,52,59,.16)!important}
 .auth-modern-card .premium-auth-heading{text-align:center}
 .auth-modern-card .premium-auth-heading h2{margin:0 0 7px!important;font-size:25px!important;color:#17212b}
 .auth-modern-card .premium-auth-heading p{margin:0 0 22px!important;font-size:12px!important;line-height:1.5!important;color:#73808c}
 .auth-modern-card .premium-auth-form{gap:14px!important}
 .auth-modern-card .premium-auth-form>label>span{margin-bottom:7px;font-size:12px;color:#26333c}
 .auth-modern-card .premium-input{min-height:55px!important;padding:0 13px!important;border:1px solid #dce5e7!important;border-radius:16px!important;background:#fbfcfc!important;box-shadow:none!important}
 .auth-modern-card .premium-input:focus-within{border-color:var(--primary,var(--b,#087c86))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary,var(--b,#087c86)) 12%,transparent)!important}
 .auth-modern-card .premium-input>i{font-size:15px;color:#718087}
 .auth-modern-card .premium-input input{font-size:14px!important}
 .auth-modern-card .password-visibility{font-size:0!important;width:38px;height:38px;position:relative;flex:0 0 38px}
 .auth-modern-card .password-visibility:after{content:'◉';font-size:16px;color:var(--primary,var(--b,#087c86))}
 .auth-login-options{gap:10px!important}
 .auth-login-options .premium-login-note{background:#f3f7f7!important;color:#67767b!important;border-radius:11px!important;padding:9px 10px!important;font-size:10px!important}
 .auth-login-options>a{font-size:12px!important;color:var(--primary,var(--b,#087c86))!important}
 .auth-modern-card .premium-auth-submit{min-height:56px!important;border-radius:16px!important;background:linear-gradient(135deg,var(--primary,var(--b,#087c86)),var(--bd,#005e66))!important;box-shadow:0 12px 24px color-mix(in srgb,var(--primary,var(--b,#087c86)) 25%,transparent)!important}
 .auth-modern-card .premium-auth-switch{margin-top:18px!important;padding:13px 10px;border-radius:13px;background:#f6f8f8;font-size:13px!important}
 .auth-modern-card .premium-auth-trust{justify-content:center!important;margin-top:18px!important;padding-top:15px!important;text-align:center!important}
 .auth-modern-card .premium-auth-trust span:last-child{display:none!important}
 .auth-modern-card .registration-address-block{padding:15px!important;border:1px solid #e3e9ea!important;border-radius:17px!important;background:#f7f9f9!important}
}
@media(max-width:380px){
 .auth-brand-image{width:94px;height:94px;border-radius:24px}
 .auth-mobile-hero{padding-top:18px!important;padding-bottom:94px!important}
 .auth-modern-shell .premium-auth-panel{padding-left:8px!important;padding-right:8px!important}
 .auth-modern-card{padding:22px 14px!important;border-radius:23px!important}
}

/* V3.60.0 — Premium mobil giriş ve hesap aç ekranı */
@media(max-width:900px){
 body.auth-page{background:#eef4f4!important}
 .auth-premium-v2{--auth-primary:var(--primary,var(--b,#08aeb9));--auth-dark:var(--bd,#057780);min-height:100dvh!important;background:linear-gradient(155deg,color-mix(in srgb,var(--auth-primary) 92%,#10c6d0) 0%,var(--auth-primary) 44%,#eef4f4 44%)!important;overflow:visible!important}
 .auth-premium-v2 .auth-mobile-hero{position:relative;display:flex!important;min-height:290px;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:22px 22px 94px!important}
 .auth-back-button{position:absolute;left:18px;top:18px;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:14px;background:rgba(255,255,255,.14);color:#fff!important;font-size:23px;font-weight:700;text-decoration:none;backdrop-filter:blur(8px);box-shadow:0 8px 20px rgba(0,65,70,.12)}
 .auth-premium-v2 .auth-mobile-brand{display:block!important;width:min(70vw,270px);margin:5px auto 13px!important}
 .auth-premium-v2 .auth-brand-image{width:100%!important;height:auto!important;max-height:150px;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;mix-blend-mode:normal}
 .auth-premium-v2 .auth-mobile-hero h1{margin:0 0 8px!important;font-size:28px!important;font-weight:900!important;letter-spacing:-.035em!important}
 .auth-premium-v2 .auth-mobile-hero p{max-width:330px!important;font-size:13px!important;line-height:1.55!important;color:rgba(255,255,255,.9)!important}
 .auth-premium-v2 .premium-auth-panel{margin-top:-68px!important;padding:0 12px 34px!important}
 .auth-premium-v2 .auth-modern-card{max-width:520px!important;padding:16px 18px 23px!important;border:1px solid rgba(9,74,79,.07)!important;border-radius:28px!important;box-shadow:0 24px 65px rgba(7,59,64,.18)!important}
 .auth-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 22px;padding:5px;border-radius:17px;background:#edf3f3}
 .auth-mode-tabs a{display:grid;min-height:44px;place-items:center;border-radius:13px;color:#738386!important;font-size:13px;font-weight:900;text-decoration:none;transition:.18s ease}
 .auth-mode-tabs a.active{background:#fff;color:var(--auth-dark)!important;box-shadow:0 5px 16px rgba(20,65,69,.11)}
 .auth-premium-v2 .premium-auth-heading{text-align:left!important}
 .auth-premium-v2 .premium-auth-heading h2{margin:0 0 6px!important;font-size:23px!important;font-weight:950!important;letter-spacing:-.025em;color:#15292b!important}
 .auth-premium-v2 .premium-auth-heading p{margin:0 0 19px!important;font-size:12px!important;line-height:1.55!important;color:#748487!important}
 .auth-section-title{display:flex;align-items:center;gap:9px;margin:2px 0 13px;color:#23383b}
 .auth-section-title b{font-size:13px!important;font-weight:950!important}
 .auth-section-title em{order:-1;display:grid;width:25px;height:25px;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--auth-primary) 13%,#fff);color:var(--auth-dark);font-size:11px;font-style:normal;font-weight:950}
 .auth-account-title{margin-top:0}
 .auth-premium-v2 .premium-auth-form{gap:13px!important}
 .auth-premium-v2 .premium-auth-form>label>span{display:block;margin:0 0 7px!important;color:#33474a!important;font-size:11px!important;font-weight:900!important}
 .auth-premium-v2 .premium-input{min-height:56px!important;padding:0 12px!important;border:1px solid #d8e3e4!important;border-radius:17px!important;background:#f9fbfb!important;transition:.18s ease}
 .auth-premium-v2 .premium-input:focus-within{border-color:var(--auth-primary)!important;background:#fff!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--auth-primary) 12%,transparent)!important}
 .auth-premium-v2 .premium-input>i{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:#eaf4f4;color:var(--auth-dark)!important;font-size:14px!important;font-style:normal}
 .auth-premium-v2 .premium-input input{height:54px;font-size:14px!important;color:#1f3336!important}
 .auth-premium-v2 .premium-input input::placeholder{color:#9aa7a9}
 .auth-premium-v2 .field-help{display:block;margin:6px 2px 0;color:#8b999c;font-size:10px;line-height:1.4}
 .auth-premium-v2 .password-visibility{border-radius:11px!important;background:#edf5f5!important}
 .auth-premium-v2 .password-visibility:after{content:'Göster'!important;font-size:10px!important;font-weight:900!important;color:var(--auth-dark)!important}
 .auth-login-options{margin-top:1px}
 .auth-login-options .premium-login-note{padding:8px 10px!important;border-radius:10px!important;background:#f1f6f6!important;color:#708083!important;font-size:10px!important}
 .auth-login-options>a{font-weight:900!important;text-decoration:none!important}
 .auth-premium-v2 .premium-auth-submit{min-height:57px!important;margin-top:2px;border:0!important;border-radius:17px!important;background:linear-gradient(135deg,var(--auth-primary),var(--auth-dark))!important;font-size:14px!important;font-weight:950!important;letter-spacing:.01em;box-shadow:0 13px 26px color-mix(in srgb,var(--auth-primary) 30%,transparent)!important}
 .auth-premium-v2 .premium-auth-submit b{font-size:18px}
 .auth-premium-v2 .premium-auth-switch{margin:17px 0 0!important;padding:0!important;background:transparent!important;color:#7d8c8f!important;font-size:12px!important;text-align:center}
 .auth-premium-v2 .premium-auth-switch a{color:var(--auth-dark)!important;font-weight:950!important;text-decoration:none}
 .auth-premium-v2 .premium-auth-trust{margin-top:17px!important;padding-top:15px!important;border-top:1px solid #edf1f1!important;color:#859396!important;font-size:10px!important}
 .auth-premium-v2 .registration-address-block{display:grid;gap:12px;margin-top:3px;padding:16px!important;border:1px solid #dfe8e8!important;border-radius:19px!important;background:#f7fafa!important}
 .auth-premium-v2 .registration-address-block>.auth-section-title{margin:0}
 .auth-premium-v2 .registration-address-block>small{margin:-5px 0 2px;color:#839194;font-size:10px;line-height:1.45}
 .auth-premium-v2 .registration-address-block label span{display:block;margin-bottom:6px;font-size:10px;font-weight:900;color:#45575a}
 .auth-premium-v2 .registration-address-block input,.auth-premium-v2 .registration-address-block select,.auth-premium-v2 .registration-address-block textarea{width:100%;min-height:48px;border:1px solid #d9e3e4;border-radius:14px;background:#fff;font-size:13px}
 .auth-premium-v2 .registration-address-block textarea{padding-top:12px}
 .auth-premium-v2 .premium-auth-consent{align-items:flex-start!important;padding:11px 12px;border-radius:13px;background:#f6f9f9}
 .auth-premium-v2 .premium-auth-consent span{margin:0!important;font-size:10px!important;line-height:1.45;color:#6e7e81!important}
 .auth-premium-v2.is-register .premium-auth-panel{margin-top:-58px!important}
 .auth-premium-v2.is-register .auth-modern-card{padding-bottom:28px!important}
}
@media(max-width:390px){
 .auth-premium-v2 .auth-mobile-hero{min-height:275px;padding-top:18px!important}
 .auth-back-button{left:14px;top:14px;width:39px;height:39px}
 .auth-premium-v2 .auth-mobile-brand{width:min(67vw,245px)}
 .auth-premium-v2 .auth-mobile-hero h1{font-size:25px!important}
 .auth-premium-v2 .auth-modern-card{padding:14px 14px 21px!important;border-radius:24px!important}
 .auth-mode-tabs{margin-bottom:18px}
}

/* V3.60.1 — Mobil giriş/hesap aç kesin görünüm ve tıklama düzeltmesi */
@media(max-width:900px){
 body.auth-page{background:#eef4f4!important;overflow-x:hidden!important}
 body.auth-page>main{position:relative!important;z-index:1!important}
 .auth-premium-v2{--auth-primary:#03b6ca!important;--auth-dark:#078a98!important;background:linear-gradient(180deg,#03b6ca 0 305px,#eef4f4 305px)!important;overflow:visible!important}
 .auth-premium-v2 .auth-mobile-hero{position:relative!important;z-index:1!important;min-height:305px!important;padding:18px 20px 100px!important;background:#03b6ca!important;pointer-events:auto!important}
 .auth-premium-v2 .auth-mobile-brand{width:min(66vw,250px)!important;margin:4px auto 8px!important}
 .auth-premium-v2 .auth-brand-image{display:block!important;width:100%!important;height:auto!important;max-height:155px!important;object-fit:contain!important;background:#03b6ca!important;border:0!important;border-radius:0!important;box-shadow:none!important}
 .auth-premium-v2 .auth-mobile-hero h1{position:relative!important;z-index:2!important;margin:0 0 7px!important;color:#fff!important;text-shadow:0 2px 9px rgba(0,83,92,.18)!important}
 .auth-premium-v2 .auth-mobile-hero p{position:relative!important;z-index:2!important;color:rgba(255,255,255,.94)!important}
 .auth-premium-v2 .premium-auth-panel{position:relative!important;z-index:10!important;margin-top:-66px!important;padding:0 12px 34px!important;pointer-events:auto!important}
 .auth-premium-v2 .auth-modern-card{position:relative!important;z-index:11!important;background:#fff!important;overflow:visible!important}
 .auth-premium-v2 .auth-mode-tabs{position:relative!important;z-index:20!important;pointer-events:auto!important}
 .auth-premium-v2 .auth-mode-tabs a{position:relative!important;z-index:21!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}
 .auth-premium-v2 .auth-mode-tabs a.active{background:linear-gradient(135deg,#03b6ca,#078a98)!important;color:#fff!important;box-shadow:0 7px 18px rgba(3,182,202,.25)!important}
 .auth-premium-v2 .premium-auth-heading{text-align:left!important}
 .auth-premium-v2 .premium-auth-heading h2{color:#15292b!important}
 .auth-premium-v2 .premium-auth-heading p{color:#748487!important}
 .auth-back-button{z-index:30!important;pointer-events:auto!important}
}
@media(min-width:901px){
 .auth-premium-v2 .auth-mobile-hero{display:none!important}
 .auth-premium-v2 .premium-auth-panel{position:relative!important;z-index:2!important}
 .auth-premium-v2 .auth-mode-tabs,.auth-premium-v2 .auth-mode-tabs a{position:relative!important;z-index:3!important;pointer-events:auto!important}
}

/* V3.60.2 — Yalnızca giriş ve hesap aç sayfaları: gece turkuazı + şeffaf logo */
@media(max-width:900px){
  body.auth-page{background:#eef4f4!important}
  .auth-premium-v2{
    --auth-primary:#006d77!important;
    --auth-dark:#004750!important;
    --auth-accent:#1d8e99!important;
    background:linear-gradient(180deg,#006d77 0 305px,#eef4f4 305px)!important;
  }
  .auth-premium-v2 .auth-mobile-hero{
    background:#006d77!important;
  }
  .auth-premium-v2 .auth-brand-image{
    background:transparent!important;
    mix-blend-mode:normal!important;
    filter:none!important;
  }
  .auth-premium-v2 .auth-back-button{
    background:rgba(255,255,255,.12)!important;
    border-color:rgba(255,255,255,.28)!important;
    box-shadow:0 8px 20px rgba(0,47,53,.20)!important;
  }
  .auth-premium-v2 .auth-mode-tabs a.active{
    background:linear-gradient(135deg,#006d77,#004750)!important;
    color:#fff!important;
    box-shadow:0 7px 18px rgba(0,71,80,.28)!important;
  }
  .auth-premium-v2 .premium-input:focus-within{
    border-color:#1d8e99!important;
    box-shadow:0 0 0 4px rgba(29,142,153,.14)!important;
  }
  .auth-premium-v2 .premium-input>i,
  .auth-premium-v2 .auth-section-title em{
    color:#004750!important;
    background:#e8f2f3!important;
  }
  .auth-premium-v2 .password-visibility:after,
  .auth-premium-v2 .auth-login-options>a,
  .auth-premium-v2 .premium-auth-switch a{
    color:#006d77!important;
  }
  .auth-premium-v2 .premium-auth-submit{
    background:linear-gradient(135deg,#006d77,#004750)!important;
    box-shadow:0 13px 26px rgba(0,71,80,.30)!important;
  }
  .auth-premium-v2 .premium-auth-consent input{
    accent-color:#006d77!important;
  }
}

/* V3.61.0 — Auth alt menü ve otomatik konum adresi */
@media(max-width:900px){
  body.auth-page{padding-bottom:82px!important}
  body.auth-page>.mobile-bottom-nav{display:flex!important;z-index:100!important}
  body.auth-page .auth-premium-v2{min-height:calc(100dvh - 76px)!important}
  body.auth-page .premium-auth-panel{padding-bottom:28px!important}
  body.auth-page>.mobile-bottom-nav a[href="/giris"],
  body.auth-page>.mobile-bottom-nav a[href="/kayit"]{pointer-events:auto!important}
  body.auth-page.auth-page>.mobile-bottom-nav a[href="/kayit"]{color:#006d77}
  .registration-location-block{display:grid;gap:12px;margin-top:3px;padding:16px;border:1px solid #dfe8e8;border-radius:19px;background:#f7fafa}
  .registration-location-block>.auth-section-title{margin:0}
  .registration-location-block>p{margin:-4px 0 0;color:#758689;font-size:11px;line-height:1.55}
  .registration-location-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;border:0;border-radius:15px;background:linear-gradient(135deg,#006d77,#004750);color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 22px rgba(0,71,80,.22);cursor:pointer}
  .registration-location-button span{font-size:20px}
  .registration-location-button:disabled{opacity:.72;cursor:wait}
  .registration-location-status{padding:10px 11px;border-radius:12px;background:#edf4f4;color:#687a7d;font-size:10px;line-height:1.5}
  .registration-location-status[data-state="success"]{background:#e8f6f1;color:#17684f}
  .registration-location-status[data-state="error"]{background:#fff2f0;color:#9a4035}
  .registration-location-status[data-state="loading"]{background:#e9f3f4;color:#006d77}
  .registration-location-preview{display:grid;gap:4px;padding:12px;border:1px solid #cfe1e2;border-radius:13px;background:#fff}
  .registration-location-preview[hidden]{display:none!important}
  .registration-location-preview small{color:#7b8a8d;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
  .registration-location-preview strong{color:#263b3e;font-size:12px;line-height:1.45}
  .registration-location-preview em{color:#1d8e99;font-size:10px;font-style:normal;font-weight:800}
}

/* TamamGelsin auth compact layout + corrected auth bottom navigation */
@media (max-width: 760px){
  body.auth-page{padding-bottom:76px!important;background:#004750!important}
  .auth-premium-v2{
    --auth-primary:#006d77!important;
    --auth-dark:#004750!important;
    --auth-accent:#1d8e99!important;
    min-height:calc(100dvh - 76px)!important;
    background:linear-gradient(180deg,#004750 0 250px,#eef4f4 250px)!important;
  }
  .auth-premium-v2 .auth-mobile-hero{
    min-height:250px!important;
    padding:12px 18px 68px!important;
    background:linear-gradient(145deg,#004750 0%,#006d77 100%)!important;
  }
  .auth-premium-v2 .auth-back-button{top:14px!important;left:18px!important}
  .auth-premium-v2 .auth-mobile-brand{
    width:min(58vw,220px)!important;
    margin:0 auto 2px!important;
  }
  .auth-premium-v2 .auth-brand-image{
    max-height:142px!important;
    background:transparent!important;
  }
  .auth-premium-v2 .auth-mobile-hero h1{
    margin:0!important;
    font-size:27px!important;
    line-height:1.05!important;
  }
  .auth-premium-v2 .auth-mobile-hero>p{display:none!important}
  .auth-premium-v2 .premium-auth-panel{
    margin-top:-50px!important;
    padding:0 12px 18px!important;
  }
  .auth-premium-v2.is-register .premium-auth-panel{margin-top:-50px!important}
  .auth-premium-v2 .auth-modern-card{
    border-radius:25px!important;
    box-shadow:0 14px 35px rgba(0,45,50,.16)!important;
  }
  .auth-premium-v2 .auth-mode-tabs a.active,
  .auth-premium-v2 .premium-auth-submit{
    background:linear-gradient(135deg,#006d77,#004750)!important;
  }
  /* Auth sayfalarında ana sayfadaki mobil alt menü aynen korunur. */
  body.auth-page>.mobile-bottom-nav{display:flex!important;z-index:999!important}
}
@media (max-width:380px){
  .auth-premium-v2 .auth-mobile-brand{width:min(55vw,200px)!important}
  .auth-premium-v2 .auth-mobile-hero{min-height:235px!important;padding-bottom:62px!important}
  .auth-premium-v2 .premium-auth-panel,.auth-premium-v2.is-register .premium-auth-panel{margin-top:-46px!important}
}

/* V3.61.2 — Auth logo ve standart mobil alt menü düzeltmesi */
@media(max-width:900px){
  body.auth-page>.mobile-bottom-nav{display:flex!important}
  .auth-premium-v2 .auth-mobile-brand{width:min(62vw,230px)!important;margin:0 auto 0!important}
  .auth-premium-v2 .auth-brand-image{display:block!important;width:100%!important;height:auto!important;max-height:150px!important;object-fit:contain!important;background:transparent!important;filter:none!important}
}

/* V3.61.3 — Auth sayfalarında mobil alt menü ana sayfa ile birebir aynı grid yapısı */
@media(max-width:900px){
  body.auth-page>.mobile-bottom-nav{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:stretch!important;
    width:100%!important;
    min-height:68px!important;
    padding:7px 5px calc(7px + env(safe-area-inset-bottom))!important;
  }
  body.auth-page>.mobile-bottom-nav>a{
    width:auto!important;
    min-width:0!important;
    flex:1 1 auto!important;
  }
}

/* V3.37.2 — mobil tarif detay sekmeleri */
.recipe-mobile-tabs{display:none}
@media(max-width:700px){
  .recipe-detail-page{padding-bottom:96px}
  .recipe-detail-hero{margin-bottom:10px;border-radius:16px}
  .recipe-detail-hero>img{height:210px}
  .recipe-detail-layout{display:block}
  .recipe-mobile-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 10px;padding:5px;border:1px solid var(--l);border-radius:14px;background:var(--surface);box-shadow:0 6px 18px rgba(13,31,58,.06)}
  .recipe-mobile-tabs button{min-height:44px;border:0;border-radius:10px;background:transparent;color:var(--m);font:inherit;font-weight:850;cursor:pointer}
  .recipe-mobile-tabs button.active{background:var(--b);color:#fff;box-shadow:0 5px 12px rgba(0,71,80,.18)}
  .recipe-detail-layout>[data-recipe-panel]{display:none;margin:0;border-radius:16px}
  .recipe-detail-layout>[data-recipe-panel].active{display:block}
  .recipe-products,.recipe-instructions{padding:14px}
  .recipe-section-head{margin-bottom:10px}
  .recipe-section-head h2,.recipe-instructions h2{font-size:21px}
  .recipe-section-head p{font-size:10px;line-height:1.45}
  .recipe-add-all{min-height:44px;border-radius:11px}
  .recipe-product-list{gap:9px}
  .recipe-product-list article{grid-template-columns:58px minmax(0,1fr) 40px;padding:9px}
  .recipe-product-list img{width:58px;height:58px}
  .recipe-instructions ol{gap:10px;margin:12px 0 0;padding-left:22px}
  .recipe-instructions li{padding-left:3px;line-height:1.55}
}

/* V3.61.5 — Admin tarif listesini kompakt satır görünümüne çevir */
.recipe-admin-list{
  display:grid!important;
  gap:0!important;
  border:1px solid var(--l)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:var(--surface)!important;
}
.recipe-admin-list article{
  min-height:0!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px 12px!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--l)!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  background:var(--surface)!important;
}
.recipe-admin-list article:last-child{border-bottom:0!important}
.recipe-admin-list article img{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  object-fit:cover!important;
  border-radius:9px!important;
}
.recipe-admin-list article>div{min-width:0!important;gap:2px!important}
.recipe-admin-list article b{font-size:14px!important;line-height:1.25!important}
.recipe-admin-list article small{font-size:11px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.recipe-admin-list article>a,.recipe-admin-list article form{margin:0!important;align-self:center!important}
.recipe-admin-list article form button{margin:0!important}
@media(max-width:700px){
  .recipe-admin-list article{grid-template-columns:46px minmax(0,1fr) auto!important;padding:9px!important;gap:8px!important}
  .recipe-admin-list article img{width:46px!important;height:46px!important;min-width:46px!important}
  .recipe-admin-list article form{grid-column:3!important}
  .recipe-admin-list article>a{font-size:12px!important}
}

/* SEO V3 */
.home-seo-content{margin-top:28px;margin-bottom:28px;background:var(--surface);border:1px solid color-mix(in srgb,var(--b) 12%,#dbe4ee);border-radius:20px;padding:28px}.home-seo-content h2{margin:0 0 12px;color:var(--text)}.home-seo-content div{color:var(--m);line-height:1.8;max-width:1000px}@media(max-width:700px){.home-seo-content{margin:18px 12px;padding:20px;border-radius:16px}.home-seo-content h2{font-size:22px}}


/* V3.43 — Mobil sabit uygulama header'ı ve koşullu sepet */
@media(max-width:700px){
  body:not(.seller-panel-body):not(.live-support-body) .site-header{
    position:sticky!important;
    top:0!important;
    z-index:190!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:62px!important;
    padding:7px 64px!important;
    background:var(--surface)!important;
    border-bottom:1px solid color-mix(in srgb,var(--b) 10%,transparent)!important;
    box-shadow:0 5px 18px rgba(15,23,42,.08)!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .site-brand{
    position:relative!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    max-width:190px!important;
    margin:0 auto!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .site-brand.logo-only .site-logo{
    display:block!important;
    width:auto!important;
    max-width:170px!important;
    max-height:48px!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .header-actions{
    position:static!important;
    display:block!important;
    width:0!important;
    height:0!important;
    margin:0!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .mobile-search-trigger{
    position:absolute!important;
    left:12px!important;
    top:50%!important;
    z-index:4!important;
    transform:translateY(-50%)!important;
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
    border:1px solid color-mix(in srgb,var(--b) 14%,transparent)!important;
    border-radius:13px!important;
    background:color-mix(in srgb,var(--b) 8%,var(--surface))!important;
    color:var(--b)!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .header-cart-total-wrap{
    position:absolute!important;
    right:12px!important;
    top:50%!important;
    z-index:4!important;
    min-width:86px!important;
    width:auto!important;
    height:42px!important;
    margin:0!important;
    padding:6px 9px!important;
    transform:translate(125%,-50%)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .38s cubic-bezier(.2,.85,.25,1),opacity .25s ease,visibility 0s linear .38s!important;
    will-change:transform,opacity!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .header-cart-total-wrap.is-visible{
    transform:translate(0,-50%)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transition:transform .38s cubic-bezier(.2,.85,.25,1),opacity .25s ease,visibility 0s!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .header-cart-total-wrap.cart-entering{
    animation:mobileHeaderCartBounce .48s ease both!important;
  }
  body:not(.seller-panel-body):not(.live-support-body) .site-header .header-cart-total-wrap #header-cart-total{
    font-size:9px!important;
  }
}
@keyframes mobileHeaderCartBounce{
  0%{transform:translate(125%,-50%);opacity:0}
  72%{transform:translate(-7px,-50%);opacity:1}
  100%{transform:translate(0,-50%);opacity:1}
}

/* V6 - Admin managed professional application download page */
.app-download-admin-form .app-admin-preview{display:block;max-width:220px;max-height:260px;object-fit:contain;margin-top:12px;border:1px solid #dbe4ea;border-radius:18px;background:#f7fafb;padding:10px}.app-feature-admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.app-feature-admin-grid fieldset{border:1px solid #dce5ea;border-radius:16px;padding:14px;min-width:0}.app-feature-admin-grid legend{font-weight:800;padding:0 6px}
.app-download-page{background:#f5faf9;color:#12363a;overflow:hidden}.app-download-hero{min-height:720px;padding:72px max(5vw,24px) 64px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:72px;position:relative;background:radial-gradient(circle at 82% 24%,rgba(29,142,153,.18),transparent 34%),linear-gradient(145deg,#f7fcfb 0%,#edf8f7 100%)}.app-download-hero:before{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(0,109,119,.11);border-radius:50%;right:-130px;top:-100px}.app-download-copy{max-width:680px;position:relative;z-index:2}.app-download-brand{display:inline-flex;align-items:center;gap:12px;color:#004750;text-decoration:none;margin-bottom:42px}.app-download-brand img{max-width:190px;max-height:70px;object-fit:contain}.app-download-brand span{width:48px;height:48px;border-radius:15px;background:#006d77;color:#fff;display:grid;place-items:center;font-weight:900}.app-download-brand b{font-size:22px}.app-download-badge{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(0,109,119,.16);background:#fff;color:#006d77;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:900;letter-spacing:.08em}.app-download-badge i{width:8px;height:8px;background:#1d8e99;border-radius:50%;box-shadow:0 0 0 5px rgba(29,142,153,.12)}.app-download-copy h1{font-size:clamp(44px,5.2vw,78px);line-height:.98;letter-spacing:-.055em;margin:24px 0;color:#073c42;max-width:760px}.app-download-copy h1 em{font-style:normal;color:#006d77}.app-download-copy>p{font-size:19px;line-height:1.75;color:#557076;max-width:620px;margin:0 0 30px}.app-download-actions{display:flex;gap:13px;align-items:stretch;flex-wrap:wrap}.app-download-primary{min-width:270px;display:flex;align-items:center;gap:13px;background:#004750;color:#fff;text-decoration:none;padding:14px 18px;border-radius:17px;box-shadow:0 18px 35px rgba(0,71,80,.2);transition:.25s}.app-download-primary:hover{transform:translateY(-3px);background:#006d77}.app-download-primary>span:nth-child(2){display:flex;flex-direction:column;line-height:1.15;flex:1}.app-download-primary small{font-size:10px;letter-spacing:.1em;opacity:.7}.app-download-primary b{font-size:17px}.app-download-primary>i{font-style:normal;font-size:24px}.app-download-android{font-size:26px;transform:rotate(45deg)}.app-download-secondary{display:grid;place-items:center;padding:14px 19px;border:1px solid rgba(0,71,80,.16);border-radius:17px;text-decoration:none;color:#004750;font-weight:800;background:#fff}.app-download-meta{display:flex;gap:24px;margin-top:26px;flex-wrap:wrap}.app-download-meta span{display:flex;flex-direction:column;font-size:13px;color:#294e53}.app-download-meta b{font-size:10px;color:#809397;text-transform:uppercase;letter-spacing:.07em}.app-download-note{display:block;margin-top:16px;color:#6b8589}.app-download-visual{height:590px;position:relative;display:grid;place-items:center}.app-phone-shell{width:290px;height:590px;border-radius:48px;padding:11px;background:#052f34;box-shadow:0 45px 80px rgba(0,71,80,.26),inset 0 0 0 2px rgba(255,255,255,.12);transform:rotate(5deg);position:relative;z-index:2}.app-phone-speaker{position:absolute;z-index:3;top:18px;left:50%;transform:translateX(-50%);width:84px;height:20px;border-radius:999px;background:#052f34}.app-phone-screen{height:100%;border-radius:38px;overflow:hidden;background:#fff}.app-phone-screen>img{width:100%;height:100%;object-fit:cover}.app-phone-demo{height:100%;padding:34px 14px 18px;background:#f7faf9}.app-demo-head{height:52px;display:flex;align-items:center;justify-content:space-between;color:#004750}.app-demo-head b{font-size:17px}.app-demo-banner{background:linear-gradient(145deg,#006d77,#1d8e99);color:#fff;border-radius:23px;padding:24px 18px;margin-top:10px}.app-demo-banner small{font-size:9px;letter-spacing:.08em}.app-demo-banner strong{display:block;font-size:25px;line-height:1.1;margin-top:8px}.app-demo-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:14px 0}.app-demo-cats i{font-style:normal;background:#fff;border-radius:13px;padding:11px 4px;text-align:center;font-size:22px;box-shadow:0 5px 15px rgba(0,71,80,.06)}.app-demo-products{display:grid;grid-template-columns:1fr 1fr;gap:9px}.app-demo-products span{height:130px;border-radius:18px;background:#fff;display:grid;place-items:center;font-size:42px;box-shadow:0 8px 18px rgba(0,71,80,.06)}.app-demo-products b{font-size:11px}.app-visual-orbit{position:absolute;width:58px;height:58px;border-radius:18px;background:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 15px 30px rgba(0,71,80,.13);z-index:3}.orbit-one{left:5%;top:17%}.orbit-two{right:5%;top:30%}.app-visual-card{position:absolute;right:2%;bottom:14%;background:#fff;border-radius:18px;padding:13px 16px;display:flex;align-items:center;gap:10px;box-shadow:0 18px 35px rgba(0,71,80,.14);z-index:4}.app-visual-card>span{width:36px;height:36px;border-radius:12px;background:#dff4f1;color:#006d77;display:grid;place-items:center;font-weight:900}.app-visual-card div{display:flex;flex-direction:column}.app-visual-card small{color:#758d90}.app-download-features{padding:90px max(5vw,24px);background:#fff}.app-download-section-title{text-align:center;max-width:650px;margin:0 auto 46px}.app-download-section-title small,.app-download-cta small{color:#1d8e99;font-weight:900;letter-spacing:.12em}.app-download-section-title h2{font-size:42px;letter-spacing:-.035em;margin:9px 0}.app-download-section-title p{color:#71888c}.app-download-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1250px;margin:auto}.app-download-feature-grid article{padding:28px;border:1px solid #e3eceb;border-radius:24px;background:#fbfdfd;transition:.25s}.app-download-feature-grid article:hover{transform:translateY(-6px);border-color:rgba(0,109,119,.25)}.app-download-feature-grid article>span{width:54px;height:54px;border-radius:17px;background:#e3f4f2;display:grid;place-items:center;font-size:25px}.app-download-feature-grid h3{font-size:19px;margin:20px 0 8px}.app-download-feature-grid p{color:#70868a;line-height:1.65;margin:0}.app-download-cta{margin:0 max(5vw,24px) 88px;padding:46px 54px;border-radius:30px;background:linear-gradient(135deg,#004750,#006d77);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.app-download-cta h2{font-size:34px;margin:8px 0}.app-download-cta p{margin:0;color:rgba(255,255,255,.72)}.app-download-cta>a{background:#fff;color:#004750;padding:17px 22px;border-radius:16px;text-decoration:none;font-weight:900;white-space:nowrap}.app-download-cta>a span{margin-left:12px}
@media(max-width:900px){.app-feature-admin-grid{grid-template-columns:1fr 1fr}.app-download-hero{grid-template-columns:1fr;padding-top:40px;gap:35px}.app-download-copy{text-align:center;margin:auto}.app-download-brand{margin-bottom:26px}.app-download-actions,.app-download-meta{justify-content:center}.app-download-copy>p{margin-left:auto;margin-right:auto}.app-download-visual{height:520px}.app-phone-shell{width:255px;height:515px}.app-download-feature-grid{grid-template-columns:1fr 1fr}.app-download-cta{flex-direction:column;text-align:center}}
@media(max-width:600px){.app-feature-admin-grid{grid-template-columns:1fr}.app-download-page{padding-bottom:78px}.app-download-hero{padding:28px 18px 40px;min-height:auto}.app-download-brand img{max-width:155px;max-height:58px}.app-download-badge{font-size:10px}.app-download-copy h1{font-size:43px;margin-top:20px}.app-download-copy>p{font-size:16px;line-height:1.65}.app-download-actions{display:grid}.app-download-primary,.app-download-secondary{width:100%;min-width:0}.app-download-meta{gap:15px}.app-download-visual{height:485px}.app-phone-shell{width:230px;height:470px;border-radius:40px}.app-phone-screen{border-radius:31px}.app-visual-orbit{display:none}.app-visual-card{right:0;bottom:8%;padding:10px}.app-download-features{padding:62px 18px}.app-download-section-title h2{font-size:32px}.app-download-feature-grid{grid-template-columns:1fr}.app-download-feature-grid article{padding:23px}.app-download-cta{margin:0 18px 38px;padding:33px 22px;border-radius:24px}.app-download-cta h2{font-size:28px}.app-download-cta>a{width:100%}.app-phone-demo{padding-left:12px;padding-right:12px}}

/* V3.44 — Mobil uygulama tipi sabit üst katmanlar
   Duyuru + header + ana kategori menüsü sabit kalır.
   Kategori detayında alt kategori şeridi de bunların altında sabitlenir. */
@media(max-width:700px){
  :root{
    --mobile-announcement-height:0px;
    --mobile-header-height:62px;
    --mobile-category-height:45px;
    --mobile-base-stack-height:calc(var(--mobile-announcement-height) + var(--mobile-header-height) + var(--mobile-category-height));
    --mobile-subcategory-height:0px;
    --mobile-fixed-stack-height:calc(var(--mobile-base-stack-height) + var(--mobile-subcategory-height));
  }
  body:not(.seller-panel-body):not(.live-support-body):not(.auth-page)>.announcement-bar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:330!important;
    width:100%!important;
    margin:0!important;
  }
  body:not(.seller-panel-body):not(.live-support-body):not(.auth-page)>.site-header{
    position:fixed!important;
    top:var(--mobile-announcement-height)!important;
    left:0!important;
    right:0!important;
    z-index:320!important;
    width:100%!important;
    margin:0!important;
  }
  body:not(.seller-panel-body):not(.live-support-body):not(.auth-page)>.category-navigation{
    position:fixed!important;
    top:calc(var(--mobile-announcement-height) + var(--mobile-header-height))!important;
    left:0!important;
    right:0!important;
    z-index:310!important;
    width:100%!important;
    margin:0!important;
    border-radius:0!important;
    box-shadow:0 5px 13px rgba(15,23,42,.06)!important;
  }
  body:not(.seller-panel-body):not(.live-support-body):not(.auth-page)>main{
    padding-top:var(--mobile-base-stack-height)!important;
  }
  body.has-mobile-subcategory:not(.seller-panel-body):not(.live-support-body):not(.auth-page)>main{
    padding-top:var(--mobile-fixed-stack-height)!important;
  }
  body.has-mobile-subcategory .catalog-page .mobile-subcategory-strip{
    position:fixed!important;
    top:var(--mobile-base-stack-height)!important;
    left:0!important;
    right:0!important;
    z-index:300!important;
    width:100%!important;
    margin:0!important;
    padding:8px 10px!important;
    border-top:0!important;
    border-radius:0!important;
    background:var(--surface)!important;
    box-shadow:0 5px 13px rgba(15,23,42,.07)!important;
  }

  body.has-mobile-subcategory .catalog-page .mobile-child-subcategory-strip{
    top:calc(var(--mobile-base-stack-height) + var(--mobile-first-subcategory-height, 0px))!important;
    z-index:299!important;
    box-shadow:0 5px 13px rgba(15,23,42,.05)!important;
  }
}

/* App download store links */
.app-store-admin{margin-top:18px;padding-top:18px;border-top:1px solid #e1e8ec}.app-store-admin h3{margin:0 0 4px}.app-store-admin-row{display:grid;grid-template-columns:minmax(160px,.42fr) minmax(0,1fr);gap:14px;align-items:end;padding:12px 0;border-bottom:1px dashed #e3e9ed}.app-store-admin-row:last-child{border-bottom:0}.app-store-admin-row>.check{margin-bottom:12px}.app-store-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.app-store-link{min-width:210px;display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:15px;background:#101417;color:#fff;text-decoration:none;box-shadow:0 12px 24px rgba(4,35,39,.12);transition:.22s}.app-store-link:hover{transform:translateY(-2px)}.app-store-link>span:nth-child(2){display:flex;flex:1;flex-direction:column;line-height:1.05}.app-store-link small{font-size:9px;letter-spacing:.08em;opacity:.68}.app-store-link b{font-size:16px}.app-store-link>i{font-style:normal;opacity:.7}.app-store-icon{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:17px}.app-store-link.google-play{background:#103f45}.app-store-link.app-store{background:#111}.app-store-link.appgallery{background:#9b1526}.app-download-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.app-download-cta-actions>a{background:#fff;color:#004750;padding:17px 22px;border-radius:16px;text-decoration:none;font-weight:900;white-space:nowrap}.app-download-cta-actions>a.app-download-cta-store{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.28)}
@media(max-width:700px){.app-store-admin-row{grid-template-columns:1fr;gap:0}.app-store-admin-row>.check{margin-bottom:0}.app-store-links{display:grid}.app-store-link{width:100%;min-width:0}.app-download-cta-actions{width:100%;display:grid}.app-download-cta-actions>a{width:100%;text-align:center}}

/* Premium ana sayfa uygulama tanıtım bannerı */
.app-promo-banner{position:fixed;left:50%;bottom:26px;z-index:1450;width:min(1040px,calc(100% - 40px));transform:translate(-50%,24px) scale(.985);opacity:0;pointer-events:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:20px 22px;border:1px solid rgba(255,255,255,.24);border-radius:26px;background:linear-gradient(135deg,var(--bd),var(--b) 58%,#168d96);color:#fff;box-shadow:0 24px 70px rgba(0,55,64,.35),inset 0 1px 0 rgba(255,255,255,.2);overflow:hidden;transition:opacity .35s ease,transform .45s cubic-bezier(.2,.8,.2,1),padding .3s ease,border-radius .3s ease}
.app-promo-banner.is-visible{opacity:1;transform:translate(-50%,0) scale(1);pointer-events:auto}
.app-promo-banner.is-leaving{opacity:0;transform:translate(-50%,28px) scale(.98);pointer-events:none}
.app-promo-glow{position:absolute;inset:auto auto -90px -70px;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.13);filter:blur(2px);pointer-events:none}.app-promo-glow:after{content:"";position:absolute;width:150px;height:150px;right:-720px;top:-100px;border-radius:50%;background:rgba(255,255,255,.08)}
.app-promo-icon{position:relative;z-index:1;width:74px;height:74px;border-radius:22px;background:#fff;display:grid;place-items:center;box-shadow:0 15px 30px rgba(0,0,0,.18);overflow:visible}.app-promo-icon img{width:62px;height:62px;object-fit:contain;border-radius:16px}.app-promo-icon>span{font-size:24px;font-weight:900;color:var(--b)}.app-promo-icon i{position:absolute;right:-5px;bottom:-5px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#1fc777;color:#fff;border:3px solid var(--b);font-style:normal;font-size:12px;font-weight:900}
.app-promo-copy{position:relative;z-index:1;min-width:0}.app-promo-copy>small{display:block;margin-bottom:4px;font-size:10px;font-weight:900;letter-spacing:.16em;color:rgba(255,255,255,.72)}.app-promo-copy h2{margin:0;font-size:clamp(20px,2.3vw,29px);line-height:1.12;color:#fff}.app-promo-copy p{margin:7px 0 10px;max-width:650px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.82)}.app-promo-benefits{display:flex;flex-wrap:wrap;gap:8px}.app-promo-benefits span{padding:5px 9px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:800;color:#fff}
.app-promo-action{position:relative;z-index:1;min-width:220px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px 13px 18px;border-radius:17px;background:#fff;color:var(--bd);box-shadow:0 12px 26px rgba(0,0,0,.16);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.app-promo-action:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.22)}.app-promo-action span{display:grid;gap:1px}.app-promo-action small{font-size:9px;letter-spacing:.1em;color:var(--m)}.app-promo-action b{font-size:15px}.app-promo-action>i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--b);color:#fff;font-style:normal;font-size:18px}
.app-promo-close{position:absolute;right:7px;top:7px;z-index:3;width:27px;height:27px;border:0;border-radius:50%;background:rgba(0,0,0,.13);color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:background .2s,transform .2s}.app-promo-close:hover{background:rgba(0,0,0,.25);transform:rotate(5deg)}
.app-promo-banner.is-compact{width:min(780px,calc(100% - 34px));grid-template-columns:auto minmax(0,1fr) auto;padding:12px 14px;border-radius:20px}.app-promo-banner.is-compact .app-promo-icon{width:50px;height:50px;border-radius:15px}.app-promo-banner.is-compact .app-promo-icon img{width:43px;height:43px}.app-promo-banner.is-compact .app-promo-copy p,.app-promo-banner.is-compact .app-promo-benefits,.app-promo-banner.is-compact .app-promo-copy>small{display:none}.app-promo-banner.is-compact .app-promo-copy h2{font-size:17px}.app-promo-banner.is-compact .app-promo-action{min-width:190px;padding:10px 12px 10px 15px}.app-promo-banner.is-compact .app-promo-close{top:4px;right:4px}
.app-promo-admin-panel .panel-title-row{align-items:flex-start}.app-promo-admin-preview{margin-top:16px;padding:15px;border-radius:18px;background:linear-gradient(135deg,var(--bd),var(--b));color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.app-promo-admin-preview>span{font-size:10px;font-weight:900;letter-spacing:.08em;opacity:.7}.app-promo-admin-preview div{display:grid;gap:3px}.app-promo-admin-preview small{opacity:.8}.app-promo-admin-preview em{padding:9px 12px;border-radius:11px;background:#fff;color:var(--b);font-style:normal;font-weight:800;font-size:12px}
@media(max-width:700px){.app-promo-banner{left:12px;right:12px;bottom:82px;width:auto;transform:translateY(28px) scale(.98);grid-template-columns:58px minmax(0,1fr);gap:12px;padding:15px 14px 14px;border-radius:22px}.app-promo-banner.is-visible{transform:translateY(0) scale(1)}.app-promo-banner.is-leaving{transform:translateY(30px) scale(.98)}.app-promo-icon{width:58px;height:58px;border-radius:17px}.app-promo-icon img{width:50px;height:50px}.app-promo-copy{padding-right:24px}.app-promo-copy h2{font-size:17px;line-height:1.18}.app-promo-copy p{font-size:12px;margin:5px 0 8px;line-height:1.4}.app-promo-benefits{gap:5px}.app-promo-benefits span{padding:4px 7px;font-size:9px}.app-promo-action{grid-column:1/-1;width:100%;min-width:0;padding:10px 11px 10px 14px;border-radius:14px}.app-promo-action b{font-size:14px}.app-promo-close{right:8px;top:8px}.app-promo-banner.is-compact{left:10px;right:10px;bottom:78px;width:auto;grid-template-columns:44px minmax(0,1fr) auto;padding:9px 10px;border-radius:17px;gap:9px}.app-promo-banner.is-compact .app-promo-icon{width:44px;height:44px;border-radius:13px}.app-promo-banner.is-compact .app-promo-icon img{width:38px;height:38px}.app-promo-banner.is-compact .app-promo-copy h2{font-size:13px;padding-right:0}.app-promo-banner.is-compact .app-promo-action{grid-column:auto;width:auto;min-width:0;padding:8px}.app-promo-banner.is-compact .app-promo-action span{display:none}.app-promo-banner.is-compact .app-promo-action>i{width:30px;height:30px}.app-promo-banner.is-compact .app-promo-close{display:none}.app-promo-admin-preview{grid-template-columns:1fr}.app-promo-admin-preview em{justify-self:start}}

/* Ürün ekleme formu: hızlı kategori oluşturma */
.quick-category-field{display:grid;gap:7px;align-content:start}.quick-category-field>label{margin:0}.quick-category-open{justify-self:start;border:0;background:transparent;color:var(--b);padding:0;font-size:12px;font-weight:800;cursor:pointer}.quick-category-open:hover{text-decoration:underline}.quick-category-dialog{width:min(470px,calc(100% - 28px));border:0;padding:0;border-radius:24px;background:transparent;box-shadow:0 30px 90px rgba(15,23,42,.3)}.quick-category-dialog::backdrop{background:rgba(8,23,27,.58);backdrop-filter:blur(4px)}.quick-category-dialog-card{margin:0;padding:24px;background:#fff;border-radius:24px;display:grid;gap:16px}.quick-category-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.quick-category-dialog-head small{display:block;margin-bottom:4px;color:var(--b);font-size:10px;font-weight:900;letter-spacing:.12em}.quick-category-dialog-head h2{margin:0;font-size:22px}.quick-category-close{width:36px;height:36px;border:0;border-radius:12px;background:#eef4f5;color:#17383d;font-size:24px;cursor:pointer}.quick-category-dialog-card>p{margin:-8px 0 0;color:var(--m);font-size:13px}.quick-category-dialog-card label{display:grid;gap:7px;font-weight:800}.quick-category-dialog-card input{width:100%;padding:13px 14px;border:1px solid #d9e3e6;border-radius:13px;font:inherit}.quick-category-dialog-card input:focus{outline:3px solid rgba(0,109,119,.13);border-color:var(--b)}.quick-category-parent{display:flex;justify-content:space-between;gap:14px;padding:11px 13px;border-radius:13px;background:#f3f7f8;font-size:12px}.quick-category-parent:empty{display:none}.quick-category-parent span{color:var(--m)}.quick-category-parent b{text-align:right}.quick-category-feedback{padding:10px 12px;border-radius:12px;font-size:12px;font-weight:800}.quick-category-feedback.success{background:#e9f8ef;color:#14733c}.quick-category-feedback.error{background:#fff0f0;color:#a12828}.quick-category-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:2px}.quick-category-actions button{min-width:120px}@media(max-width:700px){.quick-category-dialog-card{padding:19px;border-radius:20px}.quick-category-dialog-head h2{font-size:19px}.quick-category-actions{display:grid;grid-template-columns:1fr 1fr}.quick-category-actions button{min-width:0;width:100%}}

/* Tek satır kategori filtresi: alt ve üçüncü seviye kategoriler aynı yatay menüde */
.mobile-subcategory-strip .child-category-chip{padding-left:14px;padding-right:14px;background:color-mix(in srgb,var(--surface) 84%,#eef3f5);font-size:12px;font-weight:750;border-style:dashed}
.mobile-subcategory-strip .child-category-chip.active{border-style:solid;background:color-mix(in srgb,var(--b) 10%,var(--surface));font-weight:850}

/* V3.43 — Mobil Siparişi Tamamla premium arayüz */
@media(max-width:700px){
  body:has(.checkout-v342){
    background:linear-gradient(180deg,color-mix(in srgb,var(--b) 10%,#f5f7f8) 0,#f5f7f8 190px)!important;
  }
  .checkout-v342 .mobile-checkout-head{
    min-height:74px!important;
    padding:12px 15px!important;
    background:linear-gradient(135deg,color-mix(in srgb,var(--b) 86%,#052f31),var(--b))!important;
    box-shadow:0 10px 28px rgba(3,53,56,.18)!important;
  }
  .checkout-v342 .mobile-checkout-head small{font-size:8px!important;letter-spacing:1.25px!important;font-weight:800!important}
  .checkout-v342 .mobile-checkout-head h1{font-size:18px!important;letter-spacing:-.25px!important}
  .checkout-v342 .mobile-checkout-back,.checkout-v342 .mobile-checkout-lock{
    width:38px!important;height:38px!important;border:1px solid rgba(255,255,255,.18)!important;
    background:rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)!important
  }
  .checkout-v342 .mobile-checkout-progress{
    display:grid!important;grid-template-columns:auto 1fr auto 1fr auto!important;align-items:center!important;
    margin:12px 14px 2px!important;padding:12px 14px!important;border:1px solid rgba(255,255,255,.9)!important;
    border-radius:16px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 8px 28px rgba(27,42,45,.07)!important
  }
  .checkout-v342 .mobile-checkout-progress span{display:grid!important;justify-items:center!important;gap:4px!important;color:#9aa2ad!important}
  .checkout-v342 .mobile-checkout-progress span i{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#edf0f2!important;font-size:9px!important;font-style:normal!important;font-weight:900!important}
  .checkout-v342 .mobile-checkout-progress span b{font-size:8px!important;font-weight:850!important}
  .checkout-v342 .mobile-checkout-progress span.done,.checkout-v342 .mobile-checkout-progress span.active{color:var(--b)!important}
  .checkout-v342 .mobile-checkout-progress span.done i,.checkout-v342 .mobile-checkout-progress span.active i{background:var(--b)!important;color:#fff!important;box-shadow:0 4px 10px color-mix(in srgb,var(--b) 25%,transparent)!important}
  .checkout-v342 .mobile-checkout-progress em{height:2px!important;background:#e5e9ec!important;border-radius:999px!important}
  .checkout-v342 .mobile-checkout-progress span.done+em{background:color-mix(in srgb,var(--b) 45%,#e5e9ec)!important}
  .checkout-v342 .mobile-checkout-form.checkout-layout{padding:12px 12px 104px!important}
  .checkout-v342 .mobile-checkout-form>div{gap:12px!important}
  .checkout-v342 .checkout-section{
    padding:16px!important;border:1px solid #e8ecee!important;border-radius:19px!important;
    box-shadow:0 10px 30px rgba(29,45,49,.065)!important
  }
  .checkout-v342 .v342-section-head{gap:11px!important;margin-bottom:14px!important}
  .checkout-v342 .v342-section-icon{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:12px!important;background:color-mix(in srgb,var(--b) 9%,#fff)!important;font-size:17px!important}
  .checkout-v342 .v342-section-head h2{font-size:14px!important;font-weight:900!important;letter-spacing:-.12px!important}
  .checkout-v342 .v342-section-head p{font-size:9px!important;line-height:1.45!important}
  .checkout-v342 .checkout-addresses,.checkout-v342 .payment-methods{gap:9px!important}
  .checkout-v342 .select-card,.checkout-v342 .delivery-slot-card{
    min-height:68px!important;padding:12px 42px 12px 13px!important;border-color:#e6eaed!important;border-radius:14px!important;
    transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important
  }
  .checkout-v342 .select-card:has(input:checked),.checkout-v342 .delivery-slot-card:has(input:checked),.checkout-v342 .select-card.is-selected,.checkout-v342 .delivery-slot-card.is-selected{
    border-color:var(--b)!important;background:color-mix(in srgb,var(--b) 4%,#fff)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--b) 9%,transparent)!important
  }
  .checkout-v342 .select-card b,.checkout-v342 .delivery-slot-card b{font-size:11px!important;font-weight:900!important}
  .checkout-v342 .select-card small,.checkout-v342 .delivery-slot-card small,.checkout-v342 .select-card em{font-size:8.5px!important;line-height:1.45!important}
  .checkout-v342 .select-card input[type="radio"],.checkout-v342 .delivery-slot-card input[type="radio"]{width:19px!important;height:19px!important;right:13px!important}
  .checkout-v342 .payment-choice{padding-left:58px!important;min-height:72px!important}
  .checkout-v342 .payment-choice-icon{
    position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;
    display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:11px!important;
    background:#f1f4f5!important;color:#5f6d72!important;font-size:14px!important;font-weight:950!important
  }
  .checkout-v342 .payment-choice:has(input:checked) .payment-choice-icon{background:var(--b)!important;color:#fff!important;box-shadow:0 5px 12px color-mix(in srgb,var(--b) 24%,transparent)!important}
  .checkout-v342 .bank-transfer-info{margin-top:10px!important;border:1px solid color-mix(in srgb,var(--b) 20%,#e7ecee)!important;border-radius:15px!important;background:color-mix(in srgb,var(--b) 4%,#fff)!important}
  .checkout-v342 .checkout-extra-fields{gap:10px!important;margin-top:12px!important}
  .checkout-v342 .checkout-coupon-card,.checkout-v342 .checkout-loyalty-card,.checkout-v342 .checkout-note-card{padding:13px!important;border-radius:15px!important;border-color:#e6eaed!important;background:#fbfcfc!important}
  .checkout-v342 .checkout-field-head h3{font-size:11px!important}.checkout-v342 .checkout-field-head p{font-size:8.5px!important;line-height:1.45!important}
  .checkout-v342 .checkout-coupon-card .coupon-entry{display:grid!important;grid-template-columns:1fr auto!important;gap:7px!important}
  .checkout-v342 .checkout-coupon-card .coupon-entry input,.checkout-v342 .checkout-note-card textarea,.checkout-v342 .checkout-loyalty-card input{border-radius:11px!important;background:#fff!important}
  .checkout-v342 .order-summary{
    position:relative!important;margin:12px 0 0!important;padding:17px 16px 92px!important;border:1px solid #e4e9eb!important;
    border-radius:20px!important;background:#fff!important;box-shadow:0 12px 34px rgba(26,43,47,.08)!important;overflow:visible!important
  }
  .checkout-v342 .premium-summary-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:13px!important;padding-bottom:12px!important;border-bottom:1px solid #edf0f2!important}
  .checkout-v342 .premium-summary-head small{display:block!important;margin-bottom:3px!important;color:var(--b)!important;font-size:7px!important;font-weight:900!important;letter-spacing:1.1px!important}
  .checkout-v342 .premium-summary-head h2{margin:0!important;font-size:15px!important;font-weight:950!important;color:#192327!important}
  .checkout-v342 .premium-summary-badge{padding:6px 9px!important;border-radius:999px!important;background:#eaf8ef!important;color:#238349!important;font-size:8px!important;font-weight:900!important}
  .checkout-v342 .order-summary>p,.checkout-v342 .order-summary>hr,.checkout-v342 .order-summary>.checkout-zone-rule,.checkout-v342 .order-summary>.campaign-applied-note{display:flex!important}
  .checkout-v342 .order-summary .line{padding:5px 0!important;font-size:9px!important;color:#59666b!important}
  .checkout-v342 .order-summary .line b{color:#263238!important}
  .checkout-v342 .checkout-zone-rule{margin:9px 0!important;padding:10px 11px!important;border-radius:12px!important;font-size:8.5px!important}
  .checkout-v342 .premium-secure-note{display:flex!important;align-items:center!important;gap:9px!important;margin:10px 0 8px!important;padding:10px 11px!important;border-radius:12px!important;background:#f0faf4!important;color:#237746!important}
  .checkout-v342 .premium-secure-note>span{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#d8f2e1!important;font-size:11px!important;font-weight:950!important}
  .checkout-v342 .premium-secure-note b{display:block!important;font-size:9px!important}.checkout-v342 .premium-secure-note small{display:block!important;margin-top:2px!important;font-size:7.5px!important;color:#649075!important}
  .checkout-v342 .order-summary .line.total{margin-top:8px!important;padding:13px 0 0!important;border-top:1px dashed #dfe5e7!important}
  .checkout-v342 .order-summary .line.total span{font-size:11px!important;font-weight:900!important}.checkout-v342 .order-summary .line.total b{font-size:22px!important;color:var(--b)!important;font-weight:950!important}
  .checkout-v342 .order-summary>button.primary{
    position:fixed!important;z-index:80!important;left:12px!important;right:12px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;
    width:calc(100% - 24px)!important;min-height:56px!important;margin:0!important;border-radius:16px!important;
    background:linear-gradient(135deg,var(--b),color-mix(in srgb,var(--b) 78%,#001f21))!important;
    box-shadow:0 12px 28px color-mix(in srgb,var(--b) 30%,transparent)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.1px!important
  }
  .checkout-v342 .order-summary>button.primary::after{content:'  →'!important}
}

/* Premium mobile order confirmation */
.premium-order-confirmation{position:relative;overflow:hidden;margin:0 0 22px;padding:34px 24px 24px;border:1px solid #cfe5e5;border-radius:26px;background:linear-gradient(180deg,#f5ffff 0%,#fff 60%);box-shadow:0 18px 50px rgba(0,91,98,.12);text-align:center}
.premium-order-confirmation:before{content:"";position:absolute;inset:-140px -80px auto;height:260px;background:radial-gradient(circle,rgba(20,185,171,.18),transparent 65%);pointer-events:none}
.confirmation-glow{position:relative;display:grid;place-items:center;width:92px;height:92px;margin:0 auto 18px;border-radius:50%;background:rgba(11,151,143,.11);box-shadow:0 0 0 10px rgba(11,151,143,.06),0 0 42px rgba(11,151,143,.32);animation:confirmationPulse 2s ease-in-out infinite}
.confirmation-glow:before,.confirmation-glow:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(11,151,143,.22);inset:-11px;animation:confirmationRing 2s ease-out infinite}
.confirmation-glow:after{inset:-22px;animation-delay:.55s}
.confirmation-glow span{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#08a59c,#007c84);color:#fff;font-size:34px;font-weight:900;box-shadow:0 12px 28px rgba(0,125,132,.28)}
.premium-order-confirmation>small{position:relative;color:#087f82;font-size:11px;font-weight:900;letter-spacing:.13em}
.premium-order-confirmation h1{position:relative;margin:8px 0 8px;font-size:27px;line-height:1.18;color:#073d43}
.premium-order-confirmation>p{position:relative;max-width:480px;margin:0 auto;color:#62777a;line-height:1.55;font-weight:600}
.confirmation-steps{position:relative;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:start;gap:8px;margin:25px auto 20px;max-width:430px}
.confirmation-steps span{display:grid;justify-items:center;gap:7px;color:#6f8588;font-size:12px}.confirmation-steps i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#dfeaea;color:#779092;font-style:normal;font-weight:900}.confirmation-steps em{height:3px;margin-top:15px;border-radius:99px;background:#dfeaea}.confirmation-steps .done i,.confirmation-steps .current i{background:#07978f;color:#fff;box-shadow:0 5px 15px rgba(7,151,143,.24)}.confirmation-steps .done,.confirmation-steps .current{color:#075f64}.confirmation-steps .done+em,.confirmation-steps em:has(+ .current){background:#07978f}.confirmation-steps .current i{animation:confirmationStep 1.5s ease-in-out infinite}
.confirmation-order-number{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 auto 18px;padding:14px 16px;max-width:430px;border:1px dashed #b7d8d8;border-radius:15px;background:#f7fbfb;text-align:left}.confirmation-order-number span{font-size:12px;color:#718689;font-weight:700}.confirmation-order-number strong{color:#073f45;font-size:16px}
.confirmation-actions{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:430px;margin:auto}.confirmation-actions a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;text-decoration:none;font-weight:850}.confirmation-actions .secondary{border:1px solid #cadcdd;background:#fff;color:#315b5e}.confirmation-actions .primary{background:#007f87;color:#fff}
@keyframes confirmationPulse{50%{transform:scale(1.035);box-shadow:0 0 0 14px rgba(11,151,143,.045),0 0 52px rgba(11,151,143,.4)}}
@keyframes confirmationRing{0%{transform:scale(.82);opacity:.75}100%{transform:scale(1.22);opacity:0}}
@keyframes confirmationStep{50%{box-shadow:0 0 0 7px rgba(7,151,143,.12)}}
@media(max-width:700px){.customer-order-detail-page{padding-top:12px}.premium-order-confirmation{margin:0 -2px 18px;padding:29px 17px 20px;border-radius:22px}.confirmation-glow{width:82px;height:82px}.confirmation-glow span{width:56px;height:56px;font-size:30px}.premium-order-confirmation h1{font-size:24px}.premium-order-confirmation>p{font-size:14px}.confirmation-steps{margin-top:22px}.confirmation-actions{grid-template-columns:1fr}.confirmation-actions .primary{order:-1}}
@media(prefers-reduced-motion:reduce){.confirmation-glow,.confirmation-glow:before,.confirmation-glow:after,.confirmation-steps .current i{animation:none}}

/* Admin sipariş yönetimi - yeni / teslim edilen ayrımı ve responsive liste */
.orders-redesign-head{align-items:center;margin-bottom:14px}.admin-eyebrow{display:block;margin-bottom:5px;color:var(--b);font-size:10px;font-weight:900;letter-spacing:.12em}.orders-head-stat{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 14px;border:1px solid var(--l);border-radius:13px;background:var(--surface)}.orders-head-stat span{color:var(--m);font-size:10px;font-weight:800}.orders-head-stat b{font-size:22px;color:var(--text)}
.orders-main-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.orders-main-tabs>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:82px;padding:15px 17px;border:1px solid var(--l);border-radius:17px;background:var(--surface);color:var(--text);box-shadow:0 8px 24px rgba(15,40,68,.045)}.orders-main-tabs>a.active{border-color:color-mix(in srgb,var(--b) 42%,var(--l));box-shadow:0 10px 28px color-mix(in srgb,var(--b) 11%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--b) 7%,#fff),#fff)}.orders-tab-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:var(--bg);color:var(--b);font-size:20px;font-weight:900}.orders-main-tabs>a.active .orders-tab-icon{background:var(--b);color:#fff}.orders-main-tabs a>span:nth-child(2){display:grid;gap:3px}.orders-main-tabs b{font-size:15px}.orders-main-tabs small{font-size:10px;color:var(--m)}.orders-main-tabs em{display:grid;place-items:center;min-width:34px;height:34px;padding:0 8px;border-radius:999px;background:var(--bg);font-style:normal;font-weight:900}.orders-main-tabs>a.active em{background:var(--b);color:#fff}
.redesigned-summary{grid-template-columns:repeat(6,minmax(120px,1fr));margin-bottom:14px}.redesigned-summary .order-summary-card{position:relative;min-height:70px;border-radius:14px}.redesigned-summary .order-summary-card.active{outline:2px solid var(--b);outline-offset:1px}.redesigned-filter{padding:13px}.redesigned-filter .order-filter-form{grid-template-columns:minmax(260px,1fr) 210px auto auto;gap:9px}.orders-search-field{position:relative}.orders-search-field>span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--m);font-size:19px;z-index:1}.orders-search-field input{width:100%;padding-left:38px}.orders-clear-filter{display:inline-flex;align-items:center;justify-content:center;padding:9px 11px;border-radius:9px;background:var(--bg);font-size:11px;font-weight:850;color:var(--m)}
.redesigned-bulk{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;margin-bottom:12px}.redesigned-bulk>label{font-weight:850}.redesigned-bulk>div{display:flex;gap:8px}.redesigned-bulk select{min-width:210px}.orders-responsive-panel{padding:0;overflow:hidden}.orders-desktop-table{overflow-x:auto}.orders-desktop-table table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0}.orders-desktop-table thead th{position:sticky;top:0;padding:13px 12px;background:#f7f9fb;color:#647083;font-size:10px;font-weight:900;letter-spacing:.03em;text-align:left;border-bottom:1px solid var(--l);z-index:1}.orders-desktop-table tbody td{padding:13px 12px;vertical-align:middle;border-bottom:1px solid #edf0f4;font-size:11px}.orders-desktop-table tbody tr:last-child td{border-bottom:0}.orders-desktop-table tbody tr:hover{background:#fbfcfd}.orders-desktop-table .select-col{width:34px}.orders-desktop-table .amount-col{width:105px}.orders-desktop-table .time-col{width:105px}.orders-desktop-table .action-col{width:155px}.order-number-link{display:inline-block;margin-bottom:3px;color:var(--text);font-size:12px;font-weight:950;letter-spacing:.01em}.amount-cell b{font-size:13px;color:var(--b)}.delivered-time{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e9f8ee;color:#207443;font-size:10px;font-weight:900}.order-row-actions{display:flex;justify-content:flex-end;align-items:center;gap:6px}.order-row-actions .table-action{white-space:nowrap}.order-row-actions form{margin:0}.order-row-actions .order-next-button{white-space:nowrap}.status-row-cancelled{opacity:.78;background:#fffafa}.status-row-delivered{background:#fbfefc}
.orders-mobile-list{display:none}.orders-empty-state{display:grid;place-items:center;text-align:center;min-height:300px;padding:36px}.orders-empty-state>span{display:grid;place-items:center;width:64px;height:64px;border-radius:21px;background:var(--bg);color:var(--b);font-size:28px;font-weight:900}.orders-empty-state h2{margin:13px 0 3px}.orders-empty-state p{margin:0;color:var(--m)}
.orders-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:18px 0 7px}.orders-pagination>div{display:flex;gap:5px;align-items:center}.orders-pagination a{display:grid;place-items:center;min-width:36px;height:36px;padding:0 10px;border:1px solid var(--l);border-radius:10px;background:var(--surface);color:var(--text);font-size:11px;font-weight:850}.orders-pagination a.active{background:var(--b);border-color:var(--b);color:#fff}.orders-pagination a.disabled{pointer-events:none;opacity:.45}.orders-pagination span{color:var(--m)}.orders-page-note{text-align:center;color:var(--m);font-size:10px;margin:0 0 18px}
@media(max-width:1100px){.redesigned-summary{grid-template-columns:repeat(3,1fr)}.redesigned-filter .order-filter-form{grid-template-columns:1fr 190px auto}.orders-clear-filter{grid-column:1/-1}}
@media(max-width:760px){.orders-redesign-head{align-items:flex-start}.orders-head-stat{display:none}.orders-main-tabs{grid-template-columns:1fr;gap:8px}.orders-main-tabs>a{min-height:68px;padding:12px 13px;border-radius:15px}.orders-tab-icon{width:39px;height:39px;border-radius:12px}.orders-main-tabs b{font-size:13px}.orders-main-tabs small{font-size:9px}.orders-main-tabs em{min-width:31px;height:31px}.redesigned-summary{display:flex;overflow-x:auto;gap:8px;margin:0 -2px 12px;padding:2px 2px 5px;scrollbar-width:none}.redesigned-summary::-webkit-scrollbar{display:none}.redesigned-summary .order-summary-card{flex:0 0 126px;min-height:61px;padding:10px}.redesigned-filter{border-radius:15px}.redesigned-filter .order-filter-form{grid-template-columns:1fr;gap:8px}.redesigned-filter .order-filter-form>*{width:100%}.orders-clear-filter{grid-column:auto}.redesigned-bulk{display:grid;gap:10px;padding:12px}.redesigned-bulk>div{display:grid;grid-template-columns:1fr auto}.redesigned-bulk select{min-width:0;width:100%}.orders-responsive-panel{padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}.orders-desktop-table{display:none}.orders-mobile-list{display:grid;gap:10px}.mobile-admin-order-card{background:var(--surface);border:1px solid var(--l);border-radius:17px;padding:13px;box-shadow:0 6px 18px rgba(20,41,68,.045)}.mobile-admin-order-card>header{display:flex;justify-content:space-between;align-items:flex-start;gap:9px;padding-bottom:11px;border-bottom:1px solid #edf0f4}.mobile-admin-order-card>header>div{display:flex;align-items:flex-start;gap:9px}.mobile-admin-order-card>header>div>div{display:grid;gap:2px}.mobile-admin-order-card header a{font-size:13px;font-weight:950;color:var(--text)}.mobile-admin-order-card time{font-size:9px;color:var(--m)}.mobile-admin-order-card .status{font-size:8.5px;white-space:nowrap}.mobile-order-select{margin-top:3px}.mobile-order-customer{display:flex;align-items:center;gap:10px;padding:11px 0}.customer-avatar{display:grid;place-items:center;width:37px;height:37px;border-radius:12px;background:color-mix(in srgb,var(--b) 11%,#fff);color:var(--b);font-size:14px;font-weight:950}.mobile-order-customer>div{display:grid;gap:2px}.mobile-order-customer b{font-size:12px}.mobile-order-customer small{font-size:9px;color:var(--m)}.mobile-order-info{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mobile-order-info>div{display:grid;gap:2px;padding:9px 10px;border-radius:11px;background:#f7f9fb}.mobile-order-info small{font-size:8.5px;color:var(--m);font-weight:800}.mobile-order-info b{font-size:10.5px}.late-text{color:#c54848!important}.mobile-order-address{margin-top:9px;padding:9px 10px;border-radius:11px;background:color-mix(in srgb,var(--b) 5%,#fff);color:#5e6876;font-size:9.5px;line-height:1.4}.mobile-admin-order-card>footer{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:10px}.mobile-order-contact,.mobile-order-actions{display:flex;align-items:center;gap:6px}.mobile-order-contact a,.mobile-order-actions>a,.mobile-order-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 9px;border:0;border-radius:9px;background:#eef4fb;color:#245f9e;font-size:9px;font-weight:900}.mobile-order-actions button{background:var(--b);color:#fff}.orders-pagination{justify-content:space-between;gap:6px;margin-top:14px}.orders-pagination>div{max-width:52vw;overflow-x:auto}.orders-pagination a{min-width:33px;height:34px;padding:0 8px}.orders-page-note{font-size:9px}.orders-empty-state{min-height:230px;background:var(--surface);border:1px solid var(--l);border-radius:17px}.status-card-delivered{border-left:4px solid #34a35f}.status-card-cancelled{border-left:4px solid #d9534f;opacity:.82}}

/* Admin sipariş tablosu - geçerli tablo DOM'u ve sabit sütun hizası */
@media(min-width:761px){
  .orders-responsive-panel{overflow:hidden!important}
  .orders-desktop-table{display:block!important;width:100%;overflow-x:auto!important}
  .orders-desktop-table table{display:table!important;width:100%!important;min-width:980px!important;table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important}
  .orders-desktop-table col.col-select{width:4%}
  .orders-desktop-table col.col-order{width:15%}
  .orders-desktop-table col.col-customer{width:17%}
  .orders-desktop-table col.col-status{width:11%}
  .orders-desktop-table col.col-payment{width:11%}
  .orders-desktop-table col.col-delivery{width:14%}
  .orders-desktop-table col.col-amount{width:9%}
  .orders-desktop-table col.col-time{width:9%}
  .orders-desktop-table col.col-actions{width:10%}
  .orders-desktop-table thead{display:table-header-group!important}
  .orders-desktop-table tbody{display:table-row-group!important}
  .orders-desktop-table tr{display:table-row!important}
  .orders-desktop-table th,.orders-desktop-table td{display:table-cell!important;width:auto!important;max-width:none!important;white-space:normal!important;overflow-wrap:anywhere}
  .orders-desktop-table th{vertical-align:middle!important}
  .orders-desktop-table td{vertical-align:middle!important}
  .orders-desktop-table .status{white-space:nowrap!important}
  .orders-desktop-table .amount-cell,.orders-desktop-table .time-col,.orders-desktop-table .amount-col{white-space:nowrap!important}
  .orders-desktop-table .order-row-actions{flex-wrap:wrap;justify-content:flex-start}
}

/* Admin sipariş listesi - masaüstünde tablo yerine bağımsız grid */
@media(min-width:761px){
  .orders-desktop-table{display:none!important}
  .orders-desktop-grid{display:block;width:100%;overflow-x:auto;background:var(--surface)}
  .orders-grid-header,.orders-grid-row{display:grid;grid-template-columns:42px minmax(145px,1.15fr) minmax(155px,1.25fr) minmax(105px,.85fr) minmax(105px,.85fr) minmax(135px,1.05fr) minmax(90px,.7fr) minmax(95px,.72fr) minmax(145px,1.05fr);align-items:center;min-width:1120px}
  .orders-desktop-grid:not(:has(.grid-select)) .orders-grid-header,.orders-desktop-grid:not(:has(.grid-select)) .orders-grid-row{grid-template-columns:minmax(145px,1.15fr) minmax(155px,1.25fr) minmax(105px,.85fr) minmax(105px,.85fr) minmax(135px,1.05fr) minmax(90px,.7fr) minmax(95px,.72fr) minmax(145px,1.05fr)}
  .orders-grid-header{position:sticky;top:0;z-index:2;background:#f7f9fb;border-bottom:1px solid var(--l)}
  .orders-grid-row{border-bottom:1px solid #edf0f4;background:#fff}
  .orders-grid-row:last-child{border-bottom:0}
  .orders-grid-row:hover{background:#fbfcfd}
  .orders-grid-cell{min-width:0;padding:13px 12px;font-size:11px;line-height:1.35;overflow-wrap:anywhere}
  .orders-grid-header .orders-grid-cell{color:#647083;font-size:10px;font-weight:900;letter-spacing:.03em}
  .orders-grid-cell.grid-select{display:flex;justify-content:center;padding-left:8px;padding-right:8px}
  .orders-grid-cell.grid-order,.orders-grid-cell.grid-customer{display:flex;flex-direction:column;align-items:flex-start}
  .orders-grid-cell.amount-cell{white-space:nowrap}
  .orders-grid-cell.grid-actions{display:flex;justify-content:flex-start}
  .orders-grid-cell .status,.orders-grid-cell .delivered-time,.orders-grid-cell .order-elapsed{white-space:nowrap}
  .order-row-actions{justify-content:flex-start;flex-wrap:wrap}
}
@media(max-width:760px){.orders-desktop-grid{display:none!important}}

/* Premium mobil ürün detay sayfası */
.product-detail-mobile-head{display:none}.product-detail-tabs{display:flex;gap:10px;margin:24px 0 18px;border-bottom:1px solid var(--l);overflow-x:auto;scrollbar-width:none}.product-detail-tabs::-webkit-scrollbar{display:none}.product-detail-tabs button{appearance:none;border:0;background:none;padding:15px 6px 13px;color:var(--m);font-weight:800;white-space:nowrap;border-bottom:3px solid transparent;cursor:pointer}.product-detail-tabs button.active{color:var(--b);border-bottom-color:var(--b)}.product-detail-panel{display:none}.product-detail-panel.active{display:block}.product-section-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 16px}.product-section-title small,.product-description-card small{color:var(--b);font-weight:900;letter-spacing:.08em}.product-section-title h2,.product-description-card h2{margin:4px 0 0}.product-section-title>span{color:var(--m);font-size:13px}.product-recommendation-rail{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));gap:14px}.product-mini-card{position:relative;min-width:0;background:var(--surface);border:1px solid var(--l);border-radius:18px;padding:12px;box-shadow:0 8px 25px rgba(15,23,42,.05)}.product-mini-card>a{display:block;color:inherit;text-decoration:none}.product-mini-image{height:145px;display:grid;place-items:center;position:relative;background:#fff;border-radius:14px;margin-bottom:10px}.product-mini-image img{width:100%;height:130px;object-fit:contain}.product-mini-image em{position:absolute;left:7px;top:7px;background:var(--b);color:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:800}.product-mini-card strong{display:block;color:var(--b);font-size:18px}.product-mini-card h3{font-size:15px;line-height:1.3;margin:5px 36px 4px 0;min-height:39px}.product-mini-card small{color:var(--m)}.product-mini-card>button{position:absolute;right:11px;bottom:12px;width:34px;height:34px;border:0;border-radius:11px;background:var(--b);color:#fff;font-size:23px;font-weight:800;cursor:pointer}.product-mini-card>button:disabled{opacity:.4}.product-description-card{display:grid;grid-template-columns:54px 1fr;gap:17px;background:var(--surface);border:1px solid var(--l);border-radius:20px;padding:22px}.product-description-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:color-mix(in srgb,var(--b) 12%,white);color:var(--b);font-size:25px;font-weight:900}.product-description-card p{line-height:1.75;color:#475569}.product-description-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 0}.product-description-card dl div{background:var(--bg);border-radius:13px;padding:12px}.product-description-card dt{font-size:11px;color:var(--m);font-weight:800;text-transform:uppercase}.product-description-card dd{margin:4px 0 0;font-weight:800}.product-detail-panels{min-height:240px}
@media(max-width:800px){.product-detail-premium{padding:0 0 112px!important;max-width:none}.product-detail-premium .product-detail-mobile-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;position:sticky;top:0;z-index:20;background:var(--b);color:#fff;padding:10px 14px}.product-detail-mobile-head strong{text-align:center;font-size:18px}.product-detail-mobile-head a,.product-detail-mobile-head button{width:40px;height:40px;border:0;border-radius:13px;background:rgba(255,255,255,.14);color:#fff;display:grid;place-items:center;font-size:28px;text-decoration:none;cursor:pointer}.product-detail-mobile-head button{font-size:20px}.product-detail-premium .product-detail-grid{display:block;border:0;border-radius:0;padding:0;background:#fff;box-shadow:none}.product-detail-premium .product-gallery-view{padding:20px 18px 0}.product-detail-premium .product-detail-image{min-height:300px;background:#fff}.product-detail-premium .product-detail-image img{height:285px}.product-detail-premium .product-gallery-thumbs{justify-content:center}.product-detail-premium .product-detail-info{align-items:center;text-align:center;padding:8px 20px 18px}.product-detail-premium .breadcrumb{display:none}.product-detail-premium .product-detail-info h1{font-size:24px;line-height:1.22;margin:7px 0 4px;order:3}.product-detail-premium .detail-unit{order:4;margin:0;color:var(--m);font-size:17px}.product-detail-premium .seller-name{order:5}.product-detail-premium .product-variant-picker{order:6;width:100%;text-align:left;margin-top:15px}.product-detail-premium #detail-compare-price{order:1}.product-detail-premium .detail-price{order:2;font-size:31px;margin:3px 0;color:var(--b)}.product-detail-premium .stock-state{order:7;margin:13px 0 0}.product-detail-premium .detail-actions{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:1px solid var(--l);padding:12px 16px calc(12px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 50px;gap:10px;box-shadow:0 -8px 28px rgba(15,23,42,.12)}.product-detail-premium .detail-add{min-height:52px;border-radius:15px;font-size:17px}.product-detail-premium .detail-favorite{width:50px;height:52px;padding:0;border-radius:15px;font-size:22px}.product-detail-tabs{position:sticky;top:60px;z-index:15;background:#fff;margin:0;border-top:1px solid var(--l);padding:0 14px;gap:24px}.product-detail-tabs button{padding:16px 0 13px;font-size:14px}.product-detail-panels{padding:20px 14px;background:var(--bg)}.product-section-title h2,.product-description-card h2{font-size:20px}.product-recommendation-rail{display:flex;overflow-x:auto;gap:12px;padding:2px 2px 10px;scroll-snap-type:x proximity;scrollbar-width:none}.product-recommendation-rail::-webkit-scrollbar{display:none}.product-mini-card{flex:0 0 158px;scroll-snap-align:start;padding:10px;border-radius:17px}.product-mini-image{height:132px}.product-mini-image img{height:118px}.product-mini-card strong{font-size:17px}.product-mini-card h3{font-size:14px;min-height:37px}.product-description-card{grid-template-columns:1fr;padding:18px;border-radius:18px}.product-description-icon{width:46px;height:46px}.product-description-card dl{grid-template-columns:1fr}.product-description-card dl div{display:flex;justify-content:space-between;align-items:center}.product-description-card dd{margin:0}.product-detail-premium~.mobile-bottom-nav{display:none!important}}


/* V3.434 — Mobil ürün detayında bağımsız tam ekran başlık */
@media(max-width:800px){
  body.product-detail-page>.announcement-bar,
  body.product-detail-page>.site-header,
  body.product-detail-page>.category-navigation,
  body.product-detail-page>.mobile-search-panel{
    display:none!important;
  }
  body.product-detail-page>main{
    padding-top:0!important;
    margin-top:0!important;
  }
  body.product-detail-page .product-detail-premium{
    margin-top:0!important;
  }
  body.product-detail-page .product-detail-mobile-head{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:360!important;
    min-height:62px;
    padding:10px 14px calc(10px + env(safe-area-inset-top))!important;
    background:color-mix(in srgb,var(--b) 96%,#061b2d)!important;
    box-shadow:0 7px 22px rgba(15,23,42,.16);
  }
  body.product-detail-page .product-detail-grid{
    padding-top:calc(62px + env(safe-area-inset-top))!important;
  }
  body.product-detail-page .product-detail-tabs{
    top:calc(62px + env(safe-area-inset-top))!important;
  }
}

/* Ürün detay önerileri: yatay kaydırma yerine kompakt 2 sıralı grid */
.product-recommendation-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.product-compact-card{position:relative;min-width:0;background:var(--surface);border:1px solid var(--l);border-radius:16px;padding:9px;overflow:visible;box-shadow:0 5px 16px rgba(15,23,42,.045)}
.product-compact-card>a{display:block;color:inherit;text-decoration:none;min-width:0}
.product-compact-image{position:relative;height:112px;display:grid;place-items:center;background:#fff;border-radius:12px;margin-bottom:7px;overflow:hidden}
.product-compact-image img{width:100%;height:100px;object-fit:contain}
.product-compact-image em{position:absolute;left:5px;bottom:5px;z-index:1;background:var(--b);color:#fff;border-radius:999px;padding:3px 6px;font-size:8px;font-style:normal;font-weight:800}
.product-compact-card>a>strong{display:block;color:var(--b);font-size:15px;line-height:1.15;margin-top:2px}
.product-compact-card h3{font-size:12px;line-height:1.25;margin:5px 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:30px}
.product-compact-card>a>small{display:block;color:var(--m);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-compact-card .product-card-cart-control{top:6px;right:6px}
.product-compact-card .product-card-cart-control .product-card-add{width:31px;height:31px;border-radius:10px;font-size:21px}
.product-compact-card .product-card-stepper{width:31px;grid-template-rows:27px 21px 27px;border-radius:11px}
.product-compact-card .product-stepper-button{font-size:17px}
.product-compact-card .product-card-stepper strong{font-size:10px}
@media(max-width:800px){
 .product-recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
 .product-compact-card{padding:7px;border-radius:13px}
 .product-compact-image{height:92px;border-radius:10px;margin-bottom:6px}
 .product-compact-image img{height:82px}
 .product-compact-card>a>strong{font-size:13px}
 .product-compact-card h3{font-size:11px;min-height:28px;margin-right:0}
 .product-compact-card>a>small{font-size:10px}
 .product-detail-panels{padding-left:10px;padding-right:10px}
}
@media(max-width:360px){.product-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Ürün detay öneri kartları: sıkı yerleşim ve gramajsız görünüm */
.product-compact-card{padding:6px!important}
.product-compact-card>a{display:flex!important;flex-direction:column!important;gap:0!important}
.product-compact-image{height:88px!important;margin:0 0 3px!important;border-radius:9px!important}
.product-compact-image img{height:80px!important}
.product-compact-card>a>strong{font-size:13px!important;line-height:1.1!important;margin:0 0 2px!important}
.product-compact-card h3{font-size:11px!important;line-height:1.18!important;margin:0!important;min-height:26px!important;-webkit-line-clamp:2!important}
.product-compact-card>a>small{display:none!important}
.product-recommendation-grid{align-items:stretch}
@media(max-width:800px){
 .product-recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
 .product-compact-card{border-radius:11px!important}
 .product-detail-panels{padding-left:8px!important;padding-right:8px!important}
}
@media(max-width:340px){.product-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* Ürün detay öneri kartları: içerik bittiği yerde kart da bitsin */
.product-recommendation-grid{align-items:start!important}
.product-compact-card{height:max-content!important;min-height:0!important;align-self:start!important}
.product-compact-card>a{height:auto!important;min-height:0!important}
.product-compact-card h3{min-height:0!important;height:auto!important;padding-bottom:0!important}

/* Ürün detay öneri kartları: satır bazında eşit ve kompakt yükseklik */
.product-recommendation-grid{align-items:stretch!important}
.product-compact-card{height:100%!important;min-height:0!important;align-self:stretch!important}
.product-compact-card>a{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important}
.product-compact-card h3{
  height:26px!important;
  min-height:26px!important;
  max-height:26px!important;
  margin:0!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}


/* V3.440 — Ürün detay başlığının altında aktif alt kategori menüsü */
.product-detail-category-strip{display:none}
@media(max-width:800px){
  body.product-detail-page .product-detail-category-strip{
    display:flex;align-items:center;gap:9px;position:fixed;
    top:calc(62px + env(safe-area-inset-top));left:0;right:0;z-index:350;
    overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;
    white-space:nowrap;padding:9px 12px;background:var(--surface);
    border-bottom:1px solid var(--l);box-shadow:0 5px 14px rgba(15,23,42,.07);
    scroll-padding-inline:42vw;
  }
  body.product-detail-page .product-detail-category-strip::-webkit-scrollbar{display:none}
  body.product-detail-page .product-detail-category-strip a{
    flex:0 0 auto;padding:9px 15px;border-radius:13px;text-decoration:none;
    background:var(--surface);color:var(--text);border:1px solid color-mix(in srgb,var(--b) 18%,var(--l));
    font-size:12px;font-weight:800;box-shadow:0 2px 7px rgba(10,42,62,.04);
  }
  body.product-detail-page .product-detail-category-strip a.child-category-chip{
    background:color-mix(in srgb,var(--surface) 84%,#eef3f5);border-style:dashed;
  }
  body.product-detail-page .product-detail-category-strip a.active{
    color:#fff;background:var(--b);border-color:var(--b);border-style:solid;
    box-shadow:0 5px 13px color-mix(in srgb,var(--b) 28%,transparent);
  }
  body.product-detail-page .product-detail-category-strip+.product-detail-grid{
    padding-top:calc(112px + env(safe-area-inset-top))!important;
  }
  body.product-detail-page .product-detail-tabs{top:calc(112px + env(safe-area-inset-top))!important}
}

/* V3.441 — Profil kartını üst kategori menüsüne sıfır boşlukla bağla */
body:has(.profile-page) main{
  padding-top:0!important;
}
body:has(.profile-page) .profile-page{
  margin-top:0!important;
  padding-top:0!important;
}
body:has(.profile-page) .profile-theme-shell{
  margin-top:0!important;
}
@media(min-width:701px){
  body:has(.profile-page) .profile-page{
    margin-top:0!important;
  }
}

/* Customer notifications premium UI */
.customer-notifications-page{max-width:920px;padding-top:18px}
.customer-notification-premium-head{position:relative;overflow:hidden;padding:24px;border-radius:26px;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 72%,#153b4c));color:#fff;box-shadow:0 18px 44px color-mix(in srgb,var(--primary) 24%,transparent);margin-bottom:16px}
.customer-notification-premium-head:after{content:"";position:absolute;width:190px;height:190px;border:34px solid rgba(255,255,255,.07);border-radius:50%;right:-75px;top:-92px;pointer-events:none}
.customer-notification-topline{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.customer-notification-back{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:15px;background:rgba(255,255,255,.16);color:#fff;text-decoration:none;font-size:30px;line-height:1}.customer-notification-title{min-width:0}.customer-notification-title small{font-size:10px;font-weight:900;letter-spacing:.16em;opacity:.78}.customer-notification-title h1{margin:2px 0 4px;font-size:28px;color:#fff}.customer-notification-title p{margin:0;max-width:560px;font-size:13px;line-height:1.45;color:rgba(255,255,255,.78)}.customer-notification-bell{position:relative;margin-left:auto;display:grid;place-items:center;width:48px;height:48px;border-radius:17px;background:rgba(255,255,255,.16);font-size:24px}.customer-notification-bell b{position:absolute;right:-3px;top:-5px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid var(--primary);border-radius:12px;background:#ff4d61;color:#fff;font-size:10px}
.customer-notification-summary{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.customer-notification-summary>div{display:grid;gap:1px;padding:13px 14px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px)}.customer-notification-summary span{font-size:10px;font-weight:800;color:rgba(255,255,255,.72)}.customer-notification-summary strong{font-size:20px;color:#fff}.customer-notification-summary small{font-size:10px;color:rgba(255,255,255,.68)}.customer-notification-read-all{position:relative;z-index:1;margin-top:13px}.customer-notification-read-all button{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#fff;color:var(--primary);font-weight:900;cursor:pointer}.customer-notification-read-all button span{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:color-mix(in srgb,var(--primary) 12%,#fff)}
.customer-notification-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 12px;scrollbar-width:none}.customer-notification-filters::-webkit-scrollbar{display:none}.customer-notification-filters button{flex:0 0 auto;display:flex;align-items:center;gap:7px;min-height:40px;padding:0 15px;border:1px solid #dce7e9;border-radius:14px;background:#fff;color:#52636c;font-weight:800;cursor:pointer}.customer-notification-filters button b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#eef4f5;font-size:10px}.customer-notification-filters button.is-active{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 20%,transparent)}.customer-notification-filters button.is-active b{background:rgba(255,255,255,.2);color:#fff}
.customer-notification-groups{display:grid;gap:18px}.customer-notification-group-title{display:flex;align-items:center;justify-content:space-between;margin:0 3px 8px}.customer-notification-group-title h2{margin:0;font-size:15px;color:#25343c}.customer-notification-group-title span{font-size:11px;color:#849198}.customer-notification-list{display:grid;gap:9px}.customer-notification-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 12px;border:1px solid #e3ecee;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.045);position:relative;transition:.18s ease}.customer-notification-item:hover{transform:translateY(-1px);box-shadow:0 11px 25px rgba(15,23,42,.07)}.customer-notification-item.is-unread{border-color:color-mix(in srgb,var(--primary) 34%,#e3ecee);background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 6%,#fff),#fff 58%)}.customer-notification-item.is-unread:before{content:"";position:absolute;left:-4px;top:50%;width:8px;height:24px;border-radius:0 8px 8px 0;background:var(--primary);transform:translateY(-50%)}.customer-notification-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:color-mix(in srgb,var(--primary) 10%,#fff);color:var(--primary);font-size:19px;font-weight:900}.customer-notification-item.type-coupon .customer-notification-icon,.customer-notification-item.type-campaign .customer-notification-icon,.customer-notification-item.type-offer .customer-notification-icon{background:#fff4d9;color:#a46b00}.customer-notification-item.type-success .customer-notification-icon{background:#e6f8ed;color:#16844c}.customer-notification-item.type-warning .customer-notification-icon{background:#ffebea;color:#c63d36}.customer-notification-item>a{min-width:0;color:inherit;text-decoration:none}.customer-notification-item-top{display:flex;align-items:center;gap:7px}.customer-notification-item h3{margin:0;font-size:14px;line-height:1.3;color:#152832}.customer-notification-item-top em{flex:0 0 auto;padding:3px 7px;border-radius:8px;background:var(--primary);color:#fff;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.06em}.customer-notification-item p{margin:4px 0 6px;color:#5f6e76;font-size:12px;line-height:1.45}.customer-notification-item time{font-size:10px;color:#8a989f}.customer-notification-actions{display:flex;align-items:center;gap:5px}.customer-notification-actions>a,.customer-notification-actions button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:11px;background:#eef4f5;color:#52666e;text-decoration:none;font-size:21px;font-weight:900;cursor:pointer}.customer-notification-actions button{font-size:13px;color:var(--primary)}.customer-notification-filter-empty{text-align:center;padding:38px 20px;border:1px dashed #d7e3e5;border-radius:20px;background:#fff}.customer-notification-filter-empty span{font-size:30px;color:var(--primary)}.customer-notification-filter-empty h2{margin:8px 0 5px;font-size:18px}.customer-notification-filter-empty p{margin:0;color:#718087;font-size:12px}.customer-notification-empty.premium-empty{padding:54px 24px;border-radius:24px}.customer-notification-empty.premium-empty a{display:inline-flex;margin-top:18px;padding:11px 18px;border-radius:13px;background:var(--primary);color:#fff;text-decoration:none;font-weight:900}
@media(max-width:720px){.customer-notifications-page{padding:10px 10px 96px}.customer-notification-premium-head{margin:0 -10px 13px;padding:17px 14px 16px;border-radius:0 0 25px 25px}.customer-notification-back{width:39px;height:39px;flex-basis:39px;border-radius:13px;font-size:27px}.customer-notification-title h1{font-size:23px}.customer-notification-title p{font-size:11px}.customer-notification-bell{width:42px;height:42px;border-radius:14px;font-size:21px}.customer-notification-summary{gap:7px;margin-top:15px}.customer-notification-summary>div{padding:10px 8px;border-radius:14px}.customer-notification-summary strong{font-size:17px}.customer-notification-summary small{font-size:9px}.customer-notification-read-all button{min-height:39px;font-size:11px}.customer-notification-filters{margin:0 -2px;padding-bottom:10px}.customer-notification-filters button{min-height:37px;padding:0 13px;border-radius:13px;font-size:11px}.customer-notification-groups{gap:15px}.customer-notification-item{grid-template-columns:42px minmax(0,1fr) auto;gap:9px;padding:11px 9px;border-radius:16px}.customer-notification-icon{width:40px;height:40px;border-radius:13px;font-size:17px}.customer-notification-item h3{font-size:13px}.customer-notification-item p{margin:3px 0 5px;font-size:11px}.customer-notification-actions>a,.customer-notification-actions button{width:29px;height:29px;border-radius:10px}.customer-notification-actions{gap:3px}.customer-notification-group-title{margin-bottom:7px}}

/* Customer notifications compact premium redesign */
.customer-notifications-page{max-width:920px;padding-top:12px}
.customer-notification-premium-head{position:relative;overflow:hidden;margin-bottom:14px;padding:18px 20px;border-radius:24px;background:linear-gradient(135deg,#007b83 0%,#00646d 100%)!important;color:#fff!important;box-shadow:0 14px 32px rgba(0,101,110,.22)}
.customer-notification-premium-head:after{width:150px;height:150px;right:-65px;top:-82px;border-width:26px;opacity:.9}
.customer-notification-topline{gap:12px}
.customer-notification-back{width:40px;height:40px;flex-basis:40px;border-radius:13px;background:rgba(255,255,255,.16)!important;color:#fff!important;font-size:28px}
.customer-notification-title small{color:rgba(255,255,255,.72)!important;font-size:9px}
.customer-notification-title h1{margin:1px 0 2px!important;color:#fff!important;font-size:24px!important;line-height:1.15}
.customer-notification-title p{margin:0!important;color:rgba(255,255,255,.82)!important;font-size:11px!important}
.customer-notification-bell{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.16)!important;color:#fff!important;font-size:21px}
.customer-notification-bell b{border-color:#006b73!important}
.customer-notification-summary{display:none!important}
.customer-notification-compact-summary{position:relative;z-index:1;display:flex;align-items:center;gap:8px;margin-top:13px;min-width:0}
.customer-notification-compact-summary>span{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 10px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.10);color:rgba(255,255,255,.9);font-size:10px;font-weight:700;white-space:nowrap}
.customer-notification-compact-summary>span b{font-size:13px;color:#fff}
.customer-notification-compact-summary>span i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.5)}
.customer-notification-compact-summary>span.has-unread i{background:#ffcf45;box-shadow:0 0 0 4px rgba(255,207,69,.13)}
.customer-notification-read-all{margin:0 0 0 auto!important}
.customer-notification-read-all button{width:auto!important;min-height:32px!important;padding:0 11px!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:11px!important;background:#fff!important;color:#00737b!important;font-size:10px!important;white-space:nowrap}
.customer-notification-read-all button span{width:18px!important;height:18px!important}
.customer-notification-filters{padding:1px 0 10px}
.customer-notification-filters button{min-height:37px;border-radius:12px}
.customer-notification-item{grid-template-columns:44px minmax(0,1fr) auto;padding:11px;border-radius:16px}
.customer-notification-icon{width:42px;height:42px;border-radius:13px}
@media(max-width:720px){
 .customer-notifications-page{padding:0 10px 96px!important}
 .customer-notification-premium-head{margin:0 -10px 10px!important;padding:13px 12px 12px!important;border-radius:0 0 20px 20px!important}
 .customer-notification-topline{gap:9px}
 .customer-notification-back{width:36px;height:36px;flex-basis:36px;border-radius:11px;font-size:25px}
 .customer-notification-title h1{font-size:20px!important}
 .customer-notification-title p{font-size:10px!important}
 .customer-notification-bell{width:36px;height:36px;border-radius:11px;font-size:18px}
 .customer-notification-bell b{min-width:18px;height:18px;font-size:9px}
 .customer-notification-compact-summary{gap:6px;margin-top:10px}
 .customer-notification-compact-summary>span{min-height:29px;padding:0 8px;border-radius:10px;font-size:9px}
 .customer-notification-compact-summary>span b{font-size:11px}
 .customer-notification-read-all button{min-height:29px!important;padding:0 8px!important;font-size:9px!important}
 .customer-notification-read-all button span{display:none!important}
 .customer-notification-filters{margin:0;padding-bottom:9px}
 .customer-notification-filters button{min-height:35px;padding:0 12px;font-size:10px}
 .customer-notification-item{grid-template-columns:38px minmax(0,1fr) auto;gap:8px;padding:9px 8px;border-radius:14px}
 .customer-notification-icon{width:36px;height:36px;border-radius:11px;font-size:15px}
}

/* Blog ve kurumsal sayfalar */
.content-admin-tabs{display:flex;gap:10px;margin:0 0 18px}.content-admin-tabs a{padding:11px 16px;border:1px solid #dbe5ea;border-radius:12px;background:#fff;font-weight:800}.content-admin-tabs a.active{background:var(--b);color:#fff;border-color:var(--b)}
.content-admin-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start}.content-editor-form textarea[name=content]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.55;min-height:420px}.content-admin-list{display:grid;gap:10px}.content-admin-list article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e3ebef;border-radius:14px;background:#fff}.content-admin-list article>div:first-child{display:grid;gap:5px;min-width:0}.content-admin-list article small{color:var(--m);overflow-wrap:anywhere}.content-admin-list article>div:last-child{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.content-admin-list form{margin:0}
.corporate-content-page,.content-list-page{max-width:1040px;margin:28px auto 80px}.corporate-content-hero,.content-page-hero{position:relative;overflow:hidden;padding:42px 46px;border-radius:28px;background:linear-gradient(135deg,var(--bd),var(--b));color:#fff;box-shadow:0 20px 50px rgba(0,80,90,.16)}.corporate-content-hero:after,.content-page-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-70px;top:-90px;background:rgba(255,255,255,.1)}.corporate-content-hero>a{display:inline-flex;margin-bottom:28px;color:#fff;font-weight:800}.corporate-content-hero small,.content-page-hero small{display:block;font-weight:900;letter-spacing:.14em;opacity:.8}.corporate-content-hero h1,.content-page-hero h1{position:relative;margin:8px 0 10px;font-size:clamp(30px,5vw,48px);line-height:1.08;max-width:760px}.corporate-content-hero p,.content-page-hero p{position:relative;margin:0;max-width:720px;font-size:17px;line-height:1.65;color:rgba(255,255,255,.86)}.corporate-content-hero time{display:inline-block;margin-top:16px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.14)}
.corporate-content-body{margin-top:18px;padding:38px 44px;border:1px solid #e1eaee;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(20,50,60,.07);font-size:16px;line-height:1.8;color:var(--text)}.corporate-content-body h2{margin:30px 0 10px;font-size:24px;color:var(--bd)}.corporate-content-body h2:first-child{margin-top:0}.corporate-content-body h3{margin:24px 0 8px}.corporate-content-body p{margin:0 0 15px}.corporate-content-body ul,.corporate-content-body ol{margin:8px 0 20px;padding-left:24px}.corporate-content-body li{margin:7px 0}.corporate-content-body blockquote{margin:20px 0;padding:16px 20px;border-left:4px solid var(--b);background:#f1f8f8;border-radius:0 12px 12px 0}.corporate-content-body a{color:var(--b);font-weight:800;text-decoration:underline}
.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.blog-card{display:flex;min-height:230px;flex-direction:column;padding:24px;border:1px solid #dfe9ed;border-radius:20px;background:#fff;box-shadow:0 9px 26px rgba(20,50,60,.06);transition:.2s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(20,50,60,.11)}.blog-card small{color:var(--m);font-weight:700}.blog-card h2{margin:16px 0 10px;font-size:22px;color:var(--text)}.blog-card p{margin:0 0 20px;color:var(--m);line-height:1.6}.blog-card b{margin-top:auto;color:var(--b)}
@media(max-width:1100px){.content-admin-grid{grid-template-columns:1fr}.blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-footer-main{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.corporate-content-page,.content-list-page{margin:0 auto 90px;padding:0}.corporate-content-hero,.content-page-hero{border-radius:0;padding:28px 20px}.corporate-content-hero h1,.content-page-hero h1{font-size:30px}.corporate-content-hero p,.content-page-hero p{font-size:14px}.corporate-content-body{margin:0;padding:24px 20px;border-width:0;border-radius:0;box-shadow:none}.corporate-content-body h2{font-size:21px}.blog-card-grid{grid-template-columns:1fr;padding:0 14px}.blog-card{min-height:190px}.content-admin-list article{align-items:flex-start;flex-direction:column}.content-admin-tabs{overflow-x:auto}.content-admin-tabs a{white-space:nowrap}}

/* Mobil Bildirimler: sabit ve hizalı tablo düzeni */
.mobile-push-table-panel{max-width:100%;overflow:hidden}
.mobile-push-table-panel>.admin-head{margin-bottom:12px}
.mobile-push-table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border:1px solid var(--l);border-radius:12px;background:#fff}
.mobile-push-table-scroll table{width:100%;border-collapse:collapse;table-layout:fixed;margin:0}
.mobile-push-table-scroll th,.mobile-push-table-scroll td{box-sizing:border-box;vertical-align:top;padding:12px 10px;line-height:1.35;overflow-wrap:anywhere;word-break:normal}
.mobile-push-table-scroll th{white-space:normal;font-weight:800;background:#f7f9fc;color:#263746;border-bottom:1px solid var(--l)}
.mobile-push-table-scroll td{background:#fff}
.mobile-push-table-scroll tbody tr:last-child td{border-bottom:0}
.mobile-push-table-scroll small{display:inline-block;max-width:100%;overflow-wrap:anywhere}
.mobile-push-table-scroll code{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}
.mobile-push-table-scroll form{margin:0}
.mobile-push-table-scroll button{white-space:nowrap;padding:8px 10px;font-size:12px}
.mobile-device-table{min-width:1120px}
.mobile-device-table .col-customer{width:15%}
.mobile-device-table .col-contact{width:17%}
.mobile-device-table .col-device{width:13%}
.mobile-device-table .col-app{width:7%}
.mobile-device-table .col-token{width:12%}
.mobile-device-table .col-seen{width:11%}
.mobile-device-table .col-created{width:11%}
.mobile-device-table .col-status{width:7%}
.mobile-device-table .col-action{width:7%}
.mobile-device-table td:nth-child(4),.mobile-device-table td:nth-child(6),.mobile-device-table td:nth-child(7),.mobile-device-table td:nth-child(8),.mobile-device-table td:nth-child(9){white-space:nowrap}
.mobile-push-log-table{min-width:850px}
.mobile-push-log-table .col-date{width:15%}
.mobile-push-log-table .col-message{width:47%}
.mobile-push-log-table .col-target{width:17%}
.mobile-push-log-table .col-count{width:7%}
.mobile-push-log-table th:nth-child(n+4),.mobile-push-log-table td:nth-child(n+4){text-align:center;white-space:nowrap}
.mobile-push-log-table td:nth-child(1){white-space:nowrap}
.mobile-push-log-table td:nth-child(2) b,.mobile-push-log-table td:nth-child(2) small{display:block}
.mobile-push-log-table td:nth-child(2) small{margin-top:3px;white-space:normal}
@media(max-width:700px){
  .admin-main .mobile-push-table-panel{padding:15px;background:var(--surface);border:1px solid var(--l);box-shadow:0 7px 20px rgba(15,55,100,.06);overflow:hidden}
  .mobile-push-table-scroll{overflow-x:auto}
  .mobile-device-table{min-width:1080px}
  .mobile-push-log-table{min-width:820px}
}

/* TamamGelsin admin toggle stability fix - 2026-07-27
   Hidden checkbox controls must never inherit full-width form input sizing or create horizontal focus scrolling. */
.admin-main,
.admin-main > *,
.admin-grid,
.admin-grid > *,
.admin-main .panel,
.admin-main .form,
.admin-main .two,
.admin-main .two > * {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

body.admin-panel-body,
.admin-main {
  overflow-x: clip;
}

.switch-control,
.security-switch,
.support-main-switch {
  position: relative;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.switch-control > input[type="checkbox"],
.security-switch > input[type="checkbox"],
.support-main-switch > input[type="checkbox"] {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.switch-control > b,
.security-switch > b,
.security-switch > small,
.support-main-switch > b {
  min-width: 0;
  overflow-wrap: anywhere;
}

.switch-control > input[type="checkbox"]:focus-visible + span,
.security-switch > input[type="checkbox"]:focus-visible + span,
.support-main-switch > input[type="checkbox"]:focus-visible + span {
  outline: 3px solid color-mix(in srgb, var(--b) 28%, transparent);
  outline-offset: 3px;
}

@supports not (overflow: clip) {
  body.admin-panel-body,
  .admin-main { overflow-x: hidden; }
}


/* V6.0 Kurumsal Merkez */
.v60-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.v60-module-grid article{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid #dfe9ec;border-radius:14px;padding:14px;background:#fff;min-width:0}
.v60-module-grid article b{display:block;color:#102d32}.v60-module-grid article p{margin:5px 0 0;color:#657b80;font-size:13px}.v60-module-grid .status{white-space:nowrap}
.health-mini-list{display:grid;gap:8px;margin-top:14px}.health-mini-list>div{display:grid;grid-template-columns:90px auto 1fr;gap:10px;align-items:center;border-top:1px solid #edf2f3;padding-top:9px}.health-mini-list small{color:#687f84}
.admin-global-search{display:flex;gap:10px}.admin-global-search input{flex:1;min-width:0}.search-results-grid{align-items:start}.search-result{display:flex;flex-direction:column;gap:4px;padding:11px 0;border-bottom:1px solid #edf2f3;color:inherit;text-decoration:none}.search-result:last-child{border-bottom:0}.search-result:hover b{color:var(--primary,#078997)}.search-result small{color:#6b8085}
.order-timeline{position:relative;display:grid;gap:0}.order-timeline article{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;padding-bottom:18px}.order-timeline article>span{width:12px;height:12px;border-radius:50%;background:var(--primary,#078997);margin-top:4px;box-shadow:0 0 0 4px rgba(7,137,151,.12)}.order-timeline article:not(:last-child):before{content:"";position:absolute;left:5px;top:18px;bottom:0;width:2px;background:#dce9eb}.order-timeline p{margin:4px 0;color:#526a70}.order-timeline small{color:#819398}
@media(max-width:760px){.v60-module-grid{grid-template-columns:1fr}.admin-global-search{flex-direction:column}.health-mini-list>div{grid-template-columns:75px auto}.health-mini-list small{grid-column:1/-1}.search-results-grid{grid-template-columns:1fr}}

/* V6.1 — Profesyonel blog, kurumsal sayfa ve içerik editörü */
.content-editor-label>span{display:block;font-weight:800;margin-bottom:4px}.content-editor-label>small{display:block;margin-bottom:10px;color:var(--m)}
.content-editor{overflow:hidden;border:1px solid #d8e4e8;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(17,55,65,.05)}
.content-editor:focus-within{border-color:var(--b);box-shadow:0 0 0 3px color-mix(in srgb,var(--b) 13%,transparent),0 12px 28px rgba(17,55,65,.08)}
.content-editor-toolbar{position:sticky;top:0;z-index:3;display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:10px;border-bottom:1px solid #e4ecef;background:#f8fbfc}
.content-editor-toolbar>span{width:1px;height:25px;background:#d9e3e7;margin:0 2px}.content-editor-toolbar button{min-height:34px;padding:7px 10px;border:1px solid #dce6e9;border-radius:9px;background:#fff;color:#29434a;font-size:12px;font-weight:750;cursor:pointer}.content-editor-toolbar button:hover{border-color:var(--b);color:var(--b);background:#f0f9f9}.content-editor-toolbar .content-source-toggle{margin-left:auto}
.content-editor-canvas{min-height:430px;padding:28px 30px;outline:0;font-size:16px;line-height:1.75;color:#263a40}.content-editor-canvas:empty:before{content:attr(data-placeholder);color:#9aabb0}.content-editor-canvas h2{margin:30px 0 10px;font-size:26px;color:var(--bd)}.content-editor-canvas h3{margin:24px 0 8px;font-size:20px}.content-editor-canvas p{margin:0 0 16px}.content-editor-canvas ul,.content-editor-canvas ol{margin:8px 0 20px;padding-left:26px}.content-editor-canvas blockquote{margin:20px 0;padding:15px 18px;border-left:4px solid var(--b);border-radius:0 12px 12px 0;background:#eef8f8}.content-editor textarea[data-editor-source-field]{display:none;min-height:430px;margin:0!important;border:0!important;border-radius:0!important;padding:24px!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important;line-height:1.6!important;resize:vertical}.content-editor.is-source .content-editor-canvas{display:none}.content-editor.is-source textarea[data-editor-source-field]{display:block}.content-editor-status{display:flex;justify-content:space-between;gap:12px;padding:9px 13px;border-top:1px solid #e8eef0;background:#fbfcfd;color:#819095;font-size:11px}

.corporate-content-page{max-width:1180px;margin:28px auto 90px;padding:0 20px}.corporate-content-hero{padding:52px 58px;border-radius:30px}.corporate-content-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 25%,rgba(255,255,255,.16),transparent 28%);pointer-events:none}.content-back-link{position:relative;z-index:2;align-items:center;gap:7px;text-decoration:none}.corporate-content-hero h1{font-size:clamp(34px,5.2vw,58px);max-width:900px;letter-spacing:-.035em}.corporate-content-hero p{max-width:800px;font-size:18px}.article-meta{position:relative;z-index:1;display:flex;align-items:center;gap:9px;margin-top:20px;color:rgba(255,255,255,.86);font-size:13px;font-weight:750}.article-meta time{margin:0;padding:0;background:none}.article-reading-progress{position:sticky;top:0;z-index:20;height:4px;margin-top:14px;overflow:hidden;border-radius:99px;background:#e7eff1}.article-reading-progress i{display:block;width:0;height:100%;background:var(--b);transition:width .08s linear}
.content-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:start;margin-top:18px}.corporate-content-body{margin:0;padding:46px 54px;border-radius:26px;font-size:17px;line-height:1.85}.corporate-content-body>*:first-child{margin-top:0}.corporate-content-body h2{scroll-margin-top:28px;margin:40px 0 13px;font-size:28px;line-height:1.25;letter-spacing:-.02em}.corporate-content-body h3{scroll-margin-top:28px;margin:30px 0 10px;font-size:21px;line-height:1.3}.corporate-content-body p{margin:0 0 20px;color:#334b52}.corporate-content-body strong{color:#193b42}.corporate-content-body ul,.corporate-content-body ol{margin:8px 0 24px;padding-left:27px}.corporate-content-body li{padding-left:4px;margin:9px 0}.corporate-content-body blockquote{margin:28px 0;padding:20px 24px;border-left-width:5px;border-radius:0 15px 15px 0;font-size:18px}.article-side{position:sticky;top:22px;display:grid;gap:14px}.article-toc-card,.article-shop-cta{border:1px solid #e0e9ec;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(20,50,60,.06)}.article-toc-card{padding:20px}.article-toc-card>b{display:block;margin-bottom:12px;font-size:15px}.article-toc-card nav{display:grid;gap:4px}.article-toc-card nav a{display:block;padding:8px 10px;border-radius:10px;color:#5a6f75;font-size:12px;line-height:1.4;text-decoration:none}.article-toc-card nav a:hover,.article-toc-card nav a.active{background:#edf8f8;color:var(--b);font-weight:800}.article-toc-card nav span{color:#8ca0a5;font-size:12px}.article-shop-cta{display:grid;gap:5px;padding:19px;text-decoration:none;background:linear-gradient(145deg,var(--bd),var(--b));color:#fff}.article-shop-cta span{font-size:11px;color:rgba(255,255,255,.76)}.article-shop-cta b{font-size:14px}
.blog-card-grid{gap:22px}.blog-card{position:relative;overflow:hidden;min-height:260px;padding:27px;border-radius:22px}.blog-card:before{content:"";position:absolute;right:-38px;top:-45px;width:125px;height:125px;border-radius:50%;background:color-mix(in srgb,var(--b) 9%,transparent)}.blog-card small,.blog-card h2,.blog-card p,.blog-card b{position:relative}.blog-card h2{font-size:23px;line-height:1.3;letter-spacing:-.02em}
@media(max-width:1000px){.content-article-layout{grid-template-columns:1fr}.article-side{position:static;grid-template-columns:1fr 1fr}.article-toc-card nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.content-editor-toolbar{flex-wrap:nowrap;overflow-x:auto}.content-editor-toolbar>span{flex:0 0 1px}.content-editor-toolbar button{white-space:nowrap}.content-editor-toolbar .content-source-toggle{margin-left:0}.content-editor-canvas{min-height:360px;padding:22px 18px;font-size:15px}.content-editor-status span:last-child{display:none}.corporate-content-page{margin:0 auto 92px;padding:0}.corporate-content-hero{padding:27px 20px 30px;border-radius:0 0 24px 24px}.corporate-content-hero h1{font-size:31px;line-height:1.12}.corporate-content-hero p{font-size:14px;line-height:1.6}.content-back-link{margin-bottom:22px!important;font-size:13px}.article-meta{margin-top:15px;font-size:11px}.article-reading-progress{margin:0;border-radius:0}.content-article-layout{margin:0;gap:0}.corporate-content-body{padding:28px 20px 34px;border:0;border-radius:0;box-shadow:none;font-size:16px;line-height:1.75}.corporate-content-body h2{margin-top:32px;font-size:23px}.corporate-content-body h3{font-size:19px}.corporate-content-body p{margin-bottom:17px}.article-side{grid-template-columns:1fr;padding:0 14px 24px}.article-toc-card{padding:17px}.article-toc-card nav{grid-template-columns:1fr}.blog-card-grid{gap:14px}.blog-card{min-height:210px;padding:22px}.blog-card h2{font-size:20px}}

/* V6.1.2 Blog hero ve tam genişlik yönetim ekranı */
.content-editor-panel,.content-recent-panel{margin-top:18px}.content-editor-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.content-editor-panel-head h2{margin:0 0 5px}.content-editor-form-wide{display:block}.content-fields-grid{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(260px,1fr) minmax(260px,1fr);gap:16px;align-items:start}.content-fields-grid .field-span-2{grid-column:span 2}.content-fields-grid label small{display:block;margin-top:6px;color:var(--m);font-size:11px}.content-cover-preview{display:flex;align-items:center;gap:16px;margin:15px 0;padding:13px;border:1px solid #e1eaed;border-radius:16px;background:#f8fbfc}.content-cover-preview img{width:150px;height:84px;object-fit:cover;border-radius:12px}.content-editor-full{display:block;margin-top:20px}.content-editor-full .content-editor-canvas,.content-editor-full textarea[data-editor-source-field]{min-height:610px}.content-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.content-settings-card{padding:20px;border:1px solid #e0e9ec;border-radius:18px;background:#fbfcfd}.content-settings-card h3{margin:0 0 16px}.content-save-bar{position:sticky;bottom:12px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:20px;padding:13px 15px;border:1px solid #dbe6e9;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(25,55,65,.12);backdrop-filter:blur(10px)}.content-save-bar .primary{min-width:170px}.content-admin-table article{display:grid;grid-template-columns:minmax(0,1fr) auto auto}.content-list-main{display:flex!important;align-items:center!important;gap:12px!important}.content-list-main img,.content-list-placeholder{width:62px;height:46px;flex:0 0 62px;border-radius:10px;object-fit:cover}.content-list-placeholder{display:grid;place-items:center;background:#eaf5f5;color:var(--b);font-size:19px}.content-list-status{display:grid!important;justify-items:start;gap:4px!important;min-width:120px}.content-list-status>span{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}.content-list-status .is-live{background:#e8f8ee;color:#167443}.content-list-status .is-draft{background:#fff4df;color:#966100}.content-list-actions{justify-content:flex-end}.content-list-actions .primary-link{font-weight:850;color:var(--b)}
.content-editor.is-fullscreen{position:fixed;inset:10px;z-index:10000;display:flex;flex-direction:column;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.content-editor.is-fullscreen .content-editor-canvas,.content-editor.is-fullscreen textarea[data-editor-source-field]{flex:1;min-height:0;overflow:auto}.content-editor.is-fullscreen .content-editor-toolbar{position:relative}.content-editor.is-fullscreen .content-editor-status{flex:0 0 auto}body.editor-fullscreen-open{overflow:hidden}
.article-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 18px;padding:0 4px;white-space:nowrap;overflow:hidden;color:#71848a;font-size:13px}.article-breadcrumb a{color:#49646c;text-decoration:none}.article-breadcrumb b{min-width:0;overflow:hidden;text-overflow:ellipsis;font-weight:650}.blog-detail-page .corporate-content-hero{isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;min-height:440px;padding:48px 52px 28px;border-radius:26px;background:linear-gradient(90deg,#004f58 0%,rgba(0,79,88,.95) 43%,rgba(0,79,88,.18) 100%);box-shadow:0 20px 48px rgba(0,64,70,.18)}.blog-detail-page .corporate-content-hero.has-cover{background-image:linear-gradient(90deg,#004a53 0%,rgba(0,74,83,.94) 42%,rgba(0,74,83,.1) 100%),var(--article-cover);background-size:cover;background-position:center}.blog-detail-page .corporate-content-hero.no-cover:after{width:420px;height:420px;right:-90px;top:-100px;background:radial-gradient(circle,rgba(60,207,207,.42),transparent 65%)}.article-hero-copy{position:relative;z-index:2;max-width:700px}.article-hero-copy .content-back-link{margin-bottom:36px!important;opacity:.9}.article-hero-copy>small{display:inline-flex!important;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(22,198,198,.18);color:#8ef4f2;letter-spacing:.04em!important;opacity:1!important}.blog-detail-page .article-hero-copy h1{max-width:680px;margin-top:15px;font-size:clamp(39px,5vw,63px);line-height:1.04}.article-hero-copy p{max-width:650px!important}.article-hero-features{position:relative;z-index:2;display:flex;align-items:center;gap:0;margin-top:30px;border-top:1px solid rgba(255,255,255,.28);max-width:610px}.article-hero-features>span{display:grid;gap:2px;min-width:150px;padding:20px 28px 0 0;margin-right:28px;border-right:1px solid rgba(255,255,255,.18)}.article-hero-features>span:last-child{border-right:0}.article-hero-features b{font-size:13px}.article-hero-features small{font-size:11px;letter-spacing:0!important;color:rgba(255,255,255,.72);opacity:1!important}.article-meta-card{display:grid;grid-template-columns:repeat(3,1fr);margin:14px 0 0;border:1px solid #e0eaed;border-radius:18px;background:#fff;box-shadow:0 9px 25px rgba(30,63,70,.07);overflow:hidden}.article-meta-card>span,.article-meta-card>button{display:grid;gap:3px;padding:14px 18px;text-align:left;border:0;border-right:1px solid #e8eef0;background:#fff;color:#28434a}.article-meta-card>*:last-child{border-right:0}.article-meta-card button{cursor:pointer}.article-meta-card b{font-size:13px}.article-meta-card small{font-size:10px;color:#839399}.blog-detail-page .content-article-layout{margin-top:20px}.blog-detail-page .corporate-content-body{border-radius:22px}
@media(max-width:900px){.content-fields-grid{grid-template-columns:1fr 1fr}.content-fields-grid .field-span-2{grid-column:span 1}.content-settings-grid{grid-template-columns:1fr}.content-admin-table article{grid-template-columns:1fr auto}.content-list-status{display:none!important}.blog-detail-page .corporate-content-hero{min-height:400px;padding:38px 35px 25px}}
@media(max-width:700px){.content-editor-panel,.content-recent-panel{margin-left:-12px;margin-right:-12px;border-radius:0}.content-editor-panel-head{align-items:flex-start;flex-direction:column}.content-fields-grid{grid-template-columns:1fr}.content-fields-grid .field-span-2{grid-column:auto}.content-editor-full .content-editor-canvas,.content-editor-full textarea[data-editor-source-field]{min-height:470px}.content-settings-card{padding:16px}.content-save-bar{bottom:7px}.content-save-bar .muted{display:none}.content-save-bar .primary{width:100%}.content-admin-table article{grid-template-columns:1fr;gap:13px}.content-list-actions{justify-content:flex-start!important}.article-breadcrumb{margin:14px 16px}.blog-detail-page .corporate-content-hero{min-height:430px;padding:27px 20px 22px;border-radius:20px;margin:0 14px;background:linear-gradient(180deg,rgba(0,69,77,.55),#004b54 82%)}.blog-detail-page .corporate-content-hero.has-cover{background-image:linear-gradient(180deg,rgba(0,52,59,.28),#004b54 82%),var(--article-cover);background-position:center top}.article-hero-copy .content-back-link{margin-bottom:55px!important}.blog-detail-page .article-hero-copy h1{font-size:33px;line-height:1.07}.article-hero-copy p{display:none}.article-hero-features{width:100%;justify-content:space-between;margin-top:24px}.article-hero-features>span{min-width:0;flex:1;margin:0;padding:16px 8px 0;text-align:center;border-right:1px solid rgba(255,255,255,.18)}.article-meta-card{margin:12px 14px 0}.article-meta-card>span,.article-meta-card>button{padding:12px 9px;text-align:center}.article-meta-card b{font-size:11px}.article-meta-card small{font-size:9px}.blog-detail-page .content-article-layout{margin-top:14px}}

/* V6.1.3 Kurumsal sayfa görünümü */
.corporate-detail-page{max-width:1180px}
.corporate-detail-page .corporate-content-hero{min-height:310px;padding:48px 54px;border-radius:28px;background:linear-gradient(135deg,#004e57 0%,#087e84 66%,#22a6a4 100%);box-shadow:0 18px 44px rgba(0,77,86,.16)}
.corporate-detail-page .corporate-content-hero:after{width:360px;height:360px;right:-95px;top:-135px;background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,0) 67%)}
.corporate-detail-page .article-hero-copy{max-width:790px}
.corporate-detail-page .article-hero-copy .content-back-link{margin-bottom:34px!important;color:rgba(255,255,255,.86)}
.corporate-detail-page .article-hero-copy>small{display:inline-flex!important;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.13);color:#d9ffff;letter-spacing:.08em!important;opacity:1!important}
.corporate-detail-page .article-hero-copy h1{margin:16px 0 12px;font-size:clamp(38px,5vw,58px);line-height:1.06;letter-spacing:-.035em}
.corporate-detail-page .article-hero-copy p{font-size:18px;max-width:720px;color:rgba(255,255,255,.86)}
.corporate-detail-page .content-article-layout{grid-template-columns:minmax(0,1fr) 280px;margin-top:22px}
.corporate-detail-page .corporate-content-body{padding:48px 56px;border:1px solid #e2eaed;border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(25,55,65,.06)}
.corporate-detail-page .corporate-content-body h2{padding-bottom:10px;border-bottom:1px solid #e7edef;color:#074d55}
.corporate-page-side{position:sticky;top:22px;display:grid;gap:14px}
.corporate-page-nav{padding:21px;border:1px solid #e0e9ec;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(20,50,60,.06)}
.corporate-page-nav>small{display:block;margin-bottom:5px;color:var(--b);font-size:10px;font-weight:900;letter-spacing:.14em}
.corporate-page-nav>b{display:block;margin-bottom:14px;font-size:16px}
.corporate-page-nav nav{display:grid;gap:5px}
.corporate-page-nav nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:11px;color:#566e75;font-size:12px;font-weight:700;text-decoration:none}
.corporate-page-nav nav a i{font-style:normal;font-size:17px;color:#9aabb0}
.corporate-page-nav nav a:hover,.corporate-page-nav nav a.active{background:#eaf7f7;color:#006d74}
.corporate-page-nav nav a.active{font-weight:900}
.corporate-detail-page .article-reading-progress{margin-top:15px}
@media(max-width:1000px){.corporate-detail-page .content-article-layout{grid-template-columns:1fr}.corporate-page-side{position:static;grid-template-columns:1fr 1fr}.corporate-page-nav nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.corporate-detail-page .article-breadcrumb{margin:14px 16px}.corporate-detail-page .corporate-content-hero{min-height:260px;margin:0 14px;padding:25px 20px 28px;border-radius:20px}.corporate-detail-page .article-hero-copy .content-back-link{margin-bottom:38px!important}.corporate-detail-page .article-hero-copy h1{font-size:32px;line-height:1.08}.corporate-detail-page .article-hero-copy p{display:block;font-size:14px;line-height:1.55}.corporate-detail-page .article-reading-progress{margin:12px 14px 0;border-radius:99px}.corporate-detail-page .content-article-layout{margin-top:12px}.corporate-detail-page .corporate-content-body{padding:28px 20px 34px;border-width:1px 0 0;border-radius:0;box-shadow:none}.corporate-detail-page .corporate-content-body h2{font-size:23px}.corporate-page-side{grid-template-columns:1fr;padding:0 14px 25px}.corporate-page-nav{padding:17px}.corporate-page-nav nav{grid-template-columns:1fr}.corporate-page-nav nav a{font-size:13px}}


/* V6.1.7 - Mobile checkout fixed title and top delivery selector */
.mobile-delivery-picker{display:none}
@media(max-width:760px){
 body.mobile-checkout-only>.announcement-bar,
 body.mobile-checkout-only>.site-header,
 body.mobile-checkout-only>.category-nav{display:none!important}
 body.mobile-checkout-only{padding-top:0!important;background:#f5f7f8!important}
 body.mobile-checkout-only main{padding-top:0!important}
 body.mobile-checkout-only .checkout-page.mobile-checkout-redesign{padding:0!important;max-width:none!important}
 .checkout-v342 .desktop-checkout-title,
 .checkout-v342 .mobile-checkout-progress{display:none!important}

 /* Only the checkout title remains at the top; the normal website header is removed. */
 .checkout-v342 .mobile-checkout-head{
  position:sticky!important;top:0!important;z-index:120!important;
  display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;
  align-items:center!important;min-height:62px!important;margin:0!important;padding:8px 12px!important;
  background:var(--primary)!important;border:0!important;border-radius:0!important;
  box-shadow:0 3px 12px rgba(8,42,51,.16)!important
 }
 .checkout-v342 .mobile-checkout-head>div{text-align:center!important;min-width:0!important}
 .checkout-v342 .mobile-checkout-head>div small,
 .checkout-v342 .mobile-checkout-lock{display:none!important}
 .checkout-v342 .mobile-checkout-head h1{
  margin:0!important;color:#fff!important;font-size:19px!important;line-height:1.2!important;
  font-weight:850!important;letter-spacing:-.2px!important
 }
 .checkout-v342 .mobile-checkout-back{
  display:grid!important;place-items:center!important;width:38px!important;height:38px!important;
  border-radius:12px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;
  box-shadow:none!important;text-decoration:none!important;font-size:27px!important
 }

 .checkout-v342 .mobile-checkout-form.checkout-layout{
  display:block!important;margin:0!important;padding:0 12px 110px!important
 }
 .checkout-v342 .mobile-checkout-form>div{gap:12px!important}

 /* The new delivery selector sits immediately below the fixed title. */
 .checkout-v342 .mobile-delivery-picker{
  position:sticky!important;top:62px!important;z-index:110!important;display:block!important;
  margin:0 -12px 14px!important;border:0!important;border-radius:0!important;
  overflow:visible!important;background:#fff!important;box-shadow:0 5px 18px rgba(12,49,62,.12)!important
 }
 .checkout-v342 .mobile-delivery-picker-summary{
  display:grid!important;grid-template-columns:minmax(0,1fr) 144px 34px!important;
  align-items:stretch!important;width:100%!important;min-height:82px!important;padding:0!important;
  border:0!important;border-radius:0!important;background:#fff!important;text-align:left!important;cursor:pointer!important
 }
 .checkout-v342 .mobile-delivery-picker-copy{
  display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;
  padding:13px 12px 13px 16px!important
 }
 .checkout-v342 .mobile-delivery-picker-copy b{font-size:15px!important;line-height:1.25!important;color:var(--text)!important}
 .checkout-v342 .mobile-delivery-picker-copy small{margin-top:4px!important;font-size:11px!important;line-height:1.3!important;color:var(--muted)!important}
 .checkout-v342 .mobile-delivery-picker-time{
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  padding:9px 7px!important;background:var(--primary)!important;color:#fff!important;text-align:center!important;
  border-radius:20px 0 0 20px!important
 }
 .checkout-v342 .mobile-delivery-picker-time small{font-size:10px!important;line-height:1.15!important;font-weight:800!important;opacity:.9!important}
 .checkout-v342 .mobile-delivery-picker-time b{margin-top:5px!important;font-size:21px!important;line-height:1!important;font-weight:900!important}
 .checkout-v342 .mobile-delivery-picker-summary>i{
  display:grid!important;place-items:center!important;background:var(--primary)!important;color:#fff!important;
  font-style:normal!important;font-size:18px!important
 }
 .checkout-v342 .mobile-delivery-picker-options{
  position:absolute!important;left:0!important;right:0!important;top:100%!important;z-index:125!important;
  max-height:54vh!important;overflow:auto!important;padding:10px 12px 12px!important;
  background:#f7fafb!important;border-top:1px solid #e2eaed!important;
  box-shadow:0 14px 22px rgba(12,49,62,.16)!important
 }
 .checkout-v342 .mobile-delivery-option{
  display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 8px!important;padding:12px!important;
  border:1px solid #dce7ea!important;border-radius:13px!important;background:#fff!important
 }
 .checkout-v342 .mobile-delivery-option:last-child{margin-bottom:0!important}
 .checkout-v342 .mobile-delivery-option input{accent-color:var(--primary)!important}
 .checkout-v342 .mobile-delivery-option span{display:grid!important;gap:3px!important}
 .checkout-v342 .mobile-delivery-option b{font-size:13px!important}
 .checkout-v342 .mobile-delivery-option small{font-size:11px!important;color:var(--muted)!important}
 .checkout-v342 .mobile-delivery-option.is-selected{border-color:var(--primary)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 12%,transparent)!important}
 .checkout-v342 .mobile-delivery-option.is-disabled{opacity:.48!important;pointer-events:none!important}

 /* This is the old delivery-time block below the address. Desktop keeps it, mobile never shows it. */
 .checkout-v342 .checkout-time-section{display:none!important}
 .checkout-v342 .store-closed-alert,.checkout-v342>.empty{margin:12px!important}
}

/* V6.3.3 — Boş sepet ürün önerileri */
.cart-empty-state .cart-empty-icon{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin:0 auto 14px;
  border-radius:22px;
  background:color-mix(in srgb,var(--b) 12%,#fff);
  font-size:34px;
}
.empty-cart-suggestions{
  margin:30px 0 10px;
}
.empty-cart-suggestions-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.empty-cart-suggestions-head small{
  display:block;
  margin-bottom:4px;
  color:var(--b);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.empty-cart-suggestions-head h2{
  margin:0;
  font-size:24px;
  line-height:1.15;
}
.empty-cart-suggestions-head>a{
  flex:0 0 auto;
  color:var(--b);
  font-weight:850;
  text-decoration:none;
}
@media(max-width:700px){
  .cart-page.mobile-cart-redesign:has(.cart-empty-state){
    padding-bottom:95px;
  }
  .cart-empty-state{
    margin:18px 12px 24px!important;
    padding:28px 18px!important;
  }
  .cart-empty-state .cart-empty-icon{
    width:64px;
    height:64px;
    border-radius:19px;
    font-size:30px;
  }
  .empty-cart-suggestions{
    margin:0 12px 18px;
  }
  .empty-cart-suggestions-head{
    align-items:center;
    margin-bottom:12px;
  }
  .empty-cart-suggestions-head h2{
    font-size:19px;
  }
  .empty-cart-suggestions-head>a{
    font-size:13px;
  }
  .empty-cart-suggestions .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .empty-cart-suggestions .product-card{
    min-width:0;
  }
}

/* V6.3.9 — Mobil ürün detayında satın alma aksiyonu miktar bilgisinin yanında */
@media (max-width:800px){
  body.product-detail-page .product-detail-premium{
    padding-bottom:24px!important;
  }
  body.product-detail-page .product-detail-info .detail-unit{
    order:4!important;
  }
  body.product-detail-page .product-detail-info .detail-actions{
    order:5!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    width:100%!important;
    max-width:360px!important;
    margin:12px auto 0!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 50px!important;
    gap:10px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.product-detail-page .product-detail-info .detail-add{
    width:100%!important;
    min-height:50px!important;
    margin:0!important;
    border-radius:14px!important;
    font-size:16px!important;
  }
  body.product-detail-page .product-detail-info .detail-favorite{
    width:50px!important;
    height:50px!important;
    margin:0!important;
    border-radius:14px!important;
  }
  body.product-detail-page .product-detail-info .seller-name{
    order:6!important;
  }
  body.product-detail-page .product-detail-info .product-variant-picker{
    order:7!important;
  }
}
