:root {
    --prestige-mobile-gold-1: #8f6b2e;
    --prestige-mobile-gold-2: #c9a24a;
    --prestige-mobile-gold-3: #d4af5f;
    --prestige-mobile-header-accent: #c9a24a;
    --prestige-mobile-topbar-overlay: rgba(15, 15, 15, 0.18);
    --prestige-mobile-shell-bg: #f7f7f7;
    --prestige-mobile-shell-border: #e6e6e6;
    --prestige-mobile-page-bg: #ffffff;
    --prestige-mobile-surface: #f7f7f7;
    --prestige-mobile-text: #111111;
    --prestige-mobile-text-muted: #6b6b6b;
    --prestige-mobile-open-banner-height: 72px;
    --prestige-mobile-topbar-height: 56px;
    --prestige-mobile-download-banner-height: 66px;
    --prestige-mobile-bottom-bar-height: 74px;
}

@media (max-width: 1199.98px) {
    body.prestige-mobile-app-web {
        background: var(--prestige-mobile-page-bg);
        color: var(--prestige-mobile-text);
        padding-top: calc(var(--prestige-mobile-open-banner-height) + var(--prestige-mobile-topbar-height) + env(safe-area-inset-top)) !important;
        padding-bottom: calc(var(--prestige-mobile-download-banner-height) + var(--prestige-mobile-bottom-bar-height) + env(safe-area-inset-bottom)) !important;
        overflow-x: hidden;
    }

    body.prestige-mobile-app-web.toolbar-enabled {
        padding-top: calc(var(--prestige-mobile-open-banner-height) + var(--prestige-mobile-topbar-height) + env(safe-area-inset-top)) !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner {
        display: block;
        position: fixed;
        inset-inline: 0;
        top: 0;
        z-index: 1051;
        padding-top: env(safe-area-inset-top);
        background: #ffffff;
        border-bottom: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__inner {
        min-height: var(--prestige-mobile-open-banner-height);
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 10px 14px;
        direction: ltr;
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        border-radius: 12px;
        object-fit: cover;
        border: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: 0 4px 14px rgba(17, 17, 17, 0.08);
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__copy {
        min-width: 0;
        flex: 1 1 auto;
        text-align: start;
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__title {
        color: #111111;
        font-size: 15px;
        line-height: 18px;
        font-weight: 800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__subtitle {
        margin-top: 2px;
        color: #6d6d6d;
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__button {
        flex: 0 0 auto;
        min-width: 72px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--prestige-mobile-gold-1) 0%, var(--prestige-mobile-gold-2) 52%, var(--prestige-mobile-gold-3) 100%);
        color: #ffffff;
        color: #ffffff !important;
        font-size: 14px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0;
        text-decoration: none;
        box-shadow: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__button:hover,
    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__button:focus,
    body.prestige-mobile-app-web .prestige-mobile-open-app-banner__button:active {
        color: #ffffff !important;
        text-decoration: none;
    }

    body.prestige-mobile-app-web .offer-bar,
    body.prestige-mobile-app-web .header,
    body.prestige-mobile-app-web header.rtl.__inline-10,
    body.prestige-mobile-app-web #announcement,
    body.prestige-mobile-app-web .feature-secton,
    body.prestige-mobile-app-web .footer,
    body.prestige-mobile-app-web .page-footer.custom-footer,
    body.prestige-mobile-app-web .floating-btn-grp,
    body.prestige-mobile-app-web .back-to-top,
    body.prestige-mobile-app-web .social-chat-icons {
        display: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar {
        display: block;
        position: fixed;
        inset-inline: 0;
        top: calc(var(--prestige-mobile-open-banner-height) + env(safe-area-inset-top));
        z-index: 1045;
        padding: 0;
        background: var(--prestige-mobile-surface);
        border-bottom: 1px solid var(--prestige-mobile-shell-border);
        box-shadow: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__surface {
        min-height: var(--prestige-mobile-topbar-height);
        border-radius: 0;
        padding: 9px 12px;
        background: var(--prestige-mobile-shell-bg);
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__overlay-row {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__brand-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 10px;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__brand {
        display: inline-flex;
        align-items: center;
        gap: 0;
        min-width: 0;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__brand-mark {
        display: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__logo {
        width: auto;
        max-width: 176px;
        height: 30px;
        object-fit: contain;
        display: block;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__actions {
        display: flex;
        align-items: center;
        gap: 3px;
        flex: 0 0 auto;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__action {
        width: 38px;
        height: 38px;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: var(--prestige-mobile-header-accent);
        text-decoration: none;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__action i {
        font-size: 21px;
        line-height: 1;
        color: inherit;
    }

    body.prestige-mobile-app-web .prestige-mobile-topbar__action .count {
        position: absolute;
        top: -2px;
        inset-inline-end: 1px;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border-radius: 999px;
        font-size: 0.64rem;
        line-height: 17px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, #c33f3f, #f06767);
        box-shadow: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-search {
        position: relative;
        flex: 1 1 auto;
        min-width: 0;
        color-scheme: normal;
    }

    body.prestige-mobile-app-web .prestige-mobile-search .form-control {
        height: 38px;
        border-radius: 6px;
        padding-inline: 12px 36px;
        border: 1px solid var(--prestige-mobile-header-accent);
        background: var(--prestige-mobile-topbar-overlay) !important;
        background-color: var(--prestige-mobile-topbar-overlay) !important;
        box-shadow: none;
        color: var(--prestige-mobile-header-accent);
        color-scheme: normal;
        -webkit-appearance: none;
        appearance: none;
        -webkit-text-fill-color: var(--prestige-mobile-header-accent);
        -webkit-box-shadow: 0 0 0 1000px var(--prestige-mobile-topbar-overlay) inset !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-search .form-control::placeholder {
        color: var(--prestige-mobile-header-accent);
    }

    body.prestige-mobile-app-web .prestige-mobile-search__input {
        appearance: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-search__input::-webkit-search-decoration,
    body.prestige-mobile-app-web .prestige-mobile-search__input::-webkit-search-cancel-button,
    body.prestige-mobile-app-web .prestige-mobile-search__input::-webkit-search-results-button,
    body.prestige-mobile-app-web .prestige-mobile-search__input::-webkit-search-results-decoration {
        -webkit-appearance: none;
        appearance: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-search__input:-webkit-autofill,
    body.prestige-mobile-app-web .prestige-mobile-search__input:-webkit-autofill:hover,
    body.prestige-mobile-app-web .prestige-mobile-search__input:-webkit-autofill:focus {
        -webkit-text-fill-color: var(--prestige-mobile-header-accent);
        -webkit-box-shadow: 0 0 0 1000px var(--prestige-mobile-topbar-overlay) inset !important;
        transition: background-color 9999s ease-out 0s;
    }

    body.prestige-mobile-app-web .prestige-mobile-search__button {
        position: absolute;
        top: 50%;
        inset-inline-end: 9px;
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 0;
        transform: translateY(-50%);
        color: var(--prestige-mobile-header-accent);
        background: transparent;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    body.prestige-mobile-app-web .prestige-mobile-search__button i {
        font-size: 21px;
        color: inherit;
    }

    body.prestige-mobile-app-web .prestige-mobile-search .search-result-box {
        top: calc(100% + 8px) !important;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    }

    body.prestige-mobile-app-web .main-content {
        gap: 1rem !important;
        padding: 0 !important;
        background: transparent;
    }

    body.prestige-mobile-app-web .main-content > .container,
    body.prestige-mobile-app-web .banner .container {
        padding-inline: 12px;
    }

    body.prestige-mobile-app-web .banner .card {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.prestige-mobile-app-web .banner .swiper-container {
        border-radius: 22px;
        overflow: hidden;
        box-shadow: none;
    }

    body.prestige-mobile-app-web .banner .swiper-slide,
    body.prestige-mobile-app-web .banner .swiper-slide a,
    body.prestige-mobile-app-web .banner .swiper-slide img {
        border-radius: 22px;
    }

    body.prestige-mobile-app-web .hero-video-wrapper[data-hero-video-container] {
        width: calc(100% + 30px);
        max-width: none;
        margin-inline: -15px;
        border-radius: 0 !important;
    }

    body.prestige-mobile-app-web .hero-video-wrapper[data-hero-video-container] .hero-video {
        border-radius: 0 !important;
    }

    body.prestige-mobile-home-hero-active.prestige-mobile-app-web .prestige-mobile-topbar {
        background: transparent;
        border-bottom: 0;
    }

    body.prestige-mobile-home-hero-active.prestige-mobile-app-web .prestige-mobile-topbar__surface {
        background: transparent;
    }

    body.prestige-mobile-home-hero-active.prestige-mobile-app-web .prestige-mobile-home-hero {
        padding-top: 0 !important;
        margin-top: calc(-1 * var(--prestige-mobile-topbar-height));
    }

    body.prestige-mobile-home-hero-active.prestige-mobile-app-web .prestige-mobile-home-hero > .container {
        max-width: none;
        padding-inline: 0;
    }

    body.prestige-mobile-home-hero-active.prestige-mobile-app-web .prestige-mobile-home-hero .hero-video-wrapper[data-hero-video-container] {
        width: 100vw;
        max-width: none;
        margin-inline: calc(50% - 50vw);
        aspect-ratio: 16 / 11;
        border-radius: 0 !important;
    }

    body.prestige-mobile-home-hero-active.prestige-mobile-app-web .prestige-mobile-home-hero .hero-video-wrapper[data-hero-video-container] .hero-video {
        width: 100%;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover;
        border-radius: 0 !important;
    }

    body.prestige-mobile-app-web .hero-video-mute-btn {
        top: auto;
        right: auto;
        bottom: 12px;
        left: 12px;
    }

    body.prestige-mobile-app-web .prestige-mobile-main-banner {
        display: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories {
        padding-inline: 0;
        background: transparent !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories .__inline-62 {
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories .card,
    body.prestige-mobile-app-web .prestige-mobile-categories__card {
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories .card-body,
    body.prestige-mobile-app-web .prestige-mobile-categories__body {
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__header {
        display: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__slider {
        margin-top: 0 !important;
        background: transparent !important;
        padding-inline: 8px;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__track {
        display: flex;
        gap: 2px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__track::-webkit-scrollbar {
        display: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__item {
        text-align: center;
        flex: 0 0 calc((100% - 6px) / 3.65);
        max-width: calc((100% - 6px) / 3.65);
        scroll-snap-align: start;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__tile {
        width: 64px;
        height: 64px;
        margin-inline: auto;
        border-radius: 10px !important;
        background: rgba(17, 17, 17, 0.03);
        box-shadow: none;
        overflow: hidden;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-categories__label {
        max-width: 68px;
        min-height: 25px;
        margin-top: 3px !important;
        margin-bottom: 0;
        font-size: 10px;
        line-height: 1.1;
        font-weight: 500;
        color: rgba(17, 17, 17, 0.76);
    }

    body.prestige-mobile-app-web .prestige-mobile-product-section-shell,
    body.prestige-mobile-app-web .prestige-mobile-product-section-shadow {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-product-section-shell {
        background-image: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-brands-header {
        display: none !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-brands__tile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    body.prestige-mobile-app-web .prestige-mobile-brands__logo {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        border-radius: 10px !important;
    }

    body.prestige-mobile-app-web #mobile_app_bar {
        position: fixed;
        inset-inline: 0;
        bottom: 0;
        z-index: 1048;
        padding: 0 0 env(safe-area-inset-bottom);
        background: var(--prestige-mobile-surface);
        border-top: 1px solid var(--prestige-mobile-shell-border);
    }

    body.prestige-mobile-app-web .prestige-mobile-download-banner {
        position: fixed;
        inset-inline: 0;
        bottom: calc(var(--prestige-mobile-bottom-bar-height) + env(safe-area-inset-bottom));
        z-index: 1047;
        min-height: var(--prestige-mobile-download-banner-height);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 9px 12px;
        color: #ffffff;
        background: rgba(17, 17, 17, 0.78);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 -14px 32px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    body.prestige-mobile-app-web .prestige-mobile-download-banner__copy {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 15px;
        line-height: 1.45;
        font-weight: 600;
        text-align: right;
    }

    body.prestige-mobile-app-web .prestige-mobile-download-banner__stores {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    body.prestige-mobile-app-web .prestige-mobile-download-banner__store {
        height: 38px;
        min-width: 114px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 9px;
        background: #000000;
        border: 1px solid rgba(255, 255, 255, 0.22);
        text-decoration: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-download-banner__store img {
        width: auto;
        max-width: 96px;
        height: 22px;
        display: block;
        object-fit: contain;
    }

    body.prestige-device-ios.prestige-mobile-app-web .prestige-mobile-download-banner__store--android,
    body.prestige-device-android.prestige-mobile-app-web .prestige-mobile-download-banner__store--ios {
        display: none !important;
    }

    body.prestige-device-ios.prestige-mobile-app-web .prestige-mobile-download-banner__store--ios,
    body.prestige-device-android.prestige-mobile-app-web .prestige-mobile-download-banner__store--android {
        display: inline-flex !important;
    }

    body.prestige-mobile-app-web .prestige-mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0;
        padding: 0;
        border-radius: 0;
        background: var(--prestige-mobile-surface);
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.prestige-mobile-app-web .prestige-mobile-bottom-nav__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-height: var(--prestige-mobile-bottom-bar-height);
        padding: 8px 4px;
        border-radius: 0;
        color: var(--prestige-mobile-text-muted);
        text-decoration: none;
        transition: color 0.2s ease;
    }

    body.prestige-mobile-app-web .prestige-mobile-bottom-nav__item i {
        font-size: 1.18rem;
        line-height: 1;
        color: inherit;
    }

    body.prestige-mobile-app-web .prestige-mobile-bottom-nav__item > span:last-child {
        font-size: 0.72rem;
        font-weight: 500;
        line-height: 1.1;
    }

    body.prestige-mobile-app-web .prestige-mobile-bottom-nav__item.is-active {
        color: var(--prestige-mobile-gold-2);
        background: transparent;
    }

    body.prestige-mobile-app-web .prestige-mobile-bottom-nav__item.is-active span,
    body.prestige-mobile-app-web .prestige-mobile-bottom-nav__item.is-active i {
        color: inherit;
    }

    body.prestige-mobile-app-web .app-bar {
        background: var(--prestige-mobile-shell-bg) !important;
        box-shadow: none !important;
    }

    body[theme="dark"].prestige-mobile-app-web {
        --prestige-mobile-shell-bg: #1a1a1a;
        --prestige-mobile-shell-border: #2a2a2a;
        --prestige-mobile-page-bg: #0f0f0f;
        --prestige-mobile-surface: #1a1a1a;
        --prestige-mobile-text: #ffffff;
        --prestige-mobile-text-muted: #a0a0a0;
        background: var(--prestige-mobile-page-bg);
    }

    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-topbar__action,
    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-search .form-control,
    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-bottom-nav {
        background: transparent;
        border-color: rgba(201, 162, 74, 0.82);
        box-shadow: none;
    }

    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-topbar__action {
        color: var(--prestige-mobile-header-accent);
    }

    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-categories__tile {
        background: rgba(255, 255, 255, 0.055);
    }

    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-categories__label {
        color: rgba(255, 255, 255, 0.88);
    }

    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-brands__tile {
        background: rgba(255, 255, 255, 0.055);
    }

    body[theme="dark"].prestige-mobile-app-web .prestige-mobile-brands__label {
        color: rgba(255, 255, 255, 0.88);
    }
}

@media (min-width: 1200px) {
    .prestige-mobile-topbar,
    .prestige-mobile-open-app-banner,
    .prestige-mobile-download-banner {
        display: none !important;
    }
}
