:root {
    --sym-color-rose-50: #fff1f5;
    --sym-color-rose-100: #ffe4ec;
    --sym-color-orange-50: #fff4df;
    --sym-color-orange-100: #ffe8c2;
    --sym-color-yellow-50: #fff9c7;
    --sym-color-yellow-100: #fff2a6;
    --sym-color-green-50: #dcfce7;
    --sym-color-green-100: #bbf7d0;
    --sym-color-cyan-50: #e0f7ff;
    --sym-color-cyan-100: #baeefe;
    --sym-color-blue-50: #e7f1ff;
    --sym-color-blue-100: #cfe4ff;
    --sym-color-violet-50: #f3e8ff;
    --sym-color-violet-100: #ead7ff;
    --sym-surface: rgba(255, 255, 255, 0.88);
    --sym-surface-solid: #ffffff;
    --sym-border-soft: rgba(148, 163, 184, 0.22);
    --sym-shadow-soft: 0 18px 45px rgba(100, 116, 139, 0.13);
    --sym-radius: 8px;
    --sym-page-gradient:
        radial-gradient(circle at 5% 6%, rgba(255, 228, 236, 0.72), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(207, 228, 255, 0.72), transparent 30%),
        radial-gradient(circle at 16% 92%, rgba(220, 252, 231, 0.58), transparent 28%),
        linear-gradient(135deg, #fbfdff 0%, #f7faff 52%, #fff8fb 100%);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f7faff;
}

a {
    color: #3b82f6;
}

.sym-nav-menu .mud-nav-link,
.sym-nav-menu .mud-nav-link:hover,
.sym-nav-menu .mud-nav-link:focus {
    text-decoration: none !important;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e11d48;
}

.sym-validation-summary {
    color: #e11d48;
    font-size: 0.9rem;
}

.sym-validation-summary ul {
    margin: 0 0 0.75rem 1.1rem;
    padding: 0;
}

.sym-file-input {
    width: 100%;
    min-height: 42px;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--sym-border-soft);
    border-radius: var(--sym-radius);
    background: rgba(255, 255, 255, 0.82);
    color: #334155;
    font: inherit;
}

.sym-file-input::file-selector-button {
    margin-right: 0.75rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(96, 165, 250, 0.42);
    border-radius: 8px;
    background: linear-gradient(135deg, #e7f1ff, #f3e8ff);
    color: #2563eb;
    font-weight: 700;
    cursor: pointer;
}

.sym-file-input:focus {
    outline: 0;
    border-color: rgba(96, 165, 250, 0.78);
    box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.32);
}

/* Required fields */
.sym-required-input,
.sym-required-field input,
.sym-required-field textarea,
.sym-required-field .mud-select-input {
    background-color: #ffffcc !important;
}

.sym-required-field .mud-input {
    background-color: #ffffcc !important;
}

