:root {
    --shop-bg: #0a0a0d;
    --shop-panel: #14171d;
    --shop-panel-soft: #1b2028;
    --shop-border: rgba(255, 255, 255, 0.1);
    --shop-text: #e8edf4;
    --shop-text-soft: #98a2b3;
    --shop-accent: #ffffff;
    --shop-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.shop-page .shop-main {
    padding: 2rem 0 4rem;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 32%),
        linear-gradient(180deg, #08090c 0%, #111318 30%, #12151b 100%);
}

.shop-page .shop-main > section {
    margin-bottom: 1.5rem;
}

.shop-page .shop-main > section:last-child {
    margin-bottom: 0;
}

.shop-page .shop-hero,
.shop-page .shop-section,
.shop-page .shop-status-banner,
.shop-page .shop-breadcrumbs,
.shop-page .shop-stat-strip,
.shop-page .shop-product-hero {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--shop-border);
    border-radius: 28px;
    box-shadow: var(--shop-shadow);
}

.shop-page:not(.page-shop-admin) .shop-section {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 48%),
        linear-gradient(160deg, #11151c 0%, #0d1117 55%, #0a0d12 100%);
    color: var(--shop-text);
}

.shop-page .shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
    gap: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 50%),
        linear-gradient(160deg, #0f1218 0%, #12161d 60%, #0d0f14 100%);
    color: var(--shop-text);
    overflow: hidden;
    position: relative;
}

.shop-page .shop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 36%, rgba(77, 235, 255, 0.2), transparent 22%),
        radial-gradient(circle at 18% 18%, rgba(255, 70, 70, 0.14), transparent 24%);
    pointer-events: none;
}

.shop-eyebrow {
    margin: 0 0 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.78rem;
    color: #b7c0cf;
}

.shop-hero h1,
.shop-buy-box h1,
.shop-section__heading h1,
.shop-section__heading h2,
.shop-card h2 {
    margin: 0 0 0.9rem;
    line-height: 1.1;
}

.shop-hero__lead,
.shop-buy-box__lead,
.shop-section__heading p,
.shop-card p,
.shop-footer__copy,
.shop-empty-state p,
.shop-spec-list dd,
.shop-fitment-table td {
    color: var(--shop-text-soft);
}

.shop-page:not(.page-shop-admin) .shop-section__heading h1,
.shop-page:not(.page-shop-admin) .shop-section__heading h2,
.shop-page:not(.page-shop-admin) .shop-card h2,
.shop-page:not(.page-shop-admin) .shop-card h3,
.shop-page:not(.page-shop-admin) .shop-product-card h3,
.shop-page:not(.page-shop-admin) .shop-empty-state h2 {
    color: #f5f7fb;
}

.shop-page:not(.page-shop-admin) .shop-section__heading p,
.shop-page:not(.page-shop-admin) .shop-card p,
.shop-page:not(.page-shop-admin) .shop-empty-state p,
.shop-page:not(.page-shop-admin) .shop-product-card__body p {
    color: #a8b2c3;
}

.shop-page:not(.page-shop-admin) .shop-admin-meta-line {
    color: #96a3b7;
}

.shop-hero__content,
.shop-hero__panel,
.shop-card,
.shop-breadcrumbs,
.shop-product-hero,
.shop-stat-strip article {
    min-width: 0;
}

