.foodieco-sell-online-cta {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2147482500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 0 8px 8px 0;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.18);
    transform: translateY(-50%);
}

.foodieco-sell-online-cta:hover,
.foodieco-sell-online-cta:focus {
    color: #ffffff;
    text-decoration: none;
    background: #0f766e;
}

.foodieco-location-enhanced {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 34px;
    cursor: pointer;
}

.foodieco-location-pin {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #dc2626;
}

.foodieco-location-pin svg {
    width: 20px;
    height: 20px;
    display: block;
}

.foodieco-market-strip {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2147482990;
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.16);
}

.foodieco-market-strip--hidden {
    display: none;
}

.foodieco-market-strip__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 4px;
    color: #111827;
}

.foodieco-market-strip__head button,
.foodieco-market-back,
.foodieco-market-add,
.foodieco-market-checkout,
.foodieco-market-cart-row button {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.foodieco-market-strip__head button {
    width: 28px;
    height: 28px;
    background: #f3f4f6;
    color: #111827;
    font-size: 20px;
    line-height: 1;
}

.foodieco-market-strip__list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 12px 12px;
}

.foodieco-market-card {
    display: grid;
    grid-template-columns: 46px minmax(130px, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 10px;
    min-width: 230px;
    padding: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #111827;
    text-decoration: none;
    background: #ffffff;
}

.foodieco-market-card:hover,
.foodieco-market-card:focus {
    color: #111827;
    text-decoration: none;
    border-color: #0f766e;
}

.foodieco-market-card img {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 7px;
    background: #f3f4f6;
}

.foodieco-market-card strong,
.foodieco-market-card small,
.foodieco-market-card em {
    display: block;
}

.foodieco-market-card small {
    color: #6b7280;
}

.foodieco-market-card em,
.foodieco-market-inline-badge {
    justify-self: start;
    padding: 2px 7px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.foodieco-market-inline-badge {
    display: inline-flex;
    margin: 6px;
}

.foodieco-market-page {
    position: fixed;
    inset: 0;
    z-index: 2147482980;
    overflow-y: auto;
    background: #f8fafc;
    color: #111827;
}

.foodieco-market-loading,
.foodieco-market-error,
.foodieco-market-empty {
    padding: 28px 16px;
}

.foodieco-market-hero {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: flex-end;
    padding: 72px 16px 20px;
    color: #ffffff;
    background: #111827;
}

.foodieco-market-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.foodieco-market-hero > div,
.foodieco-market-back {
    position: relative;
    z-index: 1;
}

.foodieco-market-hero h1 {
    margin: 4px 0;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0;
}

.foodieco-market-hero p {
    max-width: 720px;
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.88);
}

.foodieco-market-hero span,
.foodieco-market-hero small {
    font-weight: 700;
}

.foodieco-market-back {
    position: absolute;
    top: 18px;
    left: 14px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    font-size: 20px;
}

.foodieco-market-items {
    max-width: 920px;
    padding: 16px;
    padding-bottom: 210px;
}

.foodieco-market-items h2 {
    margin: 18px 0 10px;
    font-size: 18px;
    letter-spacing: 0;
}

.foodieco-market-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.foodieco-market-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    background: #f3f4f6;
}

.foodieco-market-item h3 {
    margin: 0 0 3px;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0;
}

.foodieco-market-item p,
.foodieco-market-item small {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
}

.foodieco-market-add,
.foodieco-market-checkout {
    padding: 9px 12px;
    background: #0f766e;
    color: #ffffff;
    font-weight: 700;
}

.foodieco-market-cart {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.14);
}

.foodieco-market-cart h2 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
}

.foodieco-market-cart-row,
.foodieco-market-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.foodieco-market-cart-row small {
    display: block;
    color: #6b7280;
}

.foodieco-market-cart-row button {
    width: 28px;
    height: 28px;
    background: #fee2e2;
    color: #991b1b;
    font-size: 18px;
}

.foodieco-market-checkout {
    width: 100%;
    margin-top: 8px;
}

.foodieco-market-checkout:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .foodieco-sell-online-cta {
        top: auto;
        bottom: calc(88px + env(safe-area-inset-bottom));
        left: 0;
        min-height: 34px;
        max-width: 112px;
        padding: 0 10px;
        font-size: 12px;
        transform: none;
    }

    .foodieco-market-item {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .foodieco-market-item img {
        width: 58px;
        height: 58px;
    }

    .foodieco-market-item strong,
    .foodieco-market-add {
        grid-column: 2;
    }
}