.sym-verify-inline {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.sym-verify-code-field {
    flex: 0 1 14rem;
    max-width: 14rem;
    min-width: 9rem;
}

.sym-verify-inline .mud-button-root {
    min-height: 56px;
    white-space: nowrap;
}

.sym-profile-avatar {
    width: 132px !important;
    height: 132px !important;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 18px rgba(18, 30, 50, 0.16);
}

.sym-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sym-avatar-cropper-wrap {
    width: 100%;
    max-width: 520px;
}

.sym-avatar-cropper {
    display: block;
    width: 100%;
    max-height: 420px;
}

.sym-avatar-cropper img {
    display: block;
    max-width: 100%;
}

.sym-image-cropper-wrap {
    width: 100%;
    max-width: 640px;
}

.sym-image-cropper {
    display: block;
    width: 100%;
    max-height: 520px;
}

.sym-image-cropper img {
    display: block;
    max-width: 100%;
}

.sym-official-category-image-preview {
    display: block;
    width: 100%;
    max-width: 480px;
    max-height: 280px;
    object-fit: contain;
}

.sym-field-hint {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    color: #5f6f86;
    font-size: 0.78rem;
    line-height: 1.3;
}

.sym-sku-image-select-popover .mud-list-item {
    min-height: 56px;
}

.sym-sku-image-select-popover .mud-list-item-text {
    min-width: 0;
    margin: 0;
}

.sym-sku-image-select-popover .sym-sku-image-option {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    gap: 10px;
}

.sym-sku-image-select-popover .sym-sku-image-option-thumb {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
    background: var(--mud-palette-background-grey);
}

.sym-sku-image-select-popover .sym-sku-image-option-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sym-sku-image-select-popover .sym-sku-image-option-text {
    min-width: 0;
    overflow: hidden;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Storefront */
.sym-storefront-layout {
    min-height: 100vh;
    background: #f5f7fb;
}

.sym-storefront-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.sym-storefront-utility {
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    color: #475569;
}

.sym-storefront-utility__inner,
.sym-storefront-xs-logo,
.sym-storefront-mainbar,
.sym-storefront-contextbar,
.sym-storefront-footer__inner {
    width: min(100% - 32px, 1320px);
    margin: 0 auto;
}

.sym-storefront-utility__inner {
    min-height: 36px;
    column-gap: 1rem;
    row-gap: 0;
}

.sym-storefront-xs-logo {
    min-height: 38px;
}

.sym-storefront-utility__links {
    min-width: 0;
    overflow-x: auto;
}

.sym-storefront-auth {
    flex: 0 0 auto;
    min-width: 0;
}

.sym-storefront-mainbar {
    min-height: 54px;
    display: grid;
    grid-template-columns: max-content minmax(220px, 1fr);
    align-items: center;
    gap: 1rem;
}

.sym-storefront-mainbar .sym-storefront-logo {
    justify-self: start;
}

.sym-storefront-logo {
    color: #0f172a !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    white-space: nowrap;
}

.sym-storefront-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 126px 42px;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.sym-storefront-search > * {
    min-width: 0;
}

.sym-storefront-search__input .mud-input-root,
.sym-storefront-search__scope .mud-input-root {
    background: #ffffff;
}

.sym-storefront-search__button {
    width: 42px;
    min-width: 42px !important;
    max-width: 42px;
    height: 40px;
    padding: 0 !important;
    border-radius: 8px !important;
}

.sym-storefront-contextbar {
    min-height: 32px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.25rem;
    overflow: visible;
}

.sym-storefront-contextbar__action {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    padding: 0 !important;
}

.sym-storefront-contextbar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    overflow: visible;
}

.sym-storefront-contextbar__quick-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem;
    min-width: 120px;
    overflow: visible;
}

