:root{
 --bg:#fff8f3;--card:#fff;--soft:#fff0f4;--ink:#161722;--muted:#6f7280;--line:#eadbd2;
 --rose:#cf7890;--rose-dark:#9f405f;--green:#21a66a;--gold:#c29552;
 --shadow:0 20px 60px rgba(50,28,20,.12);--shadow2:0 10px 30px rgba(50,28,20,.08);--max:1180px;
}

/* 2026-08-20 isme ozel satis vurgusu */
.personalized-promo-section{
  padding:28px 0 !important;
  background:linear-gradient(135deg,#fff6f8 0%,#fffaf4 55%,#f5eee8 100%);
}
.personalized-promo-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  align-items:center;
  gap:34px;
  min-height:520px;
  border:1px solid #ecd8d6;
  border-radius:30px;
  background:rgba(255,255,255,.82);
  padding:38px;
  overflow:hidden;
  box-shadow:0 22px 55px rgba(92,54,47,.10);
}
.personalized-promo-copy{max-width:610px;}
.personalized-promo-kicker,
.personal-name-eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  background:#fff0f4;
  color:#a24763;
  padding:7px 11px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.5px;
}
.personalized-promo-copy h2{
  margin:14px 0 12px;
  color:#4d2c23;
  font-size:clamp(34px,4vw,58px);
  line-height:1.04;
  letter-spacing:-1.4px;
}
.personalized-promo-copy>p{
  margin:0 0 18px;
  color:#72574e;
  font-size:18px;
  line-height:1.6;
}
.personalized-promo-points{
  display:grid;
  gap:9px;
  margin:0 0 22px;
}
.personalized-promo-points span{
  display:flex;
  align-items:center;
  gap:9px;
  color:#573a31;
  font-weight:850;
}
.personalized-promo-points b{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  flex:0 0 24px;
  border-radius:50%;
  background:#e9859f;
  color:#fff;
}
.personalized-promo-copy>.btn{min-width:230px;}
.personalized-promo-copy>small{
  display:block;
  max-width:520px;
  margin-top:12px;
  color:#806b63;
  font-weight:700;
  line-height:1.45;
}
.personalized-promo-visual{
  position:relative;
  width:100%;
  max-width:430px;
  justify-self:end;
  border-radius:26px;
  overflow:hidden;
  background:#f5eae4;
  box-shadow:0 16px 38px rgba(89,49,42,.14);
}
.personalized-promo-visual img{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center 44%;
}
.personalized-visual-label{
  position:absolute;
  left:16px;
  bottom:16px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#8b3f58;
  padding:9px 13px;
  font-size:12px;
  font-weight:950;
  box-shadow:0 8px 20px rgba(60,35,30,.12);
}
.model-product-card .media,
.gallery-main{position:relative;}
.personalized-card-badge,
.personalized-gallery-badge{
  position:absolute;
  z-index:4;
  left:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  max-width:calc(100% - 24px);
  border:1px solid rgba(194,93,123,.20);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#a24763;
  padding:7px 10px;
  font-size:11px;
  line-height:1;
  font-weight:950;
  box-shadow:0 6px 16px rgba(83,47,39,.12);
}
.personalized-detail-link{
  border-color:#e8b7c5 !important;
  background:#fff2f6 !important;
  color:#a24763 !important;
}
.personal-name-sales{
  border:2px solid #efc4d0;
  background:linear-gradient(145deg,#fff7f9,#fffdf9);
  padding:18px;
  margin:14px 0;
  box-shadow:0 12px 28px rgba(137,63,88,.08);
}
.personal-name-sales h3{
  margin:11px 0 5px;
  color:#4d2c23;
  font-size:21px;
  line-height:1.2;
}
.personal-name-sales>p{
  margin:0 0 14px;
  color:#765f57;
  font-size:14px;
  line-height:1.45;
}
.personalization-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.personal-name-sales .personalization-choice{
  display:block;
  margin:0;
  color:inherit;
  cursor:pointer;
}
.personalization-choice>input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.personalization-choice>span{
  display:flex;
  min-height:76px;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  border:1px solid #e7d8d2;
  border-radius:15px;
  background:#fff;
  padding:12px 14px;
  transition:.18s ease;
}
.personalization-choice>span b{
  color:#4d2c23;
  font-size:15px;
}
.personal-name-sales .personalization-choice>span small{
  margin:0;
  color:#836c64;
  font-size:12px;
}
.personalization-choice>input:checked+span{
  border-color:#d16f8d;
  background:#fff0f5;
  box-shadow:0 0 0 3px rgba(209,111,141,.11);
}
.personal-name-input-wrap{
  margin-top:12px;
  border-top:1px dashed #e6c8d0;
  padding-top:12px;
}
.personal-name-input-wrap[hidden]{display:none !important;}
.personal-name-rule{
  margin-top:11px;
  border-radius:11px;
  background:#fff5e8;
  color:#7a572d;
  padding:9px 11px;
  font-size:12px;
  font-weight:850;
  line-height:1.4;
}
@media(max-width:760px){
  .personalized-promo-section{padding:16px 0 !important;}
  .personalized-promo-grid{
    grid-template-columns:1fr;
    gap:18px;
    min-height:0;
    border-radius:22px;
    padding:18px;
  }
  .personalized-promo-copy h2{
    margin-top:11px;
    font-size:34px;
    letter-spacing:-.8px;
  }
  .personalized-promo-copy>p{font-size:15px;line-height:1.5;}
  .personalized-promo-copy>.btn{width:100%;}
  .personalized-promo-visual{max-width:none;justify-self:stretch;border-radius:20px;}
  .personalized-promo-visual img{height:410px;object-position:center 46%;}
  .personalized-card-badge,
  .personalized-gallery-badge{left:8px;top:8px;padding:6px 8px;font-size:9.5px;}
  .personal-name-sales{padding:14px;border-radius:16px;}
  .personal-name-sales h3{font-size:18px;}
  .personalization-choice>span{min-height:70px;padding:10px;}
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.45;padding-bottom:76px}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
.wrap{max-width:var(--max);margin:auto;padding:0 14px}
.topbar{background:#161722;color:#fff;display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;padding:8px 10px;font-size:12px;font-weight:900}.topbar span{color:#ffdde6}
.header{position:sticky;top:0;z-index:60;background:rgba(255,248,243,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;max-width:var(--max);margin:auto}
.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:38px;height:38px;border-radius:14px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:950}.brand b{display:block;font-size:17px;line-height:1}.brand small{display:block;color:var(--muted);font-size:11px;font-weight:800}.nav{display:none}.cart-pill{background:var(--ink);color:#fff;border-radius:999px;padding:9px 12px;font-weight:950;font-size:13px}.cart-pill b{background:var(--rose);border-radius:999px;padding:1px 7px;margin-left:4px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:54px;border:0;border-radius:18px;padding:14px 18px;font-weight:950;font-size:15px;cursor:pointer;transition:.15s}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 14px 30px rgba(22,23,34,.22)}.btn-secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn-rose{background:var(--rose);color:#fff}.btn-whatsapp{background:#1fae68;color:#fff}.btn:hover{transform:translateY(-1px)}
.hero{padding:24px 0 34px;background:radial-gradient(circle at 12% 0,#fff 0,#fff0 35%),linear-gradient(180deg,#fff8f3,#fff0f4);border-bottom:1px solid var(--line)}.hero-grid{display:grid;gap:20px;align-items:center}.kicker{display:inline-flex;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 11px;color:var(--rose-dark);font-size:12px;font-weight:950;box-shadow:var(--shadow2)}
h1{font-size:39px;line-height:.96;letter-spacing:-1.8px;margin:14px 0 10px}.lead{font-size:17px;color:#4a4d5c;margin:0 0 16px}.trust-pills{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.trust-pills span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 10px;font-size:12px;font-weight:900;color:#3e4050}.cta-stack{display:grid;gap:10px;margin-top:14px}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:10px;box-shadow:var(--shadow);position:relative}.hero-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:24px}.hero-note{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:20px;padding:12px}.hero-note small{display:block;color:var(--rose-dark);font-weight:950}.hero-note b{display:block;font-size:18px}
.section{padding:44px 0}.section-title{margin-bottom:18px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;color:var(--rose-dark);font-weight:950;font-size:12px}.section-title h2{font-size:31px;line-height:1.04;letter-spacing:-1.2px;margin:6px 0 8px}.section-title p{color:var(--muted);margin:0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.collection{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow2)}.product-card .media{position:relative;display:block}.product-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.badge{position:absolute;top:10px;left:10px;background:#fff;color:var(--rose-dark);border-radius:999px;padding:7px 9px;font-size:11px;font-weight:950}.product-body{padding:12px}.product-body h3{margin:0 0 5px;font-size:15px;line-height:1.15}.product-body p{display:none;color:var(--muted);font-size:13px;margin:0 0 10px}.price{display:flex;align-items:center;gap:8px;margin:8px 0}.price b{font-size:18px}.price del{color:var(--muted);font-size:13px}.product-body .btn{min-height:46px;border-radius:15px;font-size:13px}
.builder{display:grid;gap:14px}.panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow2)}.panel-head{margin-bottom:14px}.step-badge{display:inline-flex;background:#fff1f4;border:1px solid #f0cbd5;color:var(--rose-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;margin-bottom:9px}.panel h2{font-size:25px;line-height:1.05;margin:0 0 7px}.panel p{color:var(--muted);margin:0}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{position:relative;cursor:pointer}.choice input{position:absolute;opacity:0}.choice-box{display:block;background:#fffaf7;border:1px solid var(--line);border-radius:18px;overflow:hidden;height:100%}.choice-box img{width:100%;aspect-ratio:4/5;object-fit:cover}.choice-text{display:block;padding:10px}.choice-text b{display:block;font-size:14px}.choice-text small{display:none;color:var(--muted);font-size:12px;line-height:1.25;margin-top:4px}.choice input:checked+.choice-box{border:2px solid var(--rose);box-shadow:0 10px 25px rgba(207,120,144,.18);transform:translateY(-1px)}
.color-grid{display:grid;gap:9px}.color-box{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px;font-weight:950}.color-dot{width:34px;height:34px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ccc}.choice input:checked+.color-box{border:2px solid var(--rose);background:#fff8fa}.qty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.qty-box{display:grid;place-items:center;min-height:56px;background:#fff;border:1px solid var(--line);border-radius:16px;font-size:22px;font-weight:950}.choice input:checked+.qty-box{background:var(--ink);border-color:var(--ink);color:#fff}.builder-actions{display:grid;gap:10px;margin-top:14px}
.summary{background:#161722;color:#fff;border-radius:26px;padding:18px;box-shadow:0 20px 55px rgba(22,23,34,.25)}.summary h2{color:#fff;margin:0 0 10px}.summary p{color:#d0d2dd}.cart-row{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}.cart-row.light{color:var(--ink);border-color:var(--line)}.cart-row img{width:58px;height:58px;object-fit:cover;border-radius:14px}.cart-row b{display:block}.cart-row small{display:block;color:#cfd1dc}.cart-row.light small{color:var(--muted)}.remove{margin-left:auto;background:transparent;color:inherit;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:6px 8px;cursor:pointer}.total{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.18);margin-top:12px;padding-top:12px;font-size:20px;font-weight:950}
.steps{display:grid;gap:10px}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow2)}.step-num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:950;margin-bottom:10px}.step h3{margin:0 0 6px}.step p{margin:0;color:var(--muted)}
.banner-grid{display:grid;gap:12px}.banner{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.banner img{width:100%;aspect-ratio:1.22/1;object-fit:cover}.banner div{padding:14px}.banner b{font-size:20px}.banner p{color:var(--muted);margin:6px 0 0}
.reviews{display:grid;gap:12px}.review{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow2)}.stars{color:#f5a623;font-weight:950}.review p{color:#3d4050}.reviewer{font-weight:950}.review-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow2);margin-top:14px}
.seal-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.seal{background:#fff;border:1px solid var(--line);border-radius:18px;padding:13px;box-shadow:var(--shadow2)}.seal i{font-style:normal;font-size:24px}.seal b{display:block;font-size:13px}.seal small{display:block;color:var(--muted);font-size:12px;line-height:1.25;margin-top:4px}
.detail-grid{display:grid;gap:16px}.gallery{background:#fff;border:1px solid var(--line);border-radius:28px;padding:10px;box-shadow:var(--shadow)}.gallery-main img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:22px}.thumbs{display:flex;gap:8px;margin-top:8px;overflow:auto}.thumbs img{width:72px;height:72px;border-radius:14px;object-fit:cover;cursor:pointer;border:1px solid var(--line)}.buy-box{background:#fff;border:1px solid var(--line);border-radius:28px;padding:16px;box-shadow:var(--shadow)}.buy-price{display:flex;align-items:center;gap:12px;margin:14px 0}.buy-price b{font-size:30px}.installment{background:#fff7e8;color:#92601d;border:1px solid #f2d7a7;border-radius:14px;padding:10px;font-weight:900;margin-bottom:12px}
.checkout-grid{display:grid;gap:14px}.box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow)}.field-grid{display:grid;gap:10px}.input{width:100%;border:1px solid var(--line);border-radius:15px;padding:14px;background:#fff}.pay-option{display:flex;gap:10px;border:1px solid var(--line);border-radius:16px;padding:13px;margin-bottom:9px}.line{display:flex;justify-content:space-between;gap:10px;margin:9px 0}.line.total2{border-top:1px solid var(--line);padding-top:12px;font-size:20px;font-weight:950}
.footer{background:#161722;color:#f7f4f2;padding:34px 0 24px}.footer-grid{display:grid;gap:22px}.footer h3,.footer h4{color:#fff;margin:0 0 10px}.footer p,.footer a{color:#d0d2dd}.footer a{display:block;margin:7px 0}.footer-badges{display:flex;gap:7px;flex-wrap:wrap}.footer-badges span{background:#fff;color:#161722;border-radius:999px;padding:7px 9px;font-size:12px;font-weight:950}.footer-whatsapp{background:#1fae68!important;color:#fff!important;display:inline-block!important;border-radius:999px;padding:9px 12px!important;font-weight:950}.footer-bottom{border-top:1px solid #2d3045;margin-top:22px;padding-top:14px;color:#aeb0bd;font-size:13px}
.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:7px;padding:9px}.mobile-nav a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px 7px;text-align:center;font-size:12px;font-weight:950}.mobile-nav .active{background:var(--ink);color:#fff;border-color:var(--ink)}
.admin-body{background:#f5f6fb;padding-bottom:0}.admin-shell{display:grid;min-height:100vh}.admin-sidebar{background:#161722;color:#fff;padding:18px}.admin-sidebar h2{margin:0 0 14px}.admin-sidebar a{display:inline-flex;color:#d9dbe8;background:#23263a;border-radius:12px;padding:10px;margin:4px;font-weight:900;font-size:13px}.admin-main{padding:16px}.admin-card{background:#fff;border:1px solid #e6e8ef;border-radius:18px;padding:16px;margin-bottom:14px;box-shadow:0 8px 24px rgba(23,24,39,.06)}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;background:#fff}.admin-table th,.admin-table td{padding:11px;border-bottom:1px solid #edf0f6;text-align:left;font-size:13px;white-space:nowrap}.status{display:inline-block;background:#eef2ff;color:#244194;border-radius:999px;padding:6px 9px;font-weight:900;font-size:12px}.admin-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-stat h2{font-size:28px;margin:4px 0}
@media(min-width:760px){
 body{padding-bottom:0}.wrap{padding:0 22px}.mobile-nav{display:none}.nav{display:flex;gap:22px;font-size:14px;font-weight:850;color:#424451}.hero{padding:60px 0}.hero-grid{grid-template-columns:1.04fr .96fr;gap:38px}h1{font-size:68px;letter-spacing:-3px}.cta-stack{display:flex}.btn{width:auto}.collection{grid-template-columns:repeat(5,1fr);gap:16px}.product-body p{display:block}.builder{grid-template-columns:minmax(0,1fr) 380px;gap:24px}.summary{position:sticky;top:90px}.choice-grid{grid-template-columns:repeat(5,1fr)}.choice-text small{display:block}.color-grid{grid-template-columns:repeat(3,1fr)}.qty-grid{grid-template-columns:repeat(6,1fr)}.steps{grid-template-columns:repeat(3,1fr);gap:16px}.banner-grid{grid-template-columns:repeat(3,1fr)}.reviews{grid-template-columns:repeat(3,1fr)}.seal-grid{grid-template-columns:repeat(4,1fr)}.detail-grid{grid-template-columns:1.02fr .98fr;align-items:start}.checkout-grid{grid-template-columns:1fr 420px;align-items:start}.field-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr}.admin-shell{grid-template-columns:260px 1fr}.admin-sidebar a{display:block}.admin-stat-grid{grid-template-columns:repeat(4,1fr)}
}


/* V2: RENKLİ VE DOLU GÖRÜNÜM DÜZELTMESİ */
:root{
 --bg:#fff8f3;--ink:#5a3d35;--dark:#2e2524;--rose:#d77f98;--rose-dark:#a94f6d;--peach:#f3b18f;--mint:#bfe3d1;
}
body{background:linear-gradient(180deg,#fff8f3,#fffaf7);color:var(--ink)}
.topbar{background:linear-gradient(90deg,#fce2ea,#fff2df,#e8f7ef)!important;color:#6a443d!important;border-bottom:1px solid #f1d8d2}
.topbar span{color:#8b455e!important}
.brand-mark{background:linear-gradient(135deg,var(--rose),var(--peach))!important;box-shadow:0 10px 22px rgba(215,127,152,.28)}
.brand b,.section-title h2,h1,.product-body h3,.panel h2,.buy-box h1{color:#4d332e}
.cart-pill{background:#fff!important;border:1px solid var(--line)!important;color:#67413a!important;box-shadow:var(--shadow2)}
.btn-primary{background:linear-gradient(135deg,var(--rose),#bd637c)!important;color:#fff!important;box-shadow:0 14px 30px rgba(215,127,152,.28)!important}
.btn-rose{background:linear-gradient(135deg,#f3a27f,var(--rose))!important;color:#fff!important}
.hero{background:radial-gradient(circle at 10% 0,#fff 0,#fff0 32%),radial-gradient(circle at 95% 20%,#e7f7ee 0,#fff0 28%),linear-gradient(180deg,#fff6ec,#fff0f4)!important}
.summary{background:linear-gradient(180deg,#fff,#fff1f4)!important;color:#4d332e!important;border:1px solid var(--line)!important}
.summary h2{color:#4d332e!important}.summary p,.cart-row small{color:var(--muted)!important}.total{border-color:var(--line)!important}
.choice input:checked+.qty-box{background:linear-gradient(135deg,var(--rose),var(--peach))!important;border-color:var(--rose)!important}
.footer{background:linear-gradient(180deg,#6b4850,#3a2d32)!important}
.color-feature-grid{display:grid;gap:12px}
.color-feature{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow2)}
.color-feature .icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#fff0f4;color:var(--rose-dark);font-weight:950;margin-bottom:10px}
.color-feature h3{margin:0 0 6px;color:#4d332e}.color-feature p{margin:0;color:var(--muted)}
.section.alt{background:linear-gradient(180deg,#fff,#fff4f7)}
@media(min-width:760px){.color-feature-grid{grid-template-columns:repeat(4,1fr)}}

.usage-hero-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:14px;box-shadow:var(--shadow2)}
.usage-hero-card img{width:100%;display:block;border-radius:22px}

/* Menu anchor offset */
section[id]{scroll-margin-top:82px}


/* V7 ürün detay başlık ve ürün seçim düzeltmesi */
.buy-box h1{
  font-size:clamp(32px,3.6vw,48px) !important;
  line-height:1.06 !important;
  letter-spacing:-1.4px !important;
  margin:10px 0 8px !important;
}
.buy-box .lead{
  font-size:16px !important;
  line-height:1.48 !important;
}
.buy-price b{
  font-size:28px !important;
}
.installment{
  font-size:14px !important;
  line-height:1.35 !important;
}
.panel h2{
  font-size:22px !important;
}
.color-box{
  min-height:62px;
}
.qty-box{
  min-height:54px;
}
.gallery-main img{
  object-fit:cover;
}
@media(max-width:760px){
  .buy-box h1{
    font-size:30px !important;
    letter-spacing:-.8px !important;
  }
  .buy-price b{
    font-size:25px !important;
  }
}



/* V8: Ürünler sayfası normal grid, ana sayfa sadece 3 ürün */
.collection{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:10px;
  overflow:visible !important;
}
.home-products.collection{
  display:grid !important;
  grid-template-columns:1fr;
  gap:14px;
}
.home-products.collection .product-card{
  min-width:0 !important;
  max-width:none !important;
  width:100%;
}
@media(min-width:760px){
  .collection{
    grid-template-columns:repeat(4,1fr) !important;
    gap:16px;
  }
  .home-products.collection{
    grid-template-columns:repeat(4,1fr) !important;
    max-width:1180px;
  }
}
@media(min-width:1100px){
  .collection{
    grid-template-columns:repeat(5,1fr) !important;
  }
  .home-products.collection{
    grid-template-columns:repeat(4,1fr) !important;
  }
}



/* V9: yazı boyutları daha dengeli + ana sayfa 4 ürün */
h1{
  font-size:clamp(34px,4.4vw,56px) !important;
  line-height:1.04 !important;
  letter-spacing:-1.8px !important;
}
.section-title h2,
.section-head h2{
  font-size:clamp(25px,2.6vw,36px) !important;
  line-height:1.12 !important;
  letter-spacing:-.8px !important;
}
.lead{
  font-size:16px !important;
  line-height:1.5 !important;
}
.product-body h3{
  font-size:16px !important;
  line-height:1.2 !important;
}
.product-body p{
  font-size:13px !important;
  line-height:1.42 !important;
}
.price b{
  font-size:19px !important;
}
.btn{
  font-size:14px !important;
}
.buy-box h1{
  font-size:clamp(30px,3vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-1px !important;
}
.panel h2{
  font-size:21px !important;
}
.home-products.collection{
  grid-template-columns:1fr !important;
}
@media(min-width:760px){
  .home-products.collection{
    grid-template-columns:repeat(4,1fr) !important;
    max-width:1180px !important;
  }
  .home-products.collection .product-card{
    min-width:0 !important;
    max-width:none !important;
    width:100% !important;
  }
}
@media(max-width:760px){
  h1{
    font-size:32px !important;
  }
  .section-title h2,
  .section-head h2{
    font-size:25px !important;
  }
}



/* V11: daha küçük başlıklar + adet kampanya kutuları */
h1{
  font-size:clamp(30px,3.5vw,46px) !important;
  line-height:1.06 !important;
  letter-spacing:-1.1px !important;
}
.section-title h2,
.section-head h2{
  font-size:clamp(23px,2.2vw,30px) !important;
  line-height:1.14 !important;
}
.buy-box h1{
  font-size:clamp(28px,2.7vw,38px) !important;
  line-height:1.08 !important;
}
.hero .lead,
.lead{
  font-size:15.5px !important;
}
.product-body h3{
  font-size:15px !important;
}
.btn{
  font-size:13.5px !important;
}
.qty-campaign-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.qty-campaign-box{
  display:block;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  background:#fff;
  min-height:82px;
}
.qty-campaign-box em{
  display:inline-block;
  font-style:normal;
  background:#fff0f4;
  color:var(--rose-dark);
  border-radius:999px;
  padding:4px 7px;
  font-size:11px;
  font-weight:950;
  margin-bottom:6px;
}
.qty-campaign-box b{
  display:block;
  font-size:14px;
  color:#4d332e;
}
.qty-campaign-box strong{
  display:block;
  font-size:18px;
  color:var(--rose-dark);
  margin-top:4px;
}
.qty-campaign-choice input:checked + .qty-campaign-box{
  border:2px solid var(--rose);
  background:#fff7fa;
  box-shadow:0 8px 20px rgba(207,120,144,.13);
}
@media(min-width:760px){
  .qty-campaign-grid{
    grid-template-columns:repeat(4,1fr);
  }
}



/* V12: Hemen al kaldırıldı, mobil swipe galeri, daha dengeli yazılar */
.single-action .btn{
  width:100% !important;
}
.swipe-gallery{
  position:relative;
  touch-action:pan-y;
  user-select:none;
}
.gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.9);
  color:#6d3f47;
  font-size:30px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(50,28,20,.12);
}
.gallery-nav.prev{left:12px}
.gallery-nav.next{right:12px}
.gallery-counter{
  position:absolute;
  right:14px;
  bottom:14px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:950;
  color:#70444c;
}
.thumbs img.active{
  border:2px solid var(--rose);
}
.buy-box h1{
  font-size:clamp(26px,2.35vw,34px) !important;
  line-height:1.1 !important;
  letter-spacing:-.7px !important;
}
h1{
  font-size:clamp(28px,3.1vw,42px) !important;
}
.section-title h2,
.section-head h2{
  font-size:clamp(22px,2vw,28px) !important;
}
.kicker,
.eyebrow{
  font-size:11px !important;
}
@media(max-width:760px){
  .gallery-nav{
    width:34px;
    height:34px;
    font-size:26px;
  }
  .buy-box h1{
    font-size:26px !important;
  }
}



.legal-page h1{
  font-size:clamp(28px,3vw,40px) !important;
  margin-top:0;
}
.legal-page h2{
  font-size:20px !important;
  margin-top:24px;
  color:#4d332e;
}
.legal-page p{
  color:#4d4f5c;
  font-size:15px;
  line-height:1.65;
}


/* V13: Hero tek buton düzeltmesi */
.hero .cta-stack:has(.btn:only-child){
  max-width:220px;
}
@supports not selector(:has(*)){
  .hero .cta-stack{
    max-width:460px;
  }
}
@media(max-width:760px){
  .hero .cta-stack:has(.btn:only-child){
    max-width:100%;
  }
}



/* V17: profesyonel logo */
.brand-image{
  display:flex;
  align-items:center;
  gap:0;
  min-width:150px;
}
.brand-image img{
  display:block;
  height:46px;
  width:auto;
  max-width:220px;
  object-fit:contain;
}
.header-inner{
  min-height:64px;
}
@media(max-width:760px){
  .brand-image img{
    height:40px;
    max-width:176px;
  }
  .header-inner{
    height:60px;
  }
}



/* Admin sipariş hızlı işlem düzeltmeleri */
.inline-status-form{
  display:flex;
  gap:6px;
  align-items:center;
  min-width:210px;
}
.compact-input{
  min-width:135px;
  padding:8px 10px !important;
  border-radius:10px !important;
  font-size:12px !important;
}
.mini-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:10px;
  padding:8px 10px;
  font-size:12px;
  font-weight:900;
  background:#cf7890;
  color:#fff;
  cursor:pointer;
  white-space:nowrap;
}
.mini-secondary{background:#fff;color:#4d332e;border:1px solid #eadbd2}
.mini-green{background:#22a66a}
.mini-warning{background:#d99a2b}
.mini-danger,.btn-danger{background:#d64b4b!important;color:#fff!important}
.order-row-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  min-width:260px;
}
.order-detail-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.order-detail-actions{
  display:grid;
  gap:8px;
  min-width:210px;
}
.status-cancelled{background:#ffe8e8!important;color:#a62828!important}
.status-shipped{background:#e7f7ef!important;color:#13764a!important}
.status-preparing{background:#fff4dd!important;color:#9b6516!important}
@media(max-width:760px){
  .order-detail-head{display:block}
  .order-detail-actions{margin-top:12px}
  .inline-status-form{display:grid;min-width:180px}
}



.admin-alert{
  padding:12px 14px;
  border-radius:14px;
  margin:12px 0;
  font-weight:900;
}
.admin-alert.ok{
  background:#e7f7ef;
  color:#13764a;
  border:1px solid #b8e7ce;
}
.admin-alert.err{
  background:#ffecec;
  color:#a62828;
  border:1px solid #f3c2c2;
}


/* Admin ödeme durumu Türkçe görünüm */
.admin-table small{
  font-size:12px;
  line-height:1.35;
}


/* Admin sipariş yazdırma butonları */
.admin-head-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.mini-print{
  background:#2f4057;
  color:#fff;
}
@media(max-width:760px){
  .admin-head-actions{
    align-items:flex-start;
  }
}


/* 10x10 termal etiket butonu */
.mini-print{
  background:#111827;
  color:#fff;
}


/* Admin Dashboard Pro görünüm */
.dash-hero{
  background:linear-gradient(135deg,#fff7f1 0%,#fff 55%,#f7fcfa 100%);
  border:1px solid #eaded8;
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 30px rgba(80,50,30,.06);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.dash-kicker{
  color:#b35c78;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:8px;
}
.dash-hero h2{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.05;
  color:#4b312d;
}
.dash-hero p{
  margin:0;
  max-width:720px;
  color:#6e5a54;
  font-size:15px;
}
.dash-hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.dash-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:18px;
}
.dash-stat-card{
  border-radius:22px;
  padding:18px;
  color:#4d332e;
  box-shadow:0 10px 28px rgba(65,38,28,.08);
  border:1px solid rgba(255,255,255,.7);
}
.dash-stat-card.tone-rose{background:linear-gradient(135deg,#fff1f5,#fff);}
.dash-stat-card.tone-peach{background:linear-gradient(135deg,#fff4eb,#fff);}
.dash-stat-card.tone-mint{background:linear-gradient(135deg,#effbf5,#fff);}
.dash-stat-card.tone-lilac{background:linear-gradient(135deg,#f4f3ff,#fff);}
.dash-stat-label{
  font-size:13px;
  font-weight:900;
  color:#7d5f57;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.dash-stat-value{
  margin-top:8px;
  font-size:38px;
  font-weight:900;
  line-height:1;
}
.dash-stat-sub{
  margin-top:8px;
  color:#8a726b;
  font-size:14px;
}
.dash-mid-grid,
.dash-bottom-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  margin-bottom:18px;
}
.dash-panel{
  border-radius:24px !important;
  padding:18px !important;
  box-shadow:0 10px 30px rgba(67,39,28,.06);
}
.dash-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.dash-panel-head h3{
  margin:4px 0 0;
  font-size:24px;
  color:#4b312d;
}
.dash-mini-title{
  color:#b35c78;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.dash-quick-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.dash-quick-item{
  border:1px solid #ecdcd5;
  background:linear-gradient(135deg,#fff,#fff8f5);
  border-radius:18px;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:4px;
  transition:.2s ease;
}
.dash-quick-item:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(70,40,30,.08);
}
.dash-quick-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff2f5;
  font-size:20px;
}
.dash-quick-item strong{
  font-size:17px;
  color:#4b312d;
}
.dash-quick-item small{
  color:#7d6761;
  font-size:13px;
}
.dash-progress-list{
  display:grid;
  gap:14px;
}
.dash-progress-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:6px;
  color:#4d332e;
  font-weight:800;
}
.dash-progress-bar{
  height:11px;
  border-radius:999px;
  background:#f5e8e3;
  overflow:hidden;
}
.dash-progress-bar span{
  display:block;
  height:100%;
  width:0;
  background:linear-gradient(90deg,#d97f99,#b35c78);
  border-radius:999px;
}
.dash-progress-bar.peach span{background:linear-gradient(90deg,#f3b18f,#db8d66)}
.dash-progress-bar.mint span{background:linear-gradient(90deg,#8ad0b1,#21a66a)}
.dash-progress-bar.gray span{background:linear-gradient(90deg,#c7c7cf,#8c8c97)}
.dash-table th{
  color:#6f534c;
  font-size:13px;
  font-weight:900;
}
.dash-rank{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff1f5;
  color:#b35c78;
  font-weight:900;
}
.dash-source-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:#fff5ee;
  color:#8c5a40;
  font-weight:800;
  font-size:12px;
}
@media(max-width:1100px){
  .dash-stat-grid{grid-template-columns:repeat(2,1fr)}
  .dash-mid-grid,.dash-bottom-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .dash-hero{padding:18px;display:block}
  .dash-hero h2{font-size:26px}
  .dash-hero-actions{margin-top:14px}
  .dash-stat-grid{grid-template-columns:1fr}
  .dash-quick-grid{grid-template-columns:1fr}
  .dash-panel-head h3{font-size:20px}
  .dash-stat-value{font-size:30px}
}



/* Reklam / Pixel admin paneli */
.marketing-admin-hero{
  background:linear-gradient(135deg,#fff1f5,#fff8ef 55%,#f0fbf5);
  border:1px solid #eaded8;
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 30px rgba(80,50,30,.06);
  margin-bottom:18px;
}
.marketing-admin-hero h2{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.05;
  color:#4b312d;
}
.marketing-admin-hero p{
  margin:0;
  color:#6e5a54;
}
.marketing-panel h2{
  color:#4b312d;
}
.admin-muted{
  color:#7d6761;
  font-size:14px;
}
.code-box{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  min-height:140px;
}
.copy-line{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:center;
}
.marketing-event-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.marketing-event-grid div{
  background:linear-gradient(135deg,#fff,#fff8f5);
  border:1px solid #ecdcd5;
  border-radius:18px;
  padding:14px;
}
.marketing-event-grid b{
  display:block;
  color:#4b312d;
  font-size:16px;
}
.marketing-event-grid span{
  display:block;
  color:#7d6761;
  font-size:13px;
  margin-top:4px;
}
@media(max-width:760px){
  .marketing-admin-hero h2{font-size:24px}
  .copy-line{grid-template-columns:1fr}
  .marketing-event-grid{grid-template-columns:1fr}
}


/* Orders bulk / search improvements */
.orders-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.orders-help{
  margin:6px 0 0;
  color:#7f6a63;
  max-width:860px;
}
.admin-alert{
  padding:14px 16px;
  border-radius:16px;
  margin:14px 0;
  font-weight:700;
}
.admin-alert.success{
  background:#eefaf2;
  border:1px solid #bfe5cb;
  color:#237349;
}
.orders-filter-bar{
  display:grid;
  grid-template-columns:minmax(260px,2fr) 1fr 1fr auto auto;
  gap:10px;
  align-items:center;
  margin:14px 0 12px;
}
.bulk-toolbar{
  display:grid;
  grid-template-columns:auto 260px 220px auto 1fr;
  gap:10px;
  align-items:center;
  padding:12px;
  background:linear-gradient(135deg,#fff6f8,#fff);
  border:1px solid #edd8dd;
  border-radius:18px;
  margin-bottom:14px;
}
.bulk-check-all{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  color:#533832;
}
.bulk-selected-info{
  justify-self:end;
  color:#7b605a;
  font-size:14px;
}
.empty-admin-box{
  padding:24px;
  text-align:center;
  color:#7f6a63;
  font-weight:700;
}
.order-actions-table th:first-child,
.order-actions-table td:first-child{
  text-align:center;
}
@media(max-width:1200px){
  .orders-filter-bar{
    grid-template-columns:1fr 1fr 1fr;
  }
  .orders-filter-bar .btn{
    width:100%;
  }
  .bulk-toolbar{
    grid-template-columns:1fr 1fr;
  }
  .bulk-selected-info{
    justify-self:start;
  }
}
@media(max-width:760px){
  .orders-filter-bar{
    grid-template-columns:1fr;
  }
  .bulk-toolbar{
    grid-template-columns:1fr;
  }
}


/* Sipariş tablosu taşma / üst üste binme düzeltmesi */
.order-actions-table{
  min-width: 1580px;
}
.order-actions-table th,
.order-actions-table td{
  vertical-align: middle;
}
.order-actions-table th:nth-child(2),
.order-actions-table td:nth-child(2){
  min-width: 160px;
}
.order-actions-table th:nth-child(3),
.order-actions-table td:nth-child(3){
  min-width: 150px;
}
.order-actions-table th:nth-child(4),
.order-actions-table td:nth-child(4){
  min-width: 240px;
}
.order-actions-table th:nth-child(5),
.order-actions-table td:nth-child(5){
  min-width: 110px;
}
.order-actions-table th:nth-child(6),
.order-actions-table td:nth-child(6){
  min-width: 90px;
}
.order-actions-table th:nth-child(7),
.order-actions-table td:nth-child(7){
  min-width: 250px;
}
.order-actions-table th:nth-child(8),
.order-actions-table td:nth-child(8){
  min-width: 110px;
  white-space: nowrap;
}
.order-actions-table th:nth-child(9),
.order-actions-table td:nth-child(9){
  min-width: 150px;
  white-space: nowrap;
}
.order-actions-table th:nth-child(10),
.order-actions-table td:nth-child(10){
  min-width: 320px;
}
.inline-status-form{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  min-width: 235px;
}
.compact-input{
  min-width: 145px;
  flex: 1 1 auto;
}
.row-actions{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
}
.row-actions .mini-btn{
  white-space: nowrap;
  flex: 0 0 auto;
}


/* Sipariş tablosu gerçek taşma düzeltmesi v2 */
.admin-table-wrap{
  width:100%;
  overflow-x:auto;
}
.order-actions-table{
  width:max-content !important;
  min-width:1720px !important;
  table-layout:auto !important;
}
.order-actions-table th,
.order-actions-table td{
  white-space:nowrap !important;
  vertical-align:middle !important;
  overflow:visible !important;
}
.quick-status-cell{
  min-width:190px !important;
  max-width:190px !important;
}
.quick-status-cell .inline-status-form{
  display:block !important;
  width:180px !important;
  min-width:180px !important;
}
.quick-status-cell .compact-input{
  width:180px !important;
  min-width:180px !important;
  max-width:180px !important;
  height:42px !important;
  display:block !important;
}
.order-price-cell{
  min-width:120px !important;
  width:120px !important;
  text-align:left !important;
  font-weight:900 !important;
  color:#4b312d !important;
  position:relative !important;
  z-index:1 !important;
  background:#fff !important;
}
.order-date-cell{
  min-width:170px !important;
  width:170px !important;
}
.order-actions-cell{
  min-width:360px !important;
  width:360px !important;
}
.row-actions{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  flex-wrap:nowrap !important;
  min-width:350px !important;
}
.row-actions .mini-btn{
  flex:0 0 auto !important;
}



/* Siparişler ekranı düzgün görünüm v3 - yatay kaydırmasız */
.admin-main{
  overflow-x:hidden;
}
.admin-card{
  max-width:100%;
}
.admin-table-wrap{
  width:100%;
  overflow-x:visible !important;
}
.order-actions-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
}
.order-actions-table th,
.order-actions-table td{
  white-space:normal !important;
  vertical-align:middle !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  line-height:1.25 !important;
  padding:10px 8px !important;
  font-size:12px !important;
}
.order-actions-table th:nth-child(1),
.order-actions-table td:nth-child(1){width:30px !important;text-align:center}
.order-actions-table th:nth-child(2),
.order-actions-table td:nth-child(2){width:130px !important}
.order-actions-table th:nth-child(3),
.order-actions-table td:nth-child(3){width:130px !important}
.order-actions-table th:nth-child(4),
.order-actions-table td:nth-child(4){width:150px !important}
.order-actions-table th:nth-child(5),
.order-actions-table td:nth-child(5){width:90px !important}
.order-actions-table th:nth-child(6),
.order-actions-table td:nth-child(6){width:88px !important}
.order-actions-table th:nth-child(7),
.order-actions-table td:nth-child(7){width:145px !important}
.order-actions-table th:nth-child(8),
.order-actions-table td:nth-child(8){width:85px !important}
.order-actions-table th:nth-child(9),
.order-actions-table td:nth-child(9){width:130px !important}
.order-actions-table th:nth-child(10),
.order-actions-table td:nth-child(10){width:260px !important;overflow:visible !important}
.source-cell span{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.quick-status-cell,
.order-price-cell,
.order-date-cell,
.order-actions-cell{
  position:static !important;
  z-index:auto !important;
  background:#fff !important;
}
.quick-status-cell .inline-status-form{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
}
.quick-status-cell .compact-input,
.inline-status-form .compact-input{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  height:40px !important;
  padding:8px 10px !important;
  font-size:12px !important;
}
.order-price-cell{
  font-weight:900 !important;
  color:#4b312d !important;
  white-space:nowrap !important;
}
.order-date-cell{
  white-space:nowrap !important;
  font-size:11px !important;
}
.row-actions,
.order-row-actions{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  flex-wrap:wrap !important;
  min-width:0 !important;
}
.row-actions .mini-btn,
.order-row-actions .mini-btn{
  flex:0 0 auto !important;
}
.mini-btn{
  padding:8px 9px !important;
  font-size:11px !important;
  border-radius:9px !important;
}
.orders-filter-bar{
  grid-template-columns:minmax(220px,1.5fr) minmax(160px,.8fr) minmax(160px,.8fr) auto auto !important;
}
.bulk-toolbar{
  grid-template-columns:auto minmax(170px,220px) minmax(160px,190px) auto 1fr !important;
}
.bulk-toolbar .btn,
.orders-filter-bar .btn{
  min-height:46px !important;
  padding:10px 14px !important;
}
@media(max-width:1350px){
  .order-actions-table th:nth-child(4),
  .order-actions-table td:nth-child(4){width:120px !important}
  .order-actions-table th:nth-child(10),
  .order-actions-table td:nth-child(10){width:220px !important}
  .mini-btn{padding:7px 7px !important;font-size:10.5px !important}
}
@media(max-width:1050px){
  .admin-table-wrap{
    overflow-x:auto !important;
  }
  .order-actions-table{
    min-width:1180px !important;
  }
}



/* Admin sidebar ve ürünler sayfası profesyonel görünüm */
.admin-shell{
  grid-template-columns:280px 1fr !important;
  gap:0 !important;
}
.admin-sidebar{
  position:sticky;
  top:0;
  height:100vh;
  padding:20px 16px 18px !important;
  background:linear-gradient(180deg,#171a2b 0%, #121524 100%) !important;
  border-right:1px solid rgba(255,255,255,.06);
  box-shadow:inset -1px 0 0 rgba(255,255,255,.04), 12px 0 30px rgba(14,18,35,.12);
}
.admin-brand-card{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(234,147,172,.18), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:18px;
}
.admin-brand-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#e38da8,#d66d8c);
  box-shadow:0 12px 26px rgba(218,116,149,.35);
}
.admin-brand-card h2{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.05;
}
.admin-brand-card p{
  margin:4px 0 0;
  color:#b8bfd9;
  font-size:12px;
  font-weight:700;
}
.admin-menu-title{
  margin:14px 8px 10px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  color:#8891b0;
}
.admin-menu-title-secondary{
  margin-top:20px;
}
.admin-nav,
.admin-quick-links{
  display:grid;
  gap:8px;
}
.admin-sidebar a{
  display:flex !important;
  align-items:center;
  gap:10px;
  width:100%;
  padding:12px 14px !important;
  margin:0 !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.04) !important;
  color:#d8dcef !important;
  border:1px solid rgba(255,255,255,.05);
  transition:.18s ease;
  font-size:14px !important;
  font-weight:800 !important;
}
.admin-sidebar a:hover{
  transform:translateX(2px);
  background:rgba(233,139,166,.18) !important;
  border-color:rgba(235,149,176,.28);
  color:#fff !important;
}
.admin-sidebar a.active{
  color:#fff !important;
  background:linear-gradient(135deg,#d77f98,#b85d7a) !important;
  border-color:transparent;
  box-shadow:0 12px 26px rgba(183,93,122,.35);
}
.admin-nav-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#7e88ac;
  flex:0 0 auto;
}
.admin-sidebar a.active .admin-nav-dot{
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.18);
}
.admin-main{
  padding:22px 20px 28px !important;
}
.admin-main > h1{
  margin-bottom:14px;
}
.admin-alert{
  border-left:4px solid #35b56a;
}
.products-head-card h2{
  margin:0 0 6px;
  font-size:24px;
}
.products-head-card p{
  margin:0;
  color:#7b6772;
}
.products-head-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.products-table th,
.products-table td{
  white-space:normal !important;
}
.products-table td{
  vertical-align:middle;
}
.admin-thumb{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid #f0d5de;
  box-shadow:0 8px 18px rgba(217,127,152,.12);
}
.product-title-cell{
  display:grid;
  gap:5px;
  min-width:260px;
}
.product-title-cell strong{
  font-size:14px;
  line-height:1.35;
  color:#4a2f2b;
}

.product-title-cell .admin-product-title-link{
  font-size:14px;
  line-height:1.35;
  color:#4a2f2b;
  font-weight:900;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.product-title-cell .admin-product-title-link::after{
  content:'↗';
  font-size:12px;
  opacity:.55;
}
.product-title-cell .admin-product-title-link:hover{
  color:#c86587;
  text-decoration:underline;
}
.product-title-cell small{
  color:#8c7380;
  font-size:12px;
  font-weight:700;
}
.status.status-ok{
  background:#edf7f0;
  color:#20804b;
}
.status.status-off{
  background:#fff3e6;
  color:#a55d1e;
}
.product-action-stack{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.product-action-stack form{
  margin:0;
}
.mini-admin-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border:none;
  border-radius:13px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  box-shadow:none;
}
.btn-soft{
  background:#fff4ec;
  color:#a05f2d;
  border:1px solid #f1d2bc;
}
.btn-success{
  background:#e9f8ef;
  color:#1f8b4b;
  border:1px solid #c5ebd2;
}
.btn-danger{
  background:#fbe9ea;
  color:#c04752;
  border:1px solid #efc0c6;
}
@media(max-width:1024px){
  .admin-shell{
    grid-template-columns:1fr !important;
  }
  .admin-sidebar{
    position:relative;
    height:auto;
  }
}


/* Renk başına ayrı ürün kartı */
.color-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.color-badge i{
  width:13px;
  height:13px;
  border-radius:999px;
  display:inline-block;
  border:1px solid rgba(0,0,0,.12);
}
.color-product-card .product-body h3{
  min-height:38px;
}
.color-card-collection .product-card img{
  background:#fff7f3;
}
@media(min-width:760px){
  .color-card-collection.collection{
    grid-template-columns:repeat(4,1fr);
  }
}



/* Ürün ekleme / düzenleme kolay görsel yükleme */
.product-edit-card .full-field{
  display:block;
  margin-top:12px;
}
.product-edit-card label b{
  display:block;
  margin:0 0 6px;
  font-size:13px;
  color:#563936;
}
.product-edit-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
  flex-wrap:wrap;
}
.product-edit-head h2{
  margin:0 0 6px;
}
.product-edit-head p{
  margin:0;
  color:#7b6870;
}
.upload-grid{
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:16px;
  margin-top:16px;
}
.upload-panel{
  background:linear-gradient(135deg,#fff8f4,#fff);
  border:1px solid #efd9d0;
  border-radius:20px;
  padding:16px;
}
.upload-panel h2{
  margin:0 0 6px;
  font-size:20px;
}
.upload-panel p{
  margin:0 0 12px;
  color:#7b6870;
}
.upload-preview{
  width:150px;
  height:150px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid #efd9d0;
  margin-bottom:12px;
}
.gallery-preview-admin{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(120px,1fr));
  gap:10px;
  margin-bottom:12px;
}
.gallery-preview-admin div{
  background:#fff;
  border:1px solid #f0ddd7;
  border-radius:14px;
  padding:8px;
}
.gallery-preview-admin img{
  width:100%;
  height:90px;
  object-fit:cover;
  border-radius:10px;
}
.gallery-preview-admin small{
  display:block;
  margin-top:5px;
  font-size:10px;
  color:#7a6670;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hidden-gallery-paths{
  display:none !important;
}
.color-upload-table .admin-thumb{
  width:78px;
  height:78px;
  object-fit:cover;
  border-radius:14px;
}
.admin-muted{
  display:block;
  margin-top:8px;
  color:#7b6870;
}
@media(max-width:900px){
  .upload-grid{
    grid-template-columns:1fr;
  }
}



/* Ürün görsel silme ve sıra değiştirme */
.gallery-manage-list{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:10px;
  margin-bottom:12px;
}
.gallery-manage-item{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:10px;
  padding:10px;
  background:#fff;
  border:1px solid #f0ddd7;
  border-radius:16px;
}
.gallery-manage-item img{
  width:92px;
  height:92px;
  object-fit:cover;
  border-radius:12px;
}
.gallery-manage-info{
  min-width:0;
}
.gallery-manage-info small{
  display:block;
  font-size:10px;
  color:#7a6670;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom:6px;
}
.mini-order-input{
  width:80px !important;
  min-height:36px !important;
  padding:6px 8px !important;
  font-size:12px !important;
}
.delete-check{
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  margin-top:7px;
  font-size:12px;
  font-weight:800;
  color:#b1434d;
}
.delete-check input{
  width:16px;
  height:16px;
}
.empty-help{
  padding:14px;
  border:1px dashed #e8cfc8;
  border-radius:14px;
  background:#fffaf7;
  color:#7b6870;
  font-weight:800;
  margin-bottom:12px;
}
.color-help-box{
  display:grid;
  gap:5px;
  margin:8px 0 14px;
  padding:14px 16px;
  background:#fff8f4;
  border:1px solid #efd9d0;
  border-radius:16px;
  color:#5f453f;
}
.color-help-box b{
  color:#4d312c;
}
.color-upload-table th:nth-child(4),
.color-upload-table td:nth-child(4){
  width:90px;
  text-align:center;
}



/* Ürün görsel yönetimi v2: çöp kutusu, sürükle bırak, yükle butonu */
.file-hidden{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  overflow:hidden;
  pointer-events:none;
}
.upload-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 18px;
  border-radius:14px;
  background:linear-gradient(135deg,#d77f98,#b85d7a);
  color:#fff;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(183,93,122,.22);
  border:none;
  user-select:none;
}
.upload-btn:hover{
  transform:translateY(-1px);
}
.mini-upload-btn{
  min-height:38px;
  padding:0 14px;
  font-size:12px;
  box-shadow:none;
}
.gallery-drag-list{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.gallery-drag-item{
  width:122px;
  position:relative;
  padding:8px;
  border-radius:16px;
  background:#fff;
  border:1px solid #f0ddd7;
  box-shadow:0 8px 18px rgba(80,45,36,.06);
  cursor:grab;
}
.gallery-drag-item.dragging{
  opacity:.55;
  cursor:grabbing;
}
.gallery-drag-item img{
  width:100%;
  height:92px;
  object-fit:cover;
  border-radius:12px;
}
.drag-handle{
  position:absolute;
  left:10px;
  top:10px;
  z-index:2;
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:rgba(255,255,255,.92);
  color:#5b403b;
  font-weight:900;
  box-shadow:0 4px 12px rgba(0,0,0,.10);
}
.trash-btn{
  width:32px;
  height:32px;
  border:0;
  border-radius:11px;
  background:#ffecee;
  color:#c04350;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:15px;
  line-height:1;
  box-shadow:0 6px 14px rgba(192,67,80,.12);
}
.trash-btn:hover{
  background:#f7d9dd;
  transform:translateY(-1px);
}
.gallery-drag-item .trash-btn{
  position:absolute;
  right:6px;
  top:6px;
  z-index:3;
}
.color-upload-table th,
.color-upload-table td{
  vertical-align:middle;
}
.empty-mini{
  color:#8b7772;
  font-weight:800;
}
@media(max-width:760px){
  .gallery-drag-item{
    width:104px;
  }
  .gallery-drag-item img{
    height:82px;
  }
}



/* Renk bazlı detay görselleri */
.color-detail-admin-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(310px,1fr));
  gap:14px;
  margin-top:14px;
}
.color-detail-admin-card{
  background:#fff;
  border:1px solid #efd9d0;
  border-radius:20px;
  padding:14px;
  box-shadow:0 8px 20px rgba(80,45,36,.05);
}
.color-detail-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.color-detail-head > div{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:16px;
}
.color-dot-admin{
  width:24px;
  height:24px;
  display:inline-block;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
}
.color-main-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px;
  border-radius:16px;
  background:#fff8f4;
  border:1px solid #f0ddd7;
  margin-bottom:14px;
}
.color-detail-admin-card h3{
  margin:4px 0 4px;
  font-size:16px;
}
.color-gallery-upload{
  margin-top:10px;
}
.color-gallery-list{
  min-height:10px;
  margin-top:10px;
}
.color-gallery-item{
  border-color:#e9d2ca;
}
@media(max-width:760px){
  .color-detail-admin-grid{
    grid-template-columns:1fr;
  }
  .color-main-row{
    align-items:flex-start;
    flex-direction:column;
  }
}



/* Renk bazlı fiyat alanları */
.color-price-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:12px 0 14px;
  padding:12px;
  background:#fffaf7;
  border:1px solid #f0ddd7;
  border-radius:16px;
}
.color-price-grid label b{
  display:block;
  margin-bottom:5px;
  font-size:12px;
  color:#563936;
}
.color-price-grid .input{
  min-height:40px;
  font-size:13px;
}
.buy-price [data-price-main]{
  transition:.15s;
}
@media(max-width:760px){
  .color-price-grid{
    grid-template-columns:1fr;
  }
}



/* Üründe gösterilecek renk seçimi */
.color-enable-toggle{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border-radius:999px;
  background:#eefaf2;
  color:#237349;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
}
.color-enable-toggle input{
  width:16px;
  height:16px;
}
.color-detail-admin-card:has(.color-enable-toggle input:not(:checked)){
  opacity:.65;
}



/* Mobil ürün detay düzeltmesi - PC görünümüne dokunmaz */
.gallery-mobile-controls{
  display:none;
}
@media(max-width:760px){
  .detail-grid{
    display:block !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .product-mobile-gallery{
    width:calc(100% + 28px) !important;
    margin-left:-14px !important;
    margin-right:-14px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }

  .product-mobile-gallery .gallery-main{
    background:#fff;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .product-mobile-gallery .gallery-main img{
    width:100% !important;
    aspect-ratio:1 / 1.08 !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#fff !important;
    border-radius:0 !important;
    display:block;
    user-select:none;
    -webkit-user-drag:none;
  }

  .product-mobile-gallery .thumbs{
    display:none !important;
  }

  .gallery-mobile-controls{
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:12px 0 8px;
    background:var(--bg);
  }

  .gallery-nav-btn{
    width:38px;
    height:38px;
    border:0;
    border-radius:999px;
    background:#777;
    color:#fff;
    font-size:34px;
    line-height:1;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
  }

  .gallery-nav-btn[data-gallery-next]{
    background:#b9b9b9;
  }

  .gallery-mobile-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:80px;
  }

  .gallery-mobile-dots button{
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:999px;
    background:#9b9b9b;
    opacity:.8;
  }

  .gallery-mobile-dots button.active{
    width:10px;
    height:10px;
    background:#111;
    opacity:1;
  }

  .buy-box{
    width:calc(100% + 28px) !important;
    margin-left:-14px !important;
    margin-right:-14px !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    padding:10px 18px 18px !important;
    text-align:center;
    background:var(--bg) !important;
  }

  .buy-box .eyebrow{
    display:none !important;
  }

  .buy-box h1{
    font-size:28px !important;
    line-height:1.15 !important;
    letter-spacing:-.6px !important;
    text-align:center !important;
    margin:6px auto 8px !important;
    max-width:360px;
  }

  .buy-box .stars{
    justify-content:center;
    text-align:center;
    margin:4px 0 8px;
  }

  .buy-box .lead{
    font-size:14px !important;
    line-height:1.45 !important;
    text-align:center;
    margin-bottom:10px !important;
  }

  .buy-price{
    justify-content:center !important;
    margin:10px 0 12px !important;
  }

  .buy-price b{
    font-size:28px !important;
  }

  .installment{
    text-align:center;
    font-size:12px;
    padding:9px 10px !important;
  }

  .buy-box .panel{
    text-align:left;
    border-radius:18px;
    background:#fff;
    border:1px solid var(--line);
  }

  .qty-campaign-grid{
    gap:8px !important;
  }

  .builder-actions.single-action .btn,
  .buy-box .btn-whatsapp{
    width:100% !important;
    min-height:50px !important;
    border-radius:16px !important;
  }

  .detail-static-info .banner-grid{
    display:none !important;
  }

  .detail-static-info{
    padding-top:12px !important;
  }

  .detail-static-info .section-title h2{
    font-size:24px !important;
  }

  .detail-static-info .section-title p{
    font-size:14px !important;
    line-height:1.5 !important;
  }
}



/* Mobil görsel kırpılmasın düzeltmesi */
@media(max-width:760px){
  .product-mobile-gallery .gallery-main{
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .product-mobile-gallery .gallery-main img{
    object-fit:contain !important;
    object-position:center center !important;
    background:#fff !important;
  }
}


/* Ürün detay görselleri boşluk düzeltmesi - PC + Mobil */
.gallery-main{
  background:#fff !important;
  overflow:hidden !important;
}
.gallery-main img{
  width:100% !important;
  aspect-ratio:2 / 3 !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:#fff !important;
}
@media(max-width:760px){
  .product-mobile-gallery .gallery-main{
    background:#fff !important;
    overflow:hidden !important;
  }
  .product-mobile-gallery .gallery-main img{
    width:100% !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
    object-position:center center !important;
    background:#fff !important;
  }
}



/* Ürün detay görseli ekrana sığdırma - PC + Mobil */
.detail-grid{
  align-items:start !important;
}
.gallery{
  max-width:100% !important;
}
.gallery-main{
  background:#fff !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.gallery-main img{
  width:100% !important;
  height:auto !important;
  max-height:calc(100vh - 230px) !important;
  min-height:420px !important;
  aspect-ratio:4 / 5 !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:#fff !important;
}
.thumbs{
  max-height:86px !important;
}
.buy-box{
  max-height:calc(100vh - 190px);
  overflow:auto;
}
@media(max-width:760px){
  .product-mobile-gallery .gallery-main{
    background:#fff !important;
    overflow:hidden !important;
  }
  .product-mobile-gallery .gallery-main img{
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    max-height:58vh !important;
    aspect-ratio:4 / 5 !important;
    object-fit:cover !important;
    object-position:center center !important;
    background:#fff !important;
  }
  .buy-box{
    max-height:none !important;
    overflow:visible !important;
  }
}
@media(min-width:761px) and (max-height:820px){
  .gallery-main img{
    max-height:560px !important;
    min-height:0 !important;
  }
  .buy-box{
    max-height:560px !important;
  }
}
@media(min-width:761px) and (max-height:720px){
  .gallery-main img{
    max-height:500px !important;
  }
  .buy-box{
    max-height:500px !important;
  }
}



/* Ürün detay sağ kutu iç kaydırma kaldırma */
.buy-box{
  max-height:none !important;
  overflow:visible !important;
}
@media(min-width:761px) and (max-height:820px){
  .buy-box{
    max-height:none !important;
    overflow:visible !important;
  }
}
@media(min-width:761px) and (max-height:720px){
  .buy-box{
    max-height:none !important;
    overflow:visible !important;
  }
}



/* Ürün detay üst küçük etiket kaldırma ve alan daraltma */
.product-meta-top,
.product-top-badge,
.detail-top-badge,
.product-size-badge,
.product-kicker,
.buy-box .eyebrow,
.buy-box .mini-label,
.buy-box .pretitle{
  display:none !important;
}
.buy-box{
  padding-top:20px !important;
}
.buy-box .product-title,
.buy-box h1{
  margin-top:0 !important;
}



/* Mobil ürün görseli üst boşluk kaldırma */
@media(max-width:760px){
  .detail-grid{
    margin-top:0 !important;
    padding-top:0 !important;
  }
  .product-mobile-gallery{
    margin-top:0 !important;
    padding-top:0 !important;
  }
  .product-mobile-gallery .gallery-main{
    width:100% !important;
    aspect-ratio:1 / 1 !important;
    min-height:auto !important;
    margin-top:0 !important;
    padding-top:0 !important;
    overflow:hidden !important;
    background:#fff !important;
  }
  .product-mobile-gallery .gallery-main img{
    width:100% !important;
    height:100% !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
  }
}


/* Mobil görsel kaydırırken sayfa yana kaymasın */
@media(max-width:760px){
  html,
  body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
    overscroll-behavior-x:none !important;
  }

  .section-product{
    padding-top:0 !important;
    overflow-x:hidden !important;
  }

  .section-product > .wrap.detail-grid{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    overflow-x:hidden !important;
    box-sizing:border-box !important;
  }

  .section-product .product-mobile-gallery{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:hidden !important;
    touch-action:pan-y !important;
    overscroll-behavior-x:contain !important;
    box-sizing:border-box !important;
  }

  .section-product .product-mobile-gallery .gallery-main{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    touch-action:pan-y !important;
  }

  .section-product .product-mobile-gallery .gallery-main img{
    width:100% !important;
    max-width:100% !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    user-select:none !important;
    -webkit-user-drag:none !important;
    touch-action:pan-y !important;
  }

  .gallery-mobile-controls{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .section-product .buy-box{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
}



/* iPhone mobil üst logo alanı sabit kalsın */
.header{
  position:sticky !important;
  position:-webkit-sticky !important;
  top:0 !important;
  z-index:9999 !important;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
  will-change:transform;
}
.header-inner{
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
}
@media(max-width:760px){
  .header{
    position:sticky !important;
    position:-webkit-sticky !important;
    top:0 !important;
    z-index:9999 !important;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
  body{
    -webkit-overflow-scrolling:touch;
  }
}



/* MOBİLDE LOGO / HEADER KESİN SABİT KALSIN */
@media(max-width:760px){
  .topbar{
    display:none !important;
  }

  .header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:999999 !important;
    background:rgba(255,248,243,.98) !important;
    border-bottom:1px solid var(--line) !important;
    transform:none !important;
    -webkit-transform:none !important;
  }

  .header-inner{
    height:62px !important;
  }

  body{
    padding-top:62px !important;
  }

  .section-product{
    padding-top:0 !important;
  }
}



/* Mobil ürün detay renk/adet kutu hizalama */
@media(max-width:760px){
  .buy-box .color-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
  }

  .buy-box .color-box{
    min-height:54px !important;
    padding:9px 7px !important;
    gap:7px !important;
    border-radius:15px !important;
    font-size:13px !important;
    justify-content:center !important;
  }

  .buy-box .color-dot{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
  }

  .qty-campaign-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    align-items:stretch !important;
  }

  .qty-campaign-choice{
    display:block !important;
    height:100% !important;
  }

  .qty-campaign-box{
    width:100% !important;
    min-height:112px !important;
    height:100% !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:flex-start !important;
    gap:5px !important;
    padding:14px 12px !important;
    border-radius:16px !important;
    box-sizing:border-box !important;
  }

  .qty-campaign-box em{
    min-height:22px !important;
    display:inline-flex !important;
    align-items:center !important;
    margin-bottom:2px !important;
  }

  .qty-campaign-box b{
    min-height:20px !important;
    display:block !important;
  }

  .qty-campaign-box strong{
    display:block !important;
    margin-top:2px !important;
    font-size:18px !important;
    line-height:1.2 !important;
  }
}



/* URUN KARTI ACIKLAMA GIZLE */
.product-card p,
.product-card .desc,
.product-card .description,
.product-card .product-desc,
.product-card .product-description,
.product-card .card-desc,
.product-card .excerpt,
.product-card .summary,
.product-card .product-summary,
.product-item p,
.product-item .desc,
.product-item .description,
.product-grid p.product-desc{
  display:none !important;
}


/* ANASAYFA MOBIL OZEL DUZEN */
@media(max-width:760px){

  body{
    overflow-x:hidden !important;
  }

  main{
    overflow:hidden !important;
  }

  .hero{
    padding:12px 0 18px !important;
  }

  .hero .wrap,
  .hero-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
  }

  .hero-grid > div:first-child{
    order:2 !important;
    text-align:center !important;
  }

  .hero-card{
    order:1 !important;
    width:100% !important;
    margin:0 auto !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }

  .hero-card img{
    width:100% !important;
    height:auto !important;
    max-height:360px !important;
    object-fit:cover !important;
    display:block !important;
  }

  .hero .kicker{
    display:inline-flex !important;
    justify-content:center !important;
    margin:2px auto 8px !important;
    font-size:11px !important;
    padding:8px 12px !important;
    border-radius:999px !important;
  }

  .hero h1{
    font-size:28px !important;
    line-height:1.08 !important;
    letter-spacing:-.8px !important;
    margin:8px 0 8px !important;
  }

  .hero .lead{
    font-size:14px !important;
    line-height:1.55 !important;
    margin:0 auto 12px !important;
    max-width:340px !important;
  }

  .trust-pills{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
    margin:10px 0 12px !important;
  }

  .trust-pills span{
    width:100% !important;
    justify-content:center !important;
    text-align:center !important;
    font-size:11px !important;
    padding:8px 6px !important;
    border-radius:999px !important;
    white-space:normal !important;
  }

  .cta-stack{
    display:block !important;
    margin-top:8px !important;
  }

  .cta-stack .btn,
  .hero .btn{
    width:100% !important;
    justify-content:center !important;
    min-height:48px !important;
    border-radius:16px !important;
  }

  .hero-note{
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    border-radius:16px !important;
    padding:10px 12px !important;
  }

  .section,
  .section.alt{
    padding:22px 0 !important;
  }

  .section-title,
  .section-head{
    text-align:center !important;
    margin-bottom:14px !important;
  }

  .section-title h2,
  .section-head h2{
    font-size:24px !important;
    line-height:1.14 !important;
    margin:4px 0 6px !important;
  }

  .section-title p,
  .section-head p{
    font-size:13.5px !important;
    line-height:1.55 !important;
    margin:0 auto !important;
    max-width:340px !important;
  }

  .section-head{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  .section-head .btn{
    width:100% !important;
    justify-content:center !important;
    min-height:44px !important;
  }

  .color-feature-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
  }

  .color-feature{
    min-height:130px !important;
    padding:13px 9px !important;
    border-radius:18px !important;
    text-align:center !important;
  }

  .color-feature .icon{
    margin:0 auto 7px !important;
  }

  .color-feature h3{
    font-size:13px !important;
    line-height:1.25 !important;
    margin:0 0 5px !important;
  }

  .color-feature p{
    font-size:11.5px !important;
    line-height:1.35 !important;
    margin:0 !important;
  }

  .collection.home-products,
  .color-card-collection{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .home-products .product-card,
  .color-card-collection .product-card{
    border-radius:18px !important;
    overflow:hidden !important;
    min-width:0 !important;
  }

  .home-products .product-card .media,
  .color-card-collection .product-card .media{
    height:165px !important;
    border-radius:18px 18px 0 0 !important;
  }

  .home-products .product-card .media img,
  .color-card-collection .product-card .media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }

  .home-products .product-body,
  .color-card-collection .product-body{
    padding:10px 9px 11px !important;
  }

  .home-products .product-body h3,
  .color-card-collection .product-body h3{
    font-size:13px !important;
    line-height:1.2 !important;
    min-height:32px !important;
    margin:0 0 7px !important;
  }

  .home-products .product-body p,
  .color-card-collection .product-body p{
    display:none !important;
  }

  .home-products .price,
  .color-card-collection .price{
    margin:4px 0 8px !important;
  }

  .home-products .price b,
  .color-card-collection .price b{
    font-size:16px !important;
  }

  .home-products .price del,
  .color-card-collection .price del{
    font-size:11px !important;
  }

  .home-products .product-body .btn,
  .color-card-collection .product-body .btn{
    width:100% !important;
    min-height:38px !important;
    padding:8px 6px !important;
    border-radius:13px !important;
    font-size:11.5px !important;
    justify-content:center !important;
  }

  .color-badge{
    top:8px !important;
    left:8px !important;
    font-size:10.5px !important;
    padding:6px 8px !important;
  }

  .banner-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .banner{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:10px !important;
    border-radius:18px !important;
    min-height:92px !important;
  }

  .banner img{
    width:86px !important;
    height:86px !important;
    flex:0 0 86px !important;
    object-fit:cover !important;
    border-radius:14px !important;
  }

  .banner b{
    font-size:14px !important;
    line-height:1.25 !important;
  }

  .banner p{
    font-size:12px !important;
    line-height:1.35 !important;
    margin-top:4px !important;
  }

  .steps{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .step{
    border-radius:18px !important;
    padding:13px 12px !important;
    text-align:left !important;
  }

  .step h3{
    font-size:15px !important;
    margin:4px 0 4px !important;
  }

  .step p{
    font-size:12.5px !important;
    line-height:1.45 !important;
    margin:0 !important;
  }

  #kullanim-gorsel{
    padding:12px 0 18px !important;
  }

  .usage-hero-card{
    border-radius:18px !important;
    overflow:hidden !important;
  }

  .usage-hero-card img{
    width:100% !important;
    height:auto !important;
    display:block !important;
  }

  #yorumlar{
    padding-top:20px !important;
  }

  .reviews{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .review{
    border-radius:18px !important;
    padding:14px 12px !important;
  }

  .review p{
    font-size:13px !important;
    line-height:1.45 !important;
  }
}


/* MOBIL ANASAYFA EN UST HERO BANNER GORSEL */
@media(max-width:760px){
  .hero-card{
    background:#fff7f3 !important;
    border-radius:22px !important;
    overflow:hidden !important;
    box-shadow:0 10px 26px rgba(80,45,36,.08) !important;
  }

  .hero-card > img{
    content:url("../img/hero-mobile-banner.png") !important;
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    display:block !important;
    border-radius:22px !important;
  }

  .hero-card .hero-note{
    display:none !important;
  }
}


/* PC ANASAYFA PROFESYONEL HERO BANNER */
@media(min-width:761px){
  .hero{
    padding:34px 0 38px !important;
    background:#fff7f3 !important;
  }

  .hero .wrap.hero-grid{
    display:block !important;
    max-width:1220px !important;
    padding-left:24px !important;
    padding-right:24px !important;
  }

  .hero .wrap.hero-grid > div:first-child{
    display:none !important;
  }

  .hero .hero-card{
    width:100% !important;
    max-width:1180px !important;
    margin:0 auto !important;
    padding:0 !important;
    border-radius:28px !important;
    overflow:hidden !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:0 24px 60px rgba(80,45,36,.10) !important;
  }

  .hero .hero-card > img{
    content:url("../img/hero-desktop-banner-no-cod.png") !important;
    width:100% !important;
    height:auto !important;
    display:block !important;
    object-fit:cover !important;
    border-radius:28px !important;
  }

  .hero .hero-note{
    display:none !important;
  }
}


/* HERO BANNER SON DUZELTME - PC KIRPMA YOK, MOBILDE YAZI TEKRARI YOK */
.hero-card{
  line-height:0 !important;
}

.hero-card img{
  vertical-align:top !important;
}

/* PC: yeni profesyonel banner tam görünsün, kesilmesin */
@media(min-width:761px){
  .hero{
    padding:28px 0 34px !important;
    background:#fff7f3 !important;
  }

  .hero .wrap.hero-grid{
    display:block !important;
    max-width:1280px !important;
    width:100% !important;
    margin:0 auto !important;
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .hero .wrap.hero-grid > div:first-child{
    display:none !important;
  }

  .hero .hero-card{
    width:100% !important;
    max-width:1220px !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    margin:0 auto !important;
    padding:0 !important;
    border:0 !important;
    border-radius:26px !important;
    overflow:hidden !important;
    background:transparent !important;
    box-shadow:0 18px 45px rgba(80,45,36,.10) !important;
  }

  .hero .hero-card > img{
    content:url("../img/hero-desktop-banner-no-cod.png") !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    border-radius:26px !important;
  }

  .hero .hero-note{
    display:none !important;
  }
}

/* Mobil: sadece banner görünsün, alttaki eski başlık/açıklama gizlensin */
@media(max-width:760px){
  .hero{
    padding:10px 0 16px !important;
    background:#fff7f3 !important;
  }

  .hero .wrap.hero-grid{
    display:block !important;
    width:100% !important;
    margin:0 auto !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .hero .wrap.hero-grid > div:first-child{
    display:none !important;
  }

  .hero .hero-card{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    margin:0 auto !important;
    padding:0 !important;
    border:0 !important;
    border-radius:22px !important;
    overflow:hidden !important;
    background:transparent !important;
    box-shadow:0 10px 26px rgba(80,45,36,.08) !important;
  }

  .hero .hero-card > img{
    content:url("../img/hero-mobile-banner.png") !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    border-radius:22px !important;
  }

  .hero .hero-note{
    display:none !important;
  }
}

/* odeme toplam tl alt satira dusmesin */
.checkout-grid .line{align-items:flex-start}
.checkout-grid .line b{
  white-space:nowrap;
  flex-shrink:0;
  display:inline-block;
  text-align:right;
  min-width:max-content;
}

/* Canlı satış güvenlik/bilgilendirme ekleri */
.cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:9999;
  max-width:980px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border:1px solid rgba(80,45,36,.14);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 45px rgba(40,25,20,.18);
}
.cookie-banner p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
.cookie-actions{display:flex;gap:8px;flex:0 0 auto}
.legal-check{display:flex;align-items:flex-start;gap:9px;margin:14px 0;padding:12px;border:1px solid #ead8d2;border-radius:14px;background:#fffaf8;color:#5b4d46;font-size:13px;line-height:1.45}
.legal-check input{margin-top:3px;accent-color:#b84b6a}
.form-alert{margin:0 0 14px;padding:12px 14px;border-radius:14px;background:#fff2f2;border:1px solid #f0c3c3;color:#9a2626;font-weight:800}
.checkout-note{font-size:13px;color:var(--muted);line-height:1.55;margin-top:10px}
.payment-unavailable{padding:12px;border:1px solid #ead8d2;border-radius:14px;background:#fffaf8;color:#6b5b55;font-weight:700}
@media(max-width:760px){
  .cookie-banner{left:10px;right:10px;bottom:78px;display:block;padding:13px}
  .cookie-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr}
  .cookie-actions .btn{padding-left:8px;padding-right:8px}
}

/* Mobil adet/kampanya kutu düzeltmesi: fiyat ve TL alt satıra düşmesin */
@media(max-width:760px){
  .buy-box,
  .buy-box .panel,
  .qty-campaign-panel{
    max-width:100% !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .qty-campaign-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow:visible !important;
  }

  .qty-campaign-choice{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .qty-campaign-box{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
    min-height:104px !important;
    padding:12px 10px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }

  .qty-campaign-box em{
    max-width:100% !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:10px !important;
    line-height:1.2 !important;
    padding:3px 6px !important;
  }

  .qty-campaign-box b{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    max-width:100% !important;
    font-size:13.5px !important;
    line-height:1.2 !important;
  }

  .qty-campaign-box strong{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    max-width:100% !important;
    font-size:17px !important;
    line-height:1.15 !important;
    letter-spacing:-.3px !important;
  }
}

@media(max-width:370px){
  .qty-campaign-grid{gap:7px !important;}
  .qty-campaign-box{padding:11px 8px !important;min-height:100px !important;}
  .qty-campaign-box strong{font-size:16px !important;letter-spacing:-.45px !important;}
  .qty-campaign-box b{font-size:13px !important;}
  .qty-campaign-box em{font-size:9.5px !important;padding-left:5px !important;padding-right:5px !important;}
}


/* Admin ayar sayfası bölümler ve aç/kapa düğmeleri */
.settings-clean-card{padding:22px !important;}
.settings-section{border:1px solid #edd9d0;border-radius:18px;padding:16px;margin-bottom:16px;background:#fffdfa;}
.settings-section h2{margin:0 0 14px;font-size:18px;color:#4d2c23;}
.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.setting-field{display:block;min-width:0;}
.setting-field b{display:block;margin-bottom:6px;color:#4d2c23;}
.setting-field-wide{grid-column:1/-1;}
.setting-toggle-row{position:relative;display:flex;align-items:center;gap:10px;min-height:50px;border:1px solid #ead8d0;border-radius:14px;background:#fff;padding:10px 12px;}
.setting-toggle-row span{font-weight:900;color:#4d2c23;margin-right:auto;}
.setting-toggle-row input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none;}
.setting-toggle-row i{width:54px;height:30px;border-radius:999px;background:#d7c9c2;position:relative;display:inline-block;transition:.18s;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);}
.setting-toggle-row i:before{content:"";width:24px;height:24px;border-radius:999px;background:#fff;position:absolute;left:3px;top:3px;transition:.18s;box-shadow:0 2px 7px rgba(0,0,0,.18);}
.setting-toggle-row input[type="checkbox"]:checked + i{background:#52b76b;}
.setting-toggle-row input[type="checkbox"]:checked + i:before{transform:translateX(24px);}
.setting-toggle-row b{font-size:12px;min-width:44px;}
.setting-toggle-row .toggle-on{display:none;color:#258d3e;}
.setting-toggle-row .toggle-off{display:inline;color:#8b6b5f;}
.setting-toggle-row input[type="checkbox"]:checked ~ .toggle-on{display:inline;}
.setting-toggle-row input[type="checkbox"]:checked ~ .toggle-off{display:none;}
.personal-name-box{border:1px solid #efd5dc;background:#fffafa;border-radius:18px;padding:12px;margin:0 0 10px;}
.personal-name-box label{display:block;font-weight:950;color:#8b3f58;margin-bottom:7px;}
.personal-name-box small{display:block;margin-top:6px;color:#7b6b65;font-weight:700;line-height:1.35;}
.personal-name-tag{display:inline-block;margin-top:5px;padding:4px 8px;border-radius:999px;background:#fff0f4;color:#8b3f58;font-weight:900;font-size:12px;}
@media(max-width:760px){.settings-grid{grid-template-columns:1fr}.settings-clean-card{padding:14px !important}.settings-section{padding:13px}.setting-toggle-row{align-items:center}.setting-toggle-row span{font-size:14px}}

.personal-name-fee{font-weight:950;color:#b14b68;}
.personal-name-tag.fee{background:#fff8e8;color:#8b5a1f;}

/* 2026-06-25 temiz mobil satış düzeltmesi: 3 renk / tüm modeller / sepette mini görsel */
.clean-hero .kicker,
.clean-hero .lead,
.clean-hero .hero-note,
.clean-hero .trust-pills span,
.model-product-card,
.clean-buy-box,
.clean-cart-page,
.clean-checkout-page{
  -webkit-font-smoothing:antialiased;
}
.model-collection{
  grid-template-columns:1fr !important;
  gap:14px !important;
}
.model-product-card .media .badge,
.model-product-card .badge{
  display:none !important;
}
.model-product-card img{
  aspect-ratio:4/5;
  object-fit:cover;
}
.model-product-card .product-body{
  display:grid;
  gap:9px;
}
.model-product-card .product-body h3{
  min-height:auto !important;
  margin:0 !important;
}
.model-color-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:2px 0 4px;
}
.model-color-chip{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:8px 6px;
  font-size:12px;
  font-weight:950;
  color:#5a3d35;
}
.model-color-chip i{
  width:18px;
  height:18px;
  border-radius:50%;
  border:2px solid #fff;
  box-shadow:0 0 0 1px #d9c9c0;
  flex:0 0 auto;
}
.model-color-chip span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.clean-usage-image{
  overflow:hidden;
}
.clean-usage-image img{
  width:100%;
  display:block;
  border-radius:22px;
}
.product-color-row{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:9px !important;
}
.product-color-row .color-box{
  justify-content:center;
  gap:8px;
  min-height:58px;
  padding:10px 8px;
  font-size:13px;
  text-align:center;
}
.product-color-row .color-dot{
  width:24px;
  height:24px;
  flex:0 0 auto;
}
.clean-option-panel{
  box-shadow:none !important;
  padding:12px !important;
  margin-bottom:10px !important;
}
.clean-product-form .single-action .btn,
.clean-buy-box .single-action .btn{
  width:100% !important;
  min-height:56px;
  font-size:15px !important;
}
.clean-buy-box .installment{
  background:#fff7ec;
  border:1px solid #eadbd2;
  border-radius:14px;
  padding:10px 12px;
  color:#6d5148;
  font-weight:800;
}
.clean-cart-row{
  display:grid !important;
  grid-template-columns:82px minmax(0,1fr) auto auto;
  gap:12px !important;
  align-items:center !important;
  padding:12px !important;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.clean-cart-row img{
  width:82px !important;
  height:104px !important;
  border-radius:14px !important;
  object-fit:cover !important;
  border:1px solid var(--line);
}
.cart-row-info{
  min-width:0;
  display:grid;
  gap:4px;
}
.cart-row-info b{
  display:block;
  color:#4d332e;
  line-height:1.2;
}
.cart-row-info small,
.cart-mini-note{
  color:#7b6b65;
  font-size:12px;
  font-weight:800;
}
.cart-row-price{
  white-space:nowrap;
  color:#4d332e;
}
.cart-remove-form{
  margin:0;
}
.cart-action-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.checkout-item-list{
  display:grid;
  gap:10px;
  margin-bottom:12px;
}
.checkout-item-row{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fffaf7;
}
.checkout-item-row img{
  width:64px;
  height:82px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid var(--line);
}
.checkout-item-row b{
  display:block;
  line-height:1.2;
  color:#4d332e;
}
.checkout-item-row small{
  display:block;
  margin-top:2px;
  color:#7b6b65;
  font-size:12px;
  font-weight:800;
}
.checkout-item-row strong{
  white-space:nowrap;
  color:#4d332e;
}
.gallery-mobile-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:8px;
}
.gallery-mobile-dots{
  display:flex;
  gap:5px;
  align-items:center;
  justify-content:center;
}
.gallery-mobile-dots button{
  width:8px;
  height:8px;
  border:0;
  border-radius:999px;
  background:#dfc8c1;
  padding:0;
}
.gallery-mobile-dots button.active{
  background:var(--rose-dark);
}
.gallery-nav-btn{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#6d3f47;
  font-size:24px;
  line-height:1;
}
.thumbs img.active{
  border:2px solid var(--rose) !important;
}
@media(min-width:700px){
  .model-collection{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
@media(min-width:1000px){
  .model-collection{
    grid-template-columns:repeat(3,1fr) !important;
    gap:18px !important;
  }
}
@media(max-width:760px){
  body{
    padding-bottom:18px !important;
  }
  .clean-hero h1{
    font-size:31px !important;
    line-height:1.08 !important;
  }
  .clean-hero .lead{
    font-size:14.5px !important;
  }
  .hero .cta-stack:has(.btn:only-child){
    max-width:100% !important;
  }
  .model-product-card .product-body .btn{
    width:100%;
  }
  .product-color-row{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .product-color-row .color-box{
    min-height:54px;
    padding:8px 4px;
    font-size:12px;
    gap:5px;
  }
  .product-color-row .color-dot{
    width:20px;
    height:20px;
  }
  .qty-campaign-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .clean-cart-row{
    grid-template-columns:72px minmax(0,1fr) auto !important;
    grid-template-areas:
      "img info price"
      "img info remove";
  }
  .clean-cart-row img{grid-area:img;width:72px !important;height:92px !important;}
  .cart-row-info{grid-area:info;}
  .cart-row-price{grid-area:price;font-size:13px;}
  .cart-remove-form{grid-area:remove;justify-self:end;}
  .cart-action-row{
    grid-template-columns:1fr;
  }
  .checkout-item-row{
    grid-template-columns:58px minmax(0,1fr);
  }
  .checkout-item-row strong{
    grid-column:2;
  }
}


/* 2026-06-25 ACIL DUZELTME: mobilde 2li urun karti + ust bolum toparlama */
.section-head p,
.section-title p{
  max-width:720px;
}
@media(max-width:760px){
  .section{
    padding-top:26px !important;
    padding-bottom:30px !important;
  }
  .section-head{
    gap:8px !important;
    margin-bottom:14px !important;
  }
  .section-head h2,
  .section-title h1,
  .section-title h2{
    font-size:23px !important;
    line-height:1.12 !important;
    margin-bottom:5px !important;
  }
  .section-head p,
  .section-title p{
    font-size:13px !important;
    line-height:1.35 !important;
    margin:0 !important;
  }
  .model-collection,
  .collection.model-collection{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:start !important;
  }
  .model-product-card,
  .collection.model-collection .product-card{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    border-radius:16px !important;
    box-shadow:0 10px 22px rgba(80,45,55,.08) !important;
  }
  .model-product-card .media{
    display:block !important;
    height:auto !important;
    border-radius:16px 16px 0 0 !important;
    overflow:hidden !important;
  }
  .model-product-card img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:3/4 !important;
    object-fit:cover !important;
    display:block !important;
  }
  .model-product-card .product-body{
    padding:9px 8px 10px !important;
    gap:7px !important;
  }
  .model-product-card .product-body h3{
    font-size:12.5px !important;
    line-height:1.2 !important;
    min-height:30px !important;
    margin:0 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
  .model-product-card .price{
    margin:0 !important;
    gap:5px !important;
    flex-wrap:wrap !important;
  }
  .model-product-card .price b{
    font-size:15px !important;
    line-height:1.1 !important;
  }
  .model-product-card .price del{
    font-size:10.5px !important;
  }
  .model-color-row{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:5px !important;
    margin:0 !important;
  }
  .model-color-chip{
    padding:6px 3px !important;
    gap:3px !important;
    font-size:10.5px !important;
    min-height:30px !important;
  }
  .model-color-chip i{
    width:14px !important;
    height:14px !important;
  }
  .model-product-card .product-body .btn{
    min-height:36px !important;
    padding:8px 6px !important;
    border-radius:12px !important;
    font-size:12px !important;
    width:100% !important;
  }
}

/* 2026-06-25 mini düzeltme: ürün kartı üst sol beyaz etiket kaldır */
.model-product-card .media .badge,
.model-product-card .media .color-badge,
.model-product-card .media .product-top-badge,
.model-product-card .media .detail-top-badge,
.model-product-card .media .product-size-badge,
.model-product-card .media .mini-label,
.model-product-card .media .pretitle,
.model-product-card .media .kicker,
.product-card .media .badge,
.product-card .media .color-badge,
.product-card .media .product-top-badge,
.product-card .media .detail-top-badge,
.product-card .media .product-size-badge,
.product-card .media .mini-label,
.product-card .media .pretitle,
.product-card .media .kicker{
  display:none !important;
}

/* sadece kart alanını düzelt, üst hero kısmını bozma */
@media(max-width:760px){
  .collection.model-collection,
  .model-collection{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .model-product-card,
  .product-card{
    border-radius:18px !important;
  }
  .model-product-card img,
  .product-card img{
    aspect-ratio:3/4 !important;
  }
}

/* 2026-06-25 ürün kartı: renk tıklayınca kart içinde değişsin, detay sayfasına gitmesin */
.model-product-card .media{
  cursor:default !important;
}
.model-color-chip{
  appearance:none;
  border:1px solid var(--line);
  cursor:pointer;
}
.model-color-chip.active{
  border-color:var(--rose) !important;
  background:#fff5f8 !important;
  box-shadow:0 0 0 2px rgba(207,120,144,.12) inset;
}
.card-add-form{
  margin:0;
}
.card-add-form .btn{
  width:100%;
}
@media(max-width:760px){
  .model-product-card .product-body{
    gap:7px !important;
  }
  .card-add-form .btn{
    min-height:36px !important;
    padding:8px 6px !important;
    border-radius:12px !important;
    font-size:12px !important;
  }
}


/* 2026-06-25 karttan sepete + detay/isim linki düzeltmesi */
.model-product-card .media,
.product-card .media{
  overflow:hidden !important;
  background:#fff8f3;
}
.model-product-card .media,
.card-detail-media{
  cursor:pointer !important;
}
.model-product-card .media img,
.product-card .media img{
  width:100% !important;
  object-fit:cover !important;
}
.product-body h3 a{
  color:inherit;
  text-decoration:none;
}
.card-detail-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:#8b3f58;
  font-size:12px;
  font-weight:950;
  text-align:center;
  padding:7px 6px;
}
.card-detail-link:hover{
  background:#fff5f8;
}
.model-color-chip{
  appearance:none;
  -webkit-appearance:none;
}

/* Fotoğrafın içine gömülü üst-sol beyaz kutu için kart görselini hafif kırp */
@media(max-width:760px){
  .model-product-card .media img,
  .product-card .media img{
    transform:scale(1.10) !important;
    transform-origin:center center !important;
  }
  .card-detail-link{
    min-height:30px !important;
    font-size:10.8px !important;
    border-radius:10px !important;
    padding:6px 4px !important;
  }
}
@media(min-width:761px){
  .model-product-card .media img,
  .product-card .media img{
    transform:scale(1.07) !important;
    transform-origin:center center !important;
  }
}

/* 2026-06-25 ana sayfa mobil: tüm modelleri yığma, sadece kısa vitrin göster */
.home-model-head .btn-secondary{
  width:auto;
  min-height:44px;
  border-radius:14px;
}
.home-model-collection + .home-all-models-mobile{
  display:none;
}
@media(max-width:760px){
  .home-model-head{
    align-items:flex-start !important;
  }
  .home-model-head .btn-secondary{
    display:none !important;
  }
  .home-model-collection .model-product-card:nth-child(n+5){
    display:none !important;
  }
  .home-model-collection{
    margin-bottom:12px !important;
  }
  .home-model-collection::after{
    content:'';
    display:none;
  }
}

/* Ürün detayda renk seçimi sonrası görsel/dot/thumb güncellemesi için güvenli aktif görünüm */
.product-color-choice input:checked + .color-box{
  border-color:var(--rose) !important;
  background:#fff5f8 !important;
  box-shadow:0 0 0 2px rgba(207,120,144,.12) inset !important;
}
@media(max-width:760px){
  .home-all-models-mobile{
    display:block !important;
  }
}
@media(min-width:761px){
  .home-all-models-mobile{
    display:none !important;
  }
}

/* 2026-06-25 profesyonel kart linki ve mobil başlık hizalama */
.card-detail-link{
  display:block;
  text-align:center;
  margin-top:2px;
  font-size:12.5px;
  font-weight:900;
  color:#8b4a5f;
  text-decoration:none;
}
.card-detail-link:hover{
  color:#5a3d35;
}

@media(max-width:760px){
  .home-model-head{
    display:block !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    width:100% !important;
  }
  .home-model-head > div{
    width:100% !important;
    max-width:360px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .home-model-head .eyebrow,
  .home-model-head h2,
  .home-model-head p{
    text-align:center !important;
  }
  .home-model-head p{
    max-width:320px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .home-all-models-mobile{
    text-align:center !important;
  }
  .home-all-models-mobile .btn{
    width:100% !important;
    max-width:320px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}


/* 2026-06-25 reklam öncesi son temizlik */
.product-mini-trust{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#fff7f0;
  border:1px solid var(--line);
  color:#8b4a5f;
  border-radius:999px;
  padding:8px 11px;
  font-size:12px;
  font-weight:900;
  margin:6px 0 10px;
}

@media(max-width:760px){
  .home-model-head{
    display:block !important;
    text-align:center !important;
    width:100% !important;
  }
  .home-model-head > div{
    max-width:360px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .home-model-head .eyebrow,
  .home-model-head h2,
  .home-model-head p{
    text-align:center !important;
  }
  .home-model-head p{
    max-width:320px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .home-all-models-mobile{
    display:block !important;
    text-align:center !important;
  }
  .home-all-models-mobile .btn{
    max-width:320px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* Yorum yoksa boş/fake yorum alanı gösterme */
.review-form{
  display:none !important;
}

/* Ana kart rengini seçme */
.color-detail-head{
  flex-wrap:wrap;
}
.color-default-radio{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border-radius:999px;
  background:#fff4fa;
  color:#8d3151;
  border:1px solid #f0c6d5;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
}
.color-default-radio input{
  width:16px;
  height:16px;
}
/* Kopyala + ana renk yaması v2: ana ürün görseli paneli kaldırıldı */
.single-upload-grid{grid-template-columns:1fr!important;}

.products-head-actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}


/* Kampanya admin sayfası */
.campaign-admin-card{overflow:hidden}
.campaign-admin-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#fff7ef,#fff)}
.campaign-admin-head h2{margin:0 0 8px;font-size:24px}
.campaign-admin-head p{margin:0;color:#7a6a60;max-width:720px;line-height:1.5}
.campaign-example-box{min-width:190px;border:1px solid #ead5c4;background:#fff;border-radius:18px;padding:12px;display:grid;gap:6px;box-shadow:0 12px 28px rgba(60,40,25,.06)}
.campaign-example-box b{font-size:14px;color:#2b201a}
.campaign-example-box span{font-size:13px;color:#7a4a2b;background:#fff5ea;border:1px solid #f1dac2;border-radius:999px;padding:6px 10px;font-weight:800}
.campaign-rate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:12px}
.campaign-rate-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}
.campaign-info-note{margin-top:16px;border:1px dashed #d9b99b;background:#fff9f1;border-radius:18px;padding:14px;color:#6e5748;display:grid;gap:6px}
.campaign-info-note b{color:#2b201a}
@media(max-width:800px){.campaign-admin-head{display:block}.campaign-example-box{margin-top:14px}.campaign-rate-grid{grid-template-columns:1fr}.campaign-toggle-row{grid-column:auto}}


/* v12 - Paket yazıları ve net kampanya kutusu */
.qty-campaign-box del{
  color:#9f8d80;
  font-size:12px;
  font-weight:800;
  text-decoration:line-through;
  margin-top:2px;
}
.qty-campaign-box small{
  color:#118044;
  font-size:11px;
  font-weight:900;
  margin-top:3px;
  display:block;
}
.qty-campaign-choice input:checked + .qty-campaign-box small{
  color:#0f6c3b;
}
.campaign-text-grid .campaign-rate-card{
  gap:8px;
}
.campaign-text-grid .campaign-rate-card input + input{
  margin-top:8px;
}
@media(max-width:700px){
  .qty-campaign-box del{font-size:11px}
  .qty-campaign-box small{font-size:10px;line-height:1.2}
}


/* v17 - Çoklu alım PC/Mobil banner yerleşimi */
.campaign-banner-section{
  padding:26px 0 8px;
  background:linear-gradient(180deg,#fffaf6,#fff6f8);
}
.campaign-banner-section .wrap,
.product-list-campaign-banner{
  max-width:1240px;
}
.campaign-banner-link{
  display:block;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#fff7ef;
  text-decoration:none;
}
.campaign-banner-link picture,
.campaign-banner-link img{
  display:block;
  width:100%;
}
.campaign-banner-link img{
  height:auto;
  object-fit:contain;
}
.product-list-campaign-banner{
  margin:0 auto 22px;
}
.product-list-campaign-banner .campaign-banner-link{
  border-radius:24px;
}
.product-mix-campaign-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:11px 12px;
  margin:10px 0 12px;
  border:1px dashed #e5b7c7;
  background:#fff7fb;
  border-radius:18px;
  color:#6b4b3d;
  line-height:1.35;
}
.product-mix-campaign-note b{
  color:var(--rose-dark);
  white-space:nowrap;
  font-size:13px;
}
.product-mix-campaign-note span{
  font-size:13px;
  font-weight:800;
}
@media(max-width:700px){
  .campaign-banner-section{
    padding:16px 0 4px;
  }
  .campaign-banner-section .wrap,
  .product-list-campaign-banner{
    padding-left:10px;
    padding-right:10px;
  }
  .campaign-banner-link{
    border-radius:22px;
  }
  .product-list-campaign-banner{
    margin-bottom:16px;
  }
  .product-mix-campaign-note{
    display:block;
    padding:10px 11px;
    margin:8px 0 11px;
  }
  .product-mix-campaign-note b,
  .product-mix-campaign-note span{
    display:block;
    font-size:12px;
  }
  .product-mix-campaign-note span{
    margin-top:3px;
  }
}


/* v18 - Mobil çoklu alım banner kompakt görünüm */
@media (max-width: 700px){
  .campaign-banner-section{
    padding-top: 12px !important;
    padding-bottom: 6px !important;
  }
  .campaign-banner-section .wrap,
  .product-list-campaign-banner{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .campaign-banner-link{
    border-radius: 18px !important;
    overflow: hidden !important;
  }
  .campaign-banner-link img{
    display:block !important;
    width:100% !important;
    height:auto !important;
  }
}



/* v19 - Fazlalık başlıkları kaldırma ve tüm modeller butonu alta alma */
.home-all-models-mobile{
  display:block !important;
  text-align:center !important;
  margin-top:18px !important;
}
.home-all-models-mobile .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:220px !important;
  max-width:320px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
@media(max-width:760px){
  .home-all-models-mobile .btn{
    width:100% !important;
  }
}
/* Ürünler sayfasında başlık kaldırıldığı için üst boşluğu azalt */
.product-list-campaign-banner{
  margin-top:0 !important;
}

/* Isme ozel kutu son stil onceligi */
div.personal-name-box.personal-name-sales{
  border:2px solid #efc4d0;
  background:linear-gradient(145deg,#fff7f9,#fffdf9);
  padding:18px;
  margin:14px 0;
  box-shadow:0 12px 28px rgba(137,63,88,.08);
}
.personal-name-builder-sales{
  border:2px solid #efc4d0 !important;
  background:linear-gradient(145deg,#fff7f9,#fffdf9) !important;
  padding:16px !important;
  margin-top:14px !important;
}
.personal-name-builder-sales h3{
  margin:10px 0 12px;
  color:#4d2c23;
  font-size:19px;
}
@media(max-width:760px){
  div.personal-name-box.personal-name-sales{padding:14px;}
}

/* Checkout: summary precedes the only form submit button on every screen. */
.clean-checkout-page .checkout-focused{grid-template-columns:minmax(0,1fr);max-width:760px}
.checkout-order-summary{margin:22px 0 14px;padding-top:14px;border-top:1px solid var(--line);min-width:0}
.clean-checkout-page .legal-check{font-size:14px;line-height:1.65;gap:12px;padding:14px;cursor:pointer}
.clean-checkout-page .legal-check input{width:22px;height:22px;flex:0 0 22px;margin:2px 0 0;cursor:pointer}
.clean-checkout-page .legal-check a{text-decoration:underline;text-underline-offset:3px}
.clean-checkout-page #checkout-submit{width:100%;min-height:52px}


/* 2026-09-10 Oda Sepetim güven / sosyal kanıt yaması */
.verified-rating-strip{display:flex;align-items:center;gap:8px;flex-wrap:wrap;text-decoration:none;color:var(--ink);font-size:13px;margin:4px 0 8px}.verified-rating-stars{letter-spacing:1px;color:#e3a008}.verified-rating-strip strong{font-size:14px}.verified-rating-strip span:last-child{color:var(--muted)}
.product-confidence-card{margin-top:14px;border:1px solid #dcebe2;background:linear-gradient(180deg,#fbfffc 0%,#f5fbf7 100%);border-radius:18px;padding:14px}.confidence-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.confidence-title .confidence-lock{display:grid;place-items:center;width:38px;height:38px;background:#e7f7ed;border-radius:12px}.confidence-title b{display:block;font-size:15px}.confidence-title small{display:block;color:var(--muted);font-size:11.5px;margin-top:2px}.product-confidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-confidence-grid>div{display:flex;align-items:flex-start;gap:8px;background:#fff;border:1px solid #e7eee9;border-radius:13px;padding:9px}.product-confidence-grid>div>span{font-size:16px}.product-confidence-grid p{margin:0;line-height:1.35}.product-confidence-grid b{display:block;font-size:12px}.product-confidence-grid small{display:block;color:var(--muted);font-size:10.5px;margin-top:2px}.confidence-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid #e3ece6}.confidence-links a{font-size:11.5px;font-weight:850;color:#52635a}
.checkout-security-banner{display:flex;align-items:flex-start;gap:12px;border:1px solid #cfe6d8;background:#f4fbf6;border-radius:16px;padding:13px 14px;margin:2px 0 10px}.checkout-security-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#e1f3e7;font-size:18px}.checkout-security-banner b{display:block;font-size:13.5px}.checkout-security-banner small{display:block;color:#53645b;line-height:1.45;margin-top:3px}.checkout-trust-pills{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.checkout-trust-pills span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 9px;font-size:10.5px;font-weight:850;color:#4b5f54}.pay-option-secure{position:relative;border-color:#cfe1d6;background:#fbfefc}.pay-option-secure>i{margin-left:auto;font-style:normal}.pay-option-secure b em{font-style:normal;font-size:10px;background:#e6f4ea;color:#27613f;padding:3px 6px;border-radius:999px;margin-left:5px}.checkout-real-reviews{border:1px solid #eadfe3;background:#fffafa;border-radius:16px;padding:13px;margin:15px 0}.checkout-real-reviews-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.checkout-real-reviews-head b{font-size:13px}.checkout-real-reviews-head span{font-size:10px;font-weight:900;color:#15803d}.checkout-review-grid{display:grid;gap:8px}.checkout-review-grid article{background:#fff;border:1px solid #eee5e8;border-radius:12px;padding:10px}.checkout-review-grid .stars{font-size:11px;color:#e3a008;letter-spacing:.6px}.checkout-review-grid p{font-size:11.5px;line-height:1.45;margin:5px 0}.checkout-review-grid small{font-size:10.5px;color:var(--muted)}.checkout-seller-info{border:1px solid var(--line);border-radius:14px;padding:10px 12px;margin:12px 0;background:#fff}.checkout-seller-info summary{cursor:pointer;font-size:12px;font-weight:900}.checkout-seller-info div{font-size:11.5px;line-height:1.6;color:#5f5860;padding-top:8px}.checkout-secure-submit{min-height:58px;font-size:16px}.checkout-submit-note{text-align:center;color:var(--muted);font-size:10.5px;line-height:1.45;margin:8px 0 0}.checkout-submit-note a{font-weight:850;color:inherit}.cart-trust-strip{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.cart-trust-strip span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:850}.paytr-secure-box{max-width:980px;margin:0 auto}.paytr-secure-head{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:12px}.paytr-secure-lock{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#e8f6ed;font-size:22px}.paytr-secure-head h1{font-size:28px;letter-spacing:-.7px;margin:2px 0 4px}.paytr-secure-head p{margin:0;color:var(--muted)}.paytr-security-note{display:flex;flex-direction:column;gap:3px;border:1px solid #cfe6d8;background:#f4fbf6;border-radius:14px;padding:12px 14px;margin:10px 0 14px}.paytr-security-note b{font-size:13px;color:#24543a}.paytr-security-note span{font-size:11.5px;line-height:1.45;color:#53645b}.paytr-iframe-shell{border:1px solid #dce6df;border-radius:18px;padding:7px;background:#f9fcfa}.paytr-iframe-label{text-align:center;font-size:10.5px;font-weight:900;color:#456252;padding:5px}
@media(max-width:760px){.product-confidence-grid{grid-template-columns:1fr}.verified-rating-strip{font-size:12px}.checkout-trust-pills{gap:5px}.checkout-trust-pills span{font-size:9.8px;padding:5px 7px}.checkout-security-banner{padding:11px}.checkout-real-reviews-head{align-items:flex-start;flex-direction:column;gap:3px}.paytr-secure-head{align-items:flex-start}.paytr-secure-head h1{font-size:23px}.paytr-secure-lock{width:42px;height:42px;flex-basis:42px}.cart-trust-strip{justify-content:center}.cart-trust-strip span{font-size:10px}}


/* 2026-09-10 Havale/EFT + doğrulanmış yorumlar üst menü */
.pay-option-bank{border-color:#d8c6ad;background:linear-gradient(180deg,#fffdf9,#fffaf2)}
.pay-option-bank i{font-style:normal;font-size:22px;margin-left:auto}
.bank-transfer-card{max-width:680px;margin:18px auto;padding:18px;border:1px solid #eadaca;border-radius:18px;background:#fffaf5;text-align:left;box-shadow:0 8px 24px rgba(78,45,27,.06)}
.bank-transfer-card>div{display:grid;grid-template-columns:150px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #f0e5db}
.bank-transfer-card>div:last-of-type{border-bottom:0}
.bank-transfer-card span{font-size:13px;color:#6b5a50}.bank-transfer-card b{overflow-wrap:anywhere}.bank-transfer-card small{display:block;margin-top:12px;line-height:1.5;color:#6b5a50}
.bank-copy{border:1px solid #dfcbbb;background:#fff;border-radius:10px;padding:8px 10px;font-weight:700;cursor:pointer;color:#4f2e20}
.bank-transfer-note{max-width:680px;margin:10px auto 18px;color:#5c514b}
.reviews-page-title{max-width:800px}.reviews-summary-card{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;margin:18px 0 22px;border:1px solid #eadfd8;border-radius:18px;background:#fff}
.reviews-summary-score{display:flex;align-items:center;gap:14px}.reviews-summary-score>strong{font-size:44px;line-height:1}.reviews-summary-score div{display:flex;flex-direction:column;gap:3px}.reviews-summary-score small{color:#6b625c}
.verified-big-badge{font-weight:800;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;padding:9px 12px;border-radius:999px}
.public-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.public-review-card{height:100%;display:flex;flex-direction:column}.public-review-card .reviewer strong{color:#15803d}.review-product-link{margin-top:auto;padding-top:12px;font-weight:700;text-decoration:none;color:#6f402c}.reviews-empty-state{text-align:center;padding:32px}
@media(max-width:800px){.bank-transfer-card>div{grid-template-columns:1fr;gap:5px}.bank-copy{width:100%;margin-top:4px}.reviews-summary-card{align-items:flex-start;flex-direction:column}.public-reviews-grid{grid-template-columns:1fr}.verified-big-badge{font-size:13px}}
