.cr-shell-page {
    background:
        radial-gradient(circle at top right, rgba(255, 119, 61, 0.10), transparent 26%),
        linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
    color: var(--cr-light-text-color);
    min-height: calc(100vh - 180px);
    padding: 32px 0 64px;
}

.cr-shell-page__title,
.cr-shell-page__card-title,
.cr-shell-page__cta-title,
.cr-processing-modal__title,
.cr-shell-page__featured-title,
.cr-dashboard-view__title,
.cr-dashboard-view__row-title,
.cr-dashboard-view__section-title,
.cr-shell-page--product-upload .cr-shell-page__upload-helper-title,
.cr-shell-page--product-upload .cr-shell-page__upload-processing-title,
.cr-shell-page--product-upload .cr-upload-category-request__title,
.cr-shell-page--product-upload .cr-upload-expedite__title {
    font-family: var(--cr-title-font-family) !important;
    font-weight: var(--cr-title-font-weight) !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

.cr-shell-page--product-upload {
    --cr-upload-sticky-top: 86px;
    --cr-upload-sidebar-top: 176px;
    --cr-upload-scroll-margin: 176px;
    --cr-upload-anchor-offset: 196px;
}

.cr-shell-page--user-dashboard,
.cr-shell-page--seller-dashboard {
    --cr-dashboard-sticky-top: 86px;
}

.cr-shell-page__shell {
    margin: 0 auto;
    max-width: none;
    padding: 0;
    width: min(1280px, calc(100% - 48px));
}

.cr-shell-page--catalog .cr-shell-page__shell {
    max-width: none;
}

.cr-shell-page__hero,
.cr-shell-page__panel,
.cr-shell-page__card,
.cr-shell-page__cta {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(22, 37, 66, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(25, 41, 72, 0.08);
}

.cr-shell-page__hero {
    display: block;
    margin-bottom: 24px;
    padding: 30px 32px;
}

.cr-shell-page__hero--category {
    display: block;
    min-height: 0;
}

.cr-shell-page__hero--article {
    display: block;
    position: relative;
}

.cr-shell-page__article-kicker {
    display: block;
    margin-bottom: 12px;
    padding-right: 180px;
}

.cr-shell-page__article-kicker .cr-shell-page__eyebrow {
    margin-bottom: 0;
}

.cr-shell-page__article-byline {
    color: var(--cr-light-text-color);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.3;
    position: absolute;
    right: 32px;
    top: 30px;
    white-space: nowrap;
}

.cr-shell-page__article-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.cr-shell-page__article-category {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.1);
    border-radius: 999px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    min-height: 28px;
    padding: 0 10px;
}

.cr-shell-page__eyebrow,
.cr-shell-page__panel-label,
.cr-shell-page__card-label {
    color: #ff6a3d;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.cr-shell-page__eyebrow--breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    letter-spacing: 0.04em;
    text-transform: none;
}

.cr-shell-page__breadcrumb-link,
.cr-shell-page__breadcrumb-current,
.cr-shell-page__breadcrumb-separator {
    color: inherit;
}

.cr-shell-page__breadcrumb-link {
    text-decoration: none;
}

.cr-shell-page__breadcrumb-link:hover,
.cr-shell-page__breadcrumb-link:focus-visible {
    color: #e85528;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cr-shell-page__breadcrumb-separator {
    opacity: 0.72;
}

.cr-shell-page__title {
    color: var(--cr-light-text-color);
    font-size: var(--cr-h1-font-size);
    font-weight: var(--cr-h1-font-weight) !important;
    line-height: var(--cr-h1-line-height);
    letter-spacing: var(--cr-h1-letter-spacing);
    margin: 0 0 16px;
}

.cr-shell-page__hero-heading-row {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.cr-shell-page__hero-heading-row .cr-shell-page__title {
    margin-bottom: 0;
}

.cr-shell-page__category-search {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid rgba(47, 81, 116, 0.14);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(32, 55, 83, 0.1);
    display: grid;
    flex: 0 1 460px;
    grid-template-columns: minmax(0, 1fr) 54px;
    margin: 0;
    max-width: 100%;
    min-height: 54px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cr-shell-page__category-search:focus-within {
    border-color: rgba(47, 81, 116, 0.22);
    box-shadow: 0 14px 32px rgba(32, 55, 83, 0.12);
}

.cr-shell-page__category-search-input {
    background: transparent;
    border: 0;
    color: var(--cr-light-text-color);
    font: inherit;
    font-size: 0.96rem;
    font-weight: 500;
    min-width: 0;
    padding: 0 18px 0 20px;
    width: 100%;
}

.cr-shell-page__category-search-input:focus {
    outline: none;
}

.cr-shell-page__category-search-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ff5a2f;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 0;
}

.cr-shell-page__category-search-button:hover,
.cr-shell-page__category-search-button:focus-visible {
    color: #e85528;
    outline: none;
}

.cr-shell-page__category-search-button svg {
    height: 24px;
    width: 24px;
}

.cr-shell-page__subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.cr-shell-page__subcategory-chip {
    align-items: center;
    background: #f8fbff;
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 800;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
    white-space: nowrap;
}

.cr-shell-page__subcategory-chip:hover,
.cr-shell-page__subcategory-chip:focus-visible {
    background: rgba(255, 106, 61, 0.10);
    border-color: rgba(255, 106, 61, 0.28);
    color: #c95027;
    outline: none;
}

.cr-shell-page__lead {
    color: var(--cr-light-text-color);
    font-size: 1.04rem;
    line-height: 1.48;
    margin: 0;
    max-width: 760px;
}

.cr-shell-page__hero-meta {
    align-content: start;
    display: grid;
    gap: 12px;
}

.cr-shell-page__stat {
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 16px;
    padding: 14px 16px;
}

.cr-shell-page__stat-value {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
}

.cr-shell-page__stat-label {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 4px;
}

.cr-shell-page__layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
}

.cr-shell-page__layout--catalog-wide {
    display: block;
}

.cr-shell-page__main,
.cr-shell-page__sidebar {
    display: grid;
    gap: 24px;
}

.cr-shell-page__sidebar {
    align-content: start;
    align-self: start;
    grid-auto-rows: max-content;
}

.cr-shell-page__panel,
.cr-shell-page__cta {
    padding: 24px;
}

.cr-shell-page__panel--dashboard-nav {
    margin-bottom: 24px;
}

.cr-shell-page--user-dashboard .cr-shell-page__panel--dashboard-nav,
.cr-shell-page--seller-dashboard .cr-shell-page__panel--dashboard-nav {
    backdrop-filter: blur(16px);
    position: sticky;
    top: var(--cr-dashboard-sticky-top);
    z-index: 30;
}

.cr-shell-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cr-shell-page__chip {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    text-decoration: none;
}

.cr-shell-page__chip--accent {
    background: rgba(255, 119, 61, 0.12);
    border-color: rgba(255, 119, 61, 0.18);
    color: #c95027;
}

.cr-shell-page__grid {
    display: grid;
    gap: 18px;
}

.cr-shell-page__grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-shell-page__grid--catalog-dense,
.cr-shell-page__featured-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cr-shell-page__grid--catalog-dense {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
}

.cr-shell-page__featured-products {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
}

.cr-shell-page__section-label {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
}

.cr-shell-page__grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-shell-page__grid--dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-shell-page__card {
    background: linear-gradient(135deg, #ff6a3d 0%, #ffb08f 100%);
    border-radius: 14px;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.cr-shell-page__card--clickable {
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cr-shell-page__card--clickable:hover,
.cr-shell-page__card--clickable:focus-visible {
    border-color: rgba(255, 106, 61, 0.36);
    box-shadow: 0 22px 52px rgba(25, 41, 72, 0.16);
    outline: none;
    transform: translateY(-2px);
}

.cr-shell-page__card--clickable:hover .cr-shell-page__link,
.cr-shell-page__card--clickable:focus-visible .cr-shell-page__link {
    color: #ff6a3d;
}

.cr-shell-page__card--featured-product {
    position: relative;
}

.cr-shell-page__card--featured-product::before {
    background: #ff6a3d;
    border-radius: 999px;
    color: #ffffff;
    content: "Featured";
    font-size: 0.72rem;
    font-weight: 800;
    left: 14px;
    letter-spacing: 0.06em;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
    z-index: 2;
}

.cr-shell-page__card-image {
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.20), transparent 34%),
        linear-gradient(135deg, #ff6a3d 0%, #ffb08f 100%);
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.cr-shell-page__card-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.cr-shell-page__card-favorite-app {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
}

.cr-shell-page__card-heart {
    align-items: center;
    background: rgba(255, 106, 61, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
}

.cr-shell-page__card-heart--active {
    background: #ff6a3d;
}

.cr-shell-page__card-heart svg {
    display: block;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
}

.cr-shell-page__card-heart--active svg {
    fill: currentColor;
}

.cr-shell-page__card-body {
    background: #ffffff;
    border-radius: 18px 18px 0 0;
    display: grid;
    gap: 12px;
    grid-template-rows: auto auto 1fr auto;
    margin-top: -24px;
    padding: 20px 18px 18px;
    position: relative;
    z-index: 1;
}

.cr-shell-page__card-body .cr-shell-page__chips {
    gap: 8px;
}

.cr-shell-page__card-body .cr-shell-page__chip {
    background: #ffffff;
    border-color: rgba(31, 36, 48, 0.34);
    border-radius: 4px;
    color: #2b3040;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    min-height: 24px;
    padding: 0 7px;
}

.cr-shell-page__card-title {
    color: var(--cr-light-text-color);
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.12;
    margin: 0;
}

.cr-shell-page__card-author {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: -6px;
}

.cr-shell-page__card-text,
.cr-shell-page__panel-copy,
.cr-shell-page__timeline-copy {
    color: var(--cr-light-text-color);
    line-height: 1.55;
}

a.cr-shell-page__card-text {
    display: block;
    text-decoration: none;
    transition: color 0.16s ease;
}

a.cr-shell-page__card-text:hover,
a.cr-shell-page__card-text:focus-visible {
    color: #ff6a3d;
    outline: none;
}

.cr-shell-page__card-footer,
.cr-shell-page__list,
.cr-shell-page__timeline {
    display: grid;
    gap: 12px;
}

.cr-shell-page__list-item,
.cr-shell-page__timeline-item {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.cr-shell-page__card-footer {
    align-items: end;
    border-top: 0;
    gap: 14px;
    grid-template-columns: minmax(76px, 0.48fr) minmax(0, 1fr);
    margin-top: 10px;
    padding-top: 0;
}

.cr-shell-page__card-footer--actions-only {
    grid-template-columns: 1fr;
}

.cr-shell-page__card-price-block {
    display: grid;
    gap: 2px;
}

.cr-shell-page__price {
    color: var(--cr-light-text-color);
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.cr-shell-page__price-label {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.cr-shell-page__card-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
}

.cr-shell-page__card-buy-form {
    display: contents;
}

.cr-shell-page__card-button {
    align-items: center;
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 8px;
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.1;
    min-height: 54px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
    white-space: nowrap;
    width: 100%;
}

.cr-shell-page__card-button:hover,
.cr-shell-page__card-button:focus-visible {
    outline: none;
    transform: translateY(-1px);
}

.cr-shell-page__card-button--primary {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

.cr-shell-page__card-button--primary:hover,
.cr-shell-page__card-button--primary:focus-visible {
    background: #e85528;
    border-color: #e85528;
    color: #ffffff;
}

.cr-shell-page__card-button--secondary {
    background: #ffffff;
    border-color: #cfd6e2;
    color: #2b3040;
}

.cr-shell-page__card-button--secondary:hover,
.cr-shell-page__card-button--secondary:focus-visible {
    background: #eef4fb;
    border-color: rgba(32, 50, 77, 0.18);
    color: var(--cr-light-text-color);
}

.cr-purchase-modal-open {
    overflow: hidden;
}

.cr-purchase-modal[hidden] {
    display: none;
}

.cr-purchase-modal {
    align-items: center;
    background: rgba(15, 23, 42, 0.72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 10050;
}

.cr-purchase-modal__backdrop {
    inset: 0;
    position: absolute;
}

.cr-purchase-modal__dialog {
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 3px;
    box-shadow: 0 18px 42px rgba(32, 55, 83, 0.1);
    color: var(--cr-light-text-color);
    max-height: min(760px, calc(100vh - 48px));
    max-width: 520px;
    overflow: auto;
    padding: 22px;
    position: relative;
    width: min(100%, 520px);
}

.cr-purchase-modal__head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cr-purchase-modal__eyebrow {
    color: #ff6a3d;
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.cr-purchase-modal__head h2 {
    color: var(--cr-light-text-color);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.cr-purchase-modal__close {
    align-items: center;
    background: #f4f7fb;
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 8px;
    color: var(--cr-light-text-color);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.5rem;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    line-height: 1;
    width: 40px;
}

.cr-purchase-modal__form {
    display: grid;
    gap: 16px;
}

.cr-purchase-modal__price-row {
    align-items: start;
    border-bottom: 1px solid rgba(32, 50, 77, 0.12);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 14px;
}

.cr-purchase-modal__total-row {
    align-items: center;
    border-top: 1px solid rgba(32, 50, 77, 0.12);
    color: var(--cr-light-text-color);
    display: flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: space-between;
    padding-top: 14px;
}

.cr-purchase-modal__price-row span,
.cr-purchase-modal__total-row span,
.cr-purchase-modal__quantity > span {
    color: #5f6b7a;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cr-purchase-modal__price-row strong,
.cr-purchase-modal__total-row strong {
    color: var(--cr-light-text-color);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
    text-align: right;
    white-space: nowrap;
}

.cr-purchase-modal__price-row strong {
    font-size: 2.1rem;
}

.cr-purchase-modal__price-row strong .woocommerce-Price-currencySymbol {
    font-size: 0.8rem;
    font-weight: 700;
    position: relative;
    top: -0.8em;
}

.cr-purchase-modal__total-row strong {
    color: #ff5a35;
    font-size: 1.2rem;
    line-height: 1;
}

.cr-purchase-modal__included {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cr-purchase-modal__included li {
    color: var(--cr-light-text-color);
    font-size: 0.9rem;
    line-height: 1.35;
    padding-left: 28px;
    position: relative;
}

.cr-purchase-modal__included li::before {
    color: var(--cr-light-text-color);
    content: "\2714";
    font-size: 0.92rem;
    font-weight: 800;
    left: 4px;
    position: absolute;
    top: 0;
}

.cr-purchase-modal__addon {
    align-items: start;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 18px minmax(0, 1fr) auto;
}

.cr-purchase-modal__addon input {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.42);
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    height: 18px;
    margin: 2px 0 0;
    place-content: center;
    width: 18px;
}

.cr-purchase-modal__addon input::before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    height: 9px;
    opacity: 0;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 5px;
}

.cr-purchase-modal__addon input:checked {
    background: #ff6a3d;
    border-color: #ff6a3d;
}

.cr-purchase-modal__addon input:checked::before {
    opacity: 1;
}

.cr-purchase-modal__addon-copy {
    color: var(--cr-light-text-color);
    font-size: 0.9rem;
    line-height: 1.35;
}

.cr-purchase-modal__addon-price {
    color: var(--cr-light-text-color);
    font-weight: 800;
    white-space: nowrap;
}

.cr-purchase-modal__quantity {
    display: grid;
    gap: 8px;
}

.cr-purchase-modal__quantity-control {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
}

.cr-purchase-modal__quantity-control button {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 999px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 1.25rem;
    height: 30px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 30px;
}

.cr-purchase-modal__quantity-control button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.cr-purchase-modal__quantity-control input {
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 8px;
    color: var(--cr-light-text-color);
    font-size: 0.95rem;
    height: 32px;
    text-align: center;
    width: 100%;
}

.cr-purchase-modal__cart-button {
    align-items: center;
    background: #ff6a3d;
    border: 1px solid #ff6a3d;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
    width: 100%;
}

.cr-purchase-modal__cart-button:hover,
.cr-purchase-modal__cart-button:focus-visible {
    background: #e85528;
    border-color: #e85528;
    color: #ffffff;
    outline: none;
    transform: translateY(-1px);
}

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

.cr-purchase-modal__cart-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 4px;
    color: #173354;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    text-decoration: none;
}

.cr-purchase-modal__cart-link--checkout {
    background: #173354;
    border-color: #173354;
    color: #ffffff;
}

.cr-purchase-modal__note {
    color: var(--cr-light-text-color);
    font-size: 0.78rem;
    font-style: italic;
    line-height: 1.55;
    margin: 0;
    text-align: center;
}

html[data-cr-theme='dark'] .cr-purchase-modal__dialog,
body[data-cr-theme='dark'] .cr-purchase-modal__dialog {
    background: #101827;
    border-color: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
}

html[data-cr-theme='dark'] .cr-purchase-modal__head h2,
html[data-cr-theme='dark'] .cr-purchase-modal__price-row strong,
html[data-cr-theme='dark'] .cr-purchase-modal__total-row strong,
html[data-cr-theme='dark'] .cr-purchase-modal__included li,
html[data-cr-theme='dark'] .cr-purchase-modal__addon-copy,
html[data-cr-theme='dark'] .cr-purchase-modal__quantity-control button,
html[data-cr-theme='dark'] .cr-purchase-modal__quantity-control input,
body[data-cr-theme='dark'] .cr-purchase-modal__head h2,
body[data-cr-theme='dark'] .cr-purchase-modal__price-row strong,
body[data-cr-theme='dark'] .cr-purchase-modal__total-row strong,
body[data-cr-theme='dark'] .cr-purchase-modal__included li,
body[data-cr-theme='dark'] .cr-purchase-modal__addon-copy,
body[data-cr-theme='dark'] .cr-purchase-modal__quantity-control button,
body[data-cr-theme='dark'] .cr-purchase-modal__quantity-control input {
    color: #f8fafc;
}

html[data-cr-theme='dark'] .cr-purchase-modal__close,
html[data-cr-theme='dark'] .cr-purchase-modal__quantity-control button,
html[data-cr-theme='dark'] .cr-purchase-modal__quantity-control input,
html[data-cr-theme='dark'] .cr-purchase-modal__addon input,
body[data-cr-theme='dark'] .cr-purchase-modal__close,
body[data-cr-theme='dark'] .cr-purchase-modal__quantity-control button,
body[data-cr-theme='dark'] .cr-purchase-modal__quantity-control input,
body[data-cr-theme='dark'] .cr-purchase-modal__addon input {
    background: #172033;
    border-color: rgba(255, 255, 255, 0.12);
}

html[data-cr-theme='dark'] .cr-purchase-modal__cart-link,
body[data-cr-theme='dark'] .cr-purchase-modal__cart-link {
    background: #101827;
    border-color: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
}

html[data-cr-theme='dark'] .cr-purchase-modal__price-row,
html[data-cr-theme='dark'] .cr-purchase-modal__total-row,
body[data-cr-theme='dark'] .cr-purchase-modal__price-row,
body[data-cr-theme='dark'] .cr-purchase-modal__total-row {
    border-color: rgba(255, 255, 255, 0.12);
}

html[data-cr-theme='dark'] .cr-purchase-modal__addon input:checked,
body[data-cr-theme='dark'] .cr-purchase-modal__addon input:checked {
    background: #ff6a3d;
    border-color: #ff6a3d;
}

html[data-cr-theme='dark'] .cr-purchase-modal__note,
html[data-cr-theme='dark'] .cr-purchase-modal__price-row span,
html[data-cr-theme='dark'] .cr-purchase-modal__total-row span,
html[data-cr-theme='dark'] .cr-purchase-modal__quantity > span,
body[data-cr-theme='dark'] .cr-purchase-modal__note,
body[data-cr-theme='dark'] .cr-purchase-modal__price-row span,
body[data-cr-theme='dark'] .cr-purchase-modal__total-row span,
body[data-cr-theme='dark'] .cr-purchase-modal__quantity > span {
    color: #cbd5e1;
}

@media (max-width: 640px) {
    .cr-purchase-modal {
        align-items: stretch;
        padding: 14px;
    }

    .cr-purchase-modal__dialog {
        max-height: calc(100vh - 28px);
        padding: 18px;
    }

    .cr-purchase-modal__head h2 {
        font-size: 1.12rem;
    }

    .cr-purchase-modal__addon {
        align-items: flex-start;
        grid-template-columns: 18px minmax(0, 1fr);
    }

    .cr-purchase-modal__addon-price {
        grid-column: 2;
        justify-self: start;
    }

    .cr-purchase-modal__cart-actions {
        grid-template-columns: 1fr;
    }
}

.cr-shell-page__muted,
.cr-shell-page__list-item span,
.cr-shell-page__timeline-meta {
    color: var(--cr-light-text-color);
    font-size: 0.92rem;
}

.cr-shell-page__link,
.cr-shell-page__list-link {
    color: var(--cr-light-text-color);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.16s ease;
}

.cr-shell-page__link:hover,
.cr-shell-page__link:focus-visible,
.cr-shell-page__list-link:hover,
.cr-shell-page__list-link:focus-visible,
.cr-shell-page__chip[href]:hover,
.cr-shell-page__chip[href]:focus-visible {
    color: #ff6a3d;
}

.cr-shell-page__list {
    margin: 0;
    padding: 0;
}

.cr-shell-page__list-item {
    border-bottom: 1px solid rgba(32, 50, 77, 0.08);
    list-style: none;
    padding: 0 0 12px;
}

.cr-shell-page__list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cr-shell-page__cta {
    background:
        linear-gradient(135deg, rgba(255, 119, 61, 0.10), rgba(69, 127, 196, 0.10)),
        rgba(255, 255, 255, 0.96);
}

.cr-shell-page__cta-title {
    color: var(--cr-light-text-color);
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 0 0 12px;
}

.cr-shell-page__cta-copy {
    color: var(--cr-light-text-color);
    margin: 0 0 18px;
}

.cr-shell-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cr-shell-page__button {
    align-items: center;
    border: 1px solid rgba(32, 50, 77, 0.10);
    border-radius: 14px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    text-decoration: none;
}

.cr-shell-page__button--primary {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

.cr-processing-modal {
    align-items: center;
    background: rgba(16, 29, 49, 0.46);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.16s ease;
    z-index: 100000;
}

.cr-processing-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.cr-processing-modal__dialog {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.10);
    border-radius: 18px;
    box-shadow: 0 28px 72px rgba(16, 29, 49, 0.24);
    color: var(--cr-light-text-color);
    display: grid;
    gap: 10px;
    justify-items: center;
    max-width: 320px;
    padding: 28px;
    text-align: center;
    width: min(100%, 320px);
}

.cr-processing-modal__spinner {
    animation: cr-processing-spin 0.8s linear infinite;
    border: 3px solid rgba(255, 106, 61, 0.2);
    border-top-color: #ff6a3d;
    border-radius: 999px;
    display: block;
    height: 38px;
    width: 38px;
}

.cr-processing-modal__title {
    font-size: 1.05rem;
    font-weight: 800;
}

.cr-processing-modal__copy {
    color: var(--cr-light-text-color);
    font-size: 0.94rem;
}

@keyframes cr-processing-spin {
    to {
        transform: rotate(360deg);
    }
}

.cr-shell-page__featured {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.cr-shell-page__featured-image {
    aspect-ratio: 1.25 / 1;
    border-radius: 18px;
    overflow: hidden;
}

.cr-shell-page__featured-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cr-shell-page__featured-copy {
    display: grid;
    align-content: start;
    gap: 14px;
}

.cr-shell-page__featured-title {
    color: var(--cr-light-text-color);
    font-size: clamp(1.6rem, 2vw, 2.3rem);
    line-height: 1.1;
    margin: 0;
}

.cr-shell-page__article {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
}

.cr-shell-page__article-main,
.cr-shell-page__article-sidebar {
    display: grid;
    gap: 24px;
    align-content: start;
}

.cr-shell-page__article-image {
    border-radius: 22px;
    overflow: hidden;
}

.cr-shell-page__article-image img {
    display: block;
    width: 100%;
    height: auto;
}

.cr-shell-page__prose {
    color: var(--cr-light-text-color);
    line-height: 1.75;
}

.cr-shell-page__prose > :first-child {
    margin-top: 0;
}

.cr-shell-page__prose ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 14px 0 22px;
    padding: 0;
}

.cr-shell-page__prose li {
    color: var(--cr-light-text-color);
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
}

.cr-shell-page__prose li::before {
    color: #ff6a3d;
    content: "\2714";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.cr-shell-page__author {
    align-items: center;
    display: flex;
    gap: 14px;
}

.cr-shell-page__author-avatar {
    align-items: center;
    background: linear-gradient(135deg, #ff6a3d, #ffb26b);
    border-radius: 18px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 800;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.cr-shell-page__author-name {
    color: var(--cr-light-text-color);
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
}

.cr-shell-page__dashboard-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cr-shell-page__dashboard-tabs--top {
    margin-top: 4px;
}

.cr-shell-page__dashboard-tab {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    min-height: 42px;
    overflow: visible;
    padding: 0 14px;
    position: relative;
}

.cr-shell-page__dashboard-tab--has-status-badge,
.cr-dashboard-panel-menu .listivo-panel-menu__item--has-status-badge {
    padding-right: 20px;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item {
    overflow: visible;
    position: relative;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--active {
    padding-bottom: 5px;
}

.cr-dashboard-menu__status-badge {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 2;
}

.cr-dashboard-menu__status-badge--idle {
    background: #a9b5c3;
    height: 10px;
    min-width: 10px;
    width: 10px;
}

.cr-dashboard-menu__status-badge--count {
    background: #ff6a3d;
    color: #ffffff;
    height: 18px;
    min-width: 18px;
    padding: 0 4px;
}

.cr-shell-page__dashboard-tab--accent {
    background: #eaf3ff;
    border-color: #b9d5f7;
    color: #1d5f9f;
}

.cr-shell-page__dashboard-tab:not(.cr-shell-page__dashboard-tab--accent):not(.cr-shell-page__dashboard-tab--primary-action):hover::after,
.cr-shell-page__dashboard-tab:not(.cr-shell-page__dashboard-tab--accent):not(.cr-shell-page__dashboard-tab--primary-action):focus-visible::after,
.cr-dashboard-panel-menu .listivo-panel-menu__item:not(.listivo-panel-menu__item--active):not(.listivo-panel-menu__item--primary-action):hover::after,
.cr-dashboard-panel-menu .listivo-panel-menu__item:not(.listivo-panel-menu__item--active):not(.listivo-panel-menu__item--primary-action):focus-visible::after {
    background: #2f7fd0;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0.85;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.cr-shell-page__dashboard-tab--accent::after,
.cr-dashboard-panel-menu .listivo-panel-menu__item--active::after {
    background: currentColor;
    border-radius: 0 0 11px 11px;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    opacity: 0.95;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.cr-shell-page__dashboard-tab--secondary-action {
    background: rgba(255, 119, 61, 0.2);
    border-color: rgba(255, 119, 61, 0.3);
    color: #a8441d;
}

.cr-shell-page__dashboard-tab--secondary-action.cr-shell-page__dashboard-tab--accent {
    background: #eaf3ff;
    border-color: #b9d5f7;
    color: #1d5f9f;
}

.cr-shell-page__dashboard-tab--raffle-action {
    background: #c9f7d1;
    border-color: #8ce69b;
    color: #176b2c;
}

.cr-shell-page__dashboard-tab--raffle-action.cr-shell-page__dashboard-tab--accent {
    background: #eaf3ff;
    border-color: #b9d5f7;
    color: #1d5f9f;
}

.cr-shell-page__dashboard-tab--primary-action {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
    margin-left: auto;
    order: 98;
}

.cr-shell-page__dashboard-tab--primary-action:hover,
.cr-shell-page__dashboard-tab--primary-action:focus {
    color: #ffffff;
}

.cr-shell-page__dashboard-tab--logout {
    margin-left: auto;
    order: 99;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--primary-action {
    align-items: center;
    background: #ff6a3d;
    border-bottom-color: transparent;
    border-radius: 999px;
    color: #ffffff;
    margin-left: auto;
    order: 98;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--primary-action:hover,
.cr-dashboard-panel-menu .listivo-panel-menu__item--primary-action:focus {
    color: #ffffff;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action {
    align-items: center;
    background: rgba(255, 119, 61, 0.2);
    border: 1px solid rgba(255, 119, 61, 0.3);
    border-bottom-color: rgba(255, 119, 61, 0.3);
    border-radius: 999px;
    color: #a8441d;
    padding: 0 16px;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action:hover,
.cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action:focus {
    color: #a8441d;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action.listivo-panel-menu__item--active {
    background: #eaf3ff;
    border-color: #b9d5f7;
    border-bottom-color: #b9d5f7;
    color: #1d5f9f;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action {
    align-items: center;
    background: #c9f7d1;
    border: 1px solid #8ce69b;
    border-bottom-color: #8ce69b;
    border-radius: 999px;
    color: #176b2c;
    padding: 0 16px;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action:hover,
.cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action:focus {
    color: #176b2c;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action.listivo-panel-menu__item--active {
    background: #eaf3ff;
    border-color: #b9d5f7;
    border-bottom-color: #b9d5f7;
    color: #1d5f9f;
}

.cr-dashboard-panel-menu .listivo-panel-menu__item--logout {
    margin-left: auto;
    order: 99;
}

.cr-dashboard-menu {
    position: relative;
}

.cr-dashboard-menu__toggle {
    align-items: center;
    background: #f7fbff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(25, 41, 72, 0.08);
    color: var(--cr-light-text-color);
    cursor: pointer;
    display: none;
    gap: 16px;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 18px;
    text-align: left;
    width: 100%;
}

.cr-dashboard-menu__toggle-current {
    display: block;
    flex: 1 1 auto;
    font-size: 0.98rem;
    font-weight: 800;
    min-width: 0;
}

.cr-dashboard-menu__toggle-icon {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: inline-flex;
    flex: 0 0 auto;
    height: 10px;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
    width: 10px;
}

[data-cr-dashboard-menu-state='open'] .cr-dashboard-menu__toggle-icon {
    transform: rotate(-135deg) translate(-1px, -1px);
}

.cr-dashboard-panel-menu {
    position: relative;
}

.cr-dashboard-panel-menu .cr-dashboard-menu__body {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cr-dashboard-view {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.cr-dashboard-view__header {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.cr-dashboard-view__intro {
    display: grid;
    gap: 10px;
    max-width: 780px;
}

.cr-dashboard-view__title {
    color: var(--cr-light-text-color);
    font-size: clamp(1.85rem, 2.8vw, 2.65rem);
    line-height: 1.05;
    margin: 0;
}

.cr-dashboard-view__copy {
    color: var(--cr-light-text-color);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.cr-dashboard-view__header-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cr-dashboard-view__section {
    display: grid;
    gap: 20px;
}

.cr-dashboard-view__toolbar {
    align-items: center;
    border-bottom: 1px solid rgba(32, 50, 77, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    padding-bottom: 18px;
}

.cr-dashboard-view__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cr-dashboard-view__filter {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 999px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 700;
    min-height: 38px;
    padding: 0 14px;
    text-decoration: none;
}

.cr-dashboard-view__filter.is-active {
    background: rgba(255, 119, 61, 0.12);
    border-color: rgba(255, 119, 61, 0.18);
    color: #c95027;
}

.cr-dashboard-view__filter--add-product {
    background: #ff7648;
    border-color: #ff7648;
    color: #ffffff;
}

.cr-dashboard-view__filter--add-product:hover,
.cr-dashboard-view__filter--add-product:focus {
    background: #e95f34;
    border-color: #e95f34;
    color: #ffffff;
}

.cr-dashboard-view__empty {
    border: 1px dashed rgba(32, 50, 77, 0.18);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    font-size: 0.94rem;
    font-weight: 700;
    padding: 24px;
    text-align: center;
}

.cr-dashboard-view__search {
    max-width: 360px;
    min-width: 260px;
    width: 100%;
}

.cr-dashboard-view__input,
.cr-dashboard-view__textarea {
    background: #fbfdff;
    border: 1px solid rgba(32, 50, 77, 0.1);
    border-radius: 14px;
    color: var(--cr-light-text-color);
    font-size: 0.96rem;
    width: 100%;
}

.cr-dashboard-view__input {
    height: 50px;
    min-height: 50px;
    padding: 0 16px;
}

.cr-dashboard-view__textarea {
    min-height: 140px;
    padding: 14px 16px;
    resize: vertical;
}

.cr-dashboard-view__input::placeholder,
.cr-dashboard-view__textarea::placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-shell-page input.cr-dashboard-view__input::-webkit-input-placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea::-webkit-input-placeholder,
.cr-dashboard-view input.cr-dashboard-view__input::-webkit-input-placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea::-webkit-input-placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-shell-page input.cr-dashboard-view__input::-moz-placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea::-moz-placeholder,
.cr-dashboard-view input.cr-dashboard-view__input::-moz-placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea::-moz-placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-shell-page input.cr-dashboard-view__input:-ms-input-placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea:-ms-input-placeholder,
.cr-dashboard-view input.cr-dashboard-view__input:-ms-input-placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea:-ms-input-placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-shell-page input.cr-dashboard-view__input::placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea::placeholder,
.cr-dashboard-view input.cr-dashboard-view__input::placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea::placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-dashboard-view__input:focus::placeholder,
.cr-dashboard-view__textarea:focus::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.cr-shell-page input.cr-dashboard-view__input:focus::-webkit-input-placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea:focus::-webkit-input-placeholder,
.cr-dashboard-view input.cr-dashboard-view__input:focus::-webkit-input-placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.cr-shell-page input.cr-dashboard-view__input:focus::-moz-placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea:focus::-moz-placeholder,
.cr-dashboard-view input.cr-dashboard-view__input:focus::-moz-placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea:focus::-moz-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.cr-shell-page input.cr-dashboard-view__input:focus:-ms-input-placeholder,
.cr-shell-page textarea.cr-dashboard-view__textarea:focus:-ms-input-placeholder,
.cr-dashboard-view input.cr-dashboard-view__input:focus:-ms-input-placeholder,
.cr-dashboard-view textarea.cr-dashboard-view__textarea:focus:-ms-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.cr-dashboard-view__input--readonly,
.cr-dashboard-view__input[readonly] {
    background: #eef2f6;
    border-color: rgba(32, 50, 77, 0.08);
    color: #697b90;
    cursor: not-allowed;
}

.cr-dashboard-view__rows {
    display: grid;
    gap: 14px;
}

.cr-dashboard-view__row {
    align-items: center;
    background: #fbfdff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 20px;
    display: grid;
    gap: 18px;
    padding: 18px;
}

.cr-dashboard-view__row--product,
.cr-dashboard-view__row--sales {
    grid-template-columns: minmax(0, 1.8fr) minmax(110px, 0.55fr) minmax(130px, 0.65fr) auto;
}

.cr-dashboard-view__row--favorite,
.cr-dashboard-view__row--download {
    grid-template-columns: minmax(0, 1.8fr) minmax(110px, 0.55fr) auto;
}

.cr-dashboard-view__row--message {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) auto;
}

.cr-dashboard-view__row--message.is-unread {
    border-color: rgba(255, 119, 61, 0.24);
    box-shadow: inset 3px 0 0 #ff6a3d;
}

.cr-dashboard-view__row-main {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.cr-dashboard-view__thumb {
    background: linear-gradient(135deg, rgba(255, 119, 61, 0.16), rgba(69, 127, 196, 0.16));
    border-radius: 18px;
    display: inline-flex;
    flex: 0 0 72px;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    width: 72px;
}

.cr-dashboard-view__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cr-dashboard-view__thumb.is-placeholder {
    align-items: center;
    color: #ff6a3d;
    font-size: 1.35rem;
    font-weight: 800;
}

.cr-dashboard-view__row-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.cr-dashboard-view__row-title {
    color: var(--cr-light-text-color);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    text-decoration: none;
}

.cr-dashboard-view__row-meta {
    color: var(--cr-light-text-color);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 10px;
}

.cr-dashboard-view__row-meta span {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.cr-dashboard-view__row-meta span:not(:last-child)::after {
    color: rgba(111, 131, 153, 0.56);
    content: "•";
}

.cr-dashboard-view__row-note {
    color: var(--cr-light-text-color);
    line-height: 1.6;
    margin: 0;
}

.cr-dashboard-view__download-files {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cr-dashboard-view__download-files a {
    align-items: center;
    background: rgba(32, 99, 181, 0.08);
    border: 1px solid rgba(32, 99, 181, 0.12);
    border-radius: 999px;
    color: #1f5fae;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    gap: 6px;
    min-height: 32px;
    padding: 0 12px;
    text-decoration: none;
}

.cr-dashboard-view__download-files span {
    color: var(--cr-light-text-color);
    font-size: 0.76rem;
    font-weight: 700;
}

.cr-dashboard-view__notice {
    border: 1px solid rgba(36, 158, 96, 0.22);
    border-radius: 8px;
    color: var(--cr-light-text-color);
    font-weight: 700;
    margin: 14px 0 18px;
    padding: 12px 14px;
}

.cr-dashboard-view__notice--success {
    background: rgba(36, 158, 96, 0.1);
}

.cr-dashboard-view__review-form {
    border-top: 1px solid var(--cr-light-border-color);
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
}

.cr-dashboard-view__review-form-head {
    align-items: center;
    color: var(--cr-light-text-color);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.cr-dashboard-view__review-form-head span {
    background: rgba(255, 106, 61, 0.1);
    border: 1px solid rgba(255, 106, 61, 0.2);
    border-radius: 999px;
    color: #c84a24;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 5px 10px;
}

.cr-dashboard-view__review-fields {
    display: grid;
    gap: 10px;
}

.cr-dashboard-view__review-fields label {
    color: var(--cr-light-text-color);
    display: grid;
    font-weight: 700;
    gap: 6px;
}

.cr-dashboard-view__review-fields select,
.cr-dashboard-view__review-fields textarea {
    border: 1px solid var(--cr-light-border-color);
    border-radius: 8px;
    color: var(--cr-light-text-color);
    font: inherit;
    padding: 10px 12px;
    width: 100%;
}

.cr-dashboard-view__review-fields textarea {
    min-height: 86px;
    resize: vertical;
}

.cr-dashboard-view__message-body {
    display: grid;
    gap: 10px;
}

.cr-dashboard-view__message-body p,
.cr-dashboard-view__message-body ul,
.cr-dashboard-view__message-body ol,
.cr-dashboard-view__message-body blockquote {
    margin: 0;
}

.cr-dashboard-view__message-body ul,
.cr-dashboard-view__message-body ol {
    padding-left: 20px;
}

.cr-dashboard-view__message-body a {
    color: #2063b5;
    font-weight: 700;
}

.cr-dashboard-view__metric {
    display: grid;
    gap: 6px;
}

.cr-dashboard-view__metric-label,
.cr-dashboard-view__summary-label {
    color: var(--cr-light-text-color);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cr-dashboard-view__metric-value,
.cr-dashboard-view__summary-value {
    color: var(--cr-light-text-color);
    font-size: 1.1rem;
    font-weight: 800;
}

.cr-dashboard-view__metric-subtle,
.cr-dashboard-view__summary-meta,
.cr-dashboard-view__hint,
.cr-dashboard-view__section-copy {
    color: var(--cr-light-text-color);
    font-size: 0.92rem;
    line-height: 1.6;
}

.cr-dashboard-view__row-actions,
.cr-dashboard-view__form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cr-dashboard-view__action {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.1);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
}

.cr-dashboard-view__action--primary {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

.cr-dashboard-view__action--danger {
    background: rgba(255, 119, 61, 0.08);
    border-color: rgba(255, 119, 61, 0.16);
    color: #c95027;
}

.cr-dashboard-view__chip {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    width: fit-content;
}

.cr-dashboard-view__chip.is-live,
.cr-dashboard-view__chip.is-read {
    background: rgba(48, 181, 102, 0.12);
    color: #238a4e;
}

.cr-dashboard-view__chip.is-warning,
.cr-dashboard-view__chip.is-unread {
    background: rgba(255, 119, 61, 0.12);
    color: #c95027;
}

.cr-dashboard-view__chip.is-review {
    background: rgba(69, 127, 196, 0.12);
    color: #2d5f96;
}

.cr-dashboard-view__chip.is-draft {
    background: rgba(32, 50, 77, 0.08);
    color: #51657d;
}

.cr-dashboard-view__summary {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cr-dashboard-view__summary-item {
    border-left: 1px solid rgba(32, 50, 77, 0.08);
    display: grid;
    gap: 8px;
    padding: 4px 20px;
}

.cr-dashboard-view__summary-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.cr-dashboard-view__summary-item:last-child {
    padding-right: 0;
}

.cr-dashboard-view__form {
    display: grid;
    gap: 24px;
}

.cr-dashboard-view__settings-tabs {
    align-items: center;
    border-bottom: 1px solid rgba(32, 50, 77, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.cr-dashboard-view__settings-tab {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 999px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 800;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
}

.cr-dashboard-view__settings-tab:hover,
.cr-dashboard-view__settings-tab:focus {
    background: #eef4fb;
    border-color: rgba(32, 50, 77, 0.16);
    color: var(--cr-light-text-color);
}

.cr-dashboard-view__settings-tab.is-active {
    background: rgba(255, 119, 61, 0.12);
    border-color: rgba(255, 119, 61, 0.18);
    color: #c95027;
}

.cr-dashboard-view__dashboard-default-form {
    display: grid;
    gap: 16px;
}

.cr-dashboard-view__form-section {
    border-top: 1px solid rgba(32, 50, 77, 0.08);
    display: grid;
    gap: 18px;
    padding-top: 24px;
}

.cr-dashboard-view__form-section:first-child {
    border-top: 0;
    padding-top: 0;
}

.cr-dashboard-view__settings-card,
.cr-dashboard-view__form-section.cr-dashboard-view__settings-card:first-child {
    background: #fbfdff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 18px;
    padding: 20px;
}

.cr-dashboard-view__settings-card .cr-dashboard-view__form-actions {
    border-top: 1px solid rgba(32, 50, 77, 0.08);
    padding-top: 16px;
}

.cr-dashboard-view__settings-card--default-dashboard {
    padding: 16px 20px;
}

.cr-dashboard-view__settings-card--default-dashboard .cr-dashboard-view__form-actions {
    border-top: 0;
    padding-top: 0;
}

.cr-dashboard-view__dashboard-default-form--inline {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: max-content minmax(220px, 360px) auto;
}

.cr-dashboard-field-validation {
    border: 1px solid rgba(33, 58, 94, 0.14);
    border-radius: 3px;
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
    padding: 8px 10px;
}

.cr-dashboard-field-validation[hidden],
.cr-dashboard-field-validation:empty {
    display: none;
}

.cr-dashboard-field-validation[data-state='checking'] {
    background: rgba(69, 127, 196, 0.08);
    border-color: rgba(69, 127, 196, 0.16);
    color: #2f5f93;
}

.cr-dashboard-field-validation[data-state='valid'] {
    background: rgba(61, 168, 117, 0.10);
    border-color: rgba(61, 168, 117, 0.16);
    color: #24704e;
}

.cr-dashboard-field-validation[data-state='error'] {
    background: rgba(255, 119, 61, 0.10);
    border-color: rgba(255, 119, 61, 0.16);
    color: #c95027;
}

.cr-dashboard-view__section-head {
    display: grid;
    gap: 8px;
}

.cr-dashboard-view__section-title {
    color: var(--cr-light-text-color);
    font-size: 1.15rem;
    line-height: 1.2;
    margin: 0;
}

.cr-dashboard-view__section-copy,
.cr-dashboard-view__field-help {
    color: #5d6b82;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.cr-dashboard-view__field-grid {
    display: grid;
    align-items: start;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-dashboard-view__field-grid--account-details,
.cr-dashboard-view__field-grid--security {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cr-dashboard-view__field {
    align-content: start;
    display: grid;
    gap: 8px;
}

.cr-dashboard-view__field-grid--seller-profile .cr-dashboard-view__input {
    align-self: start;
}

.cr-dashboard-view__field--full {
    grid-column: 1 / -1;
}

.cr-dashboard-view__checkbox-field {
    align-content: center;
    align-items: center;
    align-self: end;
    grid-template-columns: 1fr auto;
    min-height: 50px;
}

.cr-dashboard-view__checkbox-field .cr-dashboard-view__label {
    align-self: center;
}

.cr-dashboard-view__checkbox-field input[type='checkbox'] {
    align-self: center;
    height: 20px;
    width: 20px;
}

.cr-dashboard-view__checkbox-field--marketing {
    align-items: start;
    background: #fff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 8px;
    padding: 14px;
}

.cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox'] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(32, 50, 77, 0.42);
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 10px;
    opacity: 0;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 5px;
}

.cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']:checked,
.cr-shell-page--product-upload .cr-upload-support-toggle.is-checked input[type='checkbox'] {
    background: #ff6a3d;
    border-color: #ff6a3d;
}

.cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']:checked::before,
.cr-shell-page--product-upload .cr-upload-support-toggle.is-checked input[type='checkbox']::before {
    opacity: 1;
}

.cr-shell-page--product-upload .cr-upload-support-addon {
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 14px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    padding: 16px;
}

.cr-shell-page--product-upload .cr-upload-entitlement-card .cr-upload-support-addon {
    grid-template-columns: 1fr;
    margin-top: 4px;
}

.cr-shell-page--product-upload .cr-upload-entitlement-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-shell-page--product-upload .cr-upload-entitlement-card {
    align-content: start;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-auto-rows: max-content;
    margin: 0;
    padding: 16px;
}

.cr-shell-page--product-upload .cr-upload-entitlement-options {
    align-content: start;
    display: grid;
    gap: 8px;
}

.cr-shell-page--product-upload .cr-upload-entitlement-option {
    align-items: center;
    border: 0;
    border-radius: 4px;
    color: var(--cr-light-text-color);
    cursor: pointer;
    display: flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 10px;
    min-height: 28px;
    padding: 3px 0;
}

.cr-shell-page--product-upload .cr-upload-entitlement-option:has(input[type='radio']:checked) {
    color: #d94d27;
}

.cr-shell-page--product-upload .cr-upload-entitlement-option input[type='radio'] {
    accent-color: #ff6a3d;
    margin: 0;
}

.cr-shell-page--product-upload .cr-upload-entitlement-card .cr-upload-entitlement-price {
    display: none !important;
}

.cr-shell-page--product-upload .cr-upload-entitlement-card:has(input[type='radio'][value='paid']:checked) .cr-upload-entitlement-price,
.cr-shell-page--product-upload .cr-upload-entitlement-card:has(input[type='radio'][value='paid_lifetime']:checked) .cr-upload-entitlement-price,
.cr-shell-page--product-upload .cr-upload-entitlement-card:has(input[type='radio'][value='paid_year']:checked) .cr-upload-entitlement-price {
    display: block !important;
}

.cr-shell-page--product-upload .cr-upload-entitlement-price-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.cr-shell-page--product-upload .cr-upload-entitlement-money-input {
    align-items: center;
    display: flex;
    position: relative;
}

.cr-shell-page--product-upload .cr-upload-entitlement-money-input input {
    line-height: 1.25;
    padding-left: 36px !important;
    padding-right: 12px !important;
}

.cr-shell-page--product-upload .cr-upload-entitlement-price-prefix,
.cr-shell-page--product-upload .cr-upload-entitlement-price-suffix {
    align-items: center;
    color: #4c6788;
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    height: 100%;
    line-height: 1.25;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: none;
    z-index: 2;
}

.cr-shell-page--product-upload .cr-upload-entitlement-price-prefix {
    left: 12px;
    right: auto;
}

.cr-shell-page--product-upload .cr-upload-entitlement-price-suffix {
    left: auto;
    right: 13px;
}

.cr-shell-page--product-upload:not(:has(input[name='cr_software_support_entitlement_mode'][value='paid_year']:checked)) .cr-upload-support-addon {
    display: none !important;
}

.cr-shell-page--product-upload:has(input[name='cr_software_support_entitlement_mode'][value='none']:checked) .cr-upload-section--support {
    display: none !important;
}

.cr-shell-page--product-upload .cr-upload-support-addon__toggle {
    align-content: start;
    align-items: flex-start;
    align-self: start;
    cursor: pointer;
    display: grid;
    gap: 12px;
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 0;
}

.cr-shell-page--product-upload .cr-upload-support-addon__toggle .cr-dashboard-view__label {
    align-self: start;
}

.cr-shell-page--product-upload .cr-upload-support-addon__hint {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 4px;
}

.cr-shell-page--product-upload .cr-upload-support-addon__hint span {
    display: block;
}

.cr-shell-page--product-upload .cr-upload-support-addon__hint span + span {
    margin-top: 4px;
}

.cr-shell-page--product-upload .cr-upload-support-addon input[type='checkbox'] {
    -webkit-appearance: none;
    appearance: none;
    align-self: start;
    background: #fff;
    border: 1px solid rgba(32, 50, 77, 0.42);
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    height: 20px;
    margin-top: 1px;
    place-content: center;
    width: 20px;
}

.cr-shell-page--product-upload .cr-upload-support-addon input[type='checkbox']::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 10px;
    opacity: 0;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 5px;
}

.cr-shell-page--product-upload .cr-upload-support-addon input[type='checkbox']:checked {
    background: #ff6a3d;
    border-color: #ff6a3d;
}

.cr-shell-page--product-upload .cr-upload-support-addon input[type='checkbox']:checked::before {
    opacity: 1;
}

.cr-shell-page--product-upload .cr-upload-support-addon__price {
    display: none;
    width: 100%;
}

.cr-shell-page--product-upload .cr-upload-support-addon:has(input[type='checkbox']:checked) .cr-upload-support-addon__price {
    display: block;
}

.cr-dashboard-view__label {
    color: var(--cr-light-text-color);
    font-size: 0.94rem;
    font-weight: 700;
}

.cr-dashboard-view__label-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cr-dashboard-view__field-test-link {
    color: #2f6fb5;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.cr-dashboard-view__field-test-link:hover,
.cr-dashboard-view__field-test-link:focus {
    color: #1f5f9f;
    text-decoration: underline;
}

.cr-shell-page--product-upload .cr-upload-field-label-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cr-shell-page--product-upload .cr-upload-field-test-link {
    color: #2f6fb5;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.cr-shell-page--product-upload .cr-upload-field-test-link:hover,
.cr-shell-page--product-upload .cr-upload-field-test-link:focus {
    color: #1f5f9f;
    text-decoration: underline;
}

.cr-dashboard-view__message-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.cr-shell-page__pagination {
    margin-top: 4px;
}

.cr-shell-page__pagination .page-numbers {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(22, 37, 66, 0.08);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-right: 8px;
    min-height: 42px;
    min-width: 42px;
    padding: 0 14px;
    text-decoration: none;
}

.cr-shell-page__pagination .current {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

.cr-dashboard-default-settings {
    display: grid;
    gap: 20px;
}

.cr-dashboard-default-settings__notice {
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 16px;
}

.cr-dashboard-default-settings__notice--success {
    background: rgba(61, 168, 117, 0.12);
    border-color: rgba(61, 168, 117, 0.22);
    color: #24704e;
}

.cr-dashboard-default-settings__notice--error {
    background: rgba(255, 106, 61, 0.12);
    border-color: rgba(255, 106, 61, 0.22);
    color: #c95027;
}

.cr-dashboard-default-settings__copy {
    color: #5c6f89;
    line-height: 1.7;
    margin: 0 0 10px;
}

.cr-dashboard-default-settings__select-wrap {
    position: relative;
}

.cr-dashboard-default-settings__select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--cr-light-text-color);
    font-size: 0.95rem;
    min-height: 56px;
    padding: 0 48px 0 18px;
    width: 100%;
}

.cr-dashboard-default-settings__select:focus {
    outline: none;
}

.cr-dashboard-default-settings__arrow {
    color: var(--cr-light-text-color);
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.cr-dashboard-default-settings__hint {
    color: var(--cr-light-text-color);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-top: 10px;
}

@media (max-width: 1100px) {
    .cr-shell-page__hero,
    .cr-shell-page__layout,
    .cr-shell-page__article,
    .cr-shell-page__featured {
        grid-template-columns: 1fr;
    }

    .cr-shell-page__grid--catalog-dense,
    .cr-shell-page__featured-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cr-shell-page {
        padding: 24px 0 48px;
    }

    .cr-shell-page__shell {
        width: min(1280px, calc(100% - 20px));
    }

    .cr-shell-page__hero,
    .cr-shell-page__panel,
    .cr-shell-page__card,
    .cr-shell-page__cta {
        border-radius: 18px;
    }

    .cr-shell-page__hero,
    .cr-shell-page__panel,
    .cr-shell-page__cta {
        padding: 22px;
    }

    .cr-shell-page__hero-heading-row {
        align-items: stretch;
        flex-direction: column;
    }

    .cr-shell-page__article-kicker {
        padding-right: 0;
    }

    .cr-shell-page__article-byline {
        display: block;
        margin-top: 8px;
        position: static;
        white-space: normal;
    }

    .cr-shell-page__category-search {
        flex-basis: auto;
        width: 100%;
    }

    .cr-shell-page__grid--catalog,
    .cr-shell-page__grid--catalog-dense,
    .cr-shell-page__featured-products,
    .cr-shell-page__grid--editorial,
    .cr-shell-page__grid--dashboard {
        grid-template-columns: 1fr;
    }

    .cr-dashboard-menu__toggle {
        display: flex;
    }

    .cr-dashboard-menu--shell .cr-dashboard-menu__body {
        display: none;
        gap: 10px;
        margin-top: 14px;
    }

    .cr-dashboard-menu--shell[data-cr-dashboard-menu-state='open'] .cr-dashboard-menu__body {
        display: grid;
    }

    .cr-dashboard-menu--shell .cr-shell-page__dashboard-tab {
        justify-content: space-between;
        min-height: 50px;
        width: 100%;
    }

    .cr-dashboard-menu--shell .cr-shell-page__dashboard-tab--primary-action,
    .cr-dashboard-menu--shell .cr-shell-page__dashboard-tab--logout,
    .cr-dashboard-panel-menu .listivo-panel-menu__item--primary-action,
    .cr-dashboard-panel-menu .listivo-panel-menu__item--logout {
        margin-left: 0;
        order: initial;
    }

    .cr-dashboard-panel-menu {
        padding-top: 10px;
    }

    .cr-dashboard-panel-menu .cr-dashboard-menu__toggle {
        margin: 0 auto;
        max-width: calc(var(--e-global-grid-width) + 2 * var(--e-global-mobile-padding));
        width: calc(100% - 2 * var(--e-global-mobile-padding));
    }

    .cr-dashboard-panel-menu .cr-dashboard-menu__body {
        display: none;
        gap: 0;
        margin: 0 auto;
        max-width: calc(var(--e-global-grid-width) + 2 * var(--e-global-mobile-padding));
        overflow: visible;
        padding: 12px var(--e-global-mobile-padding) 8px;
        transform: translateY(-2px);
        white-space: normal;
    }

    .cr-dashboard-panel-menu[data-cr-dashboard-menu-state='open'] .cr-dashboard-menu__body {
        display: grid;
        transform: translateY(0);
    }

    .cr-dashboard-panel-menu .listivo-panel-menu__item {
        border-bottom: 1px solid rgba(32, 50, 77, 0.08);
        min-height: 0;
        padding: 14px 0;
    }

    .cr-dashboard-panel-menu .listivo-panel-menu__item:last-child {
        border-bottom: 0;
    }

    .cr-dashboard-panel-menu .listivo-panel-menu__item--active {
        border-bottom-color: rgba(255, 119, 61, 0.28);
    }

    .cr-dashboard-view__row--product,
    .cr-dashboard-view__row--sales,
    .cr-dashboard-view__row--favorite,
    .cr-dashboard-view__row--download,
    .cr-dashboard-view__row--message,
    .cr-dashboard-view__field-grid,
    .cr-dashboard-view__dashboard-default-form--inline,
    .cr-dashboard-view__summary {
        grid-template-columns: 1fr;
    }

    .cr-shell-page--product-upload .cr-upload-support-toggles {
        grid-template-columns: 1fr;
    }

    .cr-shell-page--product-upload .cr-upload-support-addon {
        grid-template-columns: 1fr;
    }

    .cr-shell-page--product-upload .cr-upload-entitlement-grid {
        grid-template-columns: 1fr;
    }

    .cr-dashboard-view__row-actions,
    .cr-dashboard-view__form-actions {
        justify-content: flex-start;
    }

    .cr-dashboard-view__summary-item {
        border-left: 0;
        border-top: 1px solid rgba(32, 50, 77, 0.08);
        padding: 18px 0 0;
    }

    .cr-dashboard-view__summary-item:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .cr-dashboard-menu__toggle {
        display: none;
    }
}

html[data-cr-theme='dark'] .cr-shell-page,
body[data-cr-theme='dark'] .cr-shell-page {
    background:
        radial-gradient(circle at top right, rgba(255, 119, 61, 0.14), transparent 30%),
        linear-gradient(180deg, #101926 0%, #0c1420 100%);
    color: #e6edf8;
}

html[data-cr-theme='dark'] .cr-shell-page__hero,
html[data-cr-theme='dark'] .cr-shell-page__panel,
html[data-cr-theme='dark'] .cr-shell-page__card,
html[data-cr-theme='dark'] .cr-shell-page__cta,
html[data-cr-theme='dark'] .cr-shell-page__pagination .page-numbers,
body[data-cr-theme='dark'] .cr-shell-page__hero,
body[data-cr-theme='dark'] .cr-shell-page__panel,
body[data-cr-theme='dark'] .cr-shell-page__card,
body[data-cr-theme='dark'] .cr-shell-page__cta,
body[data-cr-theme='dark'] .cr-shell-page__pagination .page-numbers {
    background: rgba(19, 30, 46, 0.92);
    border-color: rgba(143, 166, 194, 0.16);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

html[data-cr-theme='dark'] .cr-shell-page__card-body,
body[data-cr-theme='dark'] .cr-shell-page__card-body {
    background: #101b2a;
}

html[data-cr-theme='dark'] .cr-shell-page__card-body .cr-shell-page__chip,
body[data-cr-theme='dark'] .cr-shell-page__card-body .cr-shell-page__chip {
    background: #17243a;
    border-color: rgba(143, 166, 194, 0.22);
    color: #d8e5f5;
}

html[data-cr-theme='dark'] .cr-shell-page__stat,
html[data-cr-theme='dark'] .cr-shell-page__chip,
html[data-cr-theme='dark'] .cr-shell-page__dashboard-tab,
html[data-cr-theme='dark'] .cr-shell-page__featured-image,
body[data-cr-theme='dark'] .cr-shell-page__stat,
body[data-cr-theme='dark'] .cr-shell-page__chip,
body[data-cr-theme='dark'] .cr-shell-page__dashboard-tab,
body[data-cr-theme='dark'] .cr-shell-page__featured-image {
    background: #182638;
    border-color: rgba(143, 166, 194, 0.14);
}

html[data-cr-theme='dark'] .cr-shell-page__chip--accent,
html[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--accent,
body[data-cr-theme='dark'] .cr-shell-page__chip--accent,
body[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--accent {
    background: rgba(74, 144, 226, 0.22);
    border-color: rgba(111, 176, 250, 0.38);
    color: #9fd0ff;
}

html[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--secondary-action,
body[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--secondary-action {
    background: rgba(255, 119, 61, 0.28);
    border-color: rgba(255, 119, 61, 0.3);
    color: #ff8d69;
}

html[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--secondary-action.cr-shell-page__dashboard-tab--accent,
body[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--secondary-action.cr-shell-page__dashboard-tab--accent {
    background: rgba(74, 144, 226, 0.22);
    border-color: rgba(111, 176, 250, 0.38);
    color: #9fd0ff;
}

html[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--raffle-action,
body[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--raffle-action {
    background: rgba(117, 222, 138, 0.22);
    border-color: rgba(117, 222, 138, 0.38);
    color: #9ff0ad;
}

html[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--raffle-action.cr-shell-page__dashboard-tab--accent,
body[data-cr-theme='dark'] .cr-shell-page__dashboard-tab--raffle-action.cr-shell-page__dashboard-tab--accent {
    background: rgba(74, 144, 226, 0.22);
    border-color: rgba(111, 176, 250, 0.38);
    color: #9fd0ff;
}

html[data-cr-theme='dark'] .cr-dashboard-menu__toggle,
body[data-cr-theme='dark'] .cr-dashboard-menu__toggle {
    background: #182638;
    border-color: rgba(143, 166, 194, 0.16);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.26);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item,
body[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item {
    border-bottom-color: rgba(143, 166, 194, 0.14);
}

html[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--active,
body[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--active {
    border-bottom-color: rgba(111, 176, 250, 0.38);
}

html[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action,
body[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action {
    background: rgba(255, 119, 61, 0.28);
    border-color: rgba(255, 119, 61, 0.32);
    color: #ff8d69;
}

html[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action.listivo-panel-menu__item--active,
body[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--secondary-action.listivo-panel-menu__item--active {
    background: rgba(74, 144, 226, 0.22);
    border-color: rgba(111, 176, 250, 0.38);
    color: #9fd0ff;
}

html[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action,
body[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action {
    background: rgba(117, 222, 138, 0.22);
    border-color: rgba(117, 222, 138, 0.38);
    color: #9ff0ad;
}

html[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action.listivo-panel-menu__item--active,
body[data-cr-theme='dark'] .cr-dashboard-panel-menu .listivo-panel-menu__item--raffle-action.listivo-panel-menu__item--active {
    background: rgba(74, 144, 226, 0.22);
    border-color: rgba(111, 176, 250, 0.38);
    color: #9fd0ff;
}

html[data-cr-theme='dark'] .cr-dashboard-menu__status-badge--idle,
body[data-cr-theme='dark'] .cr-dashboard-menu__status-badge--idle {
    background: #8393a6;
}

html[data-cr-theme='dark'] .cr-dashboard-menu__status-badge--count,
body[data-cr-theme='dark'] .cr-dashboard-menu__status-badge--count {
    background: #ff845f;
}

html[data-cr-theme='dark'] .cr-dashboard-view__title,
html[data-cr-theme='dark'] .cr-dashboard-view__row-title,
html[data-cr-theme='dark'] .cr-dashboard-view__metric-value,
html[data-cr-theme='dark'] .cr-dashboard-view__summary-value,
html[data-cr-theme='dark'] .cr-dashboard-view__section-title,
html[data-cr-theme='dark'] .cr-dashboard-view__label,
html[data-cr-theme='dark'] .cr-dashboard-view__field-test-link,
body[data-cr-theme='dark'] .cr-dashboard-view__title,
body[data-cr-theme='dark'] .cr-dashboard-view__row-title,
body[data-cr-theme='dark'] .cr-dashboard-view__metric-value,
body[data-cr-theme='dark'] .cr-dashboard-view__summary-value,
body[data-cr-theme='dark'] .cr-dashboard-view__section-title,
body[data-cr-theme='dark'] .cr-dashboard-view__label,
body[data-cr-theme='dark'] .cr-dashboard-view__field-test-link {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__copy,
html[data-cr-theme='dark'] .cr-dashboard-view__row-note,
html[data-cr-theme='dark'] .cr-dashboard-view__section-copy,
html[data-cr-theme='dark'] .cr-dashboard-view__field-help,
html[data-cr-theme='dark'] .cr-dashboard-view__hint,
html[data-cr-theme='dark'] .cr-dashboard-view__metric-subtle,
html[data-cr-theme='dark'] .cr-dashboard-view__summary-meta,
html[data-cr-theme='dark'] .cr-dashboard-default-settings__copy,
html[data-cr-theme='dark'] .cr-dashboard-default-settings__hint,
body[data-cr-theme='dark'] .cr-dashboard-view__copy,
body[data-cr-theme='dark'] .cr-dashboard-view__row-note,
body[data-cr-theme='dark'] .cr-dashboard-view__section-copy,
body[data-cr-theme='dark'] .cr-dashboard-view__field-help,
body[data-cr-theme='dark'] .cr-dashboard-view__hint,
body[data-cr-theme='dark'] .cr-dashboard-view__metric-subtle,
body[data-cr-theme='dark'] .cr-dashboard-view__summary-meta,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__copy,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__hint {
    color: #b5c4d8;
}

html[data-cr-theme='dark'] .cr-dashboard-view__row,
html[data-cr-theme='dark'] .cr-dashboard-view__input,
html[data-cr-theme='dark'] .cr-dashboard-view__textarea,
html[data-cr-theme='dark'] .cr-dashboard-view__settings-card,
html[data-cr-theme='dark'] .cr-dashboard-view__checkbox-field--marketing,
html[data-cr-theme='dark'] .cr-dashboard-default-settings__select-wrap,
body[data-cr-theme='dark'] .cr-dashboard-view__row,
body[data-cr-theme='dark'] .cr-dashboard-view__input,
body[data-cr-theme='dark'] .cr-dashboard-view__textarea,
body[data-cr-theme='dark'] .cr-dashboard-view__settings-card,
body[data-cr-theme='dark'] .cr-dashboard-view__checkbox-field--marketing,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__select-wrap {
    background: rgba(10, 18, 31, 0.58);
    border-color: rgba(143, 166, 194, 0.16);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__settings-card--default-dashboard,
body[data-cr-theme='dark'] .cr-dashboard-view__settings-card--default-dashboard {
    background: rgba(10, 18, 31, 0.58) !important;
    border-color: rgba(143, 166, 194, 0.16) !important;
}

html[data-cr-theme='dark'] .cr-dashboard-default-settings__select,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__select {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__download-files a,
body[data-cr-theme='dark'] .cr-dashboard-view__download-files a {
    background: rgba(84, 153, 255, 0.12);
    border-color: rgba(143, 166, 194, 0.18);
    color: #dceaff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__download-files span,
body[data-cr-theme='dark'] .cr-dashboard-view__download-files span {
    color: #a9bbd1;
}

html[data-cr-theme='dark'] .cr-dashboard-view__input::placeholder,
html[data-cr-theme='dark'] .cr-dashboard-view__textarea::placeholder,
body[data-cr-theme='dark'] .cr-dashboard-view__input::placeholder,
body[data-cr-theme='dark'] .cr-dashboard-view__textarea::placeholder {
    color: #aebdce !important;
    opacity: 1 !important;
}

html[data-cr-theme='dark'] .cr-dashboard-view__input--readonly,
html[data-cr-theme='dark'] .cr-dashboard-view__input[readonly],
body[data-cr-theme='dark'] .cr-dashboard-view__input--readonly,
body[data-cr-theme='dark'] .cr-dashboard-view__input[readonly] {
    background: rgba(143, 166, 194, 0.1);
    border-color: rgba(143, 166, 194, 0.14);
    color: #8fa3ba;
}

html[data-cr-theme='dark'] .cr-dashboard-default-settings__arrow,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__arrow {
    color: #b5c4d8;
}

html[data-cr-theme='dark'] .cr-dashboard-default-settings__notice--success,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__notice--success {
    background: rgba(61, 168, 117, 0.16);
    border-color: rgba(61, 168, 117, 0.28);
    color: #92dfb8;
}

html[data-cr-theme='dark'] .cr-dashboard-default-settings__notice--error,
body[data-cr-theme='dark'] .cr-dashboard-default-settings__notice--error {
    background: rgba(255, 106, 61, 0.18);
    border-color: rgba(255, 106, 61, 0.28);
    color: #ffb197;
}

html[data-cr-theme='dark'] .cr-dashboard-field-validation[data-state='checking'],
body[data-cr-theme='dark'] .cr-dashboard-field-validation[data-state='checking'] {
    background: rgba(69, 127, 196, 0.14);
    border-color: rgba(69, 127, 196, 0.26);
    color: #cfe2ff;
}

html[data-cr-theme='dark'] .cr-dashboard-field-validation[data-state='valid'],
body[data-cr-theme='dark'] .cr-dashboard-field-validation[data-state='valid'] {
    background: rgba(61, 168, 117, 0.16);
    border-color: rgba(61, 168, 117, 0.28);
    color: #c7f1db;
}

html[data-cr-theme='dark'] .cr-dashboard-field-validation[data-state='error'],
body[data-cr-theme='dark'] .cr-dashboard-field-validation[data-state='error'] {
    background: rgba(255, 119, 61, 0.16);
    border-color: rgba(255, 119, 61, 0.26);
    color: #ffd7ca;
}

html[data-cr-theme='dark'] .cr-dashboard-view__toolbar,
html[data-cr-theme='dark'] .cr-dashboard-view__settings-tabs,
html[data-cr-theme='dark'] .cr-dashboard-view__form-section,
html[data-cr-theme='dark'] .cr-dashboard-view__settings-card .cr-dashboard-view__form-actions,
html[data-cr-theme='dark'] .cr-dashboard-view__summary-item,
body[data-cr-theme='dark'] .cr-dashboard-view__toolbar,
body[data-cr-theme='dark'] .cr-dashboard-view__settings-tabs,
body[data-cr-theme='dark'] .cr-dashboard-view__form-section,
body[data-cr-theme='dark'] .cr-dashboard-view__settings-card .cr-dashboard-view__form-actions,
body[data-cr-theme='dark'] .cr-dashboard-view__summary-item {
    border-color: rgba(143, 166, 194, 0.14);
}

html[data-cr-theme='dark'] .cr-dashboard-view__filter,
html[data-cr-theme='dark'] .cr-dashboard-view__settings-tab,
html[data-cr-theme='dark'] .cr-dashboard-view__action,
body[data-cr-theme='dark'] .cr-dashboard-view__filter,
body[data-cr-theme='dark'] .cr-dashboard-view__settings-tab,
body[data-cr-theme='dark'] .cr-dashboard-view__action {
    background: rgba(16, 28, 44, 0.74);
    border-color: rgba(143, 166, 194, 0.16);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__filter.is-active,
html[data-cr-theme='dark'] .cr-dashboard-view__settings-tab.is-active,
body[data-cr-theme='dark'] .cr-dashboard-view__filter.is-active {
    background: rgba(255, 119, 61, 0.18);
    border-color: rgba(255, 119, 61, 0.3);
    color: #ffb08a;
}

body[data-cr-theme='dark'] .cr-dashboard-view__settings-tab.is-active {
    background: rgba(255, 119, 61, 0.18);
    border-color: rgba(255, 119, 61, 0.3);
    color: #ffb08a;
}

html[data-cr-theme='dark'] .cr-dashboard-view__filter--add-product,
html[data-cr-theme='dark'] .cr-dashboard-view__filter--add-product:hover,
html[data-cr-theme='dark'] .cr-dashboard-view__filter--add-product:focus,
body[data-cr-theme='dark'] .cr-dashboard-view__filter--add-product,
body[data-cr-theme='dark'] .cr-dashboard-view__filter--add-product:hover,
body[data-cr-theme='dark'] .cr-dashboard-view__filter--add-product:focus {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__action--primary,
body[data-cr-theme='dark'] .cr-dashboard-view__action--primary {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-dashboard-view__action--danger,
body[data-cr-theme='dark'] .cr-dashboard-view__action--danger {
    background: rgba(255, 119, 61, 0.16);
    border-color: rgba(255, 119, 61, 0.26);
    color: #ffb08a;
}

html[data-cr-theme='dark'] .cr-dashboard-view__chip.is-draft,
body[data-cr-theme='dark'] .cr-dashboard-view__chip.is-draft {
    background: rgba(143, 166, 194, 0.12);
    color: #c6d3e4;
}

html[data-cr-theme='dark'] .cr-shell-page__title,
html[data-cr-theme='dark'] .cr-shell-page__card-title,
html[data-cr-theme='dark'] .cr-shell-page__featured-title,
html[data-cr-theme='dark'] .cr-shell-page__cta-title,
html[data-cr-theme='dark'] .cr-shell-page__author-name,
html[data-cr-theme='dark'] .cr-shell-page__article-byline,
html[data-cr-theme='dark'] .cr-shell-page__price,
html[data-cr-theme='dark'] .cr-shell-page__price-label,
html[data-cr-theme='dark'] .cr-shell-page__link,
html[data-cr-theme='dark'] .cr-shell-page__list-link,
html[data-cr-theme='dark'] .cr-shell-page__button,
html[data-cr-theme='dark'] .cr-shell-page__card-button,
html[data-cr-theme='dark'] .cr-shell-page__pagination .page-numbers,
body[data-cr-theme='dark'] .cr-shell-page__title,
body[data-cr-theme='dark'] .cr-shell-page__card-title,
body[data-cr-theme='dark'] .cr-shell-page__featured-title,
body[data-cr-theme='dark'] .cr-shell-page__cta-title,
body[data-cr-theme='dark'] .cr-shell-page__author-name,
body[data-cr-theme='dark'] .cr-shell-page__article-byline,
body[data-cr-theme='dark'] .cr-shell-page__price,
body[data-cr-theme='dark'] .cr-shell-page__price-label,
body[data-cr-theme='dark'] .cr-shell-page__link,
body[data-cr-theme='dark'] .cr-shell-page__list-link,
body[data-cr-theme='dark'] .cr-shell-page__button,
body[data-cr-theme='dark'] .cr-shell-page__card-button,
body[data-cr-theme='dark'] .cr-shell-page__pagination .page-numbers {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page__card-author,
body[data-cr-theme='dark'] .cr-shell-page__card-author {
    color: #9fb0c7;
}

html[data-cr-theme='dark'] .cr-shell-page__category-search,
body[data-cr-theme='dark'] .cr-shell-page__category-search {
    background: #182638;
    border-color: rgba(143, 166, 194, 0.16);
    box-shadow: none;
}

html[data-cr-theme='dark'] .cr-shell-page__category-search-input,
body[data-cr-theme='dark'] .cr-shell-page__category-search-input {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page__category-search-input::placeholder,
body[data-cr-theme='dark'] .cr-shell-page__category-search-input::placeholder {
    color: #9eb1c8;
}

html[data-cr-theme='dark'] .cr-shell-page__category-search-button,
body[data-cr-theme='dark'] .cr-shell-page__category-search-button {
    color: #ff8a5f;
}

html[data-cr-theme='dark'] .cr-shell-page__subcategory-chip,
html[data-cr-theme='dark'] .cr-shell-page__article-category,
body[data-cr-theme='dark'] .cr-shell-page__subcategory-chip,
body[data-cr-theme='dark'] .cr-shell-page__article-category {
    background: #182638;
    border-color: rgba(143, 166, 194, 0.16);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page__subcategory-chip:hover,
html[data-cr-theme='dark'] .cr-shell-page__subcategory-chip:focus-visible,
body[data-cr-theme='dark'] .cr-shell-page__subcategory-chip:hover,
body[data-cr-theme='dark'] .cr-shell-page__subcategory-chip:focus-visible {
    background: rgba(255, 106, 61, 0.18);
    border-color: rgba(255, 106, 61, 0.28);
    color: #ffb197;
}

html[data-cr-theme='dark'] .cr-shell-page__lead,
html[data-cr-theme='dark'] .cr-shell-page__card-text,
html[data-cr-theme='dark'] .cr-shell-page__panel-copy,
html[data-cr-theme='dark'] .cr-shell-page__timeline-copy,
html[data-cr-theme='dark'] .cr-shell-page__muted,
html[data-cr-theme='dark'] .cr-shell-page__list-item span,
html[data-cr-theme='dark'] .cr-shell-page__timeline-meta,
html[data-cr-theme='dark'] .cr-shell-page__stat-label,
html[data-cr-theme='dark'] .cr-shell-page__prose,
html[data-cr-theme='dark'] .cr-shell-page__cta-copy,
body[data-cr-theme='dark'] .cr-shell-page__lead,
body[data-cr-theme='dark'] .cr-shell-page__card-text,
body[data-cr-theme='dark'] .cr-shell-page__panel-copy,
body[data-cr-theme='dark'] .cr-shell-page__timeline-copy,
body[data-cr-theme='dark'] .cr-shell-page__muted,
body[data-cr-theme='dark'] .cr-shell-page__list-item span,
body[data-cr-theme='dark'] .cr-shell-page__timeline-meta,
body[data-cr-theme='dark'] .cr-shell-page__stat-label,
body[data-cr-theme='dark'] .cr-shell-page__prose,
body[data-cr-theme='dark'] .cr-shell-page__cta-copy {
    color: #9eb1c8;
}

html[data-cr-theme='dark'] .cr-shell-page__card-footer,
html[data-cr-theme='dark'] .cr-shell-page__list-item,
body[data-cr-theme='dark'] .cr-shell-page__card-footer,
body[data-cr-theme='dark'] .cr-shell-page__list-item {
    border-color: rgba(143, 166, 194, 0.12);
}

html[data-cr-theme='dark'] .cr-shell-page__button,
body[data-cr-theme='dark'] .cr-shell-page__button {
    background: #182638;
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-shell-page__button--primary,
body[data-cr-theme='dark'] .cr-shell-page__button--primary {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-shell-page__card-button--secondary,
body[data-cr-theme='dark'] .cr-shell-page__card-button--secondary {
    background: #182638;
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-shell-page__card-button--secondary:hover,
html[data-cr-theme='dark'] .cr-shell-page__card-button--secondary:focus-visible,
body[data-cr-theme='dark'] .cr-shell-page__card-button--secondary:hover,
body[data-cr-theme='dark'] .cr-shell-page__card-button--secondary:focus-visible {
    background: #20324d;
    border-color: rgba(143, 166, 194, 0.26);
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-shell-page__card--clickable:hover,
html[data-cr-theme='dark'] .cr-shell-page__card--clickable:focus-visible,
body[data-cr-theme='dark'] .cr-shell-page__card--clickable:hover,
body[data-cr-theme='dark'] .cr-shell-page__card--clickable:focus-visible {
    border-color: rgba(255, 106, 61, 0.42);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42);
}

html[data-cr-theme='dark'] .cr-processing-modal__dialog,
body[data-cr-theme='dark'] .cr-processing-modal__dialog {
    background: #131e2e;
    border-color: rgba(143, 166, 194, 0.16);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-processing-modal__copy,
body[data-cr-theme='dark'] .cr-processing-modal__copy {
    color: #9eb1c8;
}

html[data-cr-theme='dark'] .cr-shell-page__pagination .current,
body[data-cr-theme='dark'] .cr-shell-page__pagination .current {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
}

.cr-shell-page--product-upload .cr-shell-page__layout--upload {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
}

.cr-shell-page--product-upload .cr-shell-page__panel--upload-mobile-lockout {
    display: block;
    margin-bottom: 24px;
}

.cr-shell-page--product-upload .cr-shell-page__panel--upload-form {
    padding: 8px 10px 12px;
}

.cr-shell-page--product-upload .cr-shell-page__sidebar--upload {
    align-content: start;
    align-self: start;
    position: sticky;
    top: var(--cr-upload-sidebar-top);
}

.cr-shell-page--product-upload .cr-shell-page__cta--upload-docs {
    padding: 20px 18px 18px;
    position: static;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status,
.cr-shell-page--product-upload .cr-shell-page__upload-docs-progress {
    border-radius: 2px;
    display: inline-flex;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status {
    background: #eef4fb;
    color: #4f6581;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='progress'] {
    background: rgba(69, 127, 196, 0.12);
    color: #2f5f93;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='ready'] {
    background: rgba(61, 168, 117, 0.14);
    color: #24704e;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='warning'] {
    background: rgba(255, 119, 61, 0.14);
    color: #c95027;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='empty'] {
    background: rgba(255, 119, 61, 0.14);
    color: #c95027;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status::before,
.cr-shell-page--product-upload .cr-shell-page__upload-progress-item strong::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    flex: 0 0 auto;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='ready']::before,
.cr-shell-page--product-upload .cr-shell-page__upload-progress-item[data-status='ready'] strong::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Crect x='1' y='1' width='12' height='12' rx='2' fill='%2324704e'/%3E%3Cpath d='M4 7.1 6.1 9.2 10.2 4.9' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 14px;
    width: 14px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='empty']::before,
.cr-shell-page--product-upload .cr-shell-page__upload-progress-item[data-status='empty'] strong::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cpath d='M7 1 13 12H1Z' fill='%23c95027'/%3E%3Cpath d='M7 4v3.6' stroke='%23fff' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='7' cy='9.7' r='.8' fill='%23fff'/%3E%3C/svg%3E");
    height: 13px;
    width: 14px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-docs-progress {
    background: rgba(32, 50, 77, 0.05);
    color: var(--cr-light-text-color);
}

.cr-shell-page--product-upload .cr-shell-page__upload-helpers,
.cr-shell-page--product-upload .cr-shell-page__upload-tips,
.cr-shell-page--product-upload .cr-shell-page__upload-progress-list {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cr-shell-page--product-upload .cr-shell-page__upload-tips {
    margin-bottom: 14px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-helpers {
    margin-bottom: 14px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-helper {
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 3px;
    box-shadow: none;
    display: grid;
    gap: 4px;
    padding: 10px 11px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-helper-label {
    color: #ff6a3d;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.cr-shell-page--product-upload .cr-shell-page__upload-helper-title {
    color: var(--cr-light-text-color);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.cr-shell-page--product-upload .cr-shell-page__upload-helper-copy {
    color: var(--cr-light-text-color);
    font-size: 0.87rem;
    line-height: 1.4;
    margin: 0;
}

.cr-shell-page--product-upload .cr-shell-page__upload-tips li {
    border-top: 1px solid rgba(32, 50, 77, 0.08);
    color: #4f6581;
    font-size: 0.87rem;
    line-height: 1.4;
    padding-top: 7px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item {
    align-items: center;
    border-top: 1px solid rgba(32, 50, 77, 0.08);
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-top: 7px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item span {
    color: var(--cr-light-text-color);
    font-weight: 700;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item strong {
    align-items: center;
    color: var(--cr-light-text-color);
    display: inline-flex;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item[data-status='empty'] strong {
    color: #c95027;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item[data-status='progress'] strong {
    color: #2f5f93;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item[data-status='ready'] strong {
    color: #24704e;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item[data-status='warning'] strong {
    color: #c95027;
}

.cr-shell-page--product-upload .cr-shell-page__upload-progress-item.is-active span,
.cr-shell-page--product-upload .cr-shell-page__upload-progress-item.is-active strong {
    color: var(--cr-light-text-color);
}

.cr-shell-page--product-upload .cr-upload-section {
    display: grid;
    gap: 8px;
    scroll-margin-top: var(--cr-upload-scroll-margin);
}

.cr-shell-page--product-upload .cr-upload-section + .cr-upload-section {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.cr-shell-page--product-upload .cr-upload-section__stack {
    display: grid;
    gap: 10px;
}

.cr-shell-page--product-upload .cr-upload-section--title,
.cr-shell-page--product-upload .cr-upload-section--category {
    gap: 4px;
}

.cr-shell-page--product-upload .cr-upload-section--title .cr-upload-section__stack,
.cr-shell-page--product-upload .cr-upload-section--category .cr-upload-section__stack {
    gap: 6px;
}

.cr-shell-page--product-upload .cr-upload-section--category .listivo-panel-form__multilevel {
    gap: 8px;
    max-width: 520px;
    width: 100%;
}

.cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2 {
    background: #fbfdff;
    border-color: #cfdbea;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    min-height: 46px;
    width: 100%;
}

.cr-shell-page--product-upload .listivo-select-v2--active .listivo-select-v2__placeholder {
    color: var(--cr-light-text-color) !important;
    opacity: 1 !important;
}

.cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active {
    background: #ffffff;
    border-color: #9dbfe6;
}

.cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active::before {
    background: #1f6fb2;
    border-radius: 999px;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    top: 10px;
    width: 3px;
}

.cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active .listivo-select-v2__placeholder {
    font-weight: 700;
    padding-left: 10px;
}

.cr-shell-page--product-upload .cr-upload-section--category + .cr-upload-section--description {
    padding-top: 0;
}

.cr-shell-page--product-upload .cr-upload-description-field {
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.cr-shell-page--product-upload .cr-upload-description-field .listivo-panel-form-label--margin-top {
    margin-top: 0;
}

.cr-shell-page--product-upload .cr-upload-description-field .listivo-panel-form-label--margin-bottom {
    margin-bottom: 8px;
}

.cr-shell-page--product-upload .cr-upload-support-toggles {
    background: #fbfdff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.cr-shell-page--product-upload .cr-upload-support-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    column-gap: 12px;
    cursor: pointer;
    display: grid !important;
    grid-template-columns: max-content 20px;
    justify-content: start;
    padding: 0;
    width: 100%;
}

.cr-shell-page--product-upload .cr-upload-support-override-fields[hidden] {
    display: none !important;
}

.cr-shell-page--product-upload .cr-upload-support-override-fields {
    align-items: end;
}

.cr-shell-page--product-upload .cr-upload-support-toggles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cr-shell-page--product-upload .cr-upload-subcard {
    background: #fbfdff;
    border: 1px solid rgba(32, 50, 77, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 18px;
    padding: 20px;
}

.cr-shell-page--product-upload .cr-upload-subcard--support {
    gap: 18px;
}

.cr-shell-page--product-upload .cr-upload-managed-attributes .cr-dashboard-view__field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cr-shell-page--product-upload .cr-upload-managed-attribute-field .listivo-input-v2 {
    background: transparent;
    border: 0;
    display: block;
    height: auto;
}

.cr-shell-page--product-upload .cr-upload-managed-attribute-field input,
.cr-shell-page--product-upload .cr-upload-managed-attribute-field select {
    background: #fff;
    border: 1px solid rgba(32, 50, 77, 0.1);
    border-radius: 12px;
    color: var(--cr-light-text-color);
    min-height: 48px;
    padding: 0 14px;
    width: 100%;
}

.cr-shell-page--product-upload .cr-upload-managed-attribute-field select {
    appearance: auto;
}

.cr-shell-page--product-upload .cr-upload-managed-attribute-field input:hover,
.cr-shell-page--product-upload .cr-upload-managed-attribute-field input:focus,
.cr-shell-page--product-upload .cr-upload-managed-attribute-field select:hover,
.cr-shell-page--product-upload .cr-upload-managed-attribute-field select:focus {
    border-color: rgba(32, 50, 77, 0.18);
    box-shadow: none;
    outline: 0;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .cr-upload-field-hint {
    display: none;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form-label {
    margin-bottom: 8px;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form-label__line,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form-label__icon {
    display: none;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-field-group__label,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form-label__text {
    color: var(--cr-light-text-color);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input {
    padding: 0 16px !important;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea {
    padding: 14px 16px !important;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input:hover,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input:focus,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea:hover,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea:focus {
    border-color: rgba(32, 50, 77, 0.18);
    box-shadow: none;
    outline: 0;
}

.cr-shell-page--product-upload .cr-upload-support-field,
.cr-shell-page--product-upload .cr-upload-support-field .listivo-field-group,
.cr-shell-page--product-upload .cr-upload-support-field .listivo-field-group__field,
.cr-shell-page--product-upload .cr-upload-support-field .listivo-input-v2,
.cr-shell-page--product-upload .cr-upload-support-field .listivo-input-v2 input {
    display: block;
    max-width: none !important;
    width: 100% !important;
}

.cr-shell-page--product-upload .cr-upload-category-request {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.cr-shell-page--product-upload .cr-upload-category-request__panel {
    display: grid;
    gap: 8px;
}

.cr-shell-page--product-upload .cr-upload-category-request__title {
    color: var(--cr-light-text-color);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin: 0;
}

.cr-shell-page--product-upload .cr-upload-category-request__choices {
    display: grid;
    gap: 8px;
}

.cr-shell-page--product-upload .cr-upload-category-request__choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid #ccd8e6;
    border-radius: 4px;
    color: var(--cr-light-text-color);
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-height: 40px;
    padding: 8px 12px;
}

.cr-shell-page--product-upload .cr-upload-category-request__choice input[type="radio"] {
    accent-color: #ff6d3a;
    flex: 0 0 auto;
    margin: 0;
}

.cr-shell-page--product-upload .cr-upload-category-request__choice span {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
}

.cr-shell-page--product-upload .cr-upload-category-request__fields[hidden] {
    display: none !important;
}

.cr-shell-page--product-upload .cr-upload-section > *,
.cr-shell-page--product-upload .cr-upload-section__stack > *,
.cr-shell-page--product-upload .cr-upload-category-request > * {
    display: block;
    width: 100%;
}

.cr-shell-page--product-upload lst-text-model-field,
.cr-shell-page--product-upload lst-rich-text-model-field,
.cr-shell-page--product-upload lst-gallery-model-field,
.cr-shell-page--product-upload lst-attachments-model-field,
.cr-shell-page--product-upload lst-select,
.cr-shell-page--product-upload lst-dropzone,
.cr-shell-page--product-upload .listivo-panel-form__single-column,
.cr-shell-page--product-upload .listivo-field-group,
.cr-shell-page--product-upload .listivo-field-group__field,
.cr-shell-page--product-upload .listivo-input-v2,
.cr-shell-page--product-upload .listivo-select-v2,
.cr-shell-page--product-upload .listivo-panel-form__textarea,
.cr-shell-page--product-upload .wp-editor-wrap,
.cr-shell-page--product-upload .wp-editor-container,
.cr-shell-page--product-upload .listivo-panel-form__column-2,
.cr-shell-page--product-upload .listivo-panel-form__column-3,
.cr-shell-page--product-upload .listivo-panel-form__column-4 {
    display: block;
    max-width: none !important;
    min-width: 0;
    width: 100% !important;
}

.cr-shell-page--product-upload .listivo-panel-form__column-2 {
    grid-area: span 1 / span 3;
}

.cr-shell-page--product-upload .listivo-panel-form__column-2,
.cr-shell-page--product-upload .listivo-panel-form__column-3,
.cr-shell-page--product-upload .listivo-panel-form__column-4,
.cr-shell-page--product-upload .listivo-panel-form__column-2 .listivo-panel-form__multilevel,
.cr-shell-page--product-upload .listivo-panel-form__column-3 .listivo-panel-form__multilevel,
.cr-shell-page--product-upload .listivo-panel-form__column-4 .listivo-panel-form__multilevel {
    grid-template-columns: 1fr;
}

.cr-shell-page--product-upload .cr-upload-support-field .listivo-field-group__label {
    margin-bottom: 6px;
}

.cr-shell-page--product-upload .cr-upload-section__note {
    background: rgba(255, 119, 61, 0.08);
    border: 1px solid rgba(255, 119, 61, 0.14);
    border-radius: 3px;
    color: #87563c;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 8px 10px;
}

.cr-shell-page--product-upload .cr-upload-submit-note {
    margin: 12px auto 0;
    max-width: 760px;
    text-align: center;
}

.cr-shell-page--product-upload .cr-upload-field-hint {
    color: var(--cr-light-text-color);
    font-size: 0.82rem;
    line-height: 1.4;
    margin: 0 0 8px;
}

.cr-shell-page--product-upload .cr-upload-char-count,
.cr-dashboard-view__char-count {
    color: var(--cr-light-text-color);
    font-feature-settings: 'tnum' 1;
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 6px;
    text-align: right;
}

.cr-shell-page--product-upload .cr-upload-char-count.is-over-limit,
.cr-dashboard-view__char-count.is-over-limit {
    color: #c95027;
}

.cr-shell-page--product-upload .cr-upload-field-validation {
    border: 1px solid rgba(33, 58, 94, 0.14);
    border-radius: 3px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
    padding: 8px 10px;
}

.cr-shell-page--product-upload .cr-upload-field-validation[data-state='checking'] {
    background: rgba(69, 127, 196, 0.08);
    border-color: rgba(69, 127, 196, 0.16);
    color: #2f5f93;
}

.cr-shell-page--product-upload .cr-upload-field-validation[data-state='valid'] {
    background: rgba(61, 168, 117, 0.10);
    border-color: rgba(61, 168, 117, 0.16);
    color: #24704e;
}

.cr-shell-page--product-upload .cr-upload-field-validation[data-state='error'] {
    background: rgba(255, 119, 61, 0.10);
    border-color: rgba(255, 119, 61, 0.16);
    color: #c95027;
}

.cr-shell-page--product-upload .cr-upload-category-request .listivo-field-group__label {
    margin-bottom: 6px;
}

.cr-shell-page--product-upload .listivo-panel-section {
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    padding: 12px 14px 14px;
}

.cr-shell-page--product-upload .listivo-panel-section:before {
    display: none;
}

.cr-shell-page--product-upload .listivo-panel-section__top {
    gap: 8px;
    margin-bottom: 10px;
}

.cr-shell-page--product-upload .listivo-panel-section__form,
.cr-shell-page--product-upload .listivo-panel-form {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.cr-shell-page--product-upload .listivo-panel-section__label {
    font-size: clamp(1.65rem, 2vw, 2.15rem);
    line-height: 1.04;
    margin: 0;
}

.cr-shell-page--product-upload .listivo-panel-section__form {
    margin-top: 8px;
}

.cr-shell-page--product-upload .listivo-panel-form__fields {
    gap: 12px;
}

.cr-shell-page--product-upload .listivo-panel-form__column-2 .listivo-panel-form__multilevel {
    grid-gap: 12px;
}

.cr-shell-page--product-upload .listivo-panel-form__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
}

.cr-shell-page--product-upload .listivo-panel-form__bottom .listivo-button span {
    font-weight: 800;
}

.cr-shell-page--product-upload .cr-upload-draft-button {
    background: #ffffff;
    border: 1px solid #cdd9e8;
    color: #213a5e;
    min-width: 150px;
}

.cr-shell-page--product-upload .cr-upload-draft-button:hover,
.cr-shell-page--product-upload .cr-upload-draft-button:focus {
    background: #f4f8fc;
    border-color: #9fb6d1;
    color: #143155;
}

.cr-shell-page--product-upload .listivo-field-group__label {
    color: #182945;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    margin-bottom: 6px;
    padding-left: 0;
}

.cr-shell-page--product-upload .listivo-field-group__label > span:not(.cr-upload-label-optional):not(.cr-upload-field-status),
.cr-shell-page--product-upload .listivo-panel-form-label__text > span:not(.cr-upload-label-optional):not(.cr-upload-field-status) {
    display: none;
}

.cr-shell-page--product-upload .listivo-panel-form-label__text .cr-upload-label-optional {
    color: var(--cr-light-text-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 6px;
    text-transform: none;
}

.cr-shell-page--product-upload .cr-upload-field-label--with-status {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.cr-shell-page--product-upload .cr-upload-field-status {
    background: #c4ccd8;
    border: 2px solid #eef3f8;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(24, 41, 69, 0.08), 0 1px 3px rgba(24, 41, 69, 0.12);
    display: inline-block;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
}

.cr-shell-page--product-upload .cr-upload-section.is-ready .cr-upload-field-status {
    background: #23b75d;
    border-color: #dff8e8;
    box-shadow: inset 0 0 0 1px rgba(15, 117, 55, 0.16), 0 2px 6px rgba(35, 183, 93, 0.24);
}

.cr-shell-page--product-upload .cr-upload-section[data-cr-upload-required='true']:not(.is-ready) .cr-upload-field-status,
.cr-shell-page--product-upload .cr-upload-section.has-warning .cr-upload-field-status {
    background: #e53935;
    border-color: #ffe3e3;
    box-shadow: inset 0 0 0 1px rgba(157, 31, 31, 0.18), 0 2px 6px rgba(229, 57, 53, 0.24);
}

.cr-shell-page--product-upload .listivo-panel-form-label--small-margin-top {
    margin-top: 0;
}

.cr-shell-page--product-upload .listivo-panel-form-label--margin-bottom {
    margin-bottom: 6px;
}

.cr-shell-page--product-upload .listivo-panel-form-label__text {
    color: #1d3150;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    padding-right: 8px;
}

.cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-field-group__label,
.cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form-label__text {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
}

.cr-shell-page--product-upload .listivo-panel-form-label__line {
    display: none;
}

.cr-shell-page--product-upload .listivo-panel-form-label__icon {
    margin-left: auto;
    padding-left: 8px;
    width: auto;
}

.cr-shell-page--product-upload .listivo-input-v2 input {
    background: #ffffff;
    border: 1px solid rgba(33, 58, 94, 0.38);
    border-radius: 2px;
    box-shadow: none;
    color: #11243d;
    display: block;
    font-size: 0.95rem;
    flex: 1 1 auto;
    min-height: 42px;
    max-width: none !important;
    padding: 10px 40px 10px 12px;
    width: 100% !important;
}

.cr-shell-page--product-upload .cr-upload-section--sell-price .listivo-input-v2 {
    align-items: center;
    display: flex;
}

.cr-shell-page--product-upload .cr-upload-section--sell-price .listivo-input-v2 input {
    line-height: 1.25;
    padding-left: 36px;
    padding-right: 12px;
}

.cr-shell-page--product-upload .cr-upload-section--sell-price .listivo-input-v2__prefix {
    align-items: center;
    color: #4c6788;
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    height: 100%;
    left: 12px;
    line-height: 1.25;
    position: absolute;
    pointer-events: none;
    top: 0;
    transform: none;
    z-index: 2;
}

.cr-shell-page--product-upload .cr-upload-entitlement-money-input.listivo-input-v2,
.cr-shell-page--product-upload .cr-upload-subcard--support .cr-upload-entitlement-money-input.listivo-input-v2 {
    align-items: center;
    display: flex;
    position: relative;
}

.cr-shell-page--product-upload .cr-upload-entitlement-money-input.listivo-input-v2 input,
.cr-shell-page--product-upload .cr-upload-subcard--support .cr-upload-entitlement-money-input.listivo-input-v2 input {
    line-height: 1.25;
    padding-left: 36px !important;
    padding-right: 12px !important;
}

.cr-shell-page--product-upload .cr-upload-entitlement-money-input .listivo-input-v2__prefix,
.cr-shell-page--product-upload .cr-upload-subcard--support .cr-upload-entitlement-money-input .listivo-input-v2__prefix {
    align-items: center;
    bottom: auto;
    color: #4c6788;
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    height: 100%;
    left: 12px;
    line-height: 1.25;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    transform: none;
    z-index: 2;
}

.cr-shell-page--product-upload .listivo-input-v2 input::placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-shell-page--product-upload .listivo-input-v2 input:focus::placeholder,
.cr-shell-page--product-upload .listivo-panel-form__textarea textarea:focus::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.cr-shell-page--product-upload .listivo-input-v2 input:hover,
.cr-shell-page--product-upload .listivo-input-v2 input:focus {
    border-color: rgba(255, 106, 61, 0.68);
    box-shadow: 0 0 0 1px rgba(255, 106, 61, 0.42);
    outline: 0;
}

.cr-shell-page--product-upload .listivo-input-v2 {
    min-height: 42px;
    position: relative;
    width: 100%;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input.cr-dashboard-view__input,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea.cr-dashboard-view__textarea {
    background: #fbfdff;
    border: 1px solid rgba(32, 50, 77, 0.1);
    border-radius: 14px;
    box-shadow: none;
    color: var(--cr-light-text-color) !important;
    font-size: 0.96rem;
    width: 100% !important;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input.cr-dashboard-view__input {
    min-height: 50px;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea.cr-dashboard-view__textarea {
    height: auto;
    min-height: 140px;
    resize: vertical;
}

.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input.cr-dashboard-view__input:hover,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input.cr-dashboard-view__input:focus,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea.cr-dashboard-view__textarea:hover,
.cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea.cr-dashboard-view__textarea:focus {
    border-color: rgba(32, 50, 77, 0.18);
    box-shadow: none;
}

.cr-shell-page--product-upload .listivo-select-v2 {
    background: #ffffff;
    border: 1px solid rgba(33, 58, 94, 0.38);
    border-radius: 2px;
    box-shadow: none;
    display: flex;
    height: 42px;
    max-width: none !important;
    min-width: 0;
    padding: 10px 12px;
    width: 100% !important;
}

.cr-shell-page--product-upload .listivo-select-v2__placeholder {
    color: #d2dbe6 !important;
}

.cr-shell-page--product-upload .listivo-select-v2__clear svg path {
    color: #11243d;
    fill: #11243d;
}

.cr-shell-page--product-upload .listivo-select-v2__placeholder svg path {
    fill: #d2dbe6 !important;
}

.cr-shell-page--product-upload .listivo-select-v2__placeholder {
    font-size: 0.95rem;
    line-height: 1.2;
    padding-right: 64px;
}

.cr-shell-page--product-upload .listivo-input-v2__clear,
.cr-shell-page--product-upload .listivo-select-v2__clear,
.cr-shell-page--product-upload .tdfm-select__clear {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: flex;
    height: 24px;
    justify-content: center;
    min-height: 24px;
    padding: 0;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.cr-shell-page--product-upload .listivo-select-v2__clear,
.cr-shell-page--product-upload .tdfm-select__clear {
    right: 34px;
}

.cr-shell-page--product-upload .tdfm-field-pin__close {
    align-items: center;
    display: inline-flex;
    flex: 0 0 16px;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.cr-shell-page--product-upload .tdfm-field-pin__separator {
    margin: 0 10px;
}

.cr-shell-page--product-upload .listivo-select-v2__arrow {
    background: #ffffff;
    right: 8px;
}

.cr-shell-page--product-upload .listivo-select-v2__arrow path {
    fill: #4c6788;
}

.cr-shell-page--product-upload .listivo-select-v2:hover,
.cr-shell-page--product-upload .listivo-select-v2--active,
.cr-shell-page--product-upload .listivo-select-v2--open {
    border-color: #9dbfe6;
    box-shadow: 0 0 0 3px rgba(31, 111, 178, 0.12);
}

.cr-shell-page--product-upload .listivo-select-v2__dropdown,
.cr-shell-page--product-upload .listivo-select-v2__options {
    border-radius: 8px;
}

.cr-shell-page--product-upload .listivo-select-v2__option {
    font-size: 0.92rem;
    line-height: 1.25;
    padding-bottom: 8px;
    padding-top: 8px;
}

.cr-shell-page--product-upload .listivo-panel-form__textarea textarea {
    background: #ffffff;
    border: 1px solid rgba(33, 58, 94, 0.38);
    border-radius: 2px;
    box-shadow: none;
    color: #11243d !important;
    display: block;
    font-size: 0.95rem;
    height: 170px;
    line-height: 1.4;
    max-width: none !important;
    padding: 10px 12px !important;
    width: 100% !important;
}

.cr-shell-page--product-upload .listivo-panel-form__textarea textarea::placeholder {
    color: #d2dbe6 !important;
    opacity: 1 !important;
}

.cr-shell-page--product-upload .listivo-panel-form__textarea textarea:hover,
.cr-shell-page--product-upload .listivo-panel-form__textarea textarea:focus {
    border-color: rgba(255, 106, 61, 0.68);
    box-shadow: 0 0 0 1px rgba(255, 106, 61, 0.42);
    outline: 0;
}

.cr-shell-page--product-upload .wp-editor-wrap,
.cr-shell-page--product-upload .wp-editor-container {
    background: #ffffff;
    border: 1px solid rgba(33, 58, 94, 0.32);
    border-radius: 2px;
    box-shadow: none;
}

.cr-shell-page--product-upload .wp-editor-container {
    border: 0;
}

.cr-shell-page--product-upload .quicktags-toolbar,
.cr-shell-page--product-upload .mce-toolbar-grp,
.cr-shell-page--product-upload .mce-top-part:before,
.cr-shell-page--product-upload .mce-panel {
    background: #eef3f8 !important;
    border-color: rgba(33, 58, 94, 0.20) !important;
    box-shadow: none !important;
}

.cr-shell-page--product-upload .quicktags-toolbar {
    padding: 4px 6px;
}

.cr-shell-page--product-upload .mce-btn button {
    padding: 4px 5px !important;
}

.cr-shell-page--product-upload .mce-edit-area iframe,
.cr-shell-page--product-upload .wp-editor-area {
    min-height: 150px !important;
}

.cr-shell-page--product-upload .listivo-upload-area .vue-dropzone {
    background: #ffffff;
    border: 1px dashed rgba(33, 58, 94, 0.34);
    border-radius: 3px;
    box-shadow: none;
    min-height: 122px;
    padding: 14px 12px;
}

.cr-shell-page--product-upload .cr-upload-section--product-image .listivo-upload-area .vue-dropzone,
.cr-shell-page--product-upload .cr-upload-section--banner-image .listivo-upload-area .vue-dropzone {
    min-height: 78px;
    padding: 8px 10px;
}

.cr-shell-page--product-upload .cr-upload-section--product-image .listivo-upload-area__icon svg,
.cr-shell-page--product-upload .cr-upload-section--banner-image .listivo-upload-area__icon svg {
    height: 24px;
    width: 20px;
}

.cr-shell-page--product-upload .cr-upload-section--product-image .listivo-upload-area__label,
.cr-shell-page--product-upload .cr-upload-section--banner-image .listivo-upload-area__label {
    font-size: 0.84rem;
    line-height: 1.2;
}

.cr-shell-page--product-upload .cr-upload-section--product-image .listivo-upload-area__content,
.cr-shell-page--product-upload .cr-upload-section--banner-image .listivo-upload-area__content {
    gap: 6px;
}

.cr-shell-page--product-upload .listivo-upload-area:hover .vue-dropzone,
.cr-shell-page--product-upload .listivo-upload-area:focus-within .vue-dropzone {
    border-color: rgba(255, 106, 61, 0.72);
    box-shadow: 0 0 0 1px rgba(255, 106, 61, 0.42);
}

.cr-shell-page--product-upload .listivo-upload-area__inner {
    min-height: 0;
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing[hidden] {
    display: none !important;
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(17, 29, 45, 0.56);
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing-card {
    width: min(100%, 360px);
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: 28px 30px;
    border: 1px solid rgba(33, 58, 94, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 60px rgba(19, 34, 55, 0.24);
    text-align: center;
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing-spinner {
    width: 52px;
    height: 52px;
    border: 4px solid rgba(255, 106, 61, 0.18);
    border-top-color: #ff6a3d;
    border-radius: 50%;
    animation: cr-upload-processing-spin 0.9s linear infinite;
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing-copy {
    display: grid;
    gap: 6px;
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing-title {
    margin: 0;
    color: #1b3655;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.cr-shell-page--product-upload .cr-shell-page__upload-processing-text {
    margin: 0;
    color: #5b718c;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

@keyframes cr-upload-processing-spin {
    to {
        transform: rotate(360deg);
    }
}

.cr-shell-page--product-upload .cr-upload-expedite {
    background: #ffffff;
    border: 1px solid rgba(33, 58, 94, 0.16);
    border-radius: 3px;
    box-shadow: none;
    margin-top: 10px;
    padding: 10px 12px;
}

.cr-shell-page--product-upload .cr-upload-expedite--basic {
    background: #f7fafc;
    border-style: dashed;
}

.cr-shell-page--product-upload .cr-upload-expedite__intro {
    color: #182945;
    font-size: 0.88rem;
    font-weight: 800;
    margin-top: 10px;
}

.cr-shell-page--product-upload .cr-upload-expedite__toggle {
    align-items: flex-start;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 0;
}

.cr-shell-page--product-upload .cr-upload-expedite__input {
    accent-color: #ff6a3d;
    height: 20px;
    margin: 3px 0 0;
    width: 20px;
}

.cr-shell-page--product-upload .cr-upload-expedite__input--basic {
    accent-color: #23b75d;
    opacity: 1;
}

.cr-shell-page--product-upload .cr-upload-expedite__copy {
    display: grid;
    gap: 4px;
}

.cr-shell-page--product-upload .cr-upload-expedite__title {
    color: #182945;
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.cr-shell-page--product-upload .cr-upload-expedite__text {
    color: var(--cr-light-text-color);
    display: block;
    font-size: 0.86rem;
    line-height: 1.35;
}

@media (max-width: 1100px) {
    .cr-shell-page--product-upload .cr-shell-page__layout--upload {
        grid-template-columns: 1fr;
    }

    .cr-shell-page--product-upload .cr-shell-page__sidebar--upload {
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    .cr-shell-page--product-upload .cr-shell-page__panel--upload-form {
        padding: 10px 12px 14px;
    }

    .cr-shell-page--product-upload .cr-upload-section {
        scroll-margin-top: var(--cr-upload-scroll-margin);
    }

    .cr-shell-page--product-upload .listivo-panel-section__top {
        margin-bottom: 2px;
    }

    .cr-shell-page--product-upload .listivo-panel-form__fields {
        gap: 10px;
    }

    .cr-shell-page--product-upload .listivo-panel-form__textarea textarea {
        height: 150px;
    }

    .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone {
        min-height: 108px;
        padding: 12px 10px;
    }
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-tips li,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section + .cr-upload-section,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-tips li,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section + .cr-upload-section {
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status {
    background: #182638;
    color: #b5c7dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='progress'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='progress'] {
    background: rgba(69, 127, 196, 0.22);
    color: #9dc8ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='ready'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='ready'] {
    background: rgba(61, 168, 117, 0.2);
    color: #8fe0b6;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='warning'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-status[data-status='warning'] {
    background: rgba(255, 119, 61, 0.22);
    color: #ffb89d;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-processing-card,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-processing-card {
    border-color: rgba(143, 166, 194, 0.18);
    background: rgba(19, 34, 55, 0.98);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-processing-title,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-processing-title {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-processing-text,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-processing-text {
    color: #a8bbd1;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-progress,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-docs-progress {
    background: rgba(143, 166, 194, 0.12);
    color: #b5c7dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item.is-active span,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item.is-active strong,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item.is-active span,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item.is-active strong {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-field-group__label,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form-label__text,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-field-group__label,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form-label__text {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form-label__text .cr-upload-label-optional,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form-label__text .cr-upload-label-optional {
    color: #9fb3cc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-status,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-status {
    background: #64748b;
    border-color: #1b2a3d;
    box-shadow: inset 0 0 0 1px rgba(237, 244, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.28);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section.is-ready .cr-upload-field-status,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section.is-ready .cr-upload-field-status {
    background: #42d97d;
    border-color: #153624;
    box-shadow: inset 0 0 0 1px rgba(237, 244, 255, 0.16), 0 2px 6px rgba(66, 217, 125, 0.22);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section.has-warning .cr-upload-field-status,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section.has-warning .cr-upload-field-status {
    background: #ff4d4f;
    border-color: #3d1719;
    box-shadow: inset 0 0 0 1px rgba(237, 244, 255, 0.14), 0 2px 6px rgba(255, 77, 79, 0.22);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea {
    background: #13263b;
    border-color: rgba(158, 177, 200, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(12, 20, 32, 0.3);
    color: #edf4ff !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input::placeholder,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea::placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input::placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea::placeholder {
    color: #aebdce !important;
    opacity: 1 !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__placeholder {
    color: #aebdce !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__clear svg path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__clear svg path {
    color: #edf4ff;
    fill: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__placeholder svg path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__placeholder svg path {
    fill: #aebdce !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__arrow,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__arrow {
    background: #13263b;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__arrow path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__arrow path {
    fill: #b5c7dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input:focus,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2--active,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2--open,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea:focus,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2 input:focus,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2--active,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2--open,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-panel-form__textarea textarea:focus {
    border-color: rgba(126, 178, 236, 0.72);
    box-shadow: 0 0 0 4px rgba(126, 178, 236, 0.14);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone {
    background: linear-gradient(180deg, #13263b 0%, #162d46 100%);
    border-color: rgba(158, 177, 200, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area:hover .vue-dropzone,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area:focus-within .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area:hover .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area:focus-within .vue-dropzone {
    border-color: rgba(255, 154, 121, 0.76);
    box-shadow: 0 0 0 4px rgba(255, 119, 61, 0.18);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite {
    background: linear-gradient(180deg, rgba(19, 38, 59, 0.98), rgba(22, 45, 70, 0.98));
    border-color: rgba(158, 177, 200, 0.18);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard {
    background: rgba(10, 18, 31, 0.58);
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggles,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggles {
    background: rgba(10, 18, 31, 0.58);
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggle,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggle {
    color: #e6edf8;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-field-group__label,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form-label__text,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-field-group__label,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form-label__text {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-managed-attribute-field input,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-managed-attribute-field select,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-input-v2 input,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-subcard--support .listivo-panel-form__textarea textarea,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-managed-attribute-field input,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-managed-attribute-field select {
    background: rgba(10, 18, 31, 0.58);
    border-color: rgba(143, 166, 194, 0.16);
    color: #edf4ff !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-test-link,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-test-link {
    color: #7db1dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__intro,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__intro {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__title,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__title {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__text,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__text {
    color: #b5c7dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper {
    background: linear-gradient(180deg, rgba(21, 34, 53, 0.95) 0%, rgba(18, 28, 43, 0.95) 100%);
    border-color: rgba(153, 174, 201, 0.14);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper-title,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper-title {
    color: #f2f6fb;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper-copy,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper-copy {
    color: #9bb0c8;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section__note,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section__note {
    background: rgba(255, 119, 61, 0.14);
    border-color: rgba(255, 119, 61, 0.22);
    color: #ffcfbf;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-draft-button,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-draft-button {
    background: #162438;
    border-color: rgba(153, 174, 201, 0.26);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-draft-button:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-draft-button:focus,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-draft-button:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-draft-button:focus {
    background: #1e314b;
    border-color: rgba(153, 174, 201, 0.42);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-hint,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-hint {
    color: #b5c7dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-char-count,
html[data-cr-theme='dark'] .cr-dashboard-view__char-count,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-char-count,
body[data-cr-theme='dark'] .cr-dashboard-view__char-count {
    color: #b5c7dc;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-char-count.is-over-limit,
html[data-cr-theme='dark'] .cr-dashboard-view__char-count.is-over-limit,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-char-count.is-over-limit,
body[data-cr-theme='dark'] .cr-dashboard-view__char-count.is-over-limit {
    color: #ffcfbf;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-validation[data-state='checking'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-validation[data-state='checking'] {
    background: rgba(69, 127, 196, 0.14);
    border-color: rgba(69, 127, 196, 0.26);
    color: #cfe2ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-validation[data-state='valid'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-validation[data-state='valid'] {
    background: rgba(61, 168, 117, 0.16);
    border-color: rgba(61, 168, 117, 0.28);
    color: #c7f1db;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-validation[data-state='error'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-field-validation[data-state='error'] {
    background: rgba(255, 119, 61, 0.16);
    border-color: rgba(255, 119, 61, 0.26);
    color: #ffd7ca;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-category-request__title,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-category-request__title {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-category-request__choice,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-category-request__choice {
    background: rgba(18, 31, 49, 0.92);
    border-color: rgba(143, 166, 194, 0.18);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-category-request__choice span,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-category-request__choice span {
    color: #dbe7f4;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-section,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-section__form,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-section,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-section__form,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form {
    background: linear-gradient(180deg, rgba(18, 31, 49, 0.98) 0%, rgba(12, 22, 35, 0.98) 100%);
    border-color: rgba(143, 166, 194, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-section__label,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-field-group__label,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form-label__text,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-section__label,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-field-group__label,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form-label__text {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-field-hint__text,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-field-hint__text {
    color: #9fb4cb;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea {
    background: #132338;
    border-color: rgba(143, 166, 194, 0.24);
    box-shadow: none;
    color: #edf4ff !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input::placeholder,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea::placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input::placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea::placeholder {
    color: #aebdce !important;
    opacity: 1 !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__placeholder {
    color: #aebdce !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2 {
    background: #132338;
    border-color: rgba(143, 166, 194, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2--active .listivo-select-v2__placeholder,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2--active .listivo-select-v2__placeholder {
    color: #edf4ff !important;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active {
    background: #162a42;
    border-color: rgba(126, 178, 236, 0.62);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active::before,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active::before {
    background: #7eb2ec;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__clear svg path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__clear svg path {
    fill: #f09965;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__arrow,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__arrow {
    background: #132338;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__arrow path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2__arrow path {
    fill: #bfd0e2;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input:focus,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2--active,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2--open,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea:focus,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-input-v2 input:focus,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2--active,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-select-v2--open,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-panel-form__textarea textarea:focus {
    border-color: rgba(126, 178, 236, 0.72);
    box-shadow: 0 0 0 4px rgba(126, 178, 236, 0.14);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .wp-editor-wrap,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .wp-editor-container,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .wp-editor-wrap,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .wp-editor-container {
    background: #132338;
    border-color: rgba(143, 166, 194, 0.24);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .quicktags-toolbar,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-toolbar-grp,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-top-part:before,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-panel,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .quicktags-toolbar,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-toolbar-grp,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-top-part:before,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-panel {
    background: #1a2b40;
    border-color: rgba(143, 166, 194, 0.18);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-btn button,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .mce-btn button {
    color: #dce8f5;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .wp-editor-area,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .wp-editor-area {
    background: #132338;
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area .vue-dropzone {
    background: linear-gradient(180deg, #122237 0%, #162a42 100%);
    border-color: rgba(143, 166, 194, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area:hover .vue-dropzone,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area:focus-within .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area:hover .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area:focus-within .vue-dropzone {
    border-color: rgba(255, 154, 121, 0.82);
    box-shadow: 0 0 0 4px rgba(255, 119, 61, 0.14);
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area__label,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__panel--upload-form .listivo-upload-area__label {
    color: #b9ccdf;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__cta--upload-docs .cr-shell-page__cta-copy,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper-copy,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-tips li,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__cta--upload-docs .cr-shell-page__cta-copy,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-helper-copy,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-tips li {
    color: #c6d5e6;
}

html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item span,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-shell-page__upload-progress-item span {
    color: #b7c9dd;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-shell-page__panel--upload-form,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-section,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-section__form,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-shell-page__panel--upload-form,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-section,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-section__form,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form {
    background: linear-gradient(180deg, rgba(18, 31, 49, 0.98) 0%, rgba(12, 22, 35, 0.98) 100%) !important;
    border-color: rgba(143, 166, 194, 0.16) !important;
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-field-group__label,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form-label__text,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-section__label,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-field-group__label,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form-label__text,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-section__label {
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2 input,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__arrow,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form__textarea textarea,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-wrap,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-container,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-area,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .quicktags-toolbar,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-toolbar-grp,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-top-part:before,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-panel,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2 input,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__arrow,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form__textarea textarea,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-wrap,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-container,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-area,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .quicktags-toolbar,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-toolbar-grp,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-top-part:before,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-panel,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone {
    background: #132338 !important;
    background-color: #132338 !important;
    border-color: rgba(143, 166, 194, 0.24) !important;
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2 input::placeholder,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form__textarea textarea::placeholder,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__placeholder,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2 input::placeholder,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-panel-form__textarea textarea::placeholder,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__placeholder {
    color: #aebdce !important;
    opacity: 1 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2 {
    background: #132338 !important;
    border-color: rgba(143, 166, 194, 0.28) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2--active .listivo-select-v2__placeholder,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2--active .listivo-select-v2__placeholder {
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active {
    background: #162a42 !important;
    border-color: rgba(126, 178, 236, 0.62) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active::before,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-section--category .listivo-select-v2--active::before {
    background: #7eb2ec;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__value,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__value {
    color: #c9d8e8 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear svg path,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__arrow path,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear svg path,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__arrow path {
    fill: #c9d8e8 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__dropdown,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__options,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__option,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__dropdown,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__options,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__option {
    background: #132338 !important;
    color: #edf4ff !important;
    border-color: rgba(143, 166, 194, 0.16) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2__clear,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2__clear,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2__clear,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2__clear,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__clear,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__clear,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .tdfm-select__clear,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .tdfm-select__clear,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .tdfm-select__clear,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .tdfm-select__clear {
    background: transparent !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2__clear svg path,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2__clear svg path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2__clear svg path,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2__clear svg path {
    fill: #c9d8e8 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2__clear:hover,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-input-v2__clear:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2__clear:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-input-v2__clear:hover,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear:hover,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-select-v2__clear:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__clear:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-select-v2__clear:hover,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .tdfm-select__clear:hover,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .tdfm-select__clear:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .tdfm-select__clear:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .tdfm-select__clear:hover {
    background: rgba(143, 166, 194, 0.12) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-wrap,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-container,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-container,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-container-body,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-stack-layout,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-edit-area,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-edit-area iframe,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-statusbar,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-flow-layout,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-menubar,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-wrap,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .wp-editor-container,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-container,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-container-body,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-stack-layout,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-edit-area,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-edit-area iframe,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-statusbar,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-flow-layout,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-menubar,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .wp-editor-wrap,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .wp-editor-container,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-container,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-container-body,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-stack-layout,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-edit-area,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-edit-area iframe,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-statusbar,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-flow-layout,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-menubar,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .wp-editor-wrap,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .wp-editor-container,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-container,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-container-body,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-stack-layout,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-edit-area,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-edit-area iframe,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-statusbar,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-flow-layout,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-menubar {
    background: #132338 !important;
    background-color: #132338 !important;
    border-color: rgba(143, 166, 194, 0.24) !important;
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-toolbar-grp,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .quicktags-toolbar,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-top-part:before,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-toolbar-grp,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .quicktags-toolbar,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-top-part:before,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-toolbar-grp,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .quicktags-toolbar,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-top-part:before,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-toolbar-grp,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .quicktags-toolbar,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-top-part:before {
    background: #172b42 !important;
    background-color: #172b42 !important;
    border-color: rgba(143, 166, 194, 0.20) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn button,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-ico,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-caret,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-statusbar .mce-flow-layout-item,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-path-item,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn button,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-ico,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-caret,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-statusbar .mce-flow-layout-item,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-path-item,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn button,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-ico,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-caret,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-statusbar .mce-flow-layout-item,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-path-item,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn button,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-ico,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-caret,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-statusbar .mce-flow-layout-item,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-path-item {
    color: #dce8f5 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-caret,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-caret,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-caret,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-caret {
    border-top-color: #dce8f5 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn:hover,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn:focus,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn.mce-active,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn:hover,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn:focus,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .mce-btn.mce-active,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn:focus,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn.mce-active,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn:focus,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .mce-btn.mce-active {
    background: rgba(255, 119, 61, 0.12) !important;
    border-color: rgba(255, 154, 121, 0.32) !important;
    box-shadow: none !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__inner,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__content,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__label,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__icon,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__icon svg,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dz-default.dz-message,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__inner,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__content,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__label,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__icon,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__icon svg,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dz-default.dz-message,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__inner,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__content,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__label,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__icon,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__icon svg,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dz-default.dz-message,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__inner,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__content,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__label,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__icon,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__icon svg,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dz-default.dz-message {
    background: transparent !important;
    color: #c9d8e8 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__icon svg path,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__icon svg path,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__icon svg path,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__icon svg path {
    fill: #8ea8c6 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone.dz-clickable,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message *,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message *,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone.dz-clickable,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message *,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message *,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone.dz-clickable,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message *,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message *,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone.dz-clickable,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone .dz-message *,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dz-default.dz-message * {
    background: linear-gradient(180deg, #122237 0%, #162a42 100%) !important;
    background-color: #132338 !important;
    color: #d6e4f3 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone:hover,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone:hover,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .dropzone:hover,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone:hover,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .dropzone:hover,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area .vue-dropzone:hover {
    background: linear-gradient(180deg, #162b43 0%, #1a304a 100%) !important;
    background-color: #172d46 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__inner,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__content,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__inner,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__content,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__inner,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__content,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__inner,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__content {
    background: transparent !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__bottom,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .listivo-upload-area__bottom,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__bottom,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .listivo-upload-area__bottom {
    background: rgba(12, 22, 35, 0.88) !important;
    border-top: 1px solid rgba(143, 166, 194, 0.18) !important;
    color: #b9ccdf !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview.dz-file-preview .dz-image,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview.dz-image-preview,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-image,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview.dz-file-preview .dz-image,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview.dz-image-preview,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-image,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview.dz-file-preview .dz-image,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview.dz-image-preview,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-image,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview.dz-file-preview .dz-image,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview.dz-image-preview,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-image {
    background: #132338 !important;
    border-color: rgba(143, 166, 194, 0.18) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-details,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-details,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-details,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-details,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-details,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-details,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-details,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-details {
    background: rgba(17, 32, 49, 0.92) !important;
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-filename span,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-size span,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-filename span,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-size span,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-filename span,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-size span,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-filename span,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-details .dz-size span {
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress {
    background: rgba(7, 14, 24, 0.88) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress .dz-upload,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-progress .dz-upload,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress .dz-upload,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-progress .dz-upload,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress .dz-upload,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-progress .dz-upload,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-progress .dz-upload,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .vue-dropzone > .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(90deg, #ff6a3d 0%, #ff9a79 100%) !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message {
    background: #3a2021 !important;
    color: #ffd4ca !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message:after,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message:after,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message:after,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-error-message:after {
    border-bottom-color: #3a2021 !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-remove,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .dropzone .dz-preview .dz-remove,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-remove,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .dropzone .dz-preview .dz-remove {
    border-color: rgba(219, 231, 244, 0.26) !important;
    color: #edf4ff !important;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-expedite__input,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload input[type='checkbox'],
body.cr-marketplace-theme-dark .cr-shell-page--product-upload input[type='radio'],
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-expedite__input,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload input[type='checkbox'],
html.cr-marketplace-theme-dark .cr-shell-page--product-upload input[type='radio'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__input,
body[data-cr-theme='dark'] .cr-shell-page--product-upload input[type='checkbox'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload input[type='radio'],
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-expedite__input,
html[data-cr-theme='dark'] .cr-shell-page--product-upload input[type='checkbox'],
html[data-cr-theme='dark'] .cr-shell-page--product-upload input[type='radio'] {
    accent-color: #ff6a3d;
    background-color: #132338;
    border-color: rgba(143, 166, 194, 0.28);
    color-scheme: dark;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-entitlement-card,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-entitlement-card,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-entitlement-card,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-entitlement-card {
    background: rgba(13, 24, 38, 0.76);
    border-color: rgba(143, 166, 194, 0.16);
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-entitlement-option,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-entitlement-option,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-entitlement-option,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-entitlement-option {
    border-color: rgba(143, 166, 194, 0.18);
    color: #edf4ff;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-entitlement-option:has(input[type='radio']:checked),
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-entitlement-option:has(input[type='radio']:checked),
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-entitlement-option:has(input[type='radio']:checked),
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-entitlement-option:has(input[type='radio']:checked) {
    color: #ffb39b;
}

body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']:checked,
body.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-support-toggle.is-checked input[type='checkbox'],
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']:checked,
html.cr-marketplace-theme-dark .cr-shell-page--product-upload .cr-upload-support-toggle.is-checked input[type='checkbox'],
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']:checked,
body[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggle.is-checked input[type='checkbox'],
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggle input[type='checkbox']:checked,
html[data-cr-theme='dark'] .cr-shell-page--product-upload .cr-upload-support-toggle.is-checked input[type='checkbox'] {
    background-color: #ff6a3d;
    border-color: #ff6a3d;
}
