.mpc-section{--mpc-primary:#700d16;--mpc-accent:#e31b36;--mpc-ink:#202535;--mpc-muted:#667085;--mpc-line:#e7e9ee;background:linear-gradient(180deg,#f7f8fb 0,#fff 100%);padding:72px 0}
.mpc-shell{max-width:1320px;margin:auto}.mpc-head{max-width:820px;margin:0 auto 30px;text-align:center}.mpc-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:#fbeaec;color:var(--mpc-primary);font-weight:700;font-size:13px}.mpc-head h2{font-size:clamp(28px,4vw,44px);color:var(--mpc-ink);margin:14px 0 10px}.mpc-head p{color:var(--mpc-muted);font-size:17px}.mpc-date{font-size:13px;color:#475467}
.mpc-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:700px;margin:0 auto 26px;padding:7px;background:#fff;border:1px solid var(--mpc-line);border-radius:18px;box-shadow:0 8px 30px rgba(22,26,36,.06)}.mpc-tab{border:0;background:transparent;border-radius:12px;padding:14px 12px;font-weight:800;color:#475467;cursor:pointer}.mpc-tab[aria-selected=true]{background:var(--mpc-primary);color:#fff;box-shadow:0 8px 18px rgba(112,13,22,.2)}
.mpc-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);gap:24px;align-items:start}.mpc-panel,.mpc-summary{background:#fff;border:1px solid var(--mpc-line);border-radius:20px;box-shadow:0 12px 38px rgba(22,26,36,.07)}.mpc-toolbar{padding:18px;border-bottom:1px solid var(--mpc-line)}.mpc-search{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;color:var(--mpc-ink)}.mpc-search:focus{outline:3px solid rgba(227,27,54,.14);border-color:var(--mpc-accent)}
.mpc-category{border-bottom:1px solid var(--mpc-line)}.mpc-category:last-child{border-bottom:0}.mpc-category-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:#fff;padding:18px 20px;text-align:left;color:var(--mpc-ink);font-weight:800;cursor:pointer}.mpc-category-toggle small{font-weight:500;color:var(--mpc-muted)}.mpc-chevron{transition:transform .2s}.mpc-category-toggle[aria-expanded=true] .mpc-chevron{transform:rotate(180deg)}.mpc-category-body{padding:0 18px 12px}.mpc-category-body[hidden]{display:none}
.mpc-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 4px;border-top:1px solid #f0f1f3;cursor:pointer}.mpc-item:first-child{border-top:0}.mpc-item input{width:20px;height:20px;accent-color:var(--mpc-accent)}.mpc-item-name{font-weight:650;color:#303647}.mpc-item-note{display:block;color:var(--mpc-muted);font-size:12px;margin-top:2px}.mpc-item-price{text-align:right;font-weight:750;color:#303647;white-space:nowrap;font-size:13px}.mpc-item-price small{display:block;color:var(--mpc-muted);font-weight:500}.mpc-empty{padding:28px;text-align:center;color:var(--mpc-muted)}
.mpc-summary{position:sticky;top:110px;overflow:hidden}.mpc-summary-head{padding:20px;background:linear-gradient(135deg,var(--mpc-primary),#3d0710);color:#fff}.mpc-summary-head h3{color:#fff;margin:0 0 4px;font-size:22px}.mpc-summary-head p{margin:0;color:#f4cdd2;font-size:13px}.mpc-selected{padding:16px 20px;border-bottom:1px solid var(--mpc-line);max-height:190px;overflow:auto}.mpc-selected-title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--mpc-muted);font-weight:800;margin-bottom:8px}.mpc-selected ul{list-style:none;padding:0;margin:0}.mpc-selected li{display:flex;justify-content:space-between;gap:10px;padding:5px 0;color:#344054;font-size:13px}.mpc-selected li span:last-child{font-weight:700;white-space:nowrap}
.mpc-models{padding:16px;display:grid;gap:12px}.mpc-model{border:1px solid var(--mpc-line);border-radius:15px;padding:15px}.mpc-model h4{font-size:16px;color:var(--mpc-ink);margin:0 0 11px}.mpc-row{display:flex;justify-content:space-between;gap:12px;padding:5px 0;color:#475467;font-size:13px}.mpc-row strong{color:#252a37;white-space:nowrap}.mpc-total{margin-top:7px;padding-top:10px;border-top:1px solid var(--mpc-line);font-size:15px}.mpc-total strong{color:var(--mpc-primary);font-size:18px}.mpc-license-na{padding:12px;border-radius:10px;background:#f8f9fb;color:#667085;font-size:13px}
.mpc-actions{padding:0 16px 18px;display:grid;gap:9px}.mpc-action{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:12px 14px;font-weight:800;text-decoration:none;border:1px solid var(--mpc-primary);cursor:pointer}.mpc-whatsapp{background:#168c4b;color:#fff;border-color:#168c4b}.mpc-whatsapp:hover{background:#10743d;color:#fff}.mpc-copy{background:#fff;color:var(--mpc-primary)}.mpc-copy:hover{background:#fff5f6}.mpc-disclaimer{padding:15px 18px;background:#fff8e8;border-top:1px solid #f5dfae;color:#6b5315;font-size:12px;line-height:1.5}.mpc-toast{position:fixed;right:22px;bottom:22px;background:#202535;color:#fff;padding:12px 16px;border-radius:10px;z-index:9999;box-shadow:0 10px 30px rgba(0,0,0,.2)}
@media(max-width:991px){.mpc-layout{grid-template-columns:1fr}.mpc-summary{position:static}.mpc-selected{max-height:none}.mpc-section{padding:52px 0}}
@media(max-width:575px){.mpc-tabs{gap:5px}.mpc-tab{padding:12px 5px;font-size:13px}.mpc-panel,.mpc-summary{border-radius:15px}.mpc-category-toggle{padding:16px 14px}.mpc-category-body{padding:0 11px 10px}.mpc-item{grid-template-columns:25px minmax(0,1fr);padding:12px 2px}.mpc-item-price{grid-column:2;text-align:left}.mpc-models{padding:12px}.mpc-section{padding:42px 0}}
@media(prefers-reduced-motion:reduce){.mpc-chevron{transition:none}}
#ozellikler>div.container:first-child{display:none!important}#ozellikler{padding-top:0!important;margin-top:0!important}.mpc-section{padding-top:64px!important;margin-top:0!important}.mpc-summary-head{background:linear-gradient(135deg,#700d16,#3d0710)!important;color:#fff!important}.mpc-summary-head h3{color:#fff!important}.mpc-summary-head p,.mpc-summary-head .mpc-summary-sub{color:#f4cdd2!important}.mpc-summary-head *{text-shadow:none!important}.mpc-category-toggle:focus-visible,.mpc-tab:focus-visible,.mpc-action:focus-visible{outline:3px solid rgba(227,27,54,.3)!important;outline-offset:2px}
