:root {
    --store-header-offset: 168px;
}

#store_header_container {
    width: min(calc(var(--max-body-width) + 2rem), calc(100% - 1rem));
    min-height: 0;
    padding: 0.64rem;
    margin: 0.75rem auto 0.9rem;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.1), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 52%, rgba(241, 245, 249, 0.98) 100%);
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: relative;
    z-index: 24;
    isolation: isolate;
    text-align: left;
    overflow: visible;
}

#store_header {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-areas:
        "brand actions"
        "status actions";
    gap: 0.6rem 0.8rem;
    align-items: stretch;
    min-height: 0;
    margin: 0 auto;
    font-size: 0.82rem;
    justify-content: stretch;
    padding: 0;
    width: 100%;
}

#store_body {
    padding-bottom: 2.5rem;
}

.storefront_template {
    isolation: isolate;
}

.storefront_template .storefront_badge,
.storefront_template .storefront_deals_btn,
.storefront_template .storefront_login_btn,
.storefront_template #message_store,
.storefront_template .follow_store,
.storefront_template .storefront_followers_badge {
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

.storefront_template .storefront_category_cloud a,
.storefront_template .storefront_contact_item,
.storefront_template .storefront_mini_product {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.storefront_template .storefront_category_cloud a:hover,
.storefront_template .storefront_contact_item:hover,
.storefront_template .storefront_mini_product:hover {
    transform: translateY(-2px);
}

.storefront_status_actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.storefront_status_count {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.58rem 0.82rem;
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 999px;
    background: rgba(239, 246, 255, 0.86);
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
}

.storefront_status_count i {
    color: #f97316;
}

.storefront_status_card #story_progress {
    width: min(260px, 100%);
    height: 14px;
    margin: 0.9rem 0 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.82);
}

.storefront_status_card #story_progress .progress-bar {
    background: linear-gradient(90deg, #1d4ed8, #14b8a6);
}

#active_stories {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 1rem 0 0 !important;
}

#active_stories .story_admin_thumb {
    position: relative;
    width: 86px;
    height: 86px;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.74)),
        #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.13);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#active_stories .story_admin_thumb:hover {
    transform: translateY(-2px) rotate(-1deg);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

#active_stories .story_admin_thumb img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
    box-shadow: none;
}

.story_admin_delete,
.story_admin_type {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.story_admin_delete {
    top: 0.42rem;
    right: 0.42rem;
    width: 24px;
    height: 24px;
    background: rgba(239, 68, 68, 0.95);
    color: #ffffff;
    font-size: 0.78rem;
    box-shadow: 0 8px 18px rgba(127, 29, 29, 0.24);
}

.story_admin_type {
    left: 0.45rem;
    bottom: 0.45rem;
    min-width: 28px;
    height: 28px;
    padding: 0 0.45rem;
    background: rgba(15, 23, 42, 0.76);
    color: #ffffff;
    font-size: 0.74rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.story_admin_thumb.is-video::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.34));
    pointer-events: none;
}

.story_upload_dialog_header {
    align-items: center;
}

.story_upload_dialog_header small,
.story_upload_dialog_header strong {
    display: block;
    -webkit-text-fill-color: initial;
}

.story_upload_dialog_header small {
    margin-bottom: 0.15rem;
    color: #2563eb;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.story_upload_dialog_header strong {
    color: #0f172a;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.story_upload_header_icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #1d4ed8, #14b8a6);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.28);
}

.story_upload_dialog {
    display: grid;
    gap: 1rem;
    color: #0f172a;
}

.story_upload_dropzone {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.25rem);
    border: 1px solid rgba(191, 219, 254, 0.96);
    border-radius: 26px;
    background:
        radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.16), transparent 32%),
        radial-gradient(circle at 92% 12%, rgba(20, 184, 166, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(239, 246, 255, 0.9));
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.story_upload_dropzone:hover,
.story_upload_dropzone:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 22px 42px rgba(37, 99, 235, 0.14);
    outline: 0;
}

.story_upload_dropzone_icon,
.story_upload_dropzone_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.story_upload_dropzone_icon {
    width: 58px;
    height: 58px;
    background: #ffffff;
    color: #1d4ed8;
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(219, 234, 254, 0.9), 0 14px 30px rgba(37, 99, 235, 0.12);
}

.story_upload_dropzone_copy {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
}

.story_upload_dropzone_copy strong {
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.story_upload_dropzone_copy small {
    color: #64748b;
    line-height: 1.45;
}

.story_upload_dropzone_cta {
    min-height: 42px;
    padding: 0.58rem 0.9rem;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.story_upload_limits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.story_upload_limits span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.68rem;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #475569;
    font-size: 0.76rem;
    font-weight: 800;
}

.story_upload_limits i {
    color: #2563eb;
}

.story_upload_preview {
    min-height: 136px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 0.8rem;
}

.story_upload_empty,
.story_upload_limit_state {
    min-height: 136px;
    display: grid;
    place-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.58);
    border-radius: 24px;
    background: rgba(248, 250, 252, 0.82);
    color: #64748b;
    text-align: center;
    grid-column: 1 / -1;
}

.story_upload_empty i,
.story_upload_limit_state i {
    color: #2563eb;
    font-size: 1.55rem;
}

.story_upload_limit_state strong {
    color: #0f172a;
    font-size: 1.05rem;
}

.story_upload_preview_card {
    position: relative;
    overflow: hidden;
    min-height: 174px;
    display: grid;
    align-content: end;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 24px;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.story_upload_preview_card img,
.story_upload_preview_card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story_upload_preview_card::after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.74));
}

.story_upload_preview_card strong {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 0.72rem 0.72rem;
    font-size: 0.78rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.story_upload_preview_badge {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.34rem 0.52rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.story_upload_confirm {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: stretch;
}

.story_upload_toggle {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.story_upload_toggle input {
    width: 18px;
    height: 18px;
    accent-color: #2563eb;
}

.story_upload_toggle span {
    display: grid;
    gap: 0.12rem;
}

.story_upload_toggle strong {
    color: #0f172a;
    font-size: 0.9rem;
}

.story_upload_toggle small {
    color: #64748b;
    line-height: 1.35;
}

.story_upload_save {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    padding: 0.82rem 1.1rem;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22);
}

.story_upload_save:disabled {
    cursor: not-allowed;
    filter: grayscale(0.55);
    opacity: 0.68;
}

.story_upload_notice {
    min-height: 0;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.story_upload_notice--error {
    color: #dc2626;
}

.story_upload_notice--success {
    color: #047857;
}

.storefront_template :is(
    .storefront_section,
    .storefront_side_card,
    .showcase_panel,
    .grid_panel,
    .mosaic_tile,
    .luxe_panel,
    .atelier_card,
    .feed_card,
    .pc_panel,
    .pc_catalog
) {
    position: relative;
    isolation: isolate;
}

.storefront_template :is(
    .storefront_section,
    .storefront_side_card,
    .showcase_panel,
    .grid_panel,
    .mosaic_tile,
    .luxe_panel,
    .atelier_card,
    .feed_card,
    .pc_panel,
    .pc_catalog
)::after {
    content: '';
    position: absolute;
    right: -46px;
    top: -46px;
    width: 128px;
    height: 128px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(249, 115, 22, 0.08));
    opacity: 0.78;
    pointer-events: none;
    transform: rotate(14deg);
    z-index: 0;
}

.storefront_template :is(
    .storefront_section,
    .storefront_side_card,
    .showcase_panel,
    .grid_panel,
    .mosaic_tile,
    .luxe_panel,
    .atelier_card,
    .feed_card,
    .pc_panel,
    .pc_catalog
):hover {
    border-color: rgba(37, 99, 235, 0.22);
}

@media screen and (max-width: 640px) {
    .storefront_status_head,
    .storefront_status_actions,
    .story_upload_dropzone,
    .story_upload_confirm {
        display: grid;
        grid-template-columns: 1fr;
    }

    .storefront_status_actions {
        justify-items: start;
    }

    .story_upload_dropzone_cta {
        width: 100%;
    }

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

.storefront_product_carousel {
    position: relative;
    margin: 0 0 1rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(203, 213, 225, 0.78);
    border-radius: 28px;
    background:
        radial-gradient(circle at 8% 12%, rgba(37, 99, 235, 0.13), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.storefront_product_carousel::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #f97316, #0f9f7a);
}

.storefront_product_carousel_head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.storefront_product_carousel_kicker {
    display: inline-flex;
    margin-bottom: 0.25rem;
    color: #2563eb;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.storefront_product_carousel_head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    font-weight: 900;
    line-height: 1.05;
}

.storefront_product_carousel_head p {
    max-width: 620px;
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
}

.storefront_product_carousel_head > a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.storefront_product_carousel_track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 240px);
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.15rem 0 0.55rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(37, 99, 235, 0.38) transparent;
}

.storefront_product_carousel_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid rgba(226, 232, 240, 0.78);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    scroll-snap-align: start;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.storefront_product_carousel_card:hover {
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.13);
}

.storefront_product_carousel_card--feature {
    grid-column: span 2;
}

.storefront_product_carousel_media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.76;
    min-height: 150px;
    overflow: hidden;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
}

.storefront_product_carousel_card--feature .storefront_product_carousel_media {
    min-height: 220px;
}

.storefront_product_carousel_media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.3s ease;
}

.storefront_product_carousel_card:hover .storefront_product_carousel_media img {
    transform: scale(1.06);
}

.storefront_product_carousel_fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #2563eb;
    font-size: 2rem;
}

.storefront_product_carousel_copy {
    display: grid;
    gap: 0.42rem;
    padding: 0.85rem;
}

.storefront_product_carousel_tag {
    width: fit-content;
    padding: 0.24rem 0.5rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.storefront_product_carousel_copy strong {
    display: -webkit-box;
    min-height: 2.6em;
    overflow: hidden;
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 850;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.storefront_product_carousel_price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.42rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
}

.storefront_product_carousel_old {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .storefront_product_carousel {
        margin-left: -0.15rem;
        margin-right: -0.15rem;
        padding: 1rem 0.85rem;
        border-radius: 22px;
    }

    .storefront_product_carousel_head {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront_product_carousel_head > a {
        width: 100%;
        justify-content: center;
    }

    .storefront_product_carousel_track {
        grid-auto-columns: minmax(168px, 78vw);
    }

    .storefront_product_carousel_card--feature {
        grid-column: span 1;
    }

    .storefront_product_carousel_card--feature .storefront_product_carousel_media {
        min-height: 160px;
    }
}

.store_header_brand,
.store_header_status,
.store_header_actions {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.68rem 0.85rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 26px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(12px);
}

.store_header_brand {
    grid-area: brand;
    gap: 0.8rem;
    align-items: center;
    padding: 0.72rem 0.85rem;
    min-height: 74px;
}

.store_header_copy {
    display: grid;
    gap: 0.3rem;
    min-width: 0;
}

.store_header_logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #0ea5e9 100%);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

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

.store_header_logo_fallback {
    color: #ffffff;
    font-family: var(--display-font);
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.store_header_kicker {
    display: inline-flex;
    width: fit-content;
    color: var(--colorPrimary);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store_header_title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    color: var(--colorSecondary);
    text-decoration: none;
    font-family: var(--display-font);
    font-size: clamp(0.98rem, 0.9rem + 0.42vw, 1.28rem);
    font-weight: 900;
    line-height: 1.1;
}

.store_header_title:hover {
    text-decoration: none;
}

.store_header_title_badge {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    min-height: 28px;
    padding: 0.24rem 0.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.12));
    border: 1px solid rgba(37, 99, 235, 0.12);
    color: var(--colorPrimary);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 20px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
}

.store_header_title_badge--verified {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(16, 185, 129, 0.1));
    border-color: rgba(34, 197, 94, 0.18);
    color: #047857;
}

.store_header_title_badge--verified i {
    color: #10b981;
}

.store_header_subtitle {
    margin: 0;
    color: var(--text_color);
    font-size: 0.84rem;
    line-height: 1.5;
}

.store_header_status {
    grid-area: status;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 0.45rem;
    width: fit-content;
    max-width: 100%;
    min-height: 0;
    padding: 0.5rem 0.58rem;
    border-radius: 18px;
    justify-self: start;
    align-self: stretch;
}

.store_header_chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 30px;
    padding: 0.34rem 0.62rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorSecondary);
    font-size: 0.7rem;
    font-weight: 850;
    line-height: 1;
}

.store_header_chip a {
    color: inherit;
    text-decoration: none;
}

.store_header_chip--accent {
    background: rgba(14, 165, 233, 0.12);
    color: #075985;
}

.store_header_chip--warning {
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
}

.store_header_actions {
    grid-area: actions;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    overflow: visible;
}

#guide_admin_div:empty {
    display: none;
}

#guide_admin_div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    justify-self: end;
    align-self: stretch;
    position: relative;
    z-index: 36;
}

.store_admin_shell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    width: 100%;
    flex-wrap: wrap;
    padding: 0.28rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}

.store_admin_dashboard,
.store_admin_quicklink,
.store_admin_menu_toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 42px;
    padding: 0.42rem 0.72rem;
    border-radius: 16px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.store_admin_dashboard:hover,
.store_admin_quicklink:hover,
.store_admin_menu_toggle:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.store_admin_dashboard {
    color: #ffffff;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #0ea5e9 100%);
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.22);
}

.store_admin_dashboard i,
.store_admin_quicklink i {
    font-size: 1rem;
}

.store_admin_dashboard span,
.store_admin_menu_text {
    display: grid;
    gap: 0.04rem;
    text-align: left;
    line-height: 1.08;
}

.store_admin_dashboard small,
.store_admin_menu_text small {
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store_admin_dashboard small {
    color: rgba(255, 255, 255, 0.82);
}

.store_admin_dashboard strong,
.store_admin_menu_text strong {
    font-size: 0.82rem;
    font-weight: 800;
}

.store_admin_menu_text strong,
.store_admin_menu_text small {
    white-space: nowrap;
}

.store_admin_dashboard strong {
    color: #ffffff;
}

.store_admin_quicklink,
.store_admin_menu_toggle {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: var(--colorSecondary);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.store_admin_quicklink {
    font-weight: 800;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
}

.store_admin_menu_toggle {
    max-width: none;
    cursor: pointer;
}

.store_admin_dropdown {
    position: relative;
    z-index: 42;
}

.store_admin_profile_media {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.12);
}

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

.store_admin_avatar_placeholder {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--colorPrimary);
    font-size: 1rem;
}

