:root {
    --store-bg: #ffffff;
    --store-surface: #ffffff;
    --store-surface-soft: #ffffff;
    --store-border: #ececec;
    --store-text: #22262f;
    --store-muted: #717784;
    --store-primary: #1f2d66;
    --store-accent: #ee7b24;
    --store-accent-strong: #d76410;
    --store-accent-soft: #fff1e4;
    --store-shadow: 0 18px 44px rgba(30, 32, 37, 0.08);
    --store-mobile-nav-height: 84px;
    --store-mobile-sticky-gap: 10px;
}

body {
    background:
        radial-gradient(circle at top left, rgba(44, 184, 207, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
}

.taibaan-navbar {
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(18px);
    border-bottom-color: rgba(228,233,241,0.96) !important;
}

.mobile-topbar,
.bottom-nav {
    border-color: rgba(226,232,240,0.96);
}

.store-topbar-logo,
.store-navbar-logo {
    border-radius: 14px;
    border-color: rgba(219,229,241,0.92);
    box-shadow: 0 16px 30px rgba(15,23,42,0.08);
}

.store-banner-frame {
    border-radius: 28px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    border-color: rgba(226,232,240,0.92);
    box-shadow: 0 28px 58px rgba(20,36,74,0.08);
}

.store-btn {
    min-height: 48px;
    padding: 12px 20px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.store-btn-primary {
    background: linear-gradient(135deg, #152a63 0%, #1f57b9 60%, #24c1d6 100%);
    box-shadow: 0 16px 30px rgba(29,63,143,0.22);
}

.store-btn-secondary {
    background: rgba(255,255,255,0.95);
    border-color: rgba(224,232,240,0.95);
}

.store-hero {
    border-radius: 34px;
    padding: 42px;
    background:
        radial-gradient(circle at 10% 15%, rgba(255,255,255,0.35), transparent 22%),
        radial-gradient(circle at 88% 16%, rgba(34,184,207,0.18), transparent 28%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 42%, #eefaf8 100%);
    color: #11203b;
    border: 1px solid rgba(224,232,240,0.92);
}

.store-hero::before {
    background: radial-gradient(circle, rgba(36,193,214,0.12), transparent 68%);
}

.store-hero::after {
    background: radial-gradient(circle, rgba(21,42,99,0.08), transparent 68%);
}

.store-hero-kicker {
    background: rgba(255,255,255,0.94);
    border-color: rgba(224,232,240,0.92);
    color: #1d3f8f;
    box-shadow: 0 12px 24px rgba(20,36,74,0.06);
}

.store-hero-title,
.store-section-title,
.store-product-name,
.store-product-price {
    font-family: 'Kanit', 'Anuphan', sans-serif;
}

.store-hero-title {
    color: #12203d;
    letter-spacing: -0.02em;
    max-width: 10ch;
}

.store-hero-desc {
    color: #526079;
    line-height: 1.8;
}

.store-hero-panel {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(224,232,240,0.9);
    box-shadow: 0 18px 34px rgba(20,36,74,0.08);
}

.store-hero-panel-label {
    color: #748198;
    font-weight: 700;
}

.store-hero-panel-value {
    color: #12203d;
}

.store-hero-panel-note {
    color: #5f6d84;
}

.store-hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.store-hero-metric {
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid rgba(224,232,240,0.92);
}

.store-hero-metric span {
    display: block;
    font-size: 12px;
    color: #738199;
}

.store-hero-metric strong {
    display: block;
    margin-top: 6px;
    font-size: 20px;
    color: #13213d;
    font-family: 'Kanit', 'Anuphan', sans-serif;
}

.store-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.store-hero-point {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(224,232,240,0.92);
    box-shadow: 0 14px 26px rgba(20,36,74,0.05);
}

.store-hero-point strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #13213d;
}

.store-hero-point span {
    display: block;
    color: #607089;
    font-size: 13px;
    line-height: 1.65;
}

.store-section-title {
    font-size: 28px;
    color: #17243f;
    letter-spacing: -0.01em;
}

.store-product-card {
    border-radius: 26px;
    border-color: rgba(226,232,240,0.96);
    box-shadow: 0 18px 36px rgba(20,36,74,0.07);
}

.store-product-card:hover {
    box-shadow: 0 22px 42px rgba(20,36,74,0.12);
}

.store-product-media {
    background:
        radial-gradient(circle at top right, rgba(36,193,214,0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
}

.store-product-media::after {
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.96), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.88), rgba(240,247,255,0.4));
    border-color: rgba(227,234,243,0.92);
}

.store-product-chip {
    color: #0f95aa;
}

.store-product-price {
    color: #183777;
}

@media (max-width: 920px) {
    .store-hero-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .store-hero {
        padding: 28px 20px;
        border-radius: 28px;
    }

    .store-hero-metrics {
        grid-template-columns: 1fr 1fr;
    }
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background: #ffffff;
    color: var(--store-text);
    font-family: 'Anuphan', sans-serif;
    padding-bottom: 104px;
}

body.store-theme-dark {
    --store-bg: #11151f;
    --store-surface: #171c28;
    --store-surface-soft: #20283a;
    --store-border: rgba(255,255,255,0.08);
    --store-text: #f3f6ff;
    --store-muted: #b3bfd8;
    --store-primary: #4058c9;
    --store-accent: #ff982f;
    --store-accent-strong: #ffb04a;
    --store-accent-soft: rgba(255,176,74,0.12);
    background:
        radial-gradient(circle at top left, rgba(69, 86, 157, 0.32), transparent 28%),
        linear-gradient(180deg, #0e1118 0%, #141a24 48%, #171d2a 100%);
    color: var(--store-text);
}


.store-shell {
    min-height: 100vh;
}

.main-wrap {
    width: 100%;
    max-width: 1180px;
}

.mobile-topbar {
    display: none;
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255,255,255,0.96);
    border-bottom: 1px solid rgba(236,236,236,0.96);
    backdrop-filter: blur(18px);
    padding: 0;
}

.mobile-topbar .brand {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.05;
}

.store-topbar-copy {
    min-width: 0;
}

.store-topbar-sub {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1;
    color: var(--store-muted);
    text-transform: lowercase;
}

.store-topbar-brand,
.store-navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.store-topbar-logo,
.store-navbar-logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    background: #fff;
    border: 1px solid rgba(236, 236, 236, 0.92);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    flex: 0 0 auto;
}

.store-navbar-brand {
    font-size: 1rem;
}

.store-navbar-brand span {
    display: inline-block;
    min-width: 0;
}

.mobile-topbar-inner {
    width: 100%;
    max-width: none;
    padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.store-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.store-desktop-actions {
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}

.store-lang-wrap {
    position: relative;
}

.store-mobile-icon-btn,
.store-mobile-lang-btn {
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(236, 236, 236, 0.92);
    border-radius: 999px;
    background: rgba(255,255,255,0.96);
    color: #1f2430;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.store-mobile-lang-btn {
    gap: 8px;
    padding-right: 10px;
}

.store-mobile-icon-btn:hover,
.store-mobile-lang-btn:hover {
    transform: translateY(-1px);
}

.store-mobile-icon {
    width: 18px;
    height: 18px;
    display: block;
}

.store-lang-caret {
    width: 14px;
    height: 14px;
    display: block;
    opacity: .72;
}

.store-lang-flag {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-block;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.store-lang-flag-th {
    background:
        linear-gradient(180deg,
            #c8102e 0 20%,
            #ffffff 20% 38%,
            #2d2a4a 38% 62%,
            #ffffff 62% 80%,
            #c8102e 80% 100%);
}

.store-lang-flag-en {
    background:
        linear-gradient(180deg,
            #b22234 0 14%,
            #ffffff 14% 28%,
            #b22234 28% 42%,
            #ffffff 42% 56%,
            #b22234 56% 70%,
            #ffffff 70% 84%,
            #b22234 84% 100%);
    position: relative;
    overflow: hidden;
}

.store-lang-flag-en::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 52%;
    height: 52%;
    background: #3c3b6e;
    border-top-left-radius: 999px;
}

.store-lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 180px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(240, 225, 207, 0.96);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
    display: none;
    z-index: 90;
}

.store-lang-wrap.is-open .store-lang-dropdown-menu {
    display: block;
}

.store-lang-option {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 14px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f2430;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.store-lang-option:hover,
.store-lang-option.active {
    background: #f5efe6;
}

.store-theme-icon-moon {
    display: none;
}

body.store-theme-dark .store-theme-icon-sun {
    display: none;
}

body.store-theme-dark .store-theme-icon-moon {
    display: block;
}

body.store-theme-dark .store-mobile-icon-btn,
body.store-theme-dark .store-mobile-lang-btn {
    background: rgba(23, 28, 40, 0.96);
    border-color: rgba(255,255,255,0.12);
    color: #f3f6ff;
}

body.store-theme-dark .store-lang-dropdown-menu {
    background: rgba(23, 28, 40, 0.98);
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

body.store-theme-dark .store-lang-option {
    color: #f3f6ff;
}

body.store-theme-dark .store-lang-option:hover,
body.store-theme-dark .store-lang-option.active {
    background: rgba(255,176,74,0.12);
}

body.store-theme-dark .store-topbar-logo,
body.store-theme-dark .store-navbar-logo {
    background: rgba(23, 28, 40, 0.96);
    border-color: rgba(255,255,255,0.12);
}

body.store-theme-dark .taibaan-navbar {
    background: rgba(17, 22, 31, 0.92) !important;
    border-bottom-color: rgba(255,255,255,0.08) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

body.store-theme-dark .store-navbar-brand,
body.store-theme-dark .store-navbar-brand span,
body.store-theme-dark .store-topbar-brand,
body.store-theme-dark .mobile-topbar .brand {
    color: #f3f6ff !important;
}

body.store-theme-dark .store-topbar-sub {
    color: #aeb9d2;
}

body.store-theme-dark .taibaan-navbar .nav-link {
    color: #aeb9d2 !important;
}

body.store-theme-dark .taibaan-navbar .nav-link.text-dark,
body.store-theme-dark .taibaan-navbar .nav-link:hover,
body.store-theme-dark .taibaan-navbar .nav-link:focus {
    color: #ffffff !important;
}

.top-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 55;
}

.taibaan-navbar {
    min-height: 70px;
}

.bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 70;
    width: min(96vw, 520px);
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(235,228,218,0.98);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
    border-radius: 24px;
    padding: 8px;
    backdrop-filter: blur(16px);
}

.bottom-nav .d-flex {
    justify-content: space-between;
}

.bottom-nav .item {
    flex: 1 1 0;
    min-height: 68px;
    padding: 9px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 16px;
    color: #4b5563;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    position: relative;
}

.bottom-nav .item.active {
    background: linear-gradient(180deg, #f7f2ea 0%, #f2eadf 100%);
    color: #111;
}

body.store-theme-dark .bottom-nav {
    background: rgba(17, 22, 31, 0.84);
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
}

body.store-theme-dark .bottom-nav .item {
    color: #b8c3da;
}

body.store-theme-dark .bottom-nav .item.active {
    background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.06) 100%);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

body.store-theme-dark .bottom-nav .ico path,
body.store-theme-dark .bottom-nav .ico circle {
    stroke: currentColor;
}

.bottom-nav .ico {
    width: 24px;
    height: 24px;
    display: block;
}

.bottom-nav .cart-badge {
    position: absolute;
    top: 7px;
    right: 18px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    border: 0;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.16);
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-weight: 800;
}

body.store-theme-dark .bottom-nav .cart-badge {
    background: #ffffff;
    color: #111827;
    border-color: rgba(255,255,255,0.96);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
}

.store-site-footer {
    background: #ffffff !important;
    border-top: 1px solid #ececec !important;
    padding-bottom: 92px;
}

body.store-theme-dark .store-site-footer {
    background: rgba(20, 26, 36, 0.88) !important;
    border-color: rgba(255,255,255,0.08) !important;
}

body.store-theme-dark .store-footer-top,
body.store-theme-dark .store-footer-bottom {
    border-color: rgba(255,255,255,0.08);
}

.store-footer-top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #efefef;
}

.store-footer-feature,
.store-footer-col {
    min-width: 0;
}

.store-footer-title {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: #22262f;
}

body.store-theme-dark .store-footer-title {
    color: #f3f6ff;
}

.store-footer-logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.store-footer-logo-tile {
    width: 84px;
    height: 84px;
    border-radius: 18px;
    background: #f7f7f7;
    border: 1px solid #ededed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #2b2f38;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    box-shadow: 0 10px 22px rgba(20, 26, 36, 0.04);
}

body.store-theme-dark .store-footer-logo-tile {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.08);
    color: #d9e2f3;
    box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.store-footer-logo-tile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-footer-logo-tile.is-post {
    font-size: 13px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.store-footer-logo-tile.is-dhl {
    background: #ffcd34;
    color: #d71f26;
    font-size: 24px;
    letter-spacing: 0.02em;
}

.store-footer-logo-tile.is-flash {
    background: #ffe94b;
    color: #303030;
    font-size: 20px;
}

.store-footer-logo-tile.is-line {
    background: #57c84d;
    color: #ffffff;
    font-size: 15px;
}

.store-footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.store-footer-copy {
    margin: 0;
    color: var(--store-muted);
    font-size: 15px;
    line-height: 1.8;
}

body.store-theme-dark .store-footer-copy,
body.store-theme-dark .store-footer-links a,
body.store-theme-dark .store-footer-bottom {
    color: #b3bfd8;
}

.store-footer-links {
    display: grid;
    gap: 10px;
}

.store-footer-links a {
    color: var(--store-muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.store-footer-links a:hover,
.store-footer-socials a:hover {
    color: #111827;
}

body.store-theme-dark .store-footer-links a:hover,
body.store-theme-dark .store-footer-socials a:hover {
    color: #ffffff;
}

.store-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.store-footer-socials a {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #ececec;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #20242d;
    box-shadow: 0 10px 20px rgba(20, 26, 36, 0.04);
}

body.store-theme-dark .store-footer-socials a {
    border-color: rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
    color: #e6edf9;
    box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.store-footer-socials svg {
    width: 22px;
    height: 22px;
}

.store-footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
    color: var(--store-muted);
    font-size: 13px;
}

.store-main-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 20px 110px;
}

body.store-theme-dark .store-panel,
body.store-theme-dark .store-account-card,
body.store-theme-dark .store-auth-simple,
body.store-theme-dark .store-product-card,
body.store-theme-dark .store-product-gallery,
body.store-theme-dark .store-product-card-panel,
body.store-theme-dark .store-product-desc-card,
body.store-theme-dark .store-cart-item,
body.store-theme-dark .store-empty,
body.store-theme-dark .store-summary-block,
body.store-theme-dark .store-address-card,
body.store-theme-dark .store-order-card,
body.store-theme-dark .store-page-shell .store-panel {
    background: rgba(23, 28, 40, 0.94);
    border-color: rgba(255,255,255,0.08);
    color: var(--store-text);
}

body.store-theme-dark .store-panel-subtitle,
body.store-theme-dark .store-note,
body.store-theme-dark .store-product-desc,
body.store-theme-dark .store-product-stock,
body.store-theme-dark .store-account-meta,
body.store-theme-dark .store-account-row-sub,
body.store-theme-dark .store-field-help,
body.store-theme-dark .store-section-subtitle,
body.store-theme-dark .store-brand-subtitle {
    color: var(--store-muted);
}

body.store-theme-dark .store-input,
body.store-theme-dark .store-select,
body.store-theme-dark textarea.store-input {
    background: rgba(17, 21, 31, 0.88);
    border-color: rgba(255,255,255,0.1);
    color: var(--store-text);
}

body.store-theme-dark .store-btn-secondary {
    background: rgba(23, 28, 40, 0.92);
    border-color: rgba(255,255,255,0.12);
    color: var(--store-text);
}

body.store-theme-dark .store-cart-thumb-link {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

body.store-theme-dark .store-line-total {
    color: #8ea4ff;
}

body.store-theme-dark .store-remove-btn {
    background: rgba(127, 29, 29, 0.18);
    border-color: rgba(248, 113, 113, 0.24);
    color: #fecaca;
}

body.store-theme-dark .store-top-nav,
body.store-theme-dark .mobile-topbar,
body.store-theme-dark .store-mobile-topbar {
    background: rgba(20, 26, 36, 0.94);
    border-color: rgba(255,255,255,0.08);
}

body.store-theme-dark .store-section-title,
body.store-theme-dark .store-panel-title,
body.store-theme-dark .store-product-name,
body.store-theme-dark .store-product-price {
    color: #f3f6ff;
}

body.store-theme-dark .store-badge,
body.store-theme-dark .store-section-link,
body.store-theme-dark .store-category-chip {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.10);
    color: #c8d2e7;
    box-shadow: none;
}

body.store-theme-dark .store-section-link:hover,
body.store-theme-dark .store-category-chip:hover {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
}

body.store-theme-dark .store-category-chip.is-active {
    background: rgba(142,164,255,0.20);
    border-color: rgba(142,164,255,0.26);
    color: #ffffff;
}

body.store-theme-dark .store-product-card,
body.store-theme-dark .store-product-card-compact {
    background: linear-gradient(180deg, rgba(23,28,40,.98) 0%, rgba(20,25,35,.98) 100%);
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 18px 34px rgba(0,0,0,.22);
}

body.store-theme-dark .store-product-card:hover {
    box-shadow: 0 20px 36px rgba(0,0,0,.28);
}

body.store-theme-dark .store-product-media {
    background:
        radial-gradient(circle at top right, rgba(142,164,255,0.12), transparent 34%),
        linear-gradient(180deg, rgba(27,34,48,1) 0%, rgba(21,27,38,1) 100%);
}

body.store-theme-dark .store-product-media::after {
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.06), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border-color: rgba(255,255,255,0.06);
}

body.store-theme-dark .store-product-chip {
    background: rgba(255,176,74,0.14);
    color: #ffd7a3;
    box-shadow: none;
}

.store-banner-mount {
    margin-bottom: 24px;
    min-height: clamp(220px, 36vw, 420px);
}

.store-banner-frame {
    width: 100%;
    min-height: clamp(220px, 36vw, 420px);
    border-radius: 22px;
    overflow: hidden;
    background: #f7f2eb;
    border: 1px solid rgba(235,228,218,0.92);
    box-shadow: 0 20px 38px rgba(45, 33, 16, 0.06);
}

.store-banner-image {
    width: 100%;
    height: clamp(220px, 36vw, 420px);
    object-fit: cover;
    display: block;
    background: #f3f3f3;
}

.store-banner-skeleton {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #f3efe9 0%, #fbf8f4 48%, #f3efe9 100%);
    background-size: 200% 100%;
    animation: storeSkeletonPulse 1.2s linear infinite;
}

.store-top-nav {
    position: sticky;
    top: 0;
    z-index: 25;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(229, 229, 229, 0.92);
}

.store-top-nav-inner,
.store-mobile-topbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.store-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--store-text);
}

.store-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7a332 0%, #ffbf63 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(239, 127, 26, 0.18);
}

.store-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.store-brand-title {
    font-size: 20px;
    font-weight: 800;
}

.store-brand-subtitle {
    color: var(--store-muted);
    font-size: 12px;
}

.store-nav-actions,
.store-hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.store-nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: 24px;
}

