html, body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100% !important;
    font-family: Peyda, Tahoma, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.meuca-public-menu {
    --mpm-gold: #d7b15e;
    --mpm-black: #101112;
    --mpm-black-soft: #171819;
    --mpm-cream: #fbf4e8;
    --mpm-brown: #9d6f53;
    --mpm-green: #0d2c1f;
    --mpm-green-dark: #071d14;
    --mpm-shadow: 0 22px 70px rgba(0, 0, 0, .16);
    min-height: 100vh !important;
    color: var(--mpm-product-name-color, #021c0a) !important;
    background: var(--mpm-menu-bg-color, #f7fbfb) !important;
    overflow-x: hidden !important;
}

.mpm-app, .mpm-app * {
    box-sizing: border-box;
    font-family: Peyda, Tahoma, Arial, sans-serif !important;
}

.mpm-app {
    width: min(100%, 520px);
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 20px 18px 96px;
}

.mpm-template-black .mpm-app {
    background: radial-gradient(circle at 50% -10%, rgba(215, 177, 94, .18), transparent 30%), linear-gradient(180deg, #111213, #070707 88%);
    color: #f4dfad;
}

.mpm-template-cream .mpm-app {
    background: #fff8ec;
    color: #4b3226;
}

.mpm-template-green .mpm-app {
    background: linear-gradient(180deg, #123423, #082418 94%);
    color: #e6ca79;
}

.mpm-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .9;
}

.mpm-template-cream .mpm-bg-decor:before,
.mpm-template-cream .mpm-bg-decor:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(.2px);
}

.mpm-template-cream .mpm-bg-decor:before {
    width: 180px;
    height: 180px;
    top: -70px;
    right: -35px;
    background: rgba(232, 202, 160, .38);
    box-shadow: -190px 55px 0 rgba(175, 200, 168, .28), -50px 430px 0 rgba(231, 174, 166, .26), -230px 690px 0 rgba(173, 197, 162, .22);
}

.mpm-template-cream .mpm-bg-decor:after {
    width: 260px;
    height: 260px;
    bottom: -135px;
    left: -95px;
    background: rgba(244, 186, 174, .24);
}

.mpm-template-green .mpm-bg-decor:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 100%;
    opacity: .42;
    background-image: repeating-linear-gradient(145deg, rgba(215,177,94,.2) 0 1px, transparent 1px 42px), linear-gradient(90deg, rgba(215,177,94,.35), transparent);
    border-left: 1px solid rgba(215,177,94,.38);
}

.mpm-template-black .mpm-bg-decor:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.03) 0 1px, transparent 2px), radial-gradient(circle at 70% 80%, rgba(215,177,94,.06), transparent 28%);
}

.mpm-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

.mpm-icon-btn, .mpm-language, .mpm-cat-btn, .mpm-plus, .mpm-add-order, .mpm-modal-close, .mpm-qty-row button {
    appearance: none !important;
    border: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
}

.mpm-icon-btn {
    width: 38px;
    height: 38px;
    background: transparent !important;
    display: inline-grid;
    place-items: center;
    gap: 4px;
    padding: 8px !important;
}

.mpm-icon-btn span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    display: block;
}

.mpm-template-black .mpm-icon-btn span,
.mpm-template-green .mpm-icon-btn span { background: var(--mpm-gold); }
.mpm-template-cream .mpm-icon-btn span { background: var(--mpm-brown); }

.mpm-language {
    min-height: 34px;
    border-radius: 999px !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    background: transparent !important;
}

.mpm-template-black .mpm-language,
.mpm-template-green .mpm-language {
    color: var(--mpm-gold) !important;
    border: 1px solid rgba(215,177,94,.55) !important;
}

.mpm-template-cream .mpm-language {
    color: var(--mpm-brown) !important;
    border: 1px solid rgba(157,111,83,.24) !important;
    background: rgba(255,255,255,.54) !important;
}

.mpm-brand {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 18px 10px 14px;
}

.mpm-logo-img, .mpm-logo-mark {
    width: 76px;
    height: 76px;
    margin: 0 auto 10px;
    border-radius: 50%;
    object-fit: contain;
    display: grid;
    place-items: center;
}

.mpm-logo-mark {
    font-size: 34px;
    font-weight: 900;
}