.store_admin_dropdown .dropdown-toggle::after {
    margin-left: 0.2rem;
}

.store_article {
    background: var(--transparent_10);
    border-radius: 10px;
    box-shadow: 1px 1px 3px var(--white_10);
}

.storefront_footer {
    display: grid;
    gap: 1rem;
    margin: 2rem auto 0;
    padding: clamp(1rem, 2vw, 1.25rem);
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.storefront_footer_body {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 1rem;
    align-items: start;
}

.storefront_footer_kicker {
    display: inline-flex;
    margin-bottom: 0.4rem;
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.storefront_footer_intro h2 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: clamp(1.35rem, 2vw, 2rem);
    letter-spacing: -0.045em;
}

.storefront_footer_intro p {
    margin: 0.65rem 0 0;
    color: var(--colorSecondary);
    line-height: 1.8;
}

.storefront_footer_contacts {
    display: grid;
    gap: 0.65rem;
}

.storefront_footer_contact,
.storefront_footer_empty {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    min-height: 72px;
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.82);
    color: var(--colorSecondary);
    text-decoration: none;
}

.storefront_footer_contact:hover {
    text-decoration: none;
}

.storefront_footer_contact i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--colorPrimary);
}

.storefront_footer_contact strong {
    display: block;
    color: var(--colorSecondary);
    font-size: 0.92rem;
    line-height: 1.3;
}

.storefront_footer_contact span,
.storefront_footer_empty {
    color: var(--text_color);
    line-height: 1.55;
}

.storefront_footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(203, 213, 225, 0.86);
    color: var(--text_color);
    font-size: 0.88rem;
    font-weight: 700;
}

#manage_store_body {
    margin-top: 0 !important;
}

@media screen and (max-width: 991px) {
    .large_store_header_visibility {
        display: none;
    }

    #store_header_container {
        width: calc(100% - 0.8rem);
        border-radius: 22px;
        padding: 0.58rem;
    }

    #store_header {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "actions";
        gap: 0.65rem;
    }

    .store_admin_shell {
        flex-wrap: wrap;
        gap: 0.4rem;
        justify-content: space-between;
    }

    .store_admin_dashboard {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0.38rem 0.66rem;
    }

    .store_admin_dashboard small {
        display: none;
    }

    .store_admin_quicklink span,
    .store_admin_menu_text small {
        display: none;
    }

    .store_admin_quicklink,
    .store_admin_menu_toggle {
        padding: 0.38rem 0.58rem;
    }

    .store_admin_menu_toggle {
        max-width: none;
    }

    #guide_admin_div {
        justify-self: stretch;
    }

    .storefront_footer_body {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) {
    .large_store_header_visibility {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    #store_header_container {
        width: calc(100% - 0.6rem);
        border-radius: 20px;
        padding: 0.5rem;
    }

    #store_header {
        gap: 0.5rem;
    }

    .store_admin_shell {
        justify-content: space-between;
    }

    .store_admin_dashboard,
    .store_admin_quicklink,
    .store_admin_menu_toggle {
        justify-content: center;
    }
}

@media all and (display-mode: standalone) {
    .large_store_header_visibility {
        display: none;
        visibility: hidden;
    }
}

#admin_menu {
    width: 300px;
    min-width: 280px;
    max-width: min(92vw, 320px);
    padding: 0.35rem;
    margin-top: 0.72rem !important;
    right: 0;
    left: auto;
    font-size: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
    z-index: 1200;
}

#admin_menu li:hover {
    color: var(--colorPrimary);
    background: var(--transparent_10);
    text-decoration: none;
}

#admin_menu a {
    display: block;
    height: 100%;
    line-height: 1.45rem;
    padding: 0.65rem 0.85rem;
    border-bottom: 0;
    border-radius: 14px;
    color: var(--colorSecondary);
}

#admin_menu a:hover {
    text-decoration: none;
    color: var(--colorSecondary);
}

#admin_menu .admin_menu_header {
    display: grid;
    gap: 0.12rem;
    padding: 0.7rem 0.85rem 0.8rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid var(--transparent_10);
}

#admin_menu .admin_menu_header span {
    color: var(--colorPrimary);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#admin_menu .admin_menu_header strong {
    color: var(--colorSecondary);
    font-size: 0.96rem;
}

#admin_menu .admin_menu_header small {
    color: var(--text_color);
    font-size: 0.8rem;
}

#admin_menu .admin_item {
    color: var(--colorSecondary);
    margin-right: 10px;
    width: 20px;
}

.manage_dashboard_shell {
    width: min(calc(var(--max-body-width) + 1rem), calc(100% - 1rem));
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: 1.15rem;
    margin: 1.35rem auto 0;
    padding: 0 0.5rem 1.75rem;
    align-items: start;
}

.manage_dashboard_sidebar,
.manage_dashboard_main {
    min-width: 0;
}

.manage_dashboard_main {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.manage_sidebar_shell {
    position: sticky;
    top: calc(var(--store-header-offset, 168px) + 4.9rem);
    min-height: calc(100vh - (var(--store-header-offset, 168px) + 6rem));
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.manage_sidebar_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(203, 213, 225, 0.86);
}

.manage_sidebar_intro {
    min-width: 0;
}

.manage_sidebar_kicker,
.manage_page_kicker {
    display: inline-flex;
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

#manage_store_heading,
.manage_page_intro h1 {
    margin: 0.35rem 0 0;
    color: var(--colorSecondary);
    letter-spacing: -0.04em;
}

#manage_store_heading {
    font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.55rem);
}

.manage_sidebar_intro p,
.manage_page_intro p {
    margin: 0.45rem 0 0;
    color: var(--text_color);
    line-height: 1.65;
}

#toggle {
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--colorSecondary);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

#toggle span {
    font-size: 1rem;
    display: none;
}

#toggle span.open,
#toggle.active span.close {
    display: block;
}

#toggle span.close,
#toggle.active span.open {
    display: none;
}

#navigation_background {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 48;
}

#navigation_background.active {
    opacity: 1;
    pointer-events: auto;
}

#navigation_loader {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.48);
    color: #ffffff;
    font-size: 2.6rem;
    z-index: 60;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#navigation {
    position: relative;
    z-index: 1;
    width: 100%;
    flex: 1 1 auto;
    min-height: 320px;
    overflow: auto;
    background: transparent;
}

#navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.42rem;
}

#navigation ul li {
    list-style: none;
    width: 100%;
    margin: 0;
}

#navigation ul li a {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--colorSecondary);
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#navigation ul li a:hover {
    color: var(--colorSecondary);
    text-decoration: none;
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.08);
}

#navigation ul li a .icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.96rem;
}

#navigation ul li a .title {
    display: block;
    padding-left: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: normal;
}

#navigation ul li.active a {
    border-color: rgba(37, 99, 235, 0.24);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.18);
}

#navigation ul li.active a .icon {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

#navigation ul li.active a .title {
    color: #ffffff !important;
}

.manage_sidebar_footer {
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(203, 213, 225, 0.86);
}

.manage_sidebar_home {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--colorPrimary);
    font-weight: 800;
    text-decoration: none;
}

.manage_sidebar_home:hover {
    color: var(--colorPrimary);
    text-decoration: none;
}

.manage_panel,
.manage_page_intro {
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.06), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.07);
}

.manage_page_intro {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}

.manage_page_intro h1 {
    font-size: clamp(1.7rem, 1.3rem + 1.2vw, 2.45rem);
}

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

.manage_page_metrics article {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
}

.manage_page_metrics span {
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.manage_page_metrics strong {
    color: var(--colorSecondary);
    font-size: 1.25rem;
    line-height: 1.2;
}

.manage_page_metrics small {
    color: var(--text_color);
    font-size: 0.84rem;
    line-height: 1.45;
}

.finance_dashboard_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
    gap: 1rem;
}

.finance_sidebar_stack {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.finance_profile_panel,
.finance_overview_panel,
.finance_diagnostics_panel,
.finance_actions_panel,
.finance_history_panel {
    padding: 1.15rem;
}

.finance_panel_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(203, 213, 225, 0.86);
}

.finance_panel_header--compact {
    margin-bottom: 0.75rem;
}

.finance_panel_header h2 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: clamp(1.05rem, 0.96rem + 0.3vw, 1.35rem);
    letter-spacing: -0.03em;
}

.finance_panel_header p,
.finance_helper_copy {
    margin: 0.42rem 0 0;
    color: var(--text_color);
    line-height: 1.65;
}

.finance_badge,
.finance_meta_pill {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.finance_badge {
    background: rgba(37, 99, 235, 0.1);
    color: var(--colorPrimary);
}

.finance_badge--warning {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.finance_badge--success,
.finance_meta_pill--success {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.finance_badge--danger {
    background: rgba(239, 68, 68, 0.14);
    color: #b91c1c;
}

.finance_profile_form,
.finance_profile_ready,
.finance_overview_list,
.finance_profile_actions {
    display: grid;
    gap: 0.9rem;
}

.finance_inline_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.finance_meta_pill {
    background: rgba(37, 99, 235, 0.1);
    color: var(--colorPrimary);
}

.finance_field {
    display: grid;
    gap: 0.42rem;
}

.finance_field label {
    margin: 0;
    color: var(--colorSecondary);
    font-size: 0.9rem;
    font-weight: 800;
}

.finance_field small {
    color: var(--text_color);
    line-height: 1.6;
}

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

.finance_input,
.finance_select {
    min-height: 50px;
    border: 1px solid rgba(203, 213, 225, 0.9) !important;
    border-radius: 16px !important;
    background: rgba(248, 250, 252, 0.92) !important;
    color: var(--colorSecondary);
    box-shadow: none !important;
}

.finance_input:focus,
.finance_select:focus {
    border-color: rgba(37, 99, 235, 0.35) !important;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12) !important;
}

.finance_submit_btn {
    justify-self: start;
}

.finance_account_value {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(29, 78, 216, 0.92) 58%, rgba(14, 165, 233, 0.9) 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    word-break: break-word;
}

.finance_overview_item {
    display: grid;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
}

.finance_overview_item span {
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.finance_overview_item strong {
    color: var(--colorSecondary);
    font-size: 1rem;
    line-height: 1.35;
    word-break: break-word;
}

.finance_overview_item small {
    color: var(--text_color);
    font-size: 0.84rem;
    line-height: 1.55;
}

.finance_actions_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.finance_action_button {
    width: 100%;
    display: grid;
    gap: 0.55rem;
    align-content: start;
    text-align: left;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--colorSecondary);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.finance_action_button:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.1);
}

.finance_action_icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(29, 78, 216, 0.92) 60%, rgba(14, 165, 233, 0.9) 100%);
    color: #ffffff;
    font-size: 1rem;
}

.finance_action_button strong {
    color: var(--colorSecondary);
    font-size: 1rem;
}

.finance_action_button small {
    color: var(--text_color);
    font-size: 0.84rem;
    line-height: 1.55;
}

.finance_history_table {
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
}

.finance_history_table table {
    margin-bottom: 0;
}

.finance_history_table thead th {
    border-top: 0;
    border-bottom: 1px solid rgba(203, 213, 225, 0.86);
    background: rgba(248, 250, 252, 0.9);
    color: var(--colorSecondary);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.finance_history_table tbody td {
    vertical-align: middle;
    color: var(--colorSecondary);
}

.finance_table_id {
    font-family: var(--display-font);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.finance_history_empty {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    padding: 1.8rem 1rem;
    color: var(--text_color);
    text-align: center;
}

.finance_history_empty i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1.15rem;
}

.finance_history_empty strong {
    color: var(--colorSecondary);
    font-size: 1rem;
}

.finance_history_empty span {
    max-width: 420px;
    line-height: 1.6;
}

.finance_history_pagination .pagination {
    margin: 1rem 0 0;
    gap: 0.38rem;
    flex-wrap: wrap;
}

.finance_history_pagination .page-link {
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--colorSecondary);
    font-weight: 700;
    box-shadow: none;
}

.finance_history_pagination .page-item.active .page-link {
    border-color: rgba(37, 99, 235, 0.26);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
    color: #ffffff;
}

.finance-modal-header_copy {
    min-width: 0;
    display: grid;
    gap: 0.38rem;
}

.finance-modal-header_copy strong {
    display: block;
    color: var(--colorSecondary);
    font-size: clamp(1.08rem, 0.98rem + 0.35vw, 1.42rem);
    letter-spacing: -0.03em;
}

.finance-modal-header_copy small {
    display: block;
    color: var(--text_color);
    line-height: 1.55;
}

.finance-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--colorPrimary);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.finance-modal-close {
    align-self: flex-start;
    color: var(--colorSecondary);
    font-size: 1.8rem;
    opacity: 0.75;
}

.finance-modal-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    gap: 1rem;
    align-items: start;
}

.finance-modal-panel {
    padding: 1.15rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.07);
}

.finance-modal-panel--payment {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.94) 100%);
}

.finance-modal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--colorPrimary);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.finance-modal-panel h2,
.finance-modal-payment_intro h3 {
    margin: 0.45rem 0 0;
    color: var(--colorSecondary);
    font-size: clamp(1.18rem, 1.06rem + 0.45vw, 1.7rem);
    letter-spacing: -0.04em;
}

.finance-modal-panel p,
.finance-modal-payment_intro p {
    margin: 0.5rem 0 0;
    color: var(--text_color);
    line-height: 1.7;
}

.finance-modal-status {
    display: grid;
    gap: 0.26rem;
    margin: 1rem 0;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    border: 1px solid transparent;
}

.finance-modal-status strong {
    color: var(--colorSecondary);
    font-size: 1rem;
}

.finance-modal-status span {
    color: var(--text_color);
    line-height: 1.55;
}

.finance-modal-status--success {
    border-color: rgba(16, 185, 129, 0.2);
    background: rgba(236, 253, 245, 0.92);
}

.finance-modal-status--warning {
    border-color: rgba(245, 158, 11, 0.22);
    background: rgba(255, 251, 235, 0.95);
}

