/* Digioto Mobile UI v1.1.3 */
.dmu-root,
.dmu-mobile-header,
.dmu-bottom-nav,
.dmu-product-actions,
.dmu-search-overlay {
    display: none;
}

/*
 * Perlindungan desktop: JavaScript memindahkan komponen mobile langsung ke
 * <body> agar fixed positioning stabil. Search overlay harus tetap tersembunyi
 * pada tablet/desktop, meskipun markup-nya sudah dipindahkan dari root plugin.
 */
@media (min-width: 768px) {
    #dmu-search-overlay,
    .dmu-search-overlay {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

@media (max-width: 767.98px) {
    :root {
        --dmu-red: #ef1b2d;
        --dmu-ink: #101820;
        --dmu-muted: #667085;
        --dmu-line: #e8eaed;
        --dmu-surface: #ffffff;
        --dmu-soft: #f7f7f8;
        --dmu-header-height: 82px;
        --dmu-product-header-height: 62px;
        --dmu-bottom-height: 76px;
        --dmu-safe-bottom: env(safe-area-inset-bottom, 0px);
    }

    html.dmu-lock-scroll,
    body.dmu-lock-scroll {
        overflow: hidden !important;
    }

    body.dmu-mobile-enabled {
        padding-top: var(--dmu-header-height) !important;
        padding-bottom: calc(var(--dmu-bottom-height) + var(--dmu-safe-bottom) + 12px) !important;
        background: #fff;
    }

    body.dmu-mobile-enabled.dmu-page-product {
        padding-top: var(--dmu-product-header-height) !important;
        padding-bottom: calc(76px + var(--dmu-safe-bottom) + 18px) !important;
    }

    body.dmu-mobile-enabled.dmu-page-immersive {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body.dmu-mobile-enabled > header,
    body.dmu-mobile-enabled .tp-header-area,
    body.dmu-mobile-enabled .tp-header-area-2,
    body.dmu-mobile-enabled .tp-header-area-3,
    body.dmu-mobile-enabled .tp-header-area-4,
    body.dmu-mobile-enabled .tp-header-area-5,
    body.dmu-mobile-enabled .tp-header-main,
    body.dmu-mobile-enabled .tp-header-bottom,
    body.dmu-mobile-enabled .tp-header-top {
        display: none !important;
    }

    body.dmu-mobile-enabled #tp-bottom-menu-sticky,
    body.dmu-mobile-enabled .tp-mobile-menu {
        display: none !important;
    }

    body.dmu-mobile-enabled .breadcrumb__area,
    body.dmu-mobile-enabled .breadcrumb__area-2,
    body.dmu-mobile-enabled .tp-breadcrumb-area,
    body.dmu-mobile-enabled .page-breadcrumb {
        display: none !important;
    }

    .dmu-root {
        display: contents;
    }

    .dmu-mobile-header {
        position: fixed;
        inset: 0 0 auto;
        z-index: 1055;
        height: var(--dmu-header-height);
        padding: 14px 16px;
        align-items: center;
        gap: 12px;
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid var(--dmu-line);
        box-shadow: 0 4px 18px rgba(16, 24, 40, 0.05);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    body.dmu-mobile-enabled:not(.dmu-page-product):not(.dmu-page-immersive) .dmu-standard-header {
        display: flex;
    }

    body.dmu-page-product .dmu-product-header {
        display: grid;
    }

    body.dmu-page-immersive .dmu-mobile-header,
    body.dmu-page-immersive .dmu-bottom-nav,
    body.dmu-page-immersive .dmu-product-actions {
        display: none !important;
    }

    .dmu-search {
        position: relative;
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        height: 52px;
    }

    .dmu-search input {
        width: 100%;
        height: 52px !important;
        padding: 0 50px 0 16px !important;
        border: 1px solid #d9dde3 !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: var(--dmu-ink) !important;
        font-size: 16px !important;
        line-height: 52px !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        appearance: none;
    }

    .dmu-search input:focus {
        border-color: #98a2b3 !important;
        outline: none;
    }

    .dmu-search button {
        position: absolute;
        top: 0;
        right: 0;
        display: grid;
        width: 48px;
        height: 52px;
        place-items: center;
        color: #475467;
        border: 0;
        background: transparent;
    }

    .dmu-search button svg {
        width: 26px;
        height: 26px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
    }

    .dmu-head-action,
    .dmu-product-cart {
        position: relative;
        display: grid;
        flex: 0 0 43px;
        width: 43px;
        height: 48px;
        place-items: center;
        color: #202831;
        text-decoration: none !important;
    }

    .dmu-head-action svg,
    .dmu-product-cart svg {
        width: 32px;
        height: 32px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.65;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .dmu-head-action:active,
    .dmu-product-cart:active {
        transform: scale(0.95);
    }

    .dmu-badge {
        position: absolute;
        top: 0;
        right: -2px;
        display: inline-flex;
        min-width: 21px;
        height: 21px;
        padding: 0 5px;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 999px;
        background: var(--dmu-red);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        line-height: 17px;
        box-shadow: 0 2px 6px rgba(16, 24, 40, 0.2);
    }

    .dmu-badge[hidden] {
        display: none !important;
    }

    .dmu-wishlist-badge {
        display: none !important;
    }

    .dmu-product-header {
        height: var(--dmu-product-header-height);
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 8px;
        padding: 0 12px;
        color: #fff;
        background: #070707;
        border-bottom: 0;
        box-shadow: none;
    }

    .dmu-product-header strong {
        overflow: hidden;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dmu-product-back,
    .dmu-product-cart {
        display: grid;
        width: 48px;
        height: 48px;
        place-items: center;
        color: #fff;
        border: 0;
        background: transparent;
    }

    .dmu-product-back svg {
        width: 28px;
        height: 28px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .dmu-product-cart .dmu-badge {
        border-color: #070707;
    }

    .dmu-bottom-nav {
        position: fixed;
        inset: auto 0 0;
        z-index: 1050;
        height: calc(var(--dmu-bottom-height) + var(--dmu-safe-bottom));
        padding: 8px 8px calc(7px + var(--dmu-safe-bottom));
        align-items: stretch;
        justify-content: space-around;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid var(--dmu-line);
        box-shadow: 0 -7px 24px rgba(16, 24, 40, 0.08);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    body.dmu-mobile-enabled:not(.dmu-page-product):not(.dmu-page-immersive) .dmu-bottom-nav {
        display: flex;
    }

    .dmu-bottom-nav a {
        display: flex;
        width: 20%;
        min-width: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        color: #525866;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .dmu-bottom-nav a svg {
        width: 29px;
        height: 29px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .dmu-bottom-nav a[data-dmu-section="home"] svg path,
    .dmu-bottom-nav a.is-active[data-dmu-section="home"] svg path {
        fill: currentColor;
    }

    .dmu-bottom-nav a.is-active {
        color: #050505;
        font-weight: 700;
    }

    .dmu-bottom-nav a:active {
        transform: translateY(1px) scale(0.97);
    }

    .dmu-product-actions {
        position: fixed;
        inset: auto 0 0;
        z-index: 1060;
        min-height: calc(72px + var(--dmu-safe-bottom));
        padding: 10px 12px calc(10px + var(--dmu-safe-bottom));
        gap: 10px;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid #e6e8eb;
        box-shadow: 0 -8px 24px rgba(16, 24, 40, 0.1);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    body.dmu-page-product .dmu-product-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .dmu-product-actions button {
        display: flex;
        min-width: 0;
        height: 52px;
        padding: 0 13px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border: 1px solid #d6d9de;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 750;
        line-height: 1.15;
        text-align: center;
        transition: transform 0.15s ease, opacity 0.15s ease;
    }

    .dmu-product-actions button:active {
        transform: scale(0.98);
    }

    .dmu-product-actions button:disabled,
    .dmu-product-actions button.is-disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .dmu-product-actions .dmu-add-cart {
        color: #121212;
        background: #fff;
    }

    .dmu-product-actions .dmu-add-cart svg {
        width: 23px;
        height: 23px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .dmu-product-actions .dmu-buy-now {
        color: #fff;
        border-color: #050505;
        background: #050505;
    }

    /* Halaman produk */
    body.dmu-page-product .tp-product-details-area {
        padding-top: 0 !important;
    }

    body.dmu-page-product .tp-product-details-top .container,
    body.dmu-page-product .tp-product-details-bottom .container,
    body.dmu-page-product .tp-related-product .container {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    body.dmu-page-product .tp-product-details-thumb-wrapper {
        margin-right: 0 !important;
        margin-bottom: 18px;
    }

    body.dmu-page-product .tp-product-details-title {
        font-size: 23px !important;
        line-height: 1.3 !important;
    }

    body.dmu-page-product .tp-product-details-sticky-actions {
        display: none !important;
    }

    body.dmu-page-product .product-form .tp-product-details-add-to-cart,
    body.dmu-page-product .product-form .tp-product-details-action-wrapper > .tp-product-details-buy-now-btn {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    body.dmu-page-product .tp-product-details-action-item-wrapper {
        display: block !important;
    }

    body.dmu-page-product .tp-product-details-quantity {
        width: 100%;
    }

    body.dmu-page-product .tp-product-quantity {
        margin-right: 0 !important;
    }

    /* Halaman keranjang */
    body.dmu-page-cart {
        background: #f7f1eb;
    }

    body.dmu-page-cart .tp-cart-area {
        padding-top: 18px !important;
        padding-bottom: 32px !important;
        background: #f7f1eb;
    }

    body.dmu-page-cart .tp-cart-area > .container {
        width: 100%;
        max-width: none;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .dmu-cart-heading {
        display: flex;
        margin: 4px 2px 18px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .dmu-cart-heading h1 {
        margin: 0;
        color: #17191c;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: -0.03em;
    }

    .dmu-cart-clear {
        padding: 7px 0;
        color: #7b7f87;
        border: 0;
        background: transparent;
        font-size: 14px;
        font-weight: 600;
    }

    .dmu-cart-clear:disabled {
        opacity: 0.45;
    }

    body.dmu-page-cart .tp-cart-area .row {
        display: block;
        margin: 0;
    }

    body.dmu-page-cart .tp-cart-area .row > [class*="col-"] {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    body.dmu-page-cart .tp-cart-list {
        margin: 0 0 16px !important;
        overflow: visible !important;
        border: 0 !important;
        background: transparent;
    }

    body.dmu-page-cart .tp-cart-list table,
    body.dmu-page-cart .tp-cart-list tbody {
        display: block;
        width: 100%;
    }

    body.dmu-page-cart .tp-cart-list thead {
        display: none !important;
    }

    body.dmu-page-cart .tp-cart-list tbody {
        display: grid;
        gap: 14px;
    }

    body.dmu-page-cart .tp-cart-list tbody tr {
        position: relative;
        display: grid;
        min-height: 144px;
        padding: 16px;
        grid-template-columns: 92px minmax(0, 1fr) 38px;
        grid-template-areas:
            "product product remove"
            ". price remove"
            ". quantity remove";
        column-gap: 12px;
        row-gap: 10px;
        overflow: hidden;
        border: 1px solid #ece8e2;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 5px 18px rgba(51, 42, 33, 0.04);
    }

    body.dmu-page-cart .tp-cart-list tbody tr td {
        display: block;
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.dmu-page-cart .tp-cart-list td::before {
        display: none !important;
    }

    body.dmu-page-cart .cart-product-content {
        grid-area: product;
        display: grid !important;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        padding-right: 26px !important;
    }

    body.dmu-page-cart .cart-product-content > a {
        display: block;
        width: 92px;
        height: 92px;
        overflow: hidden;
        border-radius: 16px;
        background: #f7f7f8;
    }

    body.dmu-page-cart .cart-product-content > a img {
        width: 92px !important;
        height: 92px !important;
        max-width: none !important;
        margin: 0 !important;
        object-fit: contain;
    }

    body.dmu-page-cart .tp-cart-title {
        min-width: 0;
    }

    body.dmu-page-cart .tp-cart-title > a {
        display: -webkit-box;
        overflow: hidden;
        margin: 1px 0 6px !important;
        color: #1d2025;
        font-size: 15px;
        font-weight: 750;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.dmu-page-cart .tp-cart-title .small,
    body.dmu-page-cart .tp-cart-title .text-muted {
        color: #8a8f98 !important;
        font-size: 12px !important;
        line-height: 1.35;
    }

    body.dmu-page-cart .tp-cart-price {
        grid-area: price;
        align-self: center;
        padding-left: 0 !important;
    }

    body.dmu-page-cart .tp-cart-price span,
    body.dmu-page-cart .tp-cart-price .tp-product-price {
        color: #15171a !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }

    body.dmu-page-cart .tp-cart-quantity {
        grid-area: quantity;
        align-self: center;
        justify-self: start;
    }

    body.dmu-page-cart .tp-cart-quantity .tp-product-quantity,
    body.dmu-page-cart .tp-cart-quantity .tp-cart-input-wrapper {
        display: grid !important;
        min-width: 112px;
        height: 44px;
        margin: 0 !important;
        padding: 0 !important;
        grid-template-columns: 36px 40px 36px;
        align-items: center;
        border: 1px solid #e1e3e6;
        border-radius: 999px;
        background: #fff;
    }

    body.dmu-page-cart .tp-cart-quantity .tp-cart-minus,
    body.dmu-page-cart .tp-cart-quantity .tp-cart-plus {
        position: static !important;
        display: grid !important;
        width: 36px !important;
        height: 42px !important;
        place-items: center;
        color: #1e2228;
        transform: none !important;
    }

    body.dmu-page-cart .tp-cart-quantity input {
        width: 40px !important;
        height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #111418 !important;
        font-size: 16px !important;
        font-weight: 700;
        line-height: 42px !important;
        text-align: center;
        box-shadow: none !important;
        -moz-appearance: textfield;
    }

    body.dmu-page-cart .tp-cart-quantity input::-webkit-outer-spin-button,
    body.dmu-page-cart .tp-cart-quantity input::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }

    body.dmu-page-cart .tp-cart-total {
        display: none !important;
    }

    body.dmu-page-cart .tp-cart-action {
        grid-area: remove;
        align-self: center;
        justify-self: end;
    }

    body.dmu-page-cart .tp-cart-action-btn {
        display: grid;
        width: 36px;
        height: 42px;
        place-items: center;
        color: #ef4753 !important;
        border: 0;
        background: transparent;
    }

    body.dmu-page-cart .tp-cart-action-btn svg {
        width: 23px;
        height: 23px;
    }

    body.dmu-page-cart .tp-cart-bottom {
        margin-bottom: 16px;
        padding: 18px;
        border: 1px solid #ece8e2;
        border-radius: 20px;
        background: #fff;
    }

    body.dmu-page-cart .tp-cart-coupon {
        margin-bottom: 0 !important;
    }

    body.dmu-page-cart .tp-cart-coupon-input-box label {
        display: flex;
        margin-bottom: 12px;
        align-items: center;
        gap: 7px;
        color: #1c2025;
        font-size: 15px;
        font-weight: 750;
    }

    body.dmu-page-cart .tp-cart-coupon-input {
        gap: 9px;
    }

    body.dmu-page-cart .tp-cart-coupon-input input {
        min-width: 0;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 15px !important;
        border: 1px solid #e0e2e5 !important;
        border-radius: 999px !important;
        background: #fbfaf8 !important;
        font-size: 16px !important;
        line-height: 48px !important;
    }

    body.dmu-page-cart .tp-cart-coupon-input button {
        flex: 0 0 auto;
        height: 48px;
        padding: 0 20px !important;
        border: 1px solid #23272e;
        border-radius: 999px;
        background: #fff !important;
        color: #171a1f !important;
        font-size: 14px;
        font-weight: 750;
    }

    body.dmu-page-cart .tp-cart-checkout-wrapper {
        margin: 0 !important;
        padding: 22px 18px 18px !important;
        border: 1px solid #ece8e2;
        border-radius: 22px;
        background: #fff;
        box-shadow: none !important;
    }

    body.dmu-page-cart .tp-cart-checkout-top {
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    body.dmu-page-cart .tp-cart-checkout-top span {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    body.dmu-page-cart .tp-cart-checkout-total {
        margin-top: 16px !important;
        margin-bottom: 12px !important;
        padding-top: 16px;
        border-top: 1px solid #e7e9ec;
    }

    body.dmu-page-cart .tp-cart-checkout-total span:first-child {
        font-size: 20px !important;
        font-weight: 800 !important;
    }

    body.dmu-page-cart .tp-cart-checkout-total span:last-child {
        color: #101318 !important;
        font-size: 25px !important;
        font-weight: 850 !important;
        letter-spacing: -0.03em;
    }

    body.dmu-page-cart .tp-cart-checkout-wrapper > p.small {
        margin-bottom: 18px;
        color: #858a93;
    }

    body.dmu-page-cart .tp-cart-checkout-btn {
        display: flex !important;
        min-height: 54px;
        padding: 12px 20px !important;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #050505 !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 750 !important;
    }

    body.dmu-page-cart .tp-cart-checkout-wrapper .btn-link {
        min-height: 50px;
        padding: 12px 20px;
        border: 1px solid #11151a;
        border-radius: 999px;
        color: #11151a !important;
        font-size: 15px;
        font-weight: 650;
        text-decoration: none;
    }

    body.dmu-page-cart .tp-cart-area .text-center.pt-50.pb-50 {
        margin-top: 20px;
        padding: 42px 18px !important;
        border-radius: 24px;
        background: #fff;
    }

    /* Jangan tampilkan tombol chat mengambang lama pada mobile. */
    #digioto-live-chat-floating,
    #digioto-live-chat-panel {
        display: none !important;
    }

    /* Pastikan konten footer tidak tertutup navigasi. */
    body.dmu-mobile-enabled:not(.dmu-page-product):not(.dmu-page-immersive) footer {
        padding-bottom: calc(var(--dmu-bottom-height) + var(--dmu-safe-bottom)) !important;
    }
}

@media (max-width: 390px) {
    .dmu-mobile-header {
        gap: 7px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .dmu-head-action {
        flex-basis: 39px;
        width: 39px;
    }

    .dmu-head-action svg {
        width: 29px;
        height: 29px;
    }

    .dmu-product-actions button {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }

    body.dmu-page-cart .tp-cart-list tbody tr {
        padding: 14px;
        grid-template-columns: 82px minmax(0, 1fr) 34px;
    }

    body.dmu-page-cart .cart-product-content {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 11px;
    }

    body.dmu-page-cart .cart-product-content > a,
    body.dmu-page-cart .cart-product-content > a img {
        width: 82px !important;
        height: 82px !important;
    }

    body.dmu-page-cart .tp-cart-quantity .tp-product-quantity,
    body.dmu-page-cart .tp-cart-quantity .tp-cart-input-wrapper {
        min-width: 104px;
        grid-template-columns: 33px 38px 33px;
    }
}

/* --------------------------------------------------------------------------
 * Digioto Mobile UI v1.1.1 — profile header, native AJAX search, shop toolbar
 * -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
    :root {
        --dmu-header-height: 96px;
    }

    .dmu-standard-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding: 14px 12px;
    }

    body.dmu-mobile-enabled:not(.dmu-page-product):not(.dmu-page-immersive) .dmu-standard-header {
        display: grid;
    }

    .dmu-customer-summary {
        display: grid;
        min-width: 0;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        color: var(--dmu-ink);
        text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .dmu-customer-summary:active {
        opacity: 0.78;
    }

    .dmu-customer-avatar {
        display: grid;
        width: 48px;
        height: 48px;
        overflow: hidden;
        place-items: center;
        border: 1px solid #eceff2;
        border-radius: 50%;
        background: linear-gradient(145deg, #f4f5f7, #e5e8ec);
        color: #31363d;
        font-size: 18px;
        font-weight: 800;
        box-shadow: 0 3px 10px rgba(16, 24, 40, 0.08);
    }

    .dmu-customer-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dmu-customer-copy {
        display: block;
        min-width: 0;
    }

    .dmu-customer-copy .dmu-greeting {
        display: block;
        overflow: hidden;
        margin-bottom: 2px;
        color: #8a9099;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dmu-customer-copy strong {
        display: block;
        overflow: hidden;
        color: #11151a;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dmu-wave {
        display: inline-block;
        transform-origin: 70% 70%;
        animation: dmu-wave-hand 2.2s ease-in-out 1;
    }

    @keyframes dmu-wave-hand {
        0%, 60%, 100% { transform: rotate(0deg); }
        10% { transform: rotate(15deg); }
        20% { transform: rotate(-9deg); }
        30% { transform: rotate(15deg); }
        40% { transform: rotate(-5deg); }
        50% { transform: rotate(10deg); }
    }

    .dmu-header-actions {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: flex-end;
        gap: 3px;
    }

    .dmu-header-actions .dmu-head-action {
        flex-basis: 42px;
        width: 42px;
        height: 52px;
    }

    .dmu-search-trigger {
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .dmu-search-trigger svg {
        width: 34px;
        height: 34px;
        stroke-width: 1.8;
    }

    .dmu-image-action img {
        display: block;
        width: 40px;
        height: 40px;
        object-fit: contain;
        pointer-events: none;
    }

    .dmu-header-actions .dmu-chat-link img {
        width: 42px;
        height: 42px;
    }

    .dmu-product-cart.dmu-image-action img {
        width: 35px;
        height: 35px;
        filter: invert(1);
    }

    .dmu-header-actions .dmu-badge {
        top: 1px;
        right: -1px;
    }

    .dmu-search-overlay {
        position: fixed;
        inset: 0 0 calc(var(--dmu-bottom-height) + var(--dmu-safe-bottom));
        z-index: 1065;
        display: none;
        overflow: hidden;
        background: #fff;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .dmu-search-overlay.is-open {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    body.dmu-search-open .dmu-bottom-nav {
        z-index: 1070;
    }

    .dmu-search-form {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        margin: 0;
        background: #fff;
    }

    .dmu-search-topbar {
        display: grid;
        min-height: 84px;
        padding: 16px 14px 12px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        border-bottom: 1px solid #eceef1;
        background: #fff;
    }

    .dmu-search-input-wrap {
        position: relative;
        display: flex;
        min-width: 0;
        height: 52px;
        align-items: center;
        border-radius: 18px;
        background: #f4eee8;
    }

    .dmu-search-input-wrap > svg {
        position: absolute;
        left: 14px;
        z-index: 1;
        width: 25px;
        height: 25px;
        fill: none;
        stroke: #555d66;
        stroke-width: 1.8;
        stroke-linecap: round;
        pointer-events: none;
    }

    .dmu-search-input-wrap input {
        width: 100%;
        height: 52px !important;
        padding: 0 45px 0 48px !important;
        border: 0 !important;
        border-radius: 18px !important;
        outline: 0 !important;
        background: transparent !important;
        color: #171b20 !important;
        font-size: 17px !important;
        line-height: 52px !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        appearance: none;
    }

    .dmu-search-input-wrap input::placeholder {
        color: #959aa2;
    }

    .dmu-search-input-wrap input::-webkit-search-cancel-button {
        display: none;
    }

    .dmu-search-clear {
        position: absolute;
        right: 10px;
        display: grid;
        width: 29px;
        height: 29px;
        padding: 0;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: #6c7075;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
    }

    .dmu-search-clear[hidden] {
        display: none !important;
    }

    .dmu-search-close {
        height: 48px;
        padding: 0 2px;
        border: 0;
        background: transparent;
        color: #4e535a;
        font-size: 15px;
        font-weight: 650;
    }

    .dmu-search-form .bb-quick-search-results {
        position: static !important;
        display: none;
        width: 100% !important;
        min-width: 0 !important;
        max-height: none !important;
        flex: 1 1 auto;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        -webkit-overflow-scrolling: touch;
    }

    .dmu-search-form .bb-quick-search-results.show {
        display: block;
    }

    .dmu-search-form .bb-quick-search-content,
    .dmu-search-form .bb-quick-search-list {
        display: block;
        width: 100%;
    }

    .dmu-search-form .bb-quick-search-item {
        display: grid !important;
        min-height: 106px;
        padding: 14px 18px !important;
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 16px;
        align-items: center;
        border-bottom: 1px solid #f0f1f3 !important;
        color: #171a1f;
        text-decoration: none !important;
    }

    .dmu-search-form .bb-quick-search-item:active {
        background: #faf8f6;
    }

    .dmu-search-form .bb-quick-search-item-image {
        width: 78px !important;
        height: 78px !important;
        overflow: hidden;
        border-radius: 15px;
        background: #f6f6f7;
    }

    .dmu-search-form .bb-quick-search-item-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    .dmu-search-form .bb-quick-search-item-info {
        min-width: 0;
    }

    .dmu-search-form .bb-quick-search-item-name {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 7px;
        color: #1a1d21;
        font-size: 15px;
        font-weight: 750;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .dmu-search-form .bb-quick-search-item-rating {
        display: none !important;
    }

    .dmu-search-form .bb-quick-search-item-price,
    .dmu-search-form .bb-quick-search-item-price .new-price {
        color: #111418 !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }

    .dmu-search-form .bb-quick-search-item-price .old-price {
        margin-left: 6px;
        color: #9ca1a8 !important;
        font-size: 12px !important;
    }

    .dmu-search-form .bb-quick-search-view-all {
        position: sticky;
        bottom: 0;
        padding: 13px 18px;
        border-top: 1px solid #eceef1;
        background: rgba(255, 255, 255, 0.97);
        text-align: center;
        backdrop-filter: blur(8px);
    }

    .dmu-search-form .bb-quick-search-view-all a {
        color: var(--dmu-red) !important;
        font-size: 14px;
        font-weight: 750;
        text-decoration: none !important;
    }

    .dmu-search-form .bb-quick-search-empty {
        padding: 50px 20px;
        color: #737981;
        font-size: 14px;
        text-align: center;
    }

    .dmu-search-form .bb-quick-search-highlight {
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: inherit;
        font-weight: 850;
    }

    .dmu-bottom-nav a.dmu-nav-image-link img {
        display: block;
        width: 31px;
        height: 31px;
        object-fit: contain;
        opacity: 0.62;
        transition: opacity 150ms ease, transform 150ms ease;
    }

    .dmu-bottom-nav a.dmu-nav-image-link.is-active img {
        opacity: 1;
        transform: scale(1.06);
    }

    body.dmu-page-shop .tp-shop-area > .container {
        padding-top: 18px !important;
    }

    body.dmu-page-shop .tp-shop-top {
        margin: 0 0 22px !important;
        padding: 17px 15px 15px;
        border: 1px solid #ebe6e0;
        border-radius: 18px;
        background: #faf5ef;
        box-shadow: 0 4px 14px rgba(49, 42, 34, 0.035);
    }

    body.dmu-page-shop .tp-shop-top > .row {
        margin: 0 !important;
        row-gap: 14px;
    }

    body.dmu-page-shop .tp-shop-top > .row > [class*="col-"] {
        width: 100%;
        padding: 0 !important;
    }

    body.dmu-page-shop .tp-shop-top-left {
        display: flex !important;
        width: 100%;
        min-height: 42px;
        align-items: center !important;
        justify-content: space-between;
        gap: 12px;
    }

    body.dmu-page-shop .tp-shop-top-left::before {
        content: "Produk";
        color: #171a1f;
        font-size: 23px;
        font-weight: 850;
        line-height: 1.1;
        letter-spacing: -0.025em;
    }

    body.dmu-page-shop .tp-shop-top-tab {
        margin-left: auto;
    }

    body.dmu-page-shop .tp-shop-top-tab .nav-tabs {
        display: flex;
        gap: 7px;
        border: 0;
    }

    body.dmu-page-shop .tp-shop-top-tab .nav-link {
        display: grid;
        width: 40px;
        height: 40px;
        padding: 0 !important;
        place-items: center;
        border: 1px solid #ded9d3 !important;
        border-radius: 50% !important;
        background: #fff !important;
        color: #858b92 !important;
    }

    body.dmu-page-shop .tp-shop-top-tab .nav-link.active {
        border-color: #bfc3c8 !important;
        color: #22272d !important;
        box-shadow: 0 2px 8px rgba(24, 27, 31, 0.07);
    }

    body.dmu-page-shop .tp-shop-top-tab .nav-link svg {
        width: 20px;
        height: 20px;
    }

    body.dmu-page-shop .tp-shop-top-result {
        display: none !important;
    }

    body.dmu-page-shop .tp-shop-top-right {
        display: grid !important;
        width: 100%;
        grid-template-columns: auto minmax(112px, 145px) minmax(0, 1fr) auto;
        gap: 9px;
        align-items: center;
        justify-content: stretch !important;
    }

    body.dmu-page-shop .tp-shop-top-right::before {
        content: "Urutkan:";
        color: #72777e;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

    body.dmu-page-shop .tp-shop-top-select {
        width: auto !important;
        margin: 0 !important;
    }

    body.dmu-page-shop .tp-shop-top-select.sort-by {
        display: none !important;
    }

    body.dmu-page-shop .tp-shop-top-select select,
    body.dmu-page-shop .tp-shop-top-select .nice-select {
        width: 100% !important;
        min-width: 0 !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 35px 0 13px !important;
        border: 1px solid #e0ddd9 !important;
        border-radius: 13px !important;
        background: #fff !important;
        color: #30343a !important;
        font-size: 13px !important;
        line-height: 40px !important;
        box-shadow: none !important;
    }

    body.dmu-page-shop .tp-shop-top-select .nice-select .list {
        min-width: 180px;
    }

    body.dmu-page-shop .dmu-shop-result-copy {
        min-width: 0;
        color: #7a7f86;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
        text-align: right;
    }

    body.dmu-page-shop .tp-shop-top-filter {
        margin: 0 !important;
    }

    body.dmu-page-shop .tp-filter-btn {
        display: grid !important;
        width: 42px;
        height: 42px;
        min-width: 42px;
        padding: 0 !important;
        place-items: center;
        border-radius: 12px !important;
        font-size: 0 !important;
    }

    body.dmu-page-shop .tp-filter-btn span {
        margin: 0 !important;
    }

    body.dmu-page-shop .tp-filter-btn svg {
        width: 19px;
        height: 19px;
    }
}

@media (max-width: 389.98px) {
    .dmu-standard-header {
        padding-right: 8px;
        padding-left: 9px;
    }

    .dmu-customer-summary {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 8px;
    }

    .dmu-customer-avatar {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .dmu-customer-copy .dmu-greeting {
        font-size: 10.5px;
    }

    .dmu-customer-copy strong {
        font-size: 13px;
    }

    .dmu-header-actions {
        gap: 0;
    }

    .dmu-header-actions .dmu-head-action {
        flex-basis: 38px;
        width: 38px;
    }

    .dmu-search-trigger svg {
        width: 30px;
        height: 30px;
    }

    .dmu-image-action img,
    .dmu-header-actions .dmu-chat-link img {
        width: 37px;
        height: 37px;
    }

    body.dmu-page-shop .tp-shop-top-right {
        grid-template-columns: auto minmax(100px, 132px) minmax(0, 1fr) auto;
        gap: 6px;
    }

    body.dmu-page-shop .dmu-shop-result-copy {
        font-size: 10.5px;
    }
}


/*
 * v1.1.1 — penyempurnaan Shop mobile
 * - kontrol toolbar tidak saling bertumpuk pada layar 360–430 px
 * - tombol filter mempunyai baris sendiri
 * - kartu produk hanya menampilkan ikon wishlist
 */
@media (max-width: 767.98px) {
    body.dmu-page-shop .tp-shop-top {
        padding: 16px 14px 14px;
    }

    body.dmu-page-shop .tp-shop-top > .row {
        row-gap: 12px;
    }

    body.dmu-page-shop .tp-shop-top-left {
        min-height: 40px;
    }

    body.dmu-page-shop .tp-shop-top-left::before {
        font-size: 21px;
    }

    body.dmu-page-shop .tp-shop-top-tab .nav-link {
        width: 38px;
        height: 38px;
    }

    body.dmu-page-shop .tp-shop-top-right {
        display: grid !important;
        grid-template-columns: auto minmax(108px, 1fr) minmax(88px, auto);
        grid-template-areas:
            "sort-label sort-control result"
            "filter filter filter";
        column-gap: 8px;
        row-gap: 10px;
        align-items: center;
    }

    body.dmu-page-shop .tp-shop-top-right::before {
        grid-area: sort-label;
        align-self: center;
        font-size: 12px;
    }

    body.dmu-page-shop .tp-shop-top-select:not(.sort-by) {
        grid-area: sort-control;
        min-width: 0;
    }

    body.dmu-page-shop .dmu-shop-result-copy {
        grid-area: result;
        max-width: 112px;
        justify-self: end;
        font-size: 11px;
        line-height: 1.35;
        text-align: right;
        overflow-wrap: anywhere;
    }

    body.dmu-page-shop .tp-shop-top-filter {
        grid-area: filter;
        width: 100%;
    }

    body.dmu-page-shop .tp-filter-btn {
        display: flex !important;
        width: 100%;
        height: 38px;
        min-width: 0;
        padding: 0 14px !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid #d9d5cf !important;
        border-radius: 11px !important;
        background: #fff !important;
        color: #252a30 !important;
        font-size: 12px !important;
        font-weight: 700;
        line-height: 1;
        box-shadow: none !important;
    }

    body.dmu-page-shop .tp-filter-btn span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    body.dmu-page-shop .tp-filter-btn svg {
        width: 17px;
        height: 17px;
    }

    /* Sembunyikan compare, quick view/mata, dan action samping lain.
       Tombol wishlist tetap memakai fungsi asli theme. */
    body.dmu-page-shop .tp-shop-area .tp-product-action button:not([data-bb-toggle="add-to-wishlist"]),
    body.dmu-page-shop .tp-shop-area .tp-product-action-2 button:not([data-bb-toggle="add-to-wishlist"]),
    body.dmu-page-shop .tp-shop-area .tp-product-action-3 button:not([data-bb-toggle="add-to-wishlist"]) {
        display: none !important;
    }

    body.dmu-page-shop .tp-shop-area .tp-product-action-item,
    body.dmu-page-shop .tp-shop-area .tp-product-action-item-2,
    body.dmu-page-shop .tp-shop-area .tp-product-action-item-3 {
        gap: 0 !important;
    }

    body.dmu-page-shop .tp-shop-area .tp-product-action,
    body.dmu-page-shop .tp-shop-area .tp-product-action-2,
    body.dmu-page-shop .tp-shop-area .tp-product-action-3 {
        height: auto !important;
        min-height: 0 !important;
    }
}

@media (max-width: 389.98px) {
    body.dmu-page-shop .tp-shop-top-right {
        grid-template-columns: auto minmax(96px, 1fr) minmax(78px, auto);
        column-gap: 6px;
    }

    body.dmu-page-shop .tp-shop-top-select select,
    body.dmu-page-shop .tp-shop-top-select .nice-select {
        padding-right: 29px !important;
        padding-left: 10px !important;
        font-size: 12px !important;
    }

    body.dmu-page-shop .dmu-shop-result-copy {
        max-width: 92px;
        font-size: 10px;
    }
}

/*
 * v1.1.2 — posisi wishlist dan footer mobile
 * - wishlist berada di sudut kanan atas gambar produk
 * - Sidebar Footer Atas, Utama, dan Bawah tidak ditampilkan pada mobile
 */
@media (max-width: 767.98px) {
    /* Footer Atas (newsletter), Footer Utama, dan Footer Bawah khusus mobile. */
    body.dmu-mobile-enabled .tp-subscribe-area,
    body.dmu-mobile-enabled footer,
    body.dmu-mobile-enabled .tp-footer-area,
    body.dmu-mobile-enabled .tp-footer-top,
    body.dmu-mobile-enabled .tp-footer-bottom {
        display: none !important;
    }

    /* Area gambar menjadi acuan absolut untuk tombol wishlist. */
    body.dmu-page-shop .tp-shop-area .tp-product-thumb,
    body.dmu-page-shop .tp-shop-area .tp-product-thumb-2,
    body.dmu-page-shop .tp-shop-area .tp-product-thumb-3,
    body.dmu-page-shop .tp-shop-area .tp-product-thumb-4,
    body.dmu-page-shop .tp-shop-area .tp-product-thumb-5 {
        position: relative !important;
    }

    /* Pindahkan container action ke pojok kanan atas gambar produk. */
    body.dmu-page-shop .tp-shop-area .tp-product-action,
    body.dmu-page-shop .tp-shop-area .tp-product-action-2,
    body.dmu-page-shop .tp-shop-area .tp-product-action-3,
    body.dmu-page-shop .tp-shop-area .tp-product-action-4,
    body.dmu-page-shop .tp-shop-area .tp-product-action-5 {
        position: absolute !important;
        inset: 10px 10px auto auto !important;
        z-index: 6 !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }

    body.dmu-page-shop .tp-shop-area .tp-product-action-item,
    body.dmu-page-shop .tp-shop-area .tp-product-action-item-2,
    body.dmu-page-shop .tp-shop-area .tp-product-action-item-3 {
        display: flex !important;
        width: auto !important;
        height: auto !important;
        gap: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Hanya wishlist yang terlihat, berbentuk tombol bulat seperti referensi. */
    body.dmu-page-shop .tp-shop-area button[data-bb-toggle="add-to-wishlist"] {
        display: grid !important;
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        place-items: center !important;
        color: #20262d !important;
        border: 1px solid rgba(205, 209, 214, 0.92) !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.96) !important;
        line-height: 1 !important;
        box-shadow: 0 3px 10px rgba(16, 24, 40, 0.13) !important;
        transform: none !important;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    body.dmu-page-shop .tp-shop-area button[data-bb-toggle="add-to-wishlist"] svg {
        width: 20px !important;
        height: 20px !important;
        transform: none !important;
    }

    body.dmu-page-shop .tp-shop-area button[data-bb-toggle="add-to-wishlist"].active {
        color: var(--dmu-red) !important;
        border-color: rgba(239, 27, 45, 0.28) !important;
        background: #fff !important;
    }

    body.dmu-page-shop .tp-shop-area button[data-bb-toggle="add-to-wishlist"] .tp-product-tooltip {
        display: none !important;
    }

    /* Badge diskon/stok tetap berada di sisi kiri agar tidak bertabrakan. */
    body.dmu-page-shop .tp-shop-area .tp-product-badge,
    body.dmu-page-shop .tp-shop-area .tp-product-badge-2,
    body.dmu-page-shop .tp-shop-area .tp-product-badge-3,
    body.dmu-page-shop .tp-shop-area .tp-product-badge-4,
    body.dmu-page-shop .tp-shop-area .tp-product-badge-5 {
        inset-inline-start: 10px !important;
        inset-inline-end: auto !important;
        left: 10px !important;
        right: auto !important;
    }
}


/*
 * v1.1.3 — perbaikan isolasi desktop
 * Search overlay mobile tidak boleh muncul pada layar >= 768px.
 */


/* ================================================================
 * Digioto Mobile UI v1.2.0 — Account Suite
 * Tampilan khusus mobile. Seluruh route, form, data, dan proses lama
 * tetap digunakan; bagian ini hanya memperbarui presentasi.
 * ================================================================ */
.dmu-account-dashboard { display: none; }

@media (max-width: 767.98px) {
    body.dmu-mobile-enabled.dmu-page-account { background: #f6f7f9 !important; }
    body.dmu-mobile-enabled.dmu-page-account:not(.dmu-account-overview) { padding-bottom: calc(var(--dmu-bottom-height) + var(--dmu-safe-bottom) + 18px) !important; }

    /* Hilangkan header akun bawaan yang ganda. Header Digioto global tetap tampil. */
    body.dmu-page-account .bb-customer-page .customer-body > .d-lg-none,
    body.dmu-page-account .bb-customer-page .col-lg-3,
    body.dmu-page-account #customerSidebar { display: none !important; }
    body.dmu-page-account .bb-customer-page > .container { max-width: none !important; padding: 0 14px !important; }
    body.dmu-page-account .bb-customer-page .customer-body,
    body.dmu-page-account .bb-customer-page .row.g-0,
    body.dmu-page-account .bb-customer-page .col-lg-9,
    body.dmu-page-account .bb-profile-content { width: 100% !important; max-width: none !important; margin: 0 !important; }
    body.dmu-page-account .bb-customer-page { padding: 14px 0 0 !important; background: transparent !important; }
    body.dmu-page-account .bb-profile-content { padding: 0 !important; background: transparent !important; }
    body.dmu-page-account .bb-profile-header { margin: 0 0 14px !important; padding: 17px 18px !important; border: 1px solid #e8ebf0 !important; border-radius: 18px !important; background: #fff !important; box-shadow: 0 8px 24px rgba(15, 23, 42, .045) !important; }
    body.dmu-page-account .bb-profile-header-title { color: #101828 !important; font-size: 24px !important; font-weight: 800 !important; letter-spacing: -.5px !important; }
    body.dmu-page-account .bb-profile-main { padding: 0 0 18px !important; }
    body.dmu-page-account .bb-customer-content-wrapper { margin: 0 !important; }

    /* Overview baru */
    body.dmu-account-overview .bb-customer-page { display: none !important; }
    body.dmu-account-overview .dmu-account-dashboard { display: block; width: 100%; max-width: 560px; margin: 0 auto; padding: 16px 14px 24px; color: #101828; }
    .dmu-account-dashboard a { text-decoration: none !important; }
    .dmu-account-hero { position: relative; display: grid; grid-template-columns: 64px minmax(0,1fr) 32px; gap: 13px; align-items: center; min-height: 130px; padding: 20px 18px; overflow: hidden; border-radius: 22px; background: linear-gradient(135deg,#e70f1c 0%,#c91028 46%,#081a34 100%); color: #fff; box-shadow: 0 16px 34px rgba(143,15,30,.22); }
    .dmu-account-hero::after { content:""; position:absolute; width:160px; height:160px; right:-56px; top:-65px; border:1px solid rgba(255,255,255,.18); border-radius:50%; box-shadow:0 0 0 28px rgba(255,255,255,.04),0 0 0 56px rgba(255,255,255,.025); }
    .dmu-account-hero-avatar { position: relative; z-index:1; display:grid; width:64px; height:64px; place-items:center; overflow:hidden; border:3px solid rgba(255,255,255,.9); border-radius:50%; background:#fff; color:#d51221; font-size:24px; font-weight:800; }
    .dmu-account-hero-avatar img { width:100%; height:100%; object-fit:cover; }
    .dmu-account-hero-copy { position:relative; z-index:1; min-width:0; }
    .dmu-account-hero-copy > span { display:block; margin-bottom:2px; color:rgba(255,255,255,.82); font-size:12px; }
    .dmu-account-hero-copy strong { display:block; overflow:hidden; color:#fff; font-size:19px; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
    .dmu-account-hero-copy small { display:block; margin-top:7px; color:rgba(255,255,255,.83); font-size:11px; line-height:1.45; }
    .dmu-account-hero > a { position:relative; z-index:1; display:grid; width:32px; height:32px; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.28); border-radius:50%; }
    .dmu-account-hero > a svg { width:18px; fill:none; stroke:currentColor; stroke-width:2; }

    .dmu-account-section { margin-top:14px; padding:16px; border:1px solid #e7eaf0; border-radius:20px; background:#fff; box-shadow:0 8px 26px rgba(15,23,42,.045); }
    .dmu-account-section-heading { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:13px; }
    .dmu-account-section-heading h1,.dmu-account-section-heading h2 { margin:0; color:#101828; font-size:18px; font-weight:800; }
    .dmu-account-section-heading h1 { font-size:22px; }
    .dmu-eyebrow { display:block; margin-bottom:1px; color:#98a2b3; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.8px; }
    .dmu-account-summary-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
    .dmu-account-summary-grid > a { display:grid; min-height:102px; padding:12px 8px; place-items:center; text-align:center; border:1px solid #eceef3; border-radius:15px; background:#fff; color:#101828; }
    .dmu-account-summary-grid small { color:#667085; font-size:11px; }
    .dmu-account-summary-grid strong { color:#101828; font-size:20px; line-height:1; }
    .dmu-summary-icon,.dmu-menu-icon { display:grid; width:34px; height:34px; place-items:center; border-radius:11px; background:#fff0f1; color:#e21626; }
    .dmu-summary-icon.blue,.dmu-menu-icon.blue { background:#eef5ff; color:#2468ce; }
    .dmu-summary-icon.amber,.dmu-menu-icon.amber { background:#fff6de; color:#e39a00; }
    .dmu-menu-icon.violet { background:#f4efff; color:#7654d8; }
    .dmu-menu-icon.green { background:#eaf9ef; color:#1b9a54; }
    .dmu-menu-icon.slate { background:#eef1f5; color:#475467; }
    .dmu-menu-icon.red { background:#fff0f1; color:#e21626; }
    .dmu-summary-icon svg,.dmu-menu-icon svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
    .dmu-account-menu-section { padding-bottom:5px; }
    .dmu-account-menu-list { margin:0 -16px; }
    .dmu-account-menu-list > a { display:grid; grid-template-columns:42px minmax(0,1fr) 20px; gap:11px; align-items:center; min-height:66px; padding:10px 16px; color:#101828; border-top:1px solid #f0f2f5; }
    .dmu-account-menu-list > a:first-child { border-top:0; }
    .dmu-account-menu-list > a > span:nth-child(2) { min-width:0; }
    .dmu-account-menu-list strong { display:block; color:#101828; font-size:14px; font-weight:750; }
    .dmu-account-menu-list small { display:block; overflow:hidden; margin-top:2px; color:#98a2b3; font-size:10.5px; text-overflow:ellipsis; white-space:nowrap; }
    .dmu-account-menu-list i { color:#98a2b3; font-size:24px; font-style:normal; }
    .dmu-account-coin-banner { position:relative; display:grid; grid-template-columns:minmax(0,1fr) auto 16px; gap:10px; align-items:center; margin-top:14px; padding:16px 17px; overflow:hidden; border-radius:20px; background:linear-gradient(135deg,#071a35,#102d55); color:#fff !important; box-shadow:0 12px 28px rgba(7,26,53,.2); }
    .dmu-account-coin-banner small,.dmu-account-coin-banner strong,.dmu-account-coin-banner em { display:block; }
    .dmu-account-coin-banner small { color:#cbd5e1; font-size:10px; }
    .dmu-account-coin-banner strong { margin:2px 0 4px; font-size:18px; }
    .dmu-account-coin-banner em { color:#cbd5e1; font-size:10px; font-style:normal; }
    .dmu-coin-stack { color:#ffc23c; font-size:22px; letter-spacing:-8px; text-shadow:0 3px 0 #d98d00; transform:rotate(-8deg); }
    .dmu-account-coin-banner i { font-size:24px; font-style:normal; }
    .dmu-account-logout { display:flex; gap:8px; align-items:center; justify-content:center; margin:14px 0 6px; padding:13px; color:#d92d20 !important; border:1px solid #ffd2d5; border-radius:14px; background:#fff; font-weight:700; }
    .dmu-account-logout svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }

    /* Kartu Pesanan & Invoice */
    body.dmu-account-orders .order-cards,
    body.dmu-account-invoices .invoice-cards { display:grid !important; gap:12px !important; }
    body.dmu-page-account .bb-customer-card { overflow:hidden !important; margin:0 !important; border:1px solid #e7eaf0 !important; border-radius:18px !important; background:#fff !important; box-shadow:0 8px 25px rgba(15,23,42,.045) !important; }
    body.dmu-page-account .bb-customer-card-header { padding:16px !important; border-bottom:1px solid #f0f2f5 !important; background:#fff !important; }
    body.dmu-page-account .bb-customer-card-title { color:#101828 !important; font-size:16px !important; font-weight:800 !important; }
    body.dmu-page-account .bb-customer-card-body { padding:16px !important; }
    body.dmu-page-account .bb-customer-card-footer { display:flex !important; gap:9px !important; padding:0 16px 16px !important; border:0 !important; background:#fff !important; }
    body.dmu-page-account .bb-customer-card-footer .btn { display:flex !important; flex:1 1 auto !important; min-height:43px !important; align-items:center !important; justify-content:center !important; border-radius:12px !important; font-weight:700 !important; }
    body.dmu-page-account .bb-customer-card-footer .btn-primary { border-color:#ec1826 !important; background:#ec1826 !important; color:#fff !important; }
    body.dmu-page-account .bb-customer-card-info .row { row-gap:16px !important; }
    body.dmu-page-account .info-item .label { display:block !important; margin-bottom:3px !important; color:#98a2b3 !important; font-size:10px !important; font-weight:700 !important; text-transform:uppercase !important; letter-spacing:.45px !important; }
    body.dmu-page-account .info-item .value { display:block !important; color:#101828 !important; font-size:14px !important; font-weight:750 !important; }
    body.dmu-page-account .bb-customer-card-status .badge { border-radius:999px !important; padding:6px 10px !important; }

    /* Ulasan */
    body.dmu-account-reviews .product-reviews-cards { display:grid !important; gap:12px !important; }
    body.dmu-account-reviews .bb-customer-card-content { padding:12px 0 !important; }
    body.dmu-account-reviews .bb-customer-card-image { width:78px !important; height:78px !important; overflow:hidden !important; border:1px solid #edf0f3 !important; border-radius:14px !important; background:#f8fafc !important; }
    body.dmu-account-reviews .bb-customer-card-image img { width:100% !important; height:100% !important; object-fit:contain !important; }
    body.dmu-account-reviews .bb-customer-card-name { font-size:14px !important; font-weight:750 !important; }
    body.dmu-account-reviews .reviewed-products-card .bb-customer-card-body > * { max-width:100% !important; }

    /* Buku Alamat */
    body.dmu-account-addresses .dashboard-address > .d-flex { margin:0 0 12px !important; padding:15px 16px !important; border:1px solid #e7eaf0 !important; border-radius:18px !important; background:#fff !important; }
    body.dmu-account-addresses .bb-customer-card-list .row { gap:12px !important; margin:0 !important; }
    body.dmu-account-addresses .bb-customer-card-list .row > .col { width:100% !important; padding:0 !important; }
    body.dmu-account-addresses .bb-customer-card-info-address .value { line-height:1.55 !important; }
    body.dmu-account-addresses .card.bg-light { border:1px dashed #f1a5aa !important; border-radius:18px !important; background:#fffafa !important; }

    /* Pengaturan akun dan semua form customer */
    body.dmu-account-settings .account-settings-cards { display:grid !important; gap:13px !important; }
    body.dmu-account-settings .delete-account-card { display:none !important; }
    body.dmu-page-account .form-control,
    body.dmu-page-account .form-select { min-height:48px !important; border:1px solid #e1e5ea !important; border-radius:12px !important; background:#fff !important; box-shadow:none !important; font-size:14px !important; }
    body.dmu-page-account textarea.form-control { min-height:110px !important; }
    body.dmu-page-account .form-control:focus,
    body.dmu-page-account .form-select:focus { border-color:#ec1826 !important; box-shadow:0 0 0 3px rgba(236,24,38,.08) !important; }
    body.dmu-page-account .btn-primary,
    body.dmu-page-account button[type="submit"].btn { border-color:#ec1826 !important; background:#ec1826 !important; color:#fff !important; }

    /* Digioto Koin — hanya saldo, pending, dan riwayat cashback */
    body.dmu-account-koin .dck-wrap { padding:0 0 18px !important; background:transparent !important; }
    body.dmu-account-koin .dck-wrap > .container { max-width:none !important; padding:0 14px !important; }
    body.dmu-account-koin .dck-head { margin:0 0 13px !important; padding:20px !important; border-radius:22px !important; background:linear-gradient(135deg,#e21626,#aa1024 50%,#091b35) !important; color:#fff !important; box-shadow:0 15px 32px rgba(159,17,36,.21) !important; }
    body.dmu-account-koin .dck-head h1 { margin:0 0 5px !important; color:#fff !important; font-size:25px !important; font-weight:800 !important; }
    body.dmu-account-koin .dck-head p { margin:0 !important; color:rgba(255,255,255,.78) !important; font-size:12px !important; }
    body.dmu-account-koin .dck-coin-stats { display:grid !important; grid-template-columns:1.3fr .9fr !important; gap:10px !important; margin:0 0 12px !important; }
    body.dmu-account-koin .dck-coin-stat { min-height:130px !important; padding:17px !important; border:1px solid #e7eaf0 !important; border-radius:18px !important; background:#fff !important; box-shadow:0 8px 24px rgba(15,23,42,.045) !important; }
    body.dmu-account-koin .dck-coin-stat.available { background:linear-gradient(145deg,#fff,#fff5f5) !important; }
    body.dmu-account-koin .dck-coin-stat strong { display:flex !important; gap:7px !important; align-items:center !important; margin:8px 0 5px !important; font-size:25px !important; }
    body.dmu-account-koin .dck-coin-stat.pending strong { font-size:22px !important; }
    body.dmu-account-koin .dck-shop-btn { display:flex !important; width:100% !important; min-height:48px !important; margin:0 0 12px !important; align-items:center !important; justify-content:center !important; border-radius:14px !important; background:#ec1826 !important; }
    body.dmu-account-koin .dck-account-card { overflow:visible !important; border:1px solid #e7eaf0 !important; border-radius:19px !important; box-shadow:0 8px 24px rgba(15,23,42,.045) !important; }
    body.dmu-account-koin .dck-account-head { padding:16px !important; font-size:17px !important; }
    body.dmu-account-koin .dck-account-table { display:block !important; min-width:0 !important; width:100% !important; }
    body.dmu-account-koin .dck-account-table thead { display:none !important; }
    body.dmu-account-koin .dck-account-table tbody { display:grid !important; padding:8px 13px !important; }
    body.dmu-account-koin .dck-account-table tr { position:relative !important; display:grid !important; grid-template-columns:minmax(0,1fr) auto !important; gap:3px 10px !important; padding:13px 0 !important; border-bottom:1px solid #eef0f3 !important; }
    body.dmu-account-koin .dck-account-table tr:last-child { border-bottom:0 !important; }
    body.dmu-account-koin .dck-account-table td { display:block !important; padding:0 !important; border:0 !important; }
    body.dmu-account-koin .dck-account-table td:nth-child(1) { grid-column:1; grid-row:2; color:#98a2b3 !important; font-size:10px !important; }
    body.dmu-account-koin .dck-account-table td:nth-child(2) { grid-column:1; grid-row:1; color:#101828 !important; font-size:13px !important; font-weight:700 !important; }
    body.dmu-account-koin .dck-account-table td:nth-child(3) { grid-column:2; grid-row:1 / span 2; align-self:center; font-size:15px !important; }
    body.dmu-account-koin .dck-account-table td:nth-child(n+4) { display:none !important; }

    /* Digioto Affiliate — seluruh fungsi asli, tampilan baru */
    body.dmu-account-affiliate .dga-wrap,
    body.dmu-account-affiliate-video .dga-wrap,
    body.dmu-account-affiliate-video .dsv-affiliate-wrap { padding:0 0 18px !important; background:transparent !important; }
    body.dmu-account-affiliate .dga-wrap > .container,
    body.dmu-account-affiliate-video .dga-wrap > .container,
    body.dmu-account-affiliate-video .dsv-affiliate-wrap > .container { max-width:none !important; padding:0 14px !important; }
    body.dmu-account-affiliate .dga-head,
    body.dmu-account-affiliate-video .dga-head { margin:0 0 13px !important; padding:20px !important; border:0 !important; border-radius:22px !important; background:linear-gradient(135deg,#e21626,#b51027 48%,#091b35) !important; color:#fff !important; box-shadow:0 15px 32px rgba(159,17,36,.21) !important; }
    body.dmu-account-affiliate .dga-head h1,
    body.dmu-account-affiliate-video .dga-head h1 { margin:0 0 5px !important; color:#fff !important; font-size:25px !important; font-weight:800 !important; }
    body.dmu-account-affiliate .dga-head p,
    body.dmu-account-affiliate-video .dga-head p { margin:0 !important; color:rgba(255,255,255,.8) !important; font-size:12px !important; }
    body.dmu-account-affiliate .dga-nav,
    body.dmu-account-affiliate-video .dga-nav { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:8px !important; margin:0 0 13px !important; }
    body.dmu-account-affiliate .dga-nav a,
    body.dmu-account-affiliate-video .dga-nav a { display:flex !important; min-height:52px !important; padding:10px 11px !important; align-items:center !important; justify-content:center !important; text-align:center !important; color:#101828 !important; border:1px solid #e5e8ed !important; border-radius:14px !important; background:#fff !important; font-size:11.5px !important; font-weight:700 !important; box-shadow:0 5px 14px rgba(15,23,42,.035) !important; }
    body.dmu-account-affiliate .dga-nav a.is-active,
    body.dmu-account-affiliate-video .dga-nav a.is-active { border-color:#ec1826 !important; color:#ec1826 !important; background:#fff7f7 !important; }
    body.dmu-account-affiliate .dga-stats { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:9px !important; margin:0 0 13px !important; }
    body.dmu-account-affiliate .dga-stat { min-height:94px !important; padding:14px !important; border:0 !important; border-radius:16px !important; background:#0a1c37 !important; color:#fff !important; box-shadow:none !important; }
    body.dmu-account-affiliate .dga-stat span { color:#b9c3d2 !important; font-size:10px !important; }
    body.dmu-account-affiliate .dga-stat strong { display:block !important; margin-top:6px !important; color:#fff !important; font-size:18px !important; }
    body.dmu-account-affiliate .dga-card,
    body.dmu-account-affiliate-video .dga-card,
    body.dmu-account-affiliate-video .dsv-upload-card { margin-bottom:12px !important; border:1px solid #e7eaf0 !important; border-radius:18px !important; background:#fff !important; box-shadow:0 8px 24px rgba(15,23,42,.045) !important; }
    body.dmu-account-affiliate .dga-card-head,
    body.dmu-account-affiliate-video .dga-card-head,
    body.dmu-account-affiliate-video .dsv-upload-head { padding:15px 16px !important; font-size:16px !important; font-weight:800 !important; }
    body.dmu-account-affiliate .dga-card-body,
    body.dmu-account-affiliate-video .dga-card-body,
    body.dmu-account-affiliate-video .dsv-upload-body { padding:14px !important; }
    body.dmu-account-affiliate .dga-search-card .dga-search-row { display:grid !important; grid-template-columns:1fr auto !important; gap:8px !important; }
    body.dmu-account-affiliate .dga-search-card .dga-input { grid-column:1 / -1 !important; width:100% !important; min-height:48px !important; border-radius:13px !important; }
    body.dmu-account-affiliate .dga-search-card .dga-btn { min-height:43px !important; border-radius:12px !important; }
    body.dmu-account-affiliate .dga-owned-grid,
    body.dmu-account-affiliate .dga-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:10px !important; }
    body.dmu-account-affiliate .dga-owned-card,
    body.dmu-account-affiliate .dga-product-card { border-radius:15px !important; box-shadow:0 7px 18px rgba(15,23,42,.05) !important; }

    /* Video affiliate hanya video yang diunggah customer tersebut; UI menegaskan konteksnya. */
    body.dmu-account-affiliate-video .dmu-affiliate-video-note { display:block; margin:0 14px 12px; padding:12px 14px; border:1px solid #ffe0e2; border-radius:14px; background:#fff6f7; color:#7a2430; font-size:11.5px; line-height:1.55; }
}

@media (max-width: 380px) {
    .dmu-account-summary-grid { grid-template-columns:1fr; }
    body.dmu-account-koin .dck-coin-stats { grid-template-columns:1fr !important; }
}

/* ================================================================
 * Digioto Mobile UI v1.2.1 — penyelarasan desain akun/koin/affiliate
 * ================================================================ */
@media (max-width: 767.98px) {
    /* Dashboard akun: hero + menu kartu 2 kolom seperti rancangan final. */
    body.dmu-account-overview .dmu-account-dashboard {
        padding: 14px 14px 24px !important;
    }

    body.dmu-account-overview .dmu-account-hero {
        min-height: 108px;
        grid-template-columns: 58px minmax(0, 1fr) 30px;
        gap: 12px;
        padding: 16px;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(143, 15, 30, .18);
    }

    body.dmu-account-overview .dmu-account-hero-avatar {
        width: 58px;
        height: 58px;
    }

    body.dmu-account-overview .dmu-account-hero-copy > span {
        font-size: 11px;
    }

    body.dmu-account-overview .dmu-account-hero-copy strong {
        font-size: 18px;
    }

    body.dmu-account-overview .dmu-account-hero-copy small {
        margin-top: 5px;
        font-size: 10px;
    }

    .dmu-account-menu-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin-top: 10px;
        padding: 0;
    }

    .dmu-account-menu-grid > a {
        display: grid;
        min-width: 0;
        min-height: 62px;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 11px 12px;
        color: #182230 !important;
        border: 1px solid #e8ebf0;
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(15, 23, 42, .045);
        text-decoration: none !important;
    }

    .dmu-account-menu-grid > a:active {
        transform: scale(.985);
    }

    .dmu-account-menu-grid .dmu-menu-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 10px;
    }

    .dmu-account-menu-grid .dmu-menu-icon svg {
        width: 19px;
        height: 19px;
    }

    .dmu-account-menu-grid strong {
        display: block;
        min-width: 0;
        overflow: hidden;
        color: #182230;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dmu-account-menu-grid .dmu-menu-icon.logout {
        color: #ef1b2d;
        background: #fff0f1;
    }

    .dmu-account-menu-grid .dmu-grid-logout strong {
        color: #ef1b2d;
    }

    body.dmu-account-overview .dmu-account-coin-banner {
        min-height: 102px;
        margin-top: 10px;
        padding: 15px 16px;
        border-radius: 16px;
    }

    .dmu-coin-illustration {
        position: relative;
        display: block;
        width: 76px;
        height: 54px;
    }

    .dmu-coin-illustration b {
        position: absolute;
        display: grid;
        width: 34px;
        height: 34px;
        place-items: center;
        color: #fff4bd;
        border: 3px solid #ffd861;
        border-radius: 50%;
        background: linear-gradient(145deg, #f4a600, #ffcf3f);
        font-size: 12px;
        font-weight: 900;
        box-shadow: 0 4px 0 #c37b00, 0 7px 12px rgba(0, 0, 0, .18);
    }

    .dmu-coin-illustration b:nth-child(1) { left: 4px; top: 16px; }
    .dmu-coin-illustration b:nth-child(2) { left: 28px; top: 4px; }
    .dmu-coin-illustration b:nth-child(3) { left: 41px; top: 24px; }

    /* Halaman Koin dan Affiliate memakai judul ringkas, bukan header profil ganda. */
    body.dmu-mobile-enabled.dmu-account-koin,
    body.dmu-mobile-enabled.dmu-account-affiliate,
    body.dmu-mobile-enabled.dmu-account-affiliate-video {
        padding-top: 0 !important;
        background: #f7f8fa !important;
    }

    body.dmu-account-koin .dmu-standard-header,
    body.dmu-account-affiliate .dmu-standard-header,
    body.dmu-account-affiliate-video .dmu-standard-header {
        display: none !important;
    }

    .dmu-compact-account-head {
        display: flex !important;
        min-height: 62px !important;
        margin: 0 0 8px !important;
        padding: 8px 0 !important;
        align-items: center !important;
        gap: 8px !important;
        color: #101828 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .dmu-compact-account-head::after {
        display: none !important;
    }

    .dmu-compact-account-head h1 {
        margin: 0 !important;
        color: #101828 !important;
        font-size: 19px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    .dmu-compact-account-head > p {
        display: none !important;
    }

    .dmu-account-back {
        display: grid;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        place-items: center;
        padding: 0;
        color: #344054;
        border: 0;
        background: transparent;
    }

    .dmu-account-back svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* Digioto Koin: satu kartu saldo, satu baris pending, dan list riwayat. */
    body.dmu-account-koin .dck-wrap {
        padding: 0 0 18px !important;
        background: transparent !important;
    }

    body.dmu-account-koin .dck-wrap > .container {
        max-width: none !important;
        padding: 0 14px !important;
    }

    body.dmu-account-koin .dck-coin-stats {
        display: block !important;
        margin: 0 0 13px !important;
    }

    body.dmu-account-koin .dck-coin-stat {
        box-shadow: 0 8px 22px rgba(15, 23, 42, .055) !important;
    }

    body.dmu-account-koin .dck-coin-stat.available {
        position: relative !important;
        min-height: 108px !important;
        margin: 0 !important;
        padding: 18px 104px 16px 16px !important;
        overflow: hidden !important;
        color: #fff !important;
        border: 0 !important;
        border-radius: 16px 16px 7px 7px !important;
        background: linear-gradient(135deg, #a90916, #e21928 68%, #f3303d) !important;
    }

    body.dmu-account-koin .dck-coin-stat.available::after {
        content: "";
        position: absolute;
        width: 138px;
        height: 138px;
        right: -46px;
        top: -55px;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 50%;
        box-shadow: 0 0 0 24px rgba(255, 255, 255, .035);
    }

    body.dmu-account-koin .dck-coin-stat.available > span,
    body.dmu-account-koin .dck-coin-stat.available > small,
    body.dmu-account-koin .dck-coin-stat.available strong {
        position: relative;
        z-index: 2;
        color: #fff !important;
    }

    body.dmu-account-koin .dck-coin-stat.available > span {
        font-size: 11px !important;
        font-weight: 600 !important;
    }

    body.dmu-account-koin .dck-coin-stat.available strong {
        display: block !important;
        margin-top: 4px !important;
        font-size: 28px !important;
        line-height: 1.1 !important;
    }

    body.dmu-account-koin .dck-coin-stat.available strong .dck-coin-icon {
        position: absolute !important;
        z-index: 2 !important;
        width: 72px !important;
        height: 72px !important;
        right: -88px !important;
        top: -18px !important;
        object-fit: contain !important;
        filter: drop-shadow(0 6px 7px rgba(90, 0, 0, .23));
    }

    body.dmu-account-koin .dck-coin-stat.available > small {
        display: block !important;
        margin-top: 7px !important;
        font-size: 11px !important;
    }

    body.dmu-account-koin .dck-coin-stat.pending {
        display: grid !important;
        min-height: 46px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 11px 15px !important;
        border: 1px solid #e8ebf0 !important;
        border-top: 0 !important;
        border-radius: 7px 7px 16px 16px !important;
        background: #fff !important;
    }

    body.dmu-account-koin .dck-coin-stat.pending > span {
        color: #667085 !important;
        font-size: 11px !important;
    }

    body.dmu-account-koin .dck-coin-stat.pending strong {
        display: block !important;
        margin: 0 !important;
        color: #101828 !important;
        font-size: 15px !important;
        line-height: 1 !important;
    }

    body.dmu-account-koin .dck-coin-stat.pending strong .dck-coin-icon,
    body.dmu-account-koin .dck-coin-stat.pending > small {
        display: none !important;
    }

    body.dmu-account-koin .dck-shop-btn {
        display: none !important;
    }

    body.dmu-account-koin .dck-account-card {
        margin: 0 !important;
        overflow: hidden !important;
        border: 1px solid #e7eaf0 !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 24px rgba(15, 23, 42, .045) !important;
    }

    body.dmu-account-koin .dck-account-head {
        padding: 15px 15px 7px !important;
        color: #101828 !important;
        border: 0 !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    .dmu-koin-tools {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 5px 14px 9px;
    }

    .dmu-koin-tools select {
        width: 100%;
        height: 36px;
        padding: 0 30px 0 10px;
        color: #344054;
        border: 1px solid #e4e7ec;
        border-radius: 9px;
        background-color: #fff;
        font-size: 11px;
        font-weight: 600;
    }

    body.dmu-account-koin .dck-account-table {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    body.dmu-account-koin .dck-account-table thead {
        display: none !important;
    }

    body.dmu-account-koin .dck-account-table tbody {
        display: block !important;
        padding: 0 14px 6px !important;
    }

    body.dmu-account-koin .dck-account-table tr {
        position: relative !important;
        display: grid !important;
        min-height: 62px !important;
        grid-template-columns: 32px minmax(0, 1fr) auto !important;
        grid-template-rows: auto auto !important;
        column-gap: 10px !important;
        align-items: center !important;
        padding: 11px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #eef0f3 !important;
    }

    body.dmu-account-koin .dck-account-table tr:last-child {
        border-bottom: 0 !important;
    }

    body.dmu-account-koin .dck-account-table tr::before {
        content: "+";
        display: grid;
        width: 26px;
        height: 26px;
        grid-column: 1;
        grid-row: 1 / span 2;
        place-items: center;
        color: #fff;
        border-radius: 50%;
        background: #159455;
        font-size: 17px;
        font-weight: 600;
    }

    body.dmu-account-koin .dck-account-table tr[data-dmu-direction="out"]::before {
        content: "−";
        background: #ef1b2d;
    }

    body.dmu-account-koin .dck-account-table td {
        display: block !important;
        min-width: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.dmu-account-koin .dck-account-table td:nth-child(1) {
        grid-column: 2 !important;
        grid-row: 2 !important;
        color: #98a2b3 !important;
        font-size: 9.5px !important;
        line-height: 1.3 !important;
    }

    body.dmu-account-koin .dck-account-table td:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
        overflow: hidden !important;
        color: #1d2939 !important;
        font-size: 11.5px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.dmu-account-koin .dck-account-table td:nth-child(3) {
        grid-column: 3 !important;
        grid-row: 1 / span 2 !important;
        align-self: center !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    body.dmu-account-koin .dck-account-table td:nth-child(n + 4) {
        display: none !important;
    }

    body.dmu-account-koin .dck-account-table tr[hidden] {
        display: none !important;
    }

    body.dmu-account-koin .mt-3 {
        margin: 10px 0 0 !important;
    }

    /* Affiliate: ringkasan gelap, menu ikon 3 kolom, lalu pencarian produk. */
    body.dmu-account-affiliate .dga-wrap,
    body.dmu-account-affiliate-video .dga-wrap,
    body.dmu-account-affiliate-video .dsv-affiliate-wrap {
        padding: 0 0 18px !important;
        background: transparent !important;
    }

    body.dmu-account-affiliate .dga-wrap > .container,
    body.dmu-account-affiliate-video .dga-wrap > .container,
    body.dmu-account-affiliate-video .dsv-affiliate-wrap > .container {
        max-width: none !important;
        padding: 0 14px !important;
    }

    body.dmu-affiliate-dashboard .dga-stats {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0 !important;
        margin: 0 0 10px !important;
        padding: 7px !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        background: linear-gradient(145deg, #07182f, #0d2749) !important;
        box-shadow: 0 10px 24px rgba(7, 24, 47, .18) !important;
    }

    body.dmu-affiliate-dashboard .dga-stat {
        min-height: 67px !important;
        padding: 11px 12px !important;
        color: #fff !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.dmu-affiliate-dashboard .dga-stat:nth-child(1),
    body.dmu-affiliate-dashboard .dga-stat:nth-child(4) {
        border-right: 1px solid rgba(255, 255, 255, .13) !important;
    }

    body.dmu-affiliate-dashboard .dga-stat:nth-child(1),
    body.dmu-affiliate-dashboard .dga-stat:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .13) !important;
    }

    body.dmu-affiliate-dashboard .dga-stat:nth-child(3) {
        display: none !important;
    }

    body.dmu-affiliate-dashboard .dga-stat span {
        color: #b8c4d3 !important;
        font-size: 9px !important;
        line-height: 1.25 !important;
    }

    body.dmu-affiliate-dashboard .dga-stat strong {
        margin-top: 5px !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 1.1 !important;
    }

    body.dmu-account-affiliate .dga-nav,
    body.dmu-account-affiliate-video .dga-nav {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin: 0 0 10px !important;
    }

    body.dmu-account-affiliate .dga-nav a,
    body.dmu-account-affiliate-video .dga-nav a {
        display: flex !important;
        min-width: 0 !important;
        min-height: 78px !important;
        flex-direction: column !important;
        gap: 6px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 5px !important;
        color: #1d2939 !important;
        border: 1px solid #e6e9ef !important;
        border-radius: 12px !important;
        background: #fff !important;
        font-size: 9.5px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        text-align: center !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, .035) !important;
    }

    body.dmu-account-affiliate .dga-nav a.is-active,
    body.dmu-account-affiliate-video .dga-nav a.is-active {
        color: #e21727 !important;
        border-color: #f1b2b8 !important;
        background: #fffafb !important;
    }

    .dmu-aff-nav-icon {
        display: grid;
        width: 28px;
        height: 28px;
        place-items: center;
        color: #e21727;
    }

    .dmu-aff-nav-icon svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    body.dmu-affiliate-dashboard .dga-wrap .row.g-3 {
        display: none !important;
    }

    .dmu-affiliate-dashboard-preview {
        display: none;
    }

    body.dmu-affiliate-dashboard .dmu-affiliate-dashboard-preview {
        display: block;
        margin: 0 0 12px;
        padding: 13px;
        border: 1px solid #e7eaf0;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 7px 20px rgba(15, 23, 42, .045);
    }

    .dmu-affiliate-preview-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 9px;
    }

    .dmu-affiliate-preview-heading strong {
        color: #101828;
        font-size: 13px;
        font-weight: 800;
    }

    .dmu-affiliate-preview-heading a {
        color: #667085 !important;
        font-size: 10px;
        font-weight: 600;
        text-decoration: none !important;
    }

    .dmu-affiliate-preview-search {
        position: relative;
        display: block;
        margin-bottom: 11px;
    }

    .dmu-affiliate-preview-search svg {
        position: absolute;
        top: 50%;
        left: 11px;
        width: 17px;
        height: 17px;
        fill: none;
        stroke: #98a2b3;
        stroke-width: 1.8;
        transform: translateY(-50%);
    }

    .dmu-affiliate-preview-search input {
        width: 100%;
        height: 39px;
        padding: 0 12px 0 35px;
        color: #1d2939;
        border: 1px solid #e2e6ec;
        border-radius: 10px;
        background: #fff;
        font-size: 10.5px;
    }

    .dmu-affiliate-preview-products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .dmu-affiliate-preview-product {
        display: block;
        min-width: 0;
        overflow: hidden;
        color: #101828 !important;
        border: 1px solid #ebedf1;
        border-radius: 11px;
        background: #fff;
        text-decoration: none !important;
    }

    .dmu-affiliate-preview-image {
        position: relative;
        display: block;
        aspect-ratio: 1.35 / 1;
        overflow: hidden;
        background: #f7f8fa;
    }

    .dmu-affiliate-preview-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .dmu-affiliate-preview-badge {
        position: absolute;
        z-index: 2;
        top: 7px;
        left: 7px;
        padding: 4px 6px;
        color: #fff;
        border-radius: 4px;
        background: #d71928;
        font-size: 8px;
        font-weight: 800;
    }

    .dmu-affiliate-preview-product > strong {
        display: -webkit-box;
        min-height: 40px;
        padding: 8px 9px;
        overflow: hidden;
        color: #101828;
        font-size: 10.5px;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .dmu-affiliate-preview-empty {
        grid-column: 1 / -1;
        padding: 20px 12px;
        color: #667085 !important;
        border: 1px dashed #d9dde5;
        border-radius: 10px;
        text-align: center;
        text-decoration: none !important;
        font-size: 11px;
    }

    @media (max-width: 360px) {
        .dmu-account-menu-grid > a {
            grid-template-columns: 30px minmax(0, 1fr);
            gap: 8px;
            padding-inline: 9px;
        }

        .dmu-account-menu-grid .dmu-menu-icon {
            width: 30px;
            height: 30px;
        }

        body.dmu-account-affiliate .dga-nav a,
        body.dmu-account-affiliate-video .dga-nav a {
            min-height: 72px !important;
            font-size: 8.8px !important;
        }
    }
}

/* ================================================================
 * Digioto Mobile UI v1.2.2 — ikon akun dan integritas navigasi bawah
 * ================================================================ */
@media (max-width: 767.98px) {
    /* Semua ikon pada grid akun memakai kotak dan pusat visual yang sama. */
    .dmu-account-menu-grid .dmu-menu-icon {
        display: grid !important;
        place-items: center !important;
        padding: 0 !important;
        line-height: 0 !important;
        text-align: center !important;
    }

    .dmu-account-menu-grid .dmu-menu-icon svg {
        display: block !important;
        margin: 0 auto !important;
        overflow: visible !important;
        transform: none !important;
        transform-origin: center !important;
    }

    .dmu-account-menu-grid .dmu-menu-icon.coin svg,
    .dmu-account-menu-grid .dmu-menu-icon.affiliate svg {
        width: 20px !important;
        height: 20px !important;
    }

    /* Hanya lima link resmi Mobile UI yang boleh tampil pada bar bawah. */
    .dmu-bottom-nav > :not(a[data-dmu-section]) {
        display: none !important;
    }

    .dmu-bottom-nav > a[data-dmu-section] {
        flex: 0 0 20% !important;
        width: 20% !important;
    }
}

/* ================================================================
 * Digioto Mobile UI v1.2.3 — isolasi ikon Koin dan nav bawah
 * ================================================================ */
@media (max-width: 767.98px) {
    /* Plugin Koin mengganti SVG menu dengan gambar dan membawa margin sendiri.
       Reset seluruh ukuran/margin agar gambar tetap tepat di tengah kotak ikon. */
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-koin .dmu-menu-icon,
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-affiliate .dmu-menu-icon {
        display: grid !important;
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        place-items: center !important;
        justify-self: start !important;
        overflow: hidden !important;
    }

    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-koin .dmu-menu-icon > img.dck-account-menu-icon,
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-affiliate .dmu-menu-icon > svg.dga-affiliate-menu-icon,
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-affiliate .dmu-menu-icon > svg.dga-affiliate-card-icon {
        position: static !important;
        display: block !important;
        width: 19px !important;
        min-width: 19px !important;
        max-width: 19px !important;
        height: 19px !important;
        min-height: 19px !important;
        max-height: 19px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 19px !important;
        object-fit: contain !important;
        object-position: center !important;
        transform: none !important;
        vertical-align: middle !important;
    }

    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-koin,
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-affiliate {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        column-gap: 10px !important;
    }

    /* Shadow DOM melindungi lima menu utama dari injeksi menu akun plugin lain. */
    .dmu-bottom-nav.dmu-bottom-nav-protected {
        overflow: hidden !important;
    }

    .dmu-bottom-nav.dmu-bottom-nav-protected > * {
        display: none !important;
    }
}


/* ================================================================
 * Digioto Mobile UI v1.2.4 — Voucher Saya pada dashboard customer
 * ================================================================ */
@media (max-width: 767.98px) {
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-voucher {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        column-gap: 10px !important;
    }

    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-voucher .dmu-menu-icon {
        display: grid !important;
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        place-items: center !important;
        overflow: hidden !important;
    }

    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-voucher .dmu-menu-icon svg {
        display: block !important;
        width: 19px !important;
        height: 19px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    /* Dengan tambahan Voucher Saya, Keluar menjadi satu kartu penuh di baris akhir. */
    body.dmu-account-overview .dmu-account-menu-grid .dmu-grid-logout.dmu-grid-logout-wide {
        grid-column: 1 / -1;
    }
}