.store-nav-link {
    color: #7b7b7b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.store-nav-link.active,
.store-nav-link:hover {
    color: #202020;
}

.store-btn {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.18s ease;
    cursor: pointer;
}

.store-btn.is-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.94;
}

.store-btn.is-loading::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border-radius: 999px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    display: inline-block;
    animation: storeBtnSpin 0.72s linear infinite;
}

.store-btn:hover {
    transform: translateY(-1px);
}

.store-btn-primary {
    background: linear-gradient(135deg, var(--store-primary) 0%, #30469c 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(31, 45, 102, 0.2);
}

.store-btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: var(--store-text);
    border-color: rgba(240, 225, 207, 0.9);
}

.store-btn-accent {
    background: linear-gradient(135deg, #ef7f1a 0%, #ffad42 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(239, 127, 26, 0.22);
}

.store-cart-pill {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(240, 225, 207, 0.92);
    color: #202020;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 800;
    position: relative;
}

.store-mobile-topbar {
    display: none;
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(229, 229, 229, 0.92);
}

.store-mobile-topbar .store-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 18px;
}

.store-cart-badge {
    position: absolute;
    top: -8px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: 800;
}

.store-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 34px;
    margin-bottom: 26px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
        radial-gradient(circle at 85% 20%, rgba(255, 195, 136, 0.24), transparent 26%),
        linear-gradient(135deg, #1d2553 0%, #303d86 42%, #ff7c21 100%);
    color: #fff;
    box-shadow: var(--store-shadow);
}

