#moments-scroll-container.mobile-shop-catalog-feed {
    bottom: 0 !important;
    padding: 0 !important;
    background: var(--background-color, #f6f4f0) !important;
    color: var(--text-primary, #111) !important;
    scroll-snap-type: y proximity !important;
    scroll-snap-stop: normal !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.mobile-shop-catalog-store,
.mobile-shop-catalog-store * {
    box-sizing: border-box;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    letter-spacing: 0 !important;
}

.mobile-shop-catalog-store .fa,
.mobile-shop-catalog-store .fas,
.mobile-shop-catalog-store .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.mobile-shop-catalog-store {
    position: relative;
    min-height: 100%;
    padding: 6px 14px calc(132px + env(safe-area-inset-bottom, 0px));
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.92), transparent 28%),
        linear-gradient(180deg, rgba(246, 244, 240, 0.96), rgba(239, 237, 232, 0.94));
    color: var(--text-primary, #111);
}

.mobile-shop-catalog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0 10px;
}

.mobile-shop-catalog-header div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.mobile-shop-catalog-header span {
    color: var(--text-secondary, rgba(17, 17, 17, 0.58));
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.mobile-shop-catalog-header strong {
    color: var(--text-primary, #111);
    font-size: 22px;
    line-height: 1.04;
    font-weight: 950;
}

.mobile-shop-catalog-header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.mobile-shop-catalog-header button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    border-radius: 999px;
    background: var(--text-primary, #111);
    color: var(--background-color, #fff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.mobile-shop-catalog-header .mobile-shop-catalog-filter-open {
    width: auto;
    min-width: 88px;
    padding: 0 14px;
    gap: 8px;
    background: color-mix(in srgb, var(--background-color, #fff) 88%, #fff);
    color: var(--text-primary, #111);
    border: 1px solid var(--border-color, rgba(17, 17, 17, 0.12));
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    font-size: 12px;
    font-weight: 950;
}

.mobile-shop-catalog-header .mobile-shop-catalog-filter-open,
.mobile-shop-catalog-header .mobile-shop-catalog-filter-open * {
    color: var(--text-primary, #111) !important;
    -webkit-text-fill-color: var(--text-primary, #111) !important;
}

html body .mobile-shop-catalog-header .mobile-shop-catalog-add-btn,
html body .mobile-shop-catalog-header .mobile-shop-catalog-add-btn *,
html body .mobile-shop-catalog-header .mobile-shop-catalog-add-btn i {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.mobile-shop-catalog-body {
    display: block;
}

.mobile-shop-catalog-products {
    min-width: 0;
}

.mobile-shop-catalog-filters {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483504;
    display: grid;
    gap: 14px;
    padding: 16px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    border-radius: 22px 22px 0 0;
    border-top: 1px solid var(--border-color, rgba(17, 17, 17, 0.12));
    background: var(--background-color, #fff);
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.22);
    transform: translateY(110%);
    transition: transform 180ms ease;
    pointer-events: auto;
}

.mobile-shop-catalog-store.is-filter-open .mobile-shop-catalog-filters {
    transform: translateY(0);
}

.mobile-shop-catalog-filter-layer {
    position: fixed;
    inset: 0;
    z-index: 2147483503;
    background: rgba(0, 0, 0, 0.22);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.mobile-shop-catalog-store.is-filter-open .mobile-shop-catalog-filter-layer {
    opacity: 1;
    pointer-events: auto;
}

.mobile-shop-catalog-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-shop-catalog-filter-head strong {
    color: var(--text-primary, #111);
    font-size: 17px;
    font-weight: 950;
}

.mobile-shop-catalog-filter-head button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--border-color, rgba(17, 17, 17, 0.12));
    border-radius: 999px;
    background: color-mix(in srgb, var(--background-color, #fff) 90%, #fff);
    color: var(--text-primary, #111);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-shop-catalog-filter-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mobile-shop-catalog-filters::-webkit-scrollbar {
    display: none;
}

.mobile-shop-catalog-filter-options button {
    width: 100%;
    min-height: 44px;
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    padding: 0 12px;
    border-radius: 14px;
    border: 1px solid var(--border-color, rgba(17, 17, 17, 0.12));
    background: color-mix(in srgb, var(--background-color, #fff) 88%, #fff);
    color: var(--text-secondary, rgba(17, 17, 17, 0.62));
    font-size: 12px;
    line-height: 1.02;
    font-weight: 900;
    text-align: left;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.mobile-shop-catalog-filter-options button span {
    max-width: 100%;
    display: block;
    overflow-wrap: anywhere;
}

.mobile-shop-catalog-filter-options button.active {
    background: var(--text-primary, #111);
    color: var(--background-color, #fff);
    border-color: var(--text-primary, #111);
}

html body .mobile-shop-catalog-filter-options button.active,
html body .mobile-shop-catalog-filter-options button.active span,
html body .mobile-shop-catalog-filter-options button.active strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.mobile-shop-catalog-filter-options strong {
    min-width: 22px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 11px;
}

.mobile-shop-catalog-filter-options button.active strong {
    background: rgba(255, 255, 255, 0.16);
}

.mobile-shop-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 34px;
}

.mobile-shop-catalog-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
    gap: 12px;
    min-height: min(46dvh, 430px);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56)),
        color-mix(in srgb, var(--background-color, #fff) 90%, #fff);
    color: var(--text-primary, #111);
    box-shadow:
        0 22px 48px rgba(17, 17, 17, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mobile-shop-catalog-thumb {
    width: 100%;
    min-height: 220px;
    align-self: stretch;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 58%, rgba(0, 0, 0, 0.10), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34));
    border: 1px solid rgba(255, 255, 255, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-shop-catalog-image {
    width: 112%;
    height: 112%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.16));
}

.mobile-shop-catalog-thumb .mobile-shop-hero-mark {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(17, 17, 17, 0.52);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.mobile-shop-catalog-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.mobile-shop-catalog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--text-secondary, rgba(17, 17, 17, 0.58));
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mobile-shop-catalog-meta span,
.mobile-shop-catalog-meta strong {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-shop-catalog-meta strong {
    color: #28b463;
    text-transform: none;
}

.mobile-shop-catalog-meta strong.is-sold-out {
    color: #ff453a;
}

.mobile-shop-catalog-copy h2 {
    margin: 0;
    color: var(--text-primary, #111);
    font-size: 21px;
    line-height: 1.04;
    font-weight: 950;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-shop-catalog-price {
    color: var(--text-primary, #111);
    font-size: 26px;
    line-height: 1;
    font-weight: 950;
}

.mobile-shop-catalog-copy p {
    margin: 0;
    color: var(--text-secondary, rgba(17, 17, 17, 0.64));
    font-size: 13px;
    line-height: 1.32;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-shop-catalog-variant-summary {
    color: var(--text-secondary, rgba(17, 17, 17, 0.68));
    font-size: 12px;
    line-height: 1.15;
    font-weight: 900;
}

.mobile-shop-catalog-card .mobile-shop-variant-chips {
    display: grid;
    gap: 4px;
    margin-top: 0;
}

.mobile-shop-catalog-card .mobile-shop-variant-chips div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.mobile-shop-catalog-card .mobile-shop-variant-chips strong {
    flex: 0 0 auto;
    color: var(--text-secondary, rgba(17, 17, 17, 0.58));
    font-size: 9px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.mobile-shop-catalog-card .mobile-shop-variant-chips span,
.mobile-shop-catalog-card .mobile-shop-variant-chips button {
    max-width: 82px;
    flex: 0 0 auto;
    padding: 3px 7px;
    border-radius: 999px;
    border: 1px solid var(--border-color, rgba(17, 17, 17, 0.12));
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-primary, #111);
    font-size: 9px;
    line-height: 1;
    font-weight: 850;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-shop-catalog-card .mobile-shop-variant-chips button {
    cursor: pointer;
}

.mobile-shop-catalog-card .mobile-shop-variant-chips button.is-selected:not(.mobile-shop-variant-color-swatch) {
    background: #111;
    border-color: #111;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.mobile-shop-catalog-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 6px;
}

.mobile-shop-catalog-action,
.mobile-shop-catalog-icon-action {
    min-height: 34px;
    border: 1px solid var(--border-color, rgba(17, 17, 17, 0.12));
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-primary, #111);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.mobile-shop-catalog-action {
    padding: 0 12px;
}

.mobile-shop-catalog-icon-action {
    width: 34px;
    flex: 0 0 34px;
    padding: 0;
}

.mobile-shop-catalog-action.is-primary {
    background: var(--text-primary, #111);
    color: var(--background-color, #fff);
    border-color: var(--text-primary, #111);
}

html body .mobile-shop-catalog-action.is-primary,
html body .mobile-shop-catalog-action.is-primary *,
html body .mobile-shop-catalog-action.is-primary i,
html body .mobile-shop-catalog-action.is-primary span {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.mobile-shop-catalog-action:disabled {
    opacity: 0.42;
}

.mobile-shop-catalog-empty {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text-secondary, rgba(17, 17, 17, 0.58));
    text-align: center;
}

.mobile-shop-catalog-empty i {
    font-size: 34px;
}

.mobile-shop-catalog-empty strong {
    font-size: 15px;
    font-weight: 900;
}

[data-theme="dark"] #moments-scroll-container.mobile-shop-catalog-feed,
[data-theme="dark-accent"] #moments-scroll-container.mobile-shop-catalog-feed {
    background: var(--background-color, #050505) !important;
}

[data-theme="dark"] .mobile-shop-catalog-store,
[data-theme="dark-accent"] .mobile-shop-catalog-store {
    background: var(--background-color, #050505);
}

[data-theme="dark"] .mobile-shop-catalog-card,
[data-theme="dark-accent"] .mobile-shop-catalog-card,
[data-theme="dark"] .mobile-shop-catalog-filters button,
[data-theme="dark-accent"] .mobile-shop-catalog-filters button {
    background: color-mix(in srgb, var(--background-color, #050505) 82%, #fff);
}

[data-theme="dark"] .mobile-shop-catalog-filters,
[data-theme="dark-accent"] .mobile-shop-catalog-filters {
    background: linear-gradient(180deg, var(--background-color, #050505) 0%, var(--background-color, #050505) 78%, rgba(5, 5, 5, 0) 100%);
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn,
html body .mobile-shop-catalog-store .mobile-shop-catalog-action.is-primary {
    width: auto !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(17, 17, 17, 0.14) !important;
    background: #fff !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-action.is-primary {
    height: 34px !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn *,
html body .mobile-shop-catalog-store .mobile-shop-catalog-action.is-primary *,
html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn i,
html body .mobile-shop-catalog-store .mobile-shop-catalog-action.is-primary i,
html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn span,
html body .mobile-shop-catalog-store .mobile-shop-catalog-action.is-primary span {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

#moments-scroll-container.mobile-shop-story-feed {
    bottom: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    color: #fff !important;
    scroll-snap-type: none !important;
    scroll-snap-stop: normal !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.mobile-shop-story-store,
.mobile-shop-story-store * {
    box-sizing: border-box;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    letter-spacing: 0 !important;
}

.mobile-shop-story-store .fa,
.mobile-shop-story-store .fas,
.mobile-shop-story-store .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.mobile-shop-story-store {
    min-height: 100%;
    background: #000;
}

.mobile-shop-carousel-viewport {
    position: relative;
    height: calc(100dvh - var(--mobile-app-header-height, 0px) - 60px);
    min-height: calc(100dvh - var(--mobile-app-header-height, 0px) - 60px);
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 28%, rgba(255, 255, 255, 0.20), transparent 25%),
        radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.18), transparent 14%),
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 18%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.16) 82%, transparent 100%),
        linear-gradient(180deg, #151513 0%, #373530 46%, #0b0b0a 100%);
}

.mobile-shop-carousel-track {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18vw;
    padding: 24px 18vw calc(env(safe-area-inset-bottom, 0px) + 152px);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    perspective: 1000px;
}

.mobile-shop-carousel-track::-webkit-scrollbar {
    display: none;
}

.mobile-shop-story-filter {
    position: absolute;
    left: 14px;
    right: 14px;
    top: auto;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 42px);
    z-index: 6;
    display: flex;
    justify-content: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease;
    padding: 2px 0 8px;
}

.mobile-shop-story-filter::-webkit-scrollbar {
    display: none;
}

.mobile-shop-story-store:focus-within .mobile-shop-story-filter,
#moments-scroll-container.mobile-shop-story-feed:hover .mobile-shop-story-filter {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mobile-shop-story-filter button {
    flex: 0 0 auto;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(0, 0, 0, 0.20);
    color: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.mobile-shop-story-filter button.active {
    background: rgba(255, 255, 255, 0.88);
    color: #111;
    border-color: rgba(255, 255, 255, 0.72);
}

.mobile-shop-story-filter strong {
    min-width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 9px;
}

.mobile-shop-story-filter button.active strong {
    background: rgba(0, 0, 0, 0.10);
}

.mobile-shop-story-card {
    position: relative;
    flex: 0 0 min(64vw, 330px);
    height: auto;
    min-height: 0;
    width: min(64vw, 330px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: transparent;
    opacity: 0.34;
    transform: translateZ(-170px) scale(0.78);
    transform-origin: center center;
    transition: transform 190ms ease, opacity 190ms ease, filter 190ms ease;
    filter: brightness(0.58) blur(0.2px);
    z-index: 1;
}

.mobile-shop-story-card.is-active {
    opacity: 1;
    transform: none;
    filter: brightness(1);
    z-index: 10;
}

.mobile-shop-story-card.is-near {
    opacity: 0.62;
    transform: translateZ(-95px) scale(0.86) rotateY(var(--mobile-shop-card-tilt, 0deg));
    filter: brightness(0.72);
    z-index: 4;
}

.mobile-shop-story-card::before {
    content: none;
}

.mobile-shop-story-card.is-next {
    animation: mobileShopStoryNext 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-shop-story-card.is-prev {
    animation: mobileShopStoryPrev 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-shop-story-top,
.mobile-shop-story-media,
.mobile-shop-story-copy,
.mobile-shop-story-arrows,
.mobile-shop-story-dots {
    position: relative;
    z-index: 1;
}

.mobile-shop-story-top {
    min-height: 0;
    display: none;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 10px;
}

.mobile-shop-story-top strong {
    text-align: center;
    grid-column: 2;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.12em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-shop-story-top button {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.16);
    color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile-shop-story-top button span {
    position: absolute;
    top: -4px;
    right: -2px;
    min-width: 19px;
    height: 19px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
}

.mobile-shop-story-media {
    position: relative;
    width: 100%;
    height: min(59dvh, 540px);
    min-height: 432px;
    max-height: calc(100dvh - var(--mobile-app-header-height, 0px) - 248px);
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 auto;
    padding: 18px 18px 14px;
    overflow: visible;
    border-radius: 30px;
    border: 1px solid rgba(218, 235, 255, 0.34);
    background:
        linear-gradient(145deg, rgba(218, 235, 255, 0.23), rgba(255, 255, 255, 0.035) 36%, rgba(255, 255, 255, 0.10)),
        rgba(16, 18, 20, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        inset 0 -1px 0 rgba(255, 255, 255, 0.14),
        inset 0 0 34px rgba(205, 225, 255, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 24px 76px rgba(0, 0, 0, 0.58),
        0 0 42px rgba(190, 220, 255, 0.20);
    backdrop-filter: blur(28px) saturate(1.16);
    -webkit-backdrop-filter: blur(28px) saturate(1.16);
}

.mobile-shop-story-media::after {
    content: "";
    position: absolute;
    inset: 14px 14px auto 14px;
    height: 48%;
    border-radius: 28px;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02));
    opacity: 0.62;
}

.mobile-shop-story-media::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 46%;
    width: min(54vw, 250px);
    height: 22px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28), transparent 68%);
    filter: blur(10px);
    opacity: 0.62;
}

.mobile-shop-story-media > img,
.mobile-shop-story-media > video {
    position: relative;
    z-index: 2;
    width: min(58vw, 296px);
    height: 48%;
    flex: 0 0 48%;
    min-height: 218px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.96) translateY(8px);
    filter: drop-shadow(0 26px 36px rgba(0, 0, 0, 0.54)) drop-shadow(0 0 18px rgba(225, 240, 255, 0.30));
    transition: opacity 260ms ease, transform 420ms ease;
}

.mobile-shop-story-media > img.is-portrait {
    width: auto;
    max-width: min(58vw, 296px);
    height: 48%;
    max-height: none;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    filter: drop-shadow(0 26px 36px rgba(0, 0, 0, 0.54)) drop-shadow(0 0 18px rgba(225, 240, 255, 0.30));
}

.mobile-shop-story-media:has(> img.is-portrait)::before {
    width: min(44vw, 210px);
    opacity: 0.38;
}

.mobile-shop-story-media > img.is-loaded,
.mobile-shop-story-media > video {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.mobile-shop-side-preview {
    position: absolute;
    top: 2%;
    z-index: 0;
    width: 94%;
    height: 96%;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.26);
    opacity: 0.52;
    transform: scale(0.96);
    overflow: hidden;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mobile-shop-side-preview.is-prev {
    left: -106%;
    transform-origin: right center;
}

.mobile-shop-side-preview.is-next {
    right: -106%;
    transform-origin: left center;
}

.mobile-shop-side-preview img {
    width: 86%;
    height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.42));
}

.mobile-shop-side-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    filter: saturate(0.9) contrast(1.06);
}

.mobile-shop-side-preview span {
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.mobile-shop-story-placeholder {
    width: min(48vw, 190px);
    aspect-ratio: 1;
    border-radius: 32px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.36);
    color: rgba(255, 255, 255, 0.82);
    font-size: 34px;
    font-weight: 900;
}

.mobile-shop-story-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.mobile-shop-story-copy {
    position: static;
    z-index: 3;
    display: grid;
    justify-items: stretch;
    text-align: center;
    gap: 6px;
    flex: 1 1 auto;
    padding: 8px 8px 0;
    width: 100%;
    justify-self: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.mobile-shop-info-plate {
    position: relative;
    z-index: 3;
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.mobile-shop-story-category {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.36em !important;
    text-transform: uppercase;
}

.mobile-shop-story-copy h2 {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 6.2vw, 31px);
    line-height: 0.92;
    font-weight: 920;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
}

.mobile-shop-story-copy > strong {
    color: #ff5b3d;
    font-size: 17px;
    line-height: 1;
    font-weight: 780;
}

.mobile-shop-story-copy p {
    max-width: 31ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 10px;
    line-height: 1.22;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-shop-story-copy small {
    min-height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
}

.mobile-shop-story-copy small::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 999px;
    background: #4ade80;
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.8);
}

.mobile-shop-story-variant-summary {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
}

.mobile-shop-story-store .mobile-shop-variant-controls {
    width: min(100%, 270px);
    display: grid;
    gap: 6px;
    margin-top: 1px;
}

.mobile-shop-story-store .mobile-shop-variant-controls section {
    display: grid;
    gap: 4px;
}

.mobile-shop-story-store .mobile-shop-variant-label {
    color: rgba(255, 255, 255, 0.52);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.mobile-shop-story-store .mobile-shop-variant-options {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    justify-content: center;
    scrollbar-width: none;
}

.mobile-shop-story-store .mobile-shop-variant-options::-webkit-scrollbar {
    display: none;
}

.mobile-shop-story-store .mobile-shop-variant-options button {
    flex: 0 0 auto;
    min-height: 24px;
    max-width: 104px;
    padding: 0 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-shop-story-store .mobile-shop-variant-options button.is-selected {
    background: #fff;
    border-color: #fff;
    color: #111;
    -webkit-text-fill-color: #111;
}

.mobile-shop-story-cta {
    position: relative;
    z-index: 3;
    width: min(100%, 198px);
    min-height: 36px;
    margin-top: 4px;
    padding: 4px 6px 4px 10px;
    justify-self: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.96);
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0 !important;
}

.mobile-shop-story-cta span {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    letter-spacing: 0 !important;
}

.mobile-shop-story-cta:disabled {
    opacity: 0.6;
    color: rgba(17, 17, 17, 0.54);
    -webkit-text-fill-color: rgba(17, 17, 17, 0.54) !important;
}

.mobile-shop-story-cta:disabled span {
    color: rgba(17, 17, 17, 0.54) !important;
    -webkit-text-fill-color: rgba(17, 17, 17, 0.54) !important;
}

.mobile-shop-story-cta i {
    grid-column: 1;
    grid-row: 1;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.mobile-shop-story-actions {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 4;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 6px;
}

.mobile-shop-story-actions button {
    all: unset;
    box-sizing: border-box;
    min-width: 42px;
    min-height: 42px;
    padding: 2px 4px !important;
    border: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    color: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 21px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.mobile-shop-story-actions button::before,
.mobile-shop-story-actions button::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.mobile-shop-story-actions button i {
    width: auto;
    height: auto;
    border-radius: 999px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.mobile-shop-story-actions button span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 8.5px;
    line-height: 1;
    letter-spacing: 0.16em !important;
    font-weight: 900;
}

.mobile-shop-story-swipe {
    display: none;
    justify-items: center;
    gap: 4px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.42em !important;
    text-transform: uppercase;
}

.mobile-shop-story-swipe i {
    font-size: 14px;
    letter-spacing: 0 !important;
}

.mobile-shop-story-arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(22px + 46px + min(23dvh, 210px));
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    pointer-events: none;
}

.mobile-shop-story-arrows button {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.86);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: auto;
}

.mobile-shop-story-dots {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 84px);
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 7px;
}

.mobile-shop-story-dots span {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
}

.mobile-shop-story-dots span.active {
    width: 8px;
    height: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.74);
}

@media (max-height: 720px) {
    .mobile-shop-story-card {
        height: 100%;
        min-height: 0;
        padding-top: 10px;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 104px);
    }

    .mobile-shop-story-media {
        width: 100%;
        height: min(68dvh, 540px);
        min-height: 460px;
        max-height: calc(100dvh - var(--mobile-app-header-height, 0px) - 164px);
        padding: 18px 16px 14px;
    }

    .mobile-shop-story-media > img,
    .mobile-shop-story-media > video {
        width: min(66vw, 300px);
        height: 46%;
        flex-basis: 46%;
        min-height: 230px;
    }

    .mobile-shop-story-copy h2 {
        font-size: clamp(25px, 7.4vw, 36px);
    }

    .mobile-shop-story-copy {
        gap: 5px;
    }

    .mobile-shop-story-actions {
        margin-top: 5px;
    }

    .mobile-shop-story-swipe {
        display: none;
    }
}

	                @keyframes mobileShopStoryNext {
    from { opacity: 0; transform: translateX(22px) scale(0.985); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes mobileShopStoryPrev {
    from { opacity: 0; transform: translateX(-22px) scale(0.985); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

[data-theme="light"] #moments-scroll-container.mobile-shop-story-feed,
[data-theme="light-accent"] #moments-scroll-container.mobile-shop-story-feed {
    background: var(--mobile-shop-bg) !important;
    color: var(--mobile-shop-text) !important;
}

[data-theme="light"] .mobile-shop-story-store,
[data-theme="light-accent"] .mobile-shop-story-store {
    background: var(--mobile-shop-bg);
}

[data-theme="light"] .mobile-shop-carousel-viewport,
[data-theme="light-accent"] .mobile-shop-carousel-viewport {
    background:
        radial-gradient(ellipse at 50% 24%, color-mix(in srgb, var(--mobile-shop-text) 8%, transparent), transparent 26%),
        radial-gradient(ellipse at 50% 60%, color-mix(in srgb, var(--primary-color, var(--mobile-shop-text)) 10%, transparent), transparent 18%),
        linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--mobile-shop-text) 8%, transparent) 18%, transparent 30%, transparent 70%, color-mix(in srgb, var(--mobile-shop-text) 7%, transparent) 82%, transparent 100%),
        linear-gradient(180deg, color-mix(in srgb, var(--mobile-shop-bg) 94%, #d1d5db 6%) 0%, color-mix(in srgb, var(--mobile-shop-bg) 84%, #9ca3af 16%) 48%, var(--mobile-shop-bg) 100%);
}

[data-theme="light"] .mobile-shop-story-card,
[data-theme="light-accent"] .mobile-shop-story-card {
    color: var(--mobile-shop-text);
}

[data-theme="light"] .mobile-shop-story-card.is-near,
[data-theme="light-accent"] .mobile-shop-story-card.is-near {
    opacity: 0.48;
    filter: brightness(0.94);
}

[data-theme="light"] .mobile-shop-story-card:not(.is-active),
[data-theme="light-accent"] .mobile-shop-story-card:not(.is-active) {
    filter: brightness(0.9) blur(0.2px);
}

[data-theme="light"] .mobile-shop-story-media,
[data-theme="light-accent"] .mobile-shop-story-media {
    border-color: color-mix(in srgb, var(--mobile-shop-text) 18%, transparent);
    background:
        linear-gradient(145deg, color-mix(in srgb, #ffffff 74%, transparent), color-mix(in srgb, var(--mobile-shop-bg) 76%, transparent) 42%, color-mix(in srgb, var(--mobile-shop-text) 5%, transparent)),
        color-mix(in srgb, var(--mobile-shop-bg) 80%, var(--mobile-shop-card-soft));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -1px 0 color-mix(in srgb, var(--mobile-shop-text) 10%, transparent),
        inset 0 0 34px color-mix(in srgb, var(--mobile-shop-text) 4%, transparent),
        0 0 0 1px rgba(255, 255, 255, 0.38),
        0 24px 76px color-mix(in srgb, var(--mobile-shop-text) 16%, transparent),
        0 0 42px color-mix(in srgb, var(--primary-color, var(--mobile-shop-text)) 14%, transparent);
}

[data-theme="light"] .mobile-shop-story-media::after,
[data-theme="light-accent"] .mobile-shop-story-media::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.08));
}

[data-theme="light"] .mobile-shop-story-media::before,
[data-theme="light-accent"] .mobile-shop-story-media::before {
    background: radial-gradient(ellipse at center, color-mix(in srgb, var(--mobile-shop-text) 16%, transparent), transparent 68%);
}

[data-theme="light"] .mobile-shop-story-media > img,
[data-theme="light"] .mobile-shop-story-media > video,
[data-theme="light"] .mobile-shop-story-media > img.is-portrait,
[data-theme="light-accent"] .mobile-shop-story-media > img,
[data-theme="light-accent"] .mobile-shop-story-media > video,
[data-theme="light-accent"] .mobile-shop-story-media > img.is-portrait {
    filter: drop-shadow(0 24px 34px color-mix(in srgb, var(--mobile-shop-text) 26%, transparent)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.42));
}

[data-theme="light"] .mobile-shop-side-preview,
[data-theme="light-accent"] .mobile-shop-side-preview {
    background: color-mix(in srgb, var(--mobile-shop-bg) 74%, transparent);
    border-color: color-mix(in srgb, var(--mobile-shop-text) 12%, transparent);
    box-shadow: 0 20px 52px color-mix(in srgb, var(--mobile-shop-text) 14%, transparent);
}

[data-theme="light"] .mobile-shop-side-preview span,
[data-theme="light-accent"] .mobile-shop-side-preview span,
[data-theme="light"] .mobile-shop-story-category,
[data-theme="light-accent"] .mobile-shop-story-category,
[data-theme="light"] .mobile-shop-story-copy p,
[data-theme="light-accent"] .mobile-shop-story-copy p,
[data-theme="light"] .mobile-shop-story-copy small,
[data-theme="light-accent"] .mobile-shop-story-copy small {
    color: var(--mobile-shop-muted);
}

[data-theme="light"] .mobile-shop-story-copy h2,
[data-theme="light-accent"] .mobile-shop-story-copy h2 {
    color: var(--mobile-shop-text);
    text-shadow: none;
}

[data-theme="light"] .mobile-shop-story-copy small,
[data-theme="light-accent"] .mobile-shop-story-copy small {
    border-color: var(--mobile-shop-border);
    background: var(--mobile-shop-button-bg);
}

[data-theme="light"] .mobile-shop-story-placeholder,
[data-theme="light-accent"] .mobile-shop-story-placeholder {
    background: var(--mobile-shop-card-soft);
    border-color: var(--mobile-shop-border);
    box-shadow: 0 24px 48px color-mix(in srgb, var(--mobile-shop-text) 14%, transparent);
    color: var(--mobile-shop-muted);
}

[data-theme="light"] .mobile-shop-story-actions button,
[data-theme="light-accent"] .mobile-shop-story-actions button {
    color: var(--mobile-shop-text);
}

[data-theme="light"] .mobile-shop-story-actions button span,
[data-theme="light-accent"] .mobile-shop-story-actions button span,
[data-theme="light"] .mobile-shop-story-swipe,
[data-theme="light-accent"] .mobile-shop-story-swipe {
    color: var(--mobile-shop-muted);
}

[data-theme="light"] .mobile-shop-story-filter button,
[data-theme="light-accent"] .mobile-shop-story-filter button {
    border-color: var(--mobile-shop-border);
    background: var(--mobile-shop-button-bg);
    color: var(--mobile-shop-muted);
}

[data-theme="light"] .mobile-shop-story-filter button.active,
[data-theme="light-accent"] .mobile-shop-story-filter button.active {
    background: color-mix(in srgb, var(--mobile-shop-text) 8%, var(--mobile-shop-bg));
    color: var(--mobile-shop-text);
    border-color: color-mix(in srgb, var(--mobile-shop-text) 18%, transparent);
}

[data-theme="light"] .mobile-shop-story-filter strong,
[data-theme="light-accent"] .mobile-shop-story-filter strong {
    background: color-mix(in srgb, var(--mobile-shop-text) 10%, transparent);
}

[data-theme="light"] .mobile-shop-story-dots span,
[data-theme="light-accent"] .mobile-shop-story-dots span {
    background: color-mix(in srgb, var(--mobile-shop-text) 24%, transparent);
}

[data-theme="light"] .mobile-shop-story-dots span.active,
[data-theme="light-accent"] .mobile-shop-story-dots span.active {
    background: var(--mobile-shop-text);
    box-shadow: 0 0 16px color-mix(in srgb, var(--mobile-shop-text) 22%, transparent);
}

/* Final catalog overrides live last so older story/shop theme rules cannot repaint the new shop UI. */
html body #moments-scroll-container.mobile-shop-catalog-feed {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
    scroll-padding-top: 8px !important;
}

html body .mobile-shop-catalog-store {
    background: transparent !important;
    padding-top: 6px !important;
}

html body .mobile-shop-catalog-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.94)) !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 20px !important;
    box-shadow:
        0 14px 34px rgba(17, 17, 17, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    scroll-margin-top: 8px !important;
}

html body .mobile-shop-catalog-thumb {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body .mobile-shop-catalog-image {
    width: 112% !important;
    height: 112% !important;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.18)) !important;
}

html body .mobile-shop-catalog-image.is-builder-composite {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

html body .mobile-shop-catalog-card.is-manual-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    min-height: 0 !important;
    padding: 8px 8px 10px !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-thumb {
    width: 100% !important;
    min-height: 0 !important;
    height: clamp(154px, 24dvh, 208px) !important;
    aspect-ratio: auto !important;
    align-self: auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #f4f4f2 !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-manual-item video.mobile-shop-catalog-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-ticket-item video.mobile-shop-catalog-image {
    object-fit: cover !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-copy {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    padding: 0 8px !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-copy h2 {
    font-size: 23px !important;
    line-height: 1.02 !important;
    -webkit-line-clamp: 2 !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-price {
    font-size: 27px !important;
    margin-top: 0 !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-copy p {
    color: rgba(17, 17, 17, 0.78) !important;
    font-size: 13px !important;
    line-height: 1.24 !important;
    font-weight: 800 !important;
    -webkit-line-clamp: 1 !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 40px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 4px 0 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    line-height: 1 !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action,
html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-icon-action {
    box-sizing: border-box !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transform: none !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action {
    width: 100% !important;
    padding: 0 10px !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-icon-action {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    flex-basis: 40px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action i,
html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-icon-action i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 1 !important;
    margin: 0 !important;
    transform: translateY(0) !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action span {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    transform: translateY(0) !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 40px !important;
    align-items: center !important;
    gap: 8px !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action,
html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-icon-action {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    align-self: center !important;
    transform: translateY(0) !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action {
    display: inline-grid !important;
    grid-template-columns: 18px auto !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 7px !important;
    place-content: center !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-icon-action {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    transform: none !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action i {
    width: 18px !important;
    height: 18px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(-2px) !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-action span {
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    transform: translateY(-2px) !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-meta {
    margin-top: 1px !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-ticket-info {
    margin-top: 3px !important;
    color: rgba(17, 17, 17, 0.88) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

html body .mobile-shop-detail-media img.is-builder-composite {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

html body .mobile-shop-product-design-overlay {
    position: absolute !important;
    z-index: 3 !important;
    left: var(--shop-design-x, 50%) !important;
    top: var(--shop-design-y, 50%) !important;
    width: var(--shop-design-size, 22%) !important;
    height: auto !important;
    max-width: 64% !important;
    max-height: 64% !important;
    object-fit: contain !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none !important;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.16)) !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn {
    width: auto !important;
    min-width: 74px !important;
    height: 42px !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(17, 17, 17, 0.14) !important;
    background: #fff !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn *,
html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn i,
html body .mobile-shop-catalog-store .mobile-shop-catalog-add-btn span {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

/* Compact shop toolbar. The app header is already above this scroll area. */
html body .mobile-shop-catalog-store .mobile-shop-catalog-header {
    display: none !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 30 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 48px !important;
    margin: 0 -14px 10px !important;
    padding: 12px 14px 12px !important;
    background: #ffffff !important;
    border-bottom: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-header > div:first-child {
    display: none !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-header strong {
    font-size: 20px !important;
    white-space: nowrap !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-header-actions {
    width: auto !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-header .mobile-shop-catalog-filter-open,
html body .mobile-shop-catalog-store .mobile-shop-catalog-header .mobile-shop-catalog-add-btn {
    height: 42px !important;
    min-height: 42px !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-header .mobile-shop-catalog-filter-open {
    min-width: 86px !important;
    padding: 0 12px !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-header .mobile-shop-catalog-add-btn {
    display: none !important;
}

html body .mobile-shop-catalog-store {
    padding-top: 6px !important;
    padding-bottom: 0 !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-list {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 2147483200 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    pointer-events: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 160ms ease, transform 160ms ease !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions .mobile-shop-catalog-filter-open {
    width: auto !important;
    min-width: 104px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14), 0 2px 0 rgba(255, 255, 255, 0.9) inset !important;
    backdrop-filter: blur(16px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    pointer-events: auto !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions .mobile-shop-catalog-filter-open *,
html body .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions .mobile-shop-catalog-filter-open i,
html body .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions .mobile-shop-catalog-filter-open span {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

html body .mobile-shop-catalog-store.is-filter-open .mobile-shop-catalog-bottom-actions,
html body.mobile-shop-filter-hidden .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions {
    opacity: 0 !important;
    transform: translateY(12px) !important;
    pointer-events: none !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-bottom-actions {
    display: none !important;
}

html body .mobile-shop-variant-chips .mobile-shop-variant-color-swatch {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    flex: 0 0 22px !important;
    display: inline-flex !important;
    padding: 0 !important;
    border-radius: 999px !important;
    border: 2px solid rgba(255, 255, 255, 0.92) !important;
    background: var(--shop-variant-color, #d7d3c8) !important;
    box-shadow:
        0 0 0 1px rgba(17, 17, 17, 0.16),
        0 5px 12px rgba(0, 0, 0, 0.12) !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    overflow: hidden !important;
}

html body .mobile-shop-variant-chips button.mobile-shop-variant-color-swatch.is-selected {
    box-shadow:
        0 0 0 2px #111,
        0 0 0 4px rgba(255, 255, 255, 0.92),
        0 7px 14px rgba(0, 0, 0, 0.16) !important;
}

html body .mobile-shop-variant-chips .mobile-shop-variant-extra {
    width: auto !important;
    max-width: none !important;
    padding: 3px 7px !important;
}


/* Shop feed bottom gap recovery override removed: bottom filter floats, feed owns no extra spacer. */
html body .mobile-shop-catalog-store {
    padding-top: 6px !important;
    padding-bottom: 0 !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-list {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}


/* Manual digital seeded/test items should never crop product cutouts. */
html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-thumb {
    height: clamp(154px, 24dvh, 208px) !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-manual-item video.mobile-shop-catalog-image {
    object-fit: contain !important;
    object-position: center !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-ticket-item video.mobile-shop-catalog-image {
    object-fit: cover !important;
}


/* Shop feed bottom padding hard reset. */
html body #shop-main-area,
html body.shop-active #shop-main-area {
    padding-bottom: 0 !important;
    scroll-padding-bottom: 18px !important;
}

html body #moments-scroll-container.mobile-shop-storefront,
html body #moments-scroll-container.mobile-shop-catalog-feed,
html body.shop-active #moments-scroll-container.mobile-shop-storefront,
html body.shop-active #moments-scroll-container.mobile-shop-catalog-feed {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    height: auto !important;
    padding-bottom: 0 !important;
    scroll-padding-bottom: 18px !important;
}

html body #moments-scroll-container.mobile-shop-storefront .mobile-shop-catalog-store,
html body #moments-scroll-container.mobile-shop-catalog-feed .mobile-shop-catalog-store,
html body.shop-active #moments-scroll-container.mobile-shop-storefront .mobile-shop-catalog-store,
html body.shop-active #moments-scroll-container.mobile-shop-catalog-feed .mobile-shop-catalog-store {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

html body #moments-scroll-container.mobile-shop-storefront .mobile-shop-catalog-list,
html body #moments-scroll-container.mobile-shop-catalog-feed .mobile-shop-catalog-list,
html body.shop-active #moments-scroll-container.mobile-shop-storefront .mobile-shop-catalog-list,
html body.shop-active #moments-scroll-container.mobile-shop-catalog-feed .mobile-shop-catalog-list {
    padding-bottom: 18px !important;
    margin-bottom: 0 !important;
}

html body #moments-scroll-container.mobile-shop-catalog-feed .mobile-shop-catalog-card:last-child {
    scroll-margin-bottom: 18px !important;
}

/* Dark mode recovery for the catalog shop feed. Keep this last so the final
   catalog overrides above cannot repaint cards and media wells white. */
[data-theme="dark"] body #moments-scroll-container.mobile-shop-catalog-feed,
body[data-theme="dark"] #moments-scroll-container.mobile-shop-catalog-feed,
[data-theme="dark-accent"] body #moments-scroll-container.mobile-shop-catalog-feed,
body[data-theme="dark-accent"] #moments-scroll-container.mobile-shop-catalog-feed {
    background: #050505 !important;
    color: #f7f7f7 !important;
}

[data-theme="dark"] body .mobile-shop-catalog-store,
body[data-theme="dark"] .mobile-shop-catalog-store,
[data-theme="dark-accent"] body .mobile-shop-catalog-store,
body[data-theme="dark-accent"] .mobile-shop-catalog-store {
    background: transparent !important;
    color: #f7f7f7 !important;
}

[data-theme="dark"] body .mobile-shop-catalog-card,
body[data-theme="dark"] .mobile-shop-catalog-card,
[data-theme="dark-accent"] body .mobile-shop-catalog-card,
body[data-theme="dark-accent"] .mobile-shop-catalog-card {
    background:
        linear-gradient(135deg, rgba(22, 22, 22, 0.98), rgba(12, 12, 12, 0.94)) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f7f7f7 !important;
    box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-thumb,
body[data-theme="dark"] .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-thumb,
[data-theme="dark-accent"] body .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-thumb,
body[data-theme="dark-accent"] .mobile-shop-catalog-card.is-manual-item .mobile-shop-catalog-thumb,
[data-theme="dark"] body .mobile-shop-catalog-thumb,
body[data-theme="dark"] .mobile-shop-catalog-thumb,
[data-theme="dark-accent"] body .mobile-shop-catalog-thumb,
body[data-theme="dark-accent"] .mobile-shop-catalog-thumb {
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), transparent 38%),
        #111111 !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

[data-theme="dark"] body .mobile-shop-catalog-meta,
body[data-theme="dark"] .mobile-shop-catalog-meta,
[data-theme="dark-accent"] body .mobile-shop-catalog-meta,
body[data-theme="dark-accent"] .mobile-shop-catalog-meta,
[data-theme="dark"] body .mobile-shop-catalog-copy p,
body[data-theme="dark"] .mobile-shop-catalog-copy p,
[data-theme="dark-accent"] body .mobile-shop-catalog-copy p,
body[data-theme="dark-accent"] .mobile-shop-catalog-copy p,
[data-theme="dark"] body .mobile-shop-catalog-variant-summary,
body[data-theme="dark"] .mobile-shop-catalog-variant-summary,
[data-theme="dark-accent"] body .mobile-shop-catalog-variant-summary,
body[data-theme="dark-accent"] .mobile-shop-catalog-variant-summary {
    color: rgba(247, 247, 247, 0.68) !important;
    -webkit-text-fill-color: rgba(247, 247, 247, 0.68) !important;
}

[data-theme="dark"] body .mobile-shop-catalog-copy h2,
body[data-theme="dark"] .mobile-shop-catalog-copy h2,
[data-theme="dark-accent"] body .mobile-shop-catalog-copy h2,
body[data-theme="dark-accent"] .mobile-shop-catalog-copy h2,
[data-theme="dark"] body .mobile-shop-catalog-price,
body[data-theme="dark"] .mobile-shop-catalog-price,
[data-theme="dark-accent"] body .mobile-shop-catalog-price,
body[data-theme="dark-accent"] .mobile-shop-catalog-price {
    color: #f7f7f7 !important;
    -webkit-text-fill-color: #f7f7f7 !important;
}

[data-theme="dark"] body .mobile-shop-catalog-action,
body[data-theme="dark"] .mobile-shop-catalog-action,
[data-theme="dark"] body .mobile-shop-catalog-icon-action,
body[data-theme="dark"] .mobile-shop-catalog-icon-action,
[data-theme="dark-accent"] body .mobile-shop-catalog-action,
body[data-theme="dark-accent"] .mobile-shop-catalog-action,
[data-theme="dark-accent"] body .mobile-shop-catalog-icon-action,
body[data-theme="dark-accent"] .mobile-shop-catalog-icon-action {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #f7f7f7 !important;
    -webkit-text-fill-color: #f7f7f7 !important;
}

[data-theme="dark"] body .mobile-shop-catalog-action.is-primary,
body[data-theme="dark"] .mobile-shop-catalog-action.is-primary,
[data-theme="dark-accent"] body .mobile-shop-catalog-action.is-primary,
body[data-theme="dark-accent"] .mobile-shop-catalog-action.is-primary {
    background: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

[data-theme="dark"] body .mobile-shop-catalog-action.is-primary *,
body[data-theme="dark"] .mobile-shop-catalog-action.is-primary *,
[data-theme="dark-accent"] body .mobile-shop-catalog-action.is-primary *,
body[data-theme="dark-accent"] .mobile-shop-catalog-action.is-primary * {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

/* Editorial storefront: the first Shop load shares the ticket View's visual language. */
html body .mobile-shop-editorial-head {
    display: grid;
    gap: 18px;
    padding: 14px 6px 24px !important;
}

html body .mobile-shop-editorial-head > span {
    color: #747168 !important;
    -webkit-text-fill-color: #747168 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    letter-spacing: .13em !important;
}

html body .mobile-shop-editorial-head > div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

html body .mobile-shop-editorial-head h1 {
    margin: 0 !important;
    color: #171714 !important;
    -webkit-text-fill-color: #171714 !important;
}

html body .mobile-shop-editorial-head p {
    margin: 0 0 1px !important;
    color: #77746b !important;
    -webkit-text-fill-color: #77746b !important;
    font-size: 11px !important;
    font-weight: 520 !important;
    line-height: 1.2 !important;
}

html body .mobile-shop-editorial-head.is-without-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding-bottom: 18px !important;
}

html body .mobile-shop-editorial-head.is-without-title > span,
html body .mobile-shop-editorial-head.is-without-title > p {
    margin: 0 !important;
}

html body #moments-scroll-container.mobile-shop-catalog-feed {
    background: #fff !important;
    scroll-snap-type: none !important;
}

html body .mobile-shop-catalog-store .mobile-shop-catalog-list {
    display: grid !important;
    gap: 28px !important;
}

html body .mobile-shop-catalog-card.is-ticket-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(17, 17, 17, .1) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, .06) !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-thumb {
    position: relative !important;
    width: 100% !important;
    height: clamp(244px, 66vw, 286px) !important;
    margin: 0 0 18px !important;
    border-radius: 16px !important;
    background: #282722 !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-thumb::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, .32), transparent 48%) !important;
    pointer-events: none !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-ticket-item video.mobile-shop-catalog-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: saturate(.84) contrast(1.03) !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-copy {
    gap: 0 !important;
    padding: 0 4px 2px !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-meta {
    margin: 0 0 8px !important;
    color: #77746b !important;
    -webkit-text-fill-color: #77746b !important;
    font-size: 9px !important;
    font-weight: 650 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-copy h2 {
    margin: 0 !important;
    color: #171714 !important;
    -webkit-text-fill-color: #171714 !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-price {
    margin: 9px 0 0 !important;
    color: #171714 !important;
    -webkit-text-fill-color: #171714 !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-copy p {
    margin: 10px 0 0 !important;
    color: #55534c !important;
    -webkit-text-fill-color: #55534c !important;
    font-size: 14px !important;
    font-weight: 440 !important;
    line-height: 1.4 !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-ticket-info {
    margin: 16px 0 0 !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid rgba(23, 23, 20, .16) !important;
    color: #292823 !important;
    -webkit-text-fill-color: #292823 !important;
    font-size: 13px !important;
    font-weight: 560 !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-action,
html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-icon-action {
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    font-weight: 620 !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-action.is-primary {
    background: #1c1c18 !important;
    border-color: #1c1c18 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

html body .mobile-shop-catalog-card.is-ticket-item .mobile-shop-catalog-action.is-primary * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Homepage digital releases are editorial covers, not generic product cards. */
html body .mobile-shop-catalog-card.is-digital-item {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) !important;
    gap: 18px !important;
    min-height: 228px !important;
    padding: 16px !important;
    border: 1px solid rgba(17, 17, 17, .12) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, .06) !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-thumb {
    width: 132px !important;
    height: 196px !important;
    min-height: 196px !important;
    margin: 0 !important;
    align-self: start !important;
    border-radius: 15px !important;
    background: #f3f3f3 !important;
    box-shadow: 0 16px 28px rgba(0, 0, 0, .12) !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-digital-item video.mobile-shop-catalog-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: saturate(.78) contrast(1.03) !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-copy {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 1px 0 0 !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-meta {
    margin: 0 0 9px !important;
    color: #737373 !important;
    -webkit-text-fill-color: #737373 !important;
    font-size: 8px !important;
    font-weight: 680 !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-meta strong {
    display: none !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-copy h2 {
    margin: 0 !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    -webkit-line-clamp: 3 !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-price {
    order: 4 !important;
    margin: 11px 0 0 !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-copy p {
    margin: 10px 0 0 !important;
    color: #555 !important;
    -webkit-text-fill-color: #555 !important;
    font-size: 12px !important;
    font-weight: 440 !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3 !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-actions {
    order: 5 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    gap: 8px !important;
    width: 100% !important;
    margin: auto 0 0 !important;
    padding: 13px 0 0 !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action,
html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-icon-action {
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action.is-primary {
    display: none !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action:not(.is-primary) {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

html body .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action:not(.is-primary) * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-thumb {
    width: 100% !important;
    height: 210px !important;
    min-height: 210px !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-copy {
    padding-top: 17px !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px !important;
    gap: 8px !important;
    margin-top: 17px !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action.is-primary {
    display: inline-flex !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action:not(.is-primary) {
    background: rgba(255, 255, 255, .62) !important;
    border-color: rgba(36, 34, 28, .14) !important;
    color: #191814 !important;
    -webkit-text-fill-color: #191814 !important;
}

html body .mobile-shop-catalog-store.is-owner .mobile-shop-catalog-card.is-digital-item .mobile-shop-catalog-action:not(.is-primary) * {
    color: #191814 !important;
    -webkit-text-fill-color: #191814 !important;
}

/* Homepage subscriptions stay native to the light shop: white, soft, and rounded. */
html body .mobile-shop-catalog-card.is-subscription-item {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-height: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(17, 17, 17, .1) !important;
    border-radius: 22px !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, .06) !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-subscription-item::before {
    content: none !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-thumb {
    width: 100% !important;
    height: 210px !important;
    min-height: 210px !important;
    margin: 0 !important;
    border-radius: 16px !important;
    background: #f1f1ef !important;
    overflow: hidden !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-image,
html body .mobile-shop-catalog-card.is-subscription-item video.mobile-shop-catalog-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: saturate(.82) contrast(1.02) !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-copy {
    gap: 0 !important;
    padding: 18px 4px 2px !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-meta {
    margin: 0 0 8px !important;
    color: #6b6b67 !important;
    -webkit-text-fill-color: #6b6b67 !important;
    font-size: 9px !important;
    text-transform: uppercase !important;
    letter-spacing: .09em !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-copy h2,
html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-price {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-copy h2 {
    margin: 0 !important;
    max-width: 12em !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-price {
    margin-top: 10px !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-copy p {
    margin: 11px 0 0 !important;
    color: #555 !important;
    -webkit-text-fill-color: #555 !important;
    font-size: 13px !important;
    font-weight: 430 !important;
    line-height: 1.4 !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-action,
html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-icon-action {
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 13px !important;
}

html body .mobile-shop-catalog-card.is-subscription-item .mobile-shop-catalog-action:not(.is-primary) {
    display: none !important;
}