.finance-modal-status--danger {
    border-color: rgba(239, 68, 68, 0.2);
    background: rgba(254, 242, 242, 0.95);
}

.finance-modal-stat_grid,
.finance-rate_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.78rem;
    margin-bottom: 1rem;
}

.finance-modal-stat,
.finance-rate_item {
    display: grid;
    gap: 0.16rem;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.9);
}

.finance-modal-stat span,
.finance-rate_item span,
.finance-slider_meta span {
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.finance-modal-stat strong,
.finance-rate_item strong,
.finance-slider_meta strong {
    color: var(--colorSecondary);
    font-size: 1rem;
    line-height: 1.35;
}

.finance-modal-stat small,
.finance-rate_item small {
    color: var(--text_color);
    line-height: 1.5;
}

.finance-modal-field {
    display: grid;
    gap: 0.35rem;
    margin: 0.95rem 0 0.55rem;
}

.finance-modal-field span {
    color: var(--colorSecondary);
    font-size: 0.92rem;
    font-weight: 800;
}

.finance-modal-field small,
.finance-upload_copy span,
.finance-upload_drop_copy span,
.finance-slider_header small,
.finance-checkbox_card small {
    color: var(--text_color);
    line-height: 1.6;
}

.finance-modal-select {
    margin-bottom: 1rem;
}

.finance-modal-total_card {
    display: grid;
    gap: 0.32rem;
    padding: 1rem 1.05rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0ea5e9 100%);
    color: #ffffff;
}

.finance-modal-total_card span,
.finance-modal-total_card small {
    color: rgba(255, 255, 255, 0.88);
}

.finance-modal-total_card strong {
    color: #ffffff;
    font-size: clamp(1.1rem, 1rem + 0.34vw, 1.45rem);
    letter-spacing: -0.03em;
}

.finance-modal-note,
.finance-modal-payment-helper {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.9rem 0.95rem;
    border-radius: 20px;
    border: 1px solid rgba(191, 219, 254, 0.7);
    background: rgba(239, 246, 255, 0.92);
    color: #1d4ed8;
    line-height: 1.6;
}

.finance-modal-note i,
.finance-modal-payment-helper i,
.finance-modal-footer_note i {
    margin-top: 0.1rem;
}

.finance-modal-payment_intro {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.finance-modal-payment-pill {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.48rem;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--colorPrimary);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.4;
}

.finance-modal-payment_forms {
    min-width: 0;
}

.finance-modal-payment_forms .nav-tabs {
    gap: 0.38rem;
    border-bottom: 0;
    flex-wrap: wrap;
}

.finance-modal-payment_forms .nav-tabs .nav-link {
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--colorSecondary);
    font-weight: 700;
}

.finance-modal-payment_forms .nav-tabs .nav-link.active {
    border-color: rgba(37, 99, 235, 0.24);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
    color: #ffffff;
}

.finance-modal-payment_forms .nav-tabs .nav-link.active.text_secondary {
    color: #ffffff !important;
}

.finance-modal-payment_forms .tab-content {
    margin-top: 1rem;
}

.finance-upload_shell,
.finance-event_media_shell {
    display: grid;
    gap: 0.78rem;
    margin: 1rem 0;
}

.finance-upload_copy strong,
.finance-slider_header strong,
.finance-checkbox_card strong {
    color: var(--colorSecondary);
}

.finance-upload_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
    gap: 0.85rem;
}

.finance-upload_drop {
    position: relative;
    display: grid;
    gap: 0.85rem;
    align-content: start;
    padding: 1rem;
    border: 1px dashed rgba(96, 165, 250, 0.5);
    border-radius: 24px;
    background: rgba(239, 246, 255, 0.8);
}

.finance-upload_drop input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.finance-upload_drop_copy {
    display: grid;
    gap: 0.28rem;
}

.finance-upload_drop_copy i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(29, 78, 216, 0.92) 60%, rgba(14, 165, 233, 0.9) 100%);
    color: #ffffff;
    font-size: 1rem;
}

.finance-upload_drop_copy strong {
    color: var(--colorSecondary);
}

.finance-upload_trigger {
    justify-self: start;
    border-radius: 999px;
}

.finance-upload_progress {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(203, 213, 225, 0.58);
}

.finance-upload_previews {
    display: grid;
    gap: 0.78rem;
}

.finance-upload_preview {
    position: relative;
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.86);
    overflow: hidden;
}

.finance-upload_preview img {
    display: none;
    width: 100%;
    height: 116px;
    object-fit: cover;
}

.finance-upload_preview.is-filled img {
    display: block;
}

.finance-upload_preview span {
    color: var(--text_color);
    font-size: 0.86rem;
    font-weight: 700;
}

.finance-slider_card {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
}

.finance-slider_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.finance-slider_steps {
    display: inline-flex;
    gap: 0.38rem;
}

.finance-slider_step {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 12px;
    background: #ffffff;
    color: var(--colorSecondary);
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.finance-slider_step:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.28);
}

.finance-slider_input {
    width: 100%;
}

.finance-money_value {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.finance-money_symbol {
    color: var(--colorSecondary);
    font-size: 0.88rem;
    font-weight: 800;
}

.finance-coverage_preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: -0.25rem 0 1rem;
}

.finance-coverage_chip,
.finance-coverage_empty {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.7rem;
    border: 1px solid rgba(191, 219, 254, 0.92);
    border-radius: 999px;
    background: rgba(239, 246, 255, 0.82);
    color: var(--colorSecondary);
    font-size: 0.78rem;
    font-weight: 700;
}

.finance-coverage_empty {
    border-style: dashed;
    color: var(--text_color);
    font-weight: 600;
}

.finance-coverage_chip_meta {
    color: var(--colorPrimary);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.finance-country-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.finance-country-option__name {
    color: var(--colorSecondary);
    font-weight: 700;
}

.finance-country-option__meta {
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.finance-country-option.is-primary .finance-country-option__meta {
    color: #047857;
}

.finance-coverage_picker + .dropdown-toggle,
.finance-modal-panel .bootstrap-select > .dropdown-toggle {
    min-height: 50px;
    border: 1px solid rgba(203, 213, 225, 0.9) !important;
    border-radius: 16px !important;
    background: rgba(248, 250, 252, 0.92) !important;
    color: var(--colorSecondary) !important;
    box-shadow: none !important;
}

.finance-modal-panel .bootstrap-select > .dropdown-toggle:focus,
.finance-modal-panel .bootstrap-select > .dropdown-toggle:hover {
    border-color: rgba(37, 99, 235, 0.35) !important;
}

.finance-modal-panel .bootstrap-select .filter-option-inner-inner {
    display: flex;
    align-items: center;
    min-height: 28px;
    font-weight: 700;
}

.finance-modal-panel .bootstrap-select .dropdown-menu {
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 18px;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
}

.finance-modal-panel .bootstrap-select .bs-actionsbox,
.finance-modal-panel .bootstrap-select .bs-searchbox {
    padding: 0.65rem 0.75rem;
}

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

.finance-slider_meta div {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.9);
}

.finance-checkbox_card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.finance-checkbox_card input {
    margin-top: 0.3rem;
}

.finance-event_media_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 0.75rem;
}

.finance-event_media_option {
    display: block;
    margin: 0;
    cursor: pointer;
}

.finance-event_media_option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.finance-event_media_frame {
    display: block;
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(248, 250, 252, 0.86);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.finance-event_media_frame img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    display: block;
}

.finance-event_media_option:hover .finance-event_media_frame {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.08);
}

.finance-event_media_option input:checked + .finance-event_media_frame {
    border-color: rgba(37, 99, 235, 0.54);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.finance-dialog-empty {
    display: grid;
    gap: 0.4rem;
    justify-items: center;
    padding: 2rem 1.2rem;
    color: var(--text_color);
    text-align: center;
}

.finance-dialog-empty i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1.22rem;
}

.finance-dialog-empty strong {
    color: var(--colorSecondary);
    font-size: 1.04rem;
}

.finance-dialog-empty span {
    max-width: 420px;
    line-height: 1.65;
}

.finance-dialog-empty--compact {
    padding: 1.2rem;
    border: 1px dashed rgba(148, 163, 184, 0.42);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.84);
}

.finance-modal-footer_note {
    width: 100%;
    color: var(--text_color);
    font-size: 0.88rem;
    line-height: 1.65;
}

.finance-modal-footer_note span {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
}

#finance_model .modal-dialog {
    max-width: 1180px;
}

#finance_model .modal-content {
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 28px;
    box-shadow: 0 28px 54px rgba(15, 23, 42, 0.14);
}

#finance_model .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border-color: rgba(203, 213, 225, 0.86);
    padding: 1.15rem 1.25rem 1rem;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.1), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
}

#finance_model .modal-body {
    padding: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 26%),
        radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.06), transparent 24%),
        linear-gradient(145deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

#finance_model .modal-footer {
    border-color: rgba(203, 213, 225, 0.86);
    padding: 0.95rem 1.25rem 1.1rem;
    background: rgba(255, 255, 255, 0.96);
}

#finance_model .modal-footer:empty {
    display: none;
}

@media (max-width: 991.98px) {
    .finance-modal-shell,
    .finance-upload_grid,
    .finance-modal-stat_grid,
    .finance-rate_grid {
        grid-template-columns: 1fr;
    }

    .finance-slider_header {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .finance-slider_meta {
        grid-template-columns: 1fr;
    }

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

    #finance_model .modal-header,
    #finance_model .modal-body,
    #finance_model .modal-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.manage_dashboard_shell--shipping .manage_page_intro {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.1), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.shipping_manage_metrics article:first-child {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0ea5e9 100%);
    box-shadow: 0 22px 38px rgba(37, 99, 235, 0.16);
}

.shipping_manage_metrics article:first-child span,
.shipping_manage_metrics article:first-child strong,
.shipping_manage_metrics article:first-child small {
    color: #ffffff;
}

.shipping_locked_panel,
.shipping_builder_panel,
.shipping_methods_panel,
.shipping_prices_panel,
.shipping_usage_panel {
    padding: 1.15rem;
}

.shipping_dashboard_grid {
    display: grid;
    grid-template-columns: minmax(320px, 340px) minmax(0, 2.35fr) minmax(260px, 310px);
    grid-template-areas: "side prices usage";
    gap: 1rem;
    align-items: start;
}

.shipping_dashboard_side {
    grid-area: side;
    display: grid;
    gap: 1rem;
    align-content: start;
    min-width: 0;
}

.shipping_panel_header {
    margin-bottom: 1rem;
}

.shipping_builder_form,
.shipping_methods_panel,
.shipping_prices_shell,
.shipping_products_shell {
    display: grid;
    gap: 0.95rem;
}

.shipping_builder_panel {
    display: grid;
    gap: 0.95rem;
    align-content: start;
}

.shipping_prices_panel {
    grid-area: prices;
    display: grid;
    gap: 0.95rem;
    align-content: start;
    min-width: 0;
}

.shipping_usage_panel {
    grid-area: usage;
    display: grid;
    gap: 0.95rem;
    align-content: start;
    min-width: 0;
}

.shipping_type_options {
    display: grid;
    gap: 0.8rem;
}

.shipping_type_option {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.shipping_type_option:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.08);
}

.shipping_type_option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shipping_type_option:has(input:checked) {
    border-color: rgba(37, 99, 235, 0.24);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(29, 78, 216, 0.92) 58%, rgba(14, 165, 233, 0.88) 100%);
    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.16);
}

.shipping_type_option:has(input:checked) .shipping_type_copy strong,
.shipping_type_option:has(input:checked) .shipping_type_copy small {
    color: #ffffff;
}

.shipping_type_option:has(input:checked) .shipping_type_icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.shipping_type_icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1rem;
}

.shipping_type_copy {
    display: grid;
    gap: 0.22rem;
}

.shipping_type_copy strong {
    color: var(--colorSecondary);
    font-size: 0.98rem;
}

.shipping_type_copy small {
    color: var(--text_color);
    line-height: 1.55;
}

.shipping_submit_stage {
    display: grid;
    gap: 0.95rem;
    margin-top: 0.35rem;
}

.shipping_builder_timing,
.shipping_builder_pickup,
.shipping_builder_preview {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.8);
}

.shipping_builder_subhead {
    margin: 0;
    color: var(--colorSecondary);
    font-size: 0.92rem;
    font-weight: 800;
}

.shipping_output_preview {
    min-height: 120px;
    max-height: 220px;
    overflow: auto;
    padding: 0.85rem 0.95rem;
    border: 1px dashed rgba(148, 163, 184, 0.42);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--text_color);
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
}

.shipping_builder_submit {
    justify-self: start;
}

.shipping_builder_loader {
    text-align: center;
}

.shipping_method_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.7rem;
    margin: 0;
    padding: 0;
}

.shipping_method_item {
    list-style: none;
}

.shipping_name {
    width: 100%;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0.92rem 0.95rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--colorSecondary);
    text-align: left;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.shipping_name:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.08);
}

.shipping_name.is_active {
    border-color: rgba(37, 99, 235, 0.24);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.16);
}

.shipping_name.is_active .shipping_method_copy strong,
.shipping_name.is_active .shipping_method_copy small,
.shipping_name.is_active .shipping_method_type {
    color: #ffffff;
}

.shipping_method_icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1rem;
}

.shipping_name.is_active .shipping_method_icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.shipping_method_copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.shipping_method_copy strong {
    color: inherit;
    font-size: 0.98rem;
}

.shipping_method_copy small {
    color: var(--text_color);
    line-height: 1.55;
}

.shipping_method_type {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shipping_method_type--regional {
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
}

.shipping_method_type--international {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.shipping_method_type--pickup {
    background: rgba(245, 158, 11, 0.13);
    color: #b45309;
}

.shipping_empty_state,
.shipping_panel_empty {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    padding: 1.55rem 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.42);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.78);
    color: var(--text_color);
    text-align: center;
}

.shipping_empty_state i,
.shipping_panel_empty i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1.12rem;
}

.shipping_empty_state strong,
.shipping_panel_empty strong {
    color: var(--colorSecondary);
    font-size: 1rem;
}

