/* ===== armut sepeti — yeşil e-ticaret teması ===== */
:root{
  --green:#159a43; --green-d:#0c6e30; --green-dd:#0a4d22; --green-l:#e8f3e2; --green-l2:#d2e8c7;
  --pear:#cfe34d; --pear-d:#a6c81f; --leaf:#7fb43a; --lime:#cfe34d;
  --ink:#17241b; --muted:#69756a; --muted2:#9aa596;
  --line:#e4e8da; --line2:#d8ddcc; --bg:#f1f4ec; --card:#fff;
  --price:#0c6e30; --disc:#ec5a2a; --star:#f5a623; --fav:#ec5a2a;
  --sh-sm:0 1px 2px rgba(18,45,25,.06); --sh:0 6px 22px -10px rgba(18,55,28,.20); --sh-lg:0 20px 46px -16px rgba(18,55,28,.26);
  --r:14px; --r-lg:20px;
  --ui:'Hanken Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --sans:var(--ui);
  --brand:'Bricolage Grotesque',var(--ui);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:0;background:none}
input,select,textarea{font-family:inherit;font-size:14px}
.wrap{max-width:1280px;margin:0 auto;padding:0 16px}
.hidden{display:none!important}
.muted{color:var(--muted)}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---------- top strip ---------- */
.topbar{background:var(--green-dd);color:#dff5e7;font-size:12.5px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:34px;gap:18px}
.topbar a{color:#dff5e7;opacity:.92}
.topbar a:hover{opacity:1}
.topbar .links{display:flex;gap:18px}
@media(max-width:760px){.topbar .links span:nth-child(n+3){display:none}}

/* ---------- header ---------- */
.header{background:var(--green);position:sticky;top:0;z-index:60;box-shadow:var(--sh-sm)}
.header .wrap{display:flex;align-items:center;gap:22px;height:70px}
.logo{display:flex;align-items:center;gap:9px;flex-shrink:0}
.logo .mark{width:42px;height:42px;background:#fff;border-radius:13px;display:grid;place-items:center;font-size:24px;box-shadow:0 3px 0 rgba(0,0,0,.08)}
.logo .name{font-family:var(--brand);font-weight:800;color:#fff;font-size:23px;line-height:1;letter-spacing:-.5px}
.logo .name small{display:block;font-family:var(--sans);font-weight:500;font-size:10.5px;color:#d6f0e0;letter-spacing:.2px;margin-top:2px}
.search{flex:1;position:relative;max-width:500px}
.search input{width:100%;height:42px;border:0;border-radius:10px;padding:0 46px 0 16px;font-size:14px;background:#fff;box-shadow:var(--sh-sm)}
.search input:focus{outline:2px solid var(--lime)}
.search button{position:absolute;right:4px;top:4px;height:34px;width:38px;border-radius:8px;background:var(--green-d);display:grid;place-items:center;color:#fff}
.search button:hover{background:var(--green-dd)}
.search .ac{position:absolute;top:52px;left:0;right:0;background:#fff;border-radius:12px;box-shadow:var(--sh-lg);overflow:hidden;z-index:70}
.search .ac a{display:flex;gap:10px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line)}
.search .ac a:hover{background:var(--green-l)}
.search .ac img{width:38px;height:38px;object-fit:contain;border-radius:7px;background:#f3f3f3}
.search .ac .t{font-size:13.5px;font-weight:600}
.search .ac .p{font-size:12.5px;color:var(--price);font-weight:700}
.hicons{display:flex;align-items:center;gap:6px;flex-shrink:0}
.hicon{display:flex;flex-direction:column;align-items:center;gap:2px;color:#fff;padding:6px 12px;border-radius:10px;position:relative;min-width:64px}
.hicon:hover{background:rgba(255,255,255,.13)}
.hicon svg{width:23px;height:23px}
.hicon span{font-size:11.5px;font-weight:600}
.hicon .badge{position:absolute;top:1px;right:8px;background:#fff;color:var(--green-dd);font-size:11px;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:grid;place-items:center;padding:0 4px;box-shadow:0 1px 4px rgba(0,0,0,.2)}
@media(max-width:760px){.hicon span{display:none}.hicon{min-width:auto;padding:8px}.logo .name small{display:none}}

/* ---------- nav ---------- */
.nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:70px;z-index:50}
.nav .wrap{display:flex;align-items:center;gap:4px;height:46px;overflow-x:auto;scrollbar-width:none}
.nav .wrap::-webkit-scrollbar{display:none}
.nav a{display:flex;align-items:center;gap:6px;padding:8px 13px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--ink);white-space:nowrap}
.nav a:hover{background:var(--green-l);color:var(--green-d)}
.nav a.hot{color:var(--disc)}
.nav .ic{font-size:15px}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 22px;border-radius:11px;font-weight:700;font-size:15px;background:var(--green);color:#fff;transition:.15s}
.btn:hover{background:var(--green-d)}
.btn:active{transform:translateY(1px)}
.btn.block{width:100%}
.btn.ghost{background:#fff;color:var(--green-d);border:1.5px solid var(--green)}
.btn.ghost:hover{background:var(--green-l)}
.btn.orange{background:var(--disc)}.btn.orange:hover{filter:brightness(.94)}
.btn.sm{height:38px;font-size:13.5px;padding:0 16px;border-radius:9px}
.btn:disabled{opacity:.5;cursor:not-allowed}

/* ---------- generic ---------- */
.section{margin:26px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.section-head h2{font-family:var(--brand);font-size:21px;font-weight:700;letter-spacing:-.3px;display:flex;align-items:center;gap:9px}
.section-head a{color:var(--green-d);font-weight:600;font-size:13.5px}
.crumb{display:flex;gap:7px;align-items:center;font-size:13px;color:var(--muted);padding:14px 0;flex-wrap:wrap}
.crumb a:hover{color:var(--green-d)}
.crumb .sep{color:var(--muted2)}

/* ---------- hero ---------- */
.hero{background:linear-gradient(115deg,var(--green) 0%,var(--green-d) 55%,var(--green-dd) 100%);border-radius:var(--r-lg);overflow:hidden;position:relative;color:#fff;margin-top:18px}
.hero .inner{display:flex;align-items:center;gap:20px;padding:40px 44px;position:relative;z-index:2}
.hero .txt{flex:1}
.hero .pill{display:inline-block;background:rgba(255,255,255,.18);padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:600;margin-bottom:14px;backdrop-filter:blur(4px)}
.hero h1{font-family:var(--brand);font-size:40px;line-height:1.05;font-weight:800;letter-spacing:-1px;margin-bottom:12px}
.hero p{font-size:16px;opacity:.95;max-width:520px;margin-bottom:22px}
.hero .btn{background:#fff;color:var(--green-dd)}.hero .btn:hover{background:#eafaef}
.hero .pear{font-size:170px;line-height:1;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25));animation:bob 4s ease-in-out infinite}
@keyframes bob{50%{transform:translateY(-12px) rotate(-4deg)}}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(600px 300px at 90% -10%,rgba(174,222,91,.35),transparent 60%)}
@media(max-width:760px){.hero .inner{padding:28px 22px}.hero h1{font-size:28px}.hero .pear{display:none}}

/* category tiles */
.cat-tiles{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.cat-tile{background:#fff;border-radius:var(--r);padding:16px 8px;text-align:center;box-shadow:var(--sh-sm);transition:.15s;border:1px solid transparent}
.cat-tile:hover{transform:translateY(-3px);box-shadow:var(--sh);border-color:var(--green-l2)}
.cat-tile .ic{font-size:30px;margin-bottom:8px}
.cat-tile .nm{font-size:13px;font-weight:600}
.cat-tile .ct{font-size:11px;color:var(--muted)}
@media(max-width:980px){.cat-tiles{grid-template-columns:repeat(4,1fr)}}
@media(max-width:560px){.cat-tiles{grid-template-columns:repeat(3,1fr)}}

/* deal strip */
.dealbar{background:linear-gradient(90deg,#fff3e0,#ffe9d6);border:1px solid #ffd9b8;border-radius:var(--r);padding:14px 18px;display:flex;align-items:center;gap:14px;margin-top:8px}
.dealbar .flash{font-size:22px}
.dealbar b{color:var(--disc)}
.dealbar .timer{margin-left:auto;display:flex;gap:6px}
.dealbar .timer span{background:var(--ink);color:#fff;font-weight:800;font-size:14px;padding:5px 8px;border-radius:7px;min-width:34px;text-align:center;font-variant-numeric:tabular-nums}
@media(max-width:560px){.dealbar .timer{display:none}}

/* ---------- product grid ---------- */
.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
@media(max-width:1100px){.grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:880px){.grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.grid{grid-template-columns:repeat(2,1fr);gap:10px}}

.card{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-sm);transition:.15s;position:relative;display:flex;flex-direction:column;border:1px solid var(--line)}
.card:hover{box-shadow:var(--sh-lg);transform:translateY(-3px);border-color:var(--green-l2)}
.card .imgwrap{position:relative;aspect-ratio:1;background:#f6f7f8;overflow:hidden}
.card .imgwrap img{width:100%;height:100%;object-fit:contain;padding:8px;transition:.3s}
.card:hover .imgwrap img{transform:scale(1.06)}
.card .fav{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:var(--sh-sm);z-index:3}
.card .fav svg{width:18px;height:18px;stroke:var(--muted);fill:none}
.card .fav.on svg{fill:var(--fav);stroke:var(--fav)}
.card .fav:hover{transform:scale(1.1)}
.badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:4;max-width:75%;pointer-events:none}
.badge-chip{font-size:10.5px;font-weight:700;padding:3px 7px;border-radius:6px;color:#fff;background:var(--green);box-shadow:0 2px 6px rgba(0,0,0,.18);width:fit-content}
.badge-chip.disc{background:var(--disc)}
.badge-chip.hot{background:#e8590c}
.badge-chip.stock{background:#9a3412}
.card .body{padding:10px 11px 12px;display:flex;flex-direction:column;flex:1}
.card .brand{font-size:11.5px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.3px}
.card .title{font-size:13px;line-height:1.35;margin:3px 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}
.card:hover .title{color:var(--green-d)}
.rate{display:flex;align-items:center;gap:4px;font-size:11.5px;color:var(--muted);margin-bottom:7px}
.stars{display:inline-flex;color:var(--star);letter-spacing:-1px;font-size:13px}
.stars .e{color:#dfe3e7}
.price-row{margin-top:auto}
.price-old{font-size:12px;color:var(--muted2);text-decoration:line-through;margin-right:6px}
.price{font-size:18px;font-weight:800;color:var(--price);letter-spacing:-.4px}
.price .k{font-size:13px}
.ship{font-size:11px;color:var(--green-d);font-weight:700;margin-top:4px;display:flex;align-items:center;gap:4px}
.card .add{margin-top:9px}

/* ---------- listing (sidebar + grid) ---------- */
.listing{display:grid;grid-template-columns:248px 1fr;gap:20px;align-items:start;margin-top:8px}
.filters{background:#fff;border-radius:var(--r);padding:6px 16px 16px;box-shadow:var(--sh-sm);position:sticky;top:130px}
.filters h4{font-size:13px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);margin:16px 0 9px;font-weight:700}
.filters .opt{display:flex;align-items:center;gap:9px;padding:5px 0;font-size:13.5px;cursor:pointer}
.filters .opt input{accent-color:var(--green);width:16px;height:16px}
.filters .opt:hover{color:var(--green-d)}
.filters .opt .c{margin-left:auto;color:var(--muted2);font-size:12px}
.pricebox{display:flex;gap:8px;align-items:center;margin-top:4px}
.pricebox input{width:100%;height:36px;border:1px solid var(--line2);border-radius:8px;padding:0 10px}
.listbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:var(--r);padding:10px 16px;box-shadow:var(--sh-sm);margin-bottom:14px;gap:12px;flex-wrap:wrap}
.listbar .cnt{font-size:13.5px;color:var(--muted)}
.listbar .cnt b{color:var(--ink)}
.sortsel{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}
.sortsel select{height:38px;border:1px solid var(--line2);border-radius:9px;padding:0 30px 0 12px;font-weight:600;background:#fff;cursor:pointer}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}
.chip{background:#fff;border:1px solid var(--line2);border-radius:999px;padding:5px 12px;font-size:12.5px;display:flex;gap:6px;align-items:center}
.chip button{color:var(--muted);font-weight:800}
.filter-toggle{display:none}
@media(max-width:880px){
  .listing{grid-template-columns:1fr}
  .filters{position:fixed;inset:0 0 0 auto;width:300px;z-index:90;border-radius:0;overflow-y:auto;transform:translateX(100%);transition:.25s;box-shadow:var(--sh-lg)}
  .filters.open{transform:none}
  .filter-toggle{display:inline-flex}
  .filters .fclose{display:block}
}
.filters .fclose{display:none;text-align:right;padding:8px 0;font-weight:700}
.fbackdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:85;display:none}
.fbackdrop.open{display:block}

/* empty / loading */
.empty{text-align:center;padding:60px 20px;color:var(--muted)}
.empty .ic{font-size:64px;margin-bottom:14px}
.empty h3{color:var(--ink);font-size:20px;margin-bottom:8px}

/* ---------- product detail ---------- */
.pd{display:grid;grid-template-columns:1fr 1.1fr 320px;gap:24px;margin-top:8px;align-items:start}
.pd-gallery{position:sticky;top:130px}
.pd-main{background:#fff;border-radius:var(--r);aspect-ratio:1;display:grid;place-items:center;box-shadow:var(--sh-sm);overflow:hidden;position:relative}
.pd-main img{width:100%;height:100%;object-fit:contain;padding:24px}
.pd-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.pd-thumbs img{width:62px;height:62px;object-fit:contain;background:#fff;border:2px solid var(--line);border-radius:9px;padding:4px;cursor:pointer}
.pd-thumbs img.on{border-color:var(--green)}
.pd-info h1{font-size:22px;font-weight:700;line-height:1.3;margin:4px 0 8px}
.pd-info .brand{color:var(--green-d);font-weight:700;font-size:13px;text-transform:uppercase}
.pd-meta{display:flex;gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted);flex-wrap:wrap}
.pd-meta b{color:var(--ink)}
.pd-price{margin:16px 0}
.pd-price .disc-chip{background:var(--disc);color:#fff;font-weight:800;font-size:14px;padding:4px 9px;border-radius:8px;margin-right:10px;display:inline-block}
.pd-price .old{color:var(--muted2);text-decoration:line-through;font-size:16px}
.pd-price .now{font-size:32px;font-weight:800;color:var(--price);letter-spacing:-1px;display:block;margin-top:4px}
.pd-tags{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.pd-tags .t{background:var(--green-l);color:var(--green-d);font-size:12px;font-weight:600;padding:5px 11px;border-radius:8px}
.specs{width:100%;border-collapse:collapse;margin-top:14px;font-size:13.5px}
.specs td{padding:9px 12px;border-bottom:1px solid var(--line)}
.specs td:first-child{color:var(--muted);width:38%;font-weight:600}
.desc{margin-top:16px;font-size:14.5px;color:#374151;line-height:1.7}
/* buy box */
.buybox{background:#fff;border-radius:var(--r);padding:18px;box-shadow:var(--sh);position:sticky;top:130px;border:1px solid #eef1f3}
.buybox .seller{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:12px}
.buybox .seller .av{width:38px;height:38px;border-radius:10px;background:var(--green-l);display:grid;place-items:center;font-weight:800;color:var(--green-d)}
.buybox .seller .nm{font-weight:700;font-size:14px}
.buybox .seller .st{font-size:12px;color:var(--muted)}
.buybox .line{display:flex;align-items:center;gap:8px;font-size:13px;padding:5px 0;color:#374151}
.buybox .line svg{width:17px;height:17px;color:var(--green)}
.qty{display:flex;align-items:center;gap:0;border:1px solid var(--line2);border-radius:10px;overflow:hidden;width:fit-content;margin:14px 0}
.qty button{width:40px;height:42px;font-size:18px;font-weight:700;color:var(--green-d)}
.qty button:hover{background:var(--green-l)}
.qty span{width:48px;text-align:center;font-weight:700}
.buybox .now{font-size:26px;font-weight:800;color:var(--price);margin:6px 0 14px}
@media(max-width:1080px){.pd{grid-template-columns:1fr 1fr}.buybox{grid-column:1/-1;position:static}.pd-gallery{position:static}}
@media(max-width:680px){.pd{grid-template-columns:1fr}}

/* reviews */
.reviews{background:#fff;border-radius:var(--r);padding:20px;box-shadow:var(--sh-sm);margin-top:20px}
.rev-head{display:flex;gap:30px;align-items:center;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:16px}
.rev-score{text-align:center}
.rev-score .big{font-size:46px;font-weight:800;color:var(--green-d);line-height:1}
.rev-bars{flex:1;min-width:200px}
.rev-bar{display:flex;align-items:center;gap:8px;font-size:12px;margin:3px 0}
.rev-bar .track{flex:1;height:7px;background:var(--line);border-radius:4px;overflow:hidden}
.rev-bar .fill{height:100%;background:var(--star)}
.rev-item{padding:14px 0;border-bottom:1px solid var(--line)}
.rev-item .top{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.rev-item .av{width:34px;height:34px;border-radius:50%;background:var(--green-l);color:var(--green-d);display:grid;place-items:center;font-weight:700;font-size:13px}
.rev-item .nm{font-weight:700;font-size:13.5px}
.rev-item .dt{font-size:12px;color:var(--muted2);margin-left:auto}
.rev-item p{font-size:14px;color:#374151}

/* ---------- cart / checkout ---------- */
.two-col{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start;margin-top:8px}
@media(max-width:880px){.two-col{grid-template-columns:1fr}}
.panel{background:#fff;border-radius:var(--r);box-shadow:var(--sh-sm);overflow:hidden}
.panel .ph{padding:15px 18px;border-bottom:1px solid var(--line);font-weight:700;display:flex;align-items:center;gap:8px}
.cart-item{display:flex;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line);align-items:center}
.cart-item img{width:84px;height:84px;object-fit:contain;background:#f6f7f8;border-radius:10px;padding:5px}
.cart-item .info{flex:1;min-width:0}
.cart-item .nm{font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cart-item .sl{font-size:12px;color:var(--muted)}
.cart-item .rm{color:var(--muted);font-size:12.5px;font-weight:600;margin-top:4px;display:inline-flex;gap:4px;align-items:center}
.cart-item .rm:hover{color:var(--disc)}
.cart-item .pr{text-align:right;font-weight:800;color:var(--price);font-size:17px;white-space:nowrap}
.summary{position:sticky;top:130px}
.sum-row{display:flex;justify-content:space-between;padding:7px 0;font-size:14px;color:#374151}
.sum-row.total{border-top:1px solid var(--line);margin-top:8px;padding-top:14px;font-size:19px;font-weight:800;color:var(--ink)}
.sum-row .free{color:var(--green-d);font-weight:700}
.ship-prog{background:var(--green-l);border-radius:10px;padding:12px;font-size:12.5px;margin:6px 18px 14px}
.ship-prog .track{height:7px;background:#fff;border-radius:4px;margin-top:8px;overflow:hidden}
.ship-prog .fill{height:100%;background:var(--green);transition:.4s}
.field{margin-bottom:13px}
.field label{display:block;font-size:13px;font-weight:600;margin-bottom:5px;color:#374151}
.field input,.field select,.field textarea{width:100%;height:44px;border:1px solid var(--line2);border-radius:10px;padding:0 13px}
.field textarea{height:auto;padding:11px 13px}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--green-l2);border-color:var(--green)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.creditcard{background:linear-gradient(120deg,var(--green-d),var(--green-dd));border-radius:14px;padding:18px;color:#fff;margin-bottom:16px;box-shadow:var(--sh)}
.creditcard .no{font-size:19px;letter-spacing:2px;font-variant-numeric:tabular-nums;margin:18px 0 14px;font-family:var(--brand)}
.creditcard .b{display:flex;justify-content:space-between;font-size:12px;opacity:.9}

/* order tracking timeline */
.track-steps{display:flex;justify-content:space-between;position:relative;margin:24px 10px}
.track-steps::before{content:"";position:absolute;top:18px;left:5%;right:5%;height:3px;background:var(--line)}
.track-steps .tfill{position:absolute;top:18px;left:5%;height:3px;background:var(--green);transition:.5s;z-index:1}
.tstep{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2;flex:1;text-align:center}
.tstep .dot{width:38px;height:38px;border-radius:50%;background:#fff;border:3px solid var(--line);display:grid;place-items:center;font-size:17px;color:var(--muted2)}
.tstep.done .dot{background:var(--green);border-color:var(--green);color:#fff}
.tstep.active .dot{border-color:var(--green);color:var(--green);box-shadow:0 0 0 5px var(--green-l)}
.tstep .lb{font-size:11.5px;font-weight:600;max-width:80px}
.tstep.done .lb,.tstep.active .lb{color:var(--green-d)}
@media(max-width:560px){.tstep .lb{font-size:10px}}

/* profile */
.prof-grid{display:grid;grid-template-columns:260px 1fr;gap:20px;margin-top:8px;align-items:start}
@media(max-width:760px){.prof-grid{grid-template-columns:1fr}}
.prof-side{background:#fff;border-radius:var(--r);box-shadow:var(--sh-sm);overflow:hidden}
.prof-user{padding:20px;text-align:center;background:linear-gradient(var(--green-l),#fff)}
.prof-user .av{width:74px;height:74px;border-radius:50%;background:var(--green);color:#fff;font-size:30px;display:grid;place-items:center;margin:0 auto 10px;font-weight:800}
.prof-menu a{display:flex;align-items:center;gap:11px;padding:13px 18px;font-size:14px;font-weight:600;border-top:1px solid var(--line)}
.prof-menu a:hover,.prof-menu a.on{background:var(--green-l);color:var(--green-d)}
.prof-menu a svg{width:19px;height:19px}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stat{background:#fff;border-radius:var(--r);padding:18px;box-shadow:var(--sh-sm);text-align:center}
.stat .n{font-size:26px;font-weight:800;color:var(--green-d)}
.stat .l{font-size:12.5px;color:var(--muted)}

/* order card */
.order-card{background:#fff;border-radius:var(--r);box-shadow:var(--sh-sm);margin-bottom:14px;overflow:hidden}
.order-card .oh{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:var(--green-l);font-size:13px;flex-wrap:wrap;gap:8px}
.order-card .oh b{color:var(--green-dd)}
.order-card .ob{padding:14px 18px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.order-card .ob img{width:54px;height:54px;object-fit:contain;background:#f6f7f8;border-radius:8px;padding:4px}
.status-pill{font-size:12px;font-weight:700;padding:4px 11px;border-radius:999px;background:var(--green-l2);color:var(--green-dd)}

/* ---------- footer ---------- */
.footer{background:#fff;border-top:1px solid var(--line);margin-top:40px;padding:34px 0 0}
.foot-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:26px}
.foot-grid h5{font-size:13px;text-transform:uppercase;letter-spacing:.4px;margin-bottom:12px;color:var(--ink)}
.foot-grid a{display:block;color:var(--muted);font-size:13px;padding:4px 0}
.foot-grid a:hover{color:var(--green-d)}
.foot-brand .name{font-family:var(--brand);font-weight:800;font-size:22px;color:var(--green-d);margin-bottom:6px}
.foot-brand p{font-size:13px;color:var(--muted);max-width:280px}
.foot-pay{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}
.foot-pay span{background:var(--bg);border:1px solid var(--line);border-radius:7px;padding:4px 9px;font-size:11px;font-weight:700;color:var(--muted)}
.foot-bottom{border-top:1px solid var(--line);margin-top:26px;padding:16px 0;font-size:12.5px;color:var(--muted);text-align:center}
.foot-bottom b{color:var(--disc)}
@media(max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}}

/* ---------- popup ---------- */
.modal{position:fixed;inset:0;background:rgba(15,30,20,.6);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;animation:fade .25s}
@keyframes fade{from{opacity:0}}
.modal-card{background:#fff;border-radius:22px;max-width:460px;width:100%;padding:34px 30px;text-align:center;box-shadow:var(--sh-lg);position:relative;animation:pop .3s cubic-bezier(.2,1.3,.4,1)}
@keyframes pop{from{opacity:0;transform:scale(.9) translateY(10px)}}
.modal-card .pear{font-size:70px;animation:bob 3s ease-in-out infinite}
.modal-card h2{font-family:var(--brand);font-size:25px;font-weight:800;margin:8px 0 6px;color:var(--green-dd)}
.modal-card .slo{color:var(--leaf);font-weight:700;font-size:15px;margin-bottom:14px;font-style:italic}
.modal-card p{font-size:14.5px;color:#374151;line-height:1.6;margin-bottom:10px}
.modal-card .warn{background:var(--green-l);border:1px solid var(--green-l2);border-radius:12px;padding:12px 14px;font-size:13px;color:var(--green-dd);margin:14px 0 18px;text-align:left;line-height:1.55}
.modal-card .x{position:absolute;top:14px;right:16px;font-size:22px;color:var(--muted2)}

/* ---------- toast ---------- */
.toasts{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:300;display:flex;flex-direction:column;gap:10px;align-items:center}
.toast{background:var(--ink);color:#fff;padding:13px 20px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:var(--sh-lg);display:flex;align-items:center;gap:10px;animation:up .3s}
.toast.ok{background:var(--green-d)}
.toast .ic{font-size:18px}
@keyframes up{from{opacity:0;transform:translateY(16px)}}

/* skeleton */
.skel{background:linear-gradient(90deg,#e4eadd 25%,#eff3e9 50%,#e4eadd 75%);background-size:200% 100%;animation:sh 1.2s infinite;border-radius:8px}
@keyframes sh{to{background-position:-200% 0}}

/* misc */
.spacer{height:30px}
.center{text-align:center}
.back-to-shop{display:inline-flex;align-items:center;gap:7px;color:var(--green-d);font-weight:700;margin-top:16px}

/* ===== SVG ikon boyutları ===== */
svg.i{width:20px;height:20px;flex-shrink:0;vertical-align:middle}
.logo .mark{background:#fff}
.logo .mark svg.i{width:28px;height:28px;color:var(--green-d)}
.nav .ic{display:inline-flex;align-items:center}
.nav .ic svg.i{width:17px;height:17px}
.cat-tile .ic svg.i{width:34px;height:34px;color:var(--green-d)}
.section-head h2 svg.i{width:22px;height:22px;color:var(--green-d)}
.section-head h2 .ih{display:inline-flex}
.section-head h2 .ih.disc{color:var(--disc)}
.section-head h2 .ih.fire{color:#e8590c}
.ship svg.i{width:14px;height:14px}

/* ===== banner carousel ===== */
.carousel{position:relative;border-radius:var(--r-lg);overflow:hidden;margin-top:18px;box-shadow:var(--sh)}
.c-track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}
.slide{flex:0 0 100%;min-height:300px;display:flex;align-items:center;padding:42px 52px;color:#fff;position:relative;overflow:hidden}
.slide::after{content:"";position:absolute;inset:0;background:radial-gradient(560px 320px at 82% -5%,rgba(255,255,255,.18),transparent 62%)}
.s-txt{max-width:55%;z-index:2}
.s-pill{display:inline-block;background:rgba(255,255,255,.2);padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:600;margin-bottom:14px;backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.4px}
.slide h2{font-family:var(--brand);font-size:38px;line-height:1.06;letter-spacing:-1px;font-weight:800;margin-bottom:12px}
.slide p{font-size:15.5px;opacity:.95;margin-bottom:22px;max-width:440px;line-height:1.5}
.s-cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#16241c;font-weight:700;padding:13px 24px;border-radius:12px;font-size:15px;box-shadow:0 6px 18px rgba(0,0,0,.18);transition:.15s}
.slide:hover .s-cta{transform:translateY(-2px)}
.s-img{position:absolute;right:38px;top:50%;transform:translateY(-50%);z-index:1}
.s-img img{width:240px;height:240px;object-fit:contain;filter:drop-shadow(0 16px 34px rgba(0,0,0,.35))}
.s-img.s-pear svg{width:200px;height:200px;color:rgba(255,255,255,.92);filter:drop-shadow(0 12px 28px rgba(0,0,0,.25))}
.c-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.85);color:#222;font-size:26px;line-height:1;display:grid;place-items:center;z-index:5;box-shadow:var(--sh-sm);transition:.15s}
.c-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}
.c-arrow.prev{left:14px}.c-arrow.next{right:14px}
.c-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.c-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.55);transition:.2s;cursor:pointer}
.c-dot.on{background:#fff;width:26px;border-radius:5px}
@media(max-width:760px){
  .slide{padding:24px 22px;min-height:200px}
  .slide h2{font-size:23px}.slide p{font-size:13px;margin-bottom:14px}
  .s-txt{max-width:62%}
  .s-img{right:8px}.s-img img{width:120px;height:120px}.s-img.s-pear svg{width:110px;height:110px}
  .c-arrow{display:none}
}

/* ===== promo row ===== */
.promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.promo{border-radius:var(--r);padding:20px 22px;color:#fff;position:relative;overflow:hidden;min-height:118px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--sh-sm);transition:.15s}
.promo:hover{transform:translateY(-3px);box-shadow:var(--sh)}
.promo h3{font-family:var(--brand);font-size:19px;font-weight:700;margin-bottom:3px}
.promo p{font-size:13px;opacity:.93;margin-bottom:10px}
.promo .pcta{font-size:13px;font-weight:700;display:inline-flex;gap:5px;align-items:center}
.promo .pic{position:absolute;right:-8px;bottom:-14px;opacity:.22}
.promo .pic svg.i{width:96px;height:96px;color:#fff}
@media(max-width:760px){.promo-row{grid-template-columns:1fr}}

/* ===== görsel skeleton + fade-in ===== */
.imgwrap .ph,.pd-main .ph{position:absolute;inset:0;z-index:1;border-radius:inherit;transition:opacity .35s ease}
.imgwrap img,.pd-main img{position:relative;z-index:2;opacity:0;transition:opacity .45s ease}
.imgwrap.imgdone img,.pd-main.imgdone img{opacity:1}
.imgwrap.imgdone .ph,.pd-main.imgdone .ph{opacity:0;pointer-events:none}
/* ===== skeleton şekilleri ===== */
.sk-line{display:block;height:12px;border-radius:6px;margin:8px 0}
.sk-price{display:block;height:22px;width:55%;border-radius:7px;margin-top:12px}
.sk-btn{display:block;height:38px;border-radius:9px;margin-top:9px}
.sk-banner{height:300px;border-radius:var(--r-lg);margin-top:18px}
.sk-head{margin:26px 0 12px}
.card.skl{pointer-events:none;border-color:var(--line)}
.filters .sk-line,.buybox .sk-line,.pd-info .sk-line{margin:9px 0}
@media(max-width:760px){.sk-banner{height:200px}}
/* ===== kimlik rötuşları ===== */
.price{font-family:var(--brand);letter-spacing:-.6px}
.pd-price .now,.buybox .now{font-family:var(--brand)}
.card .title{font-weight:500}
.badge-chip{font-weight:800;letter-spacing:.2px}
.nav a{position:relative}
.nav a::after{content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2.5px;border-radius:2px;background:var(--pear);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.nav a:hover::after{transform:scaleX(1)}
.logo .name{letter-spacing:-.6px}
.s-cta{font-family:var(--brand)}

/* ===== giriş / kayıt ===== */
.auth{display:flex;justify-content:center;padding:34px 0 50px}
.auth-card{background:#fff;border-radius:var(--r-lg);box-shadow:var(--sh);width:100%;max-width:440px;padding:30px 30px 26px;border:1px solid var(--line)}
.auth-head{text-align:center;margin-bottom:20px}
.auth-head .mark{width:54px;height:54px;border-radius:15px;background:var(--green-l);display:grid;place-items:center;margin:0 auto 12px}
.auth-head .mark svg.i{width:34px;height:34px;color:var(--green-d)}
.auth-head h1{font-family:var(--brand);font-size:26px;font-weight:800;color:var(--green-dd);letter-spacing:-.5px}
.auth-head p{font-size:13.5px;color:var(--muted);margin-top:4px}
.auth-note{background:var(--green-l);border:1px solid var(--green-l2);border-radius:11px;padding:11px 13px;font-size:12.5px;color:var(--green-dd);margin-bottom:16px;line-height:1.5}
.auth-form .field{margin-bottom:13px}
.auth-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;margin:2px 0 14px}
.auth-row .lnk{color:var(--green-d);font-weight:600;cursor:pointer}
.rem{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);cursor:pointer}
.rem input{accent-color:var(--green);width:15px;height:15px;flex-shrink:0}
.auth-or{display:flex;align-items:center;gap:12px;color:var(--muted2);font-size:12px;margin:18px 0}
.auth-or::before,.auth-or::after{content:"";flex:1;height:1px;background:var(--line)}
.social{display:flex;flex-direction:column;gap:10px}
.soc{display:flex;align-items:center;justify-content:center;gap:10px;height:46px;border:1.5px solid var(--line2);border-radius:11px;background:#fff;font-weight:600;font-size:14px;color:var(--ink);transition:.15s}
.soc:hover{background:var(--bg);border-color:var(--green-l2)}
.soc svg{width:19px;height:19px;flex-shrink:0}
.auth-foot{text-align:center;font-size:13.5px;margin-top:18px;color:var(--muted)}
.auth-foot a{color:var(--green-d);font-weight:700}
.auth-fake{text-align:center;font-size:12px;color:var(--muted);margin-top:14px;line-height:1.55;background:var(--bg);border-radius:10px;padding:10px 12px}
.topbar .lg{cursor:pointer;font-weight:600}

/* ===== login gate ===== */
.gate{text-align:center;max-width:460px;margin:44px auto;background:#fff;border-radius:var(--r-lg);box-shadow:var(--sh-sm);border:1px solid var(--line);padding:40px 28px}
.gate .ic{font-size:54px;margin-bottom:10px}
.gate h2{font-family:var(--brand);font-size:22px;color:var(--green-dd);margin-bottom:8px}
.gate p{font-size:14px;color:var(--muted);margin-bottom:22px;line-height:1.6}
.gate .btn{margin:0 5px}

/* ===== checkout adım göstergesi ===== */
.costep{display:flex;align-items:center;justify-content:center;gap:6px;margin:6px 0 22px;flex-wrap:wrap}
.costep .cs{display:flex;align-items:center;gap:9px}
.costep .cs .d{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid var(--line2);display:grid;place-items:center;font-weight:800;font-size:13px;color:var(--muted2);transition:.2s}
.costep .cs .t{font-size:13.5px;font-weight:600;color:var(--muted)}
.costep .cs.active .d{border-color:var(--green);color:var(--green-d);box-shadow:0 0 0 4px var(--green-l)}
.costep .cs.done .d{background:var(--green);border-color:var(--green);color:#fff}
.costep .cs.active .t,.costep .cs.done .t{color:var(--green-dd)}
.costep .cl{width:34px;height:2px;background:var(--line2);border-radius:2px}
@media(max-width:560px){.costep .cs .t{display:none}.costep .cl{width:18px}}

/* ===== kargo seçenekleri ===== */
.ship-opt{display:flex;align-items:center;gap:13px;border:1.5px solid var(--line2);border-radius:12px;padding:14px 16px;margin-bottom:11px;cursor:pointer;transition:.15s}
.ship-opt:hover{border-color:var(--green-l2);background:var(--green-l)}
.ship-opt.on{border-color:var(--green);background:var(--green-l)}
.ship-opt .rd{width:20px;height:20px;border-radius:50%;border:2px solid var(--line2);flex-shrink:0;display:grid;place-items:center}
.ship-opt.on .rd{border-color:var(--green)}
.ship-opt.on .rd::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--green)}
.ship-opt .ic{font-size:24px}
.ship-opt .nm{font-weight:700;font-size:14.5px}
.ship-opt .ds{font-size:12.5px;color:var(--muted)}
.ship-opt .fee{margin-left:auto;font-weight:800;color:var(--price);font-family:var(--brand)}
.ship-opt .fee.free{color:var(--green-d)}
.co-actions{display:flex;gap:12px;margin-top:18px}
.co-actions .btn{flex:1}

/* ===== OTP / 3D Secure ===== */
.modal-card.otp{max-width:404px}
.otp-bank{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;color:var(--green-dd);border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:4px}
.otp-3d{background:var(--green-l);border-radius:6px;padding:3px 9px;font-size:11px;color:var(--green-d);letter-spacing:.4px}
.otp-inputs{display:flex;gap:9px;justify-content:center;margin:18px 0}
.otp-d{width:44px;height:54px;border:1.5px solid var(--line2);border-radius:11px;text-align:center;font-size:24px;font-weight:800;font-family:var(--brand);color:var(--ink);background:#fff}
.otp-d:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 4px var(--green-l)}
@media(max-width:420px){.otp-d{width:38px;height:48px;font-size:20px;gap:6px}}
