/*
 * Mobil uygulama temasi.
 * Bu dosya sadece /mobil kabugunu yonetir; genel tema koklerine baglanmaz.
 */

body.sg-mobile-home-theme {
    --sg-mobile-shell-width: 430px;
    --sg-mobile-edge: 3px;
    --sg-mobile-footer-height: 70px;
    --sg-mobile-bg: #f6f6f4;
    --sg-mobile-card: #ffffff;
    --sg-mobile-soft: #f1f1ee;
    --sg-mobile-border: #e8e5df;
    --sg-mobile-text: #202124;
    --sg-mobile-muted: #6b7280;
    --sg-mobile-accent: #f45d22;
    --sg-mobile-accent-dark: #d9480f;
    --sg-mobile-accent-soft: #fff2eb;
    --sg-mobile-green: #11856f;
    --sg-mobile-shadow: 0 8px 20px rgba(32, 33, 36, .08);
    background: var(--sg-mobile-bg) !important;
    color: var(--sg-mobile-text) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    overflow-x: hidden !important;
}

body.sg-mobile-home-theme,
body.sg-mobile-home-theme * {
    scrollbar-width: none;
}

body.sg-mobile-home-theme::-webkit-scrollbar,
body.sg-mobile-home-theme *::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body.sg-mobile-home-theme:not(.sg-customer-bootstrap) > .sg-header {
    display: none !important;
}

