.mz-body { margin: 0; font-family: "Segoe UI", system-ui, sans-serif; color: #1c1917; background: #fff7ed; line-height: 1.5; }

.mz-visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

.mz-faq { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.mz-faq-item { background: #fff; border: 1px solid #fed7aa; border-radius: 10px; padding: 12px 16px; }
.mz-faq-item summary { cursor: pointer; font-weight: 600; }
.mz-faq-item p { margin: 10px 0 0; color: #57534e; }

.mz-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

.mz-header { background: #fff; border-bottom: 1px solid #fed7aa; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.04); overflow: visible; }

.mz-header-wrap { display: flex; flex-direction: column; }

.mz-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 12px; flex-wrap: wrap; padding: 8px 0; }

.mz-mobile-menu-toggle { display: none; border: 1px solid #fed7aa; background: #fff; border-radius: 8px; width: 40px; height: 40px; font-size: 1.2rem; cursor: pointer; }

.mz-nav-actions { margin-left: auto; }

.mz-header-nav { border-top: 1px solid #ffedd5; overflow: visible; position: relative; z-index: 110; }

.mz-header-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; min-height: 44px; align-items: center; }

.mz-header-nav li { flex-shrink: 0; }

.mz-header-nav a { display: block; padding: 10px 14px; text-decoration: none; color: #44403c; font-weight: 600; font-size: .9rem; white-space: nowrap; border-radius: 8px; }

.mz-header-nav a:hover { background: #fff7ed; color: var(--mz-accent,#ea580c); }

.mz-header-nav a.mz-nav-all-cats { background: var(--mz-accent,#ea580c); color: #fff; margin-right: 4px; }

.mz-header-nav a.mz-nav-all-cats:hover { background: #c2410c; color: #fff; }

.mz-nav-has-sub { position: relative; }

.mz-nav-has-sub > .mz-nav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ffedd5;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(28, 25, 23, .12);
    z-index: 120;
}

.mz-nav-has-sub:hover > .mz-nav-sub,
.mz-nav-has-sub:focus-within > .mz-nav-sub { display: block; }

.mz-nav-sub a {
    padding: 8px 14px;
    font-weight: 500;
    font-size: .88rem;
}

.mz-nav-has-sub2 > .mz-nav-sub2 {
    top: 0;
    left: 100%;
    margin-left: 2px;
    z-index: 130;
}

.mz-nav-parent { display: inline-flex; align-items: center; gap: 4px; width: 100%; justify-content: space-between; }

.mz-nav-caret { font-size: .7rem; opacity: .7; }

.mz-filter-sub { padding-left: 1.25rem; font-size: .92rem; }

.mz-filter-sub-2 { padding-left: 2.25rem; font-size: .88rem; }

.mz-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; font-weight: 800; font-size: 1.15rem; flex-shrink: 0; }

.mz-brand img { height: 36px; width: auto; }

.mz-search { display: flex; flex: 1; max-width: 360px; min-width: 160px; }

.mz-search input { flex: 1; border: 1px solid #fdba74; border-radius: 999px 0 0 999px; padding: 8px 14px; font: inherit; }

.mz-search button { border: 1px solid #fdba74; border-left: 0; background: var(--mz-accent,#ea580c); color: #fff; border-radius: 0 999px 999px 0; padding: 0 14px; cursor: pointer; }

.mz-nav { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: .92rem; }

.mz-nav a { text-decoration: none; color: #44403c; font-weight: 600; }

.mz-nav em, .mz-cart em { background: var(--mz-accent,#ea580c); color: #fff; border-radius: 999px; padding: 1px 7px; font-style: normal; font-size: .75rem; margin-left: 4px; }

.mz-ticker { background: #1c1917; color: #fff; overflow: hidden; white-space: nowrap; }

.mz-ticker-track {
    display: inline-flex;
    width: max-content;
    will-change: transform;
    animation: none !important;
    transform: translate3d(0, 0, 0);
}

.mz-ticker-item { padding: 8px 32px; font-size: .9rem; font-weight: 600; flex: 0 0 auto; }

.mz-hero { background: linear-gradient(135deg,#fff7ed,#ffedd5 40%,#fed7aa); padding: 64px 0 56px; text-align: center; }

.mz-hero h1 { font-size: clamp(1.8rem,4vw,2.8rem); margin: 0 0 8px; }

.mz-hero p { color: #78716c; margin: 0 0 20px; }

.mz-btn { display: inline-block; background: var(--mz-accent,#ea580c); color: #fff; text-decoration: none; border: 0; border-radius: 999px; padding: 12px 22px; font-weight: 700; cursor: pointer; font: inherit; }

.mz-btn-sm { padding: 8px 16px; font-size: .9rem; }

.mz-btn-ghost { background: #fff; color: var(--mz-accent,#ea580c); border: 1px solid var(--mz-accent,#ea580c); }

.mz-btn-outline { display: inline-block; background: #fff; color: #1c1917; text-decoration: none; border: 1px solid #d6d3d1; border-radius: 999px; padding: 12px 22px; font-weight: 700; text-align: center; }

.mz-btn-block { display: block; text-align: center; width: 100%; box-sizing: border-box; }

.mz-slider-wrap { padding: 16px 0; position: relative; z-index: 1; }

.mz-slider { position: relative; border-radius: 16px; overflow: hidden; background: #ffedd5; min-height: 360px; z-index: 1; }

.mz-slide { display: none; min-height: 360px; }

.mz-slide.is-active { display: block; }

.mz-slide-bg { width: 100%; height: 360px; object-fit: cover; display: block; }

.mz-slide-banner-link { display: block; color: inherit; text-decoration: none; position: relative; }

.mz-slide-caption { position: absolute; left: 24px; bottom: 24px; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.5); z-index: 2; }

.mz-slide-caption h2 { margin: 0 0 4px; font-size: 1.8rem; }

.mz-slide-cta { display: inline-block; margin-top: 10px; padding: 8px 16px; border-radius: 8px; background: rgba(255,255,255,.95); color: #9a3412; font-size: .9rem; font-weight: 600; }

/* Ürün slaytları — görsel kart içinde tam görünür */
.mz-slide--product { background: linear-gradient(135deg, #fff7ed 0%, #fff 45%, #fef3c7 100%); min-height: 360px; }

.mz-slide-product-bg {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 50%, rgba(234,88,12,.12) 0%, transparent 45%), linear-gradient(135deg, #fff7ed 0%, #fff 50%, #fef9f3 100%);
}

.mz-slide-product-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 42%);
  gap: 2rem; align-items: center; min-height: 360px; padding: 24px 0;
}

.mz-slide-product-copy { display: flex; flex-direction: column; align-items: flex-start; color: #1c1917; }

.mz-slide-product-badge {
  display: inline-block; margin-bottom: 12px; padding: 6px 12px; border-radius: 999px;
  background: var(--mz-accent,#ea580c); color: #fff; font-size: .75rem; font-weight: 700;
  letter-spacing: .02em; text-transform: uppercase;
}

.mz-slide-product-copy h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 3.5vw, 2.2rem); line-height: 1.2; max-width: 18ch; color: #1c1917; }

.mz-slide-product-category { margin: 0 0 12px; font-size: .95rem; color: #78716c; }

.mz-slide-product-price { margin-bottom: 16px; }

.mz-slide-product-price-current { font-size: clamp(1.35rem, 3vw, 1.85rem); font-weight: 800; color: var(--mz-accent,#ea580c); }

.mz-slide-product-visual { display: flex; justify-content: center; align-items: center; }

.mz-slide-product-frame {
  display: block; width: min(100%, 380px); aspect-ratio: 1; padding: 20px;
  background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(15,23,42,.12); border: 1px solid rgba(226,232,240,.9);
}

.mz-slide-product-img { width: 100%; height: 100%; object-fit: contain; display: block; }

.mz-btn-lg { padding: 14px 28px; font-size: 1rem; }

.mz-slider-prev, .mz-slider-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.85); border: 0; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.4rem; z-index: 2; }

.mz-slider-prev { left: 12px; } .mz-slider-next { right: 12px; }

.mz-slider-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; }

.mz-slider-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.5); cursor: pointer; }

.mz-slider-dot.is-active { background: var(--mz-accent,#ea580c); }

.mz-trust { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 20px 16px; }

.mz-trust-item { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: .9rem; font-weight: 600; color: #57534e; background: #fff; border-radius: 12px; padding: 12px; border: 1px solid #ffedd5; }

.mz-trust-icon { font-size: 1.2rem; }

.mz-section { padding: 36px 0; }

.mz-section-head, .mz-page-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; flex-wrap: wrap; gap: 8px; }

.mz-section-head a { color: var(--mz-accent,#ea580c); text-decoration: none; font-weight: 600; }

.mz-cats { display: flex; flex-wrap: wrap; gap: 10px; }

.mz-cats-scroll { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }

.mz-cat { background: #fff; border: 1px solid #fed7aa; border-radius: 999px; padding: 8px 14px; text-decoration: none; color: inherit; font-weight: 600; white-space: nowrap; }

.mz-cat small { color: #78716c; font-weight: 400; }

.mz-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 16px; }

.mz-card { position: relative; background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #ffedd5; box-shadow: 0 8px 24px rgba(234,88,12,.06); transition: transform .15s, box-shadow .15s; }

.mz-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(234,88,12,.1); }

.mz-card-img { aspect-ratio: 1; background: #ffedd5; position: relative; overflow: hidden; }

.mz-card-img-link { display: block; width: 100%; height: 100%; }

.mz-card-img img { width: 100%; height: 100%; object-fit: cover; }

.mz-card-badges { position: absolute; top: 10px; left: 10px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; pointer-events: none; }

.mz-badge { display: inline-block; color: #fff; font-size: .68rem; padding: 4px 10px; border-radius: 999px; font-weight: 700; letter-spacing: .02em; line-height: 1.2; }

.mz-badge-indirim { background: #a16207; }

.mz-badge-yeni { background: #166534; }

.mz-badge-one { background: var(--mz-accent,#ea580c); }

.mz-badge-kampanya { background: #1e293b; }

.mz-card-body { display: block; text-decoration: none; color: inherit; }

.mz-card h3 { font-size: .95rem; margin: 10px 12px 4px; line-height: 1.3; min-height: 2.5em; }

.mz-card-cat { margin: 0 12px; font-size: .8rem; }

.mz-price { margin: 0 12px 12px; font-weight: 800; color: var(--mz-accent,#ea580c); display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; }

.mz-price-old { font-size: .82rem; font-weight: 600; color: #a8a29e; text-decoration: line-through; }

.mz-price-now { font-size: 1rem; }

.mz-price-lg { font-size: 1.5rem; margin: 8px 0; }

.mz-wishlist-form { position: absolute; top: 8px; right: 8px; margin: 0; z-index: 3; }

.mz-wishlist-btn { background: rgba(255,255,255,.95); border: 0; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: #1c1917; box-shadow: 0 2px 8px rgba(0,0,0,.12); }

.mz-wishlist-btn:hover { color: #be123c; }

.mz-card-actions {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.mz-card:hover .mz-card-actions,
.mz-card:focus-within .mz-card-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mz-btn-cart {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(28, 25, 23, .92);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
  backdrop-filter: blur(6px);
  min-height: 34px;
  max-width: calc(100% - 42px);
}

.mz-btn-cart span { white-space: nowrap; }

.mz-btn-cart:hover { background: #000; }

.mz-btn-cart.is-loading { opacity: .7; pointer-events: none; }

.mz-btn-quick {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .95);
  color: #1c1917;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
  border: 1px solid rgba(255, 237, 213, .9);
}

.mz-btn-quick:hover { background: #fff; }

@media (hover: none) {
  .mz-card-actions { opacity: 1; transform: none; pointer-events: auto; }
  .mz-btn-cart { padding: 6px 10px; font-size: .68rem; min-height: 32px; }
  .mz-btn-quick { flex-basis: 32px; width: 32px; height: 32px; }
}

.mz-drawer-rec-card .mz-btn-cart {
  width: calc(100% - 16px);
  margin: 0 8px 8px;
  max-width: none;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: .72rem;
}

.mz-slide-product-cta {
  margin-top: 4px;
  padding: 8px 16px !important;
  font-size: .85rem !important;
  font-weight: 650;
  border-radius: 999px !important;
  min-height: 0 !important;
  box-shadow: 0 6px 16px rgba(234, 88, 12, .25);
}

@media (max-width: 900px) {
  .mz-slide-product-cta {
    padding: 6px 12px !important;
    font-size: .78rem !important;
  }
  .mz-slide-product-copy h2 { margin-bottom: 4px; }
  .mz-slide-product-price { margin-bottom: 8px; }
  .mz-slide-product-price-current { font-size: clamp(1rem, 3.6vw, 1.2rem); }
}

/* Sepet çekmecesi */
.mz-drawer-backdrop { position: fixed; inset: 0; background: rgba(28,25,23,.45); z-index: 80; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }

.mz-drawer-backdrop.is-open { opacity: 1; visibility: visible; }

.mz-drawer { position: fixed; top: 0; right: 0; width: min(420px, 100%); height: 100%; background: #fff; z-index: 90; box-shadow: -12px 0 40px rgba(0,0,0,.18); transform: translateX(100%); transition: transform .25s ease; display: flex; flex-direction: column; }

.mz-drawer.is-open { transform: translateX(0); }

.mz-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid #ffedd5; }

.mz-drawer-head h2 { margin: 0; font-size: 1.1rem; }

.mz-drawer-close { background: transparent; border: 0; font-size: 1.4rem; cursor: pointer; line-height: 1; padding: 4px 8px; }

.mz-drawer-body { flex: 1; overflow: auto; padding: 14px 18px; }

.mz-drawer-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f4; }

.mz-drawer-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; background: #ffedd5; }

.mz-drawer-item-meta { min-width: 0; }

.mz-drawer-item-meta strong { display: block; font-size: .88rem; line-height: 1.3; }

.mz-drawer-item-meta span { font-size: .8rem; color: #78716c; }

.mz-drawer-empty { color: #78716c; padding: 24px 0; text-align: center; }

.mz-drawer-summary { padding: 12px 0; font-size: .92rem; }

.mz-drawer-summary-row { display: flex; justify-content: space-between; margin: 4px 0; }

.mz-drawer-summary-row.is-discount { color: #166534; }

.mz-drawer-footer { padding: 14px 18px 18px; border-top: 1px solid #ffedd5; display: flex; flex-direction: column; gap: 8px; }

.mz-drawer-footer .mz-btn { text-align: center; text-decoration: none; }

.mz-drawer-rec { margin-top: 20px; padding-top: 16px; border-top: 1px solid #ffedd5; }

.mz-drawer-rec h3 { margin: 0 0 10px; font-size: .95rem; }

.mz-drawer-rec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.mz-drawer-rec-card { border: 1px solid #ffedd5; border-radius: 10px; overflow: hidden; background: #fffaf5; }

.mz-drawer-rec-card a { display: block; text-decoration: none; color: inherit; }

.mz-drawer-rec-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #ffedd5; }

.mz-drawer-rec-card p { margin: 6px 8px; font-size: .78rem; line-height: 1.3; min-height: 2.4em; }

.mz-drawer-rec-card .mz-price { margin: 0 8px 8px; font-size: .85rem; }

.mz-drawer-rec-card .mz-btn-cart { width: calc(100% - 16px); margin: 0 8px 8px; padding: 8px; font-size: .75rem; }

.mz-cart-link { cursor: pointer; }

.mz-shop-layout { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }

.mz-sidebar { background: #fff; border-radius: 12px; padding: 16px; border: 1px solid #ffedd5; position: sticky; top: 80px; }

.mz-filter-form h3 { margin: 16px 0 8px; font-size: .9rem; text-transform: uppercase; letter-spacing: .04em; color: #78716c; }

.mz-filter-form h3:first-child { margin-top: 0; }

.mz-filter-opt { display: block; margin: 6px 0; font-size: .92rem; cursor: pointer; }

.mz-filter-row { display: flex; gap: 8px; margin-bottom: 8px; }

.mz-filter-row input { width: 100%; padding: 8px; border: 1px solid #fdba74; border-radius: 8px; font: inherit; }

.mz-toolbar { margin-bottom: 16px; }

.mz-sort-form select { padding: 8px 12px; border: 1px solid #fdba74; border-radius: 8px; font: inherit; }

.mz-pagination { display: flex; gap: 6px; margin-top: 20px; flex-wrap: wrap; }

.mz-pagination a, .mz-pagination span { padding: 6px 12px; border-radius: 8px; text-decoration: none; color: inherit; border: 1px solid #fed7aa; background: #fff; }

.mz-pagination .is-active { background: var(--mz-accent,#ea580c); color: #fff; border-color: transparent; }

.mz-breadcrumb { font-size: .88rem; color: #78716c; margin-bottom: 16px; }

.mz-breadcrumb a { color: var(--mz-accent,#ea580c); }

.mz-product { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }

.mz-product-img { background: #ffedd5; border-radius: 16px; overflow: hidden; min-height: 280px; }

.mz-product-img img { width: 100%; display: block; }

.mz-gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }

.mz-gallery-thumb { border: 2px solid transparent; border-radius: 8px; padding: 0; background: none; cursor: pointer; overflow: hidden; width: 64px; height: 64px; }

.mz-gallery-thumb.is-active { border-color: var(--mz-accent,#ea580c); }

.mz-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

.mz-add-cart { display: flex; gap: 10px; align-items: end; flex-wrap: wrap; margin: 16px 0; }

.mz-share { display: flex; gap: 12px; align-items: center; margin: 16px 0; font-size: .9rem; }

.mz-share a { color: var(--mz-accent,#ea580c); }

.mz-stock { font-weight: 600; color: #166534; }

.mz-checkout-layout { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }

.mz-summary { background: #fff; border: 1px solid #ffedd5; border-radius: 12px; padding: 20px; position: sticky; top: 80px; }

.mz-checkout-steps { display: flex; gap: 16px; margin-bottom: 24px; font-size: .9rem; font-weight: 600; color: #78716c; }

.mz-checkout-steps span.is-done { color: var(--mz-accent,#ea580c); }

.mz-shipping-progress { margin: 12px 0; }

.mz-progress-bar { height: 8px; background: #ffedd5; border-radius: 999px; overflow: hidden; }

.mz-progress-bar span { display: block; height: 100%; background: var(--mz-accent,#ea580c); border-radius: 999px; }

.mz-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }

.mz-table th, .mz-table td { padding: 10px; border-bottom: 1px solid #ffedd5; text-align: left; }

.mz-form { display: grid; gap: 12px; max-width: 480px; background: #fff; padding: 20px; border-radius: 12px; border: 1px solid #ffedd5; }

.mz-form-wide { max-width: none; }

.mz-form-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }

.mz-form label { display: grid; gap: 4px; font-weight: 600; font-size: .92rem; }

.mz-form input, .mz-form textarea, .mz-form select { padding: 10px; border: 1px solid #fdba74; border-radius: 8px; font: inherit; }

.mz-form fieldset { border: 1px solid #fed7aa; border-radius: 8px; padding: 12px; }

.mz-alert { padding: 10px 16px; text-align: center; }

.mz-alert-err { background: #fee2e2; color: #991b1b; }

.mz-alert-ok { background: #dcfce7; color: #166534; }

.mz-muted { color: #78716c; }

.mz-box { background: #fff; border: 1px dashed #fb923c; border-radius: 12px; padding: 16px; margin: 16px 0; }

.mz-inline { display: inline-flex; gap: 6px; align-items: center; }

.mz-link { background: none; border: 0; color: var(--mz-accent,#ea580c); cursor: pointer; text-decoration: underline; font: inherit; }

.mz-total { font-size: 1.1rem; }

.mz-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.mz-why-grid > div { background: #fff; border-radius: 12px; padding: 16px; border: 1px solid #ffedd5; }

.mz-payment-frame { background: #fff; border-radius: 12px; padding: 12px; border: 1px solid #ffedd5; }

.mz-footer { padding: 28px 0; color: #78716c; font-size: .9rem; border-top: 1px solid #fed7aa; margin-top: 24px; }

.mz-footer-grid { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.mz-footer a { color: var(--mz-accent,#ea580c); text-decoration: none; }

.mz-footer-rich { padding: 0; background: #2b3445; color: #c7cedb; border-top: 0; margin-top: 32px; }

.mz-footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding: 40px 0 28px; }

.mz-footer-col { text-align: center; }

.mz-footer-brand { text-align: left; }

.mz-footer-col h4 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 14px; position: relative; padding-bottom: 8px; }

.mz-footer-col h4::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 56px; height: 2px; background: #59749c; border-radius: 2px; }

.mz-footer-brand h4::after { left: 0; transform: none; }

.mz-footer-brand-text { display: block; color: #fff; font-size: 1.5rem; font-weight: 300; margin-bottom: 12px; }

.mz-footer-brand .mz-footer-logo { filter: brightness(0) invert(1); max-height: 44px; margin-bottom: 12px; }

.mz-footer-col p { margin: 6px 0; line-height: 1.5; font-size: .9rem; }

.mz-footer-col strong { color: #fff; }

.mz-footer-muted { color: #9aa6b8; }

.mz-footer-col ul { list-style: none; margin: 0; padding: 0; }

.mz-footer-col li { margin: 8px 0; }

.mz-footer-col a { color: #b9c2d0; text-decoration: none; font-size: .9rem; }

.mz-footer-col a:hover { color: #fff; text-decoration: underline; }

.mz-footer-socials { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }

.mz-footer-social { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-size: .78rem; text-decoration: none; }

.mz-footer-social:hover { background: var(--mz-accent,#ea580c); color: #fff; }

.mz-footer-wa { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff !important; font-weight: 700; padding: 10px 18px; border-radius: 8px; margin-top: 8px; text-decoration: none; }

.mz-footer-wa:hover { background: #1ebe5a; }

.mz-footer-payments { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; }

.mz-pay-badge { font-size: .68rem; font-weight: 700; padding: 4px 8px; border-radius: 4px; background: #fff; border: 0; color: #1c2331; }

.mz-pay-visa { color: #1a1f71; }

.mz-footer-newsletter { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); }

.mz-footer-newsletter-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

.mz-footer-newsletter-title { color: #fff; font-weight: 700; white-space: nowrap; }

.mz-newsletter-form { flex: 1; min-width: 260px; }

.mz-newsletter-form .mz-legal-check { color: #c7cedb; font-size: .85rem; }

.mz-newsletter-compact {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mz-newsletter-compact input[type="email"],
.mz-newsletter-compact input[type="tel"] {
    flex: 1 1 140px;
    min-width: 140px;
    max-width: 220px;
    padding: 9px 12px;
    border: 1px solid #fdba74;
    border-radius: 8px;
}

.mz-newsletter-compact .mz-newsletter-kvkk {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    white-space: nowrap;
    color: #fff;
    font-size: .85rem;
}

.mz-newsletter-compact .mz-btn {
    flex: 0 0 auto;
    padding: 9px 18px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.mz-bot-koruma {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.mz-review-login-warn {
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 8px;
    padding: 12px 14px;
    color: #9a3412;
}

.mz-form-narrow { max-width: 420px; }

.mz-auth h1 { margin-bottom: 12px; }

.mz-account-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.mz-order-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.mz-order-card {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffedd5;
    border-radius: 12px;
    padding: 14px 16px;
}

.mz-order-card .mz-muted { display: block; font-size: .85rem; margin-top: 4px; }

.mz-order-status {
    display: inline-block;
    background: #fff7ed;
    color: #9a3412;
    font-size: .82rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 8px;
}

.mz-order-items {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ffedd5;
    border-radius: 12px;
}

.mz-order-items li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #ffedd5;
}

.mz-order-items li:last-child { border-bottom: 0; }

@media (max-width: 720px) {
    .mz-order-card {
        grid-template-columns: 1fr;
    }
}

.mz-footer-bar { border-top: 0; padding: 14px 0; font-size: .85rem; background: rgba(0,0,0,.18); text-align: center; color: #9aa6b8; }

.mz-footer-bar-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 18px; }

.mz-footer-powered { font-size: .8rem; opacity: .85; }

.mz-footer-powered a { color: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

.mz-footer-powered a:hover { opacity: 1; color: #cbd5e1; }

.tr-location-picker select { width: 100%; padding: 10px; border: 1px solid #fdba74; border-radius: 8px; font: inherit; background: #fff; }

.mz-legal-consents { margin: 20px 0; padding: 16px; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 12px; }

.mz-legal-check { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; font-size: .92rem; cursor: pointer; }

.mz-legal-check input { margin-top: 3px; flex-shrink: 0; }

.mz-legal-page { background: #fff; border-radius: 12px; padding: 24px; border: 1px solid #ffedd5; }

.mz-legal-body { line-height: 1.65; color: #44403c; }

.mz-legal-body p { margin: 0 0 12px; }

.mz-reviews { list-style: none; margin: 0; padding: 0; }

.mz-review { background: #fff; border: 1px solid #ffedd5; border-radius: 10px; padding: 14px; margin-bottom: 10px; }

.mz-review span { color: #ea580c; font-size: .88rem; margin-left: 8px; }

.mz-newsletter-row { display: flex; gap: 8px; margin: 8px 0; flex-wrap: wrap; }

.mz-newsletter-row input { flex: 1; min-width: 200px; padding: 10px; border: 1px solid #fdba74; border-radius: 8px; }

.mz-newsletter-form .mz-legal-check { font-size: .82rem; display: flex; gap: 8px; align-items: flex-start; }

@media (max-width: 900px) {

  .mz-trust, .mz-why-grid, .mz-product, .mz-shop-layout, .mz-checkout-layout, .mz-form-row, .mz-footer-main { grid-template-columns: 1fr; }

  .mz-sidebar, .mz-summary { position: static; }

  .mz-header-inner { justify-content: flex-start; }

  .mz-search { order: 3; max-width: 100%; width: 100%; flex: 1 1 100%; }

  .mz-mobile-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .mz-header-nav { display: none; }

  /* Body scroll kilitliyken menü kendi içinde kayabilsin */
  .mz-header-nav.is-open {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--mz-mobile-nav-top, 64px);
    bottom: 0;
    z-index: 95;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #fff;
    border-top: 1px solid #ffedd5;
    padding: 0 12px calc(28px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 16px 40px rgba(28, 25, 23, .12);
  }

  .mz-header-nav ul { flex-direction: column; align-items: stretch; padding: 8px 0 12px; min-height: 0; }

  .mz-header-nav a { border-bottom: 1px solid #ffedd5; border-radius: 0; white-space: normal; }

  .mz-nav-has-sub > .mz-nav-sub {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 12px;
    background: #fff7ed;
  }

  .mz-nav-has-sub2 > .mz-nav-sub2 {
    margin-left: 0;
    padding-left: 12px;
    background: #ffedd5;
  }

  .mz-nav-sub a { border-bottom: 1px solid #ffedd5; }

  .mz-slide-product-inner { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; min-height: 320px; padding: 16px 0 40px; }

  .mz-slide-product-visual { grid-column: 1; grid-row: 1; }

  .mz-slide-product-copy { grid-column: 2; grid-row: 1; min-width: 0; }

  .mz-slide-product-frame { width: 112px; max-width: 112px; padding: 8px; border-radius: 14px; }

  .mz-slide-product-copy h2 { font-size: clamp(.9rem, 3.8vw, 1.05rem); max-width: none; }

  .mz-slide-product-category { display: none; }

  .mz-footer-brand { text-align: center; }

  .mz-newsletter-compact .mz-footer-newsletter-title { width: 100%; }

  .mz-newsletter-compact input[type="email"],
  .mz-newsletter-compact input[type="tel"] { max-width: none; }

  .mz-footer-col h4::after { left: 50%; transform: translateX(-50%); }

  .mz-footer-socials { justify-content: center; }

}

/* ——— Mobile / PWA polish ——— */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

.mz-body {
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

.mz-scroll-lock,
.mz-nav-open { overflow: hidden; }

.mz-nav-mobile-only { display: none; }

.mz-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.mz-push-toast {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top, 0px));
  left: 50%;
  z-index: 120;
  width: min(420px, calc(100vw - 24px));
  transform: translate(-50%, -120%);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), opacity .28s ease;
}

.mz-push-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.mz-push-toast.is-hiding {
  transform: translate(-50%, -120%);
  opacity: 0;
  pointer-events: none;
}

.mz-push-toast-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
  padding: 14px 40px 14px 14px;
  background: #fff;
  color: #1c1917;
  border-radius: 16px;
  border: 1px solid #e7e5e4;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
}

.mz-push-toast-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  color: var(--mz-accent, #ea580c);
}

.mz-push-toast-title {
  display: block;
  font-size: .95rem;
  margin-bottom: 2px;
}

.mz-push-toast-text {
  margin: 0;
  font-size: .82rem;
  color: #78716c;
  line-height: 1.4;
}

.mz-push-toast-steps {
  margin: 8px 0 0;
  padding: 0 0 0 1.1rem;
  font-size: .78rem;
  color: #57534e;
  line-height: 1.45;
}

.mz-push-toast-steps li + li {
  margin-top: 3px;
}

.mz-push-toast-actions {
  grid-column: 2;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}

.mz-push-toast-btn {
  border: 0;
  background: var(--mz-accent, #ea580c);
  color: #fff;
  font: inherit;
  font-size: .82rem;
  font-weight: 650;
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.mz-push-toast-btn:hover { filter: brightness(.95); }

.mz-push-toast-later {
  border: 0;
  background: transparent;
  color: #78716c;
  font: inherit;
  font-size: .82rem;
  font-weight: 600;
  padding: 7px 8px;
  cursor: pointer;
}

.mz-push-toast-later:hover { color: #1c1917; }

.mz-push-toast-x {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #a8a29e;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.mz-push-toast-x:hover {
  background: #f5f5f4;
  color: #1c1917;
}

.mz-mobile-cart-bar {
  display: none;
}

@media (max-width: 900px) {
  input, select, textarea, .mz-search input {
    font-size: 16px !important;
  }

  .mz-btn,
  .mz-btn-outline,
  .mz-mobile-menu-toggle,
  .mz-drawer-close {
    min-height: 44px;
    min-width: 44px;
  }

  .mz-drawer {
    height: 100dvh;
    height: 100vh;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .mz-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mz-header-inner {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .mz-header-inner .mz-search {
    display: none;
  }

  .mz-nav-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
  }

  .mz-nav-actions .mz-nav-account,
  .mz-nav-actions .mz-nav-secondary {
    display: none;
  }

  .mz-nav-actions .mz-cart {
    font-size: .85rem;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .mz-nav-mobile-only {
    display: block;
    width: 100%;
    border-bottom: 2px solid #fed7aa;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }

  .mz-nav-mobile-only a {
    display: block;
  }

  .mz-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mz-mobile-cart-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
    background: var(--mz-accent, #ea580c);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 -4px 20px rgba(0,0,0,.15);
  }

  .mz-mobile-cart-bar em {
    background: rgba(0,0,0,.2);
    border-radius: 999px;
    padding: 4px 10px;
    font-style: normal;
  }

  .mz-main {
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0));
  }

  .mz-body:has(.mz-mobile-cart-bar) .mz-main {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .mz-wrap { padding-left: 14px; padding-right: 14px; }

  .mz-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
  }

  .mz-nav-actions a {
    font-size: .82rem;
    padding: 6px 8px;
  }

  .mz-header-nav a {
    padding: 8px 10px;
    font-size: .84rem;
  }

  .mz-search { max-width: 220px; }
}