.shipping_panel_empty--soft {
    min-height: 100%;
}

.shipping_panel_body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    min-height: clamp(360px, 56vh, 780px);
}

.shipping_panel_body--prices {
    height: clamp(860px, 88vh, 1320px);
}

.shipping_panel_body--usage {
    height: clamp(640px, 74vh, 1120px);
}

.shipping_scrollable {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding-right: 0.2rem;
}

.shipping_scrollable--prices,
.shipping_scrollable--products {
    height: 100%;
    max-height: none;
}

.shipping_panel_loading {
    display: grid;
    gap: 0.55rem;
    justify-items: center;
    padding: 2rem 1rem;
    color: var(--text_color);
    text-align: center;
}

.shipping_panel_loading i {
    font-size: 1.4rem;
    color: var(--colorPrimary);
}

.shipping_panel_loading--compact {
    min-height: 180px;
}

.shipping_prices_shell {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.95rem;
    min-height: 0;
}

.shipping_prices_intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(203, 213, 225, 0.86);
}

.shipping_prices_intro h3 {
    margin: 0.32rem 0 0;
    color: var(--colorSecondary);
    font-size: 1.1rem;
    letter-spacing: 0;
}

.shipping_prices_intro p {
    margin: 0.38rem 0 0;
    color: var(--text_color);
    line-height: 1.65;
}

.shipping_prices_kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.shipping_prices_meta {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--colorSecondary);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.shipping_prices_filter {
    max-width: 360px;
}

.shipping_prices_list {
    margin: 0;
    padding: 0.1rem 0.15rem 0.15rem;
    display: grid;
    gap: 0.75rem;
}

.shipping_price_item {
    list-style: none;
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
}

.shipping_price_item_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.shipping_price_item .custom-control-label {
    color: var(--colorSecondary);
    font-weight: 800;
}

.shipping_price_hint {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 800;
    text-align: center;
}

.shipping_configure_btn {
    justify-self: start;
    border-radius: 14px;
}

.shipping_price_input_wrap {
    margin-top: 0.25rem !important;
}

.shipping_prices_footer {
    flex: 0 0 auto;
    padding-top: 0.25rem;
}

.shipping_prices_footer--actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.shipping_prices_footer--actions .btn {
    flex: 1 1 220px;
}

.shipping_delete_btn {
    border-radius: 14px;
}

.shipping_pickup_editor {
    display: grid;
    gap: 0.9rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
}

.shipping_pickup_editor_grid {
    margin-bottom: 0;
}

.shipping_pickup_editor_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
}

.shipping_products_shell {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.95rem;
    min-height: 0;
}

.shipping_products_list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.shipping_product_item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--colorSecondary);
    line-height: 1.55;
}

.shipping_product_item i {
    flex: 0 0 auto;
}

.shipping_product_item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.shipping_save_error {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    margin: 0;
    border-radius: 10px;
    line-height: 1.5;
}

.shipping_modal .modal-dialog {
    max-width: min(920px, calc(100vw - 1.25rem));
}

.shipping_modal .modal-content,
#regions_model .modal-content,
#reg_shipping_model .modal-content,
#int_shipping_model .modal-content {
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 12px;
    box-shadow: 0 28px 54px rgba(15, 23, 42, 0.18);
}

.shipping_modal_header,
#regions_model .modal-header,
#regions_model .modal-footer,
#reg_shipping_model .modal-header,
#reg_shipping_model .modal-footer,
#int_shipping_model .modal-header,
#int_shipping_model .modal-footer {
    border-color: rgba(203, 213, 225, 0.86);
}

.shipping_modal_header {
    align-items: center;
    min-height: 76px;
    padding: 0.95rem 1rem;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.shipping_modal_title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.shipping_modal_title strong {
    display: block;
    color: var(--colorSecondary);
    font-size: 1rem;
    line-height: 1.25;
}

.shipping_modal_title span:not(.shipping_modal_icon) {
    display: block;
    margin-top: 0.18rem;
    color: var(--text_color);
    font-size: 0.82rem;
    line-height: 1.35;
}

.shipping_modal_icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
}

.shipping_modal_close {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.04) !important;
}

.shipping_modal_body,
#regions_model .modal-body,
#reg_shipping_model .modal-body,
#int_shipping_model .modal-body {
    padding: 1rem;
}

.shipping_modal_footer {
    gap: 0.55rem;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    background: rgba(248, 250, 252, 0.86);
}

.shipping_dialog_toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.shipping_dialog_select_all {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    margin: 0;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--colorSecondary);
    font-weight: 800;
    white-space: nowrap;
}

.shipping_dialog_body {
    max-height: min(58vh, 620px);
    overflow: auto;
    padding-right: 0.2rem;
}

.shipping_dialog_table {
    margin-bottom: 0;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.shipping_dialog_table th {
    position: sticky;
    top: 0;
    z-index: 1;
    border-top: 0;
    background: #f8fafc;
    color: var(--colorSecondary);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.shipping_dialog_table td {
    vertical-align: middle;
}

.shipping_dialog_table label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: var(--colorSecondary);
    font-weight: 700;
}

.shipping_dialog_table input[type="text"] {
    min-width: 140px;
}

.shipping_dialog_selected_countries {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-height: 132px;
    overflow: auto;
    margin-bottom: 0.85rem;
    padding: 0.75rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.72);
}

.shipping_dialog_prompt {
    display: block;
    margin-bottom: 0.6rem;
    color: var(--colorSecondary);
    font-weight: 800;
}

.shipping_dialog_pager {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.shipping_dialog_actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.shipping_dialog_loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    width: 100%;
    color: var(--colorPrimary);
}

.shipping_dialog_empty {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    padding: 1.5rem 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.46);
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.78);
    color: var(--text_color);
    text-align: center;
}

.shipping_dialog_empty i {
    color: var(--colorPrimary);
    font-size: 1.15rem;
}

#ship_country_body table,
#ship_int_country_body table,
#ship_regions_body table,
#regions_div table,
#new_regions_div table {
    margin-bottom: 0;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 10px;
    overflow: hidden;
}

.selected_countries {
    border-radius: 999px;
}

.selected_country {
    color: #ffffff;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
    border-color: rgba(37, 99, 235, 0.24);
}

#region_page {
    border-radius: 10px;
    font-weight: 800;
}

@media screen and (max-width: 1199px) {
    .manage_page_metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .finance_actions_grid {
        grid-template-columns: 1fr;
    }

    .shipping_dashboard_grid {
        grid-template-columns: minmax(300px, 330px) minmax(0, 1fr);
        grid-template-areas:
            "side prices"
            "usage usage";
    }

    .shipping_panel_body {
        min-height: 0;
    }

    .shipping_panel_body--prices {
        height: clamp(760px, 82vh, 1040px);
    }

    .shipping_panel_body--usage {
        height: clamp(560px, 64vh, 840px);
    }
}

@media screen and (max-width: 991px) {
    .manage_dashboard_shell {
        grid-template-columns: 1fr;
        width: calc(100% - 0.6rem);
        margin-top: 1rem;
        padding: 0 0.3rem 1.5rem;
    }

    .manage_sidebar_shell {
        position: static;
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .manage_sidebar_header {
        padding: 1rem;
        border: 1px solid rgba(203, 213, 225, 0.86);
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
        box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    }

    #toggle {
        display: inline-flex;
    }

    #navigation {
        position: fixed;
        top: calc(var(--store-header-offset, 132px) + 5.55rem);
        left: 0.6rem;
        width: min(320px, calc(100vw - 1.2rem));
        min-height: 0;
        max-height: calc(100vh - (var(--store-header-offset, 132px) + 6.4rem));
        padding: 0.95rem;
        border: 1px solid rgba(203, 213, 225, 0.86);
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.99) 100%);
        box-shadow: 0 28px 52px rgba(15, 23, 42, 0.18);
        transform: translateX(-115%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.22s ease, opacity 0.22s ease;
        z-index: 52;
    }

    #navigation.active {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .manage_sidebar_footer {
        display: none;
    }

    .finance_dashboard_grid,
    .finance_field_row {
        grid-template-columns: 1fr;
    }

    .shipping_dashboard_grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "side"
            "prices"
            "usage";
    }

    .shipping_panel_body {
        min-height: 0;
    }

    .shipping_panel_body--prices {
        height: clamp(680px, 78vh, 900px);
    }

    .shipping_panel_body--usage {
        height: clamp(520px, 58vh, 760px);
    }

    .shipping_prices_intro,
    .shipping_price_item_head {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media screen and (max-width: 575px) {
    .manage_page_metrics {
        grid-template-columns: 1fr;
    }

    .manage_page_intro,
    .finance_profile_panel,
    .finance_overview_panel,
    .finance_actions_panel,
    .finance_history_panel {
        padding: 1rem;
        border-radius: 24px;
    }

    .shipping_locked_panel,
    .shipping_builder_panel,
    .shipping_methods_panel,
    .shipping_prices_panel,
    .shipping_usage_panel {
        padding: 1rem;
        border-radius: 24px;
    }

    #navigation {
        left: 0.4rem;
        width: calc(100vw - 0.8rem);
        top: calc(var(--store-header-offset, 120px) + 5.4rem);
        max-height: calc(100vh - (var(--store-header-offset, 120px) + 6.1rem));
    }
}

@media screen and (min-width: 768px) {
    #banner1 #store_story_thumbs.story_mount--store {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        z-index: 4;
        width: min(236px, calc(100vw - 2rem)) !important;
        height: auto !important;
        margin: 0 0 0.9rem;
    }
}

#store_story_thumbs:hover{
    box-shadow: none;
}

.search_article {
    background: var(--transparent_10) !important;
    border-radius: 10px;
    box-shadow: 1px 1px 3px var(--white_10);
}

@media (prefers-color-scheme: dark) {
    .search_article {
        background: var(--white_10) !important;
    }
}

.store_search_shell {
    width: min(calc(var(--max-body-width) + 2rem), calc(100% - 1rem));
    margin: 0 auto 2rem;
    color: var(--colorSecondary);
}

.store_search_shell a:hover {
    text-decoration: none;
}

.store_search_hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
    gap: 1rem;
    align-items: end;
    padding: clamp(1rem, 2vw, 1.4rem);
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(29, 78, 216, 0.94) 58%, rgba(14, 165, 233, 0.9) 100%);
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.store_search_hero h1 {
    margin: 0.28rem 0 0;
    color: #ffffff;
    font-size: clamp(1.6rem, 1.1rem + 1.8vw, 3rem);
    font-weight: 900;
    line-height: 1.02;
}

.store_search_hero p {
    max-width: 740px;
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.store_search_kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.store_search_hero .store_search_kicker {
    color: rgba(255, 255, 255, 0.82);
}

.store_search_hero_form {
    align-self: center;
}

.store_search_hero_form .input-group {
    min-height: 56px;
    padding: 0.26rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
}

.store_search_hero_form .form-control,
.store_search_hero_form .btn {
    min-height: 46px;
    border: 0;
    box-shadow: none;
}

.store_search_hero_form .form-control {
    min-width: 0;
    color: var(--colorSecondary);
    font-weight: 750;
}

.store_search_hero_form .transparent {
    color: var(--colorPrimary);
}

.store_search_hero_form .btn_primary {
    border-radius: 8px;
}

.store_search_summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0.85rem 0 1rem;
}

.store_search_summary > div,
.store_search_panel,
.store_search_controls,
.store_search_empty_state,
.store_search_results_batch {
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.store_search_summary > div {
    display: grid;
    gap: 0.2rem;
    min-height: 78px;
    padding: 0.8rem 0.95rem;
    align-content: center;
}

.store_search_summary span,
.store_search_panel_head a,
.store_search_form_label,
.store_search_price_grid span {
    color: var(--text_color);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store_search_summary strong {
    color: var(--colorSecondary);
    font-size: 1rem;
    font-weight: 900;
    min-width: 0;
    overflow-wrap: anywhere;
}

.store_search_layout {
    display: grid;
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.store_search_sidebar {
    display: grid;
    gap: 0.85rem;
    position: sticky;
    top: calc(var(--store-header-offset, 168px) + 0.75rem);
}

.store_search_panel {
    padding: 0.9rem;
}

.store_search_panel_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.72rem;
}

.store_search_panel_head a {
    color: var(--colorPrimary);
    white-space: nowrap;
}

.store_search_chips,
.store_search_filter_list {
    display: grid;
    gap: 0.55rem;
}

.store_search_chip,
.store_search_filter_link,
.store_search_sort_link,
.store_search_radio {
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.92);
    color: var(--colorSecondary);
}

.store_search_chip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: center;
    min-height: 42px;
    padding: 0.58rem 0.65rem;
}

.store_search_chip span {
    color: var(--text_color);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store_search_chip strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.86rem;
}

.store_search_chip i {
    color: var(--colorPrimary);
}

.store_search_chip--empty {
    display: inline-flex;
    justify-content: center;
    color: var(--text_color);
    cursor: default;
}

.store_search_filter_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    min-height: 42px;
    padding: 0.58rem 0.72rem;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.store_search_filter_link:hover,
.store_search_sort_link:hover,
.store_search_sort_link.is_active {
    border-color: rgba(37, 99, 235, 0.28);
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorSecondary);
}

.store_search_filter_link:hover {
    transform: translateX(2px);
}

.store_search_filter_link span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store_search_filter_link strong {
    flex: 0 0 auto;
    min-width: 30px;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    text-align: center;
    font-size: 0.74rem;
}

.store_search_filter_link--reset {
    color: var(--colorPrimary);
    font-weight: 850;
}

.store_search_filter_empty {
    padding: 0.7rem 0.75rem;
    border: 1px dashed rgba(148, 163, 184, 0.55);
    border-radius: 8px;
    color: var(--text_color);
    line-height: 1.55;
}

.store_search_results_area {
    min-width: 0;
    display: grid;
    gap: 0.9rem;
}

.store_search_controls {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem;
}

.store_search_controls h2 {
    margin: 0.22rem 0 0;
    color: var(--colorSecondary);
    font-size: clamp(1rem, 0.92rem + 0.55vw, 1.35rem);
    font-weight: 900;
    line-height: 1.25;
}

.store_search_sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
}

