﻿/* Unlimited Lights internal application theme */
:root {
    --ul-primary: #0473ba;
    --ul-primary-dark: #035488;
    --ul-primary-soft: #f0f9ff;
    --ul-accent: #f56105;
    --ul-danger: #b90419;
    --ul-page-bg: #f5f7fa;
    --ul-surface: #ffffff;
    --ul-text: #25313d;
    --ul-muted: #687481;
    --ul-border: #d8e2ea;
    --ul-radius: 6px;
    --ul-shadow: 0 8px 24px rgba(22, 34, 51, 0.08);
}
body {
                background-color: #F5F7FA !important;
            }


            a {
                text-decoration: none;
                color: #0473ba !important;
            }

            .btn-color-white {
                color: #FFFFFF !important;
            }

            .navbar a {
                color: #ffffff !important;
            }


            .table-nested-parts-td {
                padding: 4px !important;
                background-color: #F0F9FF !important;
            }


            /*            h5 {
                font-weight: bolder;
                margin-bottom: 25px;
            }*/

            .navbar-default {
                background-color: #0473ba !important;
            }

.btn-primary {
    background-color: #0473ba !important;
}

            .bg-primary {
                background-color: #0473ba !important;
            }



            .btn-info {
                background-color: #F56105 !important;
                border-color: #F56105 !important;
                color: white !important;
            }

            .btn-info {
                background-color: #F56105 !important;
            }

            .btn-primary:hover {
                color: #ffffff !important;
                background-color: #0473ba !important;
                border-color: #0473ba !important;
            }

            table td {
                /*font-size: 0.85em !important;*/
            }


            .table-data-ul td {
                /*font-size: 0.75em !important;*/
                padding: 8px !important;
            }

            .table thead {
                top: 0;
                position: sticky;
            }

            .table-data-ul thead th {
                /*                font-size: 0.95em !important;*/
                padding: 8px !important;
            }

            /*.table thead th{
                background-color: #0364A0 !important;
                color:white;
            }*/

            .table-responsive-ul {
                /*height: 63vh;*/
                overflow: auto;
            }

            label {
                font-weight: bold !important;
            }

            input[type="checkbox"] {
                margin-right: 10px !important;
            }

            .red {
                color: #B90419 !important;
            }

            .dealsm {
                font-size: 12px;
            }

            .dealmd {
                font-size: 14px;
            }

            .deallg {
                font-size: 16px;
            }

            @media (max-width: 768px) {

                .col-button {
                    margin-top: 15px;
                }
            }

/* Put this after your Bootstrap + Font Awesome imports */
.btn-outline-primary:hover {
    color: #fff;
}

.btn-outline-primary:hover .fa-solid,
.btn-outline-primary:hover .btn-text {
    color: #fff !important;
}
.dropdown-menu .dropdown-item.blue-link {
    color: #0d6efd !important;
}

#toast-wrapper {
            z-index: 1055; /* Ensure it's above other elements */
            max-width: 275px; /* Prevent it from stretching */
            top: 15px !important;
            right: 3px;
            position: fixed;
        }

            #toast-wrapper .btn {
                display: block;
                text-align: center;
            }

        .custom-toast {
            background-color: white !important;
            color: #0d6efd !important; /* Bootstrap primary blue */
            border: 1px solid #0d6efd; /* blue border */
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            width: 180px !important; /* Reduce width */
            padding: 8px !important;
            font-size: 0.75rem !important;
        }

            .custom-toast .toast-header {
                background-color: white !important;
                color: #0d6efd !important;
                font-size: 0.75rem !important;
                padding: 6px !important;
            }

            .custom-toast .toast-body {
                font-size: 0.75rem !important;
                padding: 6px !important;
            }

            .custom-toast .btn-close {
                font-size: 0.6rem !important;
            }
/* Consolidated layout and component rules */
html,
body {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
}

#form1 {
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    width: 100%;
}

body {
    color: var(--ul-text);
    background-color: var(--ul-page-bg) !important;
    letter-spacing: 0;
}

body a,
a {
    color: var(--ul-primary) !important;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: var(--ul-primary-dark) !important;
    text-decoration: underline;
}