.store-hero::before,
.store-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.store-hero::before {
    width: 360px;
    height: 360px;
    left: -120px;
    bottom: -200px;
    background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 68%);
}

.store-hero::after {
    width: 320px;
    height: 320px;
    top: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(255,255,255,0.13), transparent 68%);
}

.store-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: end;
}

.store-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-hero-title {
    margin: 18px 0 10px;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.02;
    font-weight: 800;
}

.store-hero-desc {
    margin: 0;
    max-width: 640px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.store-hero-panel {
    position: relative;
    z-index: 1;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.store-hero-panel-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.store-hero-panel-value {
    margin-top: 6px;
    font-size: 28px;
    font-weight: 800;
}

.store-hero-panel-note {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
}

.store-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.store-section-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    color: #2f2d36;
}

.store-section-subtitle {
    margin-top: 6px;
    color: var(--store-muted);
    font-size: 14px;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--store-border);
    background: #fff;
    color: var(--store-muted);
    font-size: 12px;
    font-weight: 700;
}

.store-section-tools {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.store-section-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1px solid var(--store-border);
    color: var(--store-text);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.store-list-header {
    margin-bottom: 16px;
}

.store-category-filter {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.store-category-chip {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--store-border);
    background: #ffffff;
    color: var(--store-muted);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.store-category-chip.is-active {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
}

.store-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.store-product-grid-compact {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.store-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(235, 228, 218, 0.96);
    box-shadow: 0 14px 30px rgba(34, 36, 40, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.store-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(34, 36, 40, 0.1);
}

.store-product-card-compact {
    border-radius: 18px;
}

.store-product-card-compact .store-product-body {
    gap: 8px;
}

.store-product-card-compact .store-product-name {
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-product-card-compact .store-product-desc {
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-product-card-compact .store-product-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 10px;
    margin-top: auto;
}

.store-product-card-compact .store-product-meta > div:first-child {
    min-width: 0;
}

.store-product-card-compact .store-btn {
    align-self: end;
    white-space: nowrap;
}

.store-product-skeleton {
    pointer-events: none;
}

.store-product-media {
    position: relative;
    height: 210px;
    background:
        radial-gradient(circle at top right, rgba(245,244,241,0.9), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5f1eb 100%);
}

.store-product-media::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.92), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.84), rgba(249,246,241,0.28));
    border: 1px solid rgba(237,232,225,0.92);
}