.store_search_sort_link {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-height: 38px;
    padding: 0.52rem 0.68rem;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
}

.store_search_advanced {
    padding: 0;
    overflow: hidden;
}

.store_search_filter_toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 0.9rem;
    border: 0;
    background: rgba(248, 250, 252, 0.9);
    color: var(--colorSecondary);
    font-weight: 900;
    text-align: left;
}

.store_search_filter_form {
    padding: 0.9rem;
    border-top: 1px solid rgba(203, 213, 225, 0.75);
}

.store_search_filter_form > div + div {
    margin-top: 0.85rem;
}

.store_search_radio_group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.55rem;
}

.store_search_radio {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-height: 42px;
    padding: 0.55rem 0.72rem;
    cursor: pointer;
    font-weight: 800;
}

.store_search_radio input {
    accent-color: var(--colorPrimary);
}

.store_search_price_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 0.7rem;
    align-items: end;
}

.store_search_price_grid label {
    display: grid;
    gap: 0.35rem;
    margin: 0;
}

.store_search_price_grid .form-control {
    min-height: 46px;
    border-color: rgba(203, 213, 225, 0.86);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--colorSecondary);
    font-weight: 800;
}

.store_search_price_grid .btn_primary {
    min-height: 46px;
    border-radius: 8px;
}

.store_search_results_batch {
    margin: 0;
    padding: 0.55rem !important;
}

.store_search_product_col {
    display: flex;
}

.store_search_shell .pdt_div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0.95rem !important;
    border: 1px solid rgba(203, 213, 225, 0.78);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.store_search_shell .pdt_div::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.92) 0%, rgba(37, 99, 235, 0.9) 100%);
}

.store_search_shell .pdt_div:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.12);
}

.store_search_shell .pdt_div a.w-100 {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.store_search_shell .pdt_media {
    margin-bottom: 0.9rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
}

.store_search_shell .pdt_media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0;
    border-radius: inherit;
    background: rgba(241, 245, 249, 0.9);
}

.store_search_shell .pdt_trigger_div {
    top: 0.72rem;
    right: 0.72rem;
}

.store_search_shell .pdt_peek,
.store_search_shell .add_to_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.1);
}

.store_search_shell .pdt_copy {
    gap: 0.28rem;
}

.store_search_shell .pdt_summary {
    align-items: center;
    gap: 0.7rem;
}

.store_search_shell .pdt_thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.store_search_shell .pdt_summary .pdt_thumb {
    width: 50px;
    height: 50px;
    margin: 0;
    flex: 0 0 50px;
    aspect-ratio: 1 / 1;
    border-radius: 999px !important;
}

.store_search_shell .pdt_price_row {
    gap: 0.28rem 0.48rem;
}

.store_search_shell .pdt_name {
    min-height: calc(1.38em * 2);
    margin-top: 0.04rem;
    color: var(--colorSecondary);
    font-family: var(--display-font);
    font-size: 0.92rem;
    font-weight: 760;
    line-height: 1.38;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.store_search_shell .pdt_price {
    color: var(--colorSecondary);
    font-size: 1.04rem;
    font-weight: 900;
}

.store_search_shell .pdt_old_price {
    color: #94a3b8 !important;
    font-size: 0.82rem;
}

.store_search_shell .pdt_stars,
.store_search_shell .small {
    color: var(--text_color);
}

.store_search_shell .pdt_stars {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    align-items: center;
    margin-top: 0.48rem;
    font-size: 0.82rem;
}

.store_search_shell .pdt_stars i {
    color: var(--colorPrimary);
}

.store_search_shell .pdt_meta {
    margin-top: 0.48rem;
}

.store_search_shell .url {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.94) 100%);
    border-color: rgba(203, 213, 225, 0.9);
    color: var(--colorPrimary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.store_search_shell .url:hover {
    color: var(--colorSecondary);
    text-decoration: none;
}

.store_search_shell .pdt_store_mark {
    background: rgba(37, 99, 235, 0.12);
    color: var(--colorPrimary);
}

.store_search_shell .pdt_store_handle {
    color: var(--colorSecondary);
}

.store_search_shell .pdt_store_arrow {
    color: var(--colorPrimary);
}

.store_search_shell .auction_tag,
.store_search_shell .pdt_img_tag {
    top: 0.72rem;
    left: 0.72rem;
    width: fit-content;
    max-width: calc(100% - 3.2rem);
    padding: 0.28rem 0.54rem;
    border-radius: 999px;
}

.store_search_empty_state {
    min-height: 280px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.65rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.store_search_empty_state i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.09);
    color: var(--colorPrimary);
    font-size: 1.4rem;
}

.store_search_empty_state h3 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: clamp(1.1rem, 0.98rem + 0.6vw, 1.5rem);
    font-weight: 900;
}

.store_search_empty_state p {
    max-width: 520px;
    margin: 0;
    color: var(--text_color);
    line-height: 1.7;
}

.store_search_pagination {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}

.store_search_pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.42rem;
    margin: 0;
}

.store_search_pagination .page-link {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.92);
    color: var(--colorSecondary);
    font-weight: 850;
}

.deal_product_card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.82rem !important;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 250, 255, 0.96) 100%) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.deal_product_card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.12);
}

.deal_product_card > a {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: inherit;
    text-decoration: none;
}

.deal_product_media {
    position: relative;
    margin-bottom: 0.9rem;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
}

.deal_product_media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.deal_product_actions {
    position: absolute;
    top: 0.72rem;
    right: 0.72rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.deal_product_actions .pdt_peek,
.deal_product_actions .add_to_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.1);
}

.deal_product_tag {
    top: 0.72rem;
    left: 0.72rem;
    max-width: calc(100% - 3.2rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deal_product_name {
    min-height: calc(1.35em * 2);
    color: var(--colorSecondary);
    font-family: var(--display-font);
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 1.35;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.deal_product_price {
    margin-top: 0.28rem;
    color: var(--colorSecondary);
    font-size: 1.04rem;
    font-weight: 900;
    line-height: 1.1;
}

.deal_product_old_price {
    margin-top: 0;
    color: #94a3b8 !important;
    opacity: 0.8;
}

.deal_product_countdown,
.deal_wholesale_mark {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    width: fit-content;
    margin-top: 0.56rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorSecondary);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
}

.deal_wholesale_mark {
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
}

.store_search_pagination .active .page-link,
.store_search_pagination .page-link:hover {
    border-color: rgba(37, 99, 235, 0.28);
    background: var(--colorPrimary);
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .store_search_hero,
    .store_search_layout {
        grid-template-columns: 1fr;
    }

    .store_search_sidebar {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .store_search_controls {
        align-items: flex-start;
        flex-direction: column;
    }

    .store_search_sort {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .store_search_summary,
    .store_search_sidebar,
    .store_search_price_grid {
        grid-template-columns: 1fr;
    }

    .store_search_shell {
        width: calc(100% - 0.7rem);
    }
}

@media screen and (max-width: 575px) {
    .store_search_hero {
        align-items: start;
    }

    .store_search_hero_form .input-group {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.25rem;
    }

    .store_search_hero_form .input-group-prepend,
    .store_search_hero_form .input-group-append {
        display: contents;
    }

    .store_search_hero_form .input-group-append .btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .store_search_sort_link {
        flex: 1 1 calc(50% - 0.45rem);
        justify-content: center;
    }
}

#categories > ul li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px 10px;
    cursor: pointer;
    width: 200px;
    color: var(--white);
    font-size: 0.9rem;
    height: 100px;
    background: var(--navy-blue-gray);
    border: 1px solid var(--navy-blue-gray);
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

    transition: transform 0.5s, text-decoration 0.5s;
}

#categories > ul li:hover {
    transform: scale(1.03);
}

#upload_tabs_ul {
    padding: 5px;
}

.top_upload_form {
    padding: 10px;
    margin-bottom: 20px;
}


#f_m_img_upload, #f_o_img_upload, #f_o_img_upload0, #f_vid_upload {
    cursor: pointer;
    margin: 5px 10px;
    background: var(--colorSecondary);
    color: var(--colorOnSecondary);
    text-align: center;
    width: 50px;
    font-size: 1.2rem;
    height: 50px;
}

#f_m_img_upload:hover, #f_o_img_upload:hover, #f_o_img_upload0:hover, #f_vid_upload:hover {
    border: 1px solid var(--colorPrimary);
}

.meter_cover {
    display: none;
    margin: 10px auto;
    width: 100%;
    height: 18px;
    background: #555;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter {
    text-align: center;
    font-weight: 400;
    font-size: smaller;
    color: var(--white_90);
    display: block;
    height: 100%;
    border-radius: 3px;
    background-color: rgb(23, 16, 117);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(23, 16, 117)),
            color-stop(1, rgb(153, 175, 240))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(23, 16, 117) 37%,
            rgb(153, 175, 240) 69%
    );
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;

    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.green_meter {
    background-color: #72b535;
    background-image: -moz-linear-gradient(top, #72b535, #3b762e)!important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #72b535), color-stop(1, #3b762e))!important;
    background-image: -webkit-linear-gradient(#72b535, #3b762e)!important;
}

.red_meter {
    background-color: #b56526;
    background-image: -moz-linear-gradient(top, #b56526, #874522)!important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b56526), color-stop(1, #874522))!important;
    background-image: -webkit-linear-gradient(#b56526, #874522)!important;
}

.label {
    color: var(--colorPrimary);
    font-weight: 500;
    font-family: Roboto, Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ship_container {
    padding: 10px;
}

#custom_ship_div{
    padding: 10px;
    background: var(--white_10);
    border-radius: 5px;
}

#ship_output {
    padding: 10px;
    background: var(--white_10);
    font-size: 0.7rem;
    height: 100px;
    overflow-y: auto;
    word-break: break-all;
}

#ship_country_body, #ship_int_country_body {
    height: 250px;
    overflow: auto;
    width: 100%;
}

.selected_country {
    border: 2px solid var(--colorPrimary) !important;
    color: var(--colorPrimary)!important;
}

.selected_country:hover{
    color: var(--white)!important;
}


#ship_regions_body {
    margin: 2vh auto;
    height: 40vh;
    overflow: auto;
    padding: 10px;
}

.basic_no_border {
    border: none;
    border-bottom: 1px solid var(--colorPrimary);
}

#modify_product_header {
    font-size: 1.1rem;
    padding: 5px;
    z-index: 5;
    border-bottom: 4px solid var(--transparent_10);
}


#modify_product_header a:hover {
    color: inherit;
    text-decoration: underline;
}

.manage_dashboard_shell--upload .manage_page_intro {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.1), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.upload_manage_metrics article:first-child {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0ea5e9 100%);
    box-shadow: 0 22px 38px rgba(37, 99, 235, 0.16);
}

.upload_manage_metrics article:first-child span,
.upload_manage_metrics article:first-child strong,
.upload_manage_metrics article:first-child small {
    color: #ffffff;
}

.upload_workspace {
    padding: 1.15rem;
    display: grid;
    gap: 1.15rem;
}

.upload_workspace textarea {
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 18px;
    padding: 0.8rem 0.95rem;
    min-height: 110px;
    background: rgba(255, 255, 255, 0.94);
}

.upload_workspace textarea:focus {
    outline: none;
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

#notification {
    margin: 0 !important;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(245, 158, 11, 0.24);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.96) 0%, rgba(255, 251, 235, 0.98) 100%);
}

#notification-message {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.5rem;
    color: #b45309 !important;
}

.upload_categories_stage {
    display: grid;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 250, 252, 0.96) 100%);
}

.upload_categories_intro h2 {
    margin: 0.32rem 0 0;
    color: var(--colorSecondary);
    font-size: clamp(1.45rem, 1.2rem + 0.9vw, 2rem);
    letter-spacing: -0.04em;
}

.upload_categories_intro p {
    margin: 0.55rem 0 0;
    color: var(--text_color);
    line-height: 1.7;
}

.upload_stage_kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 0.42rem 0.88rem;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.upload_category_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
    margin: 0;
    padding: 0;
}

.upload_categories_stage.is_loading {
    opacity: 0.82;
}

.upload_categories_stage.is_loading li {
    pointer-events: none;
}

#categories > ul li {
    float: none;
    width: 100%;
    height: auto;
    min-height: 88px;
    margin: 0;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.05rem;
    color: var(--colorSecondary);
    font-size: 0.95rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    box-shadow: 0 16px 26px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

#categories > ul li i {
    color: var(--colorPrimary);
    font-size: 1rem;
}

.category_loading_icon {
    margin-left: auto;
    color: currentColor;
    font-size: 0.95rem;
}

#categories > ul li:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.1);
}

#categories > ul li.is_active {
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.32);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 22px 36px rgba(37, 99, 235, 0.18);
}

#categories > ul li.is_active i {
    color: #ffffff;
}

.upload_locked_state,
.upload_locked_detail {
    display: grid;
    justify-items: center;
    gap: 0.4rem;
    padding: 1.4rem 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.44);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.82);
    color: var(--text_color);
    text-align: center;
}

.upload_locked_state i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1.1rem;
}

.upload_locked_state strong {
    color: var(--colorSecondary);
    font-size: 1rem;
}

.upload_category_details {
    display: grid;
    gap: 0.85rem;
}

.upload_category_details > header {
    color: var(--colorSecondary);
    font-size: 1.02rem;
    font-weight: 800;
}

.upload_category_details article {
    margin-bottom: 0 !important;
    padding: 1rem 1rem 0.9rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.04);
}

.upload_category_details article header {
    margin-bottom: 0.55rem;
    color: var(--colorSecondary) !important;
}

.upload_category_details article ul,
.upload_category_details article ol {
    margin: 0;
    padding-left: 1rem;
    color: var(--text_color);
    line-height: 1.55;
}

.upload_category_details .row {
    --bs-gutter-x: 0.9rem;
    --bs-gutter-y: 0.9rem;
}

.upload_product_body {
    display: grid;
    gap: 1rem;
}

.upload_tabs_nav {
    gap: 0.7rem;
    padding: 0;
    border-bottom: 0;
}

.upload_tabs_nav .nav-item {
    margin-bottom: 0;
}

.upload_tabs_nav .nav-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--colorSecondary);
    font-weight: 800;
    text-decoration: none;
}

