/* ???????token ?? glassmorphism skill??????/??????????????? */

html {
    --primary: #1856FF;
    --secondary: #3A344E;
    --success: #07CA6B;
    --warning: #E89558;
    --danger: #EA2143;
    --ink: #141414;
    --muted: rgba(20, 20, 20, 0.58);
    --glass: rgba(255, 255, 255, 0.42);
    --glass-strong: rgba(255, 255, 255, 0.62);
    --glass-line: rgba(255, 255, 255, 0.55);
    --glass-line-soft: rgba(255, 255, 255, 0.28);
    --blur: 22px;
    --r: 22px;
    --acg-primary: #1856FF;
    --acg-secondary: #3A344E;
    --acg-danger: #EA2143;
    --acg-text-strong: #141414;
    --acg-text-muted: rgba(20, 20, 20, 0.58);
    --acg-card-bg: rgba(255, 255, 255, 0.58);
    --acg-border: rgba(255, 255, 255, 0.55);
    --acg-bg-overlay: transparent;
    --store-base: #dbe7ff;
    --store-aurora:
        radial-gradient(900px 520px at 8% 12%, #7aa2ff 0%, transparent 55%),
        radial-gradient(800px 480px at 92% 8%, #c084fc 0%, transparent 50%),
        radial-gradient(700px 500px at 70% 90%, #67e8f9 0%, transparent 45%),
        radial-gradient(600px 420px at 15% 85%, #fda4af 0%, transparent 50%),
        linear-gradient(145deg, #dbe7ff 0%, #e9ddff 45%, #dff7fb 100%);
    color-scheme: light;
    background: var(--store-base);
    min-height: 100%;
}

html[data-theme="dark"] {
    --primary: #6B9CFF;
    --secondary: #B8B0D0;
    --ink: #F4F2FF;
    --muted: rgba(244, 242, 255, 0.62);
    --glass: rgba(20, 18, 32, 0.55);
    --glass-strong: rgba(28, 24, 48, 0.72);
    --glass-line: rgba(255, 255, 255, 0.18);
    --glass-line-soft: rgba(255, 255, 255, 0.1);
    --acg-primary: #6B9CFF;
    --acg-secondary: #B8B0D0;
    --acg-text-strong: #F4F2FF;
    --acg-text-muted: rgba(244, 242, 255, 0.62);
    --acg-card-bg: rgba(28, 24, 48, 0.72);
    --acg-border: rgba(255, 255, 255, 0.18);
    --store-base: #0B0A12;
    --store-aurora:
        radial-gradient(900px 480px at 15% 10%, #2a1f66 0%, transparent 55%),
        radial-gradient(800px 420px at 90% 20%, #123a5c 0%, transparent 50%),
        radial-gradient(640px 420px at 70% 92%, #3b1d4a 0%, transparent 48%),
        #0B0A12;
    color-scheme: dark;
}

body.store-glass {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    color: var(--ink);
    min-height: 100vh;
    background: transparent;
    position: relative;
    z-index: 0;
}

body.store-glass::before {
    content: "";
    position: fixed;
    top: 0;

    right: 0;

    bottom: 0;

    left: 0;
    z-index: -1;
    pointer-events: none;
    background: var(--store-aurora);
}

/* ===== ???? =====
   ??? main.container ?????????????????/??????? */
body.store-glass {
    --store-inline: 12px;
    --store-stack-gap: 10px; /* ?? / ??? / ??? ?????? */
}

.store-shell {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 12px var(--store-inline) 0;
}

body.store-glass .store-shell > .navbar > .container.store-capsule__inner {
    max-width: 100%;
    width: 100%;
    padding-left: 14px;
    padding-right: 10px;
}

body.store-glass #pjax-container > main.container {
    max-width: 100%;
    width: 100%;
    padding-left: var(--store-inline);
    padding-right: var(--store-inline);
}

@media (min-width: 576px) {
    body.store-glass {
        --store-inline: 12px;
        --store-inline: max(12px, calc((100vw - 540px) / 2));
    }
}

@media (min-width: 768px) {
    body.store-glass {
        --store-inline: 12px;
        --store-inline: max(12px, calc((100vw - 720px) / 2));
    }
}

@media (min-width: 992px) {
    body.store-glass {
        --store-inline: 12px;
        --store-inline: max(12px, calc((100vw - 960px) / 2));
    }
}

@media (min-width: 1200px) {
    body.store-glass {
        --store-inline: 12px;
        --store-inline: max(12px, calc((100vw - 1140px) / 2));
    }
}

@media (min-width: 1400px) {
    body.store-glass {
        --store-inline: 12px;
        --store-inline: max(12px, calc((100vw - 1320px) / 2));
    }
}

.store-capsule.navbar-acg {
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
}

.store-capsule__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px 10px;
    min-height: 64px;
    padding: 8px 10px 8px 14px;
    /* ???????????? token */
    background: rgba(255, 255, 255, 0.92);
    background: var(--glass-strong);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border: 1px solid var(--glass-line-soft);
    border-radius: 999px;
    backdrop-filter: blur(var(--blur)) saturate(135%);
    -webkit-backdrop-filter: blur(var(--blur)) saturate(135%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 12px 36px rgba(58, 52, 78, 0.1);
}

.store-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    min-width: 0;
    text-decoration: none;
    color: var(--ink) !important;
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: 1.05rem;
}

.store-brand .brand-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.store-brand .store-brand__name,
.store-brand .store-brand__back-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 28vw;
}

.store-brand .store-brand__back-ico {
    display: none;
    font-size: 20px;
    line-height: 1;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
}

.store-brand .store-brand__back-text {
    display: none;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 14px;
}

/* ???logo + ??????????????? */
.store-brand.is-home .store-brand__back-ico,
.store-brand.is-home .store-brand__back-text {
    display: none;
}

.store-brand.is-back .brand-logo,
.store-brand.is-back .store-brand__name {
    display: none;
}

.store-brand.is-back {
    gap: 0;
    min-height: 42px;
    padding: 0 16px 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border: 1px solid var(--glass-line-soft);
    border-radius: 999px;
    /* ???? backdrop-filter ????????? */
    background: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.294);
    background: color-mix(in srgb, var(--glass) 70%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-weight: 700;
    letter-spacing: -0.02em;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    transition: color .15s ease, border-color .15s ease, background .15s ease;
}

.store-brand.is-back .store-brand__back-ico,
.store-brand.is-back .store-brand__back-text {
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.store-brand.is-back .store-brand__back-ico {
    margin-right: 6px;
}

.store-brand.is-back .store-brand__back-text {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.store-brand.is-back:hover,
.store-brand.is-back:focus-visible {
    color: var(--primary) !important;
    border-color: rgba(24, 86, 255, 0.350);
    border-color: color-mix(in srgb, var(--primary) 35%, var(--glass-line-soft));
    background: rgba(24, 86, 255, 0.060);
    background: color-mix(in srgb, var(--primary) 12%, var(--glass-strong));
}

.store-tools {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.store-ico {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid var(--glass-line-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.294);
    background: color-mix(in srgb, var(--glass) 70%, transparent);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.store-ico:hover,
.store-ico:focus-visible,
.lang-switch.show .store-ico {
    color: var(--primary);
    border-color: rgba(24, 86, 255, 0.350);
    border-color: color-mix(in srgb, var(--primary) 35%, var(--glass-line-soft));
    background: rgba(24, 86, 255, 0.060);
    background: color-mix(in srgb, var(--primary) 12%, var(--glass-strong));
}

.store-ico .material-icons-outlined,
.store-nav .nav-icon.material-icons-outlined,
.store-search .material-icons-outlined,
.store-capsule .dropdown-item .material-icons-outlined,
.panel-header .icon .material-icons-outlined {
    font-size: 20px;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: inherit;
}

.store-capsule .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-capsule .dropdown-item .material-icons-outlined {
    font-size: 18px;
    opacity: 0.85;
}

.store-ico .fa-sun-bright,
.store-ico .fa-moon-stars,
.store-ico .fa-globe,
.store-ico .fa-bars {
    font-size: 1rem;
}

html[data-theme="light"] .store-theme__sun,
html[data-theme="dark"] .store-theme__moon {
    display: none;
}

.store-auth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.store-auth__ghost,
.store-auth__solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
}

.store-auth__ico {
    display: none;
    font-size: 20px;
    line-height: 1;
}

.store-auth__short {
    display: none;
}

.store-auth__full {
    display: inline;
}

/* ????????/?????????? */
.store-menu-utils {
    display: none;
}

.store-auth__ghost {
    color: var(--ink);
    border: 1px solid var(--glass-line-soft);
    background: rgba(255, 255, 255, 0.294);
    background: color-mix(in srgb, var(--glass) 70%, transparent);
}

.store-auth__solid {
    color: #fff;
    background: var(--primary);
    border: 1px solid transparent;
    box-shadow: 0 8px 18px rgba(24, 86, 255, 0.280);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--primary) 28%, transparent);
}

.store-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 4px 12px 4px 4px;
    border-radius: 999px;
    border: 1px solid var(--glass-line-soft);
    background: rgba(255, 255, 255, 0.294);
    background: color-mix(in srgb, var(--glass) 70%, transparent);
    color: var(--ink);
}

.store-user img {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.35);
}

.store-user__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
    min-width: 0;
}

.store-user__meta strong {
    font-size: 13px;
    font-weight: 700;
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-user__meta small {
    font-size: 11px;
    color: var(--muted);
}

.store-burger {
    display: none;
}

.store-capsule .navbar-collapse {
    flex-basis: auto;
    flex-grow: 1;
}

.store-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.store-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
}

.store-nav .nav-link .nav-icon {
    font-size: 0.95rem;
}

.store-nav .nav-link.active,
.store-nav .nav-link:hover {
    color: var(--primary);
    background: rgba(24, 86, 255, 0.120);
    background: color-mix(in srgb, var(--primary) 12%, transparent);
}

.store-search {
    width: 240px;
    width: min(240px, 28vw);
    margin-left: auto;
}

.store-search .input-group {
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid var(--glass-line-soft);
    background: rgba(255, 255, 255, 0.294);
    background: color-mix(in srgb, var(--glass) 70%, transparent);
}

.store-search .input-group-text,
.store-search .form-control {
    border: 0;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
}

.store-search .form-control {
    min-height: 40px;
    font-size: 13px;
}

.store-search .form-control::placeholder {
    color: var(--muted);
}

.lang-switch__menu,
.store-capsule .dropdown-menu {
    background: var(--glass-strong);
    color: var(--ink);
    border: 1px solid var(--glass-line-soft);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(20, 18, 32, 0.18);
    padding: 8px;
    margin-top: 8px !important;
}

.store-capsule .dropdown-item {
    border-radius: 10px;
    color: var(--ink);
    font-weight: 600;
}

.store-capsule .dropdown-item:hover,
.store-capsule .dropdown-item:focus {
    background: rgba(24, 86, 255, 0.140);
    background: color-mix(in srgb, var(--primary) 14%, transparent);
    color: var(--ink);
}

/* ????? | ?? | ?? + ??? */
@media (min-width: 992px) {
    .store-capsule__inner {
        flex-wrap: nowrap;
        padding: 8px 10px 8px 16px;
    }

    .store-brand {
        order: 1;
        margin-right: 8px;
    }

    .store-capsule .navbar-collapse {
        order: 2;
        display: flex !important;
        align-items: center;
        gap: 12px;
    }

    .store-tools {
        order: 3;
        margin-left: 0;
    }

    .store-burger {
        display: none !important;
    }

    .store-brand .store-brand__name,
    .store-brand .store-brand__back-text {
        max-width: 180px;
    }
}

/* ????? + ??/?? + ?????/??????????????? */
@media (max-width: 991.98px) {
    body.store-glass {
        --store-inline: 10px;
        --store-stack-gap: 10px;
    }

    .store-shell {
        padding: 10px var(--store-inline) 0;
    }

    .store-capsule__inner {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-radius: 22px;
        padding: 6px 8px 6px 10px;
        min-height: 56px;
        gap: 0;
    }

    body.store-glass .store-shell > .navbar > .container.store-capsule__inner {
        padding-left: 10px;
        padding-right: 8px;
    }

    .store-brand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 8px;
        gap: 8px;
        font-size: 0.95rem;
    }

    /* ????????????????? */
    .store-brand.is-back {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 14px 0 10px;
        margin-right: auto;
        font-size: 13px;
    }

    .store-brand .brand-logo {
        width: 30px;
        height: 30px;
    }

    .store-brand .store-brand__name {
        max-width: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .store-brand.is-back .store-brand__back-text {
        max-width: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .store-tools {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 0;
        gap: 0;
    }

    /* ?????/???? DOM???????????????????? */
    body.store-glass .store-tools > * + * {
        margin-left: 0;
    }

    body.store-glass .store-tools > .store-auth + .store-burger,
    body.store-glass .store-tools > .user-info-box + .store-burger,
    body.store-glass .store-tools > .store-notice-btn + .store-burger,
    body.store-glass .store-tools > .store-notice-btn + .store-auth,
    body.store-glass .store-tools > .store-notice-btn + .user-info-box,
    body.store-glass .store-tools > .store-auth + .store-notice-btn,
    body.store-glass .store-tools > .user-info-box + .store-notice-btn {
        margin-left: 6px;
    }

    /* ??????/?? + ?????????? */
    .store-tools__desk {
        display: none !important;
    }

    .store-ico,
    .store-burger {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .store-burger {
        display: inline-flex;
    }

    .store-auth__solid {
        min-height: 38px;
        min-width: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    .store-auth__full {
        display: none;
    }

    .store-auth__short {
        display: inline;
    }

    .store-menu-utils {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .store-menu-utils > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        flex: 1 1 0;
        min-width: 0;
    }

    .store-menu-utils > * + * {
        margin-left: 8px;
    }

    .store-menu-util {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        min-height: 44px;
        padding: 0 10px;
        border: 1px solid var(--glass-line-soft);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.45);
        background: var(--glass);
        color: var(--ink);
        font-size: 13px;
        font-weight: 600;
        font-family: inherit;
        line-height: 1.2;
        cursor: pointer;
    }

    .store-menu-util .material-icons-outlined {
        font-size: 18px;
        margin-right: 6px;
    }

    .store-menu-lang {
        position: relative;
    }

    .store-menu-lang .dropdown-menu {
        width: 100%;
        min-width: 0;
    }

    .store-capsule .navbar-collapse {
        order: 10;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-top: 8px;
        padding: 10px;
        border-radius: 18px;
        border: 1px solid var(--glass-line-soft);
        background: rgba(255, 255, 255, 0.546);
        background: color-mix(in srgb, var(--glass-strong) 88%, transparent);
    }

    /* collapse ????????iOS 12 ? :has?? JS ? is-menu-open? */
    .store-capsule__inner.is-menu-open {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .store-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        width: 100%;
        gap: 0;
        margin-bottom: 10px;
    }

    .store-nav .nav-link {
        width: 100%;
        min-height: 44px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .store-search {
        width: 100%;
        margin: 0;
    }

    .store-search .form-control {
        min-height: 44px;
        font-size: 16px;
    }

    .store-auth__ghost {
        display: none;
    }

    .store-user__meta {
        display: none;
    }

    .store-user {
        padding: 4px;
        width: 38px;
        height: 38px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .store-brand .store-brand__name,
    .store-brand .store-brand__back-text {
        max-width: 34vw;
    }

    /* ???????????????????? */
    .store-auth__solid {
        width: 38px;
        padding: 0;
    }

    .store-auth__ico {
        display: inline-flex;
    }

    .store-auth__label {
        display: none;
    }
}

@media (min-width: 992px) {
    .store-menu-utils {
        display: none !important;
    }
}

/* ?? index.css ????????? / order ???????????? */
body.store-glass .navbar-acg .lang-switch,
body.store-glass .navbar-acg .user-info-box,
body.store-glass .navbar-acg .user-login-box,
body.store-glass .navbar-acg .navbar-toggler,
body.store-glass .navbar-acg .store-theme,
body.store-glass .navbar-acg .store-tools {
    position: static !important;
    right: auto !important;
    top: auto !important;
    order: initial !important;
}

body.store-glass .navbar-acg .store-tools {
    order: 3 !important;
}

@media (max-width: 991.98px) {
    body.store-glass .navbar-acg .navbar-collapse {
        order: 10 !important;
    }
}
body.store-glass #pjax-container > main.container {
    padding-top: var(--store-stack-gap) !important;
    padding-bottom: var(--store-stack-gap) !important;
}

/* ===== ????? + ???? ===== */
.store-hero {
    --hero-h: 248px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr);
    gap: 16px;
    margin-bottom: 16px;
    align-items: stretch;
}

.store-hero__carousel,
.store-hero__ads {
    height: var(--hero-h);
    background: var(--glass);
    border: 1px solid var(--glass-line-soft);
    border-radius: var(--r);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 10px 30px rgba(58, 52, 78, 0.08);
    backdrop-filter: blur(var(--blur)) saturate(135%);
    -webkit-backdrop-filter: blur(var(--blur)) saturate(135%);
    overflow: hidden;
    min-height: 0;
}

.store-hero.is-carousel-only,
.store-hero.is-ads-only {
    grid-template-columns: minmax(0, 1fr);
}

.store-hero.is-ads-only .store-hero__ads {
    height: auto;
    min-height: 0;
}

.store-hero__carousel .carousel,
.store-hero__carousel .carousel-inner,
.store-hero__carousel .carousel-item,
.store-hero__slide {
    height: 100%;
}

.store-hero__carousel .carousel-inner {
    border-radius: inherit;
}

.store-hero__slide {
    display: block;
    position: relative;
    background: #12141c center/cover no-repeat;
    color: inherit;
    text-decoration: none;
}

.store-hero__slide.is-link {
    cursor: pointer;
}

.store-hero__slide--brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 56px 36px;
    background:
        radial-gradient(90% 80% at 0% 0%, rgba(99, 140, 255, 0.42), transparent 58%),
        radial-gradient(70% 70% at 100% 100%, rgba(168, 120, 255, 0.28), transparent 52%),
        linear-gradient(145deg, #151925 0%, #1c2436 52%, #12151f 100%);
}

.store-hero__slide--brand .store-hero__kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
    margin-bottom: 8px;
}

.store-hero__slide--brand .store-hero__title {
    font-size: 1.7rem;
    font-weight: 750;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 6px;
}

.store-hero__slide--brand .store-hero__desc {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.72);
}

.store-hero__carousel .carousel-indicators {
    margin-bottom: 12px;
}

.store-hero__carousel .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.store-hero__carousel .carousel-indicators .active {
    background: #fff;
}

.store-hero__carousel .carousel-control-prev,
.store-hero__carousel .carousel-control-next {
    width: 42px;
    opacity: 0.85;
}

.store-hero__carousel .carousel-control-prev-icon,
.store-hero__carousel .carousel-control-next-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.store-hero__ads {
    padding: 10px 12px;
    display: block;
}

.store-hero__ad-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    align-content: space-evenly;
    column-gap: 10px;
    row-gap: 6px;
}

.store-hero__ad-list > li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.store-hero__ad {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid var(--glass-line-soft);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.508);
    background: color-mix(in srgb, var(--glass-strong) 82%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    color: var(--ink);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.3;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.store-hero__ad:hover {
    background: rgba(24, 86, 255, 0.060);
    background: color-mix(in srgb, var(--primary) 12%, var(--glass-strong));
    border-color: rgba(24, 86, 255, 0.360);
    border-color: color-mix(in srgb, var(--primary) 36%, var(--glass-line-soft));
    color: var(--ink);
}

.store-hero__ad:hover .store-hero__ad-text {
    color: var(--ink);
}

.store-hero__ad:hover .store-hero__ad-tag {
    color: #fff;
    background: var(--primary, #1856FF);
    border-color: transparent;
}

.store-hero__ad-tag {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1px 5px;
    border-radius: 5px;
    border: 1px solid rgba(24, 86, 255, 0.280);
    border: 1px solid color-mix(in srgb, var(--primary) 28%, transparent);
    background: rgba(24, 86, 255, 0.120);
    background: color-mix(in srgb, var(--primary) 12%, transparent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
    color: var(--primary, #1856FF);
    opacity: 1;
}

.store-hero__ad-text {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;
}

@media (max-width: 991.98px) {
    .store-hero {
        --hero-h: 200px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .store-hero__ads {
        height: auto;
        min-height: 0;
        padding: 12px 16px;
    }

    .store-hero__ad-list {
        height: auto;
        align-content: start;
        row-gap: 6px;
        column-gap: 8px;
    }

    .store-hero__slide--brand {
        padding: 20px 48px 32px;
    }
}

@media (max-width: 575.98px) {
    .store-hero {
        --hero-h: 168px;
    }

    .store-hero__slide--brand .store-hero__title {
        font-size: 1.25rem;
    }

    .store-hero__ad-list {
        grid-template-columns: 1fr;
        row-gap: 6px;
    }
}

body.store-glass .panel > .panel-body:first-child {
    padding-top: 16px;
}

body.store-glass .acg-cover {
    width: 100%;
    height: auto !important;
    min-height: 160px; /* iOS 12?? aspect-ratio ??? */
    aspect-ratio: 1 / 1;
    align-self: flex-start;
    flex: 0 0 auto;
}

body.store-glass .acg-cover .item-cover {
    object-fit: cover;
    object-position: center;
}

.panel,
.acg-card,
.auth-card {
    /* ?????????? token?? backdrop-filter ??????? */
    background: rgba(255, 255, 255, 0.92);
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border: 1px solid var(--glass-line-soft);
    border-radius: var(--r);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 10px 30px rgba(58, 52, 78, 0.08);
    backdrop-filter: blur(var(--blur)) saturate(135%);
    -webkit-backdrop-filter: blur(var(--blur)) saturate(135%);
    color: var(--ink);
}

.panel::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0.85;
}

html[data-theme="dark"] .panel::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%);
}

.panel-header,
.panel-title,
.panel-body,
.goods-title,
.goods-name,
.auth-subtitle {
    color: var(--ink);
}

.panel-header {
    background: transparent;
    box-shadow: none;
}

/* ????????????????????????? */
body.store-glass .panel .panel-header {
    margin-bottom: 6px;
    padding: 12px 14px 0;
    box-shadow: none;
}

body.store-glass .panel .panel-body {
    padding: 0 14px 14px;
}

body.store-glass .panel .store-cate {
    margin: 0;
}

body.store-glass .panel .chip-list {
    padding: 0;
    margin: 0;
}

/* ??????????? / ???? / ???? */
body.store-glass .store-trust {
    padding: 14px 10px 12px;
    margin-bottom: 0;
}

body.store-glass .store-trust__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.store-glass .store-trust__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    text-align: center;
}

body.store-glass .store-trust__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

body.store-glass .store-trust__ico {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto 6px;
    box-shadow: 0 6px 14px rgba(88, 86, 214, 0.22);
}

body.store-glass .store-trust__ico .material-icons-outlined {
    font-size: 22px;
    line-height: 1;
}

body.store-glass .store-trust__ico--ship {
    background: linear-gradient(145deg, #8b7cf6 0%, #5b8def 100%);
}

body.store-glass .store-trust__ico--safe {
    background: linear-gradient(145deg, #f27aa8 0%, #e45d9a 100%);
    box-shadow: 0 6px 14px rgba(228, 93, 154, 0.24);
}

body.store-glass .store-trust__ico--query {
    background: linear-gradient(145deg, #6ec8ff 0%, #3b82f6 100%);
    box-shadow: 0 6px 14px rgba(59, 130, 246, 0.24);
}

body.store-glass .store-trust__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
}

body.store-glass main.container > .panel + .panel {
    margin-top: var(--store-stack-gap);
}


body.store-glass .store-cate-panel .panel-header .cate-style-switch {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
body.store-glass .store-cate-panel .cate-style-btn {
    width: 28px;
    height: 28px;
}
body.store-glass .store-cate-panel .cate-style-btn .material-icons-outlined {
    font-size: 16px;
}

/* ???????? */
body.store-glass .store-cate-panel .panel-header {
    margin-bottom: 0;
    padding: 12px 14px 10px;
    border-bottom: 1px dashed rgba(120, 120, 140, 0.28);
}

body.store-glass .store-cate-panel .panel-header .icon {
    width: 22px;
    height: 22px;
}

body.store-glass .store-cate-panel .panel-header .icon .material-icons-outlined {
    font-size: 18px;
}

body.store-glass .store-cate-panel .panel-title {
    font-size: 15px;
    font-weight: 700;
}

body.store-glass .store-cate-panel .panel-body {
    padding: 14px 10px 14px;
}

body.store-glass .store-goods-panel .panel-body {
    padding: 12px 10px 14px;
}

body.store-glass .store-goods-panel .panel-body:first-child {
    padding-top: 12px;
}

/* ?????????????????? */
body.store-glass .item-list .acg-card {
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    body.store-glass main.container > .panel {
        border-radius: 14px;
    }

    body.store-glass main.container > .panel .panel-header {
        margin-bottom: 0;
        padding: 10px 10px 2px;
    }

    body.store-glass main.container > .panel .panel-body {
        padding: 0 10px 10px;
    }

    body.store-glass main.container > .store-cate-panel .panel-header {
        padding: 10px 12px 8px;
    }

    body.store-glass main.container > .store-cate-panel .panel-body,
    body.store-glass main.container > .store-goods-panel .panel-body {
        padding: 14px 8px 12px;
    }

    body.store-glass .store-trust {
        padding: 12px 6px 10px;
    }

    body.store-glass main.container > .panel .store-cate {
        margin-bottom: 0;
        margin-top: 0;
    }

    body.store-glass .item-list .acg-card {
        border-radius: 8px;
    }

    body.store-glass .item-list.row {
        margin-left: -4px;
        margin-right: -4px;
    }

    body.store-glass .item-list.row > [class*="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }
}

/* ????????????+???????????????? */
body.store-glass .panel--notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 8px;
    align-items: center;
    padding: 16px 18px;
}

body.store-glass .panel--notice .panel-header {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 0;
    gap: 0;
}

body.store-glass .panel--notice .panel-title {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 4px 10px 4px 6px;
    border-radius: 999px;
    background: rgba(24, 86, 255, 0.120);
    background: color-mix(in srgb, var(--primary) 12%, transparent);
    border: 1px solid rgba(24, 86, 255, 0.160);
    border: 1px solid color-mix(in srgb, var(--primary) 16%, transparent);
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

body.store-glass .panel--notice .panel-title .material-icons-outlined {
    font-size: 16px;
    color: inherit;
}

body.store-glass .panel--notice .panel-body {
    /* iOS 12?display:contents + grid ??????????? */
    display: block;
    margin: 0;
    padding: 0;
    min-width: 0;
}

body.store-glass .panel--notice .panel-body > :first-child {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ink);
    line-height: 1.35;
}

body.store-glass .panel--notice .panel-body > :first-child b,
body.store-glass .panel--notice .panel-body > :first-child strong {
    font-weight: 700;
}

body.store-glass .panel--notice .panel-body > :not(:first-child) {
    grid-column: 1 / -1;
    margin: 0;
    max-width: 52ch;
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--muted);
}

body.store-glass .panel--notice .panel-body > :not(:first-child) + :not(:first-child) {
    margin-top: 4px;
}

@media (max-width: 575.98px) {
    body.store-glass .panel--notice {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    body.store-glass .panel--notice .panel-body > :first-child {
        grid-column: 1;
        grid-row: 2;
    }

    body.store-glass .panel--notice .panel-body > :not(:first-child) {
        grid-column: 1;
        max-width: none;
    }
}

.chip {
    background: var(--glass-strong);
    color: var(--ink);
    border: 1px solid var(--glass-line-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    font-size: 14px;
    min-height: 44px;
}

.chip.is-primary {
    color: #fff;
    background: var(--primary);
    border-color: transparent;
}

.chip-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.chip-icon--fallback {
    background: rgba(24, 86, 255, 0.140);
    background: color-mix(in srgb, var(--primary) 14%, transparent);
    color: var(--primary);
}

.chip-icon--fallback .material-icons-outlined {
    font-size: 12px;
    line-height: 1;
}

.chip.is-primary .chip-icon--fallback {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.chip-text {
    display: inline;
}

/* ??????????????? */
.panel-header .cate-style-switch {
    margin-left: auto;
}

.cate-style-switch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border-radius: 10px;
    border: 1px solid var(--glass-line-soft);
    background: rgba(255, 255, 255, 0.484);
    background: color-mix(in srgb, var(--glass-strong) 78%, transparent);
}

.cate-style-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ink-muted, #8b909e);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.cate-style-btn .material-icons-outlined {
    font-size: 18px;
    line-height: 1;
}

.cate-style-btn:hover {
    color: var(--ink);
    background: rgba(24, 86, 255, 0.080);
    background: color-mix(in srgb, var(--primary) 8%, transparent);
}

.cate-style-btn.is-active {
    color: var(--primary);
    background: rgba(24, 86, 255, 0.140);
    background: color-mix(in srgb, var(--primary) 14%, transparent);
}

/* ?????????????????????????? */
body.store-glass .chip-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
}

body.store-glass .chip-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

body.store-glass .chip-list .chip {
    flex: 0 0 auto;
}

/* ??????????????????? */
body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"],
.chip-list[data-cate-style="tile"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px 2px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    align-items: start;
    overflow: visible;
    padding: 0;
    margin: 0;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip,
.chip-list[data-cate-style="tile"] .chip {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    padding: 2px 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    font-size: 11px;
    font-weight: 550;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    text-decoration: none;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip > * + *,
.chip-list[data-cate-style="tile"] .chip > * + * {
    margin-top: 5px;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip-icon,
.chip-list[data-cate-style="tile"] .chip-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 10px;
    background-color: rgba(245, 246, 250, 0.95);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip-icon--fallback,
.chip-list[data-cate-style="tile"] .chip-icon--fallback {
    background: #fff3e8;
    color: #ff7a2f;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip-icon--recommend,
.chip-list[data-cate-style="tile"] .chip-icon--recommend {
    background: linear-gradient(145deg, #ff9a4d 0%, #ff6a2a 100%);
    color: #fff;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip-icon--fallback .material-icons-outlined,
.chip-list[data-cate-style="tile"] .chip-icon--fallback .material-icons-outlined {
    font-size: 20px;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip-text,
.chip-list[data-cate-style="tile"] .chip-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip.is-primary,
.chip-list[data-cate-style="tile"] .chip.is-primary {
    color: #ff6a2a;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip.is-primary .chip-icon,
.chip-list[data-cate-style="tile"] .chip.is-primary .chip-icon {
    box-shadow: 0 0 0 1.5px #5b9bff;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip.is-primary .chip-icon--fallback,
.chip-list[data-cate-style="tile"] .chip.is-primary .chip-icon--fallback {
    background: linear-gradient(145deg, #ff9a4d 0%, #ff6a2a 100%);
    color: #fff;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip:hover,
.chip-list[data-cate-style="tile"] .chip:hover {
    color: var(--ink);
    background: transparent;
}

body.store-glass .store-cate-panel .chip-list[data-cate-style="tile"] .chip.is-primary:hover,
.chip-list[data-cate-style="tile"] .chip.is-primary:hover {
    color: #ff6a2a;
}

/* ?????????? / ?? */
body.store-glass .acg-card,
body.store-glass .acg-card:hover,
body.store-glass .acg-card:hover .acg-thumb,
body.store-glass .acg-thumb {
    transform: none !important;
}

body.store-glass .acg-card:hover {
    border-color: var(--glass-line-soft);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 10px 30px rgba(58, 52, 78, 0.08);
}

body.store-glass .item-list .acg-thumb.is-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(127, 127, 127, 0.12);
}

body.store-glass .item-list .acg-thumb.is-empty .material-icons-outlined {
    font-size: 28px;
    color: var(--muted);
}

/* ??????????????/??/??????????? */
body.store-glass .item-list .acg-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
}

body.store-glass .item-list .acg-thumb {
    position: relative;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

body.store-glass .item-list .acg-card__ship,
body.store-glass .item-list .acg-card__reco,
body.store-glass .item-list .acg-card__tags {
    position: absolute;
    z-index: 2;
}

/* ????????????? */
body.store-glass .item-list .acg-card__ship {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 44px);
    padding: 3px 7px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: rgba(20, 20, 20, 0.55);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ?????????? */
body.store-glass .item-list .acg-card__reco {
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(255, 196, 0, 0.95);
    color: #7a4d00;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

body.store-glass .item-list .acg-card__reco .material-icons-outlined {
    font-size: 15px;
    line-height: 1;
}

/* ???????????????? +N????? */
body.store-glass .item-list .acg-card__tags {
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    padding: 18px 8px 8px;
    overflow: hidden;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
    pointer-events: none;
}

body.store-glass .item-list .acg-card__tags > * + * {
    margin-left: 4px;
}

body.store-glass .item-list .acg-card__tags .acg-tag,
body.store-glass .item-list .acg-card__tag-more {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 46%;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

body.store-glass .item-list .acg-card__tag-more {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
}

body.store-glass .item-list .acg-card__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 10px 11px;
    box-sizing: border-box;
}

body.store-glass .item-list .goods-title {
    margin: 0;
    min-height: 0;
    font-size: 14px;
    line-height: 1.35;
}

body.store-glass .item-list .stat-row {
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 0;
}

body.store-glass .item-list .price {
    font-size: 17px;
    line-height: 1.2;
}

body.store-glass .item-list .price .unit {
    font-size: 12px;
}

body.store-glass .item-list .stat-bottom {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
}

body.store-glass .item-list .stat-bottom__item {
    min-width: 0;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.store-glass .item-list .stat-bottom__item + .stat-bottom__item {
    margin-left: 6px;
    text-align: right;
}

/* ?????????? */
@media (max-width: 991.98px) {
    body.store-glass .item-list > a.col-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        max-width: 50%;
    }

    body.store-glass .item-list .acg-card {
        width: 100%;
        height: 100% !important;
        min-width: 0;
    }

    body.store-glass .item-list .acg-thumb {
        height: 168px;
    }

    body.store-glass .item-list .acg-card__body {
        padding: 9px 9px 10px;
    }

    body.store-glass .item-list .goods-title {
        font-size: 13px;
        min-height: 0;
    }

    body.store-glass .item-list .price {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    body.store-glass .item-list .acg-thumb {
        height: 148px;
    }

    body.store-glass .item-list .acg-card__ship {
        font-size: 9px;
        padding: 2px 6px;
    }
}

@media (max-width: 359.98px) {
    body.store-glass .item-list .acg-thumb {
        height: 128px;
    }

    body.store-glass .item-list .goods-title {
        font-size: 12px;
    }
}

.price,
.goods-price {
    color: var(--primary);
}

.btn-primary,
.btn-gradient {
    background: var(--primary);
    border-color: transparent;
    border-radius: 999px;
    color: #fff;
}

.btn-outline-secondary {
    color: var(--ink);
    border-color: var(--glass-line);
    background: var(--glass);
    border-radius: 999px;
}

.form-control {
    background: var(--glass-strong);
    color: var(--ink);
    border-color: var(--glass-line-soft);
}

.form-control::placeholder {
    color: var(--muted);
}

footer,
.item-message,
.stat-bottom,
.text-muted,
#user-balance {
    color: var(--muted) !important;
}

#username,
.auth-card,
.auth-card label {
    color: var(--ink);
}

.auth-wrapper {
    background: transparent;
}

html[data-theme="dark"] .text-dark {
    color: var(--ink) !important;
}

/* ===== ???????????????????? PC ??? ===== */
body.store-glass .item-gallery__thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

body.store-glass .item-gallery__thumbs > * + * {
    margin-left: 8px;
}

body.store-glass .item-gallery__thumbs::-webkit-scrollbar {
    display: none;
    height: 0;
}

body.store-glass .item-gallery__thumb {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(18, 20, 28, 0.06);
    cursor: pointer;
}

body.store-glass .item-gallery__thumb.is-active {
    border-color: var(--primary);
}

body.store-glass .item-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== ?????? ===== */
body.store-glass .item-page {
    padding-bottom: 28px;
}

body.store-glass .item-hero .panel-body {
    padding: 20px;
}

body.store-glass .item-hero__cover,
body.store-glass .acg-card.item-hero__cover {
    position: relative;
    display: block;
    aspect-ratio: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
}

body.store-glass .item-hero__cover::before,
body.store-glass .acg-card.item-hero__cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

body.store-glass .item-hero__cover .item-cover {
    border-radius: 14px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ????????????????????? */
body.store-glass .item-buy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.store-glass .item-buy__head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--glass-line-soft);
}

body.store-glass .item-buy__title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

body.store-glass .item-buy__name {
    flex: 1 1 auto;
    margin: 0;
    font-size: 1.35rem;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--ink);
}

body.store-glass .item-buy__share {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--glass-line-soft);
    border-radius: 12px;
    background: var(--glass-strong);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.store-glass .item-buy__share .material-icons-outlined {
    font-size: 18px;
}

body.store-glass .item-buy__share:hover {
    filter: brightness(1.05);
}

body.store-glass .item-buy__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
}

body.store-glass .item-buy__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

body.store-glass .item-buy__tags .badge-soft {
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

body.store-glass .item-buy__price .price,
body.store-glass .item-buy-bar__price .price,
body.store-glass .abacus .price {
    margin: 0;
    font-size: 1.7rem;
    font-size: clamp(1.7rem, 3vw, 2.05rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--primary);
    line-height: 1.1;
}

body.store-glass .item-buy__price .price .unit,
body.store-glass .item-buy-bar__price .price .unit,
body.store-glass .abacus .price .unit {
    margin-right: 2px;
    font-size: 0.62em;
    font-weight: 700;
    color: var(--primary);
}

/* ???SKU ?? + ???? */
body.store-glass .item-buy__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.store-glass .item-buy__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    align-items: start;
}

body.store-glass .item-buy__widgets:empty {
    display: none;
}

body.store-glass .item-buy__widgets:not(:empty) {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.store-glass .item-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

body.store-glass .item-field--full {
    width: 100%;
}

body.store-glass .item-field__label,
body.store-glass .item-buy .form-label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(20, 20, 20, 0.780);
    color: color-mix(in srgb, var(--ink) 78%, transparent);
}

/* ???/????????????????????????? */
body.store-glass .item-input,
body.store-glass .item-buy .form-control {
    min-height: 44px;
    border-radius: 14px;
    background: rgba(247, 249, 255, 0.970);
    background: color-mix(in srgb, #fff 92%, var(--primary) 3%);
    color: var(--ink);
    border: 1.5px solid rgba(20, 20, 20, 0.220);
    border: 1.5px solid color-mix(in srgb, var(--ink) 22%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.store-glass .item-input::placeholder,
body.store-glass .item-buy .form-control::placeholder {
    color: rgba(20, 20, 20, 0.420);
    color: color-mix(in srgb, var(--ink) 42%, transparent);
}

body.store-glass .item-input:focus,
body.store-glass .item-buy .form-control:focus {
    border-color: rgba(24, 86, 255, 0.650);
    border-color: color-mix(in srgb, var(--primary) 65%, var(--ink) 10%);
    background: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 0 0 3px rgba(24, 86, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 0 0 3px color-mix(in srgb, var(--primary) 22%, transparent);
}

body.store-glass .sku-list {
    gap: 10px;
    margin-top: 2px;
    padding-top: 6px;
}

body.store-glass .sku,
body.store-glass .optional-card {
    min-height: 38px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.880);
    background: color-mix(in srgb, #fff 88%, transparent);
    color: var(--ink);
    border: 1.5px solid rgba(20, 20, 20, 0.200);
    border: 1.5px solid color-mix(in srgb, var(--ink) 20%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    font-weight: 600;
}

body.store-glass .sku.is-primary,
body.store-glass .optional-card.is-primary {
    color: #fff;
    background: var(--primary);
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(24, 86, 255, 0.280);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--primary) 28%, transparent);
}

body.store-glass .sku .badge-money,
body.store-glass .sku .badge-moeny {
    top: -12px;
    right: -8px;
    background: linear-gradient(90deg, #ffb84d, #ff7a59);
    border-color: rgba(255, 255, 255, 0.92);
}

body.store-glass .optional-card {
    width: 100%;
    justify-content: center;
    text-align: center;
}

/* ????????????????????????? */
body.store-glass .item-qty {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    width: 100% !important;
    max-width: none !important;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(247, 249, 255, 0.970);
    background: color-mix(in srgb, #fff 92%, var(--primary) 3%);
    border: 1.5px solid rgba(20, 20, 20, 0.220);
    border: 1.5px solid color-mix(in srgb, var(--ink) 22%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.store-glass .item-qty__btn {
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    cursor: pointer;
}

/* ?????????????????? */
body.store-glass .item-qty__btn::before,
body.store-glass .item-qty__btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: currentColor;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

body.store-glass .change-num-sub::before,
body.store-glass .change-num-add::before {
    width: 12px;
    height: 2px;
}

body.store-glass .change-num-add::after {
    width: 2px;
    height: 12px;
}

body.store-glass .item-qty__btn:hover {
    background: rgba(24, 86, 255, 0.160);
    background: color-mix(in srgb, var(--primary) 16%, transparent);
    color: var(--primary);
    filter: none;
}

body.store-glass .item-qty__btn:active {
    background: var(--primary);
    color: #fff;
    transform: none;
}

body.store-glass .item-qty__input {
    flex: 1 1 auto;
    width: 0 !important;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(20, 20, 20, 0.160);
    border-left: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
    border-right: 1px solid rgba(20, 20, 20, 0.160);
    border-right: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
}

body.store-glass .item-qty__input:focus {
    outline: none;
    box-shadow: none;
}

body.store-glass .item-qty__input::-webkit-outer-spin-button,
body.store-glass .item-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.store-glass .item-field--qty .wholesale-table {
    width: 100%;
    max-width: none;
}

body.store-glass .wholesale-table {
    width: 100%;
    max-width: 280px;
    margin-top: 4px !important;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1.5px solid rgba(24, 86, 255, 0.280);
    border: 1.5px solid color-mix(in srgb, var(--primary) 28%, var(--ink) 12%);
    background: rgba(247, 249, 255, 0.950);
    background: color-mix(in srgb, var(--primary) 10%, #fff 90%);
}

body.store-glass .wholesale-table > * > * > * {
    background: transparent !important;
    border-color: rgba(20, 20, 20, 0.120) !important;
    border-color: color-mix(in srgb, var(--ink) 12%, transparent) !important;
    padding: 8px 12px;
}

body.store-glass .wholesale-table thead th {
    color: #1856FF !important;
    color: color-mix(in srgb, var(--primary) 85%, var(--ink) 15%) !important;
    font-size: 12px;
    font-weight: 800;
}

body.store-glass .wholesale-table tbody td {
    color: var(--ink) !important;
    font-size: 13px;
    font-weight: 600;
}

body.store-glass .item-captcha {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: stretch;
}

body.store-glass .item-captcha .captcha-input {
    border-radius: 14px;
    border-right: 1.5px solid rgba(20, 20, 20, 0.220);
    border-right: 1.5px solid color-mix(in srgb, var(--ink) 22%, transparent);
}

body.store-glass .item-captcha .captcha-img {
    width: 118px;
    height: 44px;
    margin: 0;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--glass-line-soft);
    cursor: pointer;
}

/* ?????????? + ?????????????????????????? */
body.store-glass .captcha-img,
body.store-glass .image-code,
body.store-glass img[src*="/user/captcha/image"] {
    background: #f4f6fb !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* ???.cash-pay ? jQuery fadeIn/fadeOut ?????? display:flex */
body.store-glass .item-checkout,
body.store-glass .cash-pay {
    margin-top: 4px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.store-glass .item-checkout__methods {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 16px;
    /* ????????????????????? */
    background: rgba(255, 255, 255, 0.94);
    background: var(--glass-strong);
    border: 1px solid var(--glass-line-soft);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 10px 24px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(var(--blur)) saturate(135%);
    backdrop-filter: blur(var(--blur)) saturate(135%);
    position: relative;
    z-index: 2;
}

body.store-glass .item-checkout__head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary);
}

body.store-glass .item-checkout__head .material-icons-outlined {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 6px 14px rgba(24, 86, 255, 0.350);
    box-shadow: 0 6px 14px color-mix(in srgb, var(--primary) 35%, transparent);
}

body.store-glass .cash-pay .pay-list,
body.store-glass .item-checkout .pay-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 0;
    border-top: 0;
}

body.store-glass .pay-list .pay,
body.store-glass .cash-pay .pay-list .pay {
    min-height: 40px;
    padding: 0.45rem 0.85rem;
    border-radius: 12px;
    background: var(--glass);
    border: 1px solid var(--glass-line-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.store-glass .pay-list .pay span {
    color: var(--ink);
    font-weight: 600;
}

body.store-glass .pay-list .pay.is-primary,
body.store-glass .pay-list .pay.active,
body.store-glass .pay-list .pay.selected,
body.store-glass .cash-pay .pay-list .pay.is-primary,
body.store-glass .cash-pay .pay-list .pay.active,
body.store-glass .cash-pay .pay-list .pay.selected {
    background: var(--primary);
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(24, 86, 255, 0.280);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--primary) 28%, transparent);
}

body.store-glass .pay-list .pay.is-primary span,
body.store-glass .pay-list .pay.active span,
body.store-glass .pay-list .pay.selected span {
    color: #fff;
}

/* ?????????????? */
body.store-glass .item-buy-bar--desk {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ???????????? body ???? panel backdrop-filter ?? */
body.store-glass .item-buy-dock {
    display: none;
}

body.store-glass .buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(24, 86, 255, 0.320);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 32%, transparent);
}

body.store-glass .buy-now .material-icons-outlined {
    font-size: 20px;
}

body.store-glass .buy-now:disabled {
    opacity: 0.45;
    box-shadow: none;
    cursor: not-allowed;
}

body.store-glass .buy-now:not(:disabled):hover {
    filter: brightness(1.05);
}

body.store-glass .badge-soft-primary {
    color: #1856FF;
    color: color-mix(in srgb, var(--primary) 90%, var(--ink) 10%);
    background: rgba(247, 249, 255, 0.600);
    background: color-mix(in srgb, var(--primary) 18%, #fff 55%);
    border: 1px solid rgba(24, 86, 255, 0.280);
    border: 1px solid color-mix(in srgb, var(--primary) 28%, transparent);
}

body.store-glass .badge-soft-success {
    color: rgba(7, 202, 107, 0.88);
    color: color-mix(in srgb, var(--success) 88%, var(--ink) 12%);
    background: rgba(7, 202, 107, 0.16);
    background: color-mix(in srgb, var(--success) 16%, #fff 55%);
    border: 1px solid rgba(7, 202, 107, 0.260);
    border: 1px solid color-mix(in srgb, var(--success) 26%, transparent);
}

body.store-glass .badge-soft-danger {
    color: rgba(234, 33, 67, 0.88);
    color: color-mix(in srgb, var(--danger) 88%, var(--ink) 12%);
    background: rgba(234, 33, 67, 0.16);
    background: color-mix(in srgb, var(--danger) 16%, #fff 55%);
    border: 1px solid rgba(234, 33, 67, 0.260);
    border: 1px solid color-mix(in srgb, var(--danger) 26%, transparent);
}

body.store-glass .badge-soft-info,
body.store-glass .badge-soft-warning,
body.store-glass .badge-soft-muted {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.700);
    background: color-mix(in srgb, #fff 70%, transparent);
    border: 1px solid rgba(20, 20, 20, 0.140);
    border: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

body.store-glass .item-detail .panel-body,
body.store-glass .item-detail .panel-body p {
    color: rgba(20, 20, 20, 0.720);
    color: color-mix(in srgb, var(--ink) 72%, transparent);
}

/* ??????????? + ???????? #fff */
html[data-theme="dark"] body.store-glass .item-input,
html[data-theme="dark"] body.store-glass .item-buy .form-control,
html[data-theme="dark"] body.store-glass .item-qty,
html[data-theme="dark"] body.store-glass .sku,
html[data-theme="dark"] body.store-glass .optional-card {
    background: rgba(255, 255, 255, 0.546);
    background: color-mix(in srgb, var(--glass-strong) 88%, #000 12%);
    border-color: rgba(255, 255, 255, 0.280);
    border-color: color-mix(in srgb, #fff 28%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] body.store-glass .item-input:focus,
html[data-theme="dark"] body.store-glass .item-buy .form-control:focus {
    background: rgba(255, 255, 255, 0.7);
    background: color-mix(in srgb, var(--glass-strong) 92%, var(--primary) 8%);
    border-color: rgba(24, 86, 255, 0.550);
    border-color: color-mix(in srgb, var(--primary) 55%, #fff 20%);
}

html[data-theme="dark"] body.store-glass .wholesale-table {
    background: rgba(24, 86, 255, 0.070);
    background: color-mix(in srgb, var(--primary) 14%, var(--glass-strong) 86%);
    border-color: rgba(24, 86, 255, 0.350);
    border-color: color-mix(in srgb, var(--primary) 35%, #fff 15%);
}

html[data-theme="dark"] body.store-glass .badge-soft-primary,
html[data-theme="dark"] body.store-glass .badge-soft-success,
html[data-theme="dark"] body.store-glass .badge-soft-danger,
html[data-theme="dark"] body.store-glass .badge-soft-info,
html[data-theme="dark"] body.store-glass .badge-soft-warning,
html[data-theme="dark"] body.store-glass .badge-soft-muted {
    background: rgba(255, 255, 255, 0.434);
    background: color-mix(in srgb, var(--glass-strong) 70%, transparent);
}

/* ?????????????????? + ??????? */
@media (max-width: 991.98px) {
    body.store-glass .item-list .acg-thumb.is-empty {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: rgba(127, 127, 127, 0.12);
    }

    body.store-glass .item-list .acg-thumb.is-empty .material-icons-outlined {
        font-size: 22px;
        color: var(--muted);
    }

    body.store-glass .item-page {
        max-width: 100%;
        overflow-x: hidden;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 28px;
    }

    /* ?????????????? token???????? */
    body.store-glass .item-page .panel,
    body.store-glass .item-page .acg-card,
    body.store-glass .item-page .item-checkout__methods {
        background: rgba(255, 255, 255, 0.72);
        background: var(--glass-strong);
    }

    html[data-theme="dark"] body.store-glass .item-page .panel,
    html[data-theme="dark"] body.store-glass .item-page .acg-card,
    html[data-theme="dark"] body.store-glass .item-page .item-checkout__methods {
        background: rgba(28, 24, 48, 0.78);
        background: var(--glass-strong);
    }

    body.store-glass .item-page .item-input,
    body.store-glass .item-page .item-buy .form-control {
        background: #fff;
        border-color: rgba(20, 20, 20, 0.18);
    }

    html[data-theme="dark"] body.store-glass .item-page .item-input,
    html[data-theme="dark"] body.store-glass .item-page .item-buy .form-control {
        background: rgba(18, 16, 32, 0.92);
        border-color: rgba(255, 255, 255, 0.18);
    }

    body.store-glass .item-page.container {
        padding-top: 0 !important;
        padding-bottom: var(--store-stack-gap) !important;
        width: 100%;
        max-width: 100%;
    }

    body.store-glass .item-hero .panel-body {
        padding: 12px;
    }

    body.store-glass .item-hero .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    body.store-glass .item-hero .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
        min-width: 0;
        max-width: 100%;
    }

    /*
     * ???????? 1:1?
     * ? WebKit?? iOS 12?? flex ???? padding-% ???? 0?
     * ???? acg-card ? flex?? ::before ?????? aspect-ratio??
     */
    body.store-glass .item-hero__cover,
    body.store-glass .acg-card.item-hero__cover {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 0;
        aspect-ratio: auto;
        background: rgba(18, 20, 28, 0.06);
        overflow: hidden;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -webkit-flex-direction: initial;
        flex-direction: initial;
    }

    body.store-glass .item-hero__cover::before,
    body.store-glass .acg-card.item-hero__cover::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%;
        height: 0;
    }

    body.store-glass .item-hero__cover.is-empty {
        display: block;
        color: var(--muted);
        font-size: 12px;
    }

    body.store-glass .item-hero__cover.is-empty .material-icons-outlined {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        margin-right: 0;
        font-size: 28px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.store-glass .item-hero__cover .item-cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    body.store-glass .item-gallery {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.store-glass .item-gallery__thumbs {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 100%;
        padding-bottom: 4px;
    }

    body.store-glass .item-gallery__thumb {
        -webkit-flex: 0 0 56px;
        flex: 0 0 56px;
    }

    body.store-glass .item-buy {
        padding: 0;
        gap: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.store-glass .item-buy > * + * {
        margin-top: 10px;
    }

    body.store-glass .item-buy__head {
        gap: 0;
        padding-bottom: 8px;
    }

    body.store-glass .item-buy__head > * + * {
        margin-top: 8px;
    }

    body.store-glass .item-buy__name {
        font-size: 1.12rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    body.store-glass .item-buy__price .price,
    body.store-glass .item-page .abacus .price {
        font-size: 1.35rem;
    }

    body.store-glass .item-buy__grid {
        display: block;
        width: 100%;
    }

    body.store-glass .item-buy__grid > .item-field + .item-field {
        margin-top: 12px;
    }

    body.store-glass .item-input,
    body.store-glass .item-buy .form-control {
        width: 100%;
        max-width: 100%;
        font-size: 16px; /* ?? iOS ?????? */
        -webkit-appearance: none;
        appearance: none;
    }

    body.store-glass .sku-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }

    body.store-glass .sku-list .sku {
        max-width: 100%;
        word-break: break-word;
    }

    body.store-glass .item-checkout__methods {
        margin-bottom: 0;
        padding: 12px;
        border-radius: 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 详情紧凑台：页内购买钮由 item-detail.css 接管，此处勿再 display:none */
    body.store-glass .item-buy-bar--desk {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    body.store-glass.item-checkout-open .item-buy-dock,
    body.item-checkout-open .item-buy-dock {
        display: block;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        bottom: -webkit-calc(12px + constant(safe-area-inset-bottom));
        bottom: calc(12px + constant(safe-area-inset-bottom));
        bottom: -webkit-calc(12px + env(safe-area-inset-bottom));
        bottom: calc(12px + env(safe-area-inset-bottom));
        z-index: 1080;
        pointer-events: none;
        max-width: calc(100% - 24px);
        box-sizing: border-box;
    }

    body.store-glass .item-buy-bar--float {
        pointer-events: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 12px;
        border-radius: 18px;
        /* color-mix ?? Safari ????????????? */
        background: rgba(255, 255, 255, 0.94);
        background: var(--glass-strong);
        border: 1px solid var(--glass-line-soft);
        box-shadow:
            0 12px 32px rgba(0, 0, 0, 0.32),
            inset 0 1px 0 rgba(255, 255, 255, 0.14);
        -webkit-backdrop-filter: blur(20px) saturate(125%);
        backdrop-filter: blur(20px) saturate(125%);
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.store-glass .item-buy-bar__price {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 12px;
    }

    body.store-glass .item-buy-bar__price .price {
        font-size: 1.35rem;
    }

    body.store-glass .item-buy-bar--float .buy-now {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        min-width: 46%;
        max-width: 58%;
        min-height: 46px;
        padding: 0 18px;
        white-space: nowrap;
        font-size: 16px;
    }

    /* ??????? px ???iOS 12 ???????????? */
    body.store-glass .item-buy-spacer {
        display: none;
        width: 100%;
        height: 0;
        pointer-events: none;
    }

    body.store-glass.item-checkout-open .item-buy-spacer,
    body.item-checkout-open .item-buy-spacer {
        display: block;
        height: 120px;
        padding-bottom: 0;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}

@media (max-width: 575.98px) {
    body.store-glass {
        font-size: 16px;
    }

    body.store-glass .item-buy__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.store-glass .item-buy__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    body.store-glass .item-captcha {
        grid-template-columns: 1fr auto;
    }

    body.store-glass .item-captcha .captcha-img {
        width: 110px;
        height: 44px;
    }

    body.store-glass .pay-list .pay {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }

    body.store-glass .item-field--qty .qty-group,
    body.store-glass .qty-group.item-qty {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 640px) {
    body.store-glass {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acg-card,
    .chip,
    .panel,
    .store-ico,
    .store-nav .nav-link {
        transition: none;
    }
}

/* ===== ??????????? ===== */
body.store-auth-open,
body.store-island-lock {
    overflow: hidden;
}

.store-auth-modal[hidden] {
    display: none !important;
}

.store-island,
.store-auth-modal {
    position: fixed;
    top: 0;

    right: 0;

    bottom: 0;

    left: 0;
    z-index: 1200;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 14px;
    padding: max(14px, env(safe-area-inset-top, 0px)) 14px calc(18px + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
}

.store-island.island-open,
.store-auth-modal.island-open,
.store-auth-modal:not([hidden]) {
    pointer-events: auto;
}

.store-island__mask,
.store-auth-modal__mask {
    position: absolute;
    top: 0;

    right: 0;

    bottom: 0;

    left: 0;
    background: rgba(8, 10, 18, 0.42);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.store-island.island-open .store-island__mask,
.store-auth-modal.island-open .store-auth-modal__mask {
    opacity: 1;
}

.store-island.island-closing .store-island__mask,
.store-auth-modal.island-closing .store-auth-modal__mask {
    opacity: 0;
}

.store-island__panel,
.store-auth-modal__panel {
    position: relative;
    z-index: 1;
    width: 420px;
    width: min(420px, 100%);
    max-height: 720px;
    max-height: min(86vh, 720px);
    overflow: hidden;
    margin-top: 8px;
    padding: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.583);
    background: color-mix(in srgb, var(--glass-strong) 94%, #000 6%);
    border: 1px solid var(--glass-line-soft);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 18px 48px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(24px) saturate(135%);
    -webkit-backdrop-filter: blur(24px) saturate(135%);
    color: var(--ink);
    transform-origin: top center;
    transform: translateY(-18px) scale(0.22, 0.14);
    opacity: 0;
    will-change: transform, opacity, border-radius;
}

.store-island__body {
    padding: 22px 20px 18px;
    max-height: 720px;
    max-height: min(86vh, 720px);
    overflow: auto;
    opacity: 0;
    transform: translateY(6px);
}

.store-island__panel.island-open,
.store-auth-modal__panel.island-open {
    animation: store-island-in 0.52s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.store-island__panel.island-closing,
.store-auth-modal__panel.island-closing {
    animation: store-island-out 0.38s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.store-island__panel.island-open .store-island__body,
.store-auth-modal__panel.island-open .store-island__body {
    animation: store-island-body-in 0.34s ease 0.14s forwards;
}

.store-island__panel.island-closing .store-island__body,
.store-auth-modal__panel.island-closing .store-island__body {
    animation: store-island-body-out 0.2s ease forwards;
}

@keyframes store-island-in {
    0% {
        opacity: 0;
        border-radius: 14px;
        transform: translateY(-36px) scale(0.2, 0.12);
    }
    58% {
        opacity: 1;
        border-radius: 14px;
        transform: translateY(2px) scale(1.02, 1.015);
    }
    100% {
        opacity: 1;
        border-radius: 14px;
        transform: translateY(0) scale(1);
    }
}

@keyframes store-island-out {
    0% {
        opacity: 1;
        border-radius: 14px;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        border-radius: 14px;
        transform: translateY(-42px) scale(0.18, 0.1);
    }
}

@keyframes store-island-body-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes store-island-body-out {
    to {
        opacity: 0;
        transform: translateY(4px);
    }
}

.store-auth-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--glass-line-soft);
    border-radius: 12px;
    background: var(--glass);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.store-auth-modal__close .material-icons-outlined {
    font-size: 18px;
}

.store-auth-modal__head {
    padding-right: 40px;
    margin-bottom: 16px;
}

.store-auth-modal__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.store-auth-modal__sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--muted);
}

.store-auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 4px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.336);
    background: color-mix(in srgb, var(--glass) 80%, transparent);
    border: 1px solid var(--glass-line-soft);
}

.store-auth-tabs__btn {
    min-height: 38px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}

.store-auth-tabs__btn.is-active {
    color: #fff;
    background: var(--primary);
    box-shadow: 0 8px 18px rgba(24, 86, 255, 0.280);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--primary) 28%, transparent);
}

.store-auth-pane[hidden] {
    display: none !important;
}

.store-auth-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-auth-field__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
}

.store-auth-field .form-control {
    min-height: 44px;
    border-radius: 12px;
    background: var(--glass);
    color: var(--ink);
    border: 1px solid var(--glass-line-soft);
}

.store-auth-field .form-control:focus {
    border-color: rgba(24, 86, 255, 0.450);
    border-color: color-mix(in srgb, var(--primary) 45%, var(--glass-line-soft));
    box-shadow: 0 0 0 3px rgba(24, 86, 255, 0.180);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent);
}

.store-auth-captcha,
.store-auth-code {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: stretch;
}

.store-auth-captcha__img {
    width: 118px;
    height: 44px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--glass-line-soft);
    background: #f4f6fb !important;
    cursor: pointer;
}

.store-auth-code__btn {
    min-width: 108px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid var(--glass-line-soft);
    background: var(--glass);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.store-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 2px;
}

.store-auth-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 13px;
    color: var(--muted);
    cursor: pointer;
}

.store-auth-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.store-auth-submit {
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
    border: 0;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(24, 86, 255, 0.320);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 32%, transparent);
}

.store-auth-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 8px;
    color: var(--muted);
    font-size: 12px;
}

.store-auth-divider::before,
.store-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--glass-line-soft);
}

/* layer ?? ? ????????????? 14px? */
body.store-glass .layui-layer.store-island-layer {
    border: 1px solid var(--glass-line-soft) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.583) !important;
    background: color-mix(in srgb, var(--glass-strong) 94%, #000 6%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 18px 48px rgba(0, 0, 0, 0.36) !important;
    backdrop-filter: blur(22px) saturate(130%);
    -webkit-backdrop-filter: blur(22px) saturate(130%);
    overflow: hidden;
    transform-origin: top center;
    opacity: 0;
    transform: translateY(-36px) scale(0.2, 0.12);
}

body.store-glass .layui-layer.store-island-layer.island-open {
    animation: store-island-in 0.52s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

body.store-glass .layui-layer.store-island-layer.island-closing {
    animation: store-island-out 0.38s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

body.store-glass .layui-layer.store-island-layer .layui-layer-title {
    background: transparent !important;
    border-bottom: 1px solid var(--glass-line-soft) !important;
    color: var(--ink) !important;
    font-weight: 700;
    height: auto;
    line-height: 1.35;
    padding: 16px 44px 12px 18px;
}

body.store-glass .layui-layer.store-island-layer .layui-layer-content {
    color: var(--ink);
    background: transparent !important;
}

body.store-glass .layui-layer.store-island-layer .layui-layer-setwin a {
    color: var(--ink);
}

body.store-glass .layui-layer-shade.store-island-shade {
    background: rgba(8, 10, 18, 0.42) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0 !important;
    transition: opacity 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

body.store-glass .layui-layer-shade.store-island-shade.island-open {
    opacity: 1 !important;
}

body.store-glass .layui-layer-shade.store-island-shade.island-closing {
    opacity: 0 !important;
}

/* ===== 自绘灵动岛胶囊（#store-di-host）——顶栏正中全圆角，不依赖 layui ===== */
#store-di-host {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 12px 16px 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@supports (padding: constant(safe-area-inset-top)) {
    #store-di-host {
        padding-top: calc(10px + constant(safe-area-inset-top));
    }
}

@supports (padding: env(safe-area-inset-top)) {
    #store-di-host {
        padding-top: calc(10px + env(safe-area-inset-top));
    }
}

.store-di-toast {
    pointer-events: none;
    display: inline-block;
    max-width: 86vw;
    padding: 10px 22px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(28, 28, 30, 0.94);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transform: translateY(-10px) scaleX(0.18) scaleY(0.55);
    transform: translateY(-10px) scaleX(0.18) scaleY(0.55);
}

.store-di-toast.is-in {
    animation: store-di-in 0.55s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.store-di-toast.is-out {
    animation: store-di-out 0.36s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.store-di-toast.is-static {
    animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.store-di-toast--success {
    background: rgba(7, 202, 107, 0.94);
    border-color: transparent;
}

.store-di-toast--error {
    background: rgba(234, 33, 67, 0.94);
    border-color: transparent;
}

.store-di-toast--warning {
    background: rgba(255, 196, 92, 0.96);
    color: #141414;
    border-color: transparent;
}

.store-di-toast--info {
    background: rgba(24, 86, 255, 0.94);
    border-color: transparent;
}

@keyframes store-di-in {
    0% {
        opacity: 0.9;
        -webkit-transform: translateY(-12px) scaleX(0.18) scaleY(0.55);
        transform: translateY(-12px) scaleX(0.18) scaleY(0.55);
    }
    55% {
        opacity: 1;
        -webkit-transform: translateY(0) scaleX(1.06) scaleY(1.05);
        transform: translateY(0) scaleX(1.06) scaleY(1.05);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes store-di-out {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scaleX(0.16) scaleY(0.5);
        transform: translateY(-10px) scaleX(0.16) scaleY(0.5);
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-di-toast.is-in,
    .store-di-toast.is-out {
        animation: none !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

/* 旧 toastr / layui msg 兜底隐藏，避免再冒出右上角条 */
body.store-glass #toast-container {
    display: none !important;
}

body.store-glass .layui-layer.store-island-msg,
body.store-glass .layui-layer-msg {
    display: none !important;
}

/* SweetAlert2 ? ??? */
body.store-glass .swal2-container.store-island-swal-wrap {
    padding-top: max(16px, env(safe-area-inset-top, 0px)) !important;
    align-items: flex-start !important;
}

body.store-glass .swal2-popup.store-island-swal {
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.583) !important;
    background: color-mix(in srgb, var(--glass-strong) 94%, #000 6%) !important;
    border: 1px solid var(--glass-line-soft) !important;
    color: var(--ink) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36) !important;
    backdrop-filter: blur(22px) saturate(130%);
    -webkit-backdrop-filter: blur(22px) saturate(130%);
    opacity: 0;
    transform-origin: top center;
    transform: translateY(-36px) scale(0.2, 0.12);
}

body.store-glass .swal2-popup.store-island-swal.island-open {
    animation: store-island-in 0.52s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

body.store-glass .swal2-title,
body.store-glass .swal2-html-container,
body.store-glass .swal2-content {
    color: var(--ink) !important;
}

@media (max-width: 575.98px) {
    .store-auth-modal__panel,
    .store-island__panel {
        width: 100%;
        max-height: 90vh;
        max-height: min(90vh, 100%);
    }

    .store-island__body {
        padding: 18px 16px 16px;
    }

    .store-auth-captcha,
    .store-auth-code {
        grid-template-columns: 1fr;
    }

    .store-auth-captcha__img {
        width: 100%;
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-island__panel,
    .store-auth-modal__panel,
    body.store-glass .layui-layer.store-island-layer,
    body.store-glass .swal2-popup.store-island-swal {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        border-radius: 14px !important;
    }

    body.store-glass .layui-layer.store-island-msg {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        border-radius: 9999px !important;
    }

    .store-island__body {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

/* ===== ????? ===== */
body.store-glass .query-page {
    max-width: 920px;
}

body.store-glass .query-hero__hint {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

body.store-glass .query-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

body.store-glass .query-form__field {
    position: relative;
    flex: 1 1 260px;
    margin: 0;
}

body.store-glass .query-form__ico {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--muted);
    pointer-events: none;
}

body.store-glass .query-form__field .form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px 12px 44px;
    border-radius: 14px;
    background: var(--glass-strong);
    color: var(--ink);
    border: 1px solid var(--glass-line-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.store-glass .query-form__field .form-control:focus {
    border-color: rgba(24, 86, 255, 0.450);
    border-color: color-mix(in srgb, var(--primary) 45%, var(--glass-line-soft));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent);
    transform: none;
}

body.store-glass .query-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(24, 86, 255, 0.280);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 28%, transparent);
}

body.store-glass .query-form__submit .material-icons-outlined {
    font-size: 20px;
}

body.store-glass .query-form__submit:hover {
    filter: brightness(1.05);
    transform: none;
}

body.store-glass .query-form__submit::before {
    display: none;
}

body.store-glass .query-block {
    margin-top: 14px;
}

body.store-glass .query-empty__icon,
body.store-glass .query-loading__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 8px auto 14px;
    border-radius: 18px;
    background: rgba(24, 86, 255, 0.060);
    background: color-mix(in srgb, var(--primary) 12%, var(--glass-strong));
    color: var(--primary);
}

body.store-glass .query-empty__icon .material-icons-outlined,
body.store-glass .query-loading__icon .material-icons-outlined {
    font-size: 32px;
}

body.store-glass .query-empty__title {
    margin: 0 0 6px;
    color: var(--ink);
    font-weight: 700;
}

body.store-glass .query-empty__desc,
body.store-glass .query-loading__text {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

body.store-glass .order-item {
    background: var(--glass-strong);
    border: 1px solid var(--glass-line-soft);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 28px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--ink);
}

body.store-glass .order-item::before {
    background: var(--primary);
    height: 3px;
}

body.store-glass .order-item:hover {
    background: var(--glass-strong);
    transform: none;
    border-color: var(--glass-line-soft);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 12px 30px rgba(0, 0, 0, 0.16);
}

body.store-glass .order-no,
body.store-glass .goods-name,
body.store-glass .amount-value,
body.store-glass .shipment-title,
body.store-glass .card-title {
    color: var(--ink);
}

body.store-glass .order-time,
body.store-glass .payment-time,
body.store-glass .payment-dst,
body.store-glass .amount-label {
    color: var(--muted);
}

body.store-glass .payment-name {
    color: var(--success);
}

body.store-glass .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

body.store-glass .status-ico {
    font-size: 16px;
    width: 1em;
    height: 1em;
}

body.store-glass .shipment-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
}

body.store-glass .shipment-title .material-icons-outlined {
    font-size: 18px;
    color: var(--primary);
}

body.store-glass .view-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.store-glass .view-card-btn .material-icons-outlined {
    font-size: 18px;
}

body.store-glass .card-display {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.336);
    background: color-mix(in srgb, var(--glass) 80%, transparent);
    border: 1px solid var(--glass-line-soft);
}

body.store-glass .loading-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
}

body.store-glass .loading-content .material-icons-outlined {
    font-size: 20px;
    color: var(--primary);
}

body.store-glass .icon-spin {
    display: inline-block;
    animation: store-spin 0.9s linear infinite;
}

@keyframes store-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 575.98px) {
    body.store-glass .query-form__submit {
        width: 100%;
    }
}

/* ===== ??????? ===== */
body.store-glass .blog-page {
    max-width: 920px;
}

body.store-glass .blog-hero__hint {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

body.store-glass .blog-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 16px;
}

body.store-glass a.blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

body.store-glass a.blog-card:hover {
    transform: translateY(-2px);
}

body.store-glass .blog-card__cover {
    height: 160px;
    background: center/cover no-repeat var(--surface-2, rgba(127,127,127,.12));
}

body.store-glass .blog-card__title {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

body.store-glass .blog-card__summary {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.store-glass .blog-card__meta,
body.store-glass .blog-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--muted);
    font-size: 13px;
}

body.store-glass .blog-card__meta span,
body.store-glass .blog-detail__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

body.store-glass .blog-card__meta .material-icons-outlined,
body.store-glass .blog-detail__meta .material-icons-outlined {
    font-size: 16px;
}

body.store-glass .blog-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

body.store-glass .blog-pager__info {
    color: var(--muted);
    font-size: 13px;
}

body.store-glass .blog-empty {
    margin-top: 16px;
}

body.store-glass .blog-empty__icon .material-icons-outlined {
    font-size: 42px;
    color: var(--muted);
    margin-bottom: 8px;
}

body.store-glass .blog-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
}

body.store-glass .blog-back:hover {
    color: var(--primary);
}

body.store-glass .item-back {
    display: none !important;
}

/* ===== ?????????/?? � ???????????? ===== */
body.store-glass .store-pillbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0;
    margin: 0;
    /* ???????????? ?? ? --store-stack-gap ?? */
    padding: var(--store-stack-gap) var(--store-inline);
    box-sizing: border-box;
}

body.store-glass .store-pillbar > * + * {
    margin-left: 12px;
}

body.store-glass .store-pill {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0;
    min-height: 40px;
    padding: 0 14px 0 10px;
    /* ????????????? */
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border: 1px solid var(--glass-line-soft);
    /* ????????????????????? */
    background: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.58);
    background: var(--glass-strong);
    color: var(--ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    -webkit-backdrop-filter: blur(var(--blur)) saturate(135%);
    backdrop-filter: blur(var(--blur)) saturate(135%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 8px 24px rgba(58, 52, 78, 0.1);
    transition: color .15s ease, border-color .15s ease, background .15s ease, transform .15s ease;
    box-sizing: border-box;
}

body.store-glass .store-pill--nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

body.store-glass .store-pill--nav > * + * {
    margin-left: 6px;
}

body.store-glass .store-pill--announce {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 8px 16px 8px 10px;
    cursor: default;
}

body.store-glass .store-pill--announce > * + * {
    margin-left: 10px;
}

body.store-glass .store-pill--nav:hover {
    color: var(--primary);
    border-color: rgba(24, 86, 255, 0.350);
    border-color: color-mix(in srgb, var(--primary) 35%, var(--glass-line-soft));
    background: rgba(24, 86, 255, 0.050);
    background: color-mix(in srgb, var(--primary) 10%, var(--glass-strong));
}

body.store-glass .store-pill--nav:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

body.store-glass .store-pill__ico {
    font-size: 18px;
    line-height: 1;
    width: 1em;
    height: 1em;
}

body.store-glass .store-pill--nav.is-home .store-pill__ico--back,
body.store-glass .store-pill--nav.is-back .store-pill__ico--home {
    display: none;
}

body.store-glass .store-pill--nav.is-home .store-pill__ico--home,
body.store-glass .store-pill--nav.is-back .store-pill__ico--back {
    display: inline-flex;
}

body.store-glass .store-pill__badge {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 0;
    padding: 4px 10px 4px 6px;
    border-radius: 10px;
    background: rgba(24, 86, 255, 0.140);
    background: color-mix(in srgb, var(--primary) 14%, transparent);
    border: 1px solid rgba(24, 86, 255, 0.180);
    border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
}

body.store-glass .store-pill__badge > * + * {
    margin-left: 4px;
}

body.store-glass .store-pill__badge .material-icons-outlined {
    font-size: 16px;
    color: inherit;
}

body.store-glass .store-pill__announce-viewport {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}

/* ????????????iOS 12 ???????????????? */
@supports ((-webkit-mask-image: linear-gradient(#000, #000)) or (mask-image: linear-gradient(#000, #000))) {
    body.store-glass .store-pill__announce-viewport {
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8px, #000 calc(100% - 8px), transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 8px, #000 calc(100% - 8px), transparent 100%);
    }
}

body.store-glass .store-pill__announce-track {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: -webkit-max-content;
    width: max-content;
    max-width: none;
    will-change: transform;
}

body.store-glass .store-pill__announce-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
    color: #d97706;
    white-space: nowrap;
}

body.store-glass .store-pill__announce-text > :first-child {
    margin: 0;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

body.store-glass .store-pill__announce-text > :not(:first-child) {
    display: none;
}

body.store-glass .store-pill--announce.is-scrolling .store-pill__announce-track {
    /* ??? JS ????? iOS 12???? CSS ?????? */
    animation: none;
}

html[data-theme="dark"] body.store-glass .store-pill {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(28, 24, 48, 0.62);
    background: var(--glass-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 8px 24px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] body.store-glass .store-pill__announce-text {
    color: #fbbf24;
}

/* ?????????????????? */
@media (max-width: 991.98px) {
    body.store-glass .store-pillbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        gap: 0;
        padding: var(--store-stack-gap) var(--store-inline);
    }

    body.store-glass .store-pill {
        border-radius: 14px;
        min-height: 40px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.store-glass .store-pill--announce {
        width: 100%;
        min-height: 40px;
        padding: 8px 12px 8px 8px;
    }

    body.store-glass .store-pill--announce > * + * {
        margin-left: 8px;
    }

    body.store-glass .store-pill__badge {
        border-radius: 10px;
        padding: 4px 8px 4px 5px;
    }

    body.store-glass .store-pill__announce-text {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    body.store-glass .store-pill {
        border-radius: 14px;
    }

    body.store-glass .store-pill__badge {
        border-radius: 10px;
    }
}

body.store-glass .blog-detail__title {
    margin: 0 0 12px;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
    font-weight: 750;
    line-height: 1.3;
}

body.store-glass .blog-detail__cover {
    margin: 16px 0;
    height: 320px;
    height: min(320px, 42vw);
    border-radius: 16px;
    background: center/cover no-repeat var(--surface-2, rgba(127,127,127,.12));
}

body.store-glass .blog-detail__content {
    margin-top: 18px;
    line-height: 1.75;
    font-size: 15px;
    word-break: break-word;
}

body.store-glass .blog-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

body.store-glass .blog-comments {
    margin-top: 16px;
}

body.store-glass .blog-comment-form textarea {
    resize: vertical;
    min-height: 88px;
}

body.store-glass .blog-comment-form__actions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

body.store-glass .blog-comment-login {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--muted);
}

body.store-glass .blog-comment-login p {
    margin: 0;
}

body.store-glass .blog-comment-list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.store-glass .blog-comment-item {
    padding: 12px 0;
    border-top: 1px solid rgba(100, 100, 110, 0.220);
    border-top: 1px solid color-mix(in srgb, var(--muted) 22%, transparent);
}

body.store-glass .blog-comment-item:first-child {
    border-top: 0;
    padding-top: 0;
}

body.store-glass .blog-comment-item__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 13px;
}

body.store-glass .blog-comment-item__head time {
    color: var(--muted);
}

body.store-glass .blog-comment-item__body {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.55;
    font-size: 14px;
}

body.store-glass .blog-comment-empty {
    padding: 12px 0;
    font-size: 14px;
}

/* ??/??????????????????????? */
body.store-glass .store-auth-modal {
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 18px;
    padding: max(18px, env(safe-area-inset-top, 0px)) 14px max(18px, env(safe-area-inset-bottom, 0px));
}

body.store-glass .store-auth-modal__panel {
    margin: auto;
    transform-origin: center center;
}

body.store-glass .auth-wrapper {
    min-height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    box-sizing: border-box;
}

/* ===== iOS 12?flex gap ?????flex gap ?? Safari 14.1?grid gap ??? =====
   ?????????? margin????? @supports (inset: 0) ?? gap ??? margin?
   ??????? flex ??????> * + * { margin-left }???????????? */

/* ?? ?? / ??? ?? */
body.store-glass .store-pillbar > * + * { margin-left: 12px; }
body.store-glass .store-pill,
body.store-glass .store-pill--announce,
body.store-glass .store-pill__badge,
body.store-glass .store-brand,
body.store-glass .store-tools,
body.store-glass .store-auth,
body.store-glass .store-user,
body.store-glass .store-nav,
body.store-glass .store-nav .nav-link,
body.store-glass .store-capsule .dropdown-item,
body.store-glass .store-capsule__inner,
body.store-glass .panel-header,
body.store-glass .panel--notice .panel-title,
body.store-glass .cate-style-switch,
body.store-glass .chip-list,
body.store-glass .chip-list[data-cate-style="tile"] .chip { gap: 0 !important; }

body.store-glass .store-pill--nav > * + *,
body.store-glass .store-pill__badge > * + * { margin-left: 6px; }
body.store-glass .store-pill--announce > * + * { margin-left: 10px; }
body.store-glass .store-brand .brand-logo { margin-right: 10px; }
body.store-glass .store-tools > * + * { margin-left: 6px; }
body.store-glass .store-auth > * + * { margin-left: 6px; }
body.store-glass .store-user > img { margin-right: 8px; }
body.store-glass .store-nav > .nav-item + .nav-item { margin-left: 4px; }
body.store-glass .store-nav .nav-link .nav-icon { margin-right: 6px; }
body.store-glass .store-capsule .dropdown-item .material-icons-outlined { margin-right: 10px; }
body.store-glass .store-brand { margin-right: 8px; }
body.store-glass .panel-header .icon { margin-right: 8px; }
body.store-glass .panel--notice .panel-title .material-icons-outlined { margin-right: 4px; }
body.store-glass .cate-style-switch > * + * { margin-left: 2px; }

/* ?? ?????/?? ?? */
body.store-glass .item-buy,
body.store-glass .item-buy__head,
body.store-glass .item-buy__title-row,
body.store-glass .item-buy__form,
body.store-glass .item-buy__meta,
body.store-glass .item-buy__tags,
body.store-glass .item-buy__widgets,
body.store-glass .item-field,
body.store-glass .item-checkout__methods,
body.store-glass .item-checkout__head,
body.store-glass .item-buy-bar--desk,
body.store-glass .buy-now,
body.store-glass .pay-list,
body.store-glass .sku-list,
body.store-glass .store-hero__ad,
body.store-glass .query-form__row,
body.store-glass .query-form__submit,
body.store-glass .store-auth-form,
body.store-glass .store-auth-row,
body.store-glass .store-auth-check,
body.store-glass .store-auth-divider,
body.store-glass .store-auth-tabs,
body.store-glass .blog-list,
body.store-glass .blog-card__meta,
body.store-glass .blog-detail__meta,
body.store-glass .blog-pager,
body.store-glass .blog-back,
body.store-glass .blog-comment-login,
body.store-glass .blog-comment-list,
body.store-glass .blog-comment-item__head,
body.store-glass .status-badge,
body.store-glass .shipment-title,
body.store-glass .view-card-btn,
body.store-glass .loading-content,
body.store-glass #toast-container { gap: 0 !important; }

body.store-glass .item-buy > * + * { margin-top: 16px; }
body.store-glass .item-buy__head > * + * { margin-top: 12px; }
body.store-glass .item-buy__title-row > * + * { margin-left: 10px; }
body.store-glass .item-buy__form > * + * { margin-top: 14px; }
body.store-glass .item-buy__widgets:not(:empty) > * + * { margin-top: 12px; }
body.store-glass .item-field > * + * { margin-top: 8px; }
body.store-glass .item-checkout__methods > * + * { margin-top: 12px; }
body.store-glass .item-checkout__head > * + * { margin-left: 8px; }
body.store-glass .item-buy-bar--desk > * + * { margin-left: 12px; }
body.store-glass .buy-now .material-icons-outlined { margin-right: 8px; }
body.store-glass .store-hero__ad-tag { margin-right: 6px; }
body.store-glass .query-form__submit .material-icons-outlined { margin-right: 8px; }
body.store-glass .store-auth-form > * + * { margin-top: 12px; }
body.store-glass .store-auth-check > * + * { margin-left: 6px; }
body.store-glass .blog-list > * + * { margin-top: 14px; }
body.store-glass .blog-card__meta > * + *,
body.store-glass .blog-detail__meta > * + * { margin-left: 14px; }
body.store-glass .blog-pager > * + * { margin-left: 12px; }
body.store-glass .blog-back .material-icons-outlined { margin-right: 4px; }
body.store-glass .blog-comment-list > * + * { margin-top: 14px; }
body.store-glass .stat-row > * + * { margin-left: 8px; }
body.store-glass .tags > * + * { margin-left: 4px; }
body.store-glass .status-badge > * + * { margin-left: 4px; }
body.store-glass .shipment-title .material-icons-outlined { margin-right: 6px; }
body.store-glass .view-card-btn .material-icons-outlined { margin-right: 6px; }
body.store-glass .loading-content > * + * { margin-left: 8px; }
body.store-glass #toast-container > * + * { margin-top: 8px; }

/* ????????????????? margin-left ?? */
body.store-glass .item-buy__meta {
  margin: -5px 0 0 -8px;
}
body.store-glass .item-buy__meta > * {
  margin: 5px 0 0 8px;
}
body.store-glass .item-buy__tags {
  margin: -3px 0 0 -3px;
}
body.store-glass .item-buy__tags > * {
  margin: 3px 0 0 3px;
}
body.store-glass .chip-list > * + * { margin-left: 8px; }
body.store-glass .sku-list {
  margin: -5px 0 0 -5px;
  padding-top: 14px;
}
body.store-glass .sku-list > * {
  margin: 5px 0 0 5px;
}
body.store-glass .pay-list {
  margin: -4px 0 0 -4px;
}
body.store-glass .pay-list > * {
  margin: 4px 0 0 4px;
}
/* 商品详情页支付列表：取消负 margin，避免 overflow 裁切芯片；gap 回退间距勿被全局清零 */
body.store-glass .slip-page .pay-list,
body.store-glass .slip-pays {
  margin: 0 0 8px !important;
}
body.store-glass .slip-page .pay-list > *,
body.store-glass .slip-pays > * {
  margin: 0 6px 6px 0 !important;
}
body.store-glass .query-form__row {
  margin: -5px 0 0 -5px;
}
body.store-glass .query-form__row > * {
  margin: 5px 0 0 5px;
}
body.store-glass .chip-list[data-cate-style="tile"] .chip > * + * { margin-top: 4px; }

/* ?????????? margin-left:auto?????????? */
body.store-glass .store-capsule__inner { column-gap: 0; row-gap: 0; }

@media (max-width: 991.98px) {
  body.store-glass .store-nav > .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 4px;
  }
  body.store-glass .item-buy > * + * { margin-top: 10px; }
  body.store-glass .item-buy__head > * + * { margin-top: 8px; }
  body.store-glass .store-capsule .navbar-collapse {
    margin-left: 0 !important;
    margin-top: 8px;
  }
}

@media (max-width: 575.98px) {
  body.store-glass .store-pillbar > * + * { margin-left: 8px; }
  body.store-glass .store-pill--announce > * + * { margin-left: 8px; }
}

/* Safari 14.1+??? gap??? margin ?? */
@supports (inset: 0) {
  body.store-glass .store-pillbar { gap: 12px !important; }
  body.store-glass .store-pillbar > * + * { margin-left: 0; }
  body.store-glass .store-pill { gap: 6px !important; }
  body.store-glass .store-pill--announce { gap: 10px !important; }
  body.store-glass .store-pill__badge { gap: 4px !important; }
  body.store-glass .store-pill--nav > * + *,
  body.store-glass .store-pill--announce > * + *,
  body.store-glass .store-pill__badge > * + * { margin-left: 0; }

  body.store-glass .store-brand { gap: 10px !important; margin-right: 0; }
  body.store-glass .store-brand .brand-logo { margin-right: 0; }
  body.store-glass .store-tools { gap: 6px !important; }
  body.store-glass .store-tools > * + * { margin-left: 0; }
  body.store-glass .store-auth { gap: 6px !important; }
  body.store-glass .store-auth > * + * { margin-left: 0; }
  body.store-glass .store-user { gap: 8px !important; }
  body.store-glass .store-user > img { margin-right: 0; }
  body.store-glass .store-nav { gap: 4px !important; }
  body.store-glass .store-nav > .nav-item + .nav-item { margin-left: 0; margin-top: 0; }
  body.store-glass .store-nav .nav-link { gap: 6px !important; }
  body.store-glass .store-nav .nav-link .nav-icon { margin-right: 0; }
  body.store-glass .store-capsule .dropdown-item { gap: 10px !important; }
  body.store-glass .store-capsule .dropdown-item .material-icons-outlined { margin-right: 0; }
  body.store-glass .store-capsule__inner { gap: 8px 10px !important; }
  body.store-glass .panel-header { gap: 5px !important; }
  body.store-glass .panel-header .icon { margin-right: 0; }
  body.store-glass .panel--notice .panel-title { gap: 4px !important; }
  body.store-glass .panel--notice .panel-title .material-icons-outlined { margin-right: 0; }
  body.store-glass .cate-style-switch { gap: 2px !important; }
  body.store-glass .cate-style-switch > * + * { margin-left: 0; }

  body.store-glass .item-buy { gap: 16px !important; }
  body.store-glass .item-buy__head { gap: 12px !important; }
  body.store-glass .item-buy__form { gap: 14px !important; }
  body.store-glass .item-buy__widgets:not(:empty) { gap: 12px !important; }
  body.store-glass .item-field { gap: 8px !important; }
  body.store-glass .item-buy > * + *,
  body.store-glass .item-buy__head > * + *,
  body.store-glass .item-buy__form > * + *,
  body.store-glass .item-buy__widgets:not(:empty) > * + *,
  body.store-glass .item-field > * + *,
  body.store-glass .item-checkout__methods > * + *,
  body.store-glass .store-auth-form > * + *,
  body.store-glass .blog-list > * + *,
  body.store-glass .blog-comment-list > * + *,
  body.store-glass #toast-container > * + * { margin-top: 0; }

  body.store-glass .item-buy__title-row { gap: 10px !important; }
  body.store-glass .item-buy__title-row > * + * { margin-left: 0; }
  body.store-glass .item-buy__meta { gap: 10px 16px !important; margin: 0; }
  body.store-glass .item-buy__meta > * { margin: 0; }
  body.store-glass .item-buy__tags { gap: 6px !important; margin: 0; }
  body.store-glass .item-buy__tags > * { margin: 0; }
  body.store-glass .item-checkout__methods { gap: 12px !important; }
  body.store-glass .item-checkout__head { gap: 8px !important; }
  body.store-glass .item-checkout__head > * + * { margin-left: 0; }
  body.store-glass .item-buy-bar--desk { gap: 12px !important; }
  body.store-glass .item-buy-bar--desk > * + * { margin-left: 0; }
  body.store-glass .buy-now { gap: 8px !important; }
  body.store-glass .buy-now .material-icons-outlined { margin-right: 0; }
  body.store-glass .pay-list { gap: 8px !important; margin: 0; }
  body.store-glass .pay-list > * { margin: 0; }
  body.store-glass .sku-list { gap: 10px !important; margin: 0; padding-top: 6px; }
  body.store-glass .sku-list > * { margin: 0; }
  body.store-glass .chip-list { gap: 0.5rem !important; }
  body.store-glass .chip-list > * + * { margin-left: 0; }
  body.store-glass .chip-list[data-cate-style="tile"] { gap: 4px 2px !important; }
  body.store-glass .chip-list[data-cate-style="tile"] .chip { gap: 6px !important; }
  body.store-glass .chip-list[data-cate-style="tile"] .chip > * + * { margin-top: 0; }
  body.store-glass .store-hero__ad { gap: 6px !important; }
  body.store-glass .store-hero__ad-tag { margin-right: 0; }
  body.store-glass .query-form__row { gap: 10px !important; margin: 0; }
  body.store-glass .query-form__row > * { margin: 0; }
  body.store-glass .query-form__submit { gap: 8px !important; }
  body.store-glass .query-form__submit .material-icons-outlined { margin-right: 0; }
  body.store-glass .store-auth-form { gap: 12px !important; }
  body.store-glass .store-auth-tabs { gap: 6px !important; }
  body.store-glass .store-auth-check { gap: 6px !important; }
  body.store-glass .store-auth-check > * + * { margin-left: 0; }
  body.store-glass .store-auth-row { gap: 10px !important; }
  body.store-glass .store-auth-divider { gap: 10px !important; }
  body.store-glass .blog-list { gap: 14px !important; }
  body.store-glass .blog-card__meta,
  body.store-glass .blog-detail__meta { gap: 14px !important; }
  body.store-glass .blog-card__meta > * + *,
  body.store-glass .blog-detail__meta > * + * { margin-left: 0; }
  body.store-glass .blog-pager { gap: 12px !important; }
  body.store-glass .blog-pager > * + * { margin-left: 0; }
  body.store-glass .blog-back { gap: 4px !important; }
  body.store-glass .blog-back .material-icons-outlined { margin-right: 0; }
  body.store-glass .blog-comment-login { gap: 12px !important; }
  body.store-glass .blog-comment-list { gap: 14px !important; }
  body.store-glass .blog-comment-item__head { gap: 10px !important; }
  body.store-glass .stat-row > * + *,
  body.store-glass .tags > * + * { margin-left: 0; }
  body.store-glass .status-badge { gap: 4px !important; }
  body.store-glass .status-badge > * + * { margin-left: 0; }
  body.store-glass .shipment-title { gap: 6px !important; }
  body.store-glass .shipment-title .material-icons-outlined { margin-right: 0; }
  body.store-glass .view-card-btn { gap: 6px !important; }
  body.store-glass .view-card-btn .material-icons-outlined { margin-right: 0; }
  body.store-glass .loading-content { gap: 8px !important; }
  body.store-glass .loading-content > * + * { margin-left: 0; }
  body.store-glass #toast-container { gap: 8px !important; }

  @media (max-width: 991.98px) {
    body.store-glass .item-buy { gap: 10px !important; }
    body.store-glass .item-buy__head { gap: 8px !important; }
    body.store-glass .store-capsule .navbar-collapse { margin-top: 4px; }
  }
  @media (max-width: 575.98px) {
    body.store-glass .store-pillbar { gap: 8px !important; }
    body.store-glass .store-pill--announce { gap: 8px !important; }
  }
}

/* ===== ????????? + ?????? WebKit ??? ===== */
body.store-glass .store-notice-btn {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.layui-layer.store-notice-layer {
    border-radius: 18px !important;
    overflow: hidden;
    /* ???? backdrop-filter ???????? */
    background: #ffffff !important;
    background: rgba(255, 255, 255, 0.94) !important;
    background: var(--glass-strong) !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border: 1px solid var(--glass-line-soft);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
    backdrop-filter: blur(22px) saturate(135%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 18px 48px rgba(58, 52, 78, 0.2) !important;
    /* ???????????? layer/?????? */
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    /* JS uses negative margin; no CSS transform (old WebKit double-offset) */
    -webkit-transform: none !important;
    transform: none !important;
}

.layui-layer.store-notice-layer .layui-layer-content {
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
}

.store-notice-dialog {
    color: var(--ink);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* ? WebKit ?? min() ???????????? */
    max-height: 78vh;
    max-height: 640px;
    max-height: min(78vh, 640px);
}

.store-notice-dialog__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0;
    padding: 16px 18px 12px;
    border-bottom: 1px solid rgba(120, 120, 140, 0.16);
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.store-notice-dialog__head > * + * {
    margin-left: 10px;
}

.store-notice-dialog__ico {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(24, 86, 255, 0.12);
    color: var(--primary);
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.store-notice-dialog__ico .material-icons-outlined {
    font-size: 20px;
}

.store-notice-dialog__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.store-notice-dialog__body {
    padding: 16px 18px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    /* ??????????? min() ?? vh ?? */
    max-height: 52vh;
    max-height: 420px;
    max-height: min(52vh, 420px);
}

.store-notice-dialog__body > :first-child {
    margin-top: 0;
}

.store-notice-dialog__body > :last-child {
    margin-bottom: 0;
}

.store-notice-dialog__body p {
    margin: 0 0 12px;
}

.store-notice-dialog__body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.store-notice-dialog__foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 0;
    padding: 12px 16px 16px;
    border-top: 1px solid rgba(120, 120, 140, 0.14);
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.store-notice-dialog__foot > * + * {
    margin-left: 10px;
}

.store-notice-dialog__btn {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.store-notice-dialog__btn.is-ghost {
    background: rgba(20, 20, 20, 0.05);
    border-color: rgba(20, 20, 20, 0.1);
    color: var(--ink);
}

.store-notice-dialog__btn.is-ghost:hover,
.store-notice-dialog__btn.is-ghost:focus-visible {
    background: rgba(20, 20, 20, 0.08);
    outline: none;
}

.store-notice-dialog__btn.is-primary {
    background: #1856FF;
    background: var(--primary);
    border-color: #1856FF;
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 8px 20px rgba(24, 86, 255, 0.22);
}

.store-notice-dialog__btn.is-primary:hover,
.store-notice-dialog__btn.is-primary:focus-visible {
    filter: brightness(1.05);
    outline: none;
}

html[data-theme="dark"] .layui-layer.store-notice-layer {
    background: #1c1830 !important;
    background: rgba(28, 24, 48, 0.94) !important;
    background: var(--glass-strong) !important;
}

html[data-theme="dark"] .store-notice-dialog__btn.is-ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--ink);
}

@media (max-width: 640px) {
    .layui-layer.store-notice-layer {
        border-radius: 16px !important;
        width: 90% !important;
        max-width: 90vw !important;
    }

    .store-notice-dialog {
        max-height: 82vh;
        max-height: 680px;
        max-height: min(82vh, 680px);
    }

    .store-notice-dialog__body {
        max-height: 48vh;
        max-height: 360px;
        max-height: min(48vh, 360px);
        padding: 14px 14px 12px;
    }

    .store-notice-dialog__foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .store-notice-dialog__foot > * + * {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .store-notice-dialog__btn {
        width: 100%;
        min-height: 44px;
    }
}