.store-product-skeleton .store-product-media,
.store-skeleton-line,
.store-skeleton-pill {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #f3efe9 0%, #fbf8f4 48%, #f3efe9 100%);
    background-size: 200% 100%;
    animation: storeSkeletonPulse 1.2s linear infinite;
    border-radius: 14px;
}

.store-skeleton-line {
    width: 100%;
}

.store-skeleton-pill {
    width: 112px;
    height: 42px;
    border-radius: 999px;
}

.store-list-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 24px;
}

@keyframes storeSkeletonPulse {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes storeBtnSpin {
    to { transform: rotate(360deg); }
}

.store-product-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
    padding: 18px;
}

.store-product-chip {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #9a4d12;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.store-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.store-product-name {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    color: var(--store-text);
    min-height: 2.7em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-product-desc {
    min-height: 42px;
    color: var(--store-muted);
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-product-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 14px;
    margin-top: auto;
}

.store-product-meta > div:first-child {
    min-width: 0;
}

.store-product-price {
    font-size: 20px;
    line-height: 1.05;
    font-weight: 900;
    color: #1f2430;
    white-space: nowrap;
}

.store-product-stock {
    margin-top: 6px;
    color: var(--store-muted);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-product-meta .store-btn {
    min-width: 102px;
    min-height: 42px;
    padding: 0 16px;
    align-self: end;
    border-radius: 14px;
    box-shadow: none;
}

.store-empty {
    padding: 30px 24px;
    text-align: center;
    border-radius: 22px;
    background: rgba(255,255,255,0.9);
    border: 1px dashed var(--store-border);
    color: var(--store-muted);
}

.store-page-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 20px 110px;
}

.store-page-hero {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 28px;
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 26%),
        radial-gradient(circle at bottom right, rgba(255,205,158,0.22), transparent 32%),
        linear-gradient(135deg, rgba(31,45,102,0.98) 0%, rgba(48,70,156,0.96) 44%, rgba(255,124,33,0.94) 100%);
    box-shadow: var(--store-shadow);
}