.upload_tabs_nav .nav-link.active {
    border-color: rgba(37, 99, 235, 0.24);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
    color: #ffffff !important;
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.16);
}

.upload_tab_content {
    display: grid;
    gap: 1rem;
}

.upload_tab_content > .tab-pane {
    padding: 1.15rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.06);
}

.upload_form_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
}

.upload_form_head_primary,
.upload_form_head_meta {
    display: grid;
    gap: 0.45rem;
}

.upload_form_head_primary {
    max-width: 760px;
}

.upload_form_badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.upload_form_head_primary h3 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: clamp(1.35rem, 1.15rem + 0.65vw, 1.85rem);
    letter-spacing: -0.04em;
}

.upload_form_head_primary p {
    margin: 0;
    color: var(--text_color);
    line-height: 1.7;
}

.upload_form_head_meta {
    min-width: min(100%, 280px);
    justify-items: end;
}

.upload_form_meta_chip {
    width: 100%;
    display: grid;
    gap: 0.18rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.88);
}

.upload_form_meta_chip span {
    color: var(--text_color);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.upload_form_meta_chip strong {
    color: var(--colorSecondary);
    font-size: 0.98rem;
    font-weight: 900;
}

.upload_form_meta_chip--accent {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(37, 99, 235, 0.12) 100%);
}

.upload_section_intro {
    display: grid;
    gap: 0.3rem;
    margin: 0 0 0.9rem;
}

.upload_section_intro--compact {
    margin-top: 0.35rem;
}

.upload_section_intro h4 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: 1.08rem;
    font-weight: 900;
}

.upload_section_intro p {
    margin: 0;
    color: var(--text_color);
    line-height: 1.7;
    max-width: 820px;
}

.upload_section_kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--colorSecondary);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.upload_media_row {
    margin: 0 0 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.upload_media_row .col {
    padding: 0;
}

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

.upload_media_card {
    min-height: 240px;
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 0.8rem;
    padding: 1.1rem !important;
    margin: 0 !important;
    border: 1px solid rgba(203, 213, 225, 0.86) !important;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.05);
}

.upload_media_card label {
    margin: 0;
    text-align: center;
}

#f_m_img_upload,
#f_o_img_upload,
#f_o_img_upload0,
#f_vid_upload {
    width: 72px;
    height: 72px;
    margin: 0;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.18);
}

#f_m_img_upload:hover,
#f_o_img_upload:hover,
#f_o_img_upload0:hover,
#f_vid_upload:hover {
    border-color: rgba(14, 165, 233, 0.4);
}

#o_img_prev0,
#m_img_prev,
#o_img_prev,
#v_prev {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    min-height: 58px;
    width: 100%;
}

#o_img_prev0 img,
#m_img_prev img,
#o_img_prev img,
#v_prev video {
    border-radius: 16px;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.1);
}

.meter_cover {
    margin: 0.15rem 0 0;
    height: 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.12);
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.4);
    overflow: hidden;
}

.meter,
.meter:after {
    border-radius: 999px;
}

.upload_form_surface {
    display: grid;
    gap: 0.1rem;
}

.upload_form_row {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.upload_form_card,
.upload_editor_card,
.upload_attributes_card {
    border: 1px solid rgba(203, 213, 225, 0.86) !important;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
}

.upload_form_card {
    padding: 1rem 1.1rem !important;
    margin: 0.35rem !important;
}

.upload_editor_card {
    padding: 1rem 1.1rem;
}

.upload_editor_card .trumbowyg-box,
.upload_editor_card .trumbowyg-editor,
.upload_editor_card textarea {
    border-radius: 18px;
}

.upload_form_card .btn.transparent,
.upload_attributes_card .btn-link,
#attr_append {
    font-weight: 700;
}

.upload_form_card .label {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--colorSecondary);
    font-weight: 800;
}

.upload_form_card .custom-control-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.upload_form_card .custom-control {
    margin-right: 0;
    padding-left: 0;
}

.upload_form_card .custom-control-label {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0.72rem 1rem 0.72rem 2.25rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.9);
    color: var(--colorSecondary);
    font-weight: 800;
}

.upload_form_card .custom-control-label::before,
.upload_form_card .custom-control-label::after {
    top: 50%;
    left: 0.95rem;
    transform: translateY(-50%);
}

.upload_form_card .custom-control-input:checked ~ .custom-control-label {
    border-color: rgba(37, 99, 235, 0.24);
    background: rgba(37, 99, 235, 0.08);
    box-shadow: 0 12px 20px rgba(37, 99, 235, 0.08);
}

.upload_form_card .custom-select {
    min-height: 50px;
    border-radius: 16px;
    border-color: rgba(203, 213, 225, 0.86);
    background: rgba(248, 250, 252, 0.94);
    color: var(--colorSecondary);
    font-weight: 700;
}

.upload_form_card .custom-select:focus {
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.ship_container {
    max-height: 260px;
    overflow: auto;
    padding: 0.25rem 0.35rem 0.35rem;
}

#custom_ship_div {
    margin-top: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.86);
}

#ship_output {
    min-height: 120px;
    height: auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
}

#custom_ship_div .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.9rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-decoration: none;
}

.upload_submit_surface {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 24%),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.05);
}

.upload_submit_copy {
    display: grid;
    gap: 0.35rem;
    align-content: center;
    max-width: 560px;
}

.upload_submit_copy h4 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: 1.08rem;
    font-weight: 900;
}

.upload_submit_copy p {
    margin: 0;
    color: var(--text_color);
    line-height: 1.7;
}

.upload_submit_row {
    align-items: center;
    margin-top: 0.2rem;
    min-width: 320px;
}

.upload_submit_row .submit_btn {
    min-height: 46px;
    border-radius: 16px;
    font-weight: 800;
}

.upload_csv_panel {
    padding: 1.15rem !important;
    margin-bottom: 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.82);
    color: var(--text_color);
    line-height: 1.7;
}

.upload_csv_layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.upload_csv_panel--lead,
.upload_csv_status_card,
.upload_csv_dropzone {
    padding: 1.15rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
}

.upload_csv_panel--lead h4,
.upload_csv_status_card h4,
.upload_csv_dropzone h4 {
    margin: 0;
    color: var(--colorSecondary);
    font-size: 1.08rem;
    font-weight: 900;
}

.upload_csv_panel--lead p,
.upload_csv_status_card p,
.upload_csv_dropzone p {
    margin: 0;
    color: var(--text_color);
    line-height: 1.7;
}

.upload_csv_feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.upload_csv_feature_list span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorSecondary);
    font-weight: 800;
}

.upload_csv_status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.1);
    color: #b45309;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.upload_csv_status_card {
    display: grid;
    gap: 0.8rem;
}

.upload_csv_status_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.upload_csv_status_list li {
    display: flex;
    gap: 0.7rem;
    color: var(--text_color);
    line-height: 1.6;
}

.upload_csv_status_list i {
    margin-top: 0.2rem;
    color: var(--colorPrimary);
}

.upload_csv_download_row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    gap: 1rem;
}

.upload_csv_downloads {
    display: grid;
    gap: 0.8rem;
}

.upload_csv_cta {
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(203, 213, 225, 0.86);
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0ea5e9 100%);
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.upload_csv_cta[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

.upload_csv_cta--secondary {
    background: rgba(248, 250, 252, 0.92);
    color: var(--colorSecondary);
}

.upload_csv_uploader {
    display: block;
}

.upload_csv_dropzone {
    display: grid;
    gap: 0.8rem;
    align-content: start;
}

.upload_csv_drop_icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 1.2rem;
}

.upload_csv_dropzone .loader {
    margin-top: 0.25rem;
}

@media screen and (max-width: 1199px) {
    .upload_media_row--advanced {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 991px) {
    .upload_workspace {
        padding: 1rem;
    }

    .upload_form_head {
        flex-direction: column;
        align-items: flex-start;
    }

    .upload_form_head_meta {
        width: 100%;
        justify-items: stretch;
    }

    .upload_tabs_nav {
        flex-wrap: wrap;
    }

    .upload_submit_surface,
    .upload_csv_layout,
    .upload_csv_download_row {
        grid-template-columns: 1fr;
    }

    .upload_submit_row {
        gap: 0.5rem;
        min-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .upload_workspace,
    .upload_tab_content > .tab-pane,
    .upload_categories_stage,
    #notification {
        padding: 0.95rem;
        border-radius: 24px;
    }

    .upload_category_grid {
        grid-template-columns: 1fr;
    }

    .upload_form_card,
    .upload_editor_card,
    .upload_attributes_card,
    .upload_media_card {
        border-radius: 22px;
    }

    .upload_submit_row .col,
    .upload_submit_row .col-auto {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .upload_submit_row .submit_btn {
        width: 100%;
    }

    .shipping_name {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .shipping_method_type {
        grid-column: 2;
        justify-self: start;
    }

    .shipping_price_item {
        padding: 0.85rem 0.9rem;
    }
}

.modify_pdt_row img{
    border-radius: 10px;
}

.modify_pdt_row {
    min-height: 80px;
    padding: 10px;
}

.modify_pdt_row:nth-child(even) {
    background: var(--transparent_10);
}

.modify_pdt_row:hover {
    background: var(--transparent_20);
}

#avail_to_tag_container {
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
}

#tagged_container {
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
}

#avail_to_tag_container .avail_to_tag_row:nth-child(odd), #tagged_container .tagged_row:nth-child(odd) {
    padding-top: 5px;
}

#contact_history_box {
    height: 60vh;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.contact_reply {
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    word-break: break-word;
    border-radius: 5px 5px 0 0;
    box-shadow: -1px -2px #dee0e2;
    background: #f5f7f9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#store_footer {
    padding: 10px;
    position: static;
    left: 0;
}

@media screen and (max-width: 767px) {
    .storefront_footer {
        margin-top: 1.5rem;
        border-radius: 24px;
    }

    .storefront_footer_bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Modern store event page */
.store_event_page {
    width: min(1180px, calc(100% - 24px));
    margin: 18px auto 48px auto;
}

.store_event_hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
    gap: 18px;
    overflow: hidden;
    border: 1px solid rgba(20, 20, 20, .08);
    border-radius: 30px;
    padding: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(250,250,250,.86));
    box-shadow: 0 24px 70px rgba(20, 20, 20, .1);
}

.store_event_hero_bg {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-position: center;
    background-size: cover;
    filter: blur(18px) saturate(1.15);
    transform: scale(1.08);
    pointer-events: none;
}

.store_event_media_panel,
.store_event_summary_panel,
.store_event_products_section,
.store_event_empty_state {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 48px rgba(18, 24, 40, .12);
    backdrop-filter: blur(16px);
}

.store_event_media_panel {
    overflow: hidden;
    min-height: 560px;
    padding: 12px;
    background: linear-gradient(135deg, #050505, #202020);
}

.store_event_media_toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 12px 4px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    letter-spacing: .02em;
}

.store_event_media_toolbar span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 700;
}

.store_event_carousel,
.store_event_carousel .carousel-inner,
.store_event_carousel .carousel-item {
    min-height: 430px;
    height: 52vh;
    max-height: 590px;
    border-radius: 20px;
}

.store_event_media_full,
.store_event_video_frame,
.store_event_media_placeholder {
    width: 100%;
    min-height: 430px;
    height: 52vh;
    max-height: 590px;
    border: 0;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0,0,0,.72);
    color: rgba(255,255,255,.8);
    cursor: zoom-in;
}

.store_event_video_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.store_event_video {
    width: 100%;
    height: 100%;
    max-height: 590px;
    border-radius: 18px;
    background: #000;
    object-fit: contain;
}

.store_event_media_placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
}

.store_event_media_placeholder i {
    font-size: 44px;
}

.store_event_carousel_nav {
    top: 50%;
    bottom: auto;
    width: 44px;
    height: 44px;
    margin: 0 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .48);
    color: #fff;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .2s ease, background .2s ease;
}

.store_event_media_panel:hover .store_event_carousel_nav {
    opacity: 1;
}

.store_event_carousel_nav:hover {
    background: rgba(0, 0, 0, .75);
    color: #fff;
}

.store_event_thumbs.carousel-indicators {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 9px;
    margin: 12px 0 0 0;
    overflow-x: auto;
    padding: 2px 2px 8px 2px;
}

.store_event_thumb {
    position: relative;
    flex: 0 0 auto;
    width: 76px;
    height: 64px;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 16px;
    background: rgba(255,255,255,.14);
    opacity: .72;
    cursor: pointer;
    overflow: hidden;
    transition: transform .2s ease, opacity .2s ease, border-color .2s ease;
}

.store_event_thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.store_event_thumb span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0,0,0,.28);
}

.store_event_thumb.active,
.store_event_thumb:hover {
    opacity: 1;
    border-color: #ffc107;
    transform: translateY(-2px);
}

.store_event_summary_panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
}

.store_event_summary_top,
.store_event_actions,
.store_event_desc_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.store_event_kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8a6310;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.store_event_summary_panel h1 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.045em;
}