.mpm-template-black .mpm-logo-mark {
    border: 2px solid var(--mpm-gold);
    color: var(--mpm-gold);
    box-shadow: 0 0 0 8px rgba(215,177,94,.08);
}

.mpm-template-green .mpm-logo-mark {
    border: 2px solid rgba(215,177,94,.72);
    color: var(--mpm-gold);
}

.mpm-template-cream .mpm-logo-mark {
    background: rgba(157,111,83,.1);
    color: var(--mpm-brown);
}

.mpm-brand h1 {
    margin: 0;
    font-size: clamp(30px, 9vw, 48px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.04em;
}

.mpm-template-black .mpm-brand h1,
.mpm-template-green .mpm-brand h1 { color: var(--mpm-gold); }
.mpm-template-cream .mpm-brand h1 { color: var(--mpm-brown); }

.mpm-brand p {
    margin: 8px 0 0;
    font-size: var(--mpm-logo-subtitle-size, 12px);
    font-weight: 800;
    color: var(--mpm-logo-subtitle-color, #7a8f94);
}

.mpm-categories {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 8px 0 14px;
    margin: 4px 0 8px;
}
.mpm-categories::-webkit-scrollbar { display: none; }

.mpm-cat-btn {
    flex: 0 0 auto;
    min-height: 42px;
    border-radius: 999px !important;
    padding: 9px 18px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.mpm-template-black .mpm-cat-btn,
.mpm-template-green .mpm-cat-btn {
    background: transparent !important;
    border: 1px solid rgba(215,177,94,.55) !important;
    color: var(--mpm-gold) !important;
}
.mpm-template-black .mpm-cat-btn.is-active,
.mpm-template-green .mpm-cat-btn.is-active {
    background: var(--mpm-category-button-color, #d7b15e) !important;
    color: var(--mpm-button-text-color, #ffffff) !important;
}
.mpm-template-cream .mpm-cat-btn {
    background: rgba(255,255,255,.48) !important;
    color: var(--mpm-brown) !important;
    border: 1px solid rgba(157,111,83,.12) !important;
}
.mpm-template-cream .mpm-cat-btn.is-active {
    background: var(--mpm-category-button-color, #9d6f53) !important;
    color: var(--mpm-button-text-color, #ffffff) !important;
}

.mpm-section-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 18px 0 14px;
}
.mpm-section-title span { height: 1px; opacity: .55; }
.mpm-section-title strong { font-size: 14px; font-weight: 900; white-space: nowrap; }
.mpm-template-black .mpm-section-title span,
.mpm-template-green .mpm-section-title span { background: var(--mpm-gold); }
.mpm-template-cream .mpm-section-title span { background: rgba(157,111,83,.28); }

.mpm-featured-grid, .mpm-product-list {
    display: grid;
    gap: 12px;
}
.mpm-template-cream .mpm-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.mpm-product-card {
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--mpm-product-border-color, rgba(215,177,94,.38));
    background: var(--mpm-product-bg-color, rgba(255,255,255,.06));
    overflow: hidden;
    display: grid;
    gap: 12px;
    padding: 12px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.mpm-product-card:active { transform: scale(.99); }

.mpm-template-black .mpm-product-card,
.mpm-template-green .mpm-product-card {
    background: rgba(255,255,255,.035);
    border-color: rgba(215,177,94,.36);
}
.mpm-template-cream .mpm-product-card {
    background: rgba(255,255,255,.58);
    border-color: rgba(157,111,83,.14);
    box-shadow: 0 12px 30px rgba(157,111,83,.08);
}

.mpm-product-card.is-featured {
    grid-template-columns: 120px 1fr;
    align-items: center;
}
.mpm-template-cream .mpm-product-card.is-featured {
    grid-template-columns: 1fr;
}

.mpm-product-image {
    position: relative;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 104px;
}
.mpm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    display: block;
}
.mpm-product-image span:not(.mpm-badge) { color: var(--mpm-description-color, #60757a); font-size: 12px; }

.mpm-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 999px;
    padding: 5px 9px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.mpm-badge i { font-style: normal; }
.mpm-badge-new { background: #e5f7eb; color: #12823a; }
.mpm-badge-daily { background: #ffe9e9; color: #c93434; }
.mpm-badge-popular { background: #f1eaff; color: #6d48b8; }

.mpm-product-content { min-width: 0; }
.mpm-product-content h3 {
    margin: 0 0 6px;
    color: var(--mpm-product-name-color, currentColor);
    font-size: var(--mpm-product-name-size, 15px);
    font-weight: 900;
    line-height: 1.55;
}
.mpm-product-content p {
    margin: 0 0 10px;
    color: var(--mpm-description-color, #60757a);
    font-size: var(--mpm-description-size, 12px);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mpm-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.mpm-price-row strong {
    color: var(--mpm-price-color, #0b6a78);
    font-size: var(--mpm-price-size, 15px);
    font-weight: 900;
    white-space: nowrap;
}
.mpm-price-row del {
    color: var(--mpm-description-color, #60757a);
    opacity: .7;
    font-size: 11px;
}
.mpm-plus {
    width: 34px;
    height: 34px;
    border-radius: 999px !important;
    background: var(--mpm-order-button-color, #00616f) !important;
    color: var(--mpm-button-text-color, #fff) !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.mpm-product-group { display: none; }
.mpm-product-group.is-active { display: block; }

.mpm-empty-menu {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    padding: 34px 22px;
    text-align: center;
    background: rgba(255,255,255,.08);
    border: 1px dashed rgba(215,177,94,.35);
}
.mpm-empty-menu h2 { margin: 0 0 8px; font-size: 22px; }
.mpm-empty-menu p { margin: 0; color: var(--mpm-description-color, #60757a); line-height: 1.9; }

.mpm-product-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}
.mpm-product-modal.is-open { display: block; }
.mpm-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(8px);
}
.mpm-modal-sheet {
    position: absolute;
    right: 50%;
    bottom: 16px;
    transform: translateX(50%) translateY(18px);
    width: min(520px, calc(100vw - 24px));
    max-height: calc(100vh - 34px);
    overflow: auto;
    border-radius: 30px;
    padding: 18px;
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}
.mpm-product-modal.is-open .mpm-modal-sheet {
    transform: translateX(50%) translateY(0);
    opacity: 1;
}
.mpm-template-black .mpm-modal-sheet,
.mpm-template-green .mpm-modal-sheet {
    background: #0f1412;
    color: var(--mpm-gold);
    border: 1px solid rgba(215,177,94,.42);
}
.mpm-template-cream .mpm-modal-sheet {
    background: #fff8ec;
    color: var(--mpm-brown);
}
.mpm-modal-close {
    width: 38px;
    height: 38px;
    border-radius: 999px !important;
    background: rgba(255,255,255,.12) !important;
    color: currentColor !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
}
.mpm-modal-image {
    min-height: 220px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    display: grid;
    place-items: center;
}
.mpm-modal-image img { width: 100%; height: 100%; max-height: 330px; object-fit: contain; padding: 14px; }
.mpm-modal-body { padding-top: 18px; }
.mpm-modal-title-row { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.mpm-modal-title-row h2 { margin: 0; color: var(--mpm-product-name-color, currentColor); font-size: 24px; line-height: 1.5; }
.mpm-modal-title-row strong { color: var(--mpm-price-color, currentColor); font-size: 20px; white-space: nowrap; }
.mpm-modal-body p { color: var(--mpm-description-color, #60757a); line-height: 1.9; margin: 8px 0 10px; }
.mpm-modal-badge { min-height: 28px; position: relative; }
.mpm-modal-badge .mpm-badge { position: static; }
.mpm-qty-row { display: flex; align-items: center; gap: 10px; margin: 14px 0; color: var(--mpm-cart-text-color, currentColor); font-size: var(--mpm-cart-size, 13px); font-weight: 900; }
.mpm-qty-row button { width: 34px; height: 34px; border-radius: 999px !important; background: transparent !important; color: currentColor !important; border: 1px solid currentColor !important; font-size: 20px !important; }
.mpm-add-order { width: 100%; min-height: 48px; border-radius: 16px !important; background: var(--mpm-order-button-color, #00616f) !important; color: var(--mpm-button-text-color, #fff) !important; font-weight: 900 !important; font-size: 14px !important; }
.mpm-cart-toast { position: fixed; right: 50%; bottom: 18px; transform: translateX(50%) translateY(20px); z-index: 100000; background: #023612; color: #fff; border-radius: 999px; padding: 12px 18px; box-shadow: 0 16px 40px rgba(2,54,18,.22); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-family: Peyda,Tahoma,Arial,sans-serif; font-weight: 900; }
.mpm-cart-toast.is-visible { opacity: 1; transform: translateX(50%) translateY(0); }

.mpm-animate { opacity: 0; animation-duration: .55s; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(.2,.75,.2,1); }
.mpm-fade-up { animation-name: mpmFadeUp; }
.mpm-fade-down { animation-name: mpmFadeDown; }
.mpm-fade-in { animation-name: mpmFadeIn; }
.mpm-product-card:nth-child(2) { animation-delay: .05s; }
.mpm-product-card:nth-child(3) { animation-delay: .1s; }
.mpm-product-card:nth-child(4) { animation-delay: .15s; }
@keyframes mpmFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mpmFadeDown { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mpmFadeIn { from { opacity: 0; } to { opacity: 1; } }

@media (min-width: 560px) {
    .mpm-app { border-left: 1px solid rgba(0,0,0,.06); border-right: 1px solid rgba(0,0,0,.06); box-shadow: var(--mpm-shadow); }
}

@media (max-width: 430px) {
    .mpm-app { padding: 16px 14px 92px; }
    .mpm-logo-img, .mpm-logo-mark { width: 66px; height: 66px; }
    .mpm-product-card.is-featured { grid-template-columns: 104px 1fr; }
    .mpm-template-cream .mpm-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .mpm-template-cream .mpm-product-card.is-featured { padding: 10px; }
    .mpm-template-cream .mpm-product-content p { display: none; }
}

/* v1.2.5 - Green public menu pattern alignment and category flow */
body.mpm-template-green {
    background: #eef2ef !important;
}

.mpm-template-green .mpm-app {
    background: #0b2c1e !important;
    color: #e3bf67 !important;
    padding: 20px 18px 96px 98px !important;
}

.mpm-template-green .mpm-bg-decor {
    opacity: 1 !important;
    z-index: 0 !important;
}

.mpm-template-green .mpm-bg-decor:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 84px;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(6, 38, 25, .24), rgba(6, 38, 25, .54)), url('../img/templates/green-botanical-bg.png') center / cover no-repeat !important;
    border-right: 1px solid rgba(227, 191, 103, .42);
    border-left: 0;
    box-shadow: inset -14px 0 24px rgba(0, 0, 0, .22), 10px 0 24px rgba(0, 0, 0, .10);
}

.mpm-template-green .mpm-bg-decor:after {
    content: "";
    position: absolute;
    inset: 0 0 0 84px;
    background: radial-gradient(circle at 72% -5%, rgba(38, 91, 62, .30), transparent 34%), linear-gradient(180deg, #0e3423 0%, #082417 100%);
    z-index: -1;
}

.mpm-template-green .mpm-header,
.mpm-template-green .mpm-brand,
.mpm-template-green .mpm-featured,
.mpm-template-green .mpm-green-browse-btn,
.mpm-template-green .mpm-green-category-chooser,
.mpm-template-green .mpm-product-sections,
.mpm-template-green .mpm-empty-menu {
    position: relative;
    z-index: 2;
}

.mpm-template-green .mpm-language {
    color: #e3bf67 !important;
    border-color: rgba(227, 191, 103, .72) !important;
    background: rgba(7, 43, 29, .50) !important;
}

.mpm-template-green .mpm-brand {
    padding-top: 22px;
}

.mpm-template-green .mpm-logo-img,
.mpm-template-green .mpm-logo-mark {
    width: 76px;
    height: 76px;
    border-radius: 999px;
    border: 2px solid rgba(227, 191, 103, .65);
    background: rgba(8, 49, 32, .68);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    padding: 8px;
}

.mpm-template-green .mpm-brand h1,
.mpm-template-green .mpm-brand p,
.mpm-template-green .mpm-section-title strong {
    color: #e3bf67 !important;
}

.mpm-template-green .mpm-default-categories {
    display: none !important;
}

.mpm-template-green .mpm-featured-grid,
.mpm-template-green .mpm-product-list {
    grid-template-columns: 1fr !important;
}

.mpm-template-green .mpm-product-card,
.mpm-template-green .mpm-product-card.is-featured {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 12px;
    background: rgba(8, 48, 31, .70) !important;
    border-color: rgba(227, 191, 103, .34) !important;
    box-shadow: 0 14px 28px rgba(0,0,0,.11);
}

.mpm-template-green .mpm-product-image {
    border-radius: 18px;
    background: rgba(2, 20, 13, .42);
    border: 1px solid rgba(227, 191, 103, .34);
    min-height: 102px;
}

.mpm-template-green .mpm-product-image img {
    object-fit: cover;
    padding: 0;
}

.mpm-template-green .mpm-product-content h3,
.mpm-template-green .mpm-price-row strong {
    color: #f0d071 !important;
}

.mpm-template-green .mpm-product-content p {
    color: rgba(238, 226, 185, .82) !important;
}

.mpm-template-green .mpm-plus {
    background: transparent !important;
    color: #e3bf67 !important;
    border: 0 !important;
    width: 28px;
    height: 28px;
    font-size: 0 !important;
}

.mpm-template-green .mpm-plus::before {
    content: '‹';
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.mpm-template-green .mpm-green-browse-btn,
.mpm-template-green .mpm-green-back-btn,
.mpm-template-green .mpm-green-category-tile {
    appearance: none !important;
    font-family: Peyda, Tahoma, Arial, sans-serif !important;
    border-radius: 18px !important;
    cursor: pointer !important;
    transition: transform .18s ease, opacity .18s ease, background .18s ease;
}

.mpm-template-green .mpm-green-browse-btn {
    width: 100%;
    min-height: 46px;
    margin: 14px 0 0;
    background: rgba(8, 48, 31, .58) !important;
    border: 1px solid rgba(227, 191, 103, .58) !important;
    color: #e3bf67 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.mpm-template-green .mpm-green-category-chooser {
    display: none;
    padding-top: 12px;
}

.mpm-template-green .mpm-green-category-chooser h2 {
    margin: 0 0 14px;
    color: #e3bf67;
    font-size: 20px;
    line-height: 1.5;
}

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

.mpm-template-green .mpm-green-category-tile {
    min-height: 54px;
    padding: 12px 10px !important;
    background: rgba(8, 48, 31, .70) !important;
    border: 1px solid rgba(227, 191, 103, .42) !important;
    color: #e3bf67 !important;
    font-weight: 900 !important;
    font-size: 13px !important;
}

.mpm-template-green .mpm-green-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 15px !important;
    margin: 0 0 14px;
    background: rgba(227, 191, 103, .16) !important;
    border: 1px solid rgba(227, 191, 103, .44) !important;
    color: #e3bf67 !important;
    font-weight: 900 !important;
}

.mpm-template-green .mpm-product-sections {
    display: none;
}

.mpm-template-green .mpm-green-flow-categories .mpm-featured,
.mpm-template-green .mpm-green-flow-categories .mpm-green-browse-btn,
.mpm-template-green .mpm-green-flow-product .mpm-featured,
.mpm-template-green .mpm-green-flow-product .mpm-green-browse-btn,
.mpm-template-green .mpm-green-flow-product .mpm-green-category-chooser {
    display: none !important;
}

.mpm-template-green .mpm-green-flow-categories .mpm-green-category-chooser {
    display: block !important;
    animation: mpmFadeUp .45s cubic-bezier(.2,.75,.2,1) both;
}

.mpm-template-green .mpm-green-flow-product .mpm-product-sections {
    display: block !important;
    animation: mpmFadeUp .45s cubic-bezier(.2,.75,.2,1) both;
}

.mpm-template-green .mpm-empty-menu {
    background: rgba(8, 48, 31, .60) !important;
    border-color: rgba(227, 191, 103, .45) !important;
}

.mpm-template-green .mpm-empty-menu h2 {
    color: #e3bf67 !important;
}

@media (max-width: 430px) {
    .mpm-template-green .mpm-app {
        padding-left: 78px !important;
        padding-right: 14px !important;
    }
    .mpm-template-green .mpm-bg-decor:before {
        width: 64px;
    }
    .mpm-template-green .mpm-bg-decor:after {
        left: 64px;
    }
    .mpm-template-green .mpm-product-card,
    .mpm-template-green .mpm-product-card.is-featured {
        grid-template-columns: 92px 1fr;
    }
}