.store-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-page-title {
    margin: 16px 0 8px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
    font-weight: 800;
}

.store-page-desc {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
    font-size: 16px;
}

.store-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.store-page-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.store-stat-card {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.store-stat-label {
    color: rgba(255,255,255,0.74);
    font-size: 12px;
}

.store-stat-value {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
}

.store-stat-note {
    margin-top: 8px;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    line-height: 1.5;
}

.store-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 18px;
    margin-top: 18px;
    align-items: start;
}

.store-panel {
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(240, 225, 207, 0.95);
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(45, 33, 16, 0.07);
    overflow: hidden;
}

.store-panel-head {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(240, 225, 207, 0.95);
}

.store-panel-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--store-primary);
}

.store-panel-subtitle {
    margin-top: 6px;
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.6;
}

.store-panel-body {
    padding: 20px;
}

.store-stack {
    display: grid;
    gap: 14px;
}

.store-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.store-field-group {
    display: grid;
    gap: 8px;
}

.store-label {
    color: var(--store-primary);
    font-size: 13px;
    font-weight: 700;
}

.store-input,
.store-textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 16px;
    border: 1px solid var(--store-border);
    background: rgba(255,255,255,0.96);
    color: var(--store-text);
    font-family: inherit;
    font-size: 15px;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.store-input:focus,