.shop-hero__actions,
.shop-buy-box__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.shop-primary-btn,
.shop-secondary-btn,
.shop-link-btn,
.shop-cart-pill {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.shop-page:not(.page-shop-admin) .shop-primary-btn,
.shop-page:not(.page-shop-admin) .shop-secondary-btn,
.shop-page:not(.page-shop-admin) .shop-link-btn {
    min-height: 48px;
    border-radius: 14px;
    letter-spacing: 0.04em;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 14px 30px rgba(0, 0, 0, 0.2);
}

.shop-inline-form {
    display: inline-flex;
    margin: 0;
}

.shop-primary-btn,
.shop-secondary-btn,
.shop-link-btn {
    padding: 0.9rem 1.4rem;
}

button.shop-primary-btn,
button.shop-secondary-btn,
button.shop-link-btn {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.shop-primary-btn {
    background: #fff;
    color: #111;
    border: 1px solid #fff;
}

.shop-page:not(.page-shop-admin) .shop-primary-btn {
    background:
        linear-gradient(180deg, #fefefe 0%, #f4f6f8 52%, #d8dde5 100%);
    border-color: rgba(255, 255, 255, 0.94);
    color: #10151d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.shop-primary-btn:hover {
    transform: translateY(-1px);
    color: #111;
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.08);
}

.shop-page:not(.page-shop-admin) .shop-primary-btn:hover {
    color: #0c1016;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 34px rgba(0, 0, 0, 0.24);
}

.shop-secondary-btn,
.shop-link-btn,
.shop-cart-pill {
    background: rgba(255, 255, 255, 0.03);
    color: var(--shop-text);
    border: 1px solid var(--shop-border);
}

.shop-page:not(.page-shop-admin) .shop-secondary-btn,
.shop-page:not(.page-shop-admin) .shop-link-btn {
    background:
        linear-gradient(180deg, #161a21 0%, #0d0f12 100%);
    border: 1px solid #2a2e37;
    color: #c7d0dc;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32);
}

.shop-secondary-btn:hover,
.shop-link-btn:hover,
.shop-cart-pill:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.shop-page:not(.page-shop-admin) .shop-secondary-btn:hover,
.shop-page:not(.page-shop-admin) .shop-link-btn:hover {
    color: #f5fbff;
    border-color: rgba(113, 236, 255, 0.52);
    background:
        linear-gradient(180deg, #1a1f28 0%, #10151c 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(0, 255, 255, 0.08),
        0 0 18px rgba(0, 255, 255, 0.12),
        0 18px 34px rgba(0, 0, 0, 0.24);
}

.shop-primary-btn:disabled,
.shop-secondary-btn:disabled,
button.shop-primary-btn:disabled,
button.shop-secondary-btn:disabled {
    cursor: not-allowed;
    opacity: 0.48;
    transform: none;
    box-shadow: none;
}

.shop-primary-btn.is-disabled,
.shop-secondary-btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.48;
    pointer-events: none;
}

.shop-primary-btn:focus-visible,
.shop-secondary-btn:focus-visible,
.shop-link-btn:focus-visible,
.shop-cart-pill:focus-visible,
.shop-header-icon:focus-visible,
.shop-card-link:focus-visible,
.shop-gallery__thumb:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(201, 163, 106, 0.16);
}

.shop-page:not(.page-shop-admin) .shop-primary-btn:focus-visible,
.shop-page:not(.page-shop-admin) .shop-secondary-btn:focus-visible,
.shop-page:not(.page-shop-admin) .shop-link-btn:focus-visible {
    box-shadow:
        0 0 0 3px rgba(0, 255, 255, 0.14),
        0 0 0 1px rgba(117, 236, 255, 0.38),
        0 16px 32px rgba(0, 0, 0, 0.22);
}

.shop-member-pill {
    margin-right: 0.85rem;
}

.shop-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid var(--shop-border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--shop-text);
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.shop-header-icon:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.shop-primary-btn--block,
.shop-secondary-btn--block {
    width: 100%;
}

.shop-hero__panel {
    display: grid;
    gap: 1rem;
}

.shop-hero__panel--visual {
    align-items: stretch;
}

.shop-hero__pills {
    margin-top: 1rem;
    margin-bottom: 0;
}

.shop-hero__meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.page-shop-home .shop-hero__title {
    max-width: 10ch;
    margin-bottom: 1.1rem;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.045em;
    color: #ffffff;
    text-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
}

.page-shop-home .shop-hero__title[data-shop-key="hero_title"] {
    background: linear-gradient(180deg, #ffffff 0%, #f5f1ed 58%, #d8e4f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.page-shop-home .shop-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem 0;
}

.page-shop-home .shop-hero__actions {
    margin-top: 0.85rem;
    gap: 1rem;
}

.page-shop-home .shop-hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
    gap: 2.6rem;
    align-items: center;
}

.page-shop-home .shop-hero__content > .shop-eyebrow {
    margin-bottom: 0.95rem;
}

.page-shop-home .shop-hero__actions .shop-primary-btn,
.page-shop-home .shop-hero__actions .shop-secondary-btn {
    min-height: 58px;
    padding: 1rem 1.65rem;
    border-radius: 999px;
    font-size: 0.96rem;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.page-shop-home .shop-hero__actions .shop-primary-btn {
    background: linear-gradient(180deg, #fff7f1 0%, #ffffff 52%, #ececec 100%);
    border-color: rgba(255, 255, 255, 0.96);
    color: #121212;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.page-shop-home .shop-hero__actions .shop-primary-btn:hover {
    transform: translateY(-2px);
    color: #121212;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.page-shop-home .shop-hero__actions .shop-secondary-btn {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(10, 14, 19, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #eef3fb;
    backdrop-filter: blur(12px);
}

.page-shop-home .shop-hero__actions .shop-secondary-btn:hover {
    transform: translateY(-2px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)),
        rgba(10, 14, 19, 0.74);
    border-color: rgba(255, 255, 255, 0.18);
}

.page-shop-home .shop-hero__panel--visual {
    align-self: stretch;
}

.shop-section--bk3-stage,
.shop-section--bk3-banner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.shop-section--bk3-stage > *,
.shop-section--bk3-banner > * {
    position: relative;
    z-index: 1;
}

.shop-section--bk3-stage::before,
.shop-section--bk3-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../bk3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.22;
    transform: scale(1.035);
    filter: saturate(0.9) contrast(1.02) brightness(0.72);
}

.shop-section--bk3-stage::after,
.shop-section--bk3-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.shop-section--bk3-stage::before {
    background-position: center 78%;
}

.shop-section--bk3-stage::after {
    background:
        linear-gradient(180deg, rgba(9, 12, 17, 0.18) 0%, rgba(9, 12, 17, 0.78) 54%, rgba(9, 12, 17, 0.92) 100%),
        radial-gradient(circle at 18% 24%, rgba(86, 171, 255, 0.12), transparent 24%),
        radial-gradient(circle at 82% 28%, rgba(255, 110, 110, 0.1), transparent 26%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02));
}

.shop-section--bk3-stage .shop-product-card,
.shop-section--bk3-stage .shop-card {
    backdrop-filter: blur(6px);
}

.shop-section--bk3-stage .shop-card:not(.shop-card--dark) {
    background: linear-gradient(160deg, rgba(20, 26, 35, 0.88) 0%, rgba(12, 17, 24, 0.94) 100%);
    border-color: rgba(255, 255, 255, 0.08);
}

.shop-section--bk3-stage .shop-card:not(.shop-card--dark) h2,
.shop-section--bk3-stage .shop-card:not(.shop-card--dark) h3,
.shop-section--bk3-stage .shop-card:not(.shop-card--dark) p {
    color: #f3f7fc;
}

.shop-section--bk3-stage-alt::before {
    background-position: center 74%;
    opacity: 0.18;
}

.shop-section--bk3-stage-alt::after {
    background:
        linear-gradient(90deg, rgba(8, 11, 16, 0.88) 0%, rgba(8, 11, 16, 0.56) 44%, rgba(8, 11, 16, 0.8) 100%),
        radial-gradient(circle at 22% 18%, rgba(93, 160, 255, 0.14), transparent 24%),
        radial-gradient(circle at 80% 16%, rgba(255, 107, 107, 0.12), transparent 20%);
}

.shop-section--bk3-banner {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

.shop-section--bk3-banner::before {
    background-position: center 72%;
    opacity: 0.24;
}

.shop-section--bk3-banner::after {
    background:
        linear-gradient(180deg, rgba(8, 11, 16, 0.54) 0%, rgba(8, 11, 16, 0.78) 46%, rgba(8, 11, 16, 0.9) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at 18% 16%, rgba(73, 157, 255, 0.12), transparent 22%),
        radial-gradient(circle at 82% 20%, rgba(255, 99, 99, 0.1), transparent 24%);
}

.shop-section--bk3-banner .shop-section__heading {
    margin-bottom: 1.7rem;
    max-width: 72rem;
}

.shop-section--bk3-banner .shop-filter-form,
.shop-section--bk3-banner .shop-pill-selector {
    position: relative;
    z-index: 1;
}

.shop-section--bk3-banner .shop-filter-form {
    padding: 1.1rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        rgba(9, 13, 18, 0.56);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.shop-section--bk3-banner .shop-pill-selector .shop-status-pill {
    background: rgba(12, 17, 24, 0.6);
    border-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.shop-section--bk3-banner .shop-pill-selector .shop-status-pill.is-active {
    background: rgba(255, 255, 255, 0.94);
    color: #111827;
}

.shop-page:not(.page-shop-admin) .shop-section--bk3-banner .shop-pill-selector .shop-status-pill {
    background:
        linear-gradient(180deg, rgba(24, 29, 38, 0.94), rgba(13, 15, 18, 0.96));
    border-color: rgba(53, 60, 72, 0.95);
    backdrop-filter: blur(12px);
}

.shop-page:not(.page-shop-admin) .shop-section--bk3-banner .shop-pill-selector .shop-status-pill.is-active {
    background: #1a1f28;
    color: #ffffff;
}

.shop-hero-visual {
    position: relative;
    min-height: 100%;
}

.shop-panel-surface,
.shop-card--bk1-panel,
.shop-filter-form--bk1-panel,
.shop-pill-selector--bk1-panel,
.shop-product-card--featured .shop-price-block,
.shop-product-card--featured .shop-product-card__badge,
.shop-product-card__quick-links {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.shop-panel-surface > *,
.shop-card--bk1-panel > *,
.shop-filter-form--bk1-panel > *,
.shop-pill-selector--bk1-panel > *,
.shop-product-card--featured .shop-price-block > *,
.shop-product-card--featured .shop-product-card__badge > *,
.shop-product-card__quick-links > * {
    position: relative;
    z-index: 1;
}

.shop-panel-surface::before,
.shop-card--bk1-panel::before,
.shop-filter-form--bk1-panel::before,
.shop-pill-selector--bk1-panel::before,
.shop-product-card--featured .shop-price-block::before,
.shop-product-card--featured .shop-product-card__badge::before,
.shop-product-card__quick-links::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../bk1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.13;
    filter: saturate(0.72) brightness(0.62) contrast(1.08);
    transform: scale(1.04);
    pointer-events: none;
}

.shop-panel-surface::after,
.shop-card--bk1-panel::after,
.shop-filter-form--bk1-panel::after,
.shop-pill-selector--bk1-panel::after,
.shop-product-card--featured .shop-price-block::after,
.shop-product-card--featured .shop-product-card__badge::after,
.shop-product-card__quick-links::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.shop-panel-surface::after,
.shop-card--bk1-panel::after {
    background:
        linear-gradient(180deg, rgba(11, 15, 22, 0.2) 0%, rgba(11, 15, 22, 0.58) 46%, rgba(11, 15, 22, 0.72) 100%),
        radial-gradient(circle at 16% 14%, rgba(87, 169, 255, 0.08), transparent 22%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018), transparent 38%);
}

.shop-filter-form--bk1-panel,
.shop-pill-selector--bk1-panel {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        rgba(10, 14, 19, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 36px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.shop-page:not(.page-shop-admin) .shop-pill-selector--bk1-panel {
    border-radius: 18px;
    border-color: rgba(62, 71, 86, 0.46);
    background:
        linear-gradient(180deg, rgba(24, 29, 38, 0.96), rgba(10, 12, 16, 0.94)),
        rgba(8, 11, 16, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 38px rgba(0, 0, 0, 0.18);
}

.shop-filter-form--bk1-panel {
    padding: 1.1rem;
}

.shop-pill-selector--bk1-panel {
    padding: 0.9rem 1rem;
}

.shop-filter-form--bk1-panel::after,
.shop-pill-selector--bk1-panel::after {
    background:
        linear-gradient(180deg, rgba(8, 11, 16, 0.24) 0%, rgba(8, 11, 16, 0.44) 100%),
        radial-gradient(circle at 18% 18%, rgba(88, 153, 255, 0.08), transparent 18%);
}

.shop-page:not(.page-shop-admin) .shop-pill-selector--bk1-panel::after {
    background:
        linear-gradient(180deg, rgba(8, 11, 16, 0.18) 0%, rgba(8, 11, 16, 0.36) 100%),
        radial-gradient(circle at 18% 18%, rgba(84, 214, 255, 0.09), transparent 20%);
}

.shop-product-card--featured .shop-price-block::after,
.shop-product-card__quick-links::after,
.shop-product-card--featured .shop-product-card__badge::after {
    background:
        linear-gradient(180deg, rgba(7, 11, 16, 0.14) 0%, rgba(7, 11, 16, 0.36) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 42%);
}

.shop-product-card--featured .shop-price-block::before {
    opacity: 0.16;
}

.shop-product-card__quick-links {
    padding: 0.4rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(9, 13, 18, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.shop-product-card__quick-links::before {
    opacity: 0.11;
}

.shop-product-card--featured .shop-product-card__badge::before {
    opacity: 0.1;
}

.shop-hero-visual__frame {
    position: relative;
    min-height: 560px;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(7, 12, 18, 0.2), rgba(7, 12, 18, 0.45)),
        linear-gradient(160deg, #0f141b 0%, #111821 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 22px 48px rgba(0, 0, 0, 0.34);
}

.page-shop-home .shop-hero-visual__frame {
    min-height: 620px;
    border-radius: 30px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 28px 62px rgba(0, 0, 0, 0.38);
}

.shop-hero-visual__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 88% center;
    transform: scale(1.1) translateX(-1%);
    filter: saturate(1.05) contrast(1.02);
    animation: shopHeroPan 10s ease-in-out infinite alternate;
}

.shop-hero-visual__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 12, 18, 0.78) 0%, rgba(9, 12, 18, 0.42) 34%, rgba(9, 12, 18, 0.12) 60%, rgba(9, 12, 18, 0.5) 100%),
        linear-gradient(180deg, rgba(10, 14, 19, 0.08), rgba(10, 14, 19, 0.44));
}

.shop-hero-visual__scan {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, rgba(127, 249, 255, 0.08) 48%, transparent 52%, transparent 100%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 26px);
    mix-blend-mode: screen;
    opacity: 0.7;
    pointer-events: none;
    animation: shopHeroScan 8s linear infinite;
}

.shop-hero-visual__badge,
.shop-hero-visual__card {
    position: absolute;
    z-index: 2;
    backdrop-filter: blur(14px);
    background: rgba(7, 14, 19, 0.34);
    border: 1px solid rgba(130, 242, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 30px rgba(0, 0, 0, 0.28);
}

.shop-hero-visual__badge {
    top: 1.35rem;
    left: 1.35rem;
    padding: 0.95rem 1.05rem;
    border-radius: 18px;
    max-width: 220px;
    animation: shopGlassFloat 6s ease-in-out infinite;
}

.shop-hero-visual__card {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    max-width: 240px;
}

.shop-hero-visual__card--top {
    right: 1.35rem;
    top: 1.4rem;
    animation: shopGlassFloat 5.5s ease-in-out infinite 0.4s;
}

.shop-hero-visual__card--bottom {
    left: 1.35rem;
    bottom: 1.35rem;
    animation: shopGlassFloat 6.5s ease-in-out infinite 0.8s;
}

.shop-hero-visual__badge span,
.shop-hero-visual__card span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9aefff;
}

.shop-hero-visual__badge strong,
.shop-hero-visual__card strong {
    display: block;
    margin-top: 0.45rem;
    color: #f4fbff;
    line-height: 1.35;
    font-size: 1rem;
}

.shop-info-card,
.shop-card,
.shop-cart-summary .shop-card,
.shop-checkout-summary .shop-card,
.shop-buy-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--shop-border);
    border-radius: 24px;
    padding: 1.5rem;
}

.shop-card--dark {
    background: linear-gradient(160deg, #121720 0%, #0c1017 100%);
}

.shop-card--catalog {
    display: flex;
    flex-direction: column;
}

.shop-card-link {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-card-link:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 163, 106, 0.28);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
}

.shop-page:not(.page-shop-admin) .shop-card-link:hover {
    background: linear-gradient(160deg, #171d27 0%, #10151d 100%);
}

.shop-card-link h3 {
    color: #f5f7fb;
}

.shop-card-link p:last-child {
    margin-top: auto;
}

.shop-card--catalog .shop-product-card__footer {
    margin-top: auto;
}

.shop-info-card span {
    display: block;
    font-size: 0.88rem;
    color: var(--shop-text-soft);
}

.shop-info-card strong {
    display: block;
    margin-top: 0.45rem;
    color: #fff;
    line-height: 1.35;
}

.shop-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.shop-status-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
    gap: 1rem;
    background:
        linear-gradient(135deg, rgba(201, 163, 106, 0.14), transparent 45%),
        rgba(255, 255, 255, 0.03);
}

.shop-status-banner__meta,
.shop-status-banner__stats {
    padding: 1.5rem;
}

.shop-status-banner__label {
    display: block;
    color: #c9a36a;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
}

.shop-status-banner__meta strong {
    display: block;
    margin-top: 0.45rem;
    color: #fff;
    font-size: 1.35rem;
}

.shop-status-banner__meta p {
    margin: 0.7rem 0 0;
    color: var(--shop-text-soft);
}

.shop-status-banner__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.shop-metric {
    border: 1px solid var(--shop-border);
    border-radius: 22px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.shop-metric span {
    display: block;
    color: var(--shop-text-soft);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.shop-metric strong {
    display: block;
    margin-top: 0.4rem;
    color: #fff;
    font-size: 1.2rem;
}

.shop-stat-strip article {
    padding: 1.4rem;
}

.shop-stat-strip strong {
    display: block;
    font-size: 1.4rem;
    color: #fff;
}

.shop-stat-strip span {
    display: block;
    margin-top: 0.4rem;
    color: var(--shop-text-soft);
}

.shop-section__heading {
    margin-bottom: 1.5rem;
}

.shop-card-grid,
.shop-product-grid {
    display: grid;
    gap: 1.25rem;
}

.shop-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-home-entry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-product-grid--featured {
    gap: 1.5rem;
    grid-auto-rows: 1fr;
}

.shop-product-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--shop-border);
    border-radius: 24px;
    overflow: hidden;
    transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-page:not(.page-shop-admin) .shop-product-card {
    background: linear-gradient(160deg, #131922 0%, #0e131b 100%);
}

.shop-product-card--featured {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.shop-product-card--featured::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(112, 245, 255, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(123, 245, 255, 0.12), transparent 28%);
    pointer-events: none;
}

.shop-product-card.is-unavailable,
.shop-card.is-unavailable {
    border-color: rgba(255, 194, 77, 0.22);
}

.shop-product-card.is-unavailable .shop-product-card__image img,
.shop-card.is-unavailable {
    filter: saturate(0.72);
}

.shop-page:not(.page-shop-admin) .shop-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 163, 106, 0.28);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.shop-product-card__image {
    display: block;
    aspect-ratio: 1.18 / 1;
    background: #0d0f14;
    position: relative;
}

.shop-product-card__image img,
.shop-gallery__main img,
.shop-gallery__thumb img,
.shop-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease, transform 0.45s ease;
}

.shop-product-card:hover .shop-product-card__image img,
.shop-gallery__thumb:hover img {
    transform: scale(1.025);
}

.shop-product-card__body {
    padding: 1.35rem;
}

.shop-product-card--featured .shop-product-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.shop-product-card__quick-add {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.shop-product-card__quick-add .shop-field {
    gap: 0.45rem;
}

.shop-product-card__quick-add .shop-field span {
    font-size: 0.82rem;
    color: #c4cedd;
}

.shop-product-card__quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.shop-product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    backdrop-filter: blur(10px);
    background: rgba(10, 15, 19, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f7fbff;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(0, 0, 0, 0.16);
}

.shop-product-card--featured .shop-product-card__badge {
    backdrop-filter: blur(10px);
    background: rgba(10, 15, 19, 0.46);
    border: 1px solid rgba(132, 244, 255, 0.22);
}

.shop-product-card__badge.shop-status-pill--muted {
    background: rgba(39, 48, 60, 0.9);
    border-color: rgba(204, 214, 229, 0.3);
    color: #f0f5fb;
}

.shop-product-card__badge.shop-status-pill--warning {
    background: rgba(86, 58, 8, 0.92);
    border-color: rgba(255, 194, 77, 0.46);
    color: #ffe29a;
}

.shop-product-card__badge.shop-status-pill--success {
    background: rgba(15, 79, 43, 0.9);
    border-color: rgba(108, 235, 161, 0.42);
    color: #d8ffe6;
}

.shop-product-card__badge.shop-status-pill--danger {
    background: rgba(109, 22, 22, 0.9);
    border-color: rgba(255, 133, 133, 0.42);
    color: #ffd1d1;
}

.shop-product-card__meta,
.shop-buy-box__meta,
.shop-order-number span {
    color: #b8c2d1;
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-page:not(.page-shop-admin) .shop-product-card__meta,
.shop-page:not(.page-shop-admin) .shop-buy-box__meta,
.shop-page:not(.page-shop-admin) .shop-order-number span {
    color: #9aa6b8;
}

.shop-product-card__footer {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.shop-product-card__footer--featured {
    align-items: flex-end;
}

.shop-product-card__badges {
    margin-top: 1rem;
    margin-bottom: 0;
}

.shop-product-card--featured .shop-product-card__body > p:not(.shop-product-card__meta) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.6em * 2);
}

.shop-product-card__quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.shop-product-card__quick-links .shop-primary-btn,
.shop-product-card__quick-links .shop-link-btn {
    min-width: 128px;
}

.shop-product-card--featured .shop-price-block {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-product-card--featured .shop-price-block span {
    color: #9ec5d9;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.shop-product-card--featured .shop-price-block strong {
    font-size: 1.45rem;
    color: #f7fbff;
}

@keyframes shopHeroPan {
    0% {
        transform: scale(1.1) translateX(-1%);
    }
    100% {
        transform: scale(1.1) translateX(6%);
    }
}

@keyframes shopHeroScan {
    0% {
        transform: translateX(-18%);
        opacity: 0.2;
    }
    20% {
        opacity: 0.45;
    }
    50% {
        transform: translateX(0%);
        opacity: 0.72;
    }
    80% {
        opacity: 0.4;
    }
    100% {
        transform: translateX(18%);
        opacity: 0.2;
    }
}

@keyframes shopGlassFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes shopSkeletonShimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .shop-hero-visual__image,
    .shop-hero-visual__scan,
    .shop-hero-visual__badge,
    .shop-hero-visual__card--top,
    .shop-hero-visual__card--bottom {
        animation: none;
    }
}

.shop-product-card__footer strong,
.shop-price-block strong,
.shop-summary-list .is-total dd {
    color: #fff;
    font-size: 1.2rem;
}

.shop-split,
.shop-product-hero,
.shop-cart-layout,
.shop-checkout-layout {
    display: grid;
    gap: 1.5rem;
}

.shop-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-product-hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    align-items: start;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.05), transparent 42%),
        linear-gradient(160deg, #11161d 0%, #0d1219 60%, #090d12 100%);
}

