/* ===== beecgiyim — erkek giyim marketplace stili (antrasit + konyak) ===== */
:root{
  --orange:#b07d3a; --orange-dark:#96662a; --orange-soft:#f6efe3;
  --green:#13854e; --red:#e2231a; --ink:#333; --muted:#7a7a7a;
  --line:#ededed; --line2:#e6e6e6; --bg:#f3f3f3; --white:#fff;
  --radius:8px; --shadow:0 1px 8px rgba(0,0,0,.08); --shadow-hover:0 6px 24px rgba(0,0,0,.13);
  --max:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Segoe UI",-apple-system,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:14px;line-height:1.4}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.wrap{max-width:var(--max);margin:0 auto;padding:0 16px}
.clamp1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* ---- promo marketing banner (masaüstü) ---- */
.promo-banner{position:relative;display:block;overflow:hidden;height:66px;text-decoration:none;
  background:linear-gradient(100deg,#14171c 0%,#262b32 30%,#4a3115 62%,#b07d3a 100%);background-size:200% 100%;animation:promoBg 8s ease infinite}
@keyframes promoBg{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.promo-inner{max-width:var(--max);margin:0 auto;height:100%;display:flex;align-items:center;gap:18px;padding:0 16px;color:#fff;position:relative;z-index:2}
.promo-ico{display:inline-flex;align-items:center;color:#fff;filter:drop-shadow(0 0 8px rgba(255,180,80,.8));animation:promoFloat 1.6s ease-in-out infinite}
.promo-ico svg{width:26px;height:26px;display:block}
@keyframes promoFloat{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-4px) rotate(4deg)}}
.promo-tag{font-size:10.5px;font-weight:800;letter-spacing:2px;border:1.5px solid rgba(255,255,255,.65);padding:5px 11px;border-radius:30px;white-space:nowrap;animation:promoPulse 1.8s infinite}
@keyframes promoPulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(255,255,255,.4)}50%{opacity:.7;box-shadow:0 0 0 6px rgba(255,255,255,0)}}
.promo-title{font-size:27px;font-weight:900;letter-spacing:.5px;text-shadow:0 2px 14px rgba(0,0,0,.35);
  background:linear-gradient(180deg,#fff,#ffe6c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.promo-sub{font-size:13.5px;font-weight:600;opacity:.96}
.promo-sub b{font-weight:900;color:#ffe08a}
.promo-cta{margin-left:auto;background:#fff;color:#96662a;font-weight:800;padding:10px 20px;border-radius:30px;font-size:13px;white-space:nowrap;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:.18s}
.promo-banner:hover .promo-cta{transform:scale(1.05);background:#ffe8d2}
.promo-shine{position:absolute;top:0;left:-40%;width:28%;height:100%;z-index:1;transform:skewX(-20deg);
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.4),transparent);animation:promoShine 4s ease-in-out infinite}
@keyframes promoShine{0%{left:-40%}55%,100%{left:130%}}
@media(max-width:900px){
  .promo-banner{height:50px}
  .promo-inner{gap:9px;padding:0 13px}
  .promo-ico svg{width:20px;height:20px}
  .promo-tag{display:none}
  .promo-title{font-size:15px;letter-spacing:.3px}
  .promo-sub{display:none}
  .promo-cta{padding:7px 13px;font-size:11.5px;box-shadow:0 3px 10px rgba(0,0,0,.18)}
}
@media(max-width:560px){
  .promo-banner{height:46px}
  .promo-inner{gap:8px;padding:0 11px}
  .promo-ico svg{width:18px;height:18px}
  .promo-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .promo-cta{padding:6px 11px;font-size:10.5px}
}

/* ---- top utility bar ---- */
.topbar{background:#fafafa;border-bottom:1px solid var(--line);font-size:12px;color:#555}
.topbar .wrap{display:flex;align-items:center;justify-content:flex-end;gap:18px;height:36px}
.topbar a{display:flex;align-items:center;gap:5px;color:#555;font-weight:600}
.topbar a:hover{color:var(--orange)}
.topbar .sep{width:1px;height:14px;background:var(--line2)}
.topbar .left{margin-right:auto;color:var(--orange);font-weight:700;letter-spacing:.2px}

/* ---- header ---- */
.header{background:#fff;border-bottom:1px solid var(--line)}
.header .wrap{display:flex;align-items:center;gap:24px;height:74px}
.logo{font-size:30px;font-weight:800;letter-spacing:-1px;color:var(--orange);white-space:nowrap;display:flex;align-items:baseline;gap:2px}
.logo b{color:var(--orange)}
.logo span{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:0}
.logo .dot{color:#c0392b}
.logo{align-items:center}
.logo img{height:40px;width:auto;display:block}
.foot .logo img{height:30px}
.gate-box .lg img{height:48px;width:auto;margin:0 auto 8px;display:block}
@media(max-width:560px){.logo img{height:32px}}

.search{flex:1;position:relative;max-width:680px}
.search input{width:100%;height:46px;border:1px solid #e0e0e0;border-radius:var(--radius);padding:0 48px 0 16px;font-size:14px;background:#f8f8f8;outline:none;transition:.15s}
.search input:focus{border-color:var(--orange);background:#fff}
.search button{position:absolute;right:6px;top:6px;width:38px;height:34px;border-radius:6px;color:#999;font-size:18px;display:grid;place-items:center}
.search button:hover{color:var(--orange)}

.acts{display:flex;align-items:center;gap:8px;margin-left:auto}
.act{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;color:#444;font-weight:600;font-size:13px;position:relative}
.act:hover{background:#f6f6f6;color:var(--orange)}
.act .ico{display:inline-flex;align-items:center;justify-content:center;color:#3d3d3d}
.act .ico svg{display:block}
.act:hover .ico{color:var(--orange)}
.act.cart .ico{color:#fff}
.act small{display:block;font-size:11px;color:#999;font-weight:500}
.act.cart{background:var(--orange);color:#fff}
.act.cart:hover{background:var(--orange-dark);color:#fff}
.badge-count{position:absolute;top:0;right:4px;background:var(--red);color:#fff;font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:9px;display:grid;place-items:center;padding:0 3px}
.act.cart .badge-count{background:#fff;color:var(--orange)}

/* account dropdown */
.dd{position:relative}
.dd-menu{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-hover);padding:14px;display:none;z-index:50}
.dd:hover .dd-menu{display:block}
.dd-menu .btn-primary{width:100%;margin-bottom:6px}
.dd-menu hr{border:none;border-top:1px solid var(--line);margin:10px 0}
.dd-menu a{display:block;padding:8px 6px;border-radius:6px;color:#444;font-weight:500}
.dd-menu a:hover{background:var(--orange-soft);color:var(--orange)}

/* ---- category nav ---- */
.catnav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;box-shadow:0 1px 4px rgba(0,0,0,.03)}
.catnav .wrap{display:flex;align-items:center;gap:4px;height:46px;overflow-x:auto;scrollbar-width:none}
.catnav .wrap::-webkit-scrollbar{display:none}
.catnav a{padding:12px 12px;font-weight:700;font-size:13.5px;color:#333;white-space:nowrap;border-bottom:3px solid transparent;transition:.15s}
.catnav a:hover{color:var(--orange);border-color:var(--orange)}
.catnav a.hot{color:var(--red)}
.catnav a.all{color:var(--orange);display:inline-flex;align-items:center;gap:6px}
.cn-ico{display:inline-flex;align-items:center}

/* ---- buttons ---- */
.btn-primary{background:var(--orange);color:#fff;font-weight:700;padding:11px 18px;border-radius:6px;font-size:14px;transition:.15s}
.btn-primary:hover{background:var(--orange-dark)}
.btn-ghost{border:1px solid var(--orange);color:var(--orange);font-weight:700;padding:10px 18px;border-radius:6px;background:#fff}
.btn-ghost:hover{background:var(--orange-soft)}

/* ---- hero slider ---- */
.hero{margin:16px 0}
.slider{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.slides{display:flex;transition:transform .6s cubic-bezier(.6,.05,.2,1)}
.slide{min-width:100%;position:relative;aspect-ratio:1536/520;background:#222}
.slide img{width:100%;height:100%;object-fit:cover}
.slide .ov{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:0 7%;background:linear-gradient(90deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.25) 45%,transparent 70%);color:#fff}
.slide h2{font-size:clamp(26px,4vw,52px);font-weight:800;line-height:1.05;max-width:560px;text-shadow:0 2px 18px rgba(0,0,0,.4)}
.slide p{font-size:clamp(14px,1.6vw,20px);max-width:480px;font-weight:500;text-shadow:0 1px 10px rgba(0,0,0,.5)}
.slide .btn-primary{align-self:flex-start;padding:13px 28px;font-size:15px}
.slider .nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);color:#333;font-size:22px;display:grid;place-items:center;box-shadow:var(--shadow);z-index:5}
.slider .nav:hover{background:#fff;color:var(--orange)}
.slider .prev{left:16px}.slider .next{right:16px}
.dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.dots span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:.2s}
.dots span.on{background:#fff;width:26px;border-radius:5px}

/* ---- mini banner tiles ---- */
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px 0 4px}
.tile{border-radius:12px;overflow:hidden;position:relative;aspect-ratio:16/7;box-shadow:var(--shadow);cursor:pointer}
.tile img{width:100%;height:100%;object-fit:cover;transition:.4s}
.tile:hover img{transform:scale(1.06)}
.tile .lab{position:absolute;left:18px;bottom:16px;color:#fff;font-weight:800;font-size:18px;text-shadow:0 2px 12px rgba(0,0,0,.6)}

/* ---- category circles ---- */
.section{margin:30px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.section-head h3{font-size:20px;font-weight:800;display:flex;align-items:center;gap:9px}
.h-ico{display:inline-flex;align-items:center;color:var(--orange)}
.h-ico svg{display:block}
.section-head a{color:var(--orange);font-weight:700;font-size:13px}
.circles{display:flex;gap:14px;overflow-x:auto;padding:4px 0 8px;scrollbar-width:none}
.circles::-webkit-scrollbar{display:none}
.circle{flex:0 0 auto;width:104px;text-align:center;cursor:pointer}
.circle .ph{width:104px;height:104px;border-radius:50%;overflow:hidden;border:2px solid var(--line2);background:#fff;transition:.2s;display:grid;place-items:center}
.circle:hover .ph{border-color:var(--orange);transform:translateY(-3px);box-shadow:var(--shadow-hover)}
.circle img{width:100%;height:100%;object-fit:cover}
.circle p{margin-top:8px;font-weight:600;font-size:12.5px;line-height:1.2}

/* ---- product grid & card ---- */
.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;overflow:hidden;position:relative;transition:.18s;display:flex;flex-direction:column}
.card:hover{box-shadow:var(--shadow-hover);border-color:#e0e0e0;z-index:2}
.card .imgwrap{position:relative;aspect-ratio:1/1;background:#fafafa;overflow:hidden}
.card .imgwrap img{width:100%;height:100%;object-fit:cover;transition:.4s}
.card:hover .imgwrap img{transform:scale(1.05)}
.fav{position:absolute;top:8px;right:8px;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.15);display:grid;place-items:center;font-size:17px;color:#bbb;z-index:3}
.fav:hover{color:var(--red)}
.fav.on{color:var(--red)}
.tag{position:absolute;top:8px;left:8px;font-size:10.5px;font-weight:800;padding:4px 8px;border-radius:5px;color:#fff;letter-spacing:.2px;z-index:3}
.tag.best{background:var(--orange)}
.tag.disc{background:var(--red)}
.tag.edit{background:#7a3cc4}
.card .info{padding:10px 12px 12px;display:flex;flex-direction:column;flex:1}
.card .brand{font-weight:800;font-size:13px;margin-right:4px}
.card .nm{font-size:13px;color:#555;margin-top:2px;min-height:34px}
.stars{display:flex;align-items:center;gap:5px;margin-top:7px;font-size:12px;color:var(--muted)}
.stars .s{color:#f5a623;letter-spacing:1px}
.price-row{margin-top:auto;padding-top:8px}
.old{color:#999;text-decoration:line-through;font-size:12px}
.now{color:var(--orange);font-weight:800;font-size:18px;display:flex;align-items:baseline;gap:6px}
.now .pct{background:var(--green);color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:5px}
.card .add{margin-top:10px;background:var(--orange-soft);color:var(--orange);border:1px solid #ffd9b3;font-weight:700;padding:9px;border-radius:6px;width:100%;transition:.15s}
.card .add:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
.basket-line{display:flex;align-items:center;gap:4px;margin-top:6px;font-size:11.5px;color:var(--green);font-weight:600}

/* ---- page layout (category) ---- */
.crumb{font-size:12px;color:var(--muted);margin:14px 0}
.crumb a:hover{color:var(--orange)}
.layout{display:grid;grid-template-columns:240px 1fr;gap:22px;margin-bottom:40px}
.side{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px;align-self:start}
.side h4{font-size:14px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--line)}
.side a{display:flex;justify-content:space-between;padding:7px 4px;border-radius:6px;color:#444;font-size:13px}
.side a:hover,.side a.active{background:var(--orange-soft);color:var(--orange);font-weight:700}
.side a span{color:#aaa;font-size:12px}
.side .blk{margin-bottom:18px}
.toolbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 16px;margin-bottom:16px}
.toolbar .count{font-weight:700}.toolbar .count b{color:var(--orange)}
.toolbar select{border:1px solid var(--line2);border-radius:6px;padding:8px 10px;font-size:13px;font-weight:600;color:#444;outline:none}

/* ---- product detail ---- */
.pdp{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;margin-bottom:30px}
.gallery .main{aspect-ratio:1/1;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fafafa}
.gallery .main img{width:100%;height:100%;object-fit:cover}
.gallery .thumbs{display:flex;gap:10px;margin-top:12px}
.gallery .thumbs div{width:70px;height:70px;border:2px solid var(--line2);border-radius:8px;overflow:hidden;cursor:pointer}
.gallery .thumbs div.on{border-color:var(--orange)}
.pdp .brand-lk{color:var(--orange);font-weight:800;font-size:14px}
.pdp h1{font-size:22px;font-weight:600;line-height:1.3;margin:6px 0 10px}
.pdp .rate{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding-bottom:14px;border-bottom:1px solid var(--line)}
.pdp .rate .s{color:#f5a623}
.price-box{background:#fafafa;border-radius:10px;padding:16px;margin:16px 0}
.price-box .old{font-size:14px}
.price-box .big{font-size:32px;font-weight:800;color:var(--orange);display:flex;align-items:baseline;gap:10px}
.price-box .big .pct{font-size:14px;background:var(--green);color:#fff;padding:3px 9px;border-radius:6px;font-weight:700}
.opt{margin:16px 0}
.opt label{font-weight:700;font-size:13px;display:block;margin-bottom:8px}
.opt .chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{border:1.5px solid var(--line2);border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}
.chip.on,.chip:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-soft)}
.buy-row{display:flex;gap:12px;margin-top:18px}
.buy-row .btn-primary{flex:1;padding:15px;font-size:16px}
.buy-row .fav-btn{width:54px;border:1.5px solid var(--line2);border-radius:8px;font-size:22px;color:#bbb;display:grid;place-items:center}
.buy-row .fav-btn:hover,.buy-row .fav-btn.on{color:var(--red);border-color:#f5b5b2}
.assure{display:flex;gap:16px;margin-top:18px;flex-wrap:wrap}
.assure div{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#555;font-weight:600}
.desc-sec{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;margin-bottom:40px}
.desc-sec h3{font-size:18px;margin-bottom:12px}
.desc-sec p{color:#555;line-height:1.7;max-width:760px}
.price-box .bank{margin-top:10px;font-size:12.5px;color:#555;font-weight:600}
.price-box .bank b{color:var(--orange)}

/* seller card */
.seller{display:flex;align-items:center;gap:12px;margin-top:18px;border:1px solid var(--line);border-radius:10px;padding:12px 14px}
.seller-logo{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--orange),#c0152e);color:#fff;font-weight:900;font-size:20px;display:grid;place-items:center}
.seller-info{flex:1}.seller-info .sn{font-size:13px}.seller-info .sr{font-size:12px;color:var(--muted);margin-top:2px}.seller-info .sr .s{color:#f5a623}
.seller-follow{padding:8px 16px;font-size:13px}

/* birlikte al */
.bundle-sec{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 24px;margin-bottom:18px}
.bundle-sec h3{font-size:18px;margin-bottom:16px}
.bundle-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.bundle-items{display:flex;align-items:flex-start;gap:8px;flex:1;flex-wrap:wrap}
.bundle-item{width:150px;text-align:center}
.bundle-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#fafafa}
.bundle-item .bi-nm{font-size:12px;color:#555;margin-top:6px;min-height:32px}
.bundle-item .bi-pr{color:var(--orange);font-weight:800;margin-top:3px}
.bundle-items .plus{align-self:center;font-size:24px;color:#bbb;font-weight:300;padding-top:40px}
.bundle-buy{min-width:220px;border-left:1px solid var(--line);padding-left:22px;text-align:center}
.bundle-buy .bb-lab{font-size:12px;color:var(--muted)}
.bundle-buy .bb-total{font-size:26px;font-weight:800;color:#222;margin:4px 0 12px}
.bundle-buy .btn-primary{width:100%}

/* özellikler + açıklama grid */
.info-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:18px;margin-bottom:18px}
.specs-card,.desc-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 24px}
.specs-card h3,.desc-card h3{font-size:18px;margin-bottom:14px}
.specs{width:100%;border-collapse:collapse;font-size:13.5px}
.specs td{padding:11px 12px;border-bottom:1px solid var(--line)}
.specs tr.alt{background:#fafafa}
.specs td:first-child{color:var(--muted);width:42%;font-weight:600}
.specs td:last-child{color:#333;font-weight:600}
.desc-card p{color:#555;line-height:1.7}
.desc-card u{text-decoration-color:var(--orange)}
.collapsible{position:relative;overflow:hidden;transition:max-height .4s ease}
.collapsible.faded::after{content:"";position:absolute;left:0;right:0;bottom:0;height:60px;background:linear-gradient(transparent,#fff);pointer-events:none}
.more-btn{margin-top:14px;color:var(--orange);font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line2);border-radius:8px;padding:9px 16px;background:#fff;transition:.15s}
.more-btn:hover{background:var(--orange-soft);border-color:#ffd9b3}
.more-btn .cv{font-size:11px;line-height:1}

/* değerlendirmeler */
.reviews-sec{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 24px;margin-bottom:24px}
.reviews-sec h3{font-size:18px;margin-bottom:18px}
.reviews-sec .rv-count{color:var(--muted);font-weight:500;font-size:15px}
.rv-grid{display:grid;grid-template-columns:260px 1fr;gap:28px}
.rv-summary{text-align:center;border-right:1px solid var(--line);padding-right:24px}
.rv-big{font-size:54px;font-weight:800;line-height:1;color:#222}
.rv-stars{font-size:20px;color:#f5a623;margin:6px 0}
.rv-total{font-size:12.5px;color:var(--muted);margin-bottom:16px}
.rv-bars{text-align:left}
.rv-bar{display:flex;align-items:center;gap:8px;margin:6px 0;font-size:12px;color:#777}
.rv-bar span{width:30px;white-space:nowrap}
.rv-bar .bar{flex:1;height:8px;background:#eee;border-radius:5px;overflow:hidden}
.rv-bar .bar i{display:block;height:100%;background:#f5a623;border-radius:5px}
.rv-bar em{width:42px;text-align:right;font-style:normal}
.rv-item{border-bottom:1px solid var(--line);padding:14px 0}
.rv-item:first-child{padding-top:0}
.rv-head{display:flex;align-items:center;gap:8px;font-size:14px}
.rv-head .s{color:#f5a623}
.rv-item p{color:#555;font-size:13.5px;line-height:1.6;margin:6px 0}
.rv-meta{font-size:12px;color:#999}
.rv-ok{color:var(--green);font-weight:700;margin-left:6px}
@media(max-width:900px){
  .info-grid{grid-template-columns:1fr}
  .rv-grid{grid-template-columns:1fr}
  .rv-summary{border-right:none;border-bottom:1px solid var(--line);padding-right:0;padding-bottom:18px;margin-bottom:6px}
  .bundle-buy{border-left:none;border-top:1px solid var(--line);padding-left:0;padding-top:16px;width:100%}
}

/* ---- cart ---- */
.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:22px;margin:20px 0 50px}
.cart-list{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.cart-list .hd{padding:16px 20px;border-bottom:1px solid var(--line);font-weight:800;font-size:16px}
.cart-item{display:flex;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line);align-items:center}
.cart-item img{width:90px;height:90px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}
.cart-item .ci-info{flex:1}
.cart-item .ci-info .b{font-weight:800}
.cart-item .ci-info .n{color:#555;font-size:13px}
.cart-item .ci-info .v{color:#999;font-size:12px;margin-top:3px}
.qty{display:flex;align-items:center;border:1px solid var(--line2);border-radius:8px;overflow:hidden}
.qty button{width:34px;height:34px;font-size:18px;color:var(--orange);font-weight:700}
.qty button:hover{background:var(--orange-soft)}
.qty span{width:38px;text-align:center;font-weight:700}
.ci-price{font-weight:800;font-size:17px;color:var(--orange);min-width:110px;text-align:right}
.ci-rm{color:#bbb;font-size:20px;padding:6px}
.ci-rm:hover{color:var(--red)}
.summary{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;align-self:start;position:sticky;top:60px}
.summary h4{font-size:16px;margin-bottom:14px}
.summary .ln{display:flex;justify-content:space-between;padding:9px 0;font-size:14px;color:#555}
.summary .ln.tot{border-top:1px solid var(--line);margin-top:8px;padding-top:14px;font-size:19px;font-weight:800;color:#222}
.summary .tot b{color:var(--orange)}
.summary .btn-primary{width:100%;margin-top:14px;padding:15px;font-size:16px}
.summary .free{background:#eafaf0;color:var(--green);font-weight:700;font-size:12.5px;padding:10px;border-radius:8px;margin-bottom:12px;text-align:center}
.empty{background:#fff;border:1px solid var(--line);border-radius:12px;padding:60px 20px;text-align:center;color:var(--muted)}
.empty .e-ico{margin-bottom:14px;color:#cfcfcf;display:flex;justify-content:center}
.empty .e-ico svg{display:block}
.empty h3{color:#333;margin-bottom:8px}

/* ---- footer ---- */
.foot{background:#fff;border-top:1px solid var(--line);margin-top:40px;padding:36px 0 0}
.foot-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.foot-cols h5{font-size:14px;margin-bottom:12px}
.foot-cols a{display:block;color:#777;font-size:13px;padding:5px 0}
.foot-cols a:hover{color:var(--orange)}
.foot .apps{display:flex;gap:10px;margin-top:10px}
.foot .apps span{background:#222;color:#fff;font-size:11px;font-weight:600;padding:9px 12px;border-radius:8px;display:flex;align-items:center;gap:6px}
.foot .social{display:flex;gap:10px;margin-top:14px}
.foot .social a{width:38px;height:38px;border-radius:50%;background:#f3f3f3;display:grid;place-items:center;color:#555}
.foot .social a:hover{color:var(--orange)}
.foot .social svg{display:block}
.foot .apps svg{display:block}
.side a.adv{display:flex;align-items:center;gap:8px;justify-content:flex-start}
.side a.adv .h-ico{color:var(--orange)}
.assure svg,.price-box .bank svg,.summary .free svg,.topbar .left svg,.catnav a.hot svg{display:inline-block;vertical-align:-3px}
.summary .free{display:flex;align-items:center;justify-content:center;gap:7px}
.price-box .bank{display:flex;align-items:center;gap:7px}
.catnav a.hot{display:inline-flex;align-items:center;gap:6px}
.ci-rm{display:grid;place-items:center}
.foot .social a:hover{background:var(--orange-soft)}
.foot-bottom{border-top:1px solid var(--line);margin-top:28px;padding:18px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#999;font-size:12px}
.pay{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.pay .pc{display:flex;align-items:center;justify-content:center;height:28px;min-width:44px;padding:0 8px;background:#fff;border:1px solid var(--line2);border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.pay .pc svg{display:block;height:16px;width:auto}
.pay .pc-txt{gap:6px;font-size:11px;font-weight:700;color:#555}
.pay .pc-txt svg{height:15px}

/* ---- 18+ gate & toast ---- */
.gate{position:fixed;inset:0;background:rgba(20,10,5,.82);backdrop-filter:blur(6px);z-index:200;display:grid;place-items:center;padding:20px}
.gate-box{background:#fff;border-radius:16px;max-width:420px;width:100%;padding:34px 30px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.gate-box .lg{font-size:34px;font-weight:800;color:var(--orange);margin-bottom:6px}
.gate-box .em{font-size:46px;margin:6px 0 10px}
.gate-box h2{font-size:21px;margin-bottom:10px}
.gate-box p{color:#666;font-size:13.5px;line-height:1.6;margin-bottom:22px}
.gate-box .g-btns{display:flex;gap:12px}
.gate-box .g-btns button{flex:1;padding:14px;border-radius:8px;font-weight:700;font-size:15px}
.gate-box .yes{background:var(--orange);color:#fff}
.gate-box .yes:hover{background:var(--orange-dark)}
.gate-box .no{background:#f1f1f1;color:#666}
.gate-box small{display:block;margin-top:16px;color:#aaa;font-size:11px}
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(120px);background:#222;color:#fff;padding:14px 22px;border-radius:10px;font-weight:600;box-shadow:0 8px 30px rgba(0,0,0,.3);z-index:150;transition:.35s;display:flex;align-items:center;gap:10px;opacity:0}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1}
.toast .ok{color:#5fd38a;font-size:20px}

/* ---- reveal anim ---- */
.reveal{opacity:0;transform:translateY(18px);transition:.6s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}

/* ---- responsive ---- */
@media(max-width:1100px){.grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){
  .grid{grid-template-columns:repeat(3,1fr)}
  .tiles{grid-template-columns:1fr}
  .layout,.cart-layout,.pdp{grid-template-columns:1fr}
  .side{display:none}
  .foot-cols{grid-template-columns:repeat(2,1fr)}
  .search{order:3;flex-basis:100%;max-width:100%}
  .header .wrap{flex-wrap:wrap;height:auto;padding:12px 16px;gap:12px}
  .summary{position:static}
}
@media(max-width:560px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .topbar .left{display:none}
  .topbar .wrap{justify-content:flex-start;gap:13px;height:34px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}
  .topbar .wrap::-webkit-scrollbar{display:none}
  .topbar a{white-space:nowrap;flex:0 0 auto}
  .topbar .sep{flex:0 0 auto}
  .act small{display:none}
  .act .lab{display:none}
}

/* ================= KURUMSAL / YASAL SAYFALAR ================= */
.legal-wrap{display:grid;grid-template-columns:250px 1fr;gap:24px;margin:0 0 44px}
.legal-nav{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px;align-self:start;position:sticky;top:62px}
.legal-nav h4{font-size:13.5px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--line)}
.legal-nav a{display:block;padding:8px 6px;border-radius:6px;color:#555;font-size:13px;line-height:1.35}
.legal-nav a:hover{background:var(--orange-soft);color:var(--orange)}
.legal-nav a.active{background:var(--orange-soft);color:var(--orange);font-weight:700}
.legal{background:#fff;border:1px solid var(--line);border-radius:12px;padding:32px 36px}
.legal h1{font-size:26px;font-weight:800;line-height:1.25;margin-bottom:6px}
.legal .legal-meta{font-size:12.5px;color:var(--muted);padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid var(--line)}
.legal h2{font-size:17px;font-weight:800;margin:28px 0 10px;color:#23262b}
.legal h2:first-of-type{margin-top:0}
.legal h3{font-size:14.5px;font-weight:700;margin:18px 0 8px;color:#3a3d43}
.legal p{color:#4a4a4a;line-height:1.75;margin-bottom:11px;font-size:14px}
.legal ul,.legal ol{margin:0 0 13px 20px;color:#4a4a4a;line-height:1.75;font-size:14px}
.legal li{margin-bottom:6px}
.legal a{color:var(--orange);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.legal strong,.legal b{color:#23262b}
.legal table{width:100%;border-collapse:collapse;font-size:13.5px;margin:6px 0 16px;border:1px solid var(--line)}
.legal table th{background:#fafafa;text-align:left;padding:11px 13px;border-bottom:1px solid var(--line);font-size:13px;width:34%;vertical-align:top;color:#23262b}
.legal table td{padding:11px 13px;border-bottom:1px solid var(--line);color:#4a4a4a;vertical-align:top}
.legal table tr:last-child th,.legal table tr:last-child td{border-bottom:none}
.legal .note{background:var(--orange-soft);border-left:3px solid var(--orange);border-radius:0 8px 8px 0;padding:14px 16px;margin:16px 0;font-size:13.5px;line-height:1.7;color:#5a4527}
.legal .note b{color:#3d2d13}
.legal .warn{background:#fff6f5;border-left:3px solid var(--red);border-radius:0 8px 8px 0;padding:14px 16px;margin:16px 0;font-size:13.5px;line-height:1.7;color:#7a2420}
.legal .todo{background:#fffbe6;border:1px dashed #d9a400;border-radius:8px;padding:12px 15px;margin:14px 0;font-size:13px;line-height:1.6;color:#7a5c00}
@media(max-width:900px){
  .legal-wrap{grid-template-columns:1fr}
  .legal-nav{position:static}
  .legal{padding:22px 18px}
  .legal h1{font-size:21px}
}

/* iletişim kartları */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:4px 0 22px}
.contact-card{border:1px solid var(--line);border-radius:10px;padding:18px;background:#fff}
.contact-card .ci{width:38px;height:38px;border-radius:9px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;margin-bottom:10px}
.contact-card h4{font-size:13.5px;margin-bottom:5px}
.contact-card p{font-size:13px;color:#555;margin:0;line-height:1.6}
.contact-card a{color:var(--orange);font-weight:700;text-decoration:none}
@media(max-width:760px){.contact-grid{grid-template-columns:1fr}}

/* ================= ÇEREZ BANDI (KVKK) ================= */
.cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:900;background:#fff;border:1px solid var(--line2);
  border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:16px 18px;display:none;
  max-width:var(--max);margin:0 auto;align-items:center;gap:18px}
.cookie.show{display:flex}
.cookie .ck-txt{flex:1;font-size:13px;color:#555;line-height:1.65}
.cookie .ck-txt b{color:#23262b;display:block;margin-bottom:3px;font-size:13.5px}
.cookie .ck-txt a{color:var(--orange);font-weight:700}
.cookie .ck-btns{display:flex;gap:9px;flex-shrink:0}
.cookie button{padding:10px 18px;border-radius:7px;font-weight:700;font-size:13px;white-space:nowrap}
.cookie .ck-ok{background:var(--orange);color:#fff}
.cookie .ck-ok:hover{background:var(--orange-dark)}
.cookie .ck-no{border:1px solid var(--line2);color:#555;background:#fff}
.cookie .ck-no:hover{background:#f6f6f6}
@media(max-width:760px){.cookie{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.cookie .ck-btns{flex-direction:column-reverse}.cookie button{width:100%}}

/* ================= SEPET — SÖZLEŞME ONAYI ================= */
.approve{border:1px solid var(--line);border-radius:9px;padding:12px 13px;margin:14px 0 12px;background:#fafafa}
.approve label{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;color:#555;line-height:1.6;cursor:pointer}
.approve input[type=checkbox]{width:17px;height:17px;flex-shrink:0;margin-top:1px;accent-color:var(--orange);cursor:pointer}
.approve a{color:var(--orange);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.approve.err{border-color:var(--red);background:#fff6f5}
.btn-primary[disabled]{opacity:.5;cursor:not-allowed}
.kdv-note{font-size:11.5px;color:var(--muted);margin-top:6px}
.pay-note{display:flex;align-items:center;gap:7px;font-size:11.5px;color:var(--muted);margin-top:10px;justify-content:center;text-align:center;line-height:1.5}
.foot-legal{border-top:1px solid var(--line);margin-top:26px;padding:16px 0 0;color:#8d8d8d;font-size:11.5px;line-height:1.85}
.foot-legal b{color:#666}
.foot-legal a{color:#8d8d8d}
.foot-legal a:hover{color:var(--orange)}
.topbar .left svg,.topbar a svg{flex-shrink:0}
.assure a{display:flex;align-items:center;gap:8px;color:#555}
.assure a:hover{color:var(--orange)}

/* ================= HERO SLIDER — MOBİL DÜZELTME =================
   Masaüstü oranı (1536/520) mobilde ~130px yükseklik veriyordu:
   başlık kırpılıyor, buton taşıyor, ok butonları yazının üstüne biniyordu. */
@media(max-width:760px){
  .hero{margin:12px 0}
  .slider{border-radius:10px}
  .slide{aspect-ratio:1/1;min-height:330px}
  .slide .ov{
    justify-content:flex-end;
    gap:9px;
    padding:0 20px 58px;
    background:linear-gradient(180deg,
      rgba(0,0,0,.10) 0%, rgba(0,0,0,.02) 28%,
      rgba(0,0,0,.52) 66%, rgba(0,0,0,.84) 100%);
  }
  .slide h2{font-size:clamp(23px,7vw,32px);line-height:1.15;max-width:100%;
    text-shadow:0 2px 14px rgba(0,0,0,.6)}
  .slide p{font-size:13.5px;line-height:1.5;max-width:100%;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .slide .btn-primary{align-self:flex-start;padding:12px 22px;font-size:14px;margin-top:2px}
  /* oklar mobilde metnin üstüne biniyordu — dokunmatik kaydırma + noktalar yeterli */
  .slider .nav{display:none}
  .dots{bottom:15px;gap:9px}
  .dots span{width:8px;height:8px}
  .dots span.on{width:22px}
  .slides{touch-action:pan-y}
  /* mini afişler */
  .tile{aspect-ratio:16/9}
  .tile .lab{left:14px;bottom:13px;font-size:16px}
}
@media(max-width:400px){
  .slide{aspect-ratio:4/5}
  .slide .ov{padding:0 16px 54px}
  .slide h2{font-size:23px}
  .slide p{font-size:12.5px}
}

/* ================= ÜYELİK / HESAP SAYFALARI ================= */
.auth-wrap{max-width:460px;margin:26px auto 56px}
.auth-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px 30px;box-shadow:var(--shadow)}
.auth-card .auth-logo{display:block;margin:0 auto 18px}
.auth-card .auth-logo img{height:38px;width:auto;margin:0 auto}
.auth-card h1{font-size:22px;font-weight:800;text-align:center;margin-bottom:6px}
.auth-card .auth-sub{text-align:center;color:var(--muted);font-size:13px;margin-bottom:22px;line-height:1.6}
.field{margin-bottom:14px}
.field label{display:block;font-size:12.5px;font-weight:700;color:#444;margin-bottom:6px}
.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=password]{
  width:100%;height:46px;border:1px solid #e0e0e0;border-radius:8px;padding:0 14px;font-size:14px;
  font-family:inherit;background:#fafafa;outline:none;transition:.15s;color:var(--ink)}
.field input:focus{border-color:var(--orange);background:#fff;box-shadow:0 0 0 3px rgba(176,125,58,.12)}
.field input.bad{border-color:var(--red);background:#fff8f8}
.field .hint{font-size:11.5px;color:var(--muted);margin-top:5px;line-height:1.5}
.field .pw-wrap{position:relative}
.field .pw-wrap input{padding-right:46px}
.field .pw-toggle{position:absolute;right:6px;top:6px;width:36px;height:34px;border-radius:6px;color:#999;
  display:grid;place-items:center}
.field .pw-toggle:hover{color:var(--orange);background:#f3f3f3}
.auth-check{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;color:#555;line-height:1.6;
  margin-bottom:11px;cursor:pointer}
.auth-check input[type=checkbox]{width:17px;height:17px;flex-shrink:0;margin-top:1px;accent-color:var(--orange);cursor:pointer}
.auth-check a{color:var(--orange);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.auth-check.bad{color:var(--red)}
.auth-btn{width:100%;margin-top:8px;padding:14px;font-size:15px}
.auth-alt{text-align:center;font-size:13px;color:#666;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.auth-alt a{color:var(--orange);font-weight:700}
.auth-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;flex-wrap:wrap}
.auth-row .auth-check{margin-bottom:0}
.auth-row a{font-size:12.5px;color:var(--orange);font-weight:700}
.auth-msg{border-radius:8px;padding:11px 14px;font-size:13px;line-height:1.6;margin-bottom:16px;display:none}
.auth-msg.show{display:block}
.auth-msg.err{background:#fff6f5;border:1px solid #f3c9c6;color:#a3271f}
.auth-msg.ok{background:#eafaf0;border:1px solid #bfe6ce;color:#15653f}
.auth-note{background:#fffbe6;border:1px dashed #d9a400;border-radius:8px;padding:11px 14px;font-size:11.5px;
  line-height:1.6;color:#7a5c00;margin-top:18px}
@media(max-width:520px){
  .auth-wrap{margin:16px auto 40px}
  .auth-card{padding:24px 18px;border-radius:12px}
}

/* ---- hesabım ---- */
.acc-wrap{display:grid;grid-template-columns:250px 1fr;gap:24px;margin:0 0 48px}
.acc-side{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;align-self:start}
.acc-me{display:flex;align-items:center;gap:11px;padding-bottom:14px;margin-bottom:12px;border-bottom:1px solid var(--line)}
.acc-me .av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#7a5220);
  color:#fff;font-weight:800;font-size:17px;display:grid;place-items:center;flex-shrink:0}
.acc-me .nm{font-weight:800;font-size:14px;line-height:1.3}
.acc-me .em{font-size:11.5px;color:var(--muted);word-break:break-all;line-height:1.4}
.acc-side a,.acc-side button{display:flex;align-items:center;gap:9px;width:100%;text-align:left;
  padding:9px 8px;border-radius:7px;color:#555;font-size:13.5px;font-weight:600;font-family:inherit}
.acc-side a:hover,.acc-side button:hover{background:var(--orange-soft);color:var(--orange)}
.acc-side a.active{background:var(--orange-soft);color:var(--orange);font-weight:700}
.acc-side .logout{color:var(--red);margin-top:6px;border-top:1px solid var(--line);padding-top:12px;border-radius:0}
.acc-side .logout:hover{background:#fff6f5;color:var(--red)}
.acc-main{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 28px}
.acc-main h2{font-size:19px;font-weight:800;margin-bottom:4px}
.acc-main .acc-sub{color:var(--muted);font-size:13px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.acc-form{max-width:420px}
.acc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}
.acc-stat{border:1px solid var(--line);border-radius:10px;padding:15px;text-align:center}
.acc-stat b{display:block;font-size:23px;font-weight:800;color:var(--orange);line-height:1.2}
.acc-stat span{font-size:11.5px;color:var(--muted)}
.order-card{border:1px solid var(--line);border-radius:10px;margin-bottom:12px;overflow:hidden}
.order-head{background:#fafafa;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;
  gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--line);font-size:12.5px}
.order-head .ono{font-weight:800;color:#23262b;font-size:13.5px}
.order-head .odate{color:var(--muted)}
.order-head .ost{background:var(--orange-soft);color:var(--orange);font-weight:700;padding:4px 10px;border-radius:20px;font-size:11.5px}
.order-body{padding:13px 15px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.order-body img{width:52px;height:52px;object-fit:cover;border-radius:7px;border:1px solid var(--line)}
.order-foot{padding:11px 15px;border-top:1px solid var(--line);display:flex;justify-content:space-between;
  align-items:center;font-size:13px;flex-wrap:wrap;gap:8px}
.order-foot b{color:var(--orange);font-size:16px}
@media(max-width:900px){
  .acc-wrap{grid-template-columns:1fr}
  .acc-main{padding:20px 16px}
  .acc-stats{grid-template-columns:1fr;gap:10px}
}