.store-textarea:focus {
    border-color: rgba(239, 127, 26, 0.64);
    box-shadow: 0 0 0 4px rgba(239, 127, 26, 0.12);
}

.store-textarea {
    min-height: 112px;
    resize: vertical;
}

.store-note {
    color: var(--store-muted);
    font-size: 13px;
    line-height: 1.6;
}

.store-status {
    min-height: 20px;
    font-size: 13px;
    color: #386641;
}

.store-status.sync {
    color: #b45309;
}

.store-status.error {
    color: #b91c1c;
}

.store-cart-list,
.store-order-list,
.store-address-list {
    display: grid;
    gap: 14px;
}

.store-cart-item,
.store-order-card,
.store-address-card,
.store-info-card {
    border: 1px solid rgba(240, 225, 207, 0.95);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,249,243,1) 100%);
}

.store-cart-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    align-items: start;
}

.store-cart-item-media {
    display: flex;
}

.store-cart-thumb-link {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(240, 225, 207, 0.98);
    background: #fff;
    box-shadow: 0 8px 20px rgba(27, 44, 94, 0.06);
}

.store-cart-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-cart-item-main {
    min-width: 0;
}

.store-cart-item-copy {
    min-width: 0;
}

.store-cart-item-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 16px;
    align-items: start;
}

.store-cart-item-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--store-text);
    line-height: 1.3;
}

.store-cart-item-title a {
    color: inherit;
    text-decoration: none;
}

.store-cart-item-subtitle {
    margin-top: 4px;
    color: var(--store-muted);
    font-size: 12px;
}

.store-price {
    color: var(--store-accent-strong);
    font-size: 18px;
    font-weight: 800;
}

.store-cart-price-col,
.store-cart-qty-col {
    min-width: 0;
}

.store-cart-qty-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.store-qty-input {
    width: 88px;
}

.store-line-total {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 800;
    color: var(--store-primary);
}

.store-remove-btn {
    min-height: 38px;
    min-width: 44px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 165, 165, 0.9);
    background: #fff6f6;
    color: #c24141;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.store-summary-block {
    display: grid;
    gap: 8px;
}

.store-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #425377;
}

.store-summary-row.total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px dashed var(--store-border);
    color: var(--store-primary);
    font-size: 18px;
    font-weight: 800;
}

.store-choice-list {
    display: grid;
    gap: 12px;
}

.store-choice-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(240, 225, 207, 0.9);
    background: rgba(255,255,255,0.92);
}

.store-choice-card input {
    margin-top: 3px;
}

.store-choice-sub {
    margin-top: 4px;
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.5;
}

.store-payment-wrap {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 24px;
    align-items: start;
}

.store-payment-qr {
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,246,250,0.92));
    border: 1px solid rgba(240, 225, 207, 0.9);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.store-payment-qr img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.store-payment-meta {
    display: grid;
    gap: 18px;
}

.store-note-error {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

.store-note-success {
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}

.suggestions {
    position: relative;
    z-index: 30;
    margin-top: 8px;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    max-height: 260px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 500;
    color: #23324d;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #f1f1f1;
}

.suggestion-item:hover {
    background: #f8fbff;
}

.suggestion-item:last-child {
    border-bottom: 0;
}

.store-order-card,
.store-address-card,
.store-info-card {
    padding: 18px;
}

.store-order-head,
.store-address-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.store-order-number {
    margin: 6px 0 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--store-text);
}

.store-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.store-chip-order {
    background: #eef2ff;
    color: #24358a;
}

.store-chip-ship {
    background: #ecfdf5;
    color: #166534;
}

.store-chip-default {
    background: var(--store-accent-soft);
    color: var(--store-accent-strong);
}

.store-order-meta,
.store-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.store-meta-block {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(240, 225, 207, 0.9);
}

.store-meta-label {
    color: var(--store-muted);
    font-size: 12px;
}

.store-meta-value {
    margin-top: 6px;
    color: var(--store-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    word-break: break-word;
}

.store-order-items {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed var(--store-border);
}

.store-order-item-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #334155;
    font-size: 14px;
}

.store-info-card {
    padding: 14px;
}

.store-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--store-text);
    font-size: 14px;
    font-weight: 600;
}

.store-inline-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.store-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: none;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(229, 229, 229, 0.96);
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 22px rgba(45, 33, 16, 0.08);
}

.store-bottom-nav-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.store-bottom-link {
    position: relative;
    padding: 10px 8px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: #6f6a64;
    font-size: 11px;
    font-weight: 700;
}

.store-bottom-link.active {
    background: #fff3e6;
    color: var(--store-accent-strong);
}

.store-bottom-link strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.store-bottom-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 6px;
}

.store-bottom-icon path,
.store-bottom-icon circle {
    stroke: currentColor;
}

.store-product-link {
    color: inherit;
    text-decoration: none;
}

.store-product-detail {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 20px 110px;
}

.store-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 22px;
    align-items: start;
}

.store-product-gallery {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(240,225,207,0.95);
    border-radius: 26px;
    padding: 20px;
}

.store-product-main-image-wrap {
    width: 100%;
    border-radius: 20px;
    background: #f7f7f7;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.store-product-main-image {
    width: 100%;
    height: 100%;
    min-height: 580px;
    object-fit: contain;
}