.store_event_status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.store_event_status--live {
    color: #fff;
    background: linear-gradient(135deg, #e83e3e, #a31621);
    box-shadow: 0 10px 24px rgba(232, 62, 62, .28);
}

.store_event_status--soon {
    color: #473300;
    background: linear-gradient(135deg, #ffe08a, #ffc107);
    box-shadow: 0 10px 24px rgba(255, 193, 7, .22);
}

.store_event_countdown_card {
    display: grid;
    gap: 4px;
    padding: 18px;
    border-radius: 22px;
    color: #fff;
    background: radial-gradient(circle at 10% 20%, rgba(255, 221, 100, .24), transparent 32%), linear-gradient(135deg, #161616, #343434);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 32px rgba(0,0,0,.18);
}

.store_event_countdown_card strong {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    letter-spacing: -.03em;
}

.store_event_timer_label,
.store_event_countdown_card small {
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

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

.store_event_meta_grid div {
    padding: 13px;
    border: 1px solid rgba(20, 20, 20, .07);
    border-radius: 18px;
    background: rgba(248, 249, 250, .88);
}

.store_event_meta_grid span {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.store_event_meta_grid strong {
    color: #222;
    font-size: 13px;
}

.store_event_description {
    max-height: 180px;
    overflow: hidden;
    color: #424242;
    font-size: 14px;
    line-height: 1.75;
    mask-image: linear-gradient(180deg, #000 68%, transparent);
}

.store_event_description.expanded {
    max-height: none;
    mask-image: none;
}

.store_event_inline_link {
    color: #b47a00;
    font-weight: 800;
    word-break: break-word;
}

.store_event_text_btn {
    padding: 0;
    color: #9b6a00;
    font-weight: 800;
    background: transparent;
}

.store_event_primary_btn,
.store_event_secondary_btn,
.store_event_empty_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 11px 16px;
    font-weight: 800;
}

.store_event_primary_btn,
.store_event_empty_btn {
    color: #1e1700;
    background: linear-gradient(135deg, #ffdf7e, #ffc107);
    border: 0;
    box-shadow: 0 14px 26px rgba(255, 193, 7, .26);
}

.store_event_primary_btn:hover,
.store_event_empty_btn:hover {
    color: #1e1700;
    transform: translateY(-1px);
}

.store_event_secondary_btn {
    color: #333;
    background: #fff;
    border: 1px solid rgba(20,20,20,.1);
}

.store_event_products_section {
    margin-top: 20px;
    padding: 22px;
}

.store_event_section_heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.store_event_section_heading h2 {
    margin: 4px 0 0 0;
    color: #191919;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -.035em;
}

.store_event_section_heading p {
    max-width: 420px;
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
}

.store_event_chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 14px 2px;
    margin-bottom: 10px;
}

.store_event_chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(20,20,20,.08);
    border-radius: 999px;
    color: #3a3a3a;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(20,20,20,.06);
}

.store_event_chip.active,
.store_event_chip:hover {
    color: #1f1700;
    background: #ffc107;
    border-color: #ffc107;
    text-decoration: none;
}

.store_event_products_list > .row.store_article {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
}

.store_event_products_notice {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px;
    border: 1px dashed rgba(20,20,20,.14);
    border-radius: 22px;
    color: #4a4a4a;
    background: rgba(248,249,250,.9);
}

.store_event_products_notice i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: #8a6310;
    background: rgba(255, 193, 7, .18);
    font-size: 20px;
}

.store_event_products_notice strong,
.store_event_products_notice span {
    display: block;
}

.store_event_products_notice span {
    margin-top: 3px;
    color: #777;
    font-size: 13px;
}

.store_event_loader {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    font-size: 34px;
}

.store_event_empty_state {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 44px 24px;
    text-align: center;
    background: radial-gradient(circle at top left, rgba(255,193,7,.22), transparent 34%), #fff;
}

.store_event_empty_state h1 {
    margin: 0;
    color: #1d1d1d;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -.04em;
}

.store_event_empty_state p {
    max-width: 620px;
    margin: 0;
    color: #666;
    line-height: 1.7;
}

.store_event_empty_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    color: #7d5800;
    background: rgba(255, 193, 7, .18);
    font-size: 32px;
}

.carousel_full_navs {
    height: 100%;
    padding-top: 45vh;
    position: fixed;
    background: none;
    width: 15%;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
}

#carousel_full_left {
    left: 0;
    padding-left: 2%;
}

#carousel_full_right {
    right: 0;
    padding-left: 10%;
}

@media (max-width: 991px) {
    .store_event_hero {
        grid-template-columns: 1fr;
    }

    .store_event_media_panel {
        min-height: auto;
    }

    .store_event_carousel,
    .store_event_carousel .carousel-inner,
    .store_event_carousel .carousel-item,
    .store_event_media_full,
    .store_event_video_frame,
    .store_event_media_placeholder {
        min-height: 360px;
        height: 48vh;
    }
}

@media (max-width: 575px) {
    .store_event_page {
        width: min(100% - 12px, 1180px);
        margin-top: 8px;
    }

    .store_event_hero,
    .store_event_products_section {
        padding: 10px;
        border-radius: 22px;
    }

    .store_event_media_panel,
    .store_event_summary_panel,
    .store_event_products_section,
    .store_event_empty_state {
        border-radius: 18px;
    }

    .store_event_summary_panel {
        padding: 18px;
    }

    .store_event_carousel,
    .store_event_carousel .carousel-inner,
    .store_event_carousel .carousel-item,
    .store_event_media_full,
    .store_event_video_frame,
    .store_event_media_placeholder {
        min-height: 270px;
        height: 42vh;
    }

    .store_event_media_toolbar span:last-child {
        display: none;
    }

    .store_event_meta_grid,
    .store_event_section_heading {
        grid-template-columns: 1fr;
        display: grid;
    }

    .store_event_actions .btn {
        width: 100%;
    }

    .store_event_products_notice {
        align-items: flex-start;
    }
}

/* Store event campaign refresh */
.store_event_page {
    position: relative;
    isolation: isolate;
    width: min(1240px, calc(100% - 28px));
    margin: 18px auto 56px;
}

.store_event_scene_glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(4px);
}

.store_event_scene_glow--one {
    top: 2rem;
    left: -4rem;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18), transparent 68%);
}

.store_event_scene_glow--two {
    right: -5rem;
    bottom: 10rem;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18), transparent 68%);
}

.store_event_hero {
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    grid-template-areas:
        "billboard billboard"
        "media summary";
    align-items: start;
    gap: clamp(0.9rem, 2vw, 1.25rem);
    padding: clamp(0.85rem, 2vw, 1.2rem);
    border: 1px solid rgba(203, 213, 225, 0.72);
    border-radius: 38px;
    background:
        radial-gradient(circle at 6% 14%, rgba(37, 99, 235, 0.12), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(245, 158, 11, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(239, 246, 255, 0.84));
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.13);
}

.store_event_hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(135deg, rgba(15, 23, 42, 0.04) 25%, transparent 25%),
        linear-gradient(315deg, rgba(15, 23, 42, 0.035) 25%, transparent 25%);
    background-position: 0 0, 18px 18px;
    background-size: 36px 36px;
    opacity: 0.42;
    pointer-events: none;
}

.store_event_hero_bg {
    opacity: 0.18;
    filter: blur(22px) saturate(1.24);
}

.store_event_billboard {
    position: relative;
    z-index: 1;
    grid-area: billboard;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
    padding: clamp(1.1rem, 2.4vw, 1.65rem);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 10%, rgba(14, 165, 233, 0.28), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(245, 158, 11, 0.24), transparent 24%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.9));
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 22px 48px rgba(15, 23, 42, 0.2);
}

.store_event_billboard::before {
    content: '';
    position: absolute;
    right: 16%;
    top: -54px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 54px;
    transform: rotate(18deg);
}

.store_event_billboard > * {
    position: relative;
    z-index: 1;
}

.store_event_billboard .store_event_kicker {
    color: #fcd34d;
}

.store_event_billboard h1 {
    max-width: 760px;
    margin: 0.25rem 0 0;
    color: #ffffff;
    font-size: clamp(2.45rem, 6vw, 5.4rem);
    font-weight: 950;
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.store_event_billboard p {
    max-width: 720px;
    margin: 0.8rem 0 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: clamp(0.95rem, 1.6vw, 1.08rem);
    line-height: 1.65;
}

.store_event_billboard_pass {
    min-width: 190px;
    display: grid;
    gap: 0.22rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.store_event_billboard_pass span,
.store_event_billboard_pass small {
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store_event_billboard_pass strong {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.store_event_media_panel {
    grid-area: media;
    min-height: auto;
    padding: 0.78rem;
    border-color: rgba(15, 23, 42, 0.2);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.76)),
        linear-gradient(135deg, #050505, #202020);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.store_event_media_toolbar {
    padding: 0.2rem 0.25rem 0.8rem;
}

.store_event_carousel,
.store_event_carousel .carousel-inner,
.store_event_carousel .carousel-item,
.store_event_media_full,
.store_event_video_frame,
.store_event_media_placeholder {
    min-height: 460px;
    height: clamp(440px, 52vw, 640px);
    max-height: 650px;
    border-radius: 24px;
}

.store_event_media_full {
    background-size: cover;
    background-color: rgba(2, 6, 23, 0.9);
    box-shadow: inset 0 -110px 120px rgba(2, 6, 23, 0.34);
}

.store_event_video_frame {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.16), transparent 34%),
        #020617;
}

.store_event_video {
    border-radius: 22px;
    object-fit: contain;
    box-shadow: 0 20px 46px rgba(2, 6, 23, 0.36);
}

.store_event_thumbs.carousel-indicators {
    margin-top: 0.78rem;
    padding-bottom: 0.18rem;
}

.store_event_thumb {
    width: 84px;
    height: 68px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 24px rgba(2, 6, 23, 0.2);
}

.store_event_thumb.active,
.store_event_thumb:hover {
    border-color: #f59e0b;
    box-shadow: 0 14px 28px rgba(245, 158, 11, 0.22);
}

.store_event_summary_panel {
    grid-area: summary;
    padding: clamp(1.1rem, 2vw, 1.45rem);
    border-color: rgba(203, 213, 225, 0.78);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(245, 158, 11, 0.13), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
}

.store_event_summary_panel h1,
.store_event_summary_panel h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.035em;
    word-spacing: 0.08em;
}

.store_event_kicker {
    color: #1d4ed8;
}

.store_event_status--live {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.store_event_status--soon {
    color: #1f2937;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
}

.store_event_countdown_card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 12% 16%, rgba(245, 158, 11, 0.28), transparent 30%),
        linear-gradient(135deg, #020617, #1e293b);
}

.store_event_meta_grid div {
    border-color: rgba(203, 213, 225, 0.78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.82));
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.store_event_meta_grid span {
    color: #64748b;
}

.store_event_meta_grid strong {
    color: #0f172a;
}

.store_event_description {
    color: #334155;
}

.store_event_ticket_note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 20px;
    background: rgba(239, 246, 255, 0.72);
    color: #334155;
    font-size: 0.88rem;
    line-height: 1.5;
}

.store_event_ticket_note i {
    color: #2563eb;
    margin-top: 0.15rem;
}

.store_event_primary_btn,
.store_event_empty_btn {
    color: #111827;
    background: linear-gradient(135deg, #fef3c7, #f59e0b);
    box-shadow: 0 16px 32px rgba(245, 158, 11, 0.24);
}

.store_event_secondary_btn {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(203, 213, 225, 0.92);
}

.store_event_glance_strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1rem 0;
}

.store_event_glance_strip article {
    min-height: 104px;
    display: grid;
    align-content: end;
    gap: 0.34rem;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.76);
    border-radius: 24px;
    background:
        radial-gradient(circle at 94% 10%, rgba(14, 165, 233, 0.12), transparent 34%),
        rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.store_event_glance_strip span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store_event_glance_strip strong {
    color: #0f172a;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.store_event_products_section {
    margin-top: 1rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-color: rgba(203, 213, 225, 0.76);
    border-radius: 30px;
    background:
        radial-gradient(circle at 2% 4%, rgba(245, 158, 11, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
}

.store_event_section_heading h2 {
    color: #0f172a;
}

.store_event_section_heading p {
    color: #475569;
}

.store_event_chip {
    border-color: rgba(203, 213, 225, 0.9);
    color: #0f172a;
}

.store_event_chip.active,
.store_event_chip:hover {
    color: #111827;
    background: #f59e0b;
    border-color: #f59e0b;
}

.store_event_products_notice {
    border-color: rgba(191, 219, 254, 0.88);
    background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.11), transparent 32%),
        rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .store_event_hero {
        grid-template-columns: 1fr;
        grid-template-areas:
            "billboard"
            "media"
            "summary";
    }

    .store_event_billboard,
    .store_event_glance_strip {
        grid-template-columns: 1fr 1fr;
    }

    .store_event_carousel,
    .store_event_carousel .carousel-inner,
    .store_event_carousel .carousel-item,
    .store_event_media_full,
    .store_event_video_frame,
    .store_event_media_placeholder {
        min-height: 360px;
        height: 50vh;
    }
}

@media (max-width: 575px) {
    .store_event_page {
        width: min(100% - 12px, 1240px);
    }

    .store_event_billboard,
    .store_event_glance_strip {
        grid-template-columns: 1fr;
    }

    .store_event_billboard h1 {
        font-size: clamp(2.2rem, 14vw, 3.4rem);
    }

    .store_event_carousel,
    .store_event_carousel .carousel-inner,
    .store_event_carousel .carousel-item,
    .store_event_media_full,
    .store_event_video_frame,
    .store_event_media_placeholder {
        min-height: 300px;
        height: 46vh;
    }

    .store_event_thumb {
        width: 72px;
        height: 58px;
    }
}

/* Store event landing page refresh */
.store_event_page--landing {
    width: min(100%, 1520px);
    max-width: calc(100vw - 18px);
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(0.75rem, 2vw, 1.35rem);
    color: #0f172a;
}

.store_event_page--landing::before {
    content: '';
    position: absolute;
    inset: -1.5rem -0.4rem auto;
    z-index: -2;
    height: 620px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 14% 16%, rgba(37, 99, 235, 0.16), transparent 28%),
        radial-gradient(circle at 76% 8%, rgba(245, 158, 11, 0.16), transparent 26%),
        radial-gradient(circle at 50% 70%, rgba(20, 184, 166, 0.12), transparent 36%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(239, 246, 255, 0.76));
    pointer-events: none;
}

.store_event_page--landing .store_event_scene_glow--one {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.24), transparent 66%);
}

.store_event_page--landing .store_event_scene_glow--two {
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.24), transparent 68%);
}

.store_event_scene_glow--three {
    top: 44%;
    left: 45%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.16), transparent 68%);
}

.store_event_jump_nav {
    position: sticky;
    top: 0.7rem;
    z-index: 9;
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    margin: 0 auto 0.85rem;
    padding: 0.38rem;
    border: 1px solid rgba(203, 213, 225, 0.78);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.store_event_jump_nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.store_event_jump_nav a:hover {
    color: #ffffff;
    background: #0f172a;
    transform: translateY(-1px);
}

.store_event_page--landing .store_event_hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.75fr);
    grid-template-areas:
        "billboard billboard"
        "media summary";
    gap: clamp(1rem, 1.8vw, 1.45rem);
    padding: clamp(0.8rem, 1.5vw, 1.05rem);
    overflow: visible;
    border: 1px solid rgba(148, 163, 184, 0.38);
    border-radius: clamp(26px, 3vw, 42px);
    background:
        linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
        radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.16), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(245, 158, 11, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.86), rgba(226, 232, 240, 0.62));
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.16);
}