.sym-storefront-search-history-viewport {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.sym-storefront-search-history {
    min-width: 0;
    width: max-content;
    padding: 0;
}

.sym-storefront-search-history .mud-chip {
    flex: 0 0 auto;
    white-space: nowrap;
}

.sym-breadcrumb a:hover,
.sym-product-card:hover,
.sym-catalog-category-link:hover {
    color: #ee4d2d;
    text-decoration: none;
}

.sym-storefront-main {
    min-height: calc(100vh - 210px);
    background: #f5f7fb;
    padding-top: 0 !important;
}

.sym-storefront-drawer-container {
    min-height: calc(100vh - 158px);
}

.sym-storefront-body {
    min-width: 0;
}

.sym-storefront-category-drawer {
    max-width: min(88vw, 300px);
}

.sym-storefront-category-drawer.mud-drawer--closed {
    display: none !important;
}

.sym-storefront-notification-drawer {
    max-width: min(92vw, 360px);
}

.sym-storefront-notification-drawer .mud-drawer-content {
    height: 100%;
}

.sym-storefront-notification-drawer.mud-drawer--closed {
    display: none !important;
}

.sym-notification-drawer-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.sym-notification-drawer-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.sym-notification-drawer-preferences {
    flex: 0 0 auto;
}

.sym-storefront-drawer-header {
    min-height: 64px;
    padding: 0.75rem 1rem !important;
}

.sym-notification-archive-chip {
    background-color: #374151 !important;
    color: #fff !important;
    cursor: pointer;
}

.sym-notification-archive-chip .mud-chip-content {
    color: #fff !important;
}

.sym-storefront-category-drawer .mud-divider {
    flex: 0 0 auto;
}

.sym-storefront-footer {
    background: #0f172a;
    color: #e2e8f0;
    margin-top: 2rem;
}

.sym-storefront-footer__inner {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sym-storefront-footer__inner strong {
    display: block;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.sym-storefront-footer__inner span {
    color: #94a3b8;
    font-size: 0.9rem;
}

.sym-storefront-footer__links {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sym-store-page {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.sym-section-heading {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 0;
}

.sym-home-hero-main,
.sym-shop-hero,
.sym-catalog-sidebar,
.sym-catalog-results,
.sym-catalog-rail,
.sym-product-gallery,
.sym-product-buybox,
.sym-product-seller-strip,
.sym-product-info-panel {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.sym-catalog-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    border-radius: 8px;
    color: #334155;
    font-weight: 650;
    text-decoration: none;
}

.sym-catalog-category-link--active {
    color: #ee4d2d;
    background: rgba(238, 77, 45, 0.09);
}

.sym-home-hero-main {
    min-height: 330px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    background:
        linear-gradient(135deg, rgba(238, 77, 45, 0.12), rgba(22, 119, 255, 0.09)),
        #ffffff;
}

.sym-shop-hero {
    overflow: hidden;
    margin-bottom: 1rem;
}

.sym-shop-hero__banner {
    min-height: 170px;
    background: linear-gradient(135deg, #fff7ed, #eff6ff);
}

.sym-shop-hero__banner img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.sym-shop-hero__body {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    padding: 1rem;
}

.sym-shop-hero__logo {
    width: 88px !important;
    height: 88px !important;
    border: 4px solid #ffffff;
    margin-top: -48px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
    flex: 0 0 auto;
}

.sym-shop-hero__copy {
    min-width: 0;
    flex: 1 1 auto;
}

.sym-shop-hero__copy h1 {
    color: #0f172a;
    font-weight: 850;
    letter-spacing: 0;
}

.sym-shop-banner-preview {
    aspect-ratio: 16 / 4;
    min-height: 140px;
    border: 1px dashed rgba(15, 23, 42, 0.22);
    border-radius: 8px;
    background: #f8fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sym-shop-banner-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sym-home-content {
    min-width: 0;
}

.sym-home-hero-copy {
    max-width: 760px;
}

.sym-home-hero-copy h1 {
    color: #0f172a;
    font-weight: 850;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}

.sym-home-hero-copy p {
    color: #475569;
    max-width: 680px;
}

.sym-home-quick-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sym-product-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sym-market-section {
    margin-top: 1.5rem;
}

.sym-market-section__header,
.sym-catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sym-market-section__header h2,
.sym-catalog-header h1 {
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 0;
}

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

.sym-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.sym-product-card:hover {
    transform: translateY(-2px);
    border-color: rgba(238, 77, 45, 0.35);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.sym-product-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f1f5f9;
    overflow: hidden;
}

.sym-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sym-product-card__body {
    display: flex;
    flex-direction: column;
    min-height: 138px;
    padding: 0.8rem;
}

.sym-product-card__title {
    -webkit-line-clamp: 2;
    min-height: 2.7em;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.sym-product-card__shop,
.sym-product-card__meta {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.4;
}

.sym-product-card__shop {
    margin-top: 0.35rem;
}

.sym-product-card__price {
    color: #ee4d2d;
    font-size: 1.05rem;
    font-weight: 850;
    margin-top: auto;
}

.sym-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    min-width: 0;
}

.sym-breadcrumb a {
    color: #334155;
    text-decoration: none;
    white-space: nowrap;
}

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

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

.sym-catalog-sidebar,
.sym-catalog-results,
.sym-catalog-rail {
    padding: 1rem;
}

.sym-catalog-sidebar,
.sym-catalog-rail {
    position: sticky;
    top: 166px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sym-catalog-rail {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.sym-catalog-rail-item {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    color: #0f172a;
    text-decoration: none;
}

.sym-catalog-rail-item:hover {
    color: #ee4d2d;
    text-decoration: none;
}

.sym-catalog-rail-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    background: #f1f5f9;
}

.sym-catalog-rail-item strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.86rem;
    line-height: 1.35;
}

.sym-catalog-rail-item small {
    display: block;
    color: #ee4d2d;
    font-weight: 800;
    margin-top: 0.2rem;
}

.sym-catalog-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.sym-catalog-filter-block {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sym-catalog-category-link {
    padding: 0.45rem 0.6rem;
    padding-left: calc(0.6rem + (var(--depth, 0) * 0.85rem));
}

.sym-price-filter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.sym-catalog-filter-actions {
    flex-wrap: wrap;
}

.sym-catalog-toolbar {
    min-width: 220px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.sym-catalog-toolbar .mud-select {
    min-width: 110px;
}

.sym-catalog-pagination {
    margin-top: 1.5rem;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sym-product-detail-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    align-items: start;
    min-width: 0;
    max-width: 100%;
}

.sym-product-page,
.sym-product-page .mud-grid,
.sym-product-page .mud-grid-item,
.sym-product-gallery {
    min-width: 0;
    max-width: 100%;
}

.sym-product-buybox {
    padding: 1rem;
    min-width: 0;
}

.sym-product-title {
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.sym-product-price-box {
    margin: 0.75rem 0 1.1rem;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    background: #fff7ed;
    color: #ee4d2d;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 850;
    line-height: 1.15;
}

.sym-product-option-group {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.sym-product-option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sym-product-purchase-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 1rem 0;
}

.sym-product-purchase-summary div {
    min-width: 0;
    padding: 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.sym-product-purchase-summary span,
.sym-product-detail-list dt {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    margin-bottom: 0.2rem;
}

.sym-product-purchase-summary strong,
.sym-product-detail-list dd {
    color: #0f172a;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.sym-product-shipping {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.85rem 0;
    margin: 1rem 0;
}

.sym-product-actions {
    flex-wrap: wrap;
    min-width: 0;
}

.sym-product-actions .mud-button-root {
    min-height: 46px;
}

.sym-cart-shop-group {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.sym-cart-shop-header {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.sym-cart-table .mud-table-cell {
    vertical-align: middle;
    padding: 0.7rem 0.65rem;
}

.sym-cart-table table {
    table-layout: fixed;
    min-width: 780px;
}

.sym-cart-col-select {
    width: 52px;
}

.sym-cart-col-image {
    width: 84px;
}

.sym-cart-col-spec {
    width: 34%;
}

.sym-cart-col-price {
    width: 76px;
}

.sym-cart-col-quantity {
    width: 122px;
}

.sym-cart-col-subtotal {
    width: 84px;
}

.sym-cart-col-status {
    width: 122px;
}

.sym-cart-image-cell {
    width: 84px;
}

.sym-cart-product-image-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sym-cart-product-image {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 auto;
}

.sym-cart-product-spec-cell {
    min-width: 0;
    display: grid;
    gap: 0.18rem;
}

.sym-cart-product-title {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.25;
}

.sym-cart-sku-select {
    width: 100%;
    min-width: 0;
    max-width: 320px;
}

.sym-cart-money-cell {
    white-space: nowrap;
}

.sym-cart-quantity-field {
    width: 112px;
}

.sym-cart-quantity-stack {
    display: grid;
    justify-items: start;
    gap: 0.1rem;
}

.sym-cart-stock-chip {
    height: 22px;
    color: #64748b;
    border-color: rgba(100, 116, 139, 0.32);
    font-size: 0.72rem;
    line-height: 1;
}

.sym-cart-status-actions {
    min-width: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.sym-cart-status-actions .mud-chip {
    flex: 0 0 auto;
}

.sym-cart-mobile-list {
    display: none;
}

.sym-product-seller-strip {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    margin-top: 1rem;
}

.sym-product-info-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    margin-top: 1rem;
}

.sym-product-info-panel {
    padding: 1rem;
}

.sym-product-info-panel h2 {
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
}

.sym-product-detail-list {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.sym-product-detail-list div {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 1rem;
}

.sym-product-detail-list dd {
    margin: 0;
}

.sym-product-description {
    min-height: 220px;
}

.sym-product-reviews {
    margin-top: 1rem;
}

.sym-product-review-score {
    min-width: 124px;
}

.sym-product-review-score span {
    font-size: 1rem;
}

.sym-product-review-filter-scroll {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.1rem;
}

.sym-product-review-filter-group {
    min-width: max-content;
}

.sym-product-review-body {
    min-width: 0;
    flex: 1 1 auto;
}

.sym-product-review-image {
    width: 88px;
    height: 88px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 6px;
    background: #f1f5f9;
    cursor: pointer;
}

.sym-product-review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 600px) {
    .sym-verify-inline {
        gap: 0.5rem;
    }

    .sym-verify-code-field {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .sym-verify-inline .mud-button-root {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .sym-avatar-cropper-wrap {
        max-width: none;
    }

    .sym-image-cropper-wrap {
        max-width: none;
    }
}

@media (max-width: 1180px) {
    .sym-catalog-layout {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .sym-catalog-rail {
        grid-column: 1 / -1;
        position: static;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.8rem;
    }

    .sym-catalog-rail .sym-section-heading {
        grid-column: 1 / -1;
    }

    .sym-catalog-rail-item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .sym-catalog-rail-item img {
        width: 52px;
        height: 52px;
    }

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

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

@media (max-width: 900px) {
    .sym-catalog-layout,
    .sym-product-detail-layout,
    .sym-product-info-layout {
        grid-template-columns: 1fr;
    }

    .sym-catalog-sidebar {
        position: static;
    }

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

    .sym-product-purchase-summary {
        grid-template-columns: 1fr;
    }

    .sym-product-buybox,
    .sym-product-gallery,
    .sym-product-actions,
    .sym-product-actions .mud-button-root {
        max-width: 100%;
    }

    .sym-product-seller-strip {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .sym-cart-table table {
        min-width: 720px;
    }

    .sym-cart-table .mud-table-cell {
        padding: 0.55rem 0.45rem;
    }

    .sym-cart-col-select {
        width: 44px;
    }

    .sym-cart-col-image {
        width: 68px;
    }

    .sym-cart-col-spec {
        width: 34%;
    }

    .sym-cart-col-price {
        width: 66px;
    }

    .sym-cart-col-quantity {
        width: 110px;
    }

    .sym-cart-col-subtotal {
        width: 74px;
    }

    .sym-cart-col-status {
        width: 110px;
    }

    .sym-cart-product-image {
        width: 56px;
        height: 56px;
    }

    .sym-cart-quantity-field {
        width: 98px;
    }
}

@media (max-width: 700px) {
    .sym-storefront-utility__inner,
    .sym-storefront-xs-logo,
    .sym-storefront-mainbar,
    .sym-storefront-contextbar,
    .sym-storefront-footer__inner {
        width: min(100% - 20px, 1320px);
    }

    .sym-storefront-footer__inner,
    .sym-market-section__header,
    .sym-catalog-header,
    .sym-shop-hero__body {
        align-items: stretch;
        flex-direction: column;
    }

    .sym-shop-hero__logo {
        margin-top: -40px;
    }

    .sym-storefront-utility__inner {
        padding: 0;
        column-gap: 0.25rem;
    }

    .sym-storefront-utility__links {
        flex: 0 1 auto;
    }

    .sym-storefront-auth {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .sym-storefront-search {
        grid-template-columns: minmax(0, 1fr) minmax(96px, 104px) 40px;
        gap: 0.35rem;
    }

    .sym-storefront-search__button {
        width: 40px;
        min-width: 40px !important;
        max-width: 40px;
    }

    .sym-storefront-contextbar {
        grid-template-columns: 30px minmax(0, 1fr) auto;
        column-gap: 0.15rem;
    }

    .sym-storefront-contextbar__action {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }

    .sym-storefront-contextbar__badge {
        min-width: 34px;
    }

    .sym-storefront-contextbar__quick-actions {
        min-width: 108px;
        gap: 0.1rem;
    }

    .sym-home-hero-main {
        min-height: auto;
    }

    .sym-home-quick-links .mud-button-root,
    .sym-product-actions .mud-button-root,
    .sym-catalog-filter-actions .mud-button-root {
        width: 100%;
    }

    .sym-product-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .sym-cart-shop-header {
        padding: 0.45rem 0.75rem;
        gap: 0.4rem;
    }

    .sym-cart-table {
        display: none;
    }

    .sym-cart-mobile-list {
        display: grid;
    }

    .sym-cart-mobile-item {
        display: grid;
        gap: 0.75rem;
        padding: 0.85rem 0.75rem;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .sym-cart-mobile-main {
        display: grid;
        grid-template-columns: 36px 64px minmax(0, 1fr);
        align-items: start;
        gap: 0.65rem;
        min-width: 0;
    }

    .sym-cart-mobile-check {
        margin-top: 0.15rem;
    }

    .sym-cart-sku-select {
        min-width: 0;
        max-width: 100%;
    }

    .sym-cart-product-image {
        width: 64px;
        height: 64px;
    }

    .sym-cart-product-title {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sym-cart-mobile-summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 104px minmax(0, 1fr);
        align-items: end;
        gap: 0.6rem;
        padding-left: 64px;
    }

    .sym-cart-mobile-summary span {
        display: block;
        color: #64748b;
        font-size: 0.76rem;
        margin-bottom: 0.1rem;
    }

    .sym-cart-mobile-summary strong {
        color: #0f172a;
        font-weight: 750;
    }

    .sym-cart-mobile-controls {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: start;
        gap: 0.55rem;
        padding-left: 64px;
    }

    .sym-cart-quantity-field {
        width: 100%;
        max-width: 104px;
    }

    .sym-cart-status-actions {
        flex: 0 0 auto;
    }

    .sym-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .sym-product-card__body {
        min-height: 132px;
        padding: 0.7rem;
    }

    .sym-product-detail-list div {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }
}

@media (max-width: 600px) {
    .sym-storefront-mainbar {
        min-height: 48px;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }
}

@media (max-width: 430px) {
    .sym-product-grid {
        grid-template-columns: 1fr;
    }

    .sym-storefront-search {
        grid-template-columns: minmax(0, 1fr) minmax(92px, 100px) 36px;
        gap: 0.3rem;
    }

    .sym-storefront-search__button {
        width: 36px;
        min-width: 36px !important;
        max-width: 36px;
        height: 38px;
    }

    .sym-storefront-contextbar__quick-actions {
        min-width: 104px;
    }

    .sym-storefront-contextbar__badge {
        min-width: 33px;
    }

    .sym-catalog-rail {
        grid-template-columns: 1fr;
    }
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZyIgeGxpbmtzPSJodHRwOi8vd3d3LnczzLm9yZy8xOTk5L3hsaW5rIiBvdmVyZmxvdz0iaGlkZGVuIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cmVjdCB4PSIyMzUiIHk9IjUxIiB3aWR0aD0iNTYiIGhlaWdodD0iNDkiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjM1IC01MSkiPjxwYXRoIGQ9Ik0yNjMuNTA2IDUxQzI2NC43MTcgNTEgMjY1LjgxMyA1MS40ODM3IDI2Ni42MDYgNTIuMjY1OEwyNjcuMDUyIDUyLjc5ODcgMjY3LjUzOSA1My42MjgzIDI5MC4xODUgOTIuMTgzMSAyOTAuNTQ1IDkyLjc5NSAyOTAuNjU2IDkyLjk5NkMyOTAuODc3IDkzLjUxMyAyOTEgOTQuMDgxNSAyOTEgOTQuNjc4MiAyOTEgOTcuMDY1MSAyODkuMDM4IDk5IDI4Ni42MTcgOTlMMjQwLjM4MyA5OUMyMzcuOTYzIDk5IDIzNiA5Ny4wNjUxIDIzNiA5NC42NzgyIDIzNiA5NC4zNzk5IDIzNi4wMzEgOTQuMDg4NiAyMzYuMDg5IDkzLjgwNzJMMjM2LjMzOCA5My4wMTYyIDIzNi44NTggOTIuMTMxNCAyNTkuNDczIDUzLjYyOTQgMjU5Ljk2MSA1Mi43OTg1IDI2MC40MDcgNTIuMjY1OEMyNjEuMiA1MS40ODM3IDI2Mi4yOTYgNTEgMjYzLjUwNiA1MVpNMjYzLjU4NiA2Ni4wMTgzQzI2MC43MzcgNjYuMDE4MyAyNTkuMzEzIDY3LjEyNDUgMjU5LjMxMyA2OS4zMzcgMjU5LjMxMyA2OS42MTAyIDI1OS4zMzIgNjkuODYwOCAyNTkuMzcxIDcwLjA4ODdMMjYxLjc5NSA4NC4wMTYxIDI2NS4zOCA4NC4wMTYxIDI2Ny44MjEgNjkuNzQ3NUMyNjcuODYgNjkuNzMwOSAyNjcuODc5IDY5LjU4NzcgMjY3Ljg3OSA2OS4zMTc5IDI2Ny44NzkgNjcuMTE4MiAyNjYuNDQ4IDY2LjAxODMgMjYzLjU4NiA2Ni4wMTgzWk0yNjMuNTc2IDg2LjA1NDdDMjYxLjA0OSA4Ni4wNTQ3IDI1OS43ODYgODcuMzAwNSAyNTkuNzg2IDg5Ljc5MjEgMjU5Ljc4NiA5Mi4yODM3IDI2MS4wNDkgOTMuNTI5NSAyNjMuNTc2IDkzLjUyOTUgMjY2LjExNiA5My41Mjk1IDI2Ny4zODcgOTIuMjgzNyAyNjcuMzg3IDg5Ljc5MjEgMjY3LjM4NyA4Ny4zMDA1IDI2Ni4xMTYgODYuMDU0NyAyNjMuNTc2IDg2LjA1NDdaIiBmaWxsPSIjRkZFNTAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.sym-workspace-container,
.sym-main-content--admin > .mud-paper,
.sym-main-content--admin > .mud-container {
    position: relative;
}

.sym-workspace-container > .mud-grid,
.sym-main-content--admin .mud-grid {
    row-gap: 1rem;
}

.sym-workspace-container .mud-paper,
.sym-main-content--admin .mud-paper {
    border: 1px solid var(--sym-border-soft);
    border-radius: var(--sym-radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84)),
        var(--sym-surface-solid);
    box-shadow: var(--sym-shadow-soft);
}

.sym-workspace-container .mud-paper[outlined],
.sym-main-content--admin .mud-paper[outlined] {
    box-shadow: none;
}

.sym-main-content--admin .mud-table-container,
.sym-main-content--admin .mud-tabs-panels,
.sym-workspace-container .mud-table-container,
.sym-workspace-container .mud-tabs-panels {
    border-radius: var(--sym-radius);
}

.sym-main-content--admin .mud-chip,
.sym-workspace-container .mud-chip {
    border-radius: 8px;
}

.sym-main-content--admin .mud-chip-outlined,
.sym-workspace-container .mud-chip-outlined {
    background: rgba(255, 255, 255, 0.68);
}

.sym-main-content.sym-main-content--chat {
    position: fixed;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.sym-main-content.sym-main-content--chat .sym-chat-page,
.sym-main-content.sym-main-content--chat .sym-chat-shell,
.sym-main-content.sym-main-content--chat .sym-chat-list-panel,
.sym-main-content.sym-main-content--chat .sym-chat-thread-panel {
    height: 100%;
    max-height: 100%;
    min-height: 0;
}

.sym-main-content.sym-main-content--chat .sym-chat-page {
    display: flex;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.sym-main-content.sym-main-content--chat .sym-chat-shell {
    width: 100%;
    overflow: hidden;
}

.sym-main-content.sym-main-content--chat .sym-chat-list-panel,
.sym-main-content.sym-main-content--chat .sym-chat-thread-panel {
    overflow: hidden;
}

.sym-main-content.sym-main-content--chat .sym-chat-room-list,
.sym-main-content.sym-main-content--chat .sym-chat-messages {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.sym-main-content.sym-main-content--chat .sym-chat-thread-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
}

@media (min-width: 960px) {
    .sym-main-content.sym-main-content--chat .sym-chat-shell {
        display: grid;
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    }
}

@media (max-width: 959.98px) {
    .sym-main-content.sym-main-content--chat {
        top: 48px;
    }

    .sym-main-content.sym-main-content--chat .sym-chat-shell {
        display: block;
    }
}

.sym-dating-layout {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    background: #edf3f8;
}

.sym-dating-topbar {
    height: 46px;
    min-height: 46px;
    background: #242424;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}

.sym-dating-layout-main {
    position: fixed;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 46px);
    min-height: 0;
    padding: 0 !important;
    overflow: hidden;
    background: #edf3f8;
}

.sym-dating-layout-main .sym-dating-page,
.sym-dating-layout-main .sym-dating-shell,
.sym-dating-layout-main .sym-dating-sidebar,
.sym-dating-layout-main .sym-dating-thread {
    height: 100%;
    max-height: 100%;
    min-height: 0;
}

.sym-dating-layout-main .sym-dating-page {
    display: flex;
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.sym-dating-layout-main .sym-dating-shell {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 959.98px) {
    .sym-dating-layout-main .sym-dating-shell {
        display: block;
    }
}

@media (max-width: 959.98px) {
    .sym-storefront-layout--drawer-open {
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
    }

    .sym-storefront-layout--drawer-open .sym-storefront-drawer-container,
    .sym-storefront-layout--drawer-open .sym-storefront-body,
    .sym-storefront-layout--drawer-open .sym-storefront-main {
        max-height: 100dvh;
        overflow: hidden;
    }

    .sym-storefront-category-drawer.mud-drawer,
    .sym-storefront-notification-drawer.mud-drawer {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
    }

    .sym-storefront-category-drawer.mud-drawer .mud-drawer-content,
    .sym-storefront-notification-drawer.mud-drawer .mud-drawer-content {
        height: 100%;
        max-height: 100%;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .sym-storefront-category-drawer.mud-drawer .mud-drawer-content {
        display: flex;
        flex-direction: column;
    }

    .sym-storefront-category-drawer.mud-drawer .mud-treeview {
        flex: 1 1 auto;
        min-height: 0;
        height: auto !important;
        overflow-y: auto;
        padding-bottom: max(1rem, env(safe-area-inset-bottom));
    }

    .sym-layout--drawer-open {
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
    }

    .sym-layout--drawer-open .sym-main-content {
        max-height: 100dvh;
        overflow: hidden;
    }

    .sym-drawer.mud-drawer {
        position: fixed !important;
        top: 48px !important;
        bottom: 0 !important;
        height: calc(100dvh - 48px) !important;
        max-height: calc(100dvh - 48px) !important;
        overflow: hidden !important;
    }

    .sym-drawer.mud-drawer .mud-drawer-content {
        height: 100%;
        max-height: 100%;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .sym-drawer.mud-drawer .sym-nav-menu {
        min-height: 100%;
        padding-bottom: max(1rem, env(safe-area-inset-bottom));
    }
}