.store-thumb-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-top: 14px;
}

.store-thumb {
    width: 78px;
    height: 78px;
    flex: 0 0 auto;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.store-thumb.active {
    border-color: #111;
    box-shadow: 0 0 0 2px #111 inset;
}

.store-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-product-info {
    display: grid;
    gap: 18px;
}

.store-product-card-panel {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(240,225,207,0.95);
    border-radius: 24px;
    padding: 22px;
}

.store-product-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.store-product-detail-price {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #202020;
}

.store-product-badge-text {
    margin-top: 8px;
    color: #666;
    font-size: 15px;
}

.store-paused-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    font-weight: 900;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 12px;
}

.store-paused-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffb020;
}

.store-alert-note {
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03;
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.6;
}

.store-option-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 800;
    color: #202020;
}

.store-option-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.store-low-stock-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 13px;
    font-weight: 700;
}

.store-low-stock-dot {
    width: 8px;
    height: 8px;
    background: #e4002b;
    border-radius: 2px;
}

.store-size-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.store-size-btn {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 14px 8px;
    background: #fff;
    font-weight: 900;
    text-align: center;
    color: #5b5b5b;
    cursor: pointer;
    transition: .15s ease;
}

.store-size-btn:hover {
    border-color: #111;
}

.store-size-btn.active {
    border-color: #111;
    box-shadow: 0 0 0 2px #111 inset;
    color: #111;
}

.store-size-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
    background: #f7f7f7;
}

.store-size-btn.low::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #e4002b;
    border-radius: 2px;
}

.store-qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
    height: 46px;
    background: #fff;
}

.store-qty-btn {
    width: 46px;
    height: 46px;
    border: 0;
    background: #fff;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.store-qty-input-compact {
    width: 72px;
    height: 46px;
    border: 0;
    text-align: center;
    font-weight: 900;
    outline: none;
    font-family: inherit;
}