.shop-breadcrumbs {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    flex-wrap: wrap;
    background:
        linear-gradient(160deg, #10151c 0%, #0b1016 100%);
    color: var(--shop-text-soft);
}

.shop-breadcrumbs strong {
    color: #fff;
}

.shop-gallery {
    display: grid;
    gap: 1rem;
}

.shop-gallery__main {
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(160deg, #151b23 0%, #0d1117 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-gallery__main img.is-switching {
    opacity: 0.08;
    transform: scale(1.018);
}

.shop-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.8rem;
}

.shop-gallery__thumb {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-gallery__thumb.is-active {
    border-color: rgba(201, 163, 106, 0.72);
    box-shadow: 0 0 0 3px rgba(201, 163, 106, 0.16);
}

.page-shop-product .shop-gallery__main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.75rem, 1.4vw, 1rem);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 48%),
        linear-gradient(160deg, #161d26 0%, #0b1016 100%);
}

.page-shop-product .shop-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.page-shop-product .shop-gallery__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        linear-gradient(160deg, #131922 0%, #0b1016 100%);
}

.page-shop-product .shop-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

[data-shop-image-shell] {
    position: relative;
    overflow: hidden;
}

[data-shop-image-shell]:not(.is-loaded)::after,
[data-shop-card-shell]:not(.is-ready)::after,
.shop-checkout-summary-card.is-skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
    animation: shopSkeletonShimmer 1.2s ease-in-out infinite;
    pointer-events: none;
}

