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

.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; animation: mz-ticker var(--ticker-duration,30s) linear infinite; }

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

@keyframes mz-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.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-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-link { display: block; text-decoration: none; color: inherit; }

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

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

.mz-badge { position: absolute; top: 8px; left: 8px; background: var(--mz-accent,#ea580c); color: #fff; font-size: .7rem; padding: 3px 8px; border-radius: 999px; font-weight: 700; }

.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); }

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

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

.mz-wishlist-btn { background: rgba(255,255,255,.9); border: 0; border-radius: 50%; width: 34px; height: 34px; cursor: pointer; font-size: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); }

.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-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; }

  .mz-header-nav.is-open { display: block; }

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

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

  .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; }

}

