/* Base */
html,body{font-size:14px;font-family:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;}
.page{max-width:420px;margin:0 auto;}
:root{ --radius:16px; --cream:#F4EFE6; --footer:#202430; }

.cream-wrap{background:var(--cream);border-radius:0;padding:10px 0;}

/* Topbar */
.topbar{background:#fff;padding:.45rem 0;}
.topbar .capsule{background:var(--brand);color:#fff;border-radius:0;display:flex;justify-content:space-between;align-items:center;padding:.35rem .6rem;}
.icon-btn{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);font-size:12px;color:#fff;text-decoration:none;}
.copy-btn{width:24px;height:24px;border-radius:6px;border:0;background:#fff;color:var(--brand);display:inline-flex;align-items:center;justify-content:center}

/* Header */
.header-strip{background:#fff;}
.menu-badge{display:inline-flex;flex-direction:column;align-items:center;gap:2px;color:#2a2a2a;font-size:11px;}

/* Hero */
.hero-title{font-weight:800;font-size:53px;line-height:1.15;text-align:center;margin-bottom:.25rem}
.hero-title .hl{color:var(--brand);font-size:40px;}
.hero-sub{color:#59606a;font-size:20px;text-align:center}
.hero-title2{font-weight:800;font-size:40px;line-height:1.15;text-align:center;margin-bottom:.25rem}
.hero-title2 .hl{color:var(--brand);font-size:40px;}
.hero-sub2{color:#59606a;font-size:20px;text-align:center}
.hero-title3{font-weight:800;font-size:29px;line-height:1.15;text-align:center;margin-bottom:.25rem}
.hero-title3 .hl{color:var(--brand);font-size:29px;}
.hero-sub3{color:#59606a;font-size:16px;text-align:center}

/* Cards */
.item-card{border:0;border-radius:var(--radius);box-shadow:0 12px 28px rgba(0,0,0,.08),0 1px 1px rgba(0,0,0,.04);}
.item-card .card-img-top{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);}
.price-badge{font-weight:700}
.item-title{font-size:16px;font-weight:700;line-height:1.25;color:#000;text-align:center}

/* Qty */
.qty-wrap{display:flex;justify-content:center;align-items:center;gap:8px;}
.item-qty{width:40px;height:32px;padding:0;margin:0;text-align:center;border:0;background:transparent;font-weight:700;line-height:32px;-moz-appearance:textfield;}
.item-qty::-webkit-outer-spin-button,.item-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.btn-qty{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:12px;}
.btn-qty.btn-minus{background:#f1f3f2;border:1px solid #e3e6e5;color:#2f2f2f;}
.btn-qty.btn-plus{background:var(--brand);color:#fff;border:1px solid var(--brand);}

/* Cart bar */
.cart-bar{position:sticky;bottom:0;z-index:40;background:#fff;border-top:1px solid #e5e7eb;}
.cart-combo{display:flex;width:100%;border-radius:8px;overflow:hidden;border:1.5px solid var(--brand);}
.cart-amount{flex:1;background:#fff;color:var(--brand);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;}
.cart-pay{flex:1;background:var(--brand);color:#fff;font-weight:700;font-size:16px;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;}
.cart-pay i{font-size:15px;}
@media (max-width:480px){
  .cart-bar{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);width:calc(420px - 16px);background:transparent;border:0;}
}

/* Mini cart */
.mini-cart{position:fixed;left:50%;transform:translateX(-50%);bottom:90px;z-index:50;width:calc(420px - 16px);background:#fff;border-radius:12px;box-shadow:0 14px 30px rgba(0,0,0,.18);padding:10px;display:none;max-height:45vh;overflow:auto;border:1px solid #e5e7eb;}
.mini-cart h6{font-weight:700;margin:0 0 6px 0;}
.mini-cart .rowline{display:flex;justify-content:space-between;align-items:center;padding:6px 2px;border-bottom:1px dashed #eaeaea;}
.mini-cart .rowline:last-child{border-bottom:0;}
.mini-cart .sm{font-size:12px;color:#64748b;}
.mini-cart .btnxs{border:0;background:#f1f5f9;border-radius:8px;padding:.2rem .45rem;}

/* Progress/thanks */
.progress{height:8px;}
.row.row-cols-2 > * {flex:0 0 50%;max-width:50%;}
.badge-amount{background:#e8f5ee;color:#137a3a;font-weight:600;}

/* Footer */
.site-footer{background:transparent;padding:0 0 18px;}
.footer-card{background:var(--footer);color:#cbd5e1;border-radius:0;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.18);}
.footer-card a{color:#e5e7eb;text-decoration:none;}
.footer-card .mini{opacity:.75;font-size:12px}
.footer-soc .icon{width:32px;height:32px;border-radius:999px;background:#2a2f3a;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;}

/* Campaign split */
.don-split > *{flex:1 1 0;min-width:0;}
.don-split .btn{display:flex;align-items:center;justify-content:center;}
.don-split .btn-cmp-add{height:42px;font-size:16px;font-weight:700;letter-spacing:.3px;}

/* Brand success override (tüm .btn-success) */
.btn-success{background-color:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important;font-weight:700;font-size:15px;padding:.6rem 1rem;}
.btn-success:hover{background-color:#0c4528!important;border-color:#0c4528!important;}