[data-shop-image-shell]:not(.is-loaded) img {
    opacity: 0.16;
    transform: scale(1.03);
}

[data-shop-card-shell] > * {
    transition: opacity 0.28s ease;
}

[data-shop-card-shell]:not(.is-ready) > * {
    opacity: 0.2;
}

[data-shop-card-shell].is-ready > * {
    opacity: 1;
}

.shop-price-block p,
.shop-buy-box__support a {
    margin: 0.45rem 0 0;
}

.shop-buy-box {
    background:
        linear-gradient(160deg, rgba(19, 25, 34, 0.98) 0%, rgba(12, 17, 24, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.28);
}

.shop-buy-box__section {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-buy-box__section--pricing {
    margin-top: 1rem;
}

.shop-buy-box__section--selection {
    margin-top: 1.1rem;
    display: grid;
    gap: 1rem;
}

.shop-buy-box h1 {
    color: #f7fbff;
}

.shop-buy-box__lead {
    color: #f2f6fc;
    margin-bottom: 0.4rem;
}

.shop-buy-box .shop-price-block {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-buy-box .shop-price-block strong {
    font-size: 1.6rem;
    color: #ffffff;
}

.shop-buy-box .shop-price-block p {
    color: #b4bfd0;
}

.shop-price-reference {
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 0.8rem;
}

.shop-price-reference__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.shop-price-reference__head span {
    color: #f7fbff;
    font-size: 0.9rem;
    font-weight: 600;
}

.shop-price-reference__head small {
    color: #9aa6b8;
    font-size: 0.78rem;
}

.shop-price-reference__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.shop-price-reference__item {
    display: grid;
    gap: 0.2rem;
    padding: 0.72rem 0.8rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-price-reference__item span {
    color: #98a2b3;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.shop-price-reference__item strong {
    color: #f8fbff;
    font-size: 0.95rem;
    line-height: 1.25;
}

.shop-price-reference__note {
    margin: 0;
    color: #8f9caf;
    font-size: 0.78rem;
    line-height: 1.6;
}

.shop-buy-box .shop-field span,
.shop-buy-box .shop-qty-row > span {
    color: #f7fbff;
}

.shop-buy-box .shop-pill-row {
    margin-top: 1.15rem;
}

.shop-buy-box__status-row {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.shop-buy-box__field {
    gap: 0.7rem;
}

.shop-buy-box__qty-row {
    margin-top: 0;
    padding-top: 0.1rem;
}

.shop-buy-box .shop-status-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.shop-buy-box__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.shop-buy-box__actions .shop-primary-btn,
.shop-buy-box__actions .shop-secondary-btn {
    min-height: 54px;
}

.shop-page:not(.page-shop-admin) .shop-buy-box__actions .shop-primary-btn,
.shop-page:not(.page-shop-admin) .shop-buy-box__actions .shop-secondary-btn {
    border-radius: 18px;
}

.shop-buy-box__support a {
    color: #d7a06a;
    text-decoration: none;
    font-weight: 600;
}

.shop-buy-box__support a:hover {
    color: #f1c18f;
}

.shop-buy-box__support {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.45rem;
}

.shop-buy-box__support-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    color: #f6fbff;
    border: 1px solid rgba(97, 216, 135, 0.32);
    background:
        linear-gradient(180deg, rgba(39, 208, 108, 0.18), rgba(16, 137, 71, 0.22)),
        rgba(8, 14, 18, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.shop-buy-box__support-icon i {
    font-size: 1.22rem;
}

.shop-buy-box__support-icon:hover {
    color: #ffffff;
    transform: translateY(-1px);
    border-color: rgba(97, 216, 135, 0.52);
    background:
        linear-gradient(180deg, rgba(47, 220, 117, 0.24), rgba(20, 148, 79, 0.28)),
        rgba(8, 14, 18, 0.8);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 14px 28px rgba(12, 109, 56, 0.24);
}

.shop-buy-box__support-icon:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(52, 211, 114, 0.16),
        0 14px 28px rgba(12, 109, 56, 0.24);
}

.shop-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 1rem 0 1.25rem;
}

.shop-status-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid transparent;
    color: #fff;
    font-size: 0.88rem;
}

.shop-status-pill.is-active {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.shop-status-pill--muted {
    color: #d2d9e5;
}

.shop-status-pill--warning {
    background: rgba(255, 194, 77, 0.16);
    border: 1px solid rgba(255, 194, 77, 0.28);
    color: #ffd885;
}

.shop-status-pill--success {
    background: rgba(69, 201, 120, 0.16);
    border: 1px solid rgba(69, 201, 120, 0.28);
    color: #b7f0c9;
}

.shop-status-pill--danger {
    background: rgba(255, 98, 98, 0.16);
    border: 1px solid rgba(255, 98, 98, 0.3);
    color: #ffb5b5;
}

.shop-product-card__badge.shop-status-pill {
    background: rgba(48, 56, 68, 0.92);
    border-color: rgba(201, 209, 220, 0.26);
    color: #f5f7fb;
}

.shop-product-card__badge.shop-status-pill--muted {
    background: rgba(60, 68, 80, 0.94);
    border-color: rgba(214, 221, 232, 0.32);
    color: #f3f7fc;
}

.shop-product-card__badge.shop-status-pill--warning {
    background: rgba(98, 74, 22, 0.94);
    border-color: rgba(255, 203, 102, 0.42);
    color: #ffe4aa;
}

.shop-product-card__badge.shop-status-pill--success {
    background: rgba(28, 89, 56, 0.94);
    border-color: rgba(124, 236, 173, 0.38);
    color: #dbffea;
}

.shop-product-card__badge.shop-status-pill--danger {
    background: rgba(112, 34, 34, 0.94);
    border-color: rgba(255, 140, 140, 0.38);
    color: #ffd4d4;
}

.shop-copy-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.shop-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
    padding: 0.42rem 0.8rem;
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--shop-text);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.shop-copy-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.shop-field {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.shop-field[hidden] {
    display: none !important;
}

.shop-field span {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 500;
}

.shop-page:not(.page-shop-admin) .shop-field span {
    color: #e8edf4;
}

.shop-page:not(.page-shop-admin) .shop-field strong {
    color: #f5f7fb;
    line-height: 1.5;
}

.shop-field input,
.shop-field select,
.shop-field textarea,
.shop-qty-stepper input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--shop-border);
    border-radius: 16px;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font: inherit;
    line-height: 1.45;
}

.shop-field input,
.shop-field select,
.shop-qty-stepper input {
    min-height: 52px;
}

.shop-field textarea {
    min-height: 120px;
    resize: vertical;
}

.shop-checkbox {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 52px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    color: #f5f7fb;
}

.shop-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #c9a36a;
    margin: 0;
}

.shop-checkbox span {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: none;
    color: inherit;
}

.shop-page:not(.page-shop-admin) .shop-field input,
.shop-page:not(.page-shop-admin) .shop-field select,
.shop-page:not(.page-shop-admin) .shop-field textarea,
.shop-page:not(.page-shop-admin) .shop-qty-stepper input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f5f7fb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-page:not(.page-shop-admin) .shop-field input[readonly] {
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
    cursor: not-allowed;
}

.page-shop-checkout .shop-field .shop-input--locked[readonly] {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #f5f7fb;
    padding-left: 0;
    padding-right: 0;
}

.page-shop-checkout .shop-field .shop-input--locked[readonly]:focus {
    border-color: transparent;
    box-shadow: none;
}

.shop-page:not(.page-shop-admin) .shop-field input:disabled,
.shop-page:not(.page-shop-admin) .shop-field select:disabled,
.shop-page:not(.page-shop-admin) .shop-field textarea:disabled {
    background: rgba(255, 255, 255, 0.04);
    color: #7f8ba0;
    border-color: rgba(255, 255, 255, 0.08);
    cursor: not-allowed;
    opacity: 0.75;
}

.shop-page:not(.page-shop-admin) .shop-field input::placeholder,
.shop-page:not(.page-shop-admin) .shop-field textarea::placeholder {
    color: #92a0b5;
}

.shop-page:not(.page-shop-admin) .shop-field input:focus,
.shop-page:not(.page-shop-admin) .shop-field select:focus,
.shop-page:not(.page-shop-admin) .shop-field textarea:focus,
.shop-page:not(.page-shop-admin) .shop-qty-stepper input:focus {
    outline: none;
    border-color: rgba(201, 163, 106, 0.7);
    box-shadow: 0 0 0 4px rgba(201, 163, 106, 0.14);
}

.shop-page:not(.page-shop-admin) .shop-field select option {
    color: #111827;
    background: #ffffff;
}

.shop-field__hint {
    color: #96a3b7;
    font-size: 0.84rem;
    line-height: 1.55;
}

.shop-qty-row {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.shop-qty-stepper {
    display: inline-grid;
    grid-template-columns: auto 90px auto;
    align-items: center;
    gap: 0.4rem;
}

.shop-qty-stepper button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--shop-border);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.shop-qty-stepper input {
    text-align: center;
}

.shop-field__static-value {
    min-height: 52px;
    display: flex;
    align-items: center;
    color: #f5f7fb;
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.shop-account-summary__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 1.15rem 0 1.35rem;
}

.shop-account-summary__metrics .shop-metric {
    min-height: 132px;
}

.shop-account-summary__metrics .shop-metric small {
    display: block;
    margin-top: 0.45rem;
    color: #9eacc0;
    line-height: 1.5;
}

.shop-feature-list,
.shop-spec-list,
.shop-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-feature-list li {
    padding: 0.8rem 0 0.8rem 1.5rem;
    position: relative;
    color: var(--shop-text-soft);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.shop-feature-list li:last-child {
    border-bottom: 0;
}

.shop-spec-list {
    display: grid;
    gap: 0.85rem;
}

.shop-spec-list div,
.shop-summary-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-spec-list dt,
.shop-summary-list dt {
    color: #fff;
    font-weight: 600;
}

.shop-spec-list dd,
.shop-summary-list dd {
    margin: 0;
    text-align: right;
}

.shop-table-wrap {
    overflow-x: auto;
}

.shop-fitment-table {
    width: 100%;
    border-collapse: collapse;
}

.shop-fitment-table th,
.shop-fitment-table td {
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.shop-fitment-table th {
    color: #fff;
    font-weight: 600;
}

.page-shop-product .shop-fitment-showcase {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 26%),
        linear-gradient(160deg, #0f141c 0%, #0b1016 58%, #080c11 100%);
}

.page-shop-product .shop-buy-box .shop-buy-box__lead {
    color: #f2f6fc;
}

.page-shop-product .shop-fitment-showcase__wrap {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        rgba(8, 12, 18, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 38px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.page-shop-product .shop-fitment-showcase__table {
    min-width: 760px;
}

.page-shop-product .shop-fitment-showcase__table th,
.page-shop-product .shop-fitment-showcase__table td {
    padding: 1.15rem 1rem;
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.page-shop-product .shop-fitment-showcase__table thead th {
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.015);
}

.page-shop-product .shop-fitment-showcase__table tbody tr {
    transition: background-color 0.2s ease;
}

.page-shop-product .shop-fitment-showcase__table tbody tr:hover {
    background: rgba(255, 255, 255, 0.025);
}

.page-shop-product .shop-fitment-showcase__table tbody td {
    color: #d7dfeb;
}

.page-shop-product .shop-fitment-showcase__table tbody td strong {
    color: #f6f9ff;
    font-weight: 700;
}

.page-shop-product .shop-fitment-showcase__meta {
    color: #9fb0c6;
}

.page-shop-product .shop-fitment-showcase__pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(11, 17, 25, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #eef4fb;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.page-shop-product .shop-fitment-showcase__note {
    color: #c3cedd;
    line-height: 1.65;
}

.page-shop-product .shop-fitment-showcase__empty {
    text-align: center;
    color: #94a3b8;
    padding: 1.5rem 1rem;
}

.shop-orders-mobile {
    display: none;
}

.shop-order-mobile-card {
    display: grid;
    gap: 1rem;
    padding: 1.1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-order-mobile-card:first-child {
    border-top: 0;
    padding-top: 0;
}

.shop-order-mobile-card:last-child {
    padding-bottom: 0;
}

.shop-order-mobile-card__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.shop-order-mobile-card__eyebrow,
.shop-order-mobile-card__label {
    display: block;
    margin: 0 0 0.35rem;
    color: #9eacc0;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-order-mobile-card__head strong,
.shop-order-mobile-card__cell strong {
    display: block;
    color: #f5f7fb;
}

.shop-order-mobile-card__created {
    text-align: right;
}

.shop-order-mobile-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.shop-order-mobile-card__cell {
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-order-mobile-card__pills {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

.shop-order-mobile-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.shop-member-currency-prefs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.75rem;
    padding-top: 0.45rem;
}

.shop-member-currency-prefs__item {
    min-height: 46px;
    padding: 0.7rem 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.shop-address-book-grid {
    display: grid;
    gap: 1rem;
}

.shop-address-card {
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.shop-address-card.is-default {
    border-color: rgba(244, 213, 172, 0.44);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.shop-address-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.shop-address-card__head strong {
    display: block;
    margin-bottom: 0.25rem;
}

.shop-address-card__body {
    margin: 0;
    color: var(--shop-text-soft);
    line-height: 1.7;
    white-space: pre-line;
}

.shop-address-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.shop-link-btn--danger {
    color: #ffb4b4;
}

.page-shop-account .shop-member-currency-prefs__item span {
    color: #f3f7fd;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.page-shop-account .shop-member-currency-prefs__item input {
    margin-top: 0.1rem;
}

.shop-cart-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
}

.shop-cart-items,
.shop-checkout-items {
    display: grid;
    gap: 1rem;
}

.shop-cart-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--shop-border);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shop-cart-item__image {
    width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: #0d0f14;
}

.shop-cart-item__details h3,
.shop-checkout-item strong {
    margin: 0 0 0.4rem;
    color: var(--shop-text);
    font-size: 1.08rem;
    line-height: 1.35;
}

.shop-cart-item__details p,
.shop-checkout-item p {
    margin: 0.2rem 0;
    color: var(--shop-text-soft);
}

.shop-checkout-summary-card {
    position: relative;
    overflow: hidden;
}

.shop-checkout-item-skeleton {
    display: grid;
    gap: 0.6rem;
    padding: 0.95rem 0;
}

.shop-checkout-item-skeleton span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.shop-checkout-item-skeleton span:first-child {
    width: 68%;
    height: 16px;
}

.shop-checkout-item-skeleton span:nth-child(2) {
    width: 44%;
}

.shop-checkout-item-skeleton span:nth-child(3) {
    width: 32%;
}

.shop-cart-item__actions {
    display: grid;
    justify-items: end;
    gap: 0.6rem;
    align-self: stretch;
    align-content: center;
}

.shop-cart-item__total {
    color: #ffffff;
    font-size: 1.18rem;
    line-height: 1.1;
}

.shop-cart-item__view {
    min-width: 120px;
}

.shop-cart-item__remove {
    background: transparent;
    border: 0;
    color: #ffb4b4;
    cursor: pointer;
    font-weight: 600;
}

.page-shop-cart .shop-cart-item__details h3 {
    color: #ffffff;
}

.page-shop-cart .shop-cart-item__details p {
    color: #e8edf4;
}

.page-shop-cart .shop-cart-item__remove {
    color: #ffd1d1;
}

.shop-checkout-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: start;
}

.shop-checkout-form,
.shop-checkout-summary {
    display: grid;
    gap: 1rem;
}

.shop-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.shop-form-grid--admin-product {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.shop-field--span-2 {
    grid-column: span 2;
}

.shop-field--span-3 {
    grid-column: span 3;
}

.shop-field--span-4 {
    grid-column: span 4;
}

.shop-field--span-6 {
    grid-column: span 6;
}

.shop-field--span-8 {
    grid-column: span 8;
}

.shop-field--span-12,
.shop-field--full {
    grid-column: 1 / -1;
}

.shop-checkout-confirm {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    color: var(--shop-text-soft);
    margin-bottom: 1rem;
}

.shop-checkout-legal-note {
    margin: 0 0 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #b7c1d2;
    line-height: 1.7;
}

.shop-checkout-legal-note a {
    color: #f4d5ac;
    text-decoration: none;
}

.shop-checkout-legal-note a:hover {
    text-decoration: underline;
}

.page-shop-checkout .shop-card.is-disabled {
    position: relative;
    opacity: 0.56;
    filter: grayscale(0.24);
}

.page-shop-checkout .shop-card.is-disabled::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(9, 12, 18, 0.28);
    pointer-events: none;
}

.shop-filter-form,
.shop-admin-form {
    display: grid;
    gap: 1rem;
}

.shop-admin-note,
.shop-admin-meta-line {
    color: #5c6678;
    font-size: 0.95rem;
}

.shop-validation-card {
    margin-bottom: 1rem;
    border-color: rgba(255, 194, 77, 0.35);
    background: rgba(255, 194, 77, 0.08);
}

.shop-validation-card h3 {
    margin-bottom: 0.65rem;
}

.shop-validation-card ul {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--shop-text);
}

.shop-validation-card li + li {
    margin-top: 0.35rem;
}

.shop-filter-form {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
}

.shop-filter-form__actions {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
}

.shop-pill-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.shop-pill-selector .shop-status-pill {
    border: 1px solid var(--shop-border);
    text-decoration: none;
}

.shop-pill-selector .shop-status-pill.is-active {
    background: #fff;
    color: #111;
}

.shop-page:not(.page-shop-admin) .shop-pill-selector .shop-status-pill {
    min-height: 42px;
    padding: 0.72rem 1rem;
    border-radius: 8px;
    border: 1px solid #2a2e37;
    background:
        linear-gradient(180deg, #161a21 0%, #0d0f12 100%);
    color: #9ca3af;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 10px 24px rgba(0, 0, 0, 0.16);
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.shop-page:not(.page-shop-admin) .shop-pill-selector a.shop-status-pill:hover,
.shop-page:not(.page-shop-admin) .shop-pill-selector button.shop-status-pill:hover {
    color: #dbe6f2;
    border-color: rgba(113, 236, 255, 0.34);
    background:
        linear-gradient(180deg, #1a1f28 0%, #11161d 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 26px rgba(0, 0, 0, 0.2),
        0 0 14px rgba(0, 255, 255, 0.08);
}

.shop-page:not(.page-shop-admin) .shop-pill-selector .shop-status-pill.is-active {
    border-color: #00ffff;
    background: #1a1f28;
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 10px rgba(0, 255, 255, 0.2),
        0 12px 26px rgba(0, 0, 0, 0.2);
}

.shop-empty-state {
    text-align: center;
    padding: 2rem 1rem;
}

.page-shop-admin .shop-card {
    background: #f8fafc;
    border: 1px solid #d8dee8;
    box-shadow: none;
}

.page-shop-admin .shop-status-pill {
    background: #eef2f7;
    border-color: #d7e0ea;
    color: #223044;
}

.page-shop-admin .shop-status-pill.is-active {
    background: #141a23;
    border-color: #141a23;
    color: #ffffff;
}

.page-shop-admin .shop-status-pill--muted {
    background: #eef2f7;
    border-color: #d7e0ea;
    color: #526072;
}

.page-shop-admin .shop-status-pill--warning {
    background: #fff1cc;
    border-color: #f3d58a;
    color: #8a5a00;
}

.page-shop-admin .shop-status-pill--success {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
}

.page-shop-admin .shop-status-pill--danger {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

.page-shop-admin .shop-card--dark {
    background: linear-gradient(160deg, #121720 0%, #0c1017 100%);
    border-color: rgba(255, 255, 255, 0.08);
}

.page-shop-admin .shop-admin-summary-card--warning {
    background: linear-gradient(180deg, #fff3da 0%, #ffe8bd 100%);
    border-color: #f0c97a;
}

.page-shop-admin .shop-admin-summary-card--warning h3,
.page-shop-admin .shop-admin-summary-card--warning p,
.page-shop-admin .shop-admin-summary-card--warning .shop-product-card__meta {
    color: #6f4300;
}

.page-shop-admin .shop-admin-summary-card--danger {
    background: linear-gradient(180deg, #ffe4e6 0%, #ffcdd2 100%);
    border-color: #f39aa3;
}

.page-shop-admin .shop-admin-summary-card--danger h3,
.page-shop-admin .shop-admin-summary-card--danger p,
.page-shop-admin .shop-admin-summary-card--danger .shop-product-card__meta {
    color: #86121d;
}

.shop-admin-shortcut-bar {
    padding: 0.9rem 1.4rem 1.15rem;
    background: linear-gradient(180deg, rgba(8, 10, 14, 0.94), rgba(10, 14, 20, 0.88));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-admin-shortcut-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.shop-admin-shortcut-bar .shop-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.shop-admin-shortcut-bar .shop-pill-row {
    margin: 0;
}

.page-shop-admin .shop-section__heading h1,
.page-shop-admin .shop-section__heading h2,
.page-shop-admin .shop-card h2,
.page-shop-admin .shop-card h3 {
    color: #141a23;
}

.page-shop-admin .shop-card--dark h2,
.page-shop-admin .shop-card--dark h3,
.page-shop-admin .shop-card--dark p,
.page-shop-admin .shop-card--dark .shop-admin-note {
    color: #e8edf4;
}

.page-shop-admin .shop-field span {
    color: #2b3442;
}

.page-shop-admin .shop-field input,
.page-shop-admin .shop-field select,
.page-shop-admin .shop-field textarea {
    background: #ffffff;
    color: #111827;
    border: 1.5px solid #c9d3df;
    box-shadow: 0 0 0 1px rgba(201, 211, 223, 0.18);
}

.page-shop-admin .shop-field input::placeholder,
.page-shop-admin .shop-field textarea::placeholder {
    color: #8b96a8;
}

.page-shop-admin .shop-field input:focus,
.page-shop-admin .shop-field select:focus,
.page-shop-admin .shop-field textarea:focus {
    outline: none;
    border-color: #b77d39;
    box-shadow: 0 0 0 4px rgba(183, 125, 57, 0.12);
}

.page-shop-admin .shop-field--optional input,
.page-shop-admin .shop-field--optional select,
.page-shop-admin .shop-field--optional textarea {
    background: #f2f4f7;
}

.page-shop-admin .shop-field--optional input[type="file"] {
    background: #f2f4f7;
}

.page-shop-admin .shop-field strong {
    color: #141a23;
    line-height: 1.5;
}

.page-shop-admin .shop-fitment-table th {
    color: #141a23;
    border-bottom-color: #d8dee8;
}

.page-shop-admin .shop-fitment-table td {
    color: #344054;
    border-bottom-color: #e3e8ef;
}

.shop-admin-actions {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.shop-admin-inline-form {
    margin: 0;
}

.shop-admin-inline-form button {
    cursor: pointer;
}

.shop-link-btn--danger {
    border-color: #b91c1c;
    color: #ffffff;
    background: #b91c1c;
    box-shadow: 0 10px 22px rgba(185, 28, 28, 0.18);
}

.shop-link-btn--danger:hover {
    border-color: #991b1b;
    background: #991b1b;
    color: #ffffff;
    transform: translateY(-1px);
}

.shop-link-btn--danger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.18);
}

.shop-admin-subsection {
    display: grid;
    gap: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #d8dee8;
}

.shop-admin-subsection__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shop-admin-subsection__head h3 {
    margin: 0;
}

.shop-admin-editor-layout {
    display: grid;
    gap: 1.25rem;
}

.shop-admin-product-editor-card {
    width: 100%;
}

.shop-admin-status-card {
    padding-bottom: 1.15rem;
}

.shop-admin-status-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.shop-admin-status-card__head h2 {
    margin-bottom: 0.35rem;
}

.shop-admin-status-card__toggle {
    white-space: nowrap;
}

.shop-admin-status-card__content {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
}

.shop-admin-status-card__content[hidden] {
    display: none;
}

.shop-admin-dashboard-stack {
    display: grid;
    gap: 1.5rem;
}

.shop-admin-dashboard-summary-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shop-admin-system-status-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.shop-admin-system-status-item {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.shop-admin-system-status-item small {
    color: #98a2b3;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.shop-admin-system-status-item strong {
    color: #f5f7fb;
    font-size: 1rem;
}

.shop-admin-status-card.is-collapsed {
    padding-bottom: 1.5rem;
}

.shop-admin-fitments {
    gap: 1.25rem;
}

.shop-admin-fitments__add-btn {
    background: linear-gradient(180deg, #2d7ff9 0%, #155eef 100%);
    border-color: #155eef;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(21, 94, 239, 0.22);
}

.shop-admin-fitments__add-btn:hover {
    background: linear-gradient(180deg, #478fff 0%, #1d67f2 100%);
    border-color: #1d67f2;
    color: #ffffff;
    transform: translateY(-1px);
}

.shop-admin-fitments__add-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(45, 127, 249, 0.18), 0 12px 26px rgba(21, 94, 239, 0.22);
}

.shop-admin-fitment-list {
    display: grid;
    gap: 1rem;
}

.shop-admin-fitment-row {
    padding: 1rem;
    border: 1px solid #d8dee8;
    border-radius: 20px;
    background: #f9fbfd;
}

.shop-admin-fitment-row__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.shop-admin-fitment-row__actions {
    display: grid;
    gap: 0.55rem;
    align-content: start;
}

.shop-admin-fitment-row__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #667085;
}

.shop-admin-fitment-row__grid .shop-field--optional {
    grid-column: span 2;
}

.shop-admin-import-panel {
    gap: 1.25rem;
}

.shop-admin-import-actions {
    display: grid;
    align-content: end;
}

.shop-admin-import-actions .shop-secondary-btn {
    width: 100%;
}

.shop-admin-import-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.shop-admin-import-meta__card {
    display: grid;
    gap: 0.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d8dee8;
    border-radius: 18px;
    background: #ffffff;
}

.shop-admin-import-meta__card small {
    color: #667085;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.shop-admin-import-meta__card strong,
.shop-admin-import-meta__card a {
    color: #101828;
    word-break: break-word;
}

.shop-admin-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.shop-admin-image-card {
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid #d8dee8;
    border-radius: 18px;
    background: #ffffff;
    position: relative;
}

.shop-admin-image-card.is-primary {
    border-color: #d6a95f;
    box-shadow: 0 0 0 2px rgba(214, 169, 95, 0.18);
}

.shop-admin-image-card__primary-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #151b24 0%, #0f141b 100%);
    color: #f8fbff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 24px rgba(15, 20, 27, 0.22);
}

.shop-admin-image-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #d8dee8;
}

.shop-admin-image-card__primary-toggle {
    padding-top: 0.15rem;
}

.shop-admin-image-card--remote {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.shop-admin-static-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.45rem;
}

.shop-admin-member-cards {
    display: none;
    gap: 1rem;
    margin-top: 1rem;
}

.shop-admin-member-card {
    display: grid;
    gap: 0.75rem;
}

.shop-admin-member-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
}

.shop-admin-member-card__meta {
    display: grid;
    gap: 0.35rem;
    color: #667085;
    font-size: 0.92rem;
}

.shop-admin-table-head {
    padding: 1.25rem 1.5rem 0;
}

.shop-admin-campaign-editor {
    min-height: 340px;
    font-family: "Roboto", system-ui, sans-serif;
}

.shop-admin-template-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.35rem;
}

.shop-admin-template-actions--dense {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.shop-admin-template-pill {
    display: flex;
    align-items: stretch;
    gap: 0.35rem;
    min-width: 0;
}

.shop-admin-template-pill .shop-secondary-btn {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-admin-hidden-form {
    display: none;
}

.shop-admin-template-pill__delete {
    width: 2.25rem;
    min-width: 2.25rem;
    border-radius: 14px;
    border: 1px solid rgba(220, 38, 38, 0.45);
    background: linear-gradient(180deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.shop-admin-template-pill__delete:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(220, 38, 38, 0.18);
}

.shop-admin-template-save-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.shop-admin-template-save-row__name {
    display: grid;
    gap: 0.35rem;
    flex: 1 1 220px;
    min-width: min(100%, 220px);
    font-size: 0.85rem;
    font-weight: 600;
    color: #2b3442;
}

.shop-admin-template-save-row__name input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(20, 26, 35, 0.14);
    padding: 0.65rem 0.85rem;
    font: inherit;
}

@media (max-width: 1200px) {
    .shop-admin-template-actions--dense {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .shop-admin-template-actions--dense {
        grid-template-columns: 1fr;
    }
}

.shop-admin-template-actions .shop-secondary-btn {
    background: linear-gradient(180deg, #2d7ff9 0%, #155eef 100%);
    border-color: #155eef;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(21, 94, 239, 0.22);
}

.shop-admin-template-actions .shop-secondary-btn:hover {
    background: linear-gradient(180deg, #478fff 0%, #1d67f2 100%);
    border-color: #1d67f2;
    color: #ffffff;
    transform: translateY(-1px);
}

.shop-admin-template-actions .shop-secondary-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(45, 127, 249, 0.18), 0 12px 26px rgba(21, 94, 239, 0.22);
}

.shop-admin-preview-switch {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.shop-admin-preview-switch .shop-status-pill {
    cursor: pointer;
    border: 0;
}

.shop-admin-campaign-preview-shell {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
}

.shop-admin-campaign-preview-frame {
    width: min(100%, 760px);
    border: 1px solid #d8dee8;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: width 0.25s ease;
}

.shop-admin-campaign-preview-shell.is-mobile .shop-admin-campaign-preview-frame {
    width: min(100%, 390px);
}

.shop-admin-campaign-preview-bar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #475467;
    font-size: 0.88rem;
}

.shop-admin-campaign-preview-bar span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: #d0d5dd;
}

.shop-admin-campaign-preview-bar strong {
    margin-left: 0.2rem;
    font-weight: 600;
}

.shop-admin-campaign-preview {
    min-height: 320px;
    padding: 1.35rem;
    color: #101828;
    overflow: auto;
    background: #ffffff;
}

/* 覆寫全站 css/style.css 的 h1–h6 { color: #fff }，否則白底預覽內標題會變成白字而看不見 */
.shop-admin-campaign-preview h1,
.shop-admin-campaign-preview h2,
.shop-admin-campaign-preview h3,
.shop-admin-campaign-preview h4,
.shop-admin-campaign-preview h5,
.shop-admin-campaign-preview h6 {
    color: #101828;
    margin-top: 0;
}

.shop-admin-campaign-preview p,
.shop-admin-campaign-preview ul,
.shop-admin-campaign-preview ol {
    margin-top: 0;
}

.shop-admin-campaign-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.shop-admin-campaign-preview a {
    color: #9f1239;
}

.shop-admin-campaign-preview table {
    width: 100%;
    border-collapse: collapse;
}

.shop-admin-recipient-preview {
    display: grid;
    gap: 0.85rem;
}

.shop-admin-recipient-preview__card {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d8dee8;
    border-radius: 16px;
    background: #ffffff;
}

.shop-admin-recipient-preview__card span {
    color: #101828;
    word-break: break-word;
}

.shop-admin-recipient-preview__card small {
    color: #667085;
}

.shop-admin-table-card {
    padding: 0;
    overflow: hidden;
}

.shop-admin-product-table td {
    vertical-align: top;
}

.shop-admin-product-cell {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: flex-start;
    min-width: 260px;
}

.shop-admin-product-thumb {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid #d8dee8;
    background: #f8fafc;
}

.shop-admin-product-thumb--wide {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

.shop-admin-products-mobile {
    display: none;
}

.shop-empty-state--success {
    padding: 3rem 1rem;
}

.shop-success-icon {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem;
}

.shop-order-number {
    margin: 1rem 0 0;
}

.shop-footer {
    background: #000;
}

.shop-footer__copy {
    margin: 0.35rem 0 0;
}

.shop-cart-pill {
    margin-left: 1rem;
    padding: 0.55rem 0.95rem;
    position: relative;
}

.shop-cart-pill strong {
    min-width: 1.5rem;
    text-align: center;
    color: #fff;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    line-height: 1.2;
}

.shop-cart-pill.has-items strong {
    background: #ffffff;
    color: #101318;
    box-shadow: 0 6px 18px rgba(255, 255, 255, 0.18);
}

.shop-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.9rem;
}

.shop-footer__links a {
    color: #d5dbe6;
    text-decoration: none;
}

.shop-footer__links a:hover {
    color: #ffffff;
}

.page-shop-terms .shop-main {
    background:
        radial-gradient(circle at top right, rgba(75, 235, 255, 0.08), transparent 24%),
        radial-gradient(circle at top left, rgba(255, 80, 80, 0.05), transparent 20%),
        linear-gradient(180deg, #08090c 0%, #10141b 34%, #0d1015 100%);
}

.shop-terms-hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
    position: relative;
}

.page-shop-terms .shop-terms-hero .shop-hero__lead {
    color: #dfe7f3;
}

.shop-terms-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 22%, rgba(113, 236, 255, 0.16), transparent 20%),
        radial-gradient(circle at 16% 80%, rgba(255, 164, 103, 0.08), transparent 18%);
    pointer-events: none;
}

.shop-terms-hero__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.shop-terms-hero__card--glass {
    backdrop-filter: blur(16px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(10, 14, 20, 0.72);
}

.shop-terms-hero__visual {
    display: grid;
    gap: 1rem;
    min-height: 100%;
    align-content: center;
}

.shop-terms-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.shop-terms-highlight-card {
    min-height: 124px;
    display: grid;
    gap: 0.45rem;
    align-content: center;
    padding: 1.15rem 1.2rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(13, 18, 25, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.shop-terms-highlight-card strong {
    font-size: 1.55rem;
    color: #ffffff;
    line-height: 1;
}

.shop-terms-highlight-card span {
    color: #abb6c7;
    line-height: 1.55;
}

.shop-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.shop-anchor-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #edf2f9;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.shop-anchor-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.shop-terms-snapshot {
    position: relative;
    padding: 1.45rem 1.5rem;
    background:
        linear-gradient(165deg, rgba(113, 236, 255, 0.08), transparent 52%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(10, 14, 19, 0.88);
    overflow: hidden;
}

.shop-terms-snapshot::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(117, 236, 255, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%);
    pointer-events: none;
}

.shop-terms-snapshot__lead {
    margin: 0 0 0.55rem;
    color: #dbe5f3;
    line-height: 1.7;
}

.shop-terms-snapshot__row {
    position: relative;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-terms-snapshot__row:first-of-type {
    border-top: 0;
    padding-top: 0.25rem;
}

.shop-terms-snapshot__row span {
    color: #dce6f3;
    line-height: 1.7;
}

.shop-legal__grid,
.shop-faq-layout {
    display: grid;
    gap: 1.25rem;
}

.shop-legal__grid {
    grid-template-columns: minmax(0, 1fr);
}

.shop-legal-section {
    padding: 1.8rem;
}

.shop-legal-section--intro {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 44%),
        linear-gradient(160deg, rgba(81, 220, 240, 0.08), transparent 58%),
        #10151d;
}

.shop-legal-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.shop-legal-overview div {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-legal-overview span {
    display: block;
    margin-bottom: 0.45rem;
    color: #9eacc0;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.shop-legal-overview strong {
    color: #f5f7fb;
    font-size: 1rem;
}

.shop-legal-section h3 {
    margin: 0 0 1rem;
    color: #f5f7fb;
    font-size: 1.15rem;
}

.shop-legal-section p {
    margin: 0 0 0.95rem;
    line-height: 1.75;
}

.shop-legal-section p:last-child {
    margin-bottom: 0;
}

.shop-contact-list {
    margin: 0;
    display: grid;
    gap: 0.85rem;
}

.shop-contact-list div {
    display: grid;
    gap: 0.3rem;
}

.shop-contact-list dt {
    color: #f5f7fb;
    font-weight: 600;
}

.shop-contact-list dd {
    margin: 0;
    color: #a8b2c3;
}

.shop-contact-list a {
    color: #eef4fb;
    text-decoration: none;
}

.shop-contact-list a:hover {
    text-decoration: underline;
}

.shop-faq-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
}

.shop-faq-visual {
    padding: 1.8rem;
    position: sticky;
    top: 1.2rem;
}

.shop-faq-placeholder {
    min-height: 240px;
    margin-top: 1.4rem;
    border-radius: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(8, 11, 16, 0.62);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
    padding: 1.5rem;
}

.shop-faq-placeholder i {
    font-size: 2rem;
    color: #f5f7fb;
}

.shop-faq-placeholder span {
    color: #f5f7fb;
    font-weight: 600;
}

.shop-faq-placeholder small {
    color: #9aa6b8;
    max-width: 26ch;
    line-height: 1.6;
}

.shop-faq-figure {
    position: relative;
    margin: 1.4rem 0 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 11, 16, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.shop-faq-figure::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 10, 16, 0.08), rgba(5, 10, 16, 0.34)),
        radial-gradient(circle at 78% 18%, rgba(113, 236, 255, 0.22), transparent 24%);
    z-index: 1;
    pointer-events: none;
}

.shop-faq-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 2;
}

.shop-faq-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.45s ease, filter 0.45s ease;
    filter: saturate(1.02) contrast(1.03);
}

.shop-faq-visual:hover .shop-faq-figure img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.06) brightness(1.02);
}

.shop-faq-visual:hover .shop-faq-figure {
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(109, 232, 255, 0.08);
}

.shop-faq-items {
    display: grid;
    gap: 1rem;
}

.shop-faq-item {
    padding: 0;
    overflow: hidden;
}

.shop-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.2rem 1.35rem;
    color: #f5f7fb;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
}

.shop-faq-item summary::-webkit-details-marker {
    display: none;
}

.shop-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.35rem;
    top: 50%;
    transform: translateY(-50%);
    color: #cfd7e4;
    font-size: 1.2rem;
}

.shop-faq-item[open] summary::after {
    content: "-";
}

.shop-faq-item[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-faq-item__body {
    padding: 1.2rem 1.35rem 1.35rem;
}

.shop-faq-item__body p {
    margin: 0 0 0.9rem;
    line-height: 1.75;
}

.shop-faq-item__body p:last-child {
    margin-bottom: 0;
}

.shop-bullet-list {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
    color: #dbe3ef;
}

.shop-bullet-list li {
    margin-bottom: 0.65rem;
    line-height: 1.75;
}

.shop-note-card {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 196, 106, 0.2);
    background: rgba(120, 81, 20, 0.18);
    color: #ffe5b2;
    line-height: 1.7;
}

@media (max-width: 1080px) {
    .shop-page .shop-hero,
    .shop-page .shop-status-banner,
    .shop-page .shop-product-hero,
    .shop-cart-layout,
    .shop-checkout-layout,
    .shop-split,
    .shop-filter-form,
    .shop-home-entry-grid,
    .shop-card-grid--three,
    .shop-product-grid {
        grid-template-columns: 1fr;
    }

    .shop-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .shop-status-banner__stats {
        grid-template-columns: 1fr;
    }

    .shop-account-summary__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-hero__meta-grid {
        grid-template-columns: 1fr;
    }

    .shop-admin-dashboard-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-admin-system-status-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-hero-visual__frame {
        min-height: 440px;
    }

    .page-shop-home .shop-hero {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .page-shop-home .shop-hero__content {
        padding: 0;
    }

    .page-shop-home .shop-hero-visual__frame {
        min-height: 520px;
    }

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

    .shop-faq-visual {
        position: static;
    }

    .shop-terms-highlight-grid,
    .shop-legal-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .shop-product-grid--featured {
        grid-auto-rows: auto;
    }

    .shop-product-card--featured {
        min-height: 0;
    }

    .shop-product-card--featured .shop-product-card__body {
        flex: initial;
    }

    .shop-page .top-bar {
        align-items: center;
        padding: 0.72rem 0.85rem;
    }

    .shop-page .header-right {
        width: auto;
        max-width: 100%;
        margin-top: 0;
        gap: 0.55rem;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }

    .shop-page .header-contact {
        margin-top: 0;
        flex: 0 0 auto;
    }

    .shop-page .header-contact .header-button {
        white-space: nowrap;
        padding: 0.72rem 0.9rem;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }

    .shop-page .language-switcher {
        white-space: nowrap;
        padding: 0.22rem 0.5rem;
        font-size: 0.76rem;
    }

    .shop-page .language-switcher .lang-link {
        font-size: 0.76rem;
    }

    .shop-page .shop-header-icon,
    .shop-page .hamburger-button {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        margin-left: 0;
    }

    .shop-page .logo {
        flex: 1 1 auto;
        min-width: 0;
    }

    .shop-page #logo-img {
        height: 54px;
    }

    .page-shop-account .shop-table-wrap {
        display: none;
    }

    .page-shop-account .shop-orders-mobile {
        display: grid;
        gap: 0;
    }

    .shop-page .shop-main {
        padding-top: 1rem;
    }

    .shop-page .shop-hero,
    .shop-page .shop-section,
    .shop-page .shop-status-banner,
    .shop-page .shop-breadcrumbs,
    .shop-page .shop-stat-strip,
    .shop-page .shop-product-hero {
        border-radius: 22px;
    }

    .shop-hero-visual__frame {
        min-height: 320px;
    }

    .page-shop-home .shop-hero__actions .shop-primary-btn,
    .page-shop-home .shop-hero__actions .shop-secondary-btn {
        width: 100%;
    }

    .page-shop-home .shop-hero-visual__frame {
        min-height: 380px;
    }

    .shop-hero-visual__badge,
    .shop-hero-visual__card {
        max-width: calc(100% - 2rem);
    }

    .shop-hero-visual__card--top {
        right: 1rem;
        top: 1rem;
    }

    .shop-hero-visual__card--bottom {
        left: 1rem;
        bottom: 1rem;
    }

    .shop-buy-box__actions {
        grid-template-columns: 1fr;
    }

    .shop-qty-row {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-account-summary__metrics {
        grid-template-columns: 1fr;
    }

    .shop-product-card__footer--featured {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-product-card__quick-links {
        justify-content: stretch;
    }

    .shop-product-card__quick-links .shop-primary-btn,
    .shop-product-card__quick-links .shop-link-btn {
        flex: 1;
    }

    .shop-product-card__quick-links .shop-primary-btn,
    .shop-product-card__quick-links .shop-link-btn {
        width: 100%;
    }

    .shop-stat-strip {
        grid-template-columns: 1fr;
    }

    .shop-admin-dashboard-summary-grid,
    .shop-admin-system-status-row {
        grid-template-columns: 1fr;
    }

    .shop-form-grid {
        grid-template-columns: 1fr;
    }

    .shop-form-grid--admin-product > .shop-field--span-2,
    .shop-form-grid--admin-product > .shop-field--span-3,
    .shop-form-grid--admin-product > .shop-field--span-4,
    .shop-form-grid--admin-product > .shop-field--span-6,
    .shop-form-grid--admin-product > .shop-field--span-8,
    .shop-form-grid--admin-product > .shop-field--span-12,
    .shop-form-grid--admin-product > .shop-field--full {
        grid-column: 1 / -1;
    }

    .shop-gallery__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-admin-actions {
        justify-content: flex-start;
    }

    .shop-order-mobile-card__head,
    .shop-order-mobile-card__grid {
        grid-template-columns: 1fr;
    }

    .shop-order-mobile-card__created {
        text-align: left;
    }

    .shop-order-mobile-card__actions .shop-link-btn {
        width: 100%;
    }

    .shop-cart-item {
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
    }

    .shop-cart-item__image {
        width: 92px;
    }

    .shop-cart-item__actions {
        grid-column: 1 / -1;
        justify-items: stretch;
        gap: 0.85rem;
    }

    .shop-cart-item__view {
        width: 100%;
    }

    .shop-cart-pill {
        display: inline-flex;
        margin-left: 0;
        padding: 0;
        width: 42px;
        height: 42px;
        min-width: 42px;
        justify-content: center;
        border-radius: 999px;
    }

    .shop-cart-pill span {
        display: none;
    }

    .shop-cart-pill strong {
        position: absolute;
        top: -6px;
        right: -6px;
        min-width: 1.3rem;
        padding: 0.12rem 0.34rem;
        font-size: 0.74rem;
        background: #ffffff;
        color: #101318;
        border: 1px solid rgba(16, 19, 24, 0.2);
    }

    .shop-cart-pill:not(.has-items) strong {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.14);
    }

    .shop-cart-item__total {
        text-align: right;
    }

    .page-shop-admin-products .shop-admin-desktop-table {
        display: none;
    }

    .page-shop-admin-products .shop-admin-products-mobile {
        display: grid;
        gap: 1rem;
    }

    .shop-admin-subsection__head {
        display: grid;
    }

    .shop-admin-status-card__head {
        display: grid;
    }

    .shop-admin-fitment-row__grid {
        grid-template-columns: 1fr;
    }

    .shop-admin-fitment-row__grid .shop-field--optional {
        grid-column: auto;
    }

    .shop-admin-shortcut-bar {
        padding: 0.85rem 1rem 1rem;
    }

    .shop-admin-shortcut-bar__inner {
        align-items: stretch;
    }

    .shop-admin-shortcut-bar .shop-secondary-btn {
        width: 100%;
        justify-content: center;
    }

    .shop-admin-member-cards {
        display: grid;
    }

    .shop-anchor-nav {
        flex-direction: column;
    }

    .shop-anchor-nav a {
        width: 100%;
    }

    .shop-terms-highlight-grid,
    .shop-legal-overview {
        grid-template-columns: 1fr;
    }

    .shop-legal-section,
    .shop-faq-visual,
    .shop-faq-item__body {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .shop-faq-item summary {
        padding: 1.05rem 1.1rem;
    }

    .shop-faq-item summary::after {
        right: 1.1rem;
    }
}