.store_event_page--landing .store_event_billboard,
.store_event_page--landing .store_event_media_panel,
.store_event_page--landing .store_event_summary_panel,
.store_event_page--landing .store_event_products_section,
.store_event_page--landing .store_event_countdown_card,
.store_event_page--landing .store_event_meta_grid div {
    min-width: 0;
    box-sizing: border-box;
}

.store_event_page--landing .store_event_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.28;
    pointer-events: none;
}

.store_event_page--landing .store_event_hero::after {
    opacity: 0.2;
}

.store_event_page--landing .store_event_hero_bg {
    opacity: 0.26;
    filter: blur(26px) saturate(1.35);
    transform: scale(1.12);
}

.store_event_page--landing .store_event_billboard {
    min-height: clamp(330px, 29vw, 460px);
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr);
    align-items: stretch;
    padding: clamp(1.2rem, 3vw, 2.4rem);
    border-radius: clamp(24px, 3vw, 36px);
    background:
        linear-gradient(115deg, rgba(2, 6, 23, 0.98) 0%, rgba(15, 23, 42, 0.92) 48%, rgba(30, 41, 59, 0.76) 100%),
        radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.36), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(245, 158, 11, 0.28), transparent 28%);
}

.store_event_page--landing .store_event_billboard::before {
    right: 10%;
    top: -120px;
    width: 340px;
    height: 340px;
    border-radius: 92px;
    border-color: rgba(255, 255, 255, 0.1);
}

.store_event_page--landing .store_event_billboard::after {
    content: '';
    position: absolute;
    right: -7rem;
    bottom: -9rem;
    width: 340px;
    height: 340px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22), transparent 68%);
}

.store_event_billboard_copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 980px;
}

.store_event_page--landing .store_event_billboard .store_event_kicker {
    width: max-content;
    max-width: 100%;
    padding: 0.42rem 0.7rem;
    border: 1px solid rgba(252, 211, 77, 0.28);
    border-radius: 999px;
    background: rgba(252, 211, 77, 0.1);
    color: #fde68a;
}

.store_event_page--landing .store_event_billboard h1 {
    max-width: 1000px;
    margin-top: 0.65rem;
    font-size: clamp(3.2rem, 8vw, 7.8rem);
    line-height: 0.84;
    letter-spacing: -0.07em;
    text-wrap: balance;
}

.store_event_page--landing .store_event_billboard p {
    max-width: 760px;
    margin-top: 1.05rem;
    color: rgba(226, 232, 240, 0.88);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.store_event_billboard_meta,
.store_event_billboard_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.15rem;
}

.store_event_billboard_meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    font-weight: 850;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.store_event_billboard_meta i {
    color: #fcd34d;
}

.store_event_billboard_actions .btn {
    min-height: 46px;
}

.store_event_glass_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.72rem 1.05rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.store_event_glass_btn:hover {
    color: #0f172a;
    background: #ffffff;
    transform: translateY(-1px);
}

.store_event_page--landing .store_event_billboard_pass {
    align-self: end;
    min-width: 0;
    max-width: 100%;
    min-height: 250px;
    align-content: end;
    padding: 1.2rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.18), transparent 34%),
        rgba(255, 255, 255, 0.11);
}

.store_event_billboard_pass div {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: max-content;
    max-width: 100%;
    margin-top: 0.85rem;
    padding: 0.46rem 0.68rem;
    border-radius: 999px;
    color: #111827;
    background: #fcd34d;
    font-size: 0.76rem;
    font-weight: 950;
}

.store_event_page--landing .store_event_media_panel {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    border-radius: 34px;
    background:
        radial-gradient(circle at 16% 10%, rgba(37, 99, 235, 0.32), transparent 30%),
        radial-gradient(circle at 92% 84%, rgba(245, 158, 11, 0.22), transparent 28%),
        linear-gradient(135deg, #020617, #111827);
}

.store_event_page--landing .store_event_media_panel::before {
    content: 'Gallery stage';
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    padding: 0.42rem 0.68rem;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.56);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    pointer-events: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.store_event_page--landing .store_event_carousel,
.store_event_page--landing .store_event_carousel .carousel-inner,
.store_event_page--landing .store_event_carousel .carousel-item,
.store_event_page--landing .store_event_media_full,
.store_event_page--landing .store_event_video_frame,
.store_event_page--landing .store_event_media_placeholder {
    min-height: 500px;
    height: clamp(500px, 42vw, 760px);
    max-height: 780px;
}

.store_event_page--landing .store_event_carousel {
    flex: 1 1 auto;
}

.store_event_page--landing .store_event_media_full {
    background-size: contain;
    background-position: center;
}

.store_event_page--landing .store_event_video {
    object-fit: contain;
}

.store_event_page--landing .store_event_thumbs.carousel-indicators {
    flex: 0 0 auto;
    gap: 0.65rem;
    margin-top: 0.9rem;
    padding-right: 7rem;
}

.store_event_page--landing .store_event_thumb {
    width: 96px;
    height: 74px;
    border-radius: 22px;
}

.store_event_page--landing .store_event_summary_panel {
    position: sticky;
    top: 5.2rem;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88)),
        radial-gradient(circle at 88% 8%, rgba(245, 158, 11, 0.18), transparent 32%);
    box-shadow: 0 26px 62px rgba(15, 23, 42, 0.14);
}

.store_event_page--landing .store_event_summary_panel::before,
.store_event_page--landing .store_event_summary_panel::after {
    content: '';
    position: absolute;
    top: 52%;
    width: 24px;
    height: 44px;
    border: 1px solid rgba(203, 213, 225, 0.72);
    background: rgba(241, 245, 249, 0.96);
    transform: translateY(-50%);
}

.store_event_page--landing .store_event_summary_panel::before {
    left: -1px;
    border-radius: 0 999px 999px 0;
    border-left: 0;
}

.store_event_page--landing .store_event_summary_panel::after {
    right: -1px;
    border-radius: 999px 0 0 999px;
    border-right: 0;
}

.store_event_page--landing .store_event_summary_panel h2 {
    font-size: clamp(1.85rem, 3vw, 2.75rem);
}

.store_event_page--landing .store_event_countdown_card {
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 12% 18%, rgba(245, 158, 11, 0.34), transparent 31%),
        radial-gradient(circle at 88% 8%, rgba(37, 99, 235, 0.28), transparent 28%),
        linear-gradient(135deg, #020617, #172554);
}

.store_event_page--landing .store_event_countdown_card strong {
    display: block;
    max-width: 100%;
    font-size: clamp(1.65rem, 2.45vw, 2.45rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: normal;
}

.store_event_page--landing .store_event_meta_grid {
    gap: 0.72rem;
}

.store_event_page--landing .store_event_meta_grid div {
    border-radius: 22px;
    overflow: hidden;
}

.store_event_page--landing .store_event_meta_grid strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.store_event_page--landing .store_event_actions {
    gap: 0.7rem;
}

.store_event_page--landing .store_event_primary_btn {
    background: linear-gradient(135deg, #fef3c7, #f59e0b 52%, #f97316);
}

.store_event_page--landing .store_event_secondary_btn {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.store_event_page--landing .store_event_glance_strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.65rem, 1.2vw, 1rem);
    margin: clamp(1rem, 1.6vw, 1.35rem) 0;
}

.store_event_page--landing .store_event_glance_strip article {
    position: relative;
    min-height: 142px;
    align-content: space-between;
    padding: 1.1rem;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.74)),
        radial-gradient(circle at 94% 10%, rgba(37, 99, 235, 0.18), transparent 34%);
}

.store_event_page--landing .store_event_glance_strip article i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #1d4ed8, #14b8a6);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.store_event_page--landing .store_event_glance_strip article:nth-child(2) i {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.store_event_page--landing .store_event_glance_strip article:nth-child(3) i {
    background: linear-gradient(135deg, #111827, #475569);
}

.store_event_page--landing .store_event_glance_strip article:nth-child(4) i {
    background: linear-gradient(135deg, #7c3aed, #2563eb);
}

.store_event_itinerary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.3vw, 1rem);
    margin-bottom: clamp(1rem, 1.6vw, 1.35rem);
}

.store_event_itinerary article {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 1.2rem;
    border: 1px solid rgba(203, 213, 225, 0.76);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 0%, rgba(245, 158, 11, 0.16), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.86));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.store_event_itinerary article::after {
    content: '';
    position: absolute;
    right: -26px;
    bottom: -26px;
    width: 96px;
    height: 96px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
}

.store_event_itinerary span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    color: #111827;
    background: #fcd34d;
    font-weight: 950;
}

.store_event_itinerary h3 {
    margin: 1rem 0 0.45rem;
    color: #0f172a;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    font-weight: 950;
    letter-spacing: -0.035em;
}

.store_event_itinerary p {
    max-width: 34rem;
    margin: 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.62;
}

.store_event_page--landing .store_event_products_section {
    border-radius: 34px;
    padding: clamp(1rem, 2vw, 1.65rem);
    background:
        radial-gradient(circle at 0% 4%, rgba(245, 158, 11, 0.14), transparent 30%),
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.9));
}

.store_event_page--landing .store_event_section_heading h2 {
    font-size: clamp(2rem, 3.6vw, 3.8rem);
}

.store_event_page--landing .store_event_chips {
    padding-top: 0.25rem;
}

@media (min-width: 1380px) {
    .store_event_page--landing .store_event_hero {
        grid-template-columns: minmax(0, 1.72fr) minmax(420px, 0.72fr);
    }

    .store_event_page--landing .store_event_billboard h1 {
        font-size: clamp(4.2rem, 7.2vw, 8.6rem);
    }
}

@media (min-width: 992px) {
    .store_event_page--landing .store_event_media_panel {
        height: 100%;
    }

    .store_event_page--landing .store_event_carousel,
    .store_event_page--landing .store_event_carousel .carousel-inner,
    .store_event_page--landing .store_event_carousel .carousel-item,
    .store_event_page--landing .store_event_media_full,
    .store_event_page--landing .store_event_video_frame,
    .store_event_page--landing .store_event_media_placeholder {
        height: 100%;
        max-height: none;
    }
}

@media (max-width: 991px) {
    .store_event_jump_nav {
        position: relative;
        top: auto;
    }

    .store_event_page--landing .store_event_hero {
        grid-template-columns: 1fr;
        grid-template-areas:
            "billboard"
            "media"
            "summary";
    }

    .store_event_page--landing .store_event_billboard {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .store_event_page--landing .store_event_billboard_pass {
        min-height: 0;
        align-content: start;
    }

    .store_event_page--landing .store_event_summary_panel {
        position: relative;
        top: auto;
    }

    .store_event_page--landing .store_event_glance_strip,
    .store_event_itinerary {
        grid-template-columns: 1fr;
    }

    .store_event_page--landing .store_event_carousel,
    .store_event_page--landing .store_event_carousel .carousel-inner,
    .store_event_page--landing .store_event_carousel .carousel-item,
    .store_event_page--landing .store_event_media_full,
    .store_event_page--landing .store_event_video_frame,
    .store_event_page--landing .store_event_media_placeholder {
        min-height: 360px;
        height: 52vh;
    }
}

@media (max-width: 575px) {
    .store_event_page--landing {
        width: min(100%, 1520px);
        max-width: calc(100vw - 10px);
    }

    .store_event_jump_nav {
        justify-content: center;
        border-radius: 22px;
    }

    .store_event_page--landing .store_event_billboard h1 {
        font-size: clamp(2.65rem, 15vw, 4.2rem);
        line-height: 0.88;
    }

    .store_event_billboard_meta span,
    .store_event_billboard_actions .btn {
        width: 100%;
        justify-content: center;
    }

    .store_event_page--landing .store_event_carousel,
    .store_event_page--landing .store_event_carousel .carousel-inner,
    .store_event_page--landing .store_event_carousel .carousel-item,
    .store_event_page--landing .store_event_media_full,
    .store_event_page--landing .store_event_video_frame,
    .store_event_page--landing .store_event_media_placeholder {
        min-height: 300px;
        height: 46vh;
    }

    .store_event_page--landing .store_event_thumbs.carousel-indicators {
        padding-right: 0;
    }

    .store_event_page--landing .store_event_media_panel::before {
        display: none;
    }
}

/* Store onboarding coach marks */
.jc-guide-active {
    overflow-x: hidden;
}

.jc-guide-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    background: rgba(8, 15, 30, 0.48);
    pointer-events: none;
}

.jc-guide-highlight {
    position: fixed;
    z-index: 2147483001;
    border: 2px solid var(--colorPrimary);
    border-radius: 18px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18), 0 18px 45px rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    transition: top .22s ease, left .22s ease, width .22s ease, height .22s ease;
}

.jc-guide-card {
    position: fixed;
    z-index: 2147483002;
    width: min(360px, calc(100vw - 32px));
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    color: #111827;
    box-shadow: 0 24px 70px rgba(8, 15, 30, 0.32);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.jc-guide-card-head,
.jc-guide-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.jc-guide-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.06);
    color: var(--colorPrimary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.jc-guide-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.jc-guide-step {
    display: block;
    margin-top: 14px;
    color: #6b7280;
    font-size: .82rem;
    font-weight: 700;
}

.jc-guide-title {
    margin: 6px 0 8px;
    color: #111827;
    font-size: 1.1rem;
    line-height: 1.25;
    font-weight: 800;
}

.jc-guide-body {
    margin: 0;
    color: #4b5563;
    font-size: .94rem;
    line-height: 1.55;
}

.jc-guide-actions {
    margin-top: 18px;
}

.jc-guide-btn {
    border: 0;
    border-radius: 999px;
    padding: 9px 15px;
    background: #f3f4f6;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
}

.jc-guide-btn:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.jc-guide-next {
    background: var(--colorPrimary);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

@media (max-width: 575px) {
    .jc-guide-card {
        right: 12px !important;
        left: 12px !important;
        width: auto;
    }
}
