:root{--black:#050505;--panel:#0b0f0d;--green:#00c853;--darkgreen:#0b3d2e;--soft:#9effb0;--white:#fff;--muted:#b7c8be}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#0b3d2e 0,#050505 360px),linear-gradient(180deg,#050505,#07100b 45%,#050505);color:var(--white);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.trust-banner{height:42px;background:#020403;border-bottom:1px solid #123827;display:grid;grid-template-columns:210px 1fr 210px;align-items:center;padding:0 42px;gap:20px;color:#dffbe5;font-weight:800}.trust-side{color:var(--soft);font-size:14px;white-space:nowrap}.trust-side:last-child{text-align:right}.trust-slider{height:24px;position:relative;overflow:hidden;text-align:center;color:#fff}.trust-slider span{position:absolute;inset:0;opacity:0;transform:translateY(20px);animation:trustSlide 12s infinite}.trust-slider span:nth-child(2){animation-delay:4s}.trust-slider span:nth-child(3){animation-delay:8s}@keyframes trustSlide{0%{opacity:0;transform:translateY(20px)}8%,30%{opacity:1;transform:translateY(0)}38%,100%{opacity:0;transform:translateY(-20px)}}.topbar{background:#000;padding:18px 34px;display:grid;grid-template-columns:1fr auto 1fr auto;gap:22px;align-items:center;border-bottom:1px solid #123827;position:sticky;top:0;z-index:10}.brand{font-weight:950;color:var(--green);letter-spacing:1.5px}.center-brand{font-size:25px;color:#fff;text-shadow:0 0 18px #00c85380;padding:0 10px;white-space:nowrap}.nav{display:flex;gap:14px;align-items:center}.nav-left{justify-content:flex-end}.nav-right{justify-content:flex-start}.nav a{padding:16px 22px;border-radius:16px;font-weight:900;font-size:17px;border:1px solid transparent;white-space:nowrap}.nav a:hover{background:var(--darkgreen);border-color:#0c5}.auth{margin-left:18px;display:flex;gap:10px;justify-content:flex-end}.btn{border:0;border-radius:14px;padding:12px 18px;background:var(--green);color:#001006;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn.out{background:#151515;color:#fff;border:1px solid #244}.hero{height:90px;background:radial-gradient(circle at center,#0b3d2e 0,#050505 65%)}.intro{display:grid;grid-template-columns:minmax(250px,390px) minmax(330px,430px) minmax(250px,390px);gap:48px;align-items:center;justify-content:center;padding:35px 6% 55px}.intro-card,.panel{background:#0b0f0d;border:1px solid #143827;border-radius:26px;padding:30px;box-shadow:0 0 34px #002b173d;line-height:1.65}.intro-card h2{margin-top:0;font-size:28px}.intro-card p{color:#d4e7dc}.left-card{justify-self:start}.right-card{justify-self:end}.intro-logo{height:390px;border-radius:42px;background:linear-gradient(145deg,#07130d,#0b3d2e);display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #0c5;box-shadow:0 0 55px #00c85320}.intro-logo b{font-size:56px;color:var(--green);line-height:1}.intro-logo small{margin-top:10px;letter-spacing:4px;color:#fff;font-weight:900}.section{padding:40px 5.5%}.section h2{text-align:center;font-size:38px;margin-bottom:32px}.deals-section{max-width:1760px;margin:0 auto}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:24px;justify-content:center}.product{background:#0b0f0d;border:1px solid #173b28;border-radius:24px;padding:18px;min-height:455px;display:flex;flex-direction:column;box-shadow:0 0 28px #001b0f30}.product img{width:100%;height:210px;object-fit:cover;border-radius:18px;background:#111}.product .cat{color:var(--soft);font-weight:700;font-size:13px}.product h3{font-size:20px;margin:8px 0}.product p{color:#d1ded6}.price{margin-top:auto}.old{text-decoration:line-through;color:#888}.new{font-size:24px;color:var(--green);font-weight:900}.actions{display:flex;gap:8px;margin-top:13px}.actions .btn{flex:1;padding:12px 8px}.all-products{text-align:center;margin-top:34px}.big-btn{font-size:17px;padding:16px 28px;border-radius:18px}.footer{text-align:center;padding:35px;color:#999;border-top:1px solid #143827}.form{max-width:520px;margin:40px auto}.input,select,textarea{width:100%;padding:13px;border-radius:12px;border:1px solid #244;background:#080808;color:#fff;margin:8px 0 16px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px;border-bottom:1px solid #222;text-align:left}.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#07100b;border-right:1px solid #143827;padding:22px;position:sticky;top:0;height:100vh}.sidebar a{display:block;padding:13px 15px;border-radius:12px;margin:6px 0;color:#dff}.sidebar a:hover{background:#0b3d2e}.content{padding:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#0b0f0d;border:1px solid #143827;border-radius:20px;padding:22px}.stat b{font-size:32px;color:var(--green)}@media(max-width:1200px){.topbar{grid-template-columns:1fr}.nav,.nav-left,.nav-right,.auth{justify-content:center;flex-wrap:wrap;margin-left:0}.center-brand{text-align:center}.intro{grid-template-columns:1fr}.intro-card,.left-card,.right-card{justify-self:stretch}.intro-logo{height:300px}}@media(max-width:700px){.trust-banner{grid-template-columns:1fr;height:auto;padding:10px 16px;text-align:center}.trust-side:last-child{text-align:center}.section{padding:30px 18px}.products{grid-template-columns:1fr}.hero{height:50px}.admin-layout,.stats{grid-template-columns:1fr}.sidebar{height:auto;position:relative}}

/* V3 düzenlemeleri */
body{background:radial-gradient(circle at top center,#0b3d2e 0,#06110c 260px,#050505 600px),linear-gradient(180deg,#050505 0%,#07150d 34%,#050505 70%,#030604 100%)}
.trust-banner{height:44px;background:#020403;border-bottom:1px solid #123827;display:block;padding:0;color:#dffbe5;font-weight:800}
.trust-inner{height:44px;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:180px minmax(520px,1fr) 180px;align-items:center;gap:32px;padding:0 16px}
.trust-side{font-size:15.5px;color:var(--soft);white-space:nowrap}.trust-slider{font-size:15.5px;font-weight:900}.trust-slider span{line-height:24px}.topbar{top:44px}
.intro{grid-template-columns:minmax(340px,430px) minmax(380px,460px) minmax(340px,430px);gap:34px;padding:38px 5% 58px}.intro-card{width:100%;padding:32px 34px}.intro-card h2{font-size:30px}.intro-card p{font-size:16px}.intro-logo{height:420px}.intro-logo b{font-size:62px}
.deals-section{max-width:1540px}.products{grid-template-columns:repeat(6,minmax(185px,1fr));gap:20px}.product{min-height:455px;padding:17px}.product img{height:185px}.product h3{font-size:18px}.product p{font-size:14px}.new{font-size:23px}.actions{gap:9px}.actions .btn{font-size:13px}.all-products{margin-top:40px}.big-btn{font-size:20px;padding:18px 34px;border-radius:20px}
.site-footer{margin-top:55px;background:linear-gradient(180deg,#050505,#07140d);border-top:1px solid #123827;text-align:center;padding:34px 20px 42px;color:#dbeee2}.payment-row{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:22px}.payment-row img{height:42px;width:auto;filter:drop-shadow(0 0 14px #00c85318)}.footer-title{font-size:16px;font-weight:800;margin-bottom:9px}.hk-credit{display:inline-block;color:#9effb0;font-weight:950;letter-spacing:.5px;text-shadow:0 0 12px #00c85355}.hk-credit:hover{color:#00c853}
@media(max-width:1500px){.products{grid-template-columns:repeat(5,minmax(190px,1fr))}}
@media(max-width:1200px){.topbar{top:0}.trust-inner{grid-template-columns:1fr;gap:4px;height:auto;text-align:center}.trust-banner{height:auto;padding:8px 0}.products{grid-template-columns:repeat(3,minmax(190px,1fr))}.intro{grid-template-columns:1fr}.intro-logo{height:330px}}
@media(max-width:700px){.products{grid-template-columns:1fr}.trust-side,.trust-slider{font-size:13px}}

/* V4 düzenlemeleri: üst logo tam orta + intro alanı büyütme */
.topbar{
  grid-template-columns:1fr 1fr;
  position:sticky;
  min-height:78px;
  padding:18px 290px 18px 34px;
}
.center-brand{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  text-align:center;
}
.nav-left{justify-content:flex-end;padding-right:92px;}
.nav-right{justify-content:flex-start;padding-left:92px;}
.auth{
  position:absolute;
  right:34px;
  top:50%;
  transform:translateY(-50%);
  margin-left:0;
  z-index:4;
}
.intro{
  max-width:1760px;
  margin:0 auto;
  grid-template-columns:minmax(390px,520px) minmax(500px,590px) minmax(390px,520px);
  gap:42px;
  padding:42px 4.5% 64px;
}
.intro-card{
  padding:38px 42px;
  min-height:260px;
}
.intro-card h2{font-size:34px;margin-bottom:18px;}
.intro-card p{font-size:17px;line-height:1.8;}
.left-card{justify-self:stretch;}
.right-card{justify-self:stretch;}
.intro-logo{
  height:485px;
  border-radius:46px;
}
.intro-logo b{font-size:72px;}
.intro-logo small{font-size:15px;}
@media(max-width:1500px){
  .topbar{padding-right:250px;}
  .nav-left{padding-right:70px;}
  .nav-right{padding-left:70px;}
  .nav a{padding:14px 18px;font-size:16px;}
  .intro{grid-template-columns:minmax(330px,450px) minmax(430px,520px) minmax(330px,450px);gap:34px;}
  .intro-logo{height:430px;}
}
@media(max-width:1200px){
  .topbar{display:flex;flex-direction:column;padding:18px 20px;min-height:auto;}
  .center-brand{position:static;transform:none;order:1;}
  .nav-left{order:2;padding-right:0;justify-content:center;}
  .nav-right{order:3;padding-left:0;justify-content:center;}
  .auth{position:static;transform:none;order:4;justify-content:center;}
  .intro{grid-template-columns:1fr;max-width:760px;padding-left:22px;padding-right:22px;}
  .intro-logo{height:360px;}
}

/* V5 düzenlemeleri: üst menü/profil, yatay intro, kurumsal footer, canlı destek */
.topbar{
  display:flex;
  align-items:center;
  justify-content:center;
  position:sticky;
  top:44px;
  min-height:82px;
  padding:16px 230px 16px 230px;
  background:#000;
  border-bottom:1px solid #123827;
  z-index:20;
}
.main-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  width:auto;
  max-width:1120px;
  margin:0 auto;
}
.center-brand{
  position:static!important;
  transform:none!important;
  left:auto!important;
  top:auto!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  text-align:center;
  font-size:24px;
  padding:0 16px;
  color:#fff;
  text-shadow:0 0 18px #00c85399;
}
.nav-left,.nav-right{padding:0!important;justify-content:center;gap:12px;}
.nav a{padding:14px 18px;font-size:16px;border-radius:14px;}
.auth{
  position:absolute!important;
  right:34px;
  top:50%;
  transform:translateY(-50%)!important;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0!important;
  z-index:30;
}
.auth .btn{padding:13px 20px;font-size:15px;border-radius:14px;}
.profile-menu{position:relative;}
.profile-avatar{
  width:48px;height:48px;border-radius:50%;border:2px solid #00c853;
  background:linear-gradient(145deg,#111,#26322c);color:#fff;font-weight:950;font-size:20px;
  cursor:pointer;box-shadow:0 0 18px #00c85335;display:flex;align-items:center;justify-content:center;
}
.profile-dropdown{
  position:absolute;right:0;top:58px;min-width:220px;background:#07100b;border:1px solid #174832;
  border-radius:18px;padding:10px;box-shadow:0 20px 40px #000b;display:none;
}
.profile-menu:hover .profile-dropdown{display:block;}
.profile-dropdown a{display:block;padding:13px 14px;border-radius:12px;color:#eaffef;font-weight:800;}
.profile-dropdown a:hover{background:#0b3d2e;color:#fff;}
.profile-dropdown .logout-link{color:#9effb0;border-top:1px solid #173b28;margin-top:6px;padding-top:15px;}
.hero{height:72px;background:radial-gradient(circle at center,#0b3d2e 0,#07120c 42%,#050505 76%);}
.intro{
  max-width:1720px;
  margin:0 auto;
  grid-template-columns:minmax(360px,440px) minmax(560px,690px) minmax(360px,440px)!important;
  gap:48px;
  align-items:center;
  padding:46px 4.5% 62px;
}
.intro-card{
  min-height:245px;
  padding:36px 40px;
  border-radius:28px;
}
.intro-card h2{font-size:34px;line-height:1.15;margin:0 0 18px;}
.intro-card p{font-size:16.5px;line-height:1.78;margin:0 0 12px;}
.left-card{justify-self:start;}
.right-card{justify-self:end;}
.intro-logo{
  width:100%;
  height:345px!important;
  min-width:560px;
  border-radius:42px;
  background:linear-gradient(145deg,#07130d,#0b3d2e 82%);
}
.intro-logo b{font-size:72px;}
.intro-logo small{font-size:15px;}
.deals-section{max-width:1680px;}
.products{grid-template-columns:repeat(6,minmax(190px,1fr));gap:20px;}
.site-footer{
  margin-top:70px;
  background:linear-gradient(180deg,#050505,#07140d 55%,#030504);
  border-top:1px solid #123827;
  padding:54px 5% 28px;
  color:#dbeee2;
}
.footer-grid{
  max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1.45fr .85fr .95fr .95fr;gap:38px;text-align:left;
}
.footer-col h3{font-size:30px;color:#fff;margin:0 0 14px;text-shadow:0 0 14px #00c85355;}
.footer-col h4{font-size:20px;color:#fff;margin:0 0 18px;}
.footer-col p{color:#b9cbbf;line-height:1.75;margin:0 0 20px;max-width:470px;}
.footer-col a{display:block;color:#cfe1d5;margin:0 0 13px;font-weight:700;}
.footer-col a:hover{color:#00c853;}
.payment-row{justify-content:flex-start;margin:18px 0 0;gap:12px;}
.payment-row img{height:38px;width:auto;filter:drop-shadow(0 0 14px #00c85318);}
.footer-bottom{max-width:1500px;margin:34px auto 0;padding-top:22px;border-top:1px solid #123827;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#aabbb1;font-weight:700;}
.hk-credit{display:inline-block;color:#9effb0;font-weight:950;letter-spacing:.5px;text-shadow:0 0 12px #00c85355;}
.live-support-widget{
  position:fixed;left:24px;bottom:24px;z-index:60;background:#07100b;border:1px solid #00c85355;
  border-radius:18px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 30px #000a;color:#fff;
}
.live-support-widget b{display:block;font-size:15px;}.live-support-widget span{display:block;color:#b9cbbf;font-size:12px;margin-top:3px}.support-dot{width:12px;height:12px;border-radius:50%;background:#00c853;box-shadow:0 0 14px #00c853;}
@media(max-width:1500px){
  .topbar{padding-left:160px;padding-right:210px}.main-menu{gap:18px}.nav a{padding:12px 14px;font-size:15px}.center-brand{min-width:210px;font-size:22px}
  .intro{grid-template-columns:minmax(310px,390px) minmax(480px,600px) minmax(310px,390px)!important;gap:34px}.intro-logo{min-width:480px;height:320px!important}.intro-card{padding:32px 34px}.intro-card h2{font-size:30px}.products{grid-template-columns:repeat(6,minmax(170px,1fr))}
}
@media(max-width:1200px){
  .topbar{top:0;position:relative;padding:18px 20px;flex-direction:column;gap:14px}.main-menu{flex-direction:column;gap:12px}.nav{flex-wrap:wrap}.auth{position:static!important;transform:none!important}.center-brand{order:-1}.intro{grid-template-columns:1fr!important;max-width:760px;padding-left:22px;padding-right:22px}.intro-logo{min-width:0;height:310px!important}.footer-grid{grid-template-columns:1fr 1fr}.products{grid-template-columns:repeat(3,minmax(190px,1fr))}
}
@media(max-width:700px){.footer-grid{grid-template-columns:1fr}.footer-bottom{justify-content:flex-start}.live-support-widget{left:14px;bottom:14px}.products{grid-template-columns:1fr}.intro-logo b{font-size:56px}}

/* V6 düzenlemeleri: profil menüsü tıklamayla açık kalır, intro yatay genişler, 8 ürün, footer ödeme/hk hizası */
.profile-menu:hover .profile-dropdown{display:none;}
.profile-menu.open .profile-dropdown{display:block;}
.profile-avatar{font-family:Arial,Helvetica,sans-serif;}
.profile-dropdown{z-index:999;}

.intro{
  max-width:1660px!important;
  grid-template-columns:minmax(330px,390px) minmax(620px,760px) minmax(330px,390px)!important;
  gap:70px!important;
  padding:52px 4% 72px!important;
}
.intro-card{
  width:100%;
  min-height:270px;
  padding:40px 42px;
  border-radius:30px;
}
.left-card{justify-self:start;}
.right-card{justify-self:end;}
.intro-logo{
  width:100%;
  min-width:620px;
  height:355px!important;
  border-radius:44px;
}
.intro-logo b{font-size:78px;}
.intro-logo small{font-size:16px;}

.deals-section{max-width:1720px!important;padding-left:3.5%!important;padding-right:3.5%!important;}
.products{grid-template-columns:repeat(8,minmax(165px,1fr))!important;gap:18px!important;}
.product{min-height:455px;padding:16px;}
.product img{height:170px;}
.product h3{font-size:17px;}
.product p{font-size:13.5px;}
.product .cat{font-size:12.5px;}
.new{font-size:21px;}
.actions .btn{font-size:12.5px;padding:11px 6px;}

.site-footer .payment-row{
  justify-content:center!important;
  margin:24px auto 0!important;
  width:100%;
  gap:16px;
}
.site-footer .payment-row img{height:44px;}
.footer-bottom{
  flex-direction:column;
  gap:8px!important;
  text-align:center;
}
.footer-bottom .hk-credit{display:block;margin-top:2px;}

@media(max-width:1600px){
  .intro{grid-template-columns:minmax(310px,360px) minmax(560px,680px) minmax(310px,360px)!important;gap:54px!important;}
  .intro-logo{min-width:560px;height:345px!important;}
  .products{grid-template-columns:repeat(8,minmax(145px,1fr))!important;gap:14px!important;}
  .product{padding:14px;}
  .product img{height:150px;}
  .product h3{font-size:15.5px;}.new{font-size:19px}.actions .btn{font-size:11.5px;}
}
@media(max-width:1300px){
  .intro{grid-template-columns:1fr!important;max-width:820px!important;gap:28px!important;}
  .intro-logo{min-width:0;height:320px!important;}
  .products{grid-template-columns:repeat(4,minmax(180px,1fr))!important;}
}
@media(max-width:800px){.products{grid-template-columns:repeat(2,minmax(150px,1fr))!important;}.intro-logo b{font-size:58px;}}
@media(max-width:520px){.products{grid-template-columns:1fr!important;}}

/* V7 kesin düzeltmeler: orta vitrin gerçekten yatay büyütüldü, footer ödeme satırı tam ortaya alındı */
.intro{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(96vw,1840px)!important;
  max-width:1840px!important;
  margin:0 auto!important;
  padding:58px 0 78px!important;
  gap:46px!important;
}
.intro-card{
  flex:0 0 420px!important;
  max-width:420px!important;
  min-height:310px!important;
  padding:44px 48px!important;
  border-radius:30px!important;
}
.intro-card h2{font-size:34px!important;line-height:1.15!important;margin-bottom:20px!important;}
.intro-card p{font-size:16.5px!important;line-height:1.85!important;}
.intro-logo{
  flex:1 1 880px!important;
  width:auto!important;
  min-width:760px!important;
  max-width:920px!important;
  height:365px!important;
  border-radius:44px!important;
}
.intro-logo b{font-size:84px!important;}
.left-card{margin-right:auto!important;justify-self:auto!important;}
.right-card{margin-left:auto!important;justify-self:auto!important;}

.deals-section{max-width:1780px!important;padding-left:2.5%!important;padding-right:2.5%!important;}
.products{grid-template-columns:repeat(8,minmax(155px,1fr))!important;gap:18px!important;}

.footer-payments{
  max-width:900px;
  margin:34px auto 0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
  text-align:center!important;
}
.footer-payments img{height:46px;width:auto;filter:drop-shadow(0 0 14px #00c85322);}
.footer-bottom{flex-direction:column!important;gap:8px!important;text-align:center!important;}
.footer-bottom .hk-credit{display:block!important;margin-top:2px!important;}

@media(max-width:1700px){
  .intro{width:min(96vw,1660px)!important;gap:36px!important;}
  .intro-card{flex-basis:360px!important;max-width:360px!important;padding:38px 40px!important;}
  .intro-logo{min-width:690px!important;max-width:820px!important;height:345px!important;}
  .products{grid-template-columns:repeat(8,minmax(140px,1fr))!important;gap:14px!important;}
}
@media(max-width:1350px){
  .intro{display:grid!important;grid-template-columns:1fr!important;max-width:820px!important;width:auto!important;padding-left:22px!important;padding-right:22px!important;}
  .intro-card{max-width:none!important;width:100%!important;flex-basis:auto!important;}
  .intro-logo{min-width:0!important;max-width:none!important;width:100%!important;height:320px!important;}
  .products{grid-template-columns:repeat(4,minmax(180px,1fr))!important;}
}


/* FINAL LOFS DUZELTME - hero, urunler, footer, canli destek, sticky menu */
body{
  background:radial-gradient(circle at 50% 0,#0b3d2e 0,#06120c 270px,#050505 560px),linear-gradient(180deg,#050505,#07100b 44%,#050505)!important;
}
.trust-banner{position:relative!important;z-index:40!important;}
.topbar{
  position:sticky!important;
  top:0!important;
  z-index:50!important;
  background:rgba(0,0,0,.94)!important;
  backdrop-filter:blur(12px)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.38)!important;
  border-bottom:1px solid #0b5f39!important;
}
.main-menu{max-width:1180px!important;gap:26px!important;}
.center-brand{min-width:250px!important;}
.auth{right:28px!important;}
.hero{height:72px!important;}
.intro{
  display:grid!important;
  grid-template-columns:minmax(390px,520px) minmax(650px,800px) minmax(390px,520px)!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(94vw,1760px)!important;
  max-width:1760px!important;
  margin:0 auto!important;
  padding:62px 0 82px!important;
  gap:34px!important;
}
.intro-card{
  width:100%!important;
  max-width:none!important;
  min-height:330px!important;
  padding:48px 54px!important;
  border-radius:32px!important;
}
.left-card{justify-self:start!important;margin:0!important;}
.right-card{justify-self:end!important;margin:0!important;}
.intro-card h2{font-size:38px!important;line-height:1.12!important;margin:0 0 24px!important;}
.intro-card p{font-size:18px!important;line-height:1.9!important;margin:0 0 14px!important;}
.intro-logo{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:375px!important;
  border-radius:46px!important;
  flex:none!important;
  box-shadow:0 0 70px rgba(0,200,83,.18),0 26px 50px rgba(0,0,0,.45)!important;
}
.intro-logo b{font-size:88px!important;}
.intro-logo small{font-size:16px!important;}
.deals-section{
  max-width:1600px!important;
  margin:0 auto!important;
  padding-left:3%!important;
  padding-right:3%!important;
}
.deals-section h2{font-size:36px!important;margin-bottom:30px!important;}
.products{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(190px,1fr))!important;
  gap:24px!important;
  justify-content:center!important;
  align-items:stretch!important;
}
.product{
  min-height:530px!important;
  padding:22px!important;
  border-radius:26px!important;
}
.product img{height:205px!important;border-radius:20px!important;}
.product .cat{font-size:14px!important;line-height:1.25!important;}
.product h3{font-size:20px!important;line-height:1.22!important;margin:10px 0!important;}
.product p{font-size:15px!important;line-height:1.5!important;}
.new{font-size:25px!important;}
.old{font-size:14px!important;}
.actions{gap:12px!important;margin-top:16px!important;}
.actions .btn{font-size:14px!important;padding:13px 10px!important;border-radius:14px!important;}
.big-btn{font-size:18px!important;padding:18px 34px!important;}
.footer-payments{
  width:100%!important;
  max-width:980px!important;
  margin:38px auto 0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
.footer-payments img{height:48px!important;width:auto!important;}
.footer-bottom{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  gap:9px!important;
  text-align:center!important;
  margin-top:34px!important;
}
.footer-bottom .copyright{width:100%!important;text-align:center!important;color:#dbeee2!important;font-weight:800!important;}
.footer-bottom .hk-credit{display:block!important;text-align:center!important;margin:0 auto!important;color:#9effb0!important;}
.live-support-widget{
  position:fixed!important;
  left:22px!important;
  bottom:22px!important;
  z-index:999!important;
  background:#07100b!important;
  border:1px solid #00c85388!important;
  border-radius:18px!important;
  padding:14px 18px!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  box-shadow:0 16px 40px rgba(0,0,0,.55)!important;
  cursor:pointer!important;
}
.live-support-widget b{display:block!important;font-size:15px!important;}
.live-support-widget em{display:block!important;font-style:normal!important;color:#b9cbbf!important;font-size:12px!important;margin-top:3px!important;}
.support-chat-box{
  position:fixed!important;
  left:22px!important;
  bottom:92px!important;
  width:340px!important;
  max-width:calc(100vw - 44px)!important;
  background:#07100b!important;
  border:1px solid #00c85377!important;
  border-radius:22px!important;
  box-shadow:0 24px 60px rgba(0,0,0,.7)!important;
  z-index:1000!important;
  overflow:hidden!important;
  display:none!important;
}
.support-chat-box.open{display:block!important;}
.support-chat-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;background:#0b3d2e!important;padding:16px 18px!important;}
.support-chat-head b{display:block!important;font-size:17px!important;}
.support-chat-head span{display:block!important;color:#d8efe0!important;font-size:12px!important;margin-top:4px!important;}
.support-chat-head button{background:#050505!important;color:#fff!important;border:1px solid #00c853!important;border-radius:50%!important;width:32px!important;height:32px!important;font-size:20px!important;cursor:pointer!important;}
.support-chat-form{padding:16px!important;}
.support-chat-form input,.support-chat-form textarea{width:100%!important;margin:0 0 10px!important;border-radius:12px!important;border:1px solid #173b28!important;background:#050505!important;color:#fff!important;padding:12px!important;}
.support-chat-form textarea{height:105px!important;resize:vertical!important;}
.support-chat-form .btn{width:100%!important;}
@media(max-width:1650px){
  .intro{grid-template-columns:minmax(340px,460px) minmax(560px,720px) minmax(340px,460px)!important;gap:28px!important;}
  .intro-card{padding:42px 44px!important;}
  .intro-card h2{font-size:34px!important}.intro-card p{font-size:16.5px!important;}
  .products{grid-template-columns:repeat(6,minmax(175px,1fr))!important;gap:20px!important;}
  .product{padding:18px!important;}.product img{height:180px!important;}.product h3{font-size:18px!important}.product p{font-size:14px!important}.new{font-size:22px!important;}
}
@media(max-width:1250px){
  .intro{grid-template-columns:1fr!important;max-width:850px!important;width:auto!important;padding-left:22px!important;padding-right:22px!important;}
  .intro-logo{height:330px!important;}
  .products{grid-template-columns:repeat(3,minmax(210px,1fr))!important;}
  .topbar{position:relative!important;}
}
@media(max-width:760px){
  .products{grid-template-columns:1fr!important;}
  .footer-grid{grid-template-columns:1fr!important;}
  .footer-payments img{height:42px!important;}
}

/* V11: sadece istenenler - alt kategori menüsü, sağ alt canlı chat, ürün detay sayfası. Ürün kart düzeni V9 gibi bırakıldı. */
.main-menu,.nav{overflow:visible!important;}
.nav-item{position:relative;display:inline-flex;align-items:center;}
.nav-item>a{display:block;}
.nav-submenu{
  display:none;
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  transform:translateX(-50%);
  min-width:230px;
  max-height:430px;
  overflow:auto;
  background:#07100b;
  border:1px solid #145b39;
  border-radius:18px;
  padding:10px;
  z-index:9999;
  box-shadow:0 20px 45px rgba(0,0,0,.62),0 0 22px rgba(0,200,83,.18);
}
.nav-item:hover .nav-submenu,.nav-item:focus-within .nav-submenu{display:block;}
.nav-submenu a{
  display:block!important;
  padding:11px 13px!important;
  border-radius:12px!important;
  font-size:14px!important;
  font-weight:850!important;
  color:#eaffef!important;
  white-space:nowrap;
}
.nav-submenu a:hover{background:#0b3d2e!important;color:#fff!important;}
.product-link{display:block;color:inherit;text-decoration:none;}
.product-link:hover h3{color:#9effb0;}

/* Canlı destek artık sağ altta, site ile birlikte sabit hareket eder */
.live-support-widget{
  position:fixed!important;
  right:22px!important;
  left:auto!important;
  bottom:22px!important;
  z-index:9998!important;
  background:#07100b!important;
  border:1px solid #00c85366!important;
  border-radius:20px!important;
  padding:14px 16px!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  box-shadow:0 18px 40px rgba(0,0,0,.55),0 0 24px rgba(0,200,83,.25)!important;
  cursor:pointer!important;
}
.live-support-widget b{display:block!important;font-size:15px!important;}
.live-support-widget span{display:block!important;color:#b9cbbf!important;font-size:12px!important;margin-top:3px!important;}
.support-chat-modal{
  display:none;
  position:fixed;
  right:22px;
  left:auto;
  bottom:92px;
  width:380px;
  max-width:calc(100vw - 28px);
  background:#07100b;
  border:1px solid #00c85366;
  border-radius:24px;
  z-index:9999;
  box-shadow:0 20px 50px rgba(0,0,0,.65),0 0 24px rgba(0,200,83,.2);
  overflow:hidden;
}
.support-chat-modal.open{display:block;}
.support-chat-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:linear-gradient(135deg,#0b3d2e,#06110b);border-bottom:1px solid #145b39;}
.support-chat-head b{display:block;font-size:16px;}.support-chat-head span{display:block;color:#b8cfc0;font-size:12px;margin-top:4px;}
.support-chat-head button{width:34px;height:34px;border:0;border-radius:50%;background:#000;color:#fff;font-size:24px;cursor:pointer;}
.support-chat-body{padding:16px;max-height:420px;overflow:auto;}
.support-start-form .input{margin-bottom:10px;}
.support-message-form{display:flex;gap:8px;padding:12px;border-top:1px solid #143827;background:#050805;}
.support-message-form .input{margin:0;}
.support-thread{height:330px;overflow:auto;display:flex;flex-direction:column;gap:10px;}
.chat-bubble{max-width:82%;border-radius:16px;padding:10px 12px;line-height:1.35;}
.chat-bubble span{display:block;}.chat-bubble small{display:block;margin-top:5px;font-size:11px;opacity:.75;}
.chat-bubble.user{align-self:flex-end;background:#00c853;color:#001006;font-weight:800;}
.chat-bubble.admin{align-self:flex-start;background:#111d16;color:#eaffef;border:1px solid #173b28;}

/* Admin canlı destek chat görünümü */
.admin-chat-box{height:520px;overflow:auto;background:#050805;border:1px solid #173b28;border-radius:20px;padding:16px;margin:18px 0;display:flex;flex-direction:column;gap:12px;}
.chat-line{max-width:78%;padding:13px 15px;border-radius:16px;line-height:1.45;}
.chat-line b,.chat-line span,.chat-line small{display:block;}.chat-line small{opacity:.65;margin-top:6px;}
.chat-line.user{align-self:flex-start;background:#111d16;border:1px solid #173b28;}.chat-line.admin{align-self:flex-end;background:#00c853;color:#001006;font-weight:800;}

/* Ürün detay sayfası */
.product-detail-wrap{padding:42px 5%;max-width:1500px;margin:0 auto;}
.product-detail{display:grid;grid-template-columns:minmax(420px,560px) 1fr;gap:42px;align-items:center;background:linear-gradient(135deg,#06110b,#0b1f15);border:1px solid #145b39;border-radius:34px;padding:38px;box-shadow:0 0 44px rgba(0,200,83,.12);}
.product-detail-img img{width:100%;height:520px;object-fit:cover;border-radius:28px;background:#111;border:1px solid #173b28;}
.product-detail-info h1{font-size:44px;margin:10px 0 18px;line-height:1.08;}
.detail-cat{color:#9effb0;font-weight:900;letter-spacing:.5px;}
.detail-desc{font-size:18px;line-height:1.75;color:#d7e7dc;}
.detail-price{margin:22px 0;display:flex;align-items:flex-end;gap:16px;}
.detail-price span{text-decoration:line-through;color:#87928c;font-size:22px;}
.detail-price b{font-size:38px;color:#00c853;}
.detail-badges{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0;}
.detail-badges em{font-style:normal;background:#0b3d2e;border:1px solid #00c85344;color:#eaffef;border-radius:999px;padding:10px 14px;font-weight:800;}
.detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px;}
.detail-actions .btn{font-size:17px;padding:16px 24px;}
.detail-panel{margin-top:28px;}
.related-products{grid-template-columns:repeat(4,minmax(220px,1fr))!important;}
@media(max-width:900px){.product-detail{grid-template-columns:1fr;padding:22px}.product-detail-img img{height:340px}.product-detail-info h1{font-size:34px}.support-chat-modal{right:14px;bottom:86px}.live-support-widget{right:14px;bottom:14px}}

/* V12 düzenleme: üst güven bandı 5 alan + alt kategori menüsü tablo düzeni */
.trust-banner{
  height:46px!important;
  display:block!important;
  padding:0!important;
}
.trust-inner.trust-five{
  max-width:1400px!important;
  height:46px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:150px 170px minmax(430px,1fr) 170px 150px!important;
  align-items:center!important;
  gap:22px!important;
  padding:0 18px!important;
  text-align:center!important;
}
.trust-inner.trust-five .trust-side{
  font-size:15.5px!important;
  font-weight:950!important;
  color:#9effb0!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.trust-inner.trust-five .trust-slider{
  font-size:15px!important;
  font-weight:950!important;
}
.trust-inner.trust-five .trust-slider span{
  line-height:26px!important;
}

/* Menü alt kategorileri: mouse çekince kapanma sorunu için köprü + büyük tablo */
.nav-item{
  position:relative!important;
  padding-bottom:18px!important;
  margin-bottom:-18px!important;
}
.nav-item::after{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:100%;
  height:22px;
}
.nav-submenu{
  top:calc(100% + 0px)!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  min-width:560px!important;
  max-width:min(780px,92vw)!important;
  max-height:none!important;
  overflow:visible!important;
  padding:18px!important;
  border-radius:22px!important;
  display:none;
  grid-template-columns:repeat(3,minmax(150px,1fr));
  gap:10px!important;
}
.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu,
.nav-submenu:hover{
  display:grid!important;
}
.nav-submenu a{
  font-size:16px!important;
  padding:14px 16px!important;
  border:1px solid #123827!important;
  background:#09130d!important;
  text-align:left!important;
  border-radius:14px!important;
}
.nav-submenu a:hover{
  background:#0b3d2e!important;
  border-color:#00c85388!important;
}

@media(max-width:1000px){
  .trust-inner.trust-five{
    grid-template-columns:1fr!important;
    height:auto!important;
    gap:5px!important;
    padding:8px 16px!important;
  }
  .trust-banner{height:auto!important;}
  .nav-submenu{
    position:static!important;
    transform:none!important;
    min-width:0!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
    margin-top:8px!important;
  }
}

/* V13 satış akışı, ürün varyasyonları ve sanal POS düzeni */
.product-detail-premium{grid-template-columns:minmax(460px,620px) minmax(520px,1fr)!important;align-items:stretch!important;}
.product-detail-premium .product-detail-img{display:flex;align-items:center;justify-content:center;}
.product-detail-premium .product-detail-img img{height:620px!important;object-fit:contain!important;background:radial-gradient(circle at center,#0b3d2e,#030403 68%)!important;padding:24px!important;}
.buy-box{margin-top:18px;}
.variant-label{display:block;color:#9effb0;font-weight:950;margin:18px 0 10px;font-size:16px;}
.variant-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;margin-bottom:8px;}
.variant-option{display:flex;gap:10px;align-items:center;background:#07100b;border:1px solid #173b28;border-radius:16px;padding:13px;cursor:pointer;}
.variant-option:has(input:checked){border-color:#00c853;background:#0b3d2e;box-shadow:0 0 18px rgba(0,200,83,.14);}
.variant-option input{accent-color:#00c853;}
.variant-option b,.variant-option small{display:block;}.variant-option small{color:#d7e7dc;margin-top:3px;}
.stock-pill{display:inline-flex;padding:12px 15px;border-radius:999px;font-weight:900;margin:12px 0;background:#111;border:1px solid #333;}.stock-pill.ok{color:#9effb0;border-color:#00c85388}.stock-pill.no{color:#ff9b9b;border-color:#ff444488}.qty-input{max-width:150px;}
.product-info-tabs{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:22px;margin-top:28px;}
.checkout-wrap{display:grid;grid-template-columns:minmax(520px,1fr) 420px;gap:28px;max-width:1380px;margin:42px auto;padding:0 5%;align-items:start;}
.checkout-form .form-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px;align-items:start;}.checkout-form .input,.form-grid .input{margin:0 0 12px;}.corporate-fields{display:none;margin-top:16px;border-top:1px solid #173b28;padding-top:18px}.order-summary{position:sticky;top:130px}.summary-row{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #173b28;padding:13px 0;}.summary-row span{display:flex;flex-direction:column;gap:4px}.summary-row small{color:#9effb0}.summary-total{display:flex;justify-content:space-between;gap:16px;font-size:22px;font-weight:950;margin-top:18px;padding-top:18px;border-top:1px solid #00c85355}.summary-total b{color:#00c853}.success-panel{text-align:center;max-width:760px;margin:0 auto}.cart-table small{color:#9effb0}
.product .actions .btn{font-size:15px!important;min-height:46px;}
.product img{object-fit:contain!important;background:radial-gradient(circle at center,#0b3d2e,#050505 65%)!important;padding:10px;}
@media(max-width:1000px){.product-detail-premium{grid-template-columns:1fr!important}.product-detail-premium .product-detail-img img{height:420px!important}.product-info-tabs,.checkout-wrap{grid-template-columns:1fr}.order-summary{position:static}.variant-grid,.checkout-form .form-grid,.form-grid{grid-template-columns:1fr}}

/* V14: ana görsel banner + ürün aroma mantığı düzeni */
.intro-banner-section{
  display:block !important;
  max-width:1580px;
  margin:0 auto;
  padding:46px 5% 62px !important;
}
.main-campaign-banner{
  width:100%;
  max-width:1360px;
  margin:0 auto;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(0,200,83,.45);
  box-shadow:0 24px 80px rgba(0,0,0,.55),0 0 55px rgba(0,200,83,.16);
  background:#07110c;
}
.main-campaign-banner img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.product-detail-info .variant-label::after{
  content:' - aynı ürün içinde aroma ve gramaj seçebilirsiniz';
  color:#9effb0;
  font-size:13px;
  font-weight:700;
}
@media(max-width:900px){
  .intro-banner-section{padding:28px 16px 40px !important;}
  .main-campaign-banner{border-radius:22px;}
}

/* V15: banner yan metinleri, Lofs Nutrition kurumsal alanı ve paket satış vitrine alma */
.campaign-layout{
  display:grid!important;
  grid-template-columns:minmax(290px,360px) minmax(640px,980px) minmax(290px,360px)!important;
  gap:34px!important;
  align-items:center!important;
  max-width:1720px!important;
  padding:50px 4% 70px!important;
}
.campaign-layout .main-campaign-banner{
  max-width:none!important;
  width:100%!important;
  border-radius:34px!important;
}
.campaign-layout .campaign-side{
  min-height:300px!important;
  padding:34px 34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.campaign-layout .campaign-side h2{
  font-size:31px!important;
  margin:0 0 16px!important;
}
.campaign-layout .campaign-side p{
  font-size:16.5px!important;
  line-height:1.75!important;
  margin:0 0 12px!important;
}
.about-lofs-section{
  max-width:1540px;
  margin:0 auto;
  padding-top:30px!important;
}
.about-lofs-panel{
  display:grid;
  grid-template-columns:minmax(620px,1fr) minmax(320px,430px);
  gap:34px;
  align-items:stretch;
  background:linear-gradient(135deg,#07110c,#0b2519 58%,#06100b);
  border:1px solid rgba(0,200,83,.35);
  border-radius:34px;
  padding:42px;
  box-shadow:0 22px 70px rgba(0,0,0,.42),0 0 42px rgba(0,200,83,.1);
}
.about-lofs-panel h2{
  text-align:left!important;
  font-size:42px!important;
  margin:8px 0 18px!important;
}
.about-lofs-panel p{
  color:#dcebe2;
  font-size:18px;
  line-height:1.8;
  margin:0 0 14px;
}
.about-lofs-panel strong{color:#9effb0;}
.section-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#9effb0;
  border:1px solid rgba(0,200,83,.32);
  background:#07100b;
  border-radius:999px;
  padding:9px 14px;
  font-weight:950;
  letter-spacing:.3px;
  margin-bottom:8px;
}
.section-kicker.center{display:flex;width:max-content;margin:0 auto 10px;}
.gym-card{
  background:#050805;
  border:1px solid #173b28;
  border-radius:28px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:inset 0 0 40px rgba(0,200,83,.06);
}
.gym-card h3{
  font-size:30px;
  margin:0 0 12px;
}
.gym-card p{
  font-size:16.5px;
  margin-bottom:24px;
}
.gym-card .btn{width:100%;}
.package-section{
  padding-top:42px!important;
}
.package-products{
  grid-template-columns:repeat(5,minmax(220px,1fr))!important;
  max-width:1420px;
  margin:0 auto;
  gap:24px!important;
}
.package-product{
  min-height:475px!important;
}
.package-product img{height:200px!important;}
.package-product h3{font-size:20px!important;}
.package-product p{font-size:14.5px!important;}
@media(max-width:1400px){
  .campaign-layout{grid-template-columns:minmax(250px,320px) minmax(560px,760px) minmax(250px,320px)!important;gap:24px!important;}
  .campaign-layout .campaign-side{padding:28px!important;min-height:270px!important;}
  .campaign-layout .campaign-side h2{font-size:27px!important;}
  .package-products{grid-template-columns:repeat(3,minmax(220px,1fr))!important;}
}
@media(max-width:1050px){
  .campaign-layout{grid-template-columns:1fr!important;max-width:820px!important;padding-left:22px!important;padding-right:22px!important;}
  .campaign-layout .campaign-side{min-height:auto!important;}
  .about-lofs-panel{grid-template-columns:1fr;padding:28px;}
  .about-lofs-panel h2{font-size:34px!important;}
  .about-lofs-panel p{font-size:16.5px;}
  .package-products{grid-template-columns:repeat(2,minmax(220px,1fr))!important;}
}
@media(max-width:650px){
  .package-products{grid-template-columns:1fr!important;}
}

/* V16: Banner eski boyut korunarak yan metinler + kutusuz ortali Lofs Nutrition tanitim alani */
.campaign-layout{
  position:relative!important;
  display:block!important;
  max-width:1880px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:50px 22px 76px!important;
  min-height:620px!important;
}
.campaign-layout .main-campaign-banner{
  width:1360px!important;
  max-width:1360px!important;
  height:auto!important;
  margin:0 auto!important;
  border-radius:34px!important;
  position:relative!important;
  z-index:1!important;
}
.campaign-layout .main-campaign-banner img{
  width:100%!important;
  height:auto!important;
  display:block!important;
  object-fit:cover!important;
}
.campaign-layout .campaign-side{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:2!important;
  width:300px!important;
  min-height:260px!important;
  padding:28px 28px!important;
  border-radius:28px!important;
  background:rgba(5,12,8,.86)!important;
  backdrop-filter:blur(6px)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.55),0 0 28px rgba(0,200,83,.12)!important;
}
.campaign-layout .left-card{left:42px!important;justify-self:auto!important;}
.campaign-layout .right-card{right:42px!important;justify-self:auto!important;}
.campaign-layout .campaign-side h2{
  font-size:27px!important;
  line-height:1.15!important;
  margin:0 0 15px!important;
}
.campaign-layout .campaign-side p{
  font-size:15.5px!important;
  line-height:1.72!important;
  margin:0 0 11px!important;
}
.clean-about{
  max-width:1180px!important;
  margin:0 auto!important;
  padding-top:36px!important;
  padding-bottom:46px!important;
  text-align:center!important;
}
.clean-about-inner,
.about-lofs-panel.clean-about-inner{
  display:block!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0 22px!important;
  max-width:1050px!important;
  margin:0 auto!important;
}
.clean-about .section-kicker.center{
  margin:0 auto 12px!important;
}
.clean-about h2,
.clean-about .about-lofs-panel h2{
  text-align:center!important;
  font-size:44px!important;
  margin:8px 0 22px!important;
}
.clean-about p{
  color:#dcebe2!important;
  font-size:19px!important;
  line-height:1.9!important;
  max-width:980px!important;
  margin:0 auto 14px!important;
}
.clean-about strong{color:#9effb0!important;}
.about-main-text{margin:0 auto 36px!important;}
.lofs-gym-text{
  margin:40px auto 22px!important;
  padding-top:32px!important;
  border-top:1px solid rgba(0,200,83,.24)!important;
  max-width:980px!important;
}
.clean-gym-card,
.gym-card.clean-gym-card{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  display:block!important;
  max-width:420px!important;
  margin:18px auto 0!important;
}
.clean-gym-card h3{
  font-size:26px!important;
  margin:0 0 16px!important;
  text-align:center!important;
}
.clean-gym-card .btn{
  width:auto!important;
  min-width:210px!important;
}
@media(max-width:1700px){
  .campaign-layout{max-width:1600px!important;min-height:560px!important;}
  .campaign-layout .main-campaign-banner{width:1180px!important;max-width:1180px!important;}
  .campaign-layout .campaign-side{width:280px!important;padding:24px!important;}
  .campaign-layout .left-card{left:24px!important;}
  .campaign-layout .right-card{right:24px!important;}
  .campaign-layout .campaign-side h2{font-size:24px!important;}
  .campaign-layout .campaign-side p{font-size:14.5px!important;}
}
@media(max-width:1250px){
  .campaign-layout{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;max-width:920px!important;min-height:0!important;padding:32px 20px 54px!important;}
  .campaign-layout .campaign-side{position:relative!important;top:auto!important;transform:none!important;left:auto!important;right:auto!important;width:100%!important;min-height:auto!important;}
  .campaign-layout .main-campaign-banner{width:100%!important;max-width:100%!important;}
}

/* V17: Hesabım alanı, şifre değiştirme ve kullanıcı bildirimleri */
.account-section{max-width:1640px;margin:0 auto;}
.account-grid{display:grid;grid-template-columns:repeat(2,minmax(360px,1fr));gap:24px;margin-bottom:24px;}
.account-panel h3,.address-panel h3{font-size:24px;margin:0 0 20px;color:#fff;}
.field-label{display:block;color:#9effb0;font-weight:900;margin:6px 0 8px;font-size:15px;}
.field-label span{color:#b9cbbf;font-weight:700;}
.success-msg{background:#07180f;border:1px solid #00c85355;color:#dffbe5;border-radius:14px;padding:12px 14px;margin:0 0 16px!important;}
.address-panel{margin-top:24px;}
.address-form{max-width:none;}
.address-item{margin-top:18px;padding:16px;border:1px solid #173b28;border-radius:18px;background:#07100b;}
.address-item b,.address-item span{display:block;}
.address-item b{color:#fff;font-size:17px;margin-bottom:5px;}
.address-item span{color:#9effb0;font-weight:800;margin-bottom:8px;}
.address-item p{margin:0;color:#dcebe2;line-height:1.6;}
.notifications-panel{max-width:980px;margin:0 auto;}
.notification-item{padding:18px 0;border-bottom:1px solid #173b28;}
.notification-item:last-child{border-bottom:0;}
.notification-item b{display:block;color:#fff;font-size:20px;margin-bottom:8px;}
.notification-item p{color:#dcebe2;line-height:1.7;margin:0 0 8px;}
.notification-item small{color:#9effb0;font-weight:800;}
.profile-dropdown a[href="notifications.php"]{color:#9effb0;}
@media(max-width:900px){.account-grid{grid-template-columns:1fr;}}

/* V18: profil renkleri, buyuk canli destek, kampanya slider ve metin kutulari */
.profile-dropdown a[href="notifications.php"],
.profile-dropdown a.logout-link{
  color:#fff!important;
}
.profile-dropdown a[href="notifications.php"]:hover,
.profile-dropdown a.logout-link:hover{
  color:#fff!important;
}
.live-support-widget{
  padding:18px 22px!important;
  border-radius:24px!important;
  gap:15px!important;
  min-width:190px!important;
}
.live-support-widget b{font-size:18px!important;}
.live-support-widget span{font-size:13.5px!important;}
.live-support-widget .support-dot{width:16px!important;height:16px!important;}
.support-chat-modal{width:430px!important;bottom:104px!important;}
.support-chat-head b{font-size:18px!important;}
.support-chat-head span{font-size:13px!important;}
.support-thread{height:380px!important;}

.campaign-layout{
  display:grid!important;
  grid-template-columns:minmax(260px,300px) minmax(900px,1220px) minmax(260px,300px)!important;
  gap:38px!important;
  align-items:center!important;
  justify-content:center!important;
  max-width:1900px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:54px 28px 78px!important;
  min-height:0!important;
}
.campaign-layout .campaign-side{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  z-index:2!important;
  width:100%!important;
  min-height:330px!important;
  padding:34px 32px!important;
  border-radius:30px!important;
  background:rgba(5,12,8,.9)!important;
  backdrop-filter:blur(6px)!important;
}
.campaign-layout .left-card{justify-self:start!important;}
.campaign-layout .right-card{justify-self:end!important;}
.campaign-layout .campaign-side h2{font-size:30px!important;line-height:1.18!important;margin:0 0 18px!important;}
.campaign-layout .campaign-side p{font-size:16px!important;line-height:1.85!important;margin:0 0 13px!important;}
.campaign-layout .main-campaign-banner{
  width:100%!important;
  max-width:1220px!important;
  margin:0 auto!important;
  position:relative!important;
  z-index:1!important;
  border-radius:34px!important;
  overflow:hidden!important;
}
.campaign-slider{aspect-ratio:16/7.6;}
.campaign-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;}
.campaign-slide.active{opacity:1;}
.campaign-slide img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.campaign-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(0,200,83,.7);
  background:rgba(0,0,0,.62);
  color:#fff;
  font-size:38px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 0 20px rgba(0,0,0,.45),0 0 18px rgba(0,200,83,.18);
}
.campaign-arrow:hover{background:#00c853;color:#001006;}
.campaign-prev{left:18px;}
.campaign-next{right:18px;}
@media(max-width:1650px){
  .campaign-layout{grid-template-columns:minmax(240px,285px) minmax(760px,1040px) minmax(240px,285px)!important;gap:30px!important;padding-left:24px!important;padding-right:24px!important;}
  .campaign-layout .campaign-side{min-height:300px!important;padding:28px!important;}
  .campaign-layout .campaign-side h2{font-size:26px!important;}
  .campaign-layout .campaign-side p{font-size:14.8px!important;line-height:1.75!important;}
}
@media(max-width:1250px){
  .campaign-layout{grid-template-columns:1fr!important;max-width:920px!important;gap:20px!important;padding:34px 20px 56px!important;}
  .campaign-layout .campaign-side{min-height:auto!important;width:100%!important;}
  .campaign-layout .main-campaign-banner{max-width:100%!important;}
  .campaign-slider{aspect-ratio:16/8.4;}
}
@media(max-width:700px){
  .support-chat-modal{right:12px!important;width:calc(100vw - 24px)!important;}
  .live-support-widget{right:12px!important;min-width:0!important;}
  .campaign-arrow{width:40px;height:40px;font-size:30px;}
}

/* ===== LOFS NUTRITION PREMIUM ADMIN V19 ===== */
.admin-body{background:radial-gradient(circle at 20% 0,#0b3d2e 0,#050505 330px),linear-gradient(135deg,#020403,#07100b 48%,#020403);min-height:100vh;color:#fff;}
.premium-admin-layout{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:100vh;}
.premium-sidebar{position:sticky;top:0;height:100vh;padding:22px;background:linear-gradient(180deg,#07140d,#030504);border-right:1px solid #12402a;box-shadow:18px 0 45px #0008;display:flex;flex-direction:column;gap:22px;}
.admin-logo-box{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid #16472f;border-radius:24px;background:linear-gradient(135deg,#0a1b12,#07100b);box-shadow:0 0 30px #00c85318;}
.admin-logo-mark{width:52px;height:52px;border-radius:18px;background:#00c853;color:#001006;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:20px;box-shadow:0 0 24px #00c85355;}
.admin-logo-box strong{display:block;font-size:22px;letter-spacing:1px;color:#fff}.admin-logo-box span{display:block;color:#9effb0;font-weight:800;font-size:12px;margin-top:4px;}
.admin-menu{display:flex;flex-direction:column;gap:8px;}.admin-menu a{padding:14px 16px;border-radius:16px;color:#dffbe5;font-weight:850;border:1px solid transparent;display:flex;align-items:center;justify-content:space-between;}
.admin-menu a:hover,.admin-menu a.active{background:linear-gradient(90deg,#0b3d2e,#06130c);border-color:#00c85366;color:#fff;box-shadow:0 0 20px #00c85315;}
.admin-sidebar-footer{margin-top:auto;border-top:1px solid #143827;padding-top:16px;display:grid;gap:10px}.admin-sidebar-footer a{padding:12px 14px;border:1px solid #244;border-radius:14px;color:#fff;font-weight:800;text-align:center}.admin-sidebar-footer a:hover{border-color:#00c853;color:#9effb0;}
.premium-admin-content{padding:28px 32px 60px;min-width:0;}.admin-top-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;padding:22px 24px;border:1px solid #16472f;border-radius:28px;background:linear-gradient(135deg,#0b0f0d,#071a10);box-shadow:0 0 40px #001b0f55;}
.admin-top-header small{color:#9effb0;font-weight:900;letter-spacing:.4px}.admin-top-header h1{margin:6px 0 0;font-size:36px;letter-spacing:-.5px}.admin-top-actions{display:flex;align-items:center;gap:12px}.admin-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid #00c85355;background:#082316;color:#9effb0;font-weight:900;font-size:13px;white-space:nowrap;}
.admin-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px;margin-bottom:22px;}.admin-metric{border:1px solid #16472f;border-radius:24px;padding:22px;background:linear-gradient(145deg,#0b0f0d,#08180f);box-shadow:0 0 30px #001b0f45;min-height:132px;display:flex;flex-direction:column;justify-content:space-between;}
.admin-metric span{color:#cce8d5;font-weight:900}.admin-metric b{color:#00c853;font-size:34px;line-height:1;margin-top:12px}.admin-metric small{color:#8fb39c;font-weight:800}.admin-metric.alert{border-color:#00c85399}.admin-metric.warn{border-color:#d0a02299}.admin-metric.warn b{color:#ffd36a;}
.admin-card{background:linear-gradient(145deg,#0b0f0d,#07110b);border:1px solid #16472f;border-radius:28px;padding:24px;box-shadow:0 0 36px #001b0f45;margin-bottom:22px;}.admin-card h2{margin:0 0 18px;font-size:24px}.admin-card p{color:#cfe8d7;line-height:1.7}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-card-head a:not(.btn):not(.mini-btn){color:#9effb0;font-weight:900}.admin-help{color:#9ab7a5!important;font-size:14px;margin-top:-8px!important;}
.admin-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.align-start{align-items:start}.form-grid-admin{display:grid;grid-template-columns:1fr 1fr;gap:14px}.switch-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px}.switch-row label{padding:12px 14px;background:#07150d;border:1px solid #16472f;border-radius:14px;font-weight:900;}
.admin-product-form label{display:block;color:#dffbe5;font-weight:900;margin:12px 0 7px}.admin-product-form select,.admin-product-form .input,.admin-product-form textarea,.admin-filter-bar select,.admin-filter-bar .input{border:1px solid #1c5140;background:#050805;border-radius:14px;color:#fff;min-height:48px}.admin-product-form textarea{min-height:108px}.product-form-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#082316,#0b3d2e 55%,#06100a);}.product-form-hero h2{font-size:30px;margin-bottom:8px}.product-form-hero p{max-width:900px;margin:0;color:#dffbe5;}
.variant-admin-rows{display:grid;gap:14px}.variant-admin-row{display:grid;grid-template-columns:1.05fr 1fr .55fr .65fr 1.4fr auto;gap:12px;align-items:end;padding:14px;border:1px solid #16472f;border-radius:18px;background:#06100a;}.variant-admin-row label{font-size:13px;margin:0 0 5px}.variant-admin-row select,.variant-admin-row .input{margin:0;min-height:44px}.remove-variant{height:44px;border:1px solid #633;background:#1a0909;color:#ffb4b4;border-radius:13px;font-weight:900;cursor:pointer;}
.admin-filter-bar{display:flex;gap:12px;align-items:center;margin-bottom:18px}.admin-filter-bar .input{margin:0}.premium-table{width:100%;border-collapse:separate;border-spacing:0 10px}.premium-table th{text-align:left;color:#9effb0;font-size:13px;text-transform:uppercase;letter-spacing:.4px;padding:0 12px 6px}.premium-table td{padding:14px 12px;background:#07100b;border-top:1px solid #143827;border-bottom:1px solid #143827;vertical-align:middle}.premium-table tr td:first-child{border-left:1px solid #143827;border-radius:16px 0 0 16px}.premium-table tr td:last-child{border-right:1px solid #143827;border-radius:0 16px 16px 0}.premium-table small{display:block;color:#9ab7a5;margin-top:4px}.green-text{color:#00c853}.status-chip{display:inline-flex;padding:8px 10px;border-radius:999px;background:#092314;border:1px solid #00c85355;color:#9effb0;font-weight:900;font-size:12px}.status-chip.ok{background:#083b20;color:#9effb0}.status-chip.passive{background:#171717;color:#aaa;border-color:#333}.mini-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:12px;background:#00c853;color:#001006!important;font-weight:950;font-size:12px;margin:2px;border:0}.mini-btn.dark{background:#151515;color:#fff!important;border:1px solid #244}.mini-btn.danger{background:#2a0d0d;color:#ffb4b4!important;border:1px solid #6b2323}.admin-product-cell{display:flex;align-items:center;gap:12px;min-width:220px}.admin-product-cell img{width:58px;height:58px;object-fit:cover;border-radius:14px;background:#07150d;border:1px solid #16472f}.old-admin{text-decoration:line-through;color:#888!important}.notification-list-admin{display:grid;gap:12px;max-height:620px;overflow:auto}.notification-admin-item{padding:16px;border:1px solid #143827;border-radius:18px;background:#06100a}.notification-admin-item p{margin:8px 0}.premium-chat{height:560px!important;background:#050805!important}.chat-reply-form{display:flex;gap:12px;align-items:end}.chat-reply-form textarea{margin:0}.chat-reply-form .btn{min-height:52px}.product-admin-table td:last-child{min-width:250px;}
@media(max-width:1300px){.premium-admin-layout{grid-template-columns:250px 1fr}.admin-metrics-grid{grid-template-columns:repeat(2,1fr)}.variant-admin-row{grid-template-columns:1fr 1fr}.admin-grid-2{grid-template-columns:1fr}.admin-top-header{flex-direction:column;align-items:flex-start}.admin-filter-bar{flex-direction:column;align-items:stretch}}

/* ===== LOFS NUTRITION V20 - SADE ADMIN + CANLI DESTEK KÜÇÜLTME ===== */
.simple-dashboard{grid-template-columns:repeat(5,minmax(150px,1fr))!important;gap:14px!important;margin-bottom:20px!important;}
.admin-quick-card{display:block;border:1px solid #16472f;border-radius:22px;padding:18px;background:linear-gradient(145deg,#07110b,#0b1d13);box-shadow:0 0 24px rgba(0,200,83,.08);color:#fff!important;min-height:120px;}
.admin-quick-card span{display:block;color:#cfe8d7;font-weight:900;font-size:14px;}
.admin-quick-card b{display:block;color:#00c853;font-size:30px;line-height:1;margin:13px 0 8px;}
.admin-quick-card small{color:#93b49e;font-weight:800;}
.admin-quick-card.support{border-color:#00c85399;}
.dashboard-actions{padding:20px!important;}
.quick-action-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.clean-dashboard .admin-card{padding:20px!important;}
.compact-table td{padding:12px 10px!important;}
.simple-form-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px!important;background:linear-gradient(135deg,#07110b,#0a2819)!important;}
.simple-form-head h2{font-size:26px!important;margin:0 0 6px!important;}
.simple-form-head p{margin:0!important;color:#b9d6c3!important;}
.simple-product-form .admin-card{padding:22px!important;}
.simple-form-grid{display:grid;gap:14px;}
.simple-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));}
.simple-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));}
.clean-switch-row{margin-top:16px!important;}
.simple-variants{gap:10px!important;}
.simple-variant-row{grid-template-columns:1fr 1fr .55fr .65fr 1.2fr auto!important;padding:12px!important;border-radius:16px!important;}
.simple-variant-row label{font-size:12px!important;color:#9effb0!important;}
.simple-variant-row select,.simple-variant-row .input{min-height:40px!important;border-radius:12px!important;}
.simple-variant-row .customFlavor,.simple-variant-row .customSize{margin-top:6px!important;}
.save-wide{margin-top:16px;min-width:220px;}
.support-head-actions{display:flex;gap:8px;align-items:center;}
.support-head-actions button{width:34px;height:34px;border:0;border-radius:50%;background:#000;color:#fff;font-size:22px;cursor:pointer;font-weight:950;line-height:1;}
.support-chat-modal.minimized{height:auto!important;width:300px!important;bottom:92px!important;overflow:hidden!important;}
.support-chat-modal.minimized .support-chat-body,.support-chat-modal.minimized .support-message-form{display:none!important;}
.support-chat-modal.minimized .support-chat-head{cursor:pointer;border-bottom:0!important;}
.support-chat-modal.minimized .support-chat-head span{display:none!important;}
@media(max-width:1300px){.simple-dashboard{grid-template-columns:repeat(2,1fr)!important}.simple-form-grid.three,.simple-form-grid.two{grid-template-columns:1fr!important}.simple-variant-row{grid-template-columns:1fr 1fr!important}}

/* admin tabloları: kontrollü yatay scroll, veri/aksiyon butonu kaybolmaz */
.table-wrap,.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
@media(max-width:760px){
  .table-wrap .premium-table,.table-scroll .premium-table{display:table!important;}
  .table-wrap table.premium-table,.table-scroll table.premium-table{min-width:640px;}
}
@media(max-width:560px){
  .table-scroll .cart-table th,.table-scroll .cart-table td{padding:8px 6px!important;font-size:12.5px!important;}
  .table-scroll .cart-table{min-width:0;}
}


/* V21 admin image upload/admin management fixes */
.admin-image-preview{display:flex;align-items:center;gap:12px;margin:8px 0 12px;padding:10px;border:1px solid #16472f;border-radius:14px;background:#06100a;color:#9effb0;font-size:12px;word-break:break-all;}
.admin-image-preview img{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid #00c85355;background:#031109;}
.admin-create-form .input{margin-bottom:14px;}
.admin-notice{border-color:#00c853!important;color:#9effb0;font-weight:800;}
input[type=file].input{padding:12px;background:#07110c;color:#fff;border:1px solid #226444;}
input[type=file].input::file-selector-button{border:0;border-radius:10px;background:#00c853;color:#021107;font-weight:900;padding:10px 14px;margin-right:12px;cursor:pointer;}

/* V22 üst menü: az kategori + mega menü + arama */
.topbar.topbar-v22{
  top:0!important;
  position:sticky!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  min-height:88px!important;
  padding:14px 210px 14px 24px!important;
  background:rgba(0,0,0,.92)!important;
  backdrop-filter:blur(14px)!important;
  border-bottom:1px solid #00c85333!important;
  box-shadow:0 16px 38px #0009!important;
  z-index:1000!important;
}
.mega-main-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;max-width:none!important;margin:0!important;flex-wrap:nowrap!important;}
.mega-main-menu>a,.mega-item>.menu-trigger,.menu-direct{
  padding:13px 14px!important;border-radius:14px!important;font-size:14px!important;font-weight:900!important;white-space:nowrap!important;border:1px solid transparent!important;color:#f2fff5!important;
}
.mega-main-menu>a:hover,.mega-item>.menu-trigger:hover,.menu-direct:hover{background:#0b3d2e!important;border-color:#00c85366!important;color:#fff!important;}
.nav-sale{color:#9effb0!important;}
.center-brand{position:static!important;transform:none!important;min-width:205px!important;font-size:22px!important;padding:0 12px!important;order:0!important;}
.mega-item{position:relative;}
.mega-panel{
  position:absolute;left:0;top:calc(100% + 14px);transform:none;
  display:grid;gap:22px;background:#06100b;border:1px solid #00c85355;border-radius:22px;padding:22px;
  min-width:760px;max-width:calc(100vw - 48px);box-shadow:0 24px 60px #000d,0 0 40px #00c85314;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;z-index:3000;
}
.mega-item:hover .mega-panel,.mega-item:focus-within .mega-panel{opacity:1;visibility:visible;pointer-events:auto;}
.mega-products{grid-template-columns:repeat(4,minmax(150px,1fr));}
.mega-brands{grid-template-columns:repeat(2,minmax(230px,1fr));min-width:620px;}
.mega-goal{grid-template-columns:1fr;min-width:360px;}
.mega-col h4{margin:0 0 12px;color:#9effb0;font-size:16px;letter-spacing:.3px;}
.mega-col a{display:block!important;padding:10px 12px!important;margin:3px 0!important;font-size:15px!important;font-weight:800!important;border-radius:12px!important;color:#eaffef!important;border:0!important;}
.mega-col a:hover{background:#0b3d2e!important;color:#fff!important;}
.top-search{display:flex;align-items:center;gap:7px;position:absolute;right:86px;bottom:8px;}
.top-search input{width:210px;height:34px;border-radius:999px;border:1px solid #164b34;background:#050806;color:#fff;padding:0 12px;font-weight:700;outline:none;}
.top-search button{height:34px;border:0;border-radius:999px;background:#00c853;color:#001006;font-weight:900;padding:0 12px;cursor:pointer;}
.topbar-v22 .auth{right:26px!important;z-index:3500!important;}
.trust-banner{position:relative!important;z-index:1001!important;}
.listing-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;max-width:1680px;margin:0 auto;align-items:start;}
.filter-panel{background:#07100b;border:1px solid #173b28;border-radius:24px;padding:22px;position:sticky;top:110px;}
.filter-panel h3{margin-top:0;color:#9effb0;font-size:22px;}
.filter-panel label{display:block;font-weight:900;margin:10px 0 2px;color:#dffbe5;}
.listing-products.products{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;}
.goal-chips{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:20px 0 34px;}
.goal-chips a{padding:13px 17px;border-radius:999px;background:#07100b;border:1px solid #174832;font-weight:900;color:#eaffef;}
.goal-chips a:hover{background:#0b3d2e;border-color:#00c853;}
.center-text{text-align:center;color:#cfe1d5;font-size:17px;}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:24px;max-width:1200px;margin:0 auto;}
.contact-panel{max-width:760px;margin:0 auto;text-align:center;font-size:18px;}
@media(max-width:1450px){
  .topbar.topbar-v22{padding-right:180px!important;}
  .mega-main-menu>a,.mega-item>.menu-trigger,.menu-direct{font-size:13px!important;padding:11px 10px!important;}
  .center-brand{min-width:180px!important;font-size:20px!important;}
  .top-search{display:none;}
}
@media(max-width:1100px){
  .topbar.topbar-v22{position:relative!important;flex-direction:column!important;padding:16px!important;min-height:auto!important;}
  .mega-main-menu{flex-wrap:wrap!important;}
  .topbar-v22 .auth{position:static!important;transform:none!important;}
  .mega-panel{position:static;transform:none;min-width:0;width:100%;grid-template-columns:1fr!important;margin-top:8px;display:none;opacity:1;visibility:visible;pointer-events:auto;}
  .mega-item:hover .mega-panel,.mega-item:focus-within .mega-panel{display:grid;}
  .listing-layout{grid-template-columns:1fr;}
  .filter-panel{position:static;}
  .blog-grid{grid-template-columns:1fr;}
}

/* V23 sade premium üst menü + kategori filtreleme */
.topbar-clean{padding:14px 210px 14px 24px!important;min-height:86px!important;background:rgba(0,0,0,.94)!important;}
.clean-menu{gap:12px!important;}
.clean-menu .center-brand{min-width:245px!important;text-align:center!important;font-size:23px!important;letter-spacing:1px!important;color:#fff!important;text-shadow:0 0 18px #00c85355!important;}
.clean-menu .menu-direct,.clean-menu .menu-trigger{font-size:15px!important;padding:14px 18px!important;}
.clean-products-menu{grid-template-columns:repeat(4,minmax(170px,1fr))!important;min-width:820px!important;}
.clean-search{right:92px!important;bottom:8px!important;}
.clean-search input{width:245px!important;}
.mega-item::after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:18px;display:block;}
.mega-item:hover .mega-panel,.mega-item:focus-within .mega-panel,.mega-panel:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.category-head{max-width:1680px;margin:0 auto 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;}
.category-head h2{font-size:42px;margin:4px 0 8px;text-align:left;}
.category-head p{max-width:760px;color:#cfe1d5;font-size:17px;margin:0;line-height:1.65;}
.eyebrow{color:#9effb0!important;font-weight:950!important;text-transform:uppercase;letter-spacing:1.2px!important;font-size:13px!important;}
.category-sort select{min-width:180px;margin:0;}
.premium-listing-layout{grid-template-columns:310px minmax(0,1fr)!important;}
.premium-filter{padding:24px!important;border-radius:26px!important;background:linear-gradient(180deg,#07120b,#040705)!important;box-shadow:0 18px 45px #0009!important;}
.premium-filter select,.premium-filter .input{min-height:48px!important;border-color:#1b5139!important;background:#050806!important;font-weight:800!important;}
.filter-actions{display:flex;gap:10px;margin-top:8px;}
.filter-actions .btn{flex:1;text-align:center;}
.active-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px;color:#dffbe5;font-weight:900;align-items:center;}
.active-filter-row span{background:#0b3d2e;border:1px solid #00c85355;color:#9effb0;padding:8px 12px;border-radius:999px;}
.premium-category-products.products{grid-template-columns:repeat(auto-fill,minmax(235px,1fr))!important;gap:20px!important;}
.premium-category-products .product{min-height:455px!important;}
@media(max-width:1500px){.topbar-clean{padding-right:180px!important}.clean-menu{gap:8px!important}.clean-menu .menu-direct,.clean-menu .menu-trigger{font-size:13px!important;padding:12px 11px!important}.clean-menu .center-brand{min-width:210px!important;font-size:20px!important}.clean-search{display:none!important}}
@media(max-width:1100px){.topbar-clean{position:relative!important;padding:16px!important}.clean-products-menu{min-width:0!important}.category-head{display:block}.premium-listing-layout{grid-template-columns:1fr!important}.premium-category-products.products{grid-template-columns:repeat(2,minmax(190px,1fr))!important}}
@media(max-width:650px){.premium-category-products.products{grid-template-columns:1fr!important}.filter-actions{flex-direction:column}.category-head h2{font-size:32px}.clean-menu .center-brand{order:-1;width:100%!important}}


/* V24 arama hizası ve üst menü düzeltmesi */
.topbar-clean{padding-right:360px!important;}
.clean-search{
  right:245px!important;
  bottom:18px!important;
  z-index:3600!important;
}
.clean-search input{width:270px!important;height:36px!important;}
.clean-search button{height:36px!important;padding:0 16px!important;}
@media(max-width:1650px){
  .topbar-clean{padding-right:330px!important;}
  .clean-search{right:210px!important;}
  .clean-search input{width:235px!important;}
}
@media(max-width:1500px){
  .clean-search{display:none!important;}
  .topbar-clean{padding-right:180px!important;}
}


/* ================================
   V25 PREMIUM ADMIN PANEL REDESIGN
   Daha okunur, sade ve kurumsal admin görünümü
================================ */
:root{
  --admin-bg:#f4f7f5;
  --admin-surface:#ffffff;
  --admin-surface-2:#f8fbf9;
  --admin-text:#102018;
  --admin-muted:#60766a;
  --admin-line:#dce9e1;
  --admin-green:#00b85b;
  --admin-green-dark:#08753f;
  --admin-black:#07100b;
  --admin-shadow:0 18px 45px rgba(8,38,22,.10);
}
body.admin-body{
  background:linear-gradient(135deg,#eef5f0 0%,#f9fbfa 42%,#e9f4ee 100%)!important;
  color:var(--admin-text)!important;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
}
.premium-admin-layout{
  grid-template-columns:284px minmax(0,1fr)!important;
  background:transparent!important;
}
.premium-sidebar{
  background:linear-gradient(180deg,#06100b 0%,#08170f 58%,#040806 100%)!important;
  border-right:1px solid rgba(0,184,91,.28)!important;
  padding:22px 18px!important;
  position:sticky!important;
  top:0!important;
  height:100vh!important;
  box-shadow:14px 0 45px rgba(4,20,11,.18)!important;
}
.admin-logo-box{
  border:1px solid rgba(0,200,83,.35)!important;
  background:linear-gradient(135deg,#0b2416,#07100b)!important;
  border-radius:22px!important;
  box-shadow:none!important;
  margin-bottom:18px!important;
}
.admin-logo-mark{
  background:linear-gradient(135deg,#00d66d,#00a750)!important;
  color:#021308!important;
  box-shadow:0 10px 25px rgba(0,200,83,.25)!important;
}
.admin-logo-box strong{color:#fff!important;letter-spacing:.7px!important;}
.admin-logo-box span{color:#b8ffd0!important;}
.admin-menu a{
  color:#e9fff0!important;
  font-weight:800!important;
  font-size:14px!important;
  padding:13px 14px!important;
  border-radius:14px!important;
  opacity:.92!important;
  margin:2px 0!important;
}
.admin-menu a::before{
  content:'•';
  color:#00c853;
  margin-right:10px;
  font-size:18px;
  line-height:0;
}
.admin-menu a:hover,.admin-menu a.active{
  background:linear-gradient(90deg,#00b85b 0%,#08753f 100%)!important;
  color:#ffffff!important;
  border-color:transparent!important;
  box-shadow:0 12px 28px rgba(0,184,91,.22)!important;
  transform:translateX(3px);
}
.admin-menu a:hover::before,.admin-menu a.active::before{color:#fff!important;}
.admin-sidebar-footer a{
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
}
.admin-sidebar-footer a:hover{background:#00b85b!important;color:#03120a!important;}
.premium-admin-content{
  padding:28px 34px 64px!important;
  color:var(--admin-text)!important;
}
.admin-top-header{
  background:linear-gradient(135deg,#ffffff 0%,#f3fbf6 100%)!important;
  border:1px solid var(--admin-line)!important;
  border-radius:24px!important;
  box-shadow:var(--admin-shadow)!important;
  padding:22px 24px!important;
}
.admin-top-header small{color:var(--admin-green-dark)!important;font-weight:900!important;}
.admin-top-header h1{color:var(--admin-text)!important;font-size:32px!important;font-weight:950!important;}
.admin-pill{
  color:#075d34!important;
  background:#e8fff1!important;
  border:1px solid #b9f0cd!important;
}
.admin-card,.admin-quick-card,.admin-metric{
  background:var(--admin-surface)!important;
  border:1px solid var(--admin-line)!important;
  color:var(--admin-text)!important;
  box-shadow:var(--admin-shadow)!important;
}
.admin-card{border-radius:24px!important;padding:24px!important;}
.admin-card h2,.admin-card h3,.admin-card-head h2{color:var(--admin-text)!important;font-weight:950!important;}
.admin-card p,.admin-help,.admin-card small{color:var(--admin-muted)!important;}
.admin-quick-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(170px,1fr))!important;
  gap:16px!important;
  margin-bottom:22px!important;
}
.admin-quick-card{
  border-radius:22px!important;
  min-height:132px!important;
  transition:.18s ease!important;
}
.admin-quick-card:hover{
  transform:translateY(-3px)!important;
  border-color:#80ddb0!important;
  box-shadow:0 22px 55px rgba(0,184,91,.16)!important;
}
.admin-quick-card span{color:var(--admin-muted)!important;font-size:14px!important;}
.admin-quick-card b{color:#00a750!important;font-size:30px!important;}
.admin-quick-card small{color:#6f8177!important;}
.btn,.mini-btn{
  background:linear-gradient(135deg,#00c864,#00a750)!important;
  color:#03120a!important;
  border:0!important;
  box-shadow:0 10px 22px rgba(0,184,91,.22)!important;
}
.btn:hover,.mini-btn:hover{filter:brightness(1.04);transform:translateY(-1px);}
.mini-btn.dark,.btn.out{
  background:#ffffff!important;
  color:var(--admin-text)!important;
  border:1px solid var(--admin-line)!important;
  box-shadow:none!important;
}
.mini-btn.danger{background:#fff1f1!important;color:#b42323!important;border:1px solid #ffd0d0!important;box-shadow:none!important;}
.input,select,textarea,
.admin-product-form select,.admin-product-form .input,.admin-product-form textarea,
.admin-filter-bar select,.admin-filter-bar .input{
  background:#ffffff!important;
  color:var(--admin-text)!important;
  border:1px solid #cddfd4!important;
  box-shadow:0 1px 0 rgba(13,42,25,.03)!important;
}
.input::placeholder,textarea::placeholder{color:#8fa29a!important;}
.input:focus,select:focus,textarea:focus{
  outline:3px solid rgba(0,200,83,.15)!important;
  border-color:#00b85b!important;
}
.admin-product-form label{
  color:#21372b!important;
  font-weight:900!important;
}
.switch-row label,.clean-switch-row label{
  background:#f5faf7!important;
  color:#22372b!important;
  border:1px solid var(--admin-line)!important;
}
.simple-form-head,.product-form-hero{
  background:linear-gradient(135deg,#ffffff,#ecfff3)!important;
  color:var(--admin-text)!important;
  border:1px solid #cceedd!important;
}
.simple-form-head h2,.product-form-hero h2{color:#0e2418!important;}
.simple-form-head p,.product-form-hero p{color:#5f7468!important;}
.variant-admin-row,.simple-variant-row{
  background:#f7fbf8!important;
  border:1px solid var(--admin-line)!important;
  border-radius:18px!important;
}
.remove-variant{
  background:#fff1f1!important;
  color:#b42323!important;
  border:1px solid #ffd0d0!important;
}
.premium-table{border-spacing:0 9px!important;color:var(--admin-text)!important;}
.premium-table th{
  color:#08753f!important;
  font-size:12px!important;
  font-weight:950!important;
}
.premium-table td{
  background:#ffffff!important;
  color:#172a1f!important;
  border-top:1px solid var(--admin-line)!important;
  border-bottom:1px solid var(--admin-line)!important;
}
.premium-table tr td:first-child{border-left:1px solid var(--admin-line)!important;}
.premium-table tr td:last-child{border-right:1px solid var(--admin-line)!important;}
.premium-table small{color:#687d71!important;}
.green-text,.old-admin + .green-text{color:#00a750!important;}
.status-chip{
  background:#eafff2!important;
  border:1px solid #b7efcb!important;
  color:#08753f!important;
}
.status-chip.passive{background:#f2f2f2!important;color:#777!important;border-color:#ddd!important;}
.admin-product-cell img,.admin-image-preview img{
  background:#f2f7f4!important;
  border:1px solid var(--admin-line)!important;
}
.admin-image-preview{
  background:#f7fbf8!important;
  color:#08753f!important;
  border:1px solid var(--admin-line)!important;
}
.admin-chat-box,.premium-chat{
  background:#f7fbf8!important;
  border:1px solid var(--admin-line)!important;
}
.chat-line.user{background:#ffffff!important;color:#172a1f!important;border:1px solid var(--admin-line)!important;}
.chat-line.admin{background:#00b85b!important;color:#03120a!important;}
.notification-admin-item{background:#f7fbf8!important;border:1px solid var(--admin-line)!important;color:var(--admin-text)!important;}
@media(max-width:1450px){.admin-quick-grid{grid-template-columns:repeat(3,1fr)!important;}}

/* ===== V26 ADMIN LIGHT / DARK MODE TOGGLE ===== */
.admin-theme-toggle{
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  border:1px solid #cddfd4;
  background:#ffffff;
  color:#102018;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(8,38,22,.08);
  white-space:nowrap;
}
.admin-theme-toggle:hover{transform:translateY(-1px);border-color:#00b85b;}

body.admin-body.admin-dark-mode{
  --admin-bg:#050805;
  --admin-surface:#08110c;
  --admin-surface-2:#0b1710;
  --admin-text:#f3fff6;
  --admin-muted:#abc4b4;
  --admin-line:#16472f;
  --admin-green:#00c853;
  --admin-green-dark:#9effb0;
  --admin-black:#020403;
  --admin-shadow:0 22px 55px rgba(0,0,0,.42);
  background:radial-gradient(circle at 18% 0,#0b3d2e 0,#050805 360px),linear-gradient(135deg,#020403 0%,#07100b 50%,#020403 100%)!important;
  color:var(--admin-text)!important;
}
body.admin-dark-mode .premium-sidebar{
  background:linear-gradient(180deg,#06140d 0%,#030504 100%)!important;
  border-right:1px solid rgba(0,200,83,.32)!important;
}
body.admin-dark-mode .admin-top-header,
body.admin-dark-mode .admin-card,
body.admin-dark-mode .admin-quick-card,
body.admin-dark-mode .admin-metric{
  background:linear-gradient(145deg,#0b120e,#07100b)!important;
  border-color:#16472f!important;
  color:var(--admin-text)!important;
  box-shadow:var(--admin-shadow)!important;
}
body.admin-dark-mode .admin-top-header h1,
body.admin-dark-mode .admin-card h2,
body.admin-dark-mode .admin-card h3,
body.admin-dark-mode .admin-card-head h2,
body.admin-dark-mode .admin-product-form label{
  color:#ffffff!important;
}
body.admin-dark-mode .admin-card p,
body.admin-dark-mode .admin-help,
body.admin-dark-mode .admin-card small,
body.admin-dark-mode .admin-quick-card span,
body.admin-dark-mode .admin-quick-card small{
  color:#abc4b4!important;
}
body.admin-dark-mode .admin-top-header small,
body.admin-dark-mode .premium-table th,
body.admin-dark-mode .simple-variant-row label{
  color:#9effb0!important;
}
body.admin-dark-mode .admin-pill{
  color:#9effb0!important;
  background:#082316!important;
  border-color:#00c85355!important;
}
body.admin-dark-mode .admin-theme-toggle{
  background:#07100b!important;
  color:#9effb0!important;
  border-color:#00c85366!important;
  box-shadow:0 0 22px rgba(0,200,83,.12)!important;
}
body.admin-dark-mode .input,
body.admin-dark-mode select,
body.admin-dark-mode textarea,
body.admin-dark-mode .admin-product-form select,
body.admin-dark-mode .admin-product-form .input,
body.admin-dark-mode .admin-product-form textarea,
body.admin-dark-mode .admin-filter-bar select,
body.admin-dark-mode .admin-filter-bar .input{
  background:#050805!important;
  color:#ffffff!important;
  border-color:#1c5140!important;
}
body.admin-dark-mode .input::placeholder,
body.admin-dark-mode textarea::placeholder{color:#7f998b!important;}
body.admin-dark-mode .switch-row label,
body.admin-dark-mode .clean-switch-row label,
body.admin-dark-mode .variant-admin-row,
body.admin-dark-mode .simple-variant-row,
body.admin-dark-mode .notification-admin-item,
body.admin-dark-mode .admin-chat-box,
body.admin-dark-mode .premium-chat{
  background:#06100a!important;
  border-color:#16472f!important;
  color:#ffffff!important;
}
body.admin-dark-mode .simple-form-head,
body.admin-dark-mode .product-form-hero{
  background:linear-gradient(135deg,#07110b,#0a2819)!important;
  border-color:#16472f!important;
  color:#ffffff!important;
}
body.admin-dark-mode .simple-form-head h2,
body.admin-dark-mode .product-form-hero h2{color:#fff!important;}
body.admin-dark-mode .simple-form-head p,
body.admin-dark-mode .product-form-hero p{color:#b9d6c3!important;}
body.admin-dark-mode .premium-table td{
  background:#07100b!important;
  color:#f3fff6!important;
  border-top-color:#143827!important;
  border-bottom-color:#143827!important;
}
body.admin-dark-mode .premium-table tr td:first-child{border-left-color:#143827!important;}
body.admin-dark-mode .premium-table tr td:last-child{border-right-color:#143827!important;}
body.admin-dark-mode .premium-table small{color:#9ab7a5!important;}
body.admin-dark-mode .mini-btn.dark,
body.admin-dark-mode .btn.out{
  background:#151515!important;
  color:#fff!important;
  border-color:#244!important;
}
body.admin-dark-mode .status-chip{
  background:#092314!important;
  border-color:#00c85355!important;
  color:#9effb0!important;
}
body.admin-dark-mode .admin-product-cell img,
body.admin-dark-mode .admin-image-preview img,
body.admin-dark-mode .admin-image-preview{
  background:#07150d!important;
  border-color:#16472f!important;
  color:#9effb0!important;
}
body.admin-dark-mode .chat-line.user{
  background:#07100b!important;
  color:#fff!important;
  border-color:#16472f!important;
}
body.admin-dark-mode .chat-line.admin{
  background:#00c853!important;
  color:#001006!important;
}

/* v27 canlı destek davranışı */
.support-head-actions{display:flex!important;align-items:center!important;gap:8px!important;}
.support-head-actions button{line-height:1!important;font-weight:900!important;}
#supportMinimize{font-size:22px!important;}
#supportClose{font-size:23px!important;background:#101010!important;border:1px solid rgba(255,255,255,.18)!important;}
.support-close-confirm{position:absolute!important;inset:0!important;background:rgba(0,0,0,.82)!important;z-index:20!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important;}
.support-close-confirm[hidden]{display:none!important;}
.support-confirm-card{width:100%!important;max-width:340px!important;border:1px solid rgba(0,200,83,.45)!important;background:linear-gradient(145deg,#07130d,#020403)!important;border-radius:22px!important;padding:22px!important;box-shadow:0 24px 70px rgba(0,0,0,.45)!important;text-align:left!important;}
.support-confirm-card b{display:block!important;color:#fff!important;font-size:18px!important;margin-bottom:10px!important;}
.support-confirm-card p{color:#c6d7cc!important;font-size:14px!important;line-height:1.55!important;margin:0 0 18px!important;}
.support-confirm-actions{display:flex!important;gap:10px!important;justify-content:flex-end!important;}
.support-confirm-actions .btn{padding:11px 16px!important;border-radius:12px!important;}
.support-chat-modal{position:fixed!important;}


/* V29 admin ferahlık, sipariş filtre düzeltmesi ve bakım merkezi */
.admin-spacious-grid{gap:34px!important;grid-template-columns:minmax(380px,.8fr) minmax(620px,1.2fr)!important;}
.admin-form-card,.admin-list-card{padding:32px!important;}
.spacious-admin-form{display:grid!important;gap:10px!important;}
.spacious-admin-form label{font-size:15px!important;color:#9effb0!important;font-weight:950!important;margin-top:8px!important;}
.spacious-admin-form .input{min-height:52px!important;margin:0 0 12px!important;padding:15px 16px!important;}
.admin-table-clean td{padding:18px 14px!important;}
.admin-password-chip{display:inline-flex;align-items:center;max-width:190px;padding:8px 11px;border-radius:999px;background:#0b3d2e;border:1px solid #00c85355;color:#eaffef;font-weight:900;font-size:12px;word-break:break-all;}
.order-status-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px;}
.order-status-tabs a{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border-radius:999px;border:1px solid #16472f;background:#07100b;color:#dffbe5;font-weight:900;}
.order-status-tabs a b{color:#9effb0;}
.order-status-tabs a.active{background:#00c853;color:#001006;border-color:#00c853;box-shadow:0 0 18px rgba(0,200,83,.22);}
.order-status-tabs a.active b{color:#001006;}
.order-select-filter{max-width:420px;}
.admin-empty-state{padding:28px;border-radius:20px;background:#07100b;border:1px dashed #1b5139;color:#9effb0;font-weight:900;text-align:center;}
.maintenance-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px;margin-bottom:22px;}
.maintenance-stat{background:linear-gradient(145deg,#07110b,#0b1d13);border:1px solid #16472f;border-radius:20px;padding:18px;}
.maintenance-stat span{display:block;color:#cfe8d7;font-weight:900;font-size:13px;}
.maintenance-stat b{display:block;color:#00c853;font-size:30px;margin-top:8px;}
.maintenance-actions{display:flex;gap:10px;flex-wrap:wrap;}
.maintenance-actions button{font-size:13px!important;padding:12px 14px!important;}
@media(max-width:1300px){.admin-spacious-grid{grid-template-columns:1fr!important}.maintenance-grid{grid-template-columns:repeat(2,1fr)}}

/* V30: arama alanı LOFS yazısının altına alındı + canlı öneri kutusu */
.topbar .top-search,
.topbar .clean-search{display:none!important;}
.topbar-clean{padding-right:190px!important;}
.clean-menu{padding-right:0!important;}
.center-search-strip{
  position:sticky;
  top:126px;
  z-index:19;
  width:100%;
  background:linear-gradient(180deg,#000 0%,#020604 100%);
  border-bottom:1px solid #123827;
  padding:15px 20px 17px;
}
.center-search-form{max-width:760px;margin:0 auto;position:relative;}
.center-search-box{
  position:relative;
  display:grid;
  grid-template-columns:44px 1fr 84px;
  align-items:center;
  min-height:48px;
  border:1px solid #145b3a;
  border-radius:999px;
  background:rgba(3,9,6,.96);
  box-shadow:0 0 30px rgba(0,200,83,.16), inset 0 0 18px rgba(0,200,83,.05);
  overflow:visible;
}
.center-search-box .search-icon{color:#9effb0;text-align:center;font-size:22px;font-weight:900;line-height:1;}
.center-search-box input{
  height:48px;
  width:100%;
  border:0;
  outline:none;
  background:transparent;
  color:#fff;
  font-size:15px;
  font-weight:800;
}
.center-search-box input::placeholder{color:#90a99b;font-weight:700;}
.center-search-box button{
  height:38px;
  margin-right:6px;
  border:0;
  border-radius:999px;
  background:#00c853;
  color:#001006;
  font-weight:950;
  cursor:pointer;
}
.search-suggestions{
  position:absolute;
  left:0;
  right:0;
  top:60px;
  background:#07100b;
  border:1px solid #16623f;
  border-radius:22px;
  box-shadow:0 25px 60px rgba(0,0,0,.72),0 0 30px rgba(0,200,83,.13);
  padding:12px;
  max-height:430px;
  overflow:auto;
  z-index:1000;
}
.search-suggestions[hidden]{display:none!important;}
.search-suggestions .suggest-head{
  padding:7px 10px 8px;
  font-size:12px;
  font-weight:950;
  color:#9effb0;
  text-transform:uppercase;
  letter-spacing:.6px;
}
.search-suggestions a{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:11px;
  align-items:center;
  padding:10px;
  border-radius:14px;
  color:#fff;
}
.search-suggestions a:hover,
.search-suggestions a.active{background:#0b3d2e;}
.search-suggestions img{
  width:42px;
  height:42px;
  object-fit:cover;
  border-radius:10px;
  background:#0b1911;
  border:1px solid #12442d;
}
.search-suggestions .suggest-fallback{
  width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:#0b3d2e;color:#9effb0;font-weight:950;border:1px solid #176542;
}
.search-suggestions b{display:block;font-size:14px;line-height:1.25;}
.search-suggestions span{display:block;color:#b8c9bf;font-size:12px;margin-top:3px;}
.search-suggestions em{font-style:normal;color:#9effb0;font-size:11px;font-weight:900;border:1px solid #174832;border-radius:999px;padding:5px 8px;white-space:nowrap;}
.search-suggestions .suggest-empty{padding:16px;color:#c6d8cc;text-align:center;font-weight:800;}
@media(max-width:1500px){
  .center-search-strip{top:126px;}
  .topbar-clean{padding-right:170px!important;}
}
@media(max-width:1200px){
  .center-search-strip{position:relative;top:auto;padding:12px 14px;}
  .center-search-form{max-width:95%;}
  .center-search-box{grid-template-columns:38px 1fr 72px;}
}
@media(max-width:700px){
  .center-search-box{grid-template-columns:36px 1fr 64px;}
  .center-search-box input{font-size:13px;}
  .center-search-box button{font-size:12px;}
}

/* V31: Scroll sonrası premium compact üst menü + arama sağa küçülür */
body.lofs-scrolled .topbar-clean{
  min-height:62px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
  background:rgba(0,0,0,.82)!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 16px 45px rgba(0,0,0,.70)!important;
  border-bottom:1px solid rgba(0,200,83,.35)!important;
}
body.lofs-scrolled .clean-menu .menu-direct,
body.lofs-scrolled .clean-menu .menu-trigger{
  font-size:13px!important;
  padding:10px 12px!important;
  border-radius:12px!important;
}
body.lofs-scrolled .clean-menu .center-brand{
  font-size:19px!important;
  min-width:210px!important;
  text-shadow:0 0 14px rgba(0,200,83,.55)!important;
}
body.lofs-scrolled .center-search-strip{
  position:fixed!important;
  top:72px!important;
  right:210px!important;
  left:auto!important;
  width:360px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  z-index:3600!important;
  transition:all .22s ease!important;
}
body.lofs-scrolled .center-search-form{
  max-width:none!important;
  width:100%!important;
}
body.lofs-scrolled .center-search-box{
  min-height:38px!important;
  grid-template-columns:34px 1fr 62px!important;
  border-color:rgba(0,200,83,.35)!important;
  background:rgba(2,8,5,.88)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 14px 35px rgba(0,0,0,.45),0 0 18px rgba(0,200,83,.10)!important;
}
body.lofs-scrolled .center-search-box .search-icon{
  font-size:17px!important;
}
body.lofs-scrolled .center-search-box input{
  height:38px!important;
  font-size:12px!important;
}
body.lofs-scrolled .center-search-box button{
  height:30px!important;
  font-size:12px!important;
  padding:0 10px!important;
}
body.lofs-scrolled .search-suggestions{
  top:48px!important;
  max-height:360px!important;
}
body.lofs-scrolled .trust-banner{
  box-shadow:0 8px 26px rgba(0,0,0,.45)!important;
}
@media(max-width:1500px){
  body.lofs-scrolled .center-search-strip{right:170px!important;width:300px!important;}
}
@media(max-width:1200px){
  body.lofs-scrolled .center-search-strip{position:relative!important;top:auto!important;right:auto!important;width:auto!important;padding:12px 14px!important;background:linear-gradient(180deg,#000 0%,#020604 100%)!important;border-bottom:1px solid #123827!important;}
  body.lofs-scrolled .topbar-clean{position:relative!important;}
}

/* V32: Arama alanı LOFS yazısının altında sabit yerinde kalır; scroll sonrası sağa taşınmaz */
.center-search-strip{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:9!important;
  padding:15px 20px 17px!important;
  background:linear-gradient(180deg,#000 0%,#020604 100%)!important;
  border-bottom:1px solid #123827!important;
  transition:none!important;
}
body.lofs-scrolled .center-search-strip{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  padding:15px 20px 17px!important;
  background:linear-gradient(180deg,#000 0%,#020604 100%)!important;
  border-bottom:1px solid #123827!important;
  z-index:9!important;
}
body.lofs-scrolled .center-search-form{
  max-width:760px!important;
  width:auto!important;
  margin:0 auto!important;
}
body.lofs-scrolled .center-search-box{
  min-height:48px!important;
  grid-template-columns:44px 1fr 84px!important;
  border-color:#145b3a!important;
  background:rgba(3,9,6,.96)!important;
  box-shadow:0 0 30px rgba(0,200,83,.16), inset 0 0 18px rgba(0,200,83,.05)!important;
  backdrop-filter:none!important;
}
body.lofs-scrolled .center-search-box .search-icon{
  font-size:22px!important;
}
body.lofs-scrolled .center-search-box input{
  height:48px!important;
  font-size:15px!important;
}
body.lofs-scrolled .center-search-box button{
  height:38px!important;
  font-size:inherit!important;
  padding:0 16px!important;
}
body.lofs-scrolled .search-suggestions{
  top:60px!important;
  max-height:430px!important;
}
@media(max-width:1200px){
  body.lofs-scrolled .center-search-form{max-width:95%!important;}
  body.lofs-scrolled .center-search-box{grid-template-columns:38px 1fr 72px!important;}
}
@media(max-width:700px){
  body.lofs-scrolled .center-search-box{grid-template-columns:36px 1fr 64px!important;}
  body.lofs-scrolled .center-search-box input{font-size:13px!important;}
  body.lofs-scrolled .center-search-box button{font-size:12px!important;}
}

/* V33: Kayıt / giriş profesyonel hesap güvenliği düzenlemeleri */
.auth-panel{
  max-width:520px;
  margin:70px auto;
  padding:34px!important;
}
.alert.error{
  border:1px solid rgba(255,80,80,.35);
  background:rgba(255,50,50,.08);
  color:#ffd2d2;
  padding:12px 14px;
  border-radius:14px;
  margin:12px 0 18px;
  font-weight:700;
}
.password-wrap{
  position:relative;
  width:100%;
}
.password-wrap .input{
  padding-right:52px!important;
}
.password-toggle{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border:1px solid rgba(0,200,83,.28);
  background:rgba(0,0,0,.25);
  color:#fff;
  border-radius:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.password-toggle:hover{
  border-color:#00c853;
  box-shadow:0 0 14px rgba(0,200,83,.22);
}
.password-toggle svg{display:block;}
.password-toggle .icon-eye-off{display:none;}
.password-toggle.active .icon-eye{display:none;}
.password-toggle.active .icon-eye-off{display:block;}
.password-strength{
  margin:8px 0 16px;
}
.strength-track{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}
.strength-track span{
  display:block;
  height:100%;
  border-radius:999px;
  background:#ff5252;
  transition:width .25s ease, background .25s ease;
}
.password-strength small{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.72);
}
.strength-2 .strength-track span{background:#ffb020;}
.strength-3 .strength-track span{background:#d4ff3f;}
.strength-4 .strength-track span,
.strength-5 .strength-track span{background:#00c853;}
.profile-avatar{
  letter-spacing:.03em;
  font-weight:900;
}
.welcome-toast{
  max-width:760px;
  margin:0 auto 26px;
  padding:18px 22px;
  border:1px solid rgba(0,200,83,.32);
  background:linear-gradient(135deg,rgba(0,200,83,.14),rgba(3,12,8,.92));
  border-radius:22px;
  display:flex;
  align-items:center;
  gap:16px;
  box-shadow:0 18px 45px rgba(0,0,0,.35),0 0 35px rgba(0,200,83,.12);
}
.welcome-avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#00c853;
  color:#021107;
  font-weight:1000;
  font-size:18px;
  box-shadow:0 0 22px rgba(0,200,83,.35);
}
.welcome-toast b{
  display:block;
  font-size:20px;
  color:#fff;
  margin-bottom:4px;
}
.welcome-toast span{
  color:rgba(255,255,255,.78);
  font-weight:700;
}

/* V34 admin yetki sistemi */
.permission-box{margin-top:18px;padding:18px;border:1px solid rgba(0,200,83,.18);border-radius:18px;background:rgba(0,200,83,.04)}
.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin-top:12px}
.permission-grid.small{grid-template-columns:1fr;max-height:260px;overflow:auto;padding-right:6px}
.permission-grid label,.perm-full{display:flex;align-items:center;gap:8px;font-weight:700;color:inherit;background:rgba(255,255,255,.04);border:1px solid rgba(0,200,83,.12);padding:10px 12px;border-radius:12px}
.permission-grid input,.perm-full input{width:auto;accent-color:#00c853}
.admin-perm-details summary{cursor:pointer;font-weight:800;color:#00c853;margin-bottom:8px}
.mini-perm-form{min-width:260px;max-width:340px;padding:12px;border:1px solid rgba(0,200,83,.18);border-radius:14px;background:rgba(0,0,0,.03)}
.small-btn{padding:9px 14px;margin-top:10px}
.danger-btn{background:#b91c1c!important;color:#fff!important;border-color:#ef4444!important;padding:9px 14px}
.status-ok{color:#00c853;font-weight:900}.status-passive{color:#ef4444;font-weight:900}.muted-row{opacity:.55}.admin-table-clean td{vertical-align:top}
body.admin-dark-mode .permission-grid label, body.admin-dark-mode .perm-full, body.admin-dark-mode .mini-perm-form{background:rgba(255,255,255,.035)}

/* V36 footer ödeme ikonları tek premium tasarım */
.footer-payments{
  max-width:1120px!important;
  gap:18px!important;
  padding:0 16px!important;
}
.footer-payments img{
  width:auto!important;
  height:54px!important;
  border-radius:14px!important;
  background:#07100b!important;
  box-shadow:0 0 0 1px rgba(0,200,83,.18),0 14px 32px rgba(0,0,0,.32)!important;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease!important;
}
.footer-payments img:hover{
  transform:translateY(-3px)!important;
  filter:drop-shadow(0 0 18px rgba(0,200,83,.25))!important;
  box-shadow:0 0 0 1px rgba(0,200,83,.65),0 18px 38px rgba(0,0,0,.42)!important;
}
@media(max-width:700px){
  .footer-payments{gap:10px!important;}
  .footer-payments img{height:46px!important;}
}

/* V37 footer ödeme ikonları: tamamı tek satır */
.footer-payments{
  max-width:1280px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  padding:0 12px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.footer-payments img{
  height:46px!important;
  width:auto!important;
  max-width:155px!important;
  border-radius:13px!important;
}
@media(max-width:900px){
  .footer-payments{flex-wrap:wrap!important;gap:10px!important;}
  .footer-payments img{height:42px!important;max-width:145px!important;}
}


/* V38 yasal sayfalar */
.legal-page{max-width:1160px;margin:0 auto;padding:72px 22px 30px;}
.legal-hero{text-align:center;margin-bottom:34px;}
.legal-hero .section-kicker{display:inline-block;color:#9effb0;font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:12px;margin-bottom:12px;}
.legal-hero h1{font-size:42px;line-height:1.12;margin:0 0 14px;text-shadow:0 0 22px rgba(0,200,83,.24);}
.legal-hero p{max-width:820px;margin:0 auto;color:#cfe1d5;line-height:1.75;font-size:16px;}
.legal-card{background:rgba(7,16,11,.86);border:1px solid rgba(0,200,83,.22);border-radius:28px;padding:34px 38px;box-shadow:0 18px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.03);}
.legal-card h2{font-size:24px;margin:28px 0 12px;color:#fff;}
.legal-card h2:first-child{margin-top:0;}
.legal-card h3{font-size:18px;margin:22px 0 10px;color:#9effb0;}
.legal-card p,.legal-card li{color:#dcebe2;line-height:1.8;font-size:15.5px;}
.legal-card ul,.legal-card ol{padding-left:22px;margin:10px 0 18px;}
.legal-note{border:1px solid rgba(0,200,83,.25);background:rgba(0,200,83,.07);border-radius:18px;padding:16px 18px;margin:22px 0;color:#dffbe5;line-height:1.65;}
.legal-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0 0;}
.legal-meta div{background:rgba(255,255,255,.035);border:1px solid rgba(0,200,83,.13);border-radius:16px;padding:14px;color:#cfe1d5;}
.legal-meta b{display:block;color:#fff;margin-bottom:5px;}

/* V39 mobil header/nav yeniden düzenleme (hamburger + drawer) */
.mobile-nav-toggle,.mobile-brand,.mobile-header-actions,.mobile-account-menu,.mobile-account-dropdown,.mobile-nav-overlay,.mobile-nav-drawer{display:none;}

@media(max-width:900px){
  /* kompakt header: [hamburger] [logo] [sepet/hesap] */
  .topbar.topbar-v22.topbar-clean{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    min-height:60px!important;
    padding:0 10px!important;
    position:sticky!important;
    top:0!important;
  }
  .mobile-nav-toggle{
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    width:40px;height:40px;
    background:transparent;
    border:1px solid rgba(0,200,83,.28);
    border-radius:12px;
    order:1;
    flex:0 0 auto;
    padding:0;
    cursor:pointer;
  }
  .mobile-nav-toggle span{display:block;width:18px;height:2px;background:#eafff0;border-radius:2px;}
  .mobile-brand{
    display:block!important;
    order:2;
    flex:1 1 auto;
    text-align:center;
    font-size:17px;
    font-weight:900;
    letter-spacing:.5px;
    color:#fff;
    text-shadow:0 0 14px rgba(0,200,83,.4);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .mobile-header-actions{
    display:flex!important;
    align-items:center;
    gap:6px;
    order:3;
    flex:0 0 auto;
  }
  .mobile-account-menu{display:block;position:relative;}
  .mobile-account-toggle{border:0;background:transparent;cursor:pointer;padding:0;}
  .mobile-account-menu.open .mobile-account-toggle{background:rgba(0,200,83,.14);color:#9effb0;}
  .mobile-account-dropdown{
    position:absolute;
    display:none;
    top:46px;
    right:0;
    width:270px;
    max-width:calc(100vw - 24px);
    max-height:calc(100vh - 84px);
    overflow-y:auto;
    padding:9px;
    background:rgba(7,16,11,.98);
    border:1px solid rgba(0,200,83,.38);
    border-radius:18px;
    box-shadow:0 20px 48px rgba(0,0,0,.62);
    z-index:4100;
  }
  .mobile-account-menu.open .mobile-account-dropdown{display:block;}
  .mobile-account-dropdown a{
    display:flex;
    align-items:center;
    min-height:46px;
    padding:11px 13px;
    border-radius:11px;
    color:#eafff0;
    font-size:15px;
    font-weight:800;
  }
  .mobile-account-dropdown a:hover,.mobile-account-dropdown a:focus{background:rgba(0,200,83,.13);outline:none;}
  .mobile-account-dropdown .logout-link{margin-top:5px;border-top:1px solid rgba(0,200,83,.2);border-radius:0 0 11px 11px;color:#9effb0;}
  .mobile-icon-link{
    width:38px;height:38px;
    display:flex;align-items:center;justify-content:center;
    color:#eafff0;
    border-radius:12px;
  }
  .mobile-icon-link:hover{background:rgba(0,200,83,.12);}

  /* masaüstü menü/arama/auth öğeleri mobilde header içinde gösterilmiyor, drawer'a taşındı */
  .topbar.topbar-v22.topbar-clean .main-menu.mega-main-menu.clean-menu{display:none!important;}
  .topbar.topbar-v22.topbar-clean .auth{display:none!important;}
  .trust-banner{display:none!important;}

  /* arama şeridi: header'ın hemen altında, kompakt */
  .center-search-strip{
    padding:10px 14px!important;
    background:#050505!important;
  }
  .center-search-form{width:100%!important;}
  .center-search-box{
    width:100%!important;
    height:46px!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    padding:0 12px!important;
    border-radius:14px!important;
  }
  .center-search-box input{
    flex:1 1 auto!important;
    width:auto!important;
    height:100%!important;
    font-size:14px!important;
    background:transparent!important;
    border:0!important;
  }
  .center-search-box button{
    flex:0 0 auto!important;
    padding:0 14px!important;
    height:34px!important;
    font-size:13px!important;
  }

  /* canlı destek: mobilde sade, ikon-only, yarı saydam yuvarlak buton */
  .live-support-widget{
    min-width:0!important;
    width:50px!important;
    height:50px!important;
    padding:0!important;
    right:14px!important;
    bottom:14px!important;
    gap:0!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(7,16,11,.62)!important;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    border:1px solid rgba(0,200,83,.5)!important;
    box-shadow:0 8px 22px rgba(0,0,0,.35)!important;
  }
  .live-support-widget b,.live-support-widget span{display:none!important;}
  .live-support-widget::before{
    content:"";
    width:22px;height:22px;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/></svg>");
    background-size:contain;background-repeat:no-repeat;background-position:center;
  }
  .live-support-widget .support-dot{
    position:absolute;
    top:2px;right:2px;
    width:10px!important;height:10px!important;
    margin:0;
  }
}

/* off-canvas mobil menü (soldan açılır drawer) */
.mobile-nav-overlay{
  display:block;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease;
  z-index:4000;
}
.mobile-nav-overlay.open{opacity:1;visibility:visible;pointer-events:auto;}
.mobile-nav-drawer{
  display:block;
  position:fixed;
  top:0;left:0;
  height:100%;
  width:85%;
  max-width:340px;
  background:#07100b;
  border-right:1px solid rgba(0,200,83,.22);
  box-shadow:18px 0 48px rgba(0,0,0,.45);
  transform:translateX(-100%);
  transition:transform .28s ease;
  z-index:4001;
  overflow-y:auto;
  padding:18px 18px 28px;
}
.mobile-nav-drawer.open{transform:translateX(0);}
.mobile-nav-head{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:16px;
}
.mobile-nav-brand{font-weight:900;font-size:17px;color:#fff;letter-spacing:.5px;}
.mobile-nav-close{
  width:34px;height:34px;
  border-radius:10px;
  background:transparent;
  border:1px solid rgba(0,200,83,.28);
  color:#eafff0;
  font-size:20px;line-height:1;
  cursor:pointer;
}
.mobile-nav-links{display:flex;flex-direction:column;gap:2px;}
.mobile-nav-links a{
  padding:13px 10px;
  border-radius:12px;
  font-weight:700;
  font-size:15px;
  color:#eafff0;
}
.mobile-nav-links a:hover{background:rgba(0,200,83,.1);}
.mobile-nav-divider{height:1px;background:rgba(0,200,83,.16);margin:14px 0;}
.mobile-nav-trust{
  display:flex;flex-direction:column;gap:8px;
  font-size:12.5px;
  color:#9effb0;
  font-weight:700;
}

@media(min-width:901px){
  .mobile-nav-drawer,.mobile-nav-overlay{display:none!important;}
}

/* mobil menü açıkken body kilidi */
body.mobile-nav-locked{overflow:hidden!important;}

/* ürün kartları: küçük ekranlarda 2 sütun, taşma yok */
@media(max-width:560px){
  .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .product{padding:12px!important;min-height:auto!important;border-radius:18px!important;}
  .product img{height:130px!important;}
  .product .cat{font-size:11px!important;}
  .product h3{font-size:14px!important;margin:6px 0!important;line-height:1.25;}
  .product p:not(.cat){display:none;}
  .price{margin-top:8px!important;}
  .new{font-size:16px!important;}
  .old{font-size:12px!important;}
  .actions{flex-direction:column!important;gap:6px!important;margin-top:10px!important;}
  .actions .btn{width:100%!important;font-size:12.5px!important;padding:10px 6px!important;min-height:38px!important;}
}

/* yatay taşma önleme */
@media(max-width:900px){
  html,body{overflow-x:hidden!important;max-width:100%!important;}
  .center-search-strip,.topbar.topbar-v22.topbar-clean,.products,.section,.intro,footer.site-footer{max-width:100%!important;}
}
@media(max-width:800px){.legal-hero h1{font-size:32px}.legal-card{padding:26px 20px}.legal-meta{grid-template-columns:1fr}}

/* V41 responsive denetim: tutarsız grid kırılımları + eksik stiller */
.coupon-inline{display:flex;gap:8px;}
.coupon-inline .input{flex:1 1 auto;margin:0;}
.notice{padding:12px 14px;border-radius:12px;background:rgba(0,200,83,.08);border:1px solid rgba(0,200,83,.25);color:#dffbe5;margin-bottom:14px;}
@media(max-width:480px){
  .coupon-inline{flex-direction:column;}
  .panel{padding:18px!important;}
}
/* .premium-category-products.products, .related-products: özel selectorler .products'ı specificity ile eziyordu, mobilde 2 sütun tutarlılığı */
@media(max-width:1000px){
  .related-products{grid-template-columns:repeat(2,minmax(200px,1fr))!important;}
}
@media(max-width:560px){
  .premium-category-products.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .related-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
}

/* V42: PayTR geniş yerleşim + müşteri siparişleri */
.checkout-wrap.payment-wrap{display:block!important;width:100%!important;max-width:1064px!important;margin:42px auto!important;padding:0 32px!important;}
.payment-wrap .payment-panel{display:block;width:100%!important;max-width:none!important;margin:0!important;overflow:hidden;}
.payment-wrap #paytriframe{display:block;width:100%!important;min-width:100%!important;max-width:none!important;border:0;}
.account-nav{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:-12px auto 28px;}
.account-nav a{padding:11px 17px;border:1px solid #174832;border-radius:999px;color:#dffbe5;font-weight:900;}
.account-nav a:hover,.account-nav a.active{background:#0b3d2e;border-color:#00c853;color:#fff;}
.orders-empty{max-width:760px;margin:0 auto;text-align:center;}
.orders-empty h2,.orders-empty h3{margin-top:0;}
.order-card-list{display:grid;gap:18px;max-width:1100px;margin:0 auto;}
.customer-order-card{padding:24px;}
.customer-order-head{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #173b28;padding-bottom:15px;margin-bottom:18px;}
.customer-order-head small,.customer-order-meta small,.customer-item-row small{display:block;color:#9effb0;font-size:12px;font-weight:800;margin-bottom:3px;}
.customer-order-head h3{margin:0;font-size:24px;}.customer-order-head time{color:#cfe1d5;}
.customer-order-meta{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:16px;margin-bottom:20px;}
.customer-order-meta>div{background:#07100b;border:1px solid #173b28;border-radius:14px;padding:13px;}
.order-detail-link{margin-left:auto;}
.order-detail-title{max-width:1300px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:end;gap:20px;}
.order-detail-title h2{margin:5px 0 0;text-align:left;}.order-detail-title>a,.order-detail-title a{color:#9effb0;font-weight:900;}
.order-detail-title time{color:#cfe1d5;}
.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;max-width:1300px;margin:0 auto;align-items:start;}
.order-products-panel h3,.order-detail-side h3{margin-top:0;}
.order-detail-side{display:grid;gap:22px;}
.customer-item-row{display:grid;grid-template-columns:minmax(220px,1fr) 90px 120px 120px;gap:16px;align-items:center;padding:15px 0;border-bottom:1px solid #173b28;}
.customer-item-row>:last-child{text-align:right;color:#9effb0;}
.customer-order-totals{margin:18px 0 0 auto;max-width:430px;}
.customer-order-totals p{display:flex;justify-content:space-between;gap:20px;margin:8px 0;}
.customer-order-totals .grand-total{font-size:21px;border-top:1px solid #00c85355;padding-top:14px;}.customer-order-totals .grand-total b{color:#00c853;}
.order-info-list{margin:0;}.order-info-list>div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #173b28;}.order-info-list dt{color:#b7c8be}.order-info-list dd{margin:0;text-align:right;font-weight:900;}
@media(max-width:1100px){
  .trust-inner.trust-five{grid-template-columns:1fr!important;height:auto!important;gap:5px!important;padding:8px 16px!important;}
  .trust-banner{height:auto!important;}
}
@media(max-width:1023px){
  .checkout-wrap.payment-wrap{max-width:920px!important;padding:0 28px!important;}
  .customer-order-meta{grid-template-columns:repeat(2,minmax(0,1fr));}
  .order-detail-grid{grid-template-columns:1fr;}.order-detail-side{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .checkout-wrap.payment-wrap{margin:28px auto!important;padding:0 18px!important;}
  .payment-wrap .payment-panel{padding:20px!important;}
  .customer-order-head,.order-detail-title{align-items:flex-start;flex-direction:column;}
  .customer-order-meta{grid-template-columns:1fr;gap:10px;}
  .order-detail-link{width:100%;}
  .order-detail-side{grid-template-columns:1fr;}
  .customer-item-row{grid-template-columns:1fr auto;gap:7px 12px;}
  .customer-item-row>span:nth-of-type(2){text-align:right;}.customer-item-row>:last-child{text-align:right;}
}

/* ===== CANONICAL ADMIN RESPONSIVE LAYOUT ===== */
.admin-sidebar-toggle,
.admin-sidebar-overlay,
.admin-sidebar-close{display:none;}
body.admin-sidebar-locked{overflow:hidden!important;touch-action:none;}
.admin-login-body{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:20px;background:var(--admin-bg,#f4f7f5);}
.admin-login-panel{width:100%;max-width:460px;margin:0!important;}
.admin-login-panel .btn{width:100%;min-height:48px;}

@media(max-width:900px){
  html.admin-html,
  body.admin-body{width:100%;max-width:100%;min-height:100svh;min-height:100dvh;overflow-x:hidden;}

  body.admin-body .premium-admin-layout{
    display:block!important;
    width:100%!important;
    min-height:100svh!important;
    min-height:100dvh!important;
  }

  body.admin-body .premium-sidebar{
    position:fixed!important;
    inset:0 auto 0 0!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    width:min(300px,calc(100vw - 36px))!important;
    max-width:none!important;
    height:100svh!important;
    height:100dvh!important;
    padding:max(8px,env(safe-area-inset-top,0px)) 10px max(10px,env(safe-area-inset-bottom,0px))!important;
    gap:8px!important;
    overflow:hidden!important;
    transform:translate3d(-100%,0,0)!important;
    transition:transform .24s ease,visibility .24s ease!important;
    visibility:hidden;
    z-index:5001!important;
  }
  body.admin-body .premium-sidebar.open{
    transform:translate3d(0,0,0)!important;
    visibility:visible;
  }
  body.admin-body .admin-sidebar-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(3,10,6,.62)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .24s ease,visibility .24s ease;
    z-index:5000!important;
  }
  body.admin-body .admin-sidebar-overlay.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  body.admin-body .admin-logo-box{
    position:relative!important;
    min-height:68px!important;
    margin:0!important;
    padding:9px 46px 9px 10px!important;
    gap:11px!important;
    border-radius:14px!important;
  }
  body.admin-body .admin-logo-mark{
    width:44px!important;
    height:44px!important;
    border-radius:12px!important;
    font-size:16px!important;
    flex:0 0 44px!important;
  }
  body.admin-body .admin-top-title{min-width:0!important;}
  body.admin-body .admin-logo-box strong{font-size:19px!important;line-height:1.1!important;}
  body.admin-body .admin-logo-box span{font-size:11px!important;line-height:1.25!important;margin-top:3px!important;}
  body.admin-body .admin-sidebar-close{
    display:flex!important;
    position:absolute!important;
    top:12px!important;
    right:6px!important;
    width:42px!important;
    height:42px!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid rgba(0,200,83,.3)!important;
    border-radius:11px!important;
    background:transparent!important;
    color:#eafff0!important;
    font-size:24px!important;
    line-height:1!important;
    cursor:pointer;
  }

  body.admin-body .admin-menu{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    gap:7px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    padding:2px 0!important;
  }
  body.admin-body .admin-menu a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex:0 0 46px!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:0 15px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.035)!important;
    color:#e9fff0!important;
    font-size:14px!important;
    font-weight:600!important;
    line-height:1.2!important;
    text-align:left!important;
    transform:none!important;
    box-shadow:none!important;
  }
  body.admin-body .admin-menu a::before,
  body.admin-body .admin-menu a::after{content:none!important;display:none!important;}
  body.admin-body .admin-menu a:hover,
  body.admin-body .admin-menu a.active{
    background:rgba(0,184,91,.18)!important;
    border-color:rgba(0,200,83,.62)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
  body.admin-body .admin-sidebar-footer{
    margin:0!important;
    padding:8px 0 0!important;
    gap:7px!important;
  }
  body.admin-body .admin-sidebar-footer a{
    min-height:42px!important;
    padding:10px 12px!important;
    border-radius:10px!important;
    font-size:13px!important;
  }

  body.admin-body .premium-admin-content{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:8px 12px 36px!important;
  }
  body.admin-body .admin-top-header{
    position:sticky!important;
    top:0!important;
    z-index:2000!important;
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 42px!important;
    align-items:center!important;
    width:100%!important;
    min-height:60px!important;
    margin:0 0 12px!important;
    padding:8px 9px!important;
    gap:9px!important;
    border-radius:15px!important;
  }
  body.admin-body .admin-sidebar-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
    border:1px solid rgba(0,184,91,.4)!important;
    border-radius:11px!important;
    background:#f3fff7!important;
    cursor:pointer;
  }
  body.admin-body.admin-dark-mode .admin-sidebar-toggle{background:#07150d!important;}
  body.admin-body .admin-sidebar-toggle span{display:block!important;width:20px!important;height:2px!important;background:var(--admin-green-dark)!important;border-radius:2px!important;}
  body.admin-body .admin-page-title{min-width:0!important;}
  body.admin-body .admin-top-header small{display:none!important;}
  body.admin-body .admin-top-header h1{margin:0!important;font-size:17px!important;line-height:1.2!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  body.admin-body .admin-top-actions{gap:0!important;}
  body.admin-body .admin-top-actions .admin-pill,
  body.admin-body .admin-top-actions .btn{display:none!important;}
  body.admin-body .admin-theme-toggle{
    width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    border-radius:11px!important;
    font-size:0!important;
    overflow:hidden;
  }
  body.admin-body .admin-theme-toggle::before{content:'◐';font-size:20px;line-height:1;}

  body.admin-body .admin-card,
  body.admin-body .admin-quick-card{max-width:100%!important;min-width:0!important;}
  body.admin-body .admin-card{padding:18px!important;border-radius:19px!important;margin-bottom:14px!important;}
  body.admin-body .admin-card h2,
  body.admin-body .admin-card h3{overflow-wrap:anywhere;}
  body.admin-body .admin-card-head{flex-direction:column!important;align-items:stretch!important;gap:9px!important;margin-bottom:14px!important;}
  body.admin-body .admin-card-head .admin-pill{white-space:normal!important;line-height:1.35!important;}
  body.admin-body .admin-quick-grid,
  body.admin-body .admin-metrics-grid,
  body.admin-body .admin-grid-2,
  body.admin-body .admin-spacious-grid,
  body.admin-body .clean-dashboard{grid-template-columns:1fr!important;gap:12px!important;}
  body.admin-body .admin-quick-card{min-height:108px!important;padding:16px!important;}
  body.admin-body .quick-action-row,
  body.admin-body .maintenance-actions{align-items:stretch!important;}
  body.admin-body .quick-action-row>a,
  body.admin-body .maintenance-actions>button{width:100%!important;min-height:44px!important;margin:0!important;}
  body.admin-body .simple-form-head,
  body.admin-body .product-form-hero{padding:17px!important;align-items:stretch!important;flex-direction:column!important;}
  body.admin-body .simple-form-head .btn,
  body.admin-body .product-form-hero .btn{width:100%!important;}
  body.admin-body .simple-form-grid.three,
  body.admin-body .simple-form-grid.two,
  body.admin-body .form-grid-admin,
  body.admin-body .form-grid,
  body.admin-body .permission-grid,
  body.admin-body .variant-admin-row,
  body.admin-body .simple-variant-row{grid-template-columns:1fr!important;}
  body.admin-body .admin-form-card,
  body.admin-body .admin-list-card{padding:18px!important;}
  body.admin-body .admin-product-form .input,
  body.admin-body .admin-product-form select,
  body.admin-body .admin-product-form textarea,
  body.admin-body .admin-filter-bar .input,
  body.admin-body .admin-filter-bar select,
  body.admin-body input[type=file]{width:100%!important;max-width:100%!important;min-width:0!important;}
  body.admin-body .switch-row,
  body.admin-body .clean-switch-row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  body.admin-body .variant-admin-row,
  body.admin-body .simple-variant-row{padding:12px!important;gap:8px!important;}
  body.admin-body .remove-variant,
  body.admin-body .save-wide{width:100%!important;min-width:0!important;}
  body.admin-body .admin-filter-bar{width:100%!important;max-width:none!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;}
  body.admin-body .admin-filter-bar .btn{width:100%!important;min-height:44px!important;}
  body.admin-body .order-status-tabs{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;}
  body.admin-body .order-status-tabs a{width:100%!important;min-height:44px!important;justify-content:space-between!important;}
  body.admin-body .maintenance-grid{grid-template-columns:1fr!important;gap:10px!important;}
  body.admin-body .permission-box{padding:13px!important;}
  body.admin-body .mini-perm-form{min-width:0!important;width:min(300px,calc(100vw - 76px))!important;max-width:100%!important;}

  body.admin-body .table-scroll,
  body.admin-body .table-wrap{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;}
  body.admin-body .table-scroll .premium-table,
  body.admin-body .table-wrap .premium-table{display:table!important;width:max-content!important;min-width:640px!important;font-size:13px!important;}
  body.admin-body .premium-table th{white-space:nowrap;}
  body.admin-body .premium-table td{padding:11px 10px!important;}
  body.admin-body .admin-product-cell{min-width:190px!important;}

  body.admin-body .admin-chat-panel{padding:14px!important;}
  body.admin-body .admin-chat-box,
  body.admin-body .premium-chat{height:min(52dvh,460px)!important;min-height:280px!important;overflow-y:auto!important;}
  body.admin-body .chat-reply-form{flex-direction:column!important;align-items:stretch!important;gap:8px!important;}
  body.admin-body .chat-reply-form textarea{width:100%!important;min-height:88px!important;}
  body.admin-body .chat-reply-form .btn{width:100%!important;min-height:46px!important;}
  body.admin-body .premium-admin-content>h1{font-size:25px!important;line-height:1.2!important;overflow-wrap:anywhere;margin:4px 0 14px!important;}
}

@media(max-width:560px){
  body.admin-body .premium-admin-content{padding:8px 10px 32px!important;}
  body.admin-body .admin-card{padding:14px!important;border-radius:17px!important;}
  body.admin-body .admin-card h2{font-size:20px!important;}
  body.admin-body .table-scroll .premium-table,
  body.admin-body .table-wrap .premium-table{min-width:600px!important;}
  .admin-login-body{padding:12px;}
  .admin-login-panel{padding:20px!important;border-radius:20px!important;}
}

@media(max-width:390px){
  body.admin-body .admin-top-header{grid-template-columns:40px minmax(0,1fr) 40px!important;padding:8px!important;}
  body.admin-body .admin-sidebar-toggle,
  body.admin-body .admin-theme-toggle{width:40px!important;height:40px!important;min-height:40px!important;}
  body.admin-body .admin-top-header h1{font-size:16px!important;}
}

@media(min-width:901px) and (max-width:1100px){
  body.admin-body .premium-admin-content{padding:22px 24px 52px!important;}
  body.admin-body .admin-top-header{flex-direction:row!important;align-items:center!important;padding:18px 20px!important;gap:14px!important;}
  body.admin-body .admin-top-header h1{font-size:25px!important;}
  body.admin-body .admin-top-actions{gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;}
  body.admin-body .admin-top-actions .admin-pill{display:none!important;}
  body.admin-body .admin-theme-toggle,body.admin-body .admin-top-actions .btn{min-height:42px!important;padding:10px 12px!important;font-size:12px!important;}
}