body a.btn:hover,
body a.btn:focus,
body a.btn:focus-visible {
    color: var(--bs-btn-hover-color) !important;
    text-decoration: none !important;
}

body a.btn:active,
body a.btn.active,
body a.btn.show {
    color: var(--bs-btn-active-color) !important;
    text-decoration: none !important;
}

body a.btn.btn-outline-primary:focus:not(:hover),
body a.btn.btn-outline-primary:focus-visible:not(:hover),
button.btn.btn-outline-primary:focus:not(:hover),
button.btn.btn-outline-primary:focus-visible:not(:hover),
.btn.btn-outline-primary:focus:not(:hover),
.btn.btn-outline-primary:focus-visible:not(:hover) {
    background-color: var(--bs-btn-bg, transparent) !important;
    border-color: var(--bs-btn-border-color, var(--ul-primary)) !important;
    color: var(--bs-btn-color, var(--ul-primary)) !important;
}

body a.btn.btn-outline-primary:focus:not(:hover) .fa-solid,
body a.btn.btn-outline-primary:focus:not(:hover) .btn-text,
body a.btn.btn-outline-primary:focus-visible:not(:hover) .fa-solid,
body a.btn.btn-outline-primary:focus-visible:not(:hover) .btn-text,
button.btn.btn-outline-primary:focus:not(:hover) .fa-solid,
button.btn.btn-outline-primary:focus:not(:hover) .btn-text,
button.btn.btn-outline-primary:focus-visible:not(:hover) .fa-solid,
button.btn.btn-outline-primary:focus-visible:not(:hover) .btn-text,
.btn.btn-outline-primary:focus:not(:hover) .fa-solid,
.btn.btn-outline-primary:focus:not(:hover) .btn-text,
.btn.btn-outline-primary:focus-visible:not(:hover) .fa-solid,
.btn.btn-outline-primary:focus-visible:not(:hover) .btn-text {
    color: currentColor !important;
}

.navbar.bg-primary,
.navbar-default,
.bg-primary {
    background-color: var(--ul-primary) !important;
}

