/*
 * Musteri paneline ozel gorunumler.
 * Ortak Bootstrap, header, footerbar, harita ve panel davranis kurallari app.css icinde kalir.
 */

/* Customer account component composition. The mobile shell is defined once near the end of this file. */
body.sg-customer-bootstrap {
    overflow-x: hidden;
}

body.sg-customer-bootstrap .sg-panel,
body.sg-customer-bootstrap .sg-settings-card,
body.sg-customer-bootstrap .sg-location-card,
body.sg-customer-bootstrap .sg-address-card,
body.sg-customer-bootstrap .sg-wallet-row,
body.sg-customer-bootstrap .sg-favorite-card,
body.sg-customer-bootstrap .sg-order-card,
body.sg-customer-bootstrap .sg-address-box,
body.sg-customer-bootstrap .sg-empty-cart {
    background: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

body.sg-customer-bootstrap .sg-cart-page .sg-cart-main-panel:has(.sg-empty-cart) {
    display: flex !important;
    justify-content: center !important;
    padding: 0px !important;
}

body.sg-customer-bootstrap .sg-cart-page .sg-empty-cart {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin: 0 auto !important;
    max-width: 420px !important;
    padding: 4px 4px !important;
    text-align: center !important;
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-cart-page .sg-empty-cart p {
    margin: 0 !important;
    max-width: 320px !important;
}

body.sg-customer-bootstrap .sg-cart-page .sg-empty-cart .btn {
    align-self: center !important;
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-account-mobile-dashboard {
    background: #f8fafc !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    padding-bottom: calc(4px + env(safe-area-inset-bottom)) !important;
}

body.sg-customer-bootstrap .sg-account-mobile-dashboard :is(a, button) {
    pointer-events: auto !important;
}

body.sg-customer-bootstrap .sg-account-mobile-hero,
body.sg-customer-bootstrap .sg-account-mobile-section {
    padding: 3px !important;
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-account-mobile-card {
    align-items: center;
    background: linear-gradient(135deg, #eef7f8 0%, #ffffff 48%, #d8eef1 100%);
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(29, 127, 140, .13);
    display: grid;
    gap: 4px;
    grid-template-columns: 46px minmax(0, 1fr);
    min-width: 0;
    padding: 4px;
    position: relative;
}

body.sg-customer-bootstrap .sg-account-mobile-avatar {
    align-items: center;
    background: linear-gradient(135deg, #2aa6a6, #1d7f8c);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    width: 44px;
}

body.sg-customer-bootstrap .sg-account-mobile-identity {
    min-width: 0;
}

body.sg-customer-bootstrap .sg-account-mobile-identity small {
    align-items: center;
    color: #1f6f7a;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 800;
    gap: 3px;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
}

body.sg-customer-bootstrap .sg-account-mobile-identity h1 {
    margin: 0;
}

body.sg-customer-bootstrap .sg-account-mobile-identity h1 span {
    background: rgba(255, 255, 255, .9);
    border: 1px solid #d8e0e7;
    border-radius: 999px;
    color: #24313f;
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.12;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-account-mobile-identity p {
    color: #64748b;
    font-size: .72rem;
    line-height: 1.2;
    margin: 4px 0 0;
    overflow-wrap: anywhere;
}

body.sg-customer-bootstrap .sg-account-mobile-balance {
    align-items: flex-end;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    color: #164e63;
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    max-width: 104px;
    padding: 4px 4px;
    position: absolute;
    right: 7px;
    text-align: right;
    text-decoration: none;
    top: 7px;
    z-index: 1;
}

body.sg-customer-bootstrap .sg-account-mobile-balance small {
    color: #1f6f7a;
    font-size: .6rem;
    font-weight: 800;
    line-height: 1;
}

body.sg-customer-bootstrap .sg-account-mobile-balance strong {
    color: #263241;
    font-size: .68rem;
    font-weight: 850;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-account-mobile-card:has(.sg-account-mobile-balance) .sg-account-mobile-identity {
    padding-right: 4px;
}

@media (max-width: 380px) {
    body.sg-customer-bootstrap .sg-account-mobile-balance {
        max-width: 92px;
        padding-inline: 5px;
    }

    body.sg-customer-bootstrap .sg-account-mobile-card:has(.sg-account-mobile-balance) .sg-account-mobile-identity {
        padding-right: 4px;
    }
}

body.sg-customer-bootstrap .sg-account-mobile-panel {
    background: #fff;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    margin: 0 0 4px;
    padding: 4px;
}

body.sg-customer-bootstrap .sg-account-mobile-panel-title {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 6px;
    min-width: 0;
}

body.sg-customer-bootstrap .sg-account-mobile-panel-title > div {
    min-width: 0;
}

body.sg-customer-bootstrap .sg-account-mobile-panel-title small {
    align-items: center;
    color: #1f6f7a;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 800;
    gap: 3px;
    line-height: 1;
    text-transform: uppercase;
}

body.sg-customer-bootstrap .sg-account-mobile-panel-title h2 {
    color: #263241;
    font-size: .86rem;
    font-weight: 830;
    line-height: 1.12;
    margin: 3px 0 0;
}

body.sg-customer-bootstrap .sg-account-mobile-panel-title a {
    align-items: center;
    background: #eef7f8;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    color: #1f6f7a;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .68rem;
    font-weight: 800;
    gap: 3px;
    min-height: 26px;
    padding: 4px 4px;
    text-decoration: none;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-account-mobile-address,
body.sg-customer-bootstrap .sg-account-mobile-empty {
    background: #f8fafc;
    border: 1px solid #edf0f3;
    border-radius: 4px;
    padding: 4px;
}

body.sg-customer-bootstrap .sg-account-mobile-address strong,
body.sg-customer-bootstrap .sg-account-mobile-empty strong {
    color: #263241;
    display: block;
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: 3px;
}

body.sg-customer-bootstrap .sg-account-mobile-address p,
body.sg-customer-bootstrap .sg-account-mobile-address small,
body.sg-customer-bootstrap .sg-account-mobile-empty p {
    color: #5c6776;
    font-size: .73rem;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

body.sg-customer-bootstrap .sg-account-mobile-empty a {
    color: #1d7f8c;
    display: inline-flex;
    font-size: .74rem;
    font-weight: 800;
    margin-top: 5px;
    text-decoration: none;
}

body.sg-customer-bootstrap .sg-account-mobile-order,
body.sg-customer-bootstrap .sg-account-mobile-orders a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #edf0f3;
    border-radius: 4px;
    color: #263241;
    display: grid;
    gap: 4px;
    grid-template-columns: minmax(0, 1fr) max-content 16px;
    margin-top: 3px;
    min-height: 38px;
    padding: 4px;
    text-decoration: none;
}

body.sg-customer-bootstrap .sg-account-mobile-order strong,
body.sg-customer-bootstrap .sg-account-mobile-orders strong {
    display: block;
    font-size: .78rem;
    font-weight: 760;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-account-mobile-order small,
body.sg-customer-bootstrap .sg-account-mobile-orders small {
    color: #64748b;
    display: block;
    font-size: .68rem;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-account-mobile-order em,
body.sg-customer-bootstrap .sg-account-mobile-orders em {
    color: #263241;
    font-size: .74rem;
    font-style: normal;
    font-weight: 820;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-account-avatar {
    align-items: center;
    background: var(--bs-primary);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    width: 48px;
}

body.sg-customer-bootstrap .sg-account-identity :is(h1, p) {
    margin: 0;
}

body.sg-customer-bootstrap .sg-account-identity span,
body.sg-customer-bootstrap .sg-panel-title > span,
body.sg-customer-bootstrap .sg-settings-heading span {
    color: var(--bs-secondary-color);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-account-identity h1,
body.sg-customer-bootstrap .sg-panel-title :is(h1, h2) {
    color: var(--bs-body-color);
    font-size: 1.25rem;
    font-weight: 800;
    margin: .15rem 0 0;
}

body.sg-customer-bootstrap .sg-panel-title .sg-order-detail-code {
    color: #1f6f7a;
    font-size: .96rem;
    font-weight: 750;
    line-height: 1.1;
}

body.sg-customer-bootstrap .sg-order-detail-title-row {
    align-items: center;
    display: grid;
    gap: .25rem;
    grid-template-columns: minmax(0, 1fr) max-content;
    width: 100%;
}

body.sg-customer-bootstrap .sg-order-detail-title-row h1 {
    justify-self: end;
    margin: 0;
    text-align: right;
}

body.sg-customer-bootstrap .sg-order-payment-summary {
    gap: 0 !important;
}

body.sg-customer-bootstrap .sg-order-payment-summary :is(dt, dd) {
    align-items: center;
    border-bottom: 1px dashed #d9e2dc;
    min-height: 30px;
    padding: 4px 0;
}

body.sg-customer-bootstrap .sg-order-payment-summary dt {
    color: #526070;
    font-size: .78rem;
    font-weight: 600;
    justify-self: start;
    text-align: left;
    min-width: 0;
}

/* Degerler (Toplam ₺250,00 dahil) sutunun SOLUNDA kalip sagda bosluk
   biraktigi icin "kaymis" gorunuyordu. Fatura mantigi: degerleri SAG kenara
   hizala -> tum tutarlar alt alta duzgun dizilir. */
body.sg-customer-bootstrap .sg-order-payment-summary dd {
    color: #24313f;
    font-size: .8rem;
    font-weight: 600;
    justify-self: end;
    text-align: right;
    min-width: 0;
    overflow-wrap: anywhere;
}

body.sg-customer-bootstrap .sg-order-payment-summary dt:nth-last-of-type(1),
body.sg-customer-bootstrap .sg-order-payment-summary dd:nth-last-of-type(1) {
    border-bottom: 0;
}

body.sg-customer-bootstrap .sg-order-address-inline {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

body.sg-customer-bootstrap .sg-order-delivery-address {
    align-items: center;
    background: linear-gradient(135deg, #eef7f8, #ffffff);
    border-color: #d8e0e7;
    display: grid;
    gap: .25rem;
    grid-template-columns: max-content minmax(0, 1fr);
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-order-delivery-address strong {
    align-items: center;
    color: #1f6f7a;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    gap: .25rem;
    line-height: 1;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-order-delivery-address strong::before {
    color: #1d7f8c;
    content: "\F3E8";
    font-family: "bootstrap-icons";
    font-size: .95rem;
    font-weight: 400;
}

body.sg-customer-bootstrap .sg-order-delivery-address p {
    color: #263241;
    font-size: .84rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    min-width: 0;
}

@media (max-width: 575.98px) {
    body.sg-customer-bootstrap .sg-order-delivery-address {
        gap: .25rem;
        grid-template-columns: 1fr;
        padding: .25rem .25rem;
    }

    body.sg-customer-bootstrap .sg-order-delivery-address strong {
        font-size: .72rem;
    }

    body.sg-customer-bootstrap .sg-order-delivery-address p {
        font-size: .78rem;
    }

    body.sg-customer-bootstrap .sg-order-address-inline {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

body.sg-customer-bootstrap .sg-panel,
body.sg-customer-bootstrap .sg-settings-card {
    padding: .25rem;
}

body.sg-customer-bootstrap .sg-panel-title,
body.sg-customer-bootstrap .sg-panel-title-action,
body.sg-customer-bootstrap .sg-settings-heading {
    align-items: start;
    display: flex;
    gap: .25rem;
    justify-content: space-between;
    margin-bottom: .9rem;
}

body.sg-customer-bootstrap .sg-account-stats {
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sg-customer-bootstrap .sg-account-stats :is(article, a) {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow-sm);
    color: var(--bs-body-color);
    display: grid;
    gap: .2rem;
    padding: .25rem;
    text-decoration: none;
}

body.sg-customer-bootstrap .sg-account-stats span,
body.sg-customer-bootstrap .sg-wallet-row span {
    color: var(--bs-secondary-color);
    font-size: .75rem;
    font-weight: 700;
}

body.sg-customer-bootstrap .sg-account-stats strong {
    color: var(--bs-body-color);
    font-size: 1.15rem;
    font-weight: 850;
    min-width: 0;
    overflow-wrap: anywhere;
}

body.sg-customer-bootstrap .sg-account-stats small,
body.sg-customer-bootstrap .sg-muted-text {
    color: var(--bs-secondary-color);
}

body.sg-customer-bootstrap .sg-account-form {
    display: grid;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-account-form label {
    display: grid;
    gap: .25rem;
    margin: 0;
}

body.sg-customer-bootstrap .sg-account-form label > span,
body.sg-customer-bootstrap .sg-check {
    color: var(--bs-body-color);
    font-size: .8rem;
    font-weight: 750;
}

body.sg-customer-bootstrap .sg-form-grid {
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.sg-customer-bootstrap .form-control,
body.sg-customer-bootstrap .form-select {
    min-height: 38px;
}

body.sg-customer-bootstrap .sg-profile-input-group .input-group-text {
    background: #eef7f8;
    border-color: #d8e0e7;
    color: #164e63;
    font-size: .78rem;
    font-weight: 800;
    min-width: 96px;
}

body.sg-customer-bootstrap .sg-profile-input-group .form-control,
body.sg-customer-bootstrap .sg-profile-input-group .form-select {
    border-color: #d8e0e7;
    font-size: .86rem;
}

body.sg-customer-bootstrap .sg-profile-heading-row {
    align-items: center;
    display: grid;
    gap: .25rem;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: stretch;
}

body.sg-customer-bootstrap .sg-profile-heading-row > .sg-panel-title {
    margin: 0;
}

body.sg-customer-bootstrap .sg-profile-heading-row > .sg-panel-title > div {
    min-width: 0;
}

body.sg-customer-bootstrap .sg-customer-heading-row {
    align-items: center;
    display: grid;
    gap: .25rem;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: stretch;
    min-height: 38px;
}

body.sg-customer-bootstrap .sg-customer-heading-row.has-action {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

body.sg-customer-bootstrap .sg-customer-heading-row > .sg-panel-title {
    margin: 0;
    min-width: 0;
    padding-block: .2rem;
}

body.sg-customer-bootstrap .sg-customer-heading-row > .sg-panel-title > div {
    min-width: 0;
}

body.sg-customer-bootstrap .sg-panel-title h1.sg-profile-heading-title,
body.sg-customer-bootstrap .sg-panel-title h1.sg-customer-heading-title {
    border-radius: 4px;
    color: var(--bs-secondary-color) !important;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .25rem;
    line-height: 1.2;
    margin: 0;
    text-transform: none !important;
}

body.sg-customer-bootstrap .sg-profile-form-actions {
    justify-content: flex-end;
}

body.sg-customer-bootstrap .sg-profile-form-actions .btn {
    flex: 0 0 auto;
    min-height: 32px;
    padding: .25rem .25rem;
    width: auto;
}

body.sg-customer-bootstrap .sg-form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-address-list,
body.sg-customer-bootstrap .sg-wallet-list,
body.sg-customer-bootstrap .sg-order-list,
body.sg-customer-bootstrap .sg-favorite-grid {
    display: grid;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-address-card,
body.sg-customer-bootstrap .sg-location-card,
body.sg-customer-bootstrap .sg-wallet-row,
body.sg-customer-bootstrap .sg-order-card,
body.sg-customer-bootstrap .sg-favorite-card {
    align-items: center;
    display: grid;
    gap: .25rem;
    min-width: 0;
    padding: .25rem;
}

body.sg-customer-bootstrap .sg-address-card,
body.sg-customer-bootstrap .sg-location-card,
body.sg-customer-bootstrap .sg-wallet-row {
    grid-template-columns: minmax(0, 1fr) auto;
}

body.sg-customer-bootstrap .sg-order-card {
    color: var(--bs-body-color);
    grid-template-columns: minmax(0, 1fr) auto 24px;
    text-decoration: none;
}

body.sg-customer-bootstrap .sg-order-card :is(h2, p),
body.sg-customer-bootstrap .sg-address-card :is(p, small),
body.sg-customer-bootstrap .sg-location-card :is(p, small),
body.sg-customer-bootstrap .sg-wallet-row :is(strong, small),
body.sg-customer-bootstrap .sg-favorite-card :is(strong, small, span) {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.sg-customer-bootstrap .sg-address-actions {
    display: inline-flex;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-icon-button {
    align-items: center;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px;
}

body.sg-customer-bootstrap .sg-icon-button-primary,
body.sg-customer-bootstrap .sg-icon-button:hover,
body.sg-customer-bootstrap .sg-icon-button:focus-visible {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

body.sg-customer-bootstrap .sg-icon-button-danger {
    color: var(--bs-danger);
}

body.sg-customer-bootstrap .sg-icon-button-danger:hover,
body.sg-customer-bootstrap .sg-icon-button-danger:focus-visible {
    background: var(--bs-danger);
    border-color: var(--bs-danger);
    color: #fff;
}

body.sg-customer-bootstrap .sg-favorite-card {
    grid-template-columns: minmax(0, 1fr) auto;
}

body.sg-customer-bootstrap .sg-favorite-card > a {
    align-items: center;
    color: var(--bs-body-color);
    display: grid;
    gap: .25rem;
    grid-template-columns: 72px minmax(0, 1fr);
    min-width: 0;
    text-decoration: none;
}

body.sg-customer-bootstrap .sg-favorite-card img {
    aspect-ratio: 1;
    border-radius: var(--bs-border-radius);
    object-fit: cover;
    width: 72px;
}

body.sg-customer-bootstrap .sg-minimum-ok,
body.sg-customer-bootstrap .sg-minimum-warning {
    border-radius: var(--bs-border-radius);
    padding: 2px;
}

body.sg-customer-bootstrap .sg-minimum-ok {
    background: var(--bs-success-bg-subtle);
    border: 1px solid var(--bs-success-border-subtle);
    color: var(--bs-success-text-emphasis);
}

body.sg-customer-bootstrap .sg-minimum-warning {
    background: var(--bs-warning-bg-subtle);
    border: 1px solid var(--bs-warning-border-subtle);
    color: var(--bs-warning-text-emphasis);
}

@media (max-width: 575.98px) {
    body.sg-customer-bootstrap .sg-account-layout,
    body.sg-customer-bootstrap .sg-account-main,
    body.sg-customer-bootstrap .sg-address-list,
    body.sg-customer-bootstrap .sg-wallet-list,
    body.sg-customer-bootstrap .sg-order-list,
    body.sg-customer-bootstrap .sg-favorite-grid {
        gap: 2px;
    }

    body.sg-customer-bootstrap .sg-account-stats {
        gap: 2px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.sg-customer-bootstrap :is(.sg-panel, .sg-settings-card, .sg-location-card, .sg-address-card, .sg-wallet-row, .sg-order-card, .sg-favorite-card, .sg-address-box, .sg-empty-cart) {
        border-radius: 2px !important;
        box-shadow: none !important;
        padding: .25rem !important;
    }

    body.sg-customer-bootstrap .sg-panel-title,
    body.sg-customer-bootstrap .sg-panel-title-action,
    body.sg-customer-bootstrap .sg-settings-heading {
        gap: .25rem;
        margin-bottom: .5rem;
    }

    body.sg-customer-bootstrap .sg-form-grid,
    body.sg-customer-bootstrap .sg-address-card,
    body.sg-customer-bootstrap .sg-location-card,
    body.sg-customer-bootstrap .sg-wallet-row,
    body.sg-customer-bootstrap .sg-order-card,
    body.sg-customer-bootstrap .sg-favorite-card {
        grid-template-columns: 1fr;
    }

    body.sg-customer-bootstrap .sg-favorite-card > a {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    body.sg-customer-bootstrap .sg-favorite-card img {
        width: 58px;
    }

    body.sg-customer-bootstrap .sg-address-actions,
    body.sg-customer-bootstrap .sg-form-actions {
        width: 100%;
    }

    body.sg-customer-bootstrap .sg-address-actions .sg-icon-button,
    body.sg-customer-bootstrap .sg-form-actions .btn {
        flex: 1 1 auto;
    }

    body.sg-customer-bootstrap .sg-profile-form-actions .btn {
        flex: 0 0 auto;
        width: auto;
    }

    body.sg-customer-bootstrap :is(.btn, .form-control, .form-select, .sg-icon-button, .sg-account-menu a) {
        min-width: 0;
    }
}

/* Customer account Bootstrap hardening: keep old account UI behavior from leaking in. */
body.sg-customer-bootstrap {
    overflow-x: hidden !important;
}

body.sg-customer-bootstrap .sg-account-menu-toggle,
body.sg-customer-bootstrap .sg-account-menu-close-tab,
body.sg-customer-bootstrap .sg-account-menu-backdrop {
    display: none;
}

body.sg-customer-bootstrap .sg-account-menu-backdrop:not([hidden]) {
    background: rgba(15, 23, 42, .28);
    display: block;
    inset: 0;
    position: fixed;
    z-index: 1040;
}

body.sg-customer-bootstrap .sg-account-menu-close-tab:not([hidden]) {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8e0e7;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
    color: #1f6f7a;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 12px;
    top: 12px;
    width: 34px;
    z-index: 1060;
}

body.sg-customer-bootstrap .sg-account-layout {
    align-items: start !important;
    display: grid !important;
    gap: 2px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding-bottom: 0 !important;
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-account-main {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 2px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.sg-customer-bootstrap main:not(.sg-account-dashboard-page) .sg-account-layout {
    grid-template-columns: minmax(0, 1fr) !important;
}

body.sg-customer-bootstrap main:not(.sg-account-dashboard-page) .sg-account-menu {
    display: grid !important;
}

body.sg-customer-bootstrap main:not(.sg-account-dashboard-page) .sg-account-main {
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-account-menu {
    align-content: start !important;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%) !important;
    border: 0 !important;
    border-left: 1px solid #d8e0e7 !important;
    border-radius: 12px 0 0 12px !important;
    bottom: 0 !important;
    box-shadow: -18px 0 38px rgba(15, 23, 42, .16) !important;
    display: grid !important;
    gap: 4px !important;
    grid-auto-flow: row !important;
    grid-auto-rows: min-content !important;
    grid-template-columns: 1fr !important;
    height: 100dvh !important;
    left: auto !important;
    margin: 0 !important;
    max-height: 100dvh !important;
    max-width: 310px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 4px 4px 4px !important;
    pointer-events: none !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateX(105%) !important;
    transition: transform .22s ease, visibility .22s ease !important;
    visibility: hidden !important;
    width: min(82vw, 310px) !important;
    z-index: 1050 !important;
}

body.sg-customer-bootstrap .sg-account-menu.is-open {
    pointer-events: auto !important;
    transform: translateX(0) !important;
    visibility: visible !important;
}

body.sg-customer-bootstrap .sg-account-menu a {
    align-content: center !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #edf0f3 !important;
    border-radius: 8px !important;
    color: #263241 !important;
    display: grid !important;
    gap: 4px !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    justify-items: stretch !important;
    min-height: 46px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 4px 4px 4px 4px !important;
    position: relative !important;
    text-align: left !important;
    text-decoration: none !important;
    pointer-events: auto !important;
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-account-menu a::after {
    display: none !important;
}

body.sg-customer-bootstrap .sg-account-menu a:hover,
body.sg-customer-bootstrap .sg-account-menu a:focus-visible {
    background: #eef7f8 !important;
    border-color: #cbd5e1 !important;
    color: #1f6f7a !important;
    box-shadow: 0 8px 18px rgba(29, 127, 140, .12) !important;
}

body.sg-customer-bootstrap .sg-account-menu a.is-active {
    background: linear-gradient(135deg, #1d7f8c, #2b6b79) !important;
    border-color: #cbd5e1 !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(29, 127, 140, .18) !important;
}

body.sg-customer-bootstrap .sg-account-menu a.is-active::after {
    color: #fff;
    opacity: .95;
}

body.sg-customer-bootstrap .sg-account-menu a > span {
    align-items: center !important;
    background: linear-gradient(135deg, #35b8b8, #1d7f8c) !important;
    border-radius: 8px !important;
    color: #fff !important;
    display: inline-flex !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    height: 34px !important;
    justify-content: center !important;
    width: 34px !important;
}

body.sg-customer-bootstrap .sg-account-menu a > span i {
    font-size: .98rem !important;
    line-height: 1 !important;
}

body.sg-customer-bootstrap .sg-account-menu a.is-active > span,
body.sg-customer-bootstrap .sg-account-menu a:hover > span,
body.sg-customer-bootstrap .sg-account-menu a:focus-visible > span {
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, .55) !important;
    color: #1d7f8c !important;
}

body.sg-customer-bootstrap .sg-account-menu a.is-active > span {
    background: rgba(255, 255, 255, .95) !important;
    color: #1d7f8c !important;
}

body.sg-customer-bootstrap .sg-account-menu a > strong {
    color: inherit !important;
    display: block !important;
    font-size: .86rem !important;
    font-weight: 800 !important;
    grid-column: 1 !important;
    line-height: 1.08 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.sg-customer-bootstrap .sg-account-menu a > small {
    color: #64748b !important;
    display: block !important;
    font-size: .66rem !important;
    font-weight: 600 !important;
    grid-column: 1 !important;
    line-height: 1.08 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.sg-customer-bootstrap .sg-account-summary {
    align-items: center !important;
    background: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
    display: grid !important;
    gap: .25rem !important;
    grid-template-columns: minmax(0, 1fr) auto 36px !important;
    min-width: 0 !important;
    padding: .25rem !important;
}

body.sg-customer-bootstrap .sg-account-summary :is(h3, p, span, strong) {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
}

body.sg-customer-bootstrap .sg-location-map {
    border: 1px solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    margin-top: .75rem !important;
    min-height: 220px !important;
    overflow: hidden !important;
}

@media (max-width: 575.98px) {
    body.sg-customer-bootstrap .sg-account-summary {
        border-radius: 2px !important;
        box-shadow: none !important;
        grid-template-columns: 1fr !important;
        padding: .25rem !important;
    }

    body.sg-customer-bootstrap .sg-account-summary .sg-icon-button {
        width: 100% !important;
    }

body.sg-customer-bootstrap .sg-location-map {
    border-radius: 2px !important;
    min-height: 190px !important;
    }
}

/* Customer orders page. */
body.sg-customer-bootstrap .sg-customer-orders-page .sg-section {
    padding-top: 0;
}

body.sg-customer-bootstrap .sg-account-menu a.is-active > small {
    color: rgba(255, 255, 255, .86) !important;
}

body.sg-customer-bootstrap .sg-customer-orders-panel {
    display: grid;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-customer-orders-panel .sg-panel-title {
    margin-bottom: 0;
}

body.sg-customer-bootstrap .sg-customer-orders-title {
    align-items: center;
    gap: .25rem;
    justify-content: flex-start;
}

body.sg-customer-bootstrap .sg-customer-orders-title > .sg-panel-title {
    min-width: 0;
}

body.sg-customer-bootstrap .sg-title-back-button {
    align-items: center;
    background: #eef7f8;
    border: 1px solid #d8e0e7;
    border-radius: .55rem;
    color: #1d7f8c;
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 34px;
}

body.sg-customer-bootstrap .sg-title-back-button:hover,
body.sg-customer-bootstrap .sg-title-back-button:focus-visible {
    background: #eef7f8;
    border-color: #cbd5e1;
    color: #1f6f7a;
    outline: 0;
}

body.sg-customer-bootstrap .sg-wallet-title-row {
    justify-content: space-between;
}

body.sg-customer-bootstrap .sg-wallet-title-row .sg-wallet-request-link,
body.sg-customer-bootstrap .sg-wallet-title-row [data-wallet-request-open] {
    align-self: center;
    flex: 0 0 auto;
    font-size: .68rem;
    gap: 4px;
    line-height: 1;
    min-height: 28px;
    padding: .25rem .25rem;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-wallet-title-row .sg-wallet-request-link i,
body.sg-customer-bootstrap .sg-wallet-title-row [data-wallet-request-open] i {
    font-size: .78rem;
}

body.sg-customer-bootstrap .sg-wallet-request-page .sg-section {
    padding-top: 0;
}

body.sg-customer-bootstrap .sg-wallet-request-shell {
    display: grid;
    gap: .25rem;
    margin: 0 auto;
    max-width: 760px;
}

body.sg-customer-bootstrap .sg-wallet-request-page .sg-panel {
    display: grid;
    gap: .25rem;
    padding: .25rem !important;
}

body.sg-customer-bootstrap .sg-wallet-balance-pill {
    align-items: center;
    background: #eef7f8;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    color: #164e63;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 800;
    min-height: 30px;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-wallet-request-content {
    display: grid;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-wallet-bank-box {
    margin: 0;
}

body.sg-customer-bootstrap .sg-wallet-summary-line {
    align-items: center;
    background: linear-gradient(135deg, #eef7f8, #ffffff);
    border: 1px solid #d8e0e7;
    border-radius: .7rem;
    box-shadow: 0 .35rem .9rem rgba(31, 41, 51, .06);
    color: #475569;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .25rem;
    min-height: 42px;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-wallet-summary-line span {
    align-items: baseline;
    display: inline-flex;
    gap: .25rem;
    line-height: 1.1;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-wallet-summary-line strong {
    color: #164e63;
    font-size: .95rem;
    font-weight: 850;
}

body.sg-customer-bootstrap .sg-favorite-summary-wrap {
    align-items: stretch;
    display: grid;
    gap: .25rem;
    grid-template-columns: auto minmax(0, 1fr);
}

body.sg-customer-bootstrap .sg-favorite-summary-wrap > .sg-title-back-button {
    align-self: stretch;
    height: auto;
    min-height: 42px;
}

body.sg-customer-bootstrap .sg-favorite-summary-line {
    background: linear-gradient(135deg, #eef7f8, #ffffff);
    border: 1px solid #d8e0e7;
    border-radius: .7rem;
    box-shadow: 0 .35rem .9rem rgba(31, 41, 51, .06);
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-favorite-summary-line article {
    display: grid;
    gap: .12rem;
    min-width: 0;
}

body.sg-customer-bootstrap .sg-favorite-summary-line article > div {
    align-items: baseline;
    display: inline-flex;
    gap: .25rem;
    min-width: 0;
}

body.sg-customer-bootstrap .sg-favorite-summary-line span {
    color: #475569;
    font-size: .72rem;
    font-weight: 850;
    line-height: 1.05;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-favorite-summary-line strong {
    color: #164e63;
    font-size: .95rem;
    font-weight: 850;
    line-height: 1.05;
}

body.sg-customer-bootstrap .sg-favorite-summary-line small {
    color: #64748b;
    font-size: .68rem;
    font-weight: 650;
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-favorite-title-label {
    align-items: center;
    display: inline-flex;
    font-size: .84rem;
    gap: .25rem;
    letter-spacing: .01em;
}

body.sg-customer-bootstrap .sg-favorite-title-label .bi {
    font-size: 1rem;
    vertical-align: -.08em;
}

body.sg-customer-bootstrap .sg-favorite-section-title {
    align-items: center;
    color: #263241;
    display: inline-flex;
    gap: .25rem;
    line-height: 1.12;
    margin: 0;
}

body.sg-customer-bootstrap h1.sg-favorite-section-title,
body.sg-customer-bootstrap h2.sg-favorite-section-title {
    font-size: 1.02rem;
    font-weight: 820;
}

body.sg-customer-bootstrap .sg-favorite-section-title .bi {
    color: #1d7f8c;
    font-size: 1.08em;
    flex: 0 0 auto;
}

body.sg-customer-bootstrap .sg-wallet-request-box {
    background: linear-gradient(135deg, #eef7f8, #ffffff);
    border: 1px solid #cbd5e1;
    border-radius: .75rem;
    box-shadow: 0 .45rem 1.1rem rgba(31, 41, 51, .08);
    display: grid;
    gap: .25rem;
    padding: .25rem;
}

body.sg-customer-bootstrap .sg-wallet-request-box .sg-form-toolbar {
    align-items: center;
    display: flex;
    gap: .25rem;
    justify-content: space-between;
}

body.sg-customer-bootstrap .sg-wallet-request-box .sg-form-toolbar strong {
    color: #164e63;
    font-size: .9rem;
}

body.sg-customer-bootstrap .sg-wallet-request-box .sg-form-toolbar .sg-icon-button {
    height: 30px;
    width: 30px;
}

body.sg-customer-bootstrap .sg-wallet-request-box .btn[type="submit"] {
    justify-self: start;
    min-height: 32px;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-wallet-security-code {
    align-items: end;
    display: grid !important;
    gap: .25rem;
    grid-template-columns: minmax(110px, auto) auto minmax(0, 150px);
}

body.sg-customer-bootstrap .sg-wallet-security-code > span {
    align-self: center;
}

body.sg-customer-bootstrap .sg-wallet-security-code > strong {
    align-items: center;
    background: #1d7f8c;
    border-radius: .45rem;
    color: #ffffff;
    display: inline-flex;
    font-size: .95rem;
    font-weight: 850;
    justify-content: center;
    letter-spacing: .16em;
    min-height: 38px;
    min-width: 78px;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-customer-help-panel {
    padding: .25rem !important;
}

body.sg-customer-bootstrap .sg-customer-help-accordion {
    display: grid;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-item {
    background: #ffffff;
    border: 1px solid #d8e0e7;
    border-radius: .75rem !important;
    box-shadow: 0 .4rem 1rem rgba(31, 41, 51, .06);
    overflow: hidden;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-button {
    background: linear-gradient(135deg, #eef7f8, #ffffff);
    box-shadow: none;
    color: #263241;
    gap: .25rem;
    line-height: 1.2;
    min-height: 48px;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #1d7f8c, #2b6b79);
    color: #ffffff;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-button:focus {
    border-color: #cbd5e1;
    box-shadow: 0 0 0 .18rem rgba(29, 127, 140, .14);
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-button::after {
    flex: 0 0 auto;
}

body.sg-customer-bootstrap .sg-help-question-number {
    align-items: center;
    background: #1d7f8c;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    width: 24px;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-button:not(.collapsed) .sg-help-question-number {
    background: #ffffff;
    color: #1f6f7a;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-body {
    background: #f8fafc;
    color: #4b5563;
    font-size: .86rem;
    line-height: 1.5;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-customer-help-accordion .accordion-body p {
    margin: 0;
}

body.sg-customer-bootstrap .sg-customer-orders-panel .sg-order-stats {
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-customer-orders-panel .sg-order-stats article {
    background: #ffffff;
    border-color: #dbe7e1 !important;
    min-height: 72px;
    padding: .25rem .25rem;
}

body.sg-customer-bootstrap .sg-customer-order-list {
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-customer-order-filter {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

body.sg-customer-bootstrap .sg-customer-order-filter .input-group {
    flex: 1 1 190px;
    max-width: 260px;
}

body.sg-customer-bootstrap .sg-customer-order-filter .input-group-text {
    align-items: center;
    background: #f8fafc;
    border-color: #d8e0e7;
    color: #263241;
    gap: 2px;
    font-size: .76rem;
    font-weight: 780;
}

body.sg-customer-bootstrap .sg-customer-order-filter .input-group-text i {
    font-size: .86rem;
    line-height: 1;
}

body.sg-customer-bootstrap .sg-customer-order-filter :is(.form-control, .btn) {
    min-height: 34px;
}

body.sg-customer-bootstrap .sg-customer-order-filter .btn-outline-secondary {
    background: #ffffff;
    border-color: #d8e0e7;
    color: #263241;
}

body.sg-customer-bootstrap .sg-customer-order-filter :is(.form-control, .input-group-text, .btn-outline-secondary):is(:hover, :focus, :focus-visible) {
    background-color: #ffffff !important;
    border-color: #d8e0e7 !important;
    box-shadow: 0 0 0 .12rem rgba(100, 116, 139, .12) !important;
    color: #263241 !important;
    outline: 0 !important;
}

body.sg-customer-bootstrap .sg-customer-order-filter .input-group:focus-within :is(.form-control, .input-group-text) {
    border-color: #d8e0e7 !important;
    box-shadow: none !important;
}

body.sg-customer-bootstrap .sg-customer-order-filter .btn-outline-secondary:is(:hover, :focus-visible) {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #263241;
    box-shadow: 0 .2rem .55rem rgba(100, 116, 139, .1);
}

body.sg-customer-bootstrap .sg-customer-order-filter .form-control {
    border-color: #d8e0e7;
    color: #263241;
    font-size: .82rem;
    font-weight: 650;
}

body.sg-customer-bootstrap .sg-customer-order-card {
    align-items: center;
    border-color: #dbe7e1 !important;
    display: grid;
    column-gap: 4px;
    grid-template-columns: minmax(0, 1fr) max-content 24px 14px;
    min-height: 38px;
    padding: .25rem .25rem !important;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.sg-customer-bootstrap .sg-customer-order-card:hover,
body.sg-customer-bootstrap .sg-customer-order-card:focus-visible {
    border-color: #cbd5e1 !important;
    box-shadow: 0 .45rem 1.15rem rgba(29, 127, 140, .13) !important;
    outline: 0;
    transform: translateY(-1px);
}

body.sg-customer-bootstrap .sg-customer-order-main {
    grid-column: 1;
    max-width: none;
    min-width: 0;
}

body.sg-customer-bootstrap .sg-customer-order-code {
    color: #16826f !important;
    display: block;
    font-size: .66rem;
    font-weight: 650;
    letter-spacing: .02em;
    margin-bottom: .12rem;
}

body.sg-customer-bootstrap .sg-customer-order-card h2 {
    color: #172033;
    font-size: .84rem;
    font-weight: 650;
    line-height: 1.15;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-customer-order-total {
    align-self: center;
    color: #0f5d45 !important;
    font-size: .82rem;
    font-weight: 700;
    grid-column: 2;
    justify-self: end;
    margin-right: 0;
    text-align: right;
    white-space: nowrap;
}

body.sg-customer-bootstrap .sg-customer-order-arrow {
    align-items: center;
    align-self: center;
    background: transparent !important;
    border-radius: 0 !important;
    color: #607080;
    display: inline-flex;
    font-size: 1rem;
    grid-column: 4;
    height: auto !important;
    justify-content: center;
    justify-self: center;
    line-height: 1;
    width: 100% !important;
}

body.sg-customer-bootstrap .sg-customer-order-status {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: .8rem;
    grid-column: 3;
    height: 22px;
    justify-content: center;
    justify-self: center;
    line-height: 1;
    width: 22px;
}

body.sg-customer-bootstrap .sg-customer-order-card.is-waiting .sg-customer-order-status {
    background: #eef7f8;
    border-color: #d8e0e7;
    color: #1f6f7a;
}

body.sg-customer-bootstrap .sg-customer-order-card.is-preparing .sg-customer-order-status {
    background: #ecfeff;
    border-color: #a5f3fc;
    color: #155e75;
}

body.sg-customer-bootstrap .sg-customer-order-card.is-courier .sg-customer-order-status {
    background: #eef7f8;
    border-color: #cbd5e1;
    color: #1f6f7a;
}

body.sg-customer-bootstrap .sg-customer-order-card.is-completed .sg-customer-order-status {
    background: #16a34a;
    border-color: #16a34a;
    color: #ffffff;
}

body.sg-customer-bootstrap .sg-customer-order-card.is-canceled .sg-customer-order-status {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e3a8a;
}

body.sg-customer-bootstrap .sg-customer-orders-empty {
    align-items: center;
    display: grid;
    justify-items: center;
    margin: 0;
    max-width: none;
    min-height: clamp(180px, 24vw, 260px);
    padding: clamp(.25rem, 3vw, .25rem);
    text-align: center;
    width: 100%;
}

body.sg-customer-bootstrap .sg-customer-orders-empty strong,
body.sg-customer-bootstrap .sg-customer-orders-empty p {
    max-width: 520px;
    text-align: center;
}

body.sg-customer-bootstrap .sg-customer-orders-empty .btn {
    justify-self: center;
}

@media (max-width: 767.98px) {
    body.sg-customer-bootstrap .sg-customer-order-filter {
        display: grid;
        gap: 2px;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr) auto auto;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .input-group {
        flex: 0 1 auto;
        max-width: none;
        min-width: 0;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .btn {
        flex: 0 0 auto;
        min-width: 0;
        padding-left: .25rem;
        padding-right: .25rem;
        width: auto;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .input-group-text {
        background: #f8fafc;
        border-color: #d8e0e7;
        color: #263241;
        gap: 2px;
        font-size: .64rem;
        font-weight: 800;
        min-width: 0;
        padding-left: .25rem;
        padding-right: .25rem;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .input-group-text i {
        font-size: .76rem;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .form-control {
        font-size: .72rem;
        min-width: 0;
        padding-left: .25rem;
        padding-right: .15rem;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .btn span {
        font-size: .62rem;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .btn {
        gap: .15rem;
    }

    body.sg-customer-bootstrap .sg-customer-order-filter .btn i {
        font-size: .72rem;
    }

    body.sg-customer-bootstrap .sg-customer-order-card {
        column-gap: 4px;
        grid-template-columns: minmax(0, 1fr) max-content 22px 12px;
        min-height: 0;
        padding: .25rem .25rem !important;
    }

    body.sg-customer-bootstrap .sg-customer-order-total {
        align-self: center;
        font-size: .74rem;
        grid-column: 2;
        grid-row: auto;
        justify-self: end;
        margin-right: 0;
    }

    body.sg-customer-bootstrap .sg-customer-order-arrow {
        align-items: center;
        background: transparent !important;
        border-radius: 0 !important;
        display: inline-flex;
        font-size: .86rem;
        grid-column: 4;
        height: auto !important;
        justify-content: center;
        justify-self: center;
        line-height: 1;
        width: auto !important;
    }

}

/* Musteri paneli tek mobil iskelet.
   Bu blok, musteri tarafinda header, icerik ve footerbar genisligini tek kaynaktan yonetir. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap {
    --sg-customer-shell-width: 430px;
    --sg-customer-edge: 3px;
    --sg-customer-header-height: 54px;
    --sg-customer-footer-height: 70px;
    background: #f4f5f6 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    overflow-x: hidden !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar {
    box-sizing: border-box !important;
    width: min(100%, var(--sg-customer-shell-width)) !important;
    max-width: var(--sg-customer-shell-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header {
    flex: 0 0 auto !important;
    min-height: var(--sg-customer-header-height) !important;
    padding: 4px var(--sg-customer-edge) 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .navbar,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .navbar > .container {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .navbar > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 4px 4px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 0 0 10px 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(32, 33, 36, .06) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .d-flex {
    position: static !important;
    transform: none !important;
    gap: 4px !important;
    margin: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .btn {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-color: #dfe3e7 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #344054 !important;
    box-shadow: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    padding: 4px var(--sg-customer-edge) 4px !important;
    background: #f8fafc !important;
    overflow-x: hidden !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell > :is(section, div, article, aside),
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell > .sg-section,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell > .sg-section > .container,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-layout,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-main {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell > .sg-section > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell > .sg-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-layout,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-main,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-section {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a {
    min-height: 56px !important;
    padding: 4px 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #344054 !important;
    text-align: center !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a > span {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 8px !important;
    background: #1d7f8c !important;
    color: #fff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a > strong {
    font-size: .69rem !important;
    line-height: 1.05 !important;
    white-space: normal !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a > small {
    display: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-panel,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-address-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-location-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-row,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-order-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-favorite-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-empty-cart,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 5px !important;
    padding: 4px !important;
    border: 1px solid #e6e8eb !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(32, 33, 36, .05) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-hero,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-section {
    display: grid !important;
    gap: 4px !important;
    width: 100% !important;
    padding: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-card {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 54%, #dff2f4 100%) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-panel-title,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-heading-row,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-heading,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel-title {
    min-height: 24px !important;
    margin: 0 0 4px !important;
    padding: 0 0 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    border-bottom: 1px solid #edf1f4 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-panel-title h1, .sg-panel-title h2, .sg-customer-heading-title, .sg-settings-heading h1, .sg-settings-heading h2, .sg-account-mobile-panel-title h2) {
    margin: 0 !important;
    color: #273f46 !important;
    font-size: .82rem !important;
    font-weight: 740 !important;
    line-height: 1.15 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-panel-title span, .sg-settings-heading span, .sg-account-mobile-panel-title small) {
    color: #7b8792 !important;
    font-size: .56rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar {
    position: fixed !important;
    right: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    z-index: 1040 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 42px !important;
    gap: 1px !important;
    min-height: var(--sg-customer-footer-height) !important;
    padding: 4px 2px env(safe-area-inset-bottom) !important;
    border: 1px solid #dfe3e7 !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-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar :is(a, button) {
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 4px 2px !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-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar :is(a.is-active, a:hover, a:focus-visible) {
    background: #e8eaed !important;
    color: #202124 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar i {
    font-size: 1.08rem !important;
    line-height: 1 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar form {
    width: 42px !important;
    max-width: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar .sg-footerbar-logout {
    width: 40px !important;
    min-width: 40px !important;
    background: #e52626 !important;
    color: #fff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar .sg-footerbar-logout .sg-logout-svg {
    width: 30px !important;
    height: 30px !important;
    color: #fff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section {
    flex: 0 0 auto !important;
    /* Sabit alt nav ~74px (telefonda + safe-area). Onceki +4px paya sigip
       son icerik (sepetteki "Odeme yontemine gec"/"Sepeti temizle") nav'in
       altinda kaliyordu. Rahat bir pay (+24px) ile kesin temizle. */
    padding: 0 var(--sg-customer-edge) calc(var(--sg-customer-footer-height) + 24px + env(safe-area-inset-bottom)) !important;
    background: #f8fafc !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer {
    margin: 0 !important;
    padding: 4px 4px 4px !important;
    border: 1px solid #d9e3ea !important;
    border-radius: 10px 10px 0 0 !important;
    background: #111827 !important;
    color: #f8fafc !important;
    box-shadow: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-brand {
    grid-column: 1 / -1 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer :is(strong, b, span, .sg-footer-login-title) {
    color: #ffffff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer :is(p, a, small) {
    color: #cbd5e1 !important;
    font-size: .68rem !important;
    line-height: 1.28 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer a:hover,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer a:focus-visible {
    color: #ffffff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-apps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    margin: 8px 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-apps a,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-social a,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-login-icons a {
    border-color: rgba(255, 255, 255, .16) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-bottom {
    margin-top: 10px !important;
    padding-top: 4px !important;
    border-top: 1px solid rgba(255, 255, 255, .14) !important;
    color: #cbd5e1 !important;
    font-size: .64rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section .sg-footer-credit {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

/* Musteri mobil panel gorsel sistemi. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap {
    --sg-customer-bg: #f3f6f8;
    --sg-customer-card: #ffffff;
    --sg-customer-line: #d9e3ea;
    --sg-customer-ink: #1f2933;
    --sg-customer-muted: #64748b;
    --sg-customer-accent: #1d7f8c;
    --sg-customer-accent-soft: #e8f7f8;
    --sg-customer-green: #1f5f6b;
    background: var(--sg-customer-bg) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell {
    background:
        radial-gradient(circle at 12% 0%, rgba(29, 127, 140, .11), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #f3f6f8 100%) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .navbar > .container {
    min-height: 48px !important;
    border-color: rgba(217, 227, 234, .95) !important;
    border-radius: 0 0 12px 12px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 10px 24px rgba(31, 41, 51, .08) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .btn {
    border-color: #d9e3ea !important;
    background: #fff !important;
    color: #475467 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .btn:hover,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header .btn:focus-visible {
    border-color: #c8d6df !important;
    background: #f3f6f8 !important;
    color: #202124 !important;
    outline: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-card {
    min-height: 92px !important;
    padding: 4px !important;
    border-color: #d9e3ea !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 54%, #dff2f4 100%) !important;
    box-shadow: 0 12px 26px rgba(29, 127, 140, .11) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-avatar {
    width: 46px !important;
    height: 46px !important;
    background: linear-gradient(135deg, #2aa6a6, #1d7f8c) !important;
    color: #fff !important;
    box-shadow: 0 8px 16px rgba(29, 127, 140, .25) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-identity small {
    color: #1f6f7a !important;
    font-size: .66rem !important;
    font-weight: 820 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-identity h1 {
    margin: 3px 0 2px !important;
    color: var(--sg-customer-ink) !important;
    font-size: .84rem !important;
    font-weight: 820 !important;
    line-height: 1.1 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-identity h1 span {
    display: inline-flex !important;
    max-width: 100% !important;
    padding: 3px 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .9) !important;
    color: var(--sg-customer-ink) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-identity p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: .72rem !important;
    line-height: 1.18 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-balance {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    display: inline-grid !important;
    gap: 1px !important;
    min-width: 78px !important;
    padding: 4px 4px !important;
    border: 1px solid rgba(29, 127, 140, .18) !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #164e63 !important;
    text-align: right !important;
    text-decoration: none !important;
    box-shadow: 0 8px 14px rgba(29, 127, 140, .08) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-balance small {
    color: #64748b !important;
    font-size: .58rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-balance strong {
    color: #164e63 !important;
    font-size: .72rem !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a {
    min-height: 58px !important;
    padding: 4px 3px !important;
    border-color: #d9e3ea !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #344054 !important;
    box-shadow: 0 8px 18px rgba(31, 41, 51, .04) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a.is-active {
    background: linear-gradient(135deg, #1d7f8c, #2b6b79) !important;
    color: #fff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a > span {
    width: 28px !important;
    height: 28px !important;
    background: #1d7f8c !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-dashboard-page .sg-account-menu a > strong {
    color: inherit !important;
    font-size: .68rem !important;
    font-weight: 790 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-panel,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-address-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-location-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-row,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-order-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-favorite-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-empty-cart,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-address-box {
    border-color: var(--sg-customer-line) !important;
    border-radius: 12px !important;
    background: var(--sg-customer-card) !important;
    box-shadow: 0 10px 22px rgba(31, 41, 51, .055) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-panel,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel {
    padding: 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-panel-title,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-heading-row,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-settings-heading,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel-title {
    min-height: 24px !important;
    margin: 0 0 4px !important;
    padding: 0 0 2px !important;
    border-bottom-color: #edf1f4 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-panel-title h1, .sg-panel-title h2, .sg-customer-heading-title, .sg-settings-heading h1, .sg-settings-heading h2, .sg-account-mobile-panel-title h2) {
    color: #273f46 !important;
    font-size: .82rem !important;
    font-weight: 740 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-panel-title span, .sg-settings-heading span, .sg-account-mobile-panel-title small) {
    color: #7b8792 !important;
    font-size: .56rem !important;
    font-weight: 600 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-title-back-button,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-icon-button {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    border: 1px solid #d9e3ea !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #59616b !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-title-back-button, .sg-icon-button):hover,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-title-back-button, .sg-icon-button):focus-visible {
    border-color: #c8d6df !important;
    background: #f3f6f8 !important;
    color: #202124 !important;
    outline: 0 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.form-control, .form-select, .input-group-text) {
    min-height: 34px !important;
    border-color: #d9e3ea !important;
    color: var(--sg-customer-ink) !important;
    font-size: .78rem !important;
    box-shadow: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.form-control, .form-select):focus {
    border-color: #b8c8d2 !important;
    box-shadow: 0 0 0 .12rem rgba(120, 113, 108, .12) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .input-group-text {
    background: #f5f8fa !important;
    color: #475569 !important;
    font-weight: 760 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-summary-line,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    margin: 0 0 5px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-summary-line span,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-stats article {
    min-height: 40px !important;
    padding: 4px 4px !important;
    border: 1px solid #d9e3ea !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #475569 !important;
    box-shadow: 0 8px 16px rgba(31, 41, 51, .045) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-summary-line strong,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-stats strong {
    color: #202124 !important;
    font-size: .86rem !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-address-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-row,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-favorite-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-card,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders a,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-address,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-empty {
    border: 1px solid #d9e3ea !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 16px rgba(31, 41, 51, .04) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-muted-text,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap :is(.sg-address-card p, .sg-address-card small, .sg-wallet-row small, .sg-favorite-card small, .sg-account-mobile-empty p) {
    color: var(--sg-customer-muted) !important;
    font-size: .72rem !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-card {
    min-height: 40px !important;
    padding: 4px 4px 4px 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-card h2 {
    color: var(--sg-customer-ink) !important;
    font-size: .78rem !important;
    font-weight: 760 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-total {
    color: var(--sg-customer-ink) !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar {
    min-height: 74px !important;
    border-color: #d9e3ea !important;
    background: #ffffff !important;
    box-shadow: 0 -10px 26px rgba(31, 41, 51, .1) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar :is(a, button) {
    min-height: 68px !important;
    border-radius: 0 !important;
    background: #f1f5f9 !important;
    color: #475467 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar :is(a.is-active, a:hover, a:focus-visible) {
    background: #e2e8f0 !important;
    color: #202124 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel-title a,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-request-link,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-empty a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: 28px !important;
    padding: 4px 4px !important;
    border: 1px solid #d9e3ea !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #475569 !important;
    font-size: .68rem !important;
    font-weight: 780 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-panel-title a:hover,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-wallet-request-link:hover,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-empty a:hover {
    border-color: #c8d6df !important;
    background: #f5f8fa !important;
    color: #202124 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-address,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-empty {
    display: grid !important;
    gap: 4px !important;
    padding: 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-address strong,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-empty strong {
    color: var(--sg-customer-ink) !important;
    font-size: .8rem !important;
    font-weight: 800 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-address :is(p, small),
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-empty p {
    margin: 0 !important;
    color: var(--sg-customer-muted) !important;
    font-size: .7rem !important;
    line-height: 1.25 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders {
    display: grid !important;
    gap: 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders a {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content 16px !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 38px !important;
    padding: 4px 4px !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders strong {
    color: var(--sg-customer-ink) !important;
    font-size: .75rem !important;
    font-weight: 760 !important;
    line-height: 1.05 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders small {
    color: var(--sg-customer-muted) !important;
    font-size: .62rem !important;
    line-height: 1 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders em {
    color: var(--sg-customer-ink) !important;
    font-size: .72rem !important;
    font-style: normal !important;
    font-weight: 820 !important;
    white-space: nowrap !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-account-mobile-orders i {
    color: #98a2b3 !important;
    font-size: .78rem !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-form-actions,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-profile-form-actions {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    margin-top: 5px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-form-actions .btn,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-profile-form-actions .btn,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-filter .btn {
    width: auto !important;
    min-height: 30px !important;
    padding: 4px 4px !important;
    border-radius: 8px !important;
    font-size: .7rem !important;
    font-weight: 780 !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-filter {
    display: grid !important;
    grid-template-columns: 1fr 1fr auto auto !important;
    gap: 4px !important;
    margin: 0 0 6px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-filter .input-group-text {
    padding: 4px 4px !important;
    font-size: .64rem !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-filter .form-control {
    padding: 4px 4px !important;
    font-size: .72rem !important;
}

/* Sepet badge'i KENDI "Sepetim" baglantisina sabitlenmeli; aksi halde en yakin
   konumlu ata olan fixed footerbar'a gore yerlesip cikis butonunun ustunde cikar. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar a:has(.sg-cart-badge) {
    position: relative !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar .sg-cart-badge {
    position: absolute !important;
    top: 8px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(7px) !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    background: var(--sg-customer-accent) !important;
    color: #fff !important;
    font-size: .58rem !important;
    font-weight: 850 !important;
    line-height: 16px !important;
}

@media (max-width: 575.98px) {
    body.sg-mobile-app-bootstrap.sg-customer-bootstrap {
        align-items: stretch !important;
    }

    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-panel-header,
    body.sg-mobile-app-bootstrap.sg-customer-bootstrap > main.sg-page.sg-mobile-app-shell,
    body.sg-mobile-app-bootstrap.sg-customer-bootstrap > .sg-mobile-app-footer-section,
    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar {
        width: min(100%, var(--sg-customer-shell-width)) !important;
        max-width: var(--sg-customer-shell-width) !important;
    }

    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-app-footerbar {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-filter {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 34px 44px !important;
    }

    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-customer-order-filter .btn span {
        display: none !important;
    }
}

/* Mobil sepet ekrani musteri paneline aittir. */
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page {
    min-height: 0 !important;
    padding: 4px var(--sg-customer-edge) 4px !important;
    background: #f8fafc !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-shell {
    padding: 0 !important;
    background: transparent !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page :is(.sg-cart-main-panel, .sg-cart-side, .sg-cart-summary, .sg-cart-delivery) {
    border: 1px solid #e7e5e4 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08) !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-panel {
    padding: 4px !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 4px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-panel-title span {
    display: inline-flex;
    padding: 1px 3px;
    border-radius: 4px;
    background: #f3f6f8;
    color: #7b8792;
    font-size: .55rem;
    font-weight: 600;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-panel-title :is(h1, h2) {
    margin: 0;
    color: #273f46;
    font-size: .82rem;
    font-weight: 740;
    line-height: 1.15;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-title-row .btn {
    min-height: 28px;
    padding: 4px 4px;
    border-radius: 8px;
    font-size: .68rem;
    font-weight: 750;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-empty-cart {
    min-height: 62vh;
    place-content: center;
    justify-items: center;
    gap: 4px;
    padding: 4px 4px;
    text-align: center;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-empty-cart-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #eef7f8;
    color: #1d7f8c;
    font-size: 1.7rem;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-empty-cart strong {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 850;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-empty-cart p {
    max-width: 280px;
    margin: 0;
    color: #64748b;
    font-size: .78rem;
    line-height: 1.35;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-empty-cart .btn {
    min-height: 36px;
    padding: 4px 4px;
    border-color: #111827 !important;
    border-radius: 11px;
    background: #111827 !important;
    color: #fff !important;
    font-size: .78rem;
    font-weight: 850;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-store-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 7px;
    padding: 4px;
    border: 1px solid #d9e3ea;
    border-radius: 11px;
    background: #eef7f8;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-store-strip span {
    display: block;
    color: #1f6f7a;
    font-size: .62rem;
    font-weight: 850;
    line-height: 1;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-store-strip strong {
    display: block;
    margin-top: 3px;
    color: #1f2937;
    font-size: .84rem;
    font-weight: 850;
    line-height: 1.1;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-store-strip small {
    flex: 0 0 auto;
    padding: 4px 4px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: .66rem;
    font-weight: 850;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-items {
    display: grid;
    gap: 4px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 4px;
    align-items: center;
    padding: 4px;
    border: 1px solid #e7e5e4;
    border-radius: 13px;
    background: #fff;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-image {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
    background: #f3f4f6;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item h2 {
    margin: 0;
    color: #1f2937;
    font-size: .82rem;
    font-weight: 820;
    line-height: 1.15;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item p {
    display: none;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 5px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-meta span {
    display: inline-flex;
    min-height: 18px;
    align-items: center;
    padding: 2px 4px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: .62rem;
    font-weight: 750;
    line-height: 1;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-options-accordion {
    margin-top: 5px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-options-toggle {
    min-height: 24px;
    padding: 4px 4px;
    border-color: #e7e5e4 !important;
    border-radius: 8px;
    color: #475569 !important;
    font-size: .62rem;
    font-weight: 750;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-options {
    display: grid;
    gap: 3px;
    margin-top: 4px;
    padding: 4px;
    border-radius: 8px;
    background: #f8fafc;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-options span {
    color: #475569;
    font-size: .68rem;
    line-height: 1.25;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-actions {
    display: grid;
    justify-items: end;
    gap: 4px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-actions > strong {
    color: #111827;
    font-size: .78rem;
    font-weight: 850;
    white-space: nowrap;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-qty {
    display: inline-grid;
    grid-template-columns: 26px 24px 26px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e7e5e4;
    border-radius: 999px;
    background: #f8fafc;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-qty :is(form, button) {
    margin: 0;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-qty button,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-remove {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: .8rem;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-qty span {
    color: #111827;
    font-size: .72rem;
    font-weight: 850;
    text-align: center;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-remove {
    border: 1px solid #fee2e2;
    border-radius: 999px;
    background: #fef2f2;
    color: #dc2626;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-side {
    display: grid;
    gap: 4px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-summary dl {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 4px;
    margin: 0;
    font-size: .76rem;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-summary dt {
    color: #64748b;
    font-weight: 650;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-summary dd {
    margin: 0;
    color: #111827;
    font-weight: 760;
    text-align: right;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-summary .sg-cart-total {
    color: #dc2626;
    font-size: .92rem;
    font-weight: 900;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-minimum {
    display: grid;
    gap: 4px;
    margin-bottom: 7px;
    padding: 4px;
    border: 1px solid #d9e3ea;
    border-radius: 11px;
    background: #eef7f8;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-minimum.is-complete {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-minimum strong {
    color: #111827;
    font-size: .76rem;
    font-weight: 850;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-minimum span {
    color: #64748b;
    font-size: .68rem;
    line-height: 1.3;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(29, 127, 140, .16);
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #1d7f8c;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-coupon-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
    margin-top: 8px;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-coupon-form label {
    display: grid;
    gap: 3px;
    margin: 0;
    color: #64748b;
    font-size: .66rem;
    font-weight: 750;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-coupon-form .form-control {
    min-height: 34px;
    border-color: #e7e5e4;
    border-radius: 10px;
    font-size: .78rem;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-coupon-form .btn,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-checkout-btn {
    min-height: 34px;
    border-radius: 10px;
    font-size: .74rem;
    font-weight: 850;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-checkout-form,
body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-clear-cart-form {
    margin: 0;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-checkout-form .sg-checkout-btn {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-delivery p {
    margin: 0 0 6px;
    color: #64748b;
    font-size: .74rem;
    line-height: 1.35;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-address {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 4px;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px;
    border: 1px solid #e7e5e4;
    border-radius: 11px;
    background: #f8fafc;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-address i {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef7f8;
    color: #1d7f8c;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-address strong {
    display: block;
    color: #111827;
    font-size: .76rem;
    font-weight: 850;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-address span {
    display: block;
    color: #64748b;
    font-size: .68rem;
    line-height: 1.25;
}

body.sg-mobile-app-bootstrap.sg-customer-bootstrap:has(.sg-mobile-cart-page) .sg-floating-cart {
    display: none !important;
}

@media (max-width: 380px) {
    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-image {
        width: 50px;
        height: 50px;
    }

    body.sg-mobile-app-bootstrap.sg-customer-bootstrap .sg-mobile-cart-page .sg-cart-item-actions {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto auto;
        width: 100%;
        align-items: center;
    }
}