.store-buy-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.store-icon-btn {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store-icon-btn svg {
    width: 22px;
    height: 22px;
}

.store-product-desc-card {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(240,225,207,0.95);
    border-radius: 24px;
    padding: 22px;
    line-height: 1.8;
    color: #4e4e4e;
}

.store-size-guide-link {
    margin-top: 14px;
}

.store-size-guide-link a {
    color: var(--store-primary);
    font-weight: 700;
    text-decoration: none;
}

.store-sticky-buy-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(var(--store-mobile-nav-height) + var(--store-mobile-sticky-gap) + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(236, 230, 223, 0.95);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(34, 24, 12, 0.14);
    padding: 12px 14px;
    z-index: 9998;
    display: none;
    backdrop-filter: blur(12px);
}

.store-sticky-buy-inner {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.store-sticky-price-block {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.store-sticky-price-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8b7a67;
}

.store-sticky-price {
    min-width: 92px;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #111;
}

.store-sticky-buy-btn {
    min-width: 168px;
    min-height: 52px;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(245, 157, 56, 0.25);
}

@media (max-width: 920px) {
    .store-hero-content {
        grid-template-columns: 1fr;
    }

    .store-layout-grid {
        grid-template-columns: 1fr;
    }

    .store-product-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mobile-topbar {
        display: block;
    }

    .top-nav-wrap {
        display: none;
    }

    .store-top-nav {
        display: none;
    }

    .store-mobile-topbar,
    .store-bottom-nav {
        display: block;
    }

    .store-main-wrap {
        padding: 14px 14px 132px;
    }

    .store-product-detail {
        padding: 14px 14px 196px;
    }

    .store-page-shell {
        padding: 14px 14px 132px;
    }

    .bottom-nav {
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        border-top: 1px solid rgba(235,228,218,0.98);
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 26px 26px 0 0;
        padding: 8px 12px calc(9px + env(safe-area-inset-bottom));
    }

    .bottom-nav .item {
        min-height: 68px;
        padding: 8px 6px;
    }

    .store-hero {
        padding: 24px 20px;
        border-radius: 24px;
        margin-bottom: 20px;
    }

    .store-hero-title {
        margin-top: 14px;
    }

    .store-nav-actions,
    .store-hero-actions {
        width: 100%;
    }

    .store-hero-actions .store-btn {
        flex: 1 1 140px;
    }

    .store-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-section-tools {
        width: 100%;
        justify-content: space-between;
    }

    .store-category-filter {
        margin-bottom: 14px;
    }

    .store-footer-top,
    .store-footer-main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .store-footer-logo-tile {
        width: 76px;
        height: 76px;
        border-radius: 16px;
    }

    .store-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .store-product-grid-compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .store-product-media {
        height: 168px;
    }

    .store-product-card {
        border-radius: 18px;
    }

    .store-product-body {
        padding: 14px;
        gap: 10px;
    }

    .store-product-name {
        font-size: 15px;
        min-height: 2.6em;
    }

    .store-product-price {
        font-size: 17px;
    }

    .store-product-card-compact .store-product-media {
        height: 138px;
    }

    .store-product-card-compact .store-product-body {
        padding: 12px;
    }

    .store-product-card-compact .store-product-name {
        font-size: 15px;
    }

    .store-product-card-compact .store-product-desc {
        font-size: 12px;
        min-height: 2.8em;
    }

    .store-product-card-compact .store-product-price {
        font-size: 17px;
    }

    .store-product-card-compact .store-btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
        min-width: 84px;
    }

    .store-page-hero {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .store-page-actions .store-btn {
        flex: 1 1 140px;
    }

    .store-page-summary,
    .store-field-grid,
    .store-payment-wrap,
    .store-order-meta,
    .store-info-grid,
    .store-list-hero {
        grid-template-columns: 1fr;
    }

    .store-panel-head,
    .store-panel-body {
        padding: 16px;
    }

    .store-order-head,
    .store-address-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .store-inline-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .store-qty-input,
    .store-inline-actions .store-btn {
        width: 100%;
    }

    .store-cart-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
        align-items: start;
    }

    .store-cart-item-media {
        width: 56px;
    }

    .store-cart-thumb-link {
        width: 56px;
        height: 56px;
        aspect-ratio: auto;
        border-radius: 12px;
    }

    .store-cart-item-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: start;
    }

    .store-cart-item-topline {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .store-cart-item-title {
        font-size: 14px;
    }

    .store-cart-item-subtitle {
        font-size: 11px;
        line-height: 1.35;
    }

    .store-cart-price-col {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 4px;
    }

    .store-cart-price-col .store-label,
    .store-cart-qty-col .store-label {
        font-size: 11px;
        margin: 0;
    }

    .store-cart-price-col .store-price {
        font-size: 15px;
    }

    .store-cart-qty-col {
        width: auto;
    }

    .store-cart-qty-inline {
        width: auto;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
    }

    .store-qty-input {
        width: 62px;
        min-height: 36px;
        padding: 6px 10px;
    }

    .store-remove-btn {
        width: auto;
        min-width: 40px;
        min-height: 36px;
        padding: 6px 10px;
        font-size: 11px;
        margin-left: auto;
    }

    .store-cart-qty-col {
        display: grid;
        justify-items: end;
        align-content: start;
        min-width: 74px;
    }

    .store-cart-qty-col .store-label {
        display: none;
    }

    .store-line-total {
        margin-top: 6px;
        font-size: 15px;
        text-align: right;
    }

    .store-mobile-topbar-inner {
        padding: 12px 14px;
    }

    .store-mobile-topbar .store-brand-mark {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        font-size: 17px;
    }

    .store-mobile-topbar .store-brand-title {
        font-size: 15px;
    }

    .store-mobile-topbar .store-brand-subtitle {
        font-size: 11px;
    }

    .store-cart-pill {
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }

    .store-product-gallery,
    .store-product-card-panel,
    .store-product-desc-card {
        border-radius: 22px;
        padding: 16px;
    }

    .store-product-main-image-wrap,
    .store-product-main-image {
        min-height: 360px;
    }

    .store-buy-row {
        flex-wrap: wrap;
    }

    .store-buy-row .store-btn {
        flex: 1 1 180px;
    }

    .store-sticky-buy-bar {
        display: block;
    }
}

@media (max-width: 560px) {
    body {
        padding-bottom: 148px;
    }

    .store-sticky-buy-bar {
        left: 10px;
        right: 10px;
        padding: 10px 12px;
        border-radius: 18px;
    }

    .store-sticky-buy-inner {
        gap: 12px;
    }

    .store-sticky-price {
        font-size: 22px;
    }

    .store-sticky-buy-btn {
        min-width: 144px;
        flex: 0 0 auto;
    }

    .store-mobile-topbar-inner {
        padding: 12px 14px;
    }

    .store-brand-title {
        font-size: 18px;
    }

    .store-brand-subtitle {
        font-size: 11px;
    }

    .store-hero-panel {
        padding: 18px;
    }

    .store-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .store-product-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .store-product-media {
        height: 138px;
    }

    .store-product-body {
        padding: 11px 11px 12px;
        gap: 8px;
    }

    .store-product-name {
        font-size: 14px;
        min-height: 2.5em;
    }

    .store-product-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 11px;
        min-height: 2.7em;
    }

    .store-product-price {
        font-size: 15px;
    }

    .store-product-meta {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        align-items: end;
    }

    .store-product-stock {
        margin-top: 4px;
        font-size: 11px;
    }

    .store-product-chip {
        top: 10px;
        left: 10px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .store-section-title {
        font-size: 20px;
    }

    .store-section-link {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .store-category-chip {
        min-height: 36px;
        padding: 0 14px;
        font-size: 12px;
    }

    .store-site-footer {
        padding-bottom: 110px;
    }

    .store-footer-top {
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .store-footer-title {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .store-footer-logo-row {
        gap: 10px;
    }

    .store-footer-logo-tile {
        width: 68px;
        height: 68px;
        font-size: 12px;
    }

    .store-footer-logo-tile.is-dhl {
        font-size: 20px;
    }

    .store-footer-logo-tile.is-flash {
        font-size: 16px;
    }

    .store-footer-copy,
    .store-footer-links a {
        font-size: 14px;
        line-height: 1.7;
    }

    .store-product-card-compact .store-product-name {
        min-height: 2.8em;
    }

    .store-product-card-compact .store-product-desc {
        min-height: 2.8em;
    }

    .store-product-card-compact .store-product-meta {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .store-product-meta .store-btn {
        min-width: 74px;
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
        border-radius: 11px;
        letter-spacing: -.01em;
        box-shadow: none;
    }
}