.navbar a,
.navbar .nav-link,
.navbar .navbar-brand {
    color: #fff !important;
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a.dropdown-item,
.navbar .dropdown-menu .dropdown-item,
.navbar .dropdown-menu .dropdown-item-text,
.navbar .dropdown-menu .dropdown-header {
    color: var(--ul-text) !important;
}

.navbar .dropdown-menu {
    z-index: 1080;
}

.navbar .admin-dropdown {
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.navbar .admin-dropdown .dropdown-item {
    white-space: normal;
}

.navbar .help-dropdown {
    max-height: calc(100vh - 9rem);
    min-width: 18rem;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.navbar .help-dropdown .dropdown-item {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    white-space: normal;
}

.navbar .help-dropdown .help-dropdown-icon {
    align-items: center;
    background: #edf7ff;
    border: 1px solid #cbe4f6;
    border-radius: var(--ul-radius);
    color: var(--ul-primary);
    display: inline-flex;
    flex: 0 0 1.75rem;
    height: 1.75rem;
    justify-content: center;
    width: 1.75rem;
}

.navbar .help-dropdown .dropdown-item:hover .help-dropdown-icon,
.navbar .help-dropdown .dropdown-item:focus .help-dropdown-icon {
    background: #fff;
    color: var(--ul-primary-dark);
}

.navbar .admin-dropdown-column {
    min-width: 0;
}

.navbar .admin-dropdown-grid {
    display: block;
}

@media (min-width: 1200px) {
    .navbar .admin-dropdown {
        max-height: none;
        overflow: visible;
        width: 42rem;
    }

    .navbar .admin-dropdown-grid {
        column-gap: 0.25rem;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .navbar .admin-dropdown-column + .admin-dropdown-column {
        border-left: 1px solid var(--ul-border);
    }
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: var(--ul-radius);
    color: #fff !important;
}

.btn,
.form-control,
.form-select,
.input-group-text,
.dropdown-menu,
.modal-content,
.card,
.table {
    border-radius: var(--ul-radius);
}

.btn-primary,
.btn.btn-primary {
    background-color: var(--ul-primary) !important;
    border-color: var(--ul-primary) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: var(--ul-primary-dark) !important;
    border-color: var(--ul-primary-dark) !important;
    color: #fff !important;
}

.btn-info,
.btn.btn-info {
    background-color: var(--ul-accent) !important;
    border-color: var(--ul-accent) !important;
    color: #fff !important;
}

.table {
    background-color: var(--ul-surface);
    border-color: var(--ul-border);
}

.table thead th,
.table-data-ul thead th {
    background-color: #e9f3fa;
    color: #1f384d;
    font-weight: 700;
    border-bottom-color: var(--ul-border);
}

.table-data-ul td,
.table-data-ul thead th {
    padding: 0.5rem !important;
    vertical-align: middle;
}

.table-nested-parts-td {
    background-color: var(--ul-primary-soft) !important;
}

label,
.form-label {
    color: #233242;
    font-weight: 700 !important;
}

.red,
.text-danger {
    color: var(--ul-danger) !important;
}

.app-shell-spacer {
    height: 1rem;
}

.container.app-shell-container,
.app-shell-container {
    box-sizing: border-box;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(0.5rem, 1vw, 1rem);
    padding-right: clamp(0.5rem, 1vw, 1rem);
    width: 100% !important;
}

.app-shell-container > * {
    min-width: 0;
}

.app-header-actions {
    flex-shrink: 0;
    gap: 0.75rem;
    min-height: 2rem;
    white-space: nowrap;
}

.notification-actions {
    gap: 0.35rem;
    line-height: 1;
}

.notification-icon-button,
.profile-menu-button {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: var(--ul-radius);
    color: #fff !important;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.notification-icon-button {
    flex: 0 0 2rem;
    overflow: hidden;
    padding: 0;
    width: 2rem;
}

.notification-icon-button:hover,
.notification-icon-button:focus,
.notification-icon-button.active,
.profile-menu-button:hover,
.profile-menu-button:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.62);
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.16);
    color: #fff !important;
    outline: none;
}

.profile-menu-button {
    gap: 0.45rem;
    max-width: 12rem;
    padding: 0 0.55rem;
}

.profile-name,
.profile-dropdown-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-name {
    max-width: 8rem;
}

.profile-dropdown-name {
    max-width: 14rem;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .profile-dropdown .dropdown-item:hover,
.navbar .profile-dropdown .dropdown-item:focus,
.navbar .admin-dropdown .dropdown-item:hover,
.navbar .admin-dropdown .dropdown-item:focus {
    background-color: var(--ul-primary-soft);
    color: var(--ul-primary-dark) !important;
    text-decoration: none;
}

.toast-action-slot,
.toast-stream {
    z-index: 1060;
    position: relative;
}

.toast-stream {
    z-index: 1055;
}

.custom-toast {
    border-color: var(--ul-primary) !important;
    color: var(--ul-primary) !important;
    border-radius: var(--ul-radius) !important;
}

.custom-toast .toast-header {
    color: var(--ul-primary) !important;
}

.card-header,
.card-footer {
    background-color: #e9f3fa;
}

.cardcustomimportant {
    background: #fa6e62;
    color: #fff;
}

.cardcustomimportant a:link,
.cardcustomimportant a:visited {
    color: #fff !important;
    text-decoration: underline;
}

.cardcustomalert {
    background: #fff8d7;
}

.variant-gap td {
    padding: 0 !important;
    border: none !important;
    height: 3.5rem;
}

.table .form-control {
    width: 100%;
    min-width: 100px;
}

.form-label-sm {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.app-modal .modal-content {
    border: 1px solid var(--ul-border);
    box-shadow: var(--ul-shadow);
}

.app-modal .modal-header,
.app-modal .modal-footer {
    padding: 1rem 1.25rem;
}

.app-modal .modal-title {
    align-items: center;
    color: var(--ul-text);
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    gap: 0.5rem;
}

.app-modal .modal-title .fa-solid {
    color: var(--ul-primary);
}

.app-modal .modal-body {
    padding: 1.25rem;
}

.app-modal-form {
    display: grid;
    gap: 1rem;
}

.app-form-field {
    display: grid;
    gap: 0.35rem;
}

.app-form-field .form-label {
    margin-bottom: 0;
}

.app-form-field .form-control,
.app-form-field .form-select {
    width: 100%;
}

.app-html-editor {
    background: #fff;
    border: 1px solid var(--ul-border);
    border-radius: var(--ul-radius);
    overflow: hidden;
}

.app-html-editor > table {
    border: 0 !important;
    width: 100% !important;
}

.app-html-editor iframe,
.app-html-editor textarea {
    background: #fff;
}

.app-check-field {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    min-height: 2.375rem;
}

.notification-settings-modal .modal-dialog {
    max-width: 39rem;
}

.notification-settings-modal .modal-content {
    overflow: hidden;
}

.notification-settings-modal .modal-header {
    align-items: center;
    padding: 1.15rem 1.5rem;
}

.notification-settings-modal .modal-title {
    font-size: 1.35rem;
    line-height: 1.2;
}

.notification-settings-modal .modal-title .fa-solid {
    align-items: center;
    background: var(--ul-primary-soft);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 2.2rem;
    height: 2.2rem;
    justify-content: center;
    margin-right: 0 !important;
    width: 2.2rem;
}

.notification-settings-modal .modal-body {
    padding: 1.35rem 1.5rem 1.5rem;
}

.notification-settings-modal .alert {
    border-radius: var(--ul-radius);
    line-height: 1.45;
    margin-bottom: 1rem;
}

.notification-setup-callout {
    align-items: flex-start;
    background: #edf7ff;
    border: 1px solid #b9dcf5;
    color: #143d5d;
    display: flex;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
}

.notification-setup-callout .fa-solid {
    color: var(--ul-primary);
    flex: 0 0 auto;
    margin-top: 0.15rem;
}

.notification-option-list {
    display: grid;
    gap: 0.6rem;
}

.notification-option {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ul-border);
    border-radius: var(--ul-radius);
    display: flex;
    gap: 0.75rem;
    min-height: 2.85rem;
    padding: 0.65rem 0.8rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.notification-option:hover,
.notification-option:focus-within {
    background: #f8fbfe;
    border-color: #acd4ee;
    box-shadow: 0 0 0 0.15rem rgba(4, 115, 186, 0.08);
}

.notification-option input[type="checkbox"] {
    flex: 0 0 auto;
    height: 1rem;
    margin: 0 !important;
    width: 1rem;
}

.notification-option label {
    cursor: pointer;
    flex: 1 1 auto;
    font-weight: 600 !important;
    line-height: 1.35;
    margin: 0;
}

.notification-settings-modal .modal-footer {
    background: #f8fafc;
    gap: 0.6rem;
    padding: 1rem 1.5rem;
}

.notification-settings-modal .modal-footer .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 2.5rem;
}

.notification-settings-modal .modal-footer .btn-outline-secondary {
    background: #fff;
    border-color: var(--ul-border);
    color: var(--ul-text) !important;
}

.notification-settings-modal .modal-footer .btn-outline-secondary:hover,
.notification-settings-modal .modal-footer .btn-outline-secondary:focus {
    background: #eef3f7;
    border-color: #b9c8d5;
    color: var(--ul-text) !important;
}

.app-check-field .form-label {
    margin-bottom: 0;
}

.app-check-field input[type="checkbox"] {
    height: 1rem;
    margin-right: 0 !important;
    width: 1rem;
}

.card-header-title {
    font-weight: 600;
}

.muted-kv {
    color: var(--ul-muted);
    font-size: 0.85rem;
}

.card-toolbar .btn {
    margin-right: 0.5rem;
}

.pim-page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    padding-right: 0;
}

.pim-contextbar,
.pim-topbar {
    align-items: flex-start;
    border-bottom: 1px solid var(--ul-border);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    padding-bottom: 0.85rem;
}

.pim-heading {
    max-width: 58rem;
    min-width: 0;
}

.pim-heading h1,
.pim-contextbar h1 {
    color: var(--ul-text);
}

.pim-breadcrumb-line {
    align-items: center;
    color: var(--ul-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    gap: 0.35rem;
    margin-bottom: 0.2rem;
}

.pim-storefront-context {
    align-items: center;
    background: #f8fbfd;
    border: 1px solid #d8e6f0;
    border-radius: var(--ul-radius);
    color: var(--ul-text);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.32rem 0.45rem;
    line-height: 1.2;
    margin-top: 0.55rem;
    max-width: 100%;
    min-height: 2rem;
    padding: 0.35rem 0.55rem;
}

.pim-storefront-context.is-warning {
    background: #fff8e6;
    border-color: #f4d27a;
    color: #7a5300;
}

.pim-storefront-context .fa-solid {
    color: var(--ul-primary);
    flex: 0 0 auto;
    font-size: 0.82rem;
}

.pim-storefront-context.is-warning .fa-solid {
    color: #b47600;
}

.pim-storefront-kicker {
    color: var(--ul-muted);
    flex: 0 0 auto;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pim-storefront-name {
    font-weight: 700;
    min-width: 0;
    overflow-wrap: anywhere;
}

.pim-storefront-code {
    background: #eef6fb;
    border: 1px solid #d8e6f0;
    border-radius: 999px;
    color: var(--ul-primary-dark);
    flex: 0 0 auto;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.23rem 0.42rem;
}

.pim-storefront-detail {
    color: var(--ul-muted);
    min-width: 0;
    overflow-wrap: anywhere;
}

.pim-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.pim-page .card-header.bg-light,
.pim-page .card-header:not(.bg-primary) {
    background: #f8fbfd !important;
}

.pim-panel {
    background: var(--ul-surface);
    border: 1px solid var(--ul-border);
    border-radius: var(--ul-radius);
    box-shadow: var(--ul-shadow);
}

.pim-panel-header {
    align-items: center;
    border-bottom: 1px solid var(--ul-border);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem 1rem;
}

.pim-panel-body {
    padding: 1rem;
}

.pim-detail-label {
    color: var(--ul-muted);
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.pim-modal-section {
    background: #f8fbfd;
    border: 1px solid #e6edf3;
    border-radius: var(--ul-radius);
    padding: 1rem;
}

.product-price-page .pim-topbar {
    align-items: center;
}

.product-price-page .pim-heading {
    max-width: 44rem;
}

.product-price-page .product-price-selector {
    max-width: 28rem;
}

.product-price-page .product-price-workspace {
    display: grid;
    gap: 1rem;
}

.product-price-page .product-price-detail-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
}

.product-price-page .product-price-meta-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-price-page .product-price-meta {
    background: #f8fbfd;
    border: 1px solid #e6edf3;
    border-radius: var(--ul-radius);
    padding: 0.75rem;
}

.product-price-page .product-price-meta strong {
    color: var(--ul-text);
}

.product-price-page .product-price-sku-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-price-page .product-price-sku-list {
    border: 1px solid #e6edf3;
    border-radius: var(--ul-radius);
    max-height: 16rem;
    overflow: auto;
}

.product-price-page .product-price-sku-list .table {
    margin-bottom: 0;
}

.product-price-page .product-price-sku-list td {
    color: var(--ul-text);
    font-size: 0.85rem;
    padding: 0.35rem 0.5rem;
}

.product-price-page .product-price-variant-toolbar {
    align-items: center;
}

.product-price-page .product-price-variant-list {
    display: grid;
    gap: 1rem;
}

.product-price-page .product-price-variant-card {
    border-color: var(--ul-border);
    border-radius: var(--ul-radius);
}

.product-price-page .product-price-variant-card .card-header {
    background: #f8fbfd !important;
    border-bottom-color: var(--ul-border);
}

.product-price-page .product-price-variant-title {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.4fr);
}

.product-price-page .product-price-field-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-price-page .product-price-field-stack {
    display: grid;
    gap: 0.65rem;
}

.product-price-page .product-price-reference-field,
.product-price-page .product-price-reference-field[readonly] {
    background: #f8fbfd !important;
    border-color: #e6edf3 !important;
    color: var(--ul-muted);
}

.product-price-page .product-price-sync-field,
.product-price-page .product-price-sync-field[readonly] {
    background: #fff8df !important;
    border-color: #ffd66b !important;
}

.product-price-page .product-price-related-list {
    background: #f8fbfd;
    border: 1px solid #e6edf3;
    border-radius: var(--ul-radius);
    min-height: 100%;
    padding: 0.75rem;
}

.product-price-page .product-price-related-item {
    align-items: center;
    border-bottom: 1px solid #e6edf3;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.4rem 0;
}

.product-price-page .product-price-related-item:first-child {
    padding-top: 0;
}

.product-price-page .product-price-related-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-price-page .product-price-loading {
    background: #f8fbfd;
    border: 1px dashed var(--ul-border);
    border-radius: var(--ul-radius);
}

@media (max-width: 992px) {
    .product-price-page .product-price-detail-grid,
    .product-price-page .product-price-variant-title {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pim-panel-header {
        align-items: stretch;
        flex-direction: column;
    }

    .pim-storefront-context {
        align-items: flex-start;
    }

    .product-price-page .product-price-meta-grid,
    .product-price-page .product-price-sku-grid,
    .product-price-page .product-price-field-grid {
        grid-template-columns: 1fr;
    }
}

.img-preview {
    width: auto;
    max-height: 80px;
    border: 1px solid #e6edf3;
    border-radius: var(--ul-radius);
}

.monospace {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

input.form-control[readonly],
textarea.form-control[readonly],
.form-control:read-only {
    background-color: #fffbe6 !important;
    border-color: #ffe58f;
}

input.form-control[readonly]:focus,
textarea.form-control[readonly]:focus,
.form-control:read-only:focus {
    box-shadow: none;
}

.include-chip {
    font-size: 0.85rem;
}

.text-white-important,
.text-white-important:hover,
.text-white-important:focus {
    color: #fff !important;
    text-decoration: none;
}

.btn-static-outline.btn-outline-primary:hover,
.btn-static-outline.btn-outline-primary:focus {
    color: var(--ul-primary) !important;
    background: transparent !important;
    border-color: var(--ul-primary) !important;
}

.ul-action-group {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: flex-end;
}

.ul-icon-action {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ul-border);
    border-radius: var(--ul-radius);
    color: var(--ul-primary) !important;
    display: inline-flex;
    flex: 0 0 1.8rem;
    height: 1.8rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    width: 1.8rem;
}

.ul-icon-action:hover,
.ul-icon-action:focus {
    background: var(--ul-primary);
    border-color: var(--ul-primary);
    box-shadow: 0 0 0 0.15rem rgba(4, 115, 186, 0.14);
    color: #fff !important;
    outline: none;
}

.ul-icon-action-danger {
    background: #fff7f8;
    border-color: #efb6bf;
    color: var(--ul-danger) !important;
}

.ul-icon-action-danger:hover,
.ul-icon-action-danger:focus {
    background: var(--ul-danger);
    border-color: var(--ul-danger);
    box-shadow: 0 0 0 0.15rem rgba(185, 4, 25, 0.14);
    color: #fff !important;
}

.ul-soft-action {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ul-border);
    border-radius: var(--ul-radius);
    color: var(--ul-primary) !important;
    display: inline-flex;
    font-weight: 600;
    gap: 0.4rem;
    min-height: 2rem;
    padding: 0.35rem 0.6rem;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.ul-soft-action:hover,
.ul-soft-action:focus {
    background: var(--ul-primary-soft);
    border-color: #acd4ee;
    box-shadow: 0 0 0 0.15rem rgba(4, 115, 186, 0.12);
    color: var(--ul-primary-dark) !important;
    outline: none;
    text-decoration: none !important;
}

.ul-command-button {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    justify-content: center;
    min-height: 2rem;
    white-space: nowrap;
}

.ul-command-button .fa-solid {
    line-height: 1;
}

.ul-command-button.btn-primary,
.ul-command-button.btn-danger,
.ul-command-button.btn-secondary {
    color: #fff !important;
    text-decoration: none !important;
}

.page-spinner {
    align-items: center;
    background: rgba(255, 255, 255, 0.65);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.page-spinner .spinner-border {
    height: 3rem;
    width: 3rem;
}

@media (max-width: 768px) {
    .app-shell-container {
        width: 100%;
    }

    .app-header-actions {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .profile-name {
        max-width: 10rem;
    }
}

@media (max-width: 420px) {
    .profile-menu-button {
        padding: 0;
        width: 2rem;
    }

    .profile-name {
        display: none;
    }
}
