/* Klasik masa QR (/table/) — QR2 ile aynı mobil UX (yeşil tema) */

.mobile-shell,
.to-phone-frame {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mobile-shell .vm-app-main .to-modal-overlay,
.mobile-shell .vm-app-shell .to-modal-overlay {
    position: absolute !important;
    inset: 0 !important;
    max-width: 100%;
}

.mobile-shell > .vm-app-shell {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-shell .vm-app-main {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mobile-shell .vm-app-main > .to-menu-page,
.mobile-shell .vm-app-main > .to-cart-page,
.mobile-shell .vm-app-main > .to-tracking-page,
.mobile-shell .vm-app-main > .to-favorites-page,
.mobile-shell .vm-app-main > .to-splash,
.mobile-shell .vm-app-main > .to-join-page,
.mobile-shell .vm-app-main > .to-error-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-shell .vm-app-shell > .to-bottom-nav,
.vm-phone-frame .vm-app-shell > .to-bottom-nav {
    flex-shrink: 0;
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    z-index: 250 !important;
}

.mobile-shell .vm-app-shell > .to-panel-overlay,
.vm-phone-frame .vm-app-shell > .to-panel-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: var(--to-bottom-nav-height, calc(4.5rem + env(safe-area-inset-bottom, 0px))) !important;
    z-index: 180 !important;
    max-width: 100%;
    touch-action: manipulation;
}

/* Masadaki kişiler paneli — liste kaydırılabilir, kartlar küçülüp sipariş kesilmesin */
.mobile-shell .to-people-panel,
.vm-phone-frame .to-people-panel {
    min-height: 0;
}

.mobile-shell .to-panel-list,
.vm-phone-frame .to-panel-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.mobile-shell .to-participant-card,
.vm-phone-frame .to-participant-card {
    flex-shrink: 0;
}

.mobile-shell .to-panel-split-bill,
.mobile-shell .to-panel-table-total,
.vm-phone-frame .to-panel-split-bill,
.vm-phone-frame .to-panel-table-total {
    flex-shrink: 0;
}

.mobile-shell .to-menu-items,
.mobile-shell .to-tracking-scroll,
.mobile-shell .to-favorites-page .to-menu-items,
.mobile-shell .to-cart-page {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-shell .to-menu-items::-webkit-scrollbar,
.mobile-shell .to-tracking-scroll::-webkit-scrollbar,
.mobile-shell .to-cart-page::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mobile-shell .to-tracking-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-shell .to-tracking-page {
    overflow: hidden;
}

.mobile-shell .to-menu-items {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-shell .to-cart-bar,
.mobile-shell .to-cart-actions {
    flex-shrink: 0;
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.mobile-shell .to-bottom-nav-item-fav .to-bottom-nav-icon-wrap {
    background: var(--to-mint, #d8f3dc);
}

.mobile-shell .to-bottom-nav-item-fav.active .to-bottom-nav-icon-wrap {
    background: var(--to-green-mid, #2d6a4f);
}

.mobile-shell .to-bottom-nav-item-fav .to-nav-svg {
    stroke: var(--to-green-mid, #2d6a4f);
}

.mobile-shell .to-bottom-nav-item-fav.active .to-nav-svg {
    stroke: #fff;
    fill: #fff;
}

/* Favori kalp — img-wrap içinde; yüzen kare görseli bozma */
.mobile-shell .to-menu-card-img-wrap .to-card-fav-btn {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 3;
}

/* ── Favori kalp ─────────────────────────────────────── */
.mobile-shell .vm-fav-btn,
.mobile-shell .to-card-fav-btn {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: none;
    background: #f8fafc;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color: #cbd5e1;
    transition: color 0.15s, background 0.15s, transform 0.15s;
    box-sizing: border-box;
    line-height: 0;
}

.mobile-shell .vm-fav-btn:active,
.mobile-shell .to-card-fav-btn:active {
    transform: scale(0.92);
}

.mobile-shell .vm-fav-btn.is-fav,
.mobile-shell .to-card-fav-btn.is-fav {
    color: var(--to-green-mid, #2d6a4f);
    background: var(--to-mint, #d8f3dc);
}

.mobile-shell .vm-fav-icon {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    pointer-events: none;
}

.mobile-shell .vm-fav-icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-shell .vm-fav-btn.is-fav .vm-fav-icon path,
.mobile-shell .to-card-fav-btn.is-fav .vm-fav-icon path {
    fill: currentColor;
    stroke: none;
}

/* ── Ürün detay modal (hero) ─────────────────────────── */
.mobile-shell .vm-product-detail-modal .to-modal {
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    padding: 0;
}

.mobile-shell .vm-product-detail-modal .vm-modal-hero {
    position: relative;
    width: 100%;
    padding: 0;
    background: #0f172a;
}

.mobile-shell .vm-product-detail-modal .vm-modal-hero-img,
.mobile-shell .vm-product-detail-modal .vm-modal-hero-video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: min(44dvh, 340px);
    min-height: 220px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    object-position: center center;
    background: #f1f5f9;
}

.mobile-shell .vm-product-detail-modal .vm-modal-hero-ph {
    width: 100%;
    height: min(36dvh, 260px);
    min-height: 180px;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    background: linear-gradient(180deg, var(--to-mint, #d8f3dc) 0%, #fff 100%);
}

.mobile-shell .vm-product-detail-modal .vm-fav-btn-hero {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.15);
}

.mobile-shell .vm-product-detail-modal .vm-fav-btn-hero .vm-fav-icon {
    width: 22px;
    height: 22px;
}

.mobile-shell .vm-product-detail-modal .to-modal-body {
    padding: 1rem 1.15rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mobile-shell .vm-product-detail-modal .to-modal-body .to-modal-name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
}

.mobile-shell .vm-product-detail-modal .to-modal-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--to-green-mid, #2d6a4f);
}

.mobile-shell .vm-modal-prep {
    font-size: 0.78rem;
    color: var(--to-text-muted, #64748b);
}

/* ── Sipariş özeti ───────────────────────────────────── */
.mobile-shell .vm-orders-summary {
    margin: 0.75rem 1rem 1.25rem;
    padding: 1rem 1.1rem;
    background: var(--to-surface, #fff);
    border: 1px solid var(--to-border, #e2e8e4);
    border-radius: var(--to-radius-lg, 20px);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.mobile-shell .vm-orders-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--to-text-muted, #64748b);
}

.mobile-shell .vm-orders-summary-row + .vm-orders-summary-row {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--to-border, #e2e8e4);
}

.mobile-shell .vm-orders-summary-primary {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--to-text, #0f172a);
}

.mobile-shell .vm-orders-summary-amount {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--to-text, #0f172a);
    white-space: nowrap;
}

.mobile-shell .vm-orders-summary-primary .vm-orders-summary-amount {
    font-size: 1.15rem;
    color: var(--to-green-mid, #2d6a4f);
}

/* ── Favoriler boş durum ─────────────────────────────── */
.mobile-shell .vm-favorites-empty {
    grid-column: 1 / -1;
    margin: 2rem 0 1rem;
    padding: 1.5rem 1rem;
    text-align: center;
    color: var(--to-text-muted, #64748b);
}

.mobile-shell .vm-favorites-empty-icon {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.75rem;
    color: var(--to-mint, #d8f3dc);
}

.mobile-shell .vm-favorites-empty p {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
}

.mobile-shell .vm-favorites-empty-hint {
    font-size: 0.8rem !important;
    margin-bottom: 1rem !important;
}

.mobile-shell .to-favorites-page .to-menu-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0.75rem 1rem 5.5rem;
}

/* ── Mobil müşteri UX (ortak) ─────────────────────────── */

.to-live-order-strip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: calc(100% - 1.5rem);
    margin: 0.35rem 0.75rem 0.5rem;
    padding: 0.55rem 0.75rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    color: #065f46;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: left;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.15);
}
.to-live-order-ready { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92400e; }
.to-live-order-preparing { background: linear-gradient(135deg, #e0f2fe, #bae6fd); color: #075985; }
.to-live-order-pending { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); color: #334155; }
.to-live-order-pulse {
    width: 8px; height: 8px; border-radius: 50%;
    background: currentColor;
    animation: to-live-pulse 1.4s ease infinite;
    flex-shrink: 0;
}
@keyframes to-live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}
.to-live-order-text { flex: 1; min-width: 0; }
.to-live-order-eta {
    font-size: 0.68rem;
    opacity: 0.85;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.55);
}
.to-live-order-arrow { opacity: 0.7; }

.to-service-fab {
    position: absolute;
    right: 0.85rem;
    bottom: calc(var(--to-bottom-nav-height, 4.5rem) + 0.75rem);
    z-index: 240;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}
.to-service-fab.is-dragging {
    z-index: 245;
}
.to-service-fab.is-dragging .to-service-fab-main {
    transform: scale(1.06);
    box-shadow: 0 10px 28px rgba(27, 67, 50, 0.42);
}
.to-service-fab-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.45rem);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-end;
    z-index: 1;
}
.to-service-fab-toast {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.45rem);
    z-index: 2;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.4rem 0.65rem;
    border-radius: 10px;
    max-width: 11rem;
    text-align: center;
}
.to-service-fab-main {
    position: relative;
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, var(--to-green-deep, #1b4332), var(--to-green-mid, #2d6a4f));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(27, 67, 50, 0.35);
    cursor: grab;
    touch-action: none;
}
.to-service-fab-opt {
    border: none; border-radius: 999px;
    padding: 0.5rem 0.9rem;
    background: #fff; color: #1e293b;
    font-size: 0.78rem; font-weight: 700;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}
.to-service-fab-icon { color: #475569; flex-shrink: 0; }
.to-service-fab-main-icon { color: #fff; }
.to-service-fab-bill { background: #fffbeb; }

.to-reco-row {
    padding: 0 0.75rem 0.65rem;
    flex-shrink: 0;
}
.to-reco-head {
    margin-bottom: 0.4rem;
}
.to-reco-title {
    font-size: 0.82rem;
    font-weight: 800;
    color: #1e293b;
}
.to-reco-scroll {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}
.to-reco-scroll::-webkit-scrollbar {
    display: none;
}
.to-reco-card {
    flex: 0 0 136px;
    border: none;
    border-radius: 14px;
    background: transparent;
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
    -webkit-tap-highlight-color: transparent;
}
.to-reco-card:active {
    transform: scale(0.98);
}
.to-reco-media {
    position: relative;
    width: 100%;
    height: 104px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, #334155, #64748b);
}
.to-reco-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.to-reco-video {
    pointer-events: none;
    background: #0f172a;
}
.to-reco-img-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #334155, #64748b);
    color: rgba(255, 255, 255, 0.9);
}
.to-reco-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.08) 0%,
        rgba(15, 23, 42, 0.35) 50%,
        rgba(15, 23, 42, 0.82) 100%
    );
    pointer-events: none;
}
.to-reco-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.42rem 0.45rem 0.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    pointer-events: none;
}
.to-reco-name {
    font-size: 0.68rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.to-reco-desc {
    font-size: 0.58rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.92;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.to-reco-price {
    font-size: 0.66rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.to-reco-add {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 4;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
}
.to-reco-add:active {
    transform: scale(0.92);
}
.to-reco-add .to-icon {
    color: #1e293b;
}

.vm-phone-shell {
    --to-reco-accent: var(--vm-accent, #dc2626);
}

.mobile-shell {
    --to-reco-accent: #e85d04;
}

.to-lang-btn, .to-refresh-btn {
    width: 34px; height: 34px; border-radius: 10px;
    border: 1.5px solid #e2e8f0; background: #fff;
    color: #475569; font-size: 0.72rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}

.to-modal-social {
    margin: 0.35rem 0 0.5rem;
    font-size: 0.78rem; font-weight: 600; color: #b45309;
}

.to-reorder-btn {
    margin-top: 0.5rem; width: 100%;
    border: 1.5px solid var(--to-mint, #d8f3dc);
    background: var(--to-mint-2, #e8f5e9);
    color: var(--to-green-deep, #1b4332);
    border-radius: 10px; padding: 0.45rem 0.65rem;
    font-size: 0.78rem; font-weight: 700;
}

.to-panel-split-bill {
    flex-shrink: 0;
    padding: 0.65rem 1.25rem;
    border-top: 1px dashed #e2e8f0;
    background: #f8fafc;
}
.to-panel-split-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.to-panel-split-row {
    display: flex; justify-content: space-between;
    font-size: 0.85rem; font-weight: 700; color: #334155;
}
.to-panel-split-amount { color: var(--to-green-mid, #2d6a4f); }

.to-panel-pay-btn {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 0.65rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--to-green-deep, #1b4332), var(--to-green-soft, #40916c));
    color: #fff;
    box-shadow: 0 4px 14px rgba(27, 67, 50, 0.22);
}
.to-panel-pay-btn:active:not(:disabled) { transform: scale(0.98); }
.to-panel-pay-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}
.to-panel-pay-btn--table {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.22);
}

.to-coach-overlay {
    position: absolute; inset: 0; z-index: 320;
    background: rgba(15, 23, 42, 0.55);
    display: flex; align-items: flex-end; justify-content: center;
    padding: 1rem;
}
.to-coach-card {
    background: #fff; border-radius: 20px; padding: 1.25rem;
    width: 100%; max-width: 360px; text-align: center;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}
.to-coach-step { font-size: 0.72rem; color: #94a3b8; font-weight: 700; }
.to-coach-icon { font-size: 2rem; margin: 0.5rem 0; }
.to-coach-title { margin: 0 0 0.35rem; font-size: 1.05rem; color: #1e293b; }
.to-coach-body { margin: 0 0 1rem; font-size: 0.85rem; color: #64748b; line-height: 1.45; }
.to-coach-btn {
    width: 100%; border: none; border-radius: 12px; padding: 0.65rem;
    background: var(--to-green-deep, #1b4332); color: #fff; font-weight: 700;
}
.to-coach-skip {
    margin-top: 0.5rem; border: none; background: transparent;
    color: #94a3b8; font-size: 0.78rem;
}

.vm-phone-shell .to-service-fab-main {
    background: linear-gradient(135deg, var(--vm-accent, #dc2626), #b91c1c);
}

/* ── Kurumsal ikon sistemi ───────────────────────────── */
.to-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: currentColor;
}
.to-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.mobile-shell .to-bottom-nav-icon-wrap,
.vm-phone-frame .to-bottom-nav-icon-wrap {
    border: none !important;
    background: #f1f5f9;
    width: 2.85rem;
    height: 2.85rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.mobile-shell .to-bottom-nav-item.active .to-bottom-nav-icon-wrap {
    background: var(--to-green-deep, #1b4332);
    box-shadow: 0 6px 18px rgba(27, 67, 50, 0.28);
}

.vm-phone-shell .to-bottom-nav-item.active .to-bottom-nav-icon-wrap {
    background: var(--vm-accent, #dc2626);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.28);
}

.mobile-shell .to-bottom-nav-item.active .to-icon,
.vm-phone-shell .to-bottom-nav-item.active .to-icon,
.mobile-shell .to-bottom-nav-item.active .to-nav-svg,
.vm-phone-shell .to-bottom-nav-item.active .to-nav-svg {
    color: #fff;
}

.mobile-shell .to-bottom-nav-label,
.vm-phone-shell .to-bottom-nav-label {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.mobile-shell .to-people-btn,
.mobile-shell .to-header-orders-btn,
.vm-phone-shell .to-people-btn,
.vm-phone-shell .to-header-orders-btn,
.mobile-shell .to-lang-btn,
.mobile-shell .to-refresh-btn,
.vm-phone-shell .to-lang-btn,
.vm-phone-shell .to-refresh-btn {
    border: none !important;
    background: #f8fafc !important;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2) !important;
    color: #334155;
}

.mobile-shell .to-people-btn .to-icon,
.vm-phone-shell .to-people-btn .to-icon,
.mobile-shell .to-header-orders-btn .to-icon,
.vm-phone-shell .to-header-orders-btn .to-icon {
    color: #334155;
}

.mobile-shell .vm-fav-btn .to-icon.is-fav,
.vm-phone-shell .vm-fav-btn .to-icon.is-fav {
    color: var(--vm-accent, #dc2626);
}

.mobile-shell .vm-fav-btn.is-fav,
.vm-phone-shell .vm-fav-btn.is-fav {
    background: rgba(220, 38, 38, 0.08);
}