body.sg-mobile-home-theme > main.sg-mobile-app-shell,
body.sg-mobile-home-theme > main.sg-page.sg-mobile-app-shell {
    box-sizing: border-box !important;
    width: min(100%, var(--sg-mobile-shell-width)) !important;
    max-width: var(--sg-mobile-shell-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 4px var(--sg-mobile-edge) calc(var(--sg-mobile-footer-height) + 4px + env(safe-area-inset-bottom)) !important;
    background: var(--sg-mobile-bg) !important;
    overflow-x: hidden !important;
}

body.sg-mobile-home-theme > main.sg-mobile-app-shell.container {
    padding-right: var(--sg-mobile-edge) !important;
    padding-left: var(--sg-mobile-edge) !important;
}

body.sg-mobile-home-theme > main.sg-mobile-app-shell :is(.container, .container-fluid) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.sg-mobile-home-theme > main.sg-mobile-app-shell .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 5px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.sg-mobile-home-theme > main.sg-mobile-app-shell .row > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.sg-mobile-home-theme :is(.sg-bs-home, .sg-section, .sg-nearby-page) {
    background: transparent !important;
    padding: 0 !important;
}

body.sg-mobile-home-theme .sg-home-template-top,
body.sg-mobile-home-theme .sg-home-template-shell,
body.sg-mobile-home-theme .sg-home-popular-stores-card,
body.sg-mobile-home-theme .sg-home-bestseller-products-card,
body.sg-mobile-home-theme .sg-home-category-tabs-card,
body.sg-mobile-home-theme .sg-mobile-app-footer-section {
    width: 100% !important;
    max-width: 100% !important;
}

body.sg-mobile-home-theme .sg-home-template-shell {
    display: grid !important;
    gap: 4px !important;
    padding: 4px 4px 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--sg-mobile-bg) !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-home-template-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-home-template-address {
    min-width: 0 !important;
    max-width: 58% !important;
    min-height: 34px !important;
    padding: 4px 2px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--sg-mobile-text) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: .75rem !important;
    font-weight: 720 !important;
    line-height: 1.1 !important;
    text-align: left !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-home-template-address span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-home-template-address:is(:hover, :focus, :focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-home-template-switch {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    min-height: 36px !important;
    padding: 3px !important;
    border: 1px solid var(--sg-mobile-border) !important;
    border-radius: 999px !important;
    background: #ededeb !important;
    box-shadow: 0 4px 10px rgba(32, 33, 36, .08) !important;
}

body.sg-mobile-home-theme .sg-home-template-tab {
    min-height: 30px !important;
    padding: 4px 4px !important;
    border-radius: 999px !important;
    color: #4b5563 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: .68rem !important;
    font-weight: 760 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-home-template-tab.is-selected {
    background: #fff !important;
    color: var(--sg-mobile-accent-dark) !important;
    box-shadow: 0 4px 12px rgba(32, 33, 36, .12) !important;
}

body.sg-mobile-home-theme .sg-home-template-search {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    gap: 4px !important;
    align-items: start !important;
}

body.sg-mobile-home-theme .sg-home-template-search > form:not(.sg-home-template-filter-menu) {
    min-height: 44px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ecebea !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-home-template-search > form:not(.sg-home-template-filter-menu):focus-within {
    outline: 0 !important;
    box-shadow: 0 0 0 2px rgba(32, 33, 36, .06) !important;
}

body.sg-mobile-home-theme .sg-home-template-search-submit {
    width: 34px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--sg-mobile-accent) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

body.sg-mobile-home-theme .sg-home-template-search input {
    min-width: 0 !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--sg-mobile-text) !important;
    font-size: .78rem !important;
    font-weight: 560 !important;
    outline: 0 !important;
    padding: 0 4px 0 0 !important;
}

body.sg-mobile-home-theme .sg-home-template-search input::placeholder {
    color: #737b86 !important;
    opacity: 1 !important;
}

body.sg-mobile-home-theme .sg-home-template-filter {
    width: 42px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: var(--sg-mobile-accent) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(32, 33, 36, .08) !important;
}

body.sg-mobile-home-theme .sg-home-template-filter:is(:hover, :focus, :focus-visible) {
    outline: 0 !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 2px rgba(32, 33, 36, .06) !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-menu {
    position: absolute !important;
    /* Menu grid'in 1. kolonuna sigiyordu -> sagda (42px filtre butonu kolonu)
       bosluk kaliyordu. TUM kolonlara yay -> kapsayici tam genislik olur. */
    grid-column: 1 / -1 !important;
    top: calc(100% + 6px) !important;
    /* Sola dayali aciliyor, sagda bosluk kaliyordu -> sag kenari 25px disari tasi. */
    right: -25px !important;
    left: 0 !important;
    z-index: 30 !important;
    display: grid !important;
    gap: 4px !important;
    padding: 4px !important;
    border: 1px solid var(--sg-mobile-border) !important;
    border-radius: 12px !important;
    background: #f0f1ef !important;
    box-shadow: 0 14px 32px rgba(32, 33, 36, .16) !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-menu[hidden] {
    display: none !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-head strong,
body.sg-mobile-home-theme .sg-home-template-filter-group > span {
    color: var(--sg-mobile-text) !important;
    font-size: .72rem !important;
    font-weight: 780 !important;
    line-height: 1.1 !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-head .btn {
    color: var(--sg-mobile-accent-dark) !important;
    font-size: .68rem !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-group {
    display: grid !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-chips {
    display: flex !important;
    gap: 4px !important;
    overflow-x: auto !important;
    padding-bottom: 1px !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-chips label {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-chips input {
    position: absolute !important;
    opacity: 0 !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-chips span {
    min-height: 30px !important;
    padding: 4px 4px !important;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #4b5563 !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: .68rem !important;
    font-weight: 680 !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-chips label:has(input:checked) span {
    border-color: var(--sg-mobile-accent) !important;
    color: var(--sg-mobile-accent-dark) !important;
    background: #fffaf6 !important;
}

body.sg-mobile-home-theme .sg-home-template-filter-apply {
    min-height: 38px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: var(--sg-mobile-green) !important;
    color: #fff !important;
    font-size: .78rem !important;
    font-weight: 820 !important;
}

body.sg-mobile-home-theme .sg-home-template-categories {
    display: flex !important;
    gap: 4px !important;
    overflow-x: auto !important;
    padding: 4px 0 4px !important;
}

body.sg-mobile-home-theme .sg-home-template-category {
    flex: 0 0 74px !important;
    display: grid !important;
    gap: 4px !important;
    color: var(--sg-mobile-text) !important;
    text-align: center !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-home-template-category-image {
    width: 72px !important;
    height: 58px !important;
    border-radius: 9px !important;
    background: #e9ecef !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-home-template-category-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.sg-mobile-home-theme .sg-home-template-category strong {
    color: #343a40 !important;
    font-size: .69rem !important;
    font-weight: 650 !important;
    line-height: 1.1 !important;
}

body.sg-mobile-home-theme .card {
    border-color: var(--sg-mobile-border) !important;
    border-radius: 10px !important;
    background: var(--sg-mobile-card) !important;
    box-shadow: var(--sg-mobile-shadow) !important;
}

body.sg-mobile-home-theme .sg-mobile-results-heading,
body.sg-mobile-home-theme .sg-home-section-heading {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 34px !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: var(--sg-mobile-text) !important;
}

body.sg-mobile-home-theme .sg-mobile-results-heading strong,
body.sg-mobile-home-theme .sg-home-section-heading strong {
    color: var(--sg-mobile-text) !important;
    font-size: .9rem !important;
    font-weight: 820 !important;
    line-height: 1.1 !important;
}

body.sg-mobile-home-theme .sg-mobile-results-heading .btn,
body.sg-mobile-home-theme .sg-home-section-heading .btn {
    margin-left: auto !important;
    border-color: #d9ede6 !important;
    background: #f3fbf8 !important;
    color: var(--sg-mobile-green) !important;
    font-size: .68rem !important;
    font-weight: 760 !important;
}

body.sg-mobile-home-theme .sg-home-popular-stores-grid,
body.sg-mobile-home-theme .sg-home-all-stores-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-restaurant-card,
body.sg-mobile-home-theme .sg-search-result-store-card {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid var(--sg-mobile-border) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--sg-mobile-text) !important;
    box-shadow: 0 6px 14px rgba(32, 33, 36, .06) !important;
}

body.sg-mobile-home-theme .sg-mobile-restaurant-card:is(:hover, :focus, :focus-visible) {
    border-color: var(--sg-mobile-border) !important;
    outline: 0 !important;
    box-shadow: 0 8px 18px rgba(32, 33, 36, .09) !important;
}

body.sg-mobile-home-theme .sg-store-meta-row .badge {
    --bs-bg-opacity: 1;
    align-items: center;
    background-color: #ecebeb !important;
    color: #344054 !important;
    display: inline-flex;
    flex: 0 1 auto;
    font-size: .60rem;
    gap: .12rem;
    line-height: 1;
    max-width: 100%;
    min-width: 0;
    padding: .20rem .20rem;
    white-space: nowrap;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section {
    margin-top: 8px !important;
    padding: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section > .container,
body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    padding: 4px 4px !important;
    border: 0 !important;
    border-radius: 10px 10px 0 0 !important;
    background: linear-gradient(180deg, #101828, #0b1220) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .14) !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section :is(.sg-footer-brand, .sg-footer-grid > div:last-child, .sg-footer-bottom) {
    grid-column: 1 / -1 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer :is(strong, b, span, .sg-footer-login-title) {
    color: #fff !important;
    font-size: .74rem !important;
    font-weight: 800 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer :is(a, p, small) {
    color: #cbd5e1 !important;
    font-size: .66rem !important;
    line-height: 1.25 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer-apps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    max-width: 100% !important;
    margin: 6px 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer-apps a {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 4px 4px !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer-apps i {
    width: 22px !important;
    height: 22px !important;
    font-size: .78rem !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footer-section .sg-footer-bottom {
    width: 100% !important;
    margin-top: 3px !important;
    padding-top: 4px !important;
    border-top: 1px solid rgba(255, 255, 255, .12) !important;
    text-align: center !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footerbar {
    position: fixed !important;
    right: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    z-index: 1040 !important;
    width: min(100%, var(--sg-mobile-shell-width)) !important;
    max-width: var(--sg-mobile-shell-width) !important;
    min-height: var(--sg-mobile-footer-height) !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 42px !important;
    gap: 1px !important;
    margin: 0 !important;
    padding: 4px 2px env(safe-area-inset-bottom) !important;
    border: 1px solid #dedede !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -8px 18px rgba(32, 33, 36, .08) !important;
    transform: translateX(-50%) !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footerbar :is(a, button) {
    min-height: 65px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f2f3f5 !important;
    color: #344054 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    font-size: .64rem !important;
    font-weight: 720 !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footerbar :is(a.is-active, a:hover, a:focus-visible) {
    background: #e6e7e9 !important;
    color: #202124 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footerbar form {
    width: 42px !important;
    margin: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footerbar .sg-footerbar-logout {
    width: 40px !important;
    min-width: 40px !important;
    background: #e52626 !important;
    color: #fff !important;
}

body.sg-mobile-home-theme .sg-mobile-app-footerbar .sg-footerbar-logout .sg-logout-svg {
    width: 30px !important;
    height: 30px !important;
    color: #fff !important;
}

/* Mobil isletme detayi.
   Eski masaustu/isletme detayi kurallari bu ekranda iki sutunlu dar gorunum olusturmasin. */
body.sg-mobile-home-theme .sg-mobile-store-app {
    display: block !important;
    background: var(--sg-mobile-bg) !important;
    color: var(--sg-mobile-text) !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app :is(.sg-store-hero, .sg-store-content-section) {
    padding: 0 !important;
    background: transparent !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app :is(.sg-store-hero, .sg-store-content-section) > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 1px solid var(--sg-mobile-border) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: var(--sg-mobile-shadow) !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-cover {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    background: #f5f6f7 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-cover img {
    display: block !important;
    width: 100% !important;
    height: 182px !important;
    padding: 4px !important;
    border-radius: 12px 12px 0 0 !important;
    object-fit: contain !important;
    background: #f5f6f7 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-back-floating {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    z-index: 3 !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .94) !important;
    color: #27313b !important;
    box-shadow: 0 6px 16px rgba(32, 33, 36, .12) !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-radius-badge {
    position: absolute !important;
    right: auto !important;
    bottom: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px) !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .94) !important;
    color: #0f6b50 !important;
    font-size: .62rem !important;
    font-weight: 760 !important;
    padding: 4px 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-info {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
    padding: 4px !important;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%) !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-title-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 36px !important;
    align-items: start !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-status-line {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    margin: 0 0 4px !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-status-line :is(.badge, .sg-store-service-chip, .sg-store-hours-chip) {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 3px !important;
    padding: 4px 4px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 999px !important;
    background: #f7f8f8 !important;
    color: #344054 !important;
    font-size: .56rem !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-status-line .text-bg-success {
    border-color: #bfe7d7 !important;
    background: #eaf8f1 !important;
    color: #0f6b50 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-status-line .text-bg-secondary {
    border-color: #d7dde4 !important;
    background: #eef1f4 !important;
    color: #344054 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-info h1 {
    display: block !important;
    margin: 0 !important;
    color: #14202b !important;
    font-size: 1.18rem !important;
    font-weight: 840 !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-info p {
    display: -webkit-box !important;
    margin: 0 !important;
    color: #59616b !important;
    font-size: .78rem !important;
    font-weight: 520 !important;
    line-height: 1.22 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-fav-button {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #0f8a72 !important;
    box-shadow: 0 5px 12px rgba(32, 33, 36, .08) !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-fav-button.is-active {
    color: #dc2626 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-badges {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    overflow: visible !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-badges .badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    gap: 3px !important;
    padding: 4px 3px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 999px !important;
    background: #f7f8f8 !important;
    color: #344054 !important;
    font-size: .58rem !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-badges .text-bg-warning {
    background: #ffd43b !important;
    border-color: #ffd43b !important;
    color: #111827 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-hero-meta {
    display: grid !important;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr) !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-hero-meta span {
    display: grid !important;
    gap: 2px !important;
    min-width: 0 !important;
    padding: 4px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #14202b !important;
    font-size: .72rem !important;
    font-weight: 650 !important;
    line-height: 1.12 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-hero-meta strong {
    color: #59616b !important;
    font-size: .58rem !important;
    font-weight: 780 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-social-btn {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #344054 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-social-btn.is-muted {
    opacity: .45 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-social-btn.is-phone {
    color: #0f8a72 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-social-btn.is-whatsapp {
    color: #16a34a !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-closed-notice {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    justify-content: center !important;
    padding: 4px !important;
    border: 1px solid #ffc9a8 !important;
    border-radius: 10px !important;
    background: #fff4ec !important;
    color: #b4410b !important;
    font-size: .78rem !important;
    font-weight: 760 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-mobile-store-secondary {
    display: none !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-store-menu-panel {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid var(--sg-mobile-border) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: var(--sg-mobile-shadow) !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-panel-title {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 4px 4px !important;
    border-bottom: 1px solid #eef0f2 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-panel-title span {
    border-radius: 999px !important;
    background: #fff2eb !important;
    color: #b4410b !important;
    font-size: .67rem !important;
    font-weight: 820 !important;
    padding: 4px 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-panel-title h2 {
    margin: 0 !important;
    color: #66686b !important;
    font-size: .86rem !important;
    font-weight: 820 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-category-nav {
    display: flex !important;
    gap: 4px !important;
    width: 100% !important;
    padding: 4px 4px !important;
    border: 0 !important;
    overflow-x: auto !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-category-nav a {
    flex: 0 0 auto !important;
    padding: 4px 4px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f2f3f5 !important;
    color: #344054 !important;
    font-size: .68rem !important;
    font-weight: 760 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-section {
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid #eef0f2 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-section summary {
    min-height: 36px !important;
    padding: 4px 4px !important;
    border: 0 !important;
    background: #fff !important;
    color: #14202b !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-category-title strong {
    color: #14202b !important;
    font-size: .86rem !important;
    font-weight: 820 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-section summary small {
    color: #7a8696 !important;
    font-size: .62rem !important;
    font-weight: 650 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-list {
    display: grid !important;
    gap: 4px !important;
    padding: 0 4px 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-item {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 30px !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
    padding: 4px !important;
    border: 1px solid #e8e5df !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-item:is(:hover, :focus-within) {
    border-color: #e8e5df !important;
    outline: 0 !important;
    box-shadow: 0 6px 14px rgba(32, 33, 36, .06) !important;
    transform: none !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-image-button {
    width: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px 9px 0 0 !important;
    background: #f2f3f5 !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-image-button:is(:hover, :focus, :focus-visible) {
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-image-button img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: cover !important;
    transition: transform .18s ease !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-image-button:hover img {
    transform: scale(1.05) !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-favorite {
    position: absolute !important;
    top: 4px !important;
    right: 10px !important;
    z-index: 2 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-favorite .sg-fav-button {
    width: 26px !important;
    height: 26px !important;
    min-height: 26px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-item-body {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-item-head {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-name {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
    padding-right: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-item h3 {
    flex: 1 1 100% !important;
    margin: 0 !important;
    color: #14202b !important;
    font-size: .78rem !important;
    font-weight: 780 !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-customizable-badge,
body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-corner-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 18px !important;
    padding: 2px 4px !important;
    border-radius: 999px !important;
    background: #f2f3f5 !important;
    color: #59616b !important;
    font-size: .55rem !important;
    font-weight: 720 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-corner-badge.is-recommended {
    background: #fff0c2 !important;
    color: #9a5b00 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-corner-badge.is-popular {
    background: #ffe6dc !important;
    color: #c2410c !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-corner-badge.is-new {
    background: #eaf8f1 !important;
    color: #0f6b50 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    min-width: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-price strong {
    color: #14202b !important;
    font-size: .82rem !important;
    font-weight: 820 !important;
    line-height: 1 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-price del,
body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-price span {
    color: #7a8696 !important;
    font-size: .58rem !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-flags {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-flags span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    padding: 3px 4px !important;
    border-radius: 999px !important;
    background: #f2f3f5 !important;
    color: #344054 !important;
    font-size: .54rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-menu-detail-button,
body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-qty {
    display: none !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 30px !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-actions :is(.btn-primary, .sg-product-add-button) {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--sg-mobile-accent) !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 820 !important;
    line-height: 1 !important;
}
/* + ve sepet ikonu: kucuk dairede dengeli dolgun gorunsun (az turuncu kenar). */
body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-actions :is(.btn-primary, .sg-product-add-button) i {
    font-size: 1.05rem !important;
    line-height: 1 !important;
}

body.sg-mobile-home-theme .sg-mobile-store-app .sg-product-actions :is(.btn-primary, .sg-product-add-button):is(:hover, :focus-visible) {
    background: var(--sg-mobile-accent-dark) !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-store-product-modal .modal-dialog {
    width: min(100% - 10px, var(--sg-mobile-shell-width)) !important;
    max-width: var(--sg-mobile-shell-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


/* Mobil giris secimi. */
body.sg-mobile-home-theme .sg-login-choice-mobile {
    display: grid;
    min-height: 100svh;
    align-content: start;
    gap: 4px;
    background: #ffffff !important;
    padding-top: 4px !important;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-top {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    padding: 4px 4px 4px;
}

body.sg-mobile-home-theme .sg-login-choice-home {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #ffffff;
    color: #202124 !important;
    box-shadow: 0 4px 12px rgba(32, 33, 36, .08);
    text-decoration: none;
}

body.sg-mobile-home-theme .sg-login-choice-home i {
    color: currentColor !important;
    font-size: 1rem;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-top div {
    display: grid;
    gap: 1px;
    min-width: 0;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-top span {
    color: #ff5a00 !important;
    font-size: .66rem;
    font-weight: 820;
    letter-spacing: 0;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-top strong {
    color: #5b6573 !important;
    font-size: .98rem;
    font-weight: 500;
    line-height: 1.2;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-grid {
    display: grid;
    gap: 4px;
    padding: 0 0 2px;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px;
    min-width: 0;
    min-height: 76px;
    padding: 4px;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(32, 33, 36, .07);
    color: #202124 !important;
    text-decoration: none;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card:is(:hover, :focus-visible) {
    border-color: #ffd7bf !important;
    background: #fffaf7 !important;
    box-shadow: 0 7px 18px rgba(255, 90, 0, .10);
    outline: 0;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff1e8;
    color: #ff5a00 !important;
    font-size: 1.08rem;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card.is-business .sg-login-choice-mobile-icon {
    background: #fff6dd;
    color: #d97706 !important;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card.is-courier .sg-login-choice-mobile-icon {
    background: #eaf4ff;
    color: #2277d8 !important;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card.is-courier-manager .sg-login-choice-mobile-icon {
    background: #f0ecff;
    color: #7357d8 !important;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card.is-admin .sg-login-choice-mobile-icon {
    background: #e7eaf0;
    color: #334155 !important;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-icon i {
    color: currentColor !important;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-copy strong {
    overflow: hidden;
    color: #202124 !important;
    font-size: 1.04rem;
    font-weight: 820;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-copy small {
    display: -webkit-box;
    overflow: hidden;
    color: #6b7280 !important;
    font-size: .68rem;
    font-weight: 520;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    min-width: 0;
    padding: 4px 4px;
    border-radius: 999px;
    background: #f6f6f6;
    color: #202124 !important;
    font-size: .62rem;
    font-style: normal;
    font-weight: 760;
    line-height: 1;
    white-space: nowrap;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-card em i {
    color: #ff5a00 !important;
    font-size: .95rem;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-top: 2px;
    padding: 4px;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    background: #f6f6f6;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-bottom span {
    min-width: 0;
    color: #6b7280 !important;
    font-size: .8rem;
    line-height: 1.3;
}

body.sg-mobile-home-theme .sg-login-choice-mobile-bottom a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 12px;
    background: #ff5a00;
    color: #ffffff !important;
    font-size: .9rem;
    font-weight: 820;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 6px 16px -8px rgba(255, 90, 0, .7);
}
body.sg-mobile-home-theme .sg-login-choice-mobile-bottom a:hover { background: #e85100; }

/* Saf mobil musteri girisi. */
body.sg-mobile-home-theme .sg-mobile-login-page {
    min-height: 100svh !important;
    padding: 0 !important;
    background:
        radial-gradient(circle at 14% -8%, rgba(255, 90, 0, .16), transparent 32%),
        linear-gradient(180deg, #fff7ef 0%, #ffffff 42%, #ffffff 100%) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-shell {
    display: grid !important;
    align-content: start !important;
    gap: 4px !important;
    min-height: 100svh !important;
    padding: 4px 4px 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-top {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 2px !important;
    min-height: 42px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-home {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #202124 !important;
    box-shadow: 0 5px 14px rgba(32, 33, 36, .08) !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-mobile-login-home i {
    color: currentColor !important;
    font-size: 1rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-top div {
    display: grid !important;
    gap: 1px !important;
    min-width: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-top span {
    color: #ff5a00 !important;
    font-size: .66rem !important;
    font-weight: 820 !important;
    line-height: 1 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-top strong {
    color: #202124 !important;
    font-size: 1.02rem !important;
    font-weight: 860 !important;
    line-height: 1.12 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-card {
    display: grid !important;
    gap: 4px !important;
    width: 100% !important;
    padding: 4px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(32, 33, 36, .08) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 4px !important;
    border: 1px solid #ffe2d1 !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #fff3e8, #ffffff) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 13px !important;
    background: #ff5a00 !important;
    color: #ffffff !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head > span i {
    color: #ffffff !important;
    font-size: 1.05rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head div {
    display: grid !important;
    gap: 2px !important;
    min-width: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head strong {
    color: #202124 !important;
    font-size: .95rem !important;
    font-weight: 860 !important;
    line-height: 1.12 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-head small {
    color: #6b7280 !important;
    font-size: .72rem !important;
    font-weight: 520 !important;
    line-height: 1.25 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-form {
    display: grid !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input {
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input > span {
    color: #4b5563 !important;
    font-size: .72rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    padding-left: 2px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input > div {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 44px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;
    background: #f8f9fa !important;
    overflow: hidden !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    color: #ff5a00 !important;
    font-size: 1rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input .form-control {
    min-height: 42px !important;
    padding: 4px 4px 4px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #202124 !important;
    font-size: .94rem !important;
    font-weight: 560 !important;
    box-shadow: none !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input .form-control::placeholder {
    color: #8a8f98 !important;
    opacity: 1 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-input > div:focus-within {
    border-color: #ffd7bf !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 0, .08) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    padding: 0 2px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: .74rem !important;
    font-weight: 650 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row input {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    accent-color: #ff5a00 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-row a {
    color: #ff5a00 !important;
    font-size: .74rem !important;
    font-weight: 760 !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-mobile-login-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: 44px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #ff5a00 !important;
    color: #ffffff !important;
    font-size: .9rem !important;
    font-weight: 860 !important;
    box-shadow: 0 10px 20px rgba(255, 90, 0, .20) !important;
}

body.sg-mobile-home-theme .sg-mobile-login-submit :is(i, span) {
    color: #ffffff !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social {
    display: grid !important;
    gap: 4px !important;
    padding-top: 4px !important;
    border-top: 1px solid #eeeeee !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social > span {
    color: #8a8f98 !important;
    font-size: .68rem !important;
    font-weight: 650 !important;
    text-align: center !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: 36px !important;
    padding: 4px 4px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #202124 !important;
    font-size: .75rem !important;
    font-weight: 780 !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social-btn:disabled {
    opacity: .55 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social-btn .bi-google {
    color: #dc2626 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-social-btn .bi-facebook {
    color: #2563eb !important;
}

body.sg-mobile-home-theme .sg-mobile-login-register {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    padding: 4px 4px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;
    background: #f9fafb !important;
}

body.sg-mobile-home-theme .sg-mobile-login-register span {
    color: #6b7280 !important;
    font-size: .72rem !important;
    font-weight: 620 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-register a {
    flex: 0 0 auto !important;
    padding: 4px 4px !important;
    border: 1px solid #ffd7bf !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #ff5a00 !important;
    font-size: .72rem !important;
    font-weight: 840 !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-mobile-login-work {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 42px !important;
    padding: 4px 4px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    color: #202124 !important;
    box-shadow: 0 5px 16px rgba(32, 33, 36, .06) !important;
    text-decoration: none !important;
}

body.sg-mobile-home-theme .sg-mobile-login-work i:first-child {
    color: #ff5a00 !important;
    font-size: 1rem !important;
}

body.sg-mobile-home-theme .sg-mobile-login-work span {
    color: #202124 !important;
    font-size: .76rem !important;
    font-weight: 780 !important;
}

body.sg-mobile-home-theme .sg-mobile-login-work i:last-child {
    justify-self: end !important;
    color: #8a8f98 !important;
    font-size: .86rem !important;
}

@media (max-width: 575.98px) {
    body.sg-mobile-home-theme {
        align-items: stretch !important;
    }

    body.sg-mobile-home-theme > main.sg-mobile-app-shell,
    body.sg-mobile-home-theme > main.sg-page.sg-mobile-app-shell,
    body.sg-mobile-home-theme .sg-mobile-app-footerbar {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.sg-mobile-home-theme .sg-mobile-app-footerbar {
        left: 0 !important;
        transform: none !important;
    }
}
