body.custom-commerce-custom {
    --custom-shell-max-width: 1200px;
    --custom-shell-padding: 15px;
    --custom-shell-gap: 15px;
    --custom-sidebar-width: 180px;
    --custom-header-height: 42px;
    --custom-shell-top-offset: 54px;
    --custom-shell-left: max(var(--custom-shell-padding), calc((100vw - var(--custom-shell-max-width)) / 2 + var(--custom-shell-padding)));
    --custom-shell-content-left: calc(var(--custom-shell-left) + var(--custom-sidebar-width) + var(--custom-shell-gap));
    margin: 0;
    background-color: #e9eaed;
    color: #141823;
    font-size: 13px;
    line-height: 1.38;
}

body.custom-commerce-custom.text-sm,
body.custom-commerce-custom.text-sm .content-wrapper,
body.custom-commerce-custom.text-sm .content,
body.custom-commerce-custom.text-sm .nav-menu,
body.custom-commerce-custom.text-sm .nav-menu li,
body.custom-commerce-custom.text-sm .menu-toggle,
body.custom-commerce-custom.text-sm .filter-card,
body.custom-commerce-custom.text-sm .card,
body.custom-commerce-custom.text-sm .table,
body.custom-commerce-custom.text-sm .table td,
body.custom-commerce-custom.text-sm .table th,
body.custom-commerce-custom.text-sm input,
body.custom-commerce-custom.text-sm select,
body.custom-commerce-custom.text-sm textarea,
body.custom-commerce-custom.text-sm button {
    font-size: 13px;
    line-height: 1.38;
}

.custom-commerce-custom .d-none {
    display: none !important;
}

.custom-commerce-custom .top-nav {
    z-index: 1035;
}

body.custom-commerce-custom .pace {
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: opacity .18s ease;
}

body.custom-commerce-custom .pace.pace-inactive {
    display: block !important;
}

body.custom-commerce-custom.global-loading-active .pace,
body.custom-commerce-custom .pace:not(.pace-inactive) {
    opacity: 1;
}

body.custom-commerce-custom .pace .pace-progress {
    top: calc(var(--custom-header-height) - 3px) !important;
    height: 3px;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.18) !important;
    overflow: hidden;
    transform: none !important;
    z-index: 100000 !important;
    box-shadow: none !important;
}

body.custom-commerce-custom .pace .pace-progress::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.18);
}

body.custom-commerce-custom .pace .pace-progress::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35%;
    width: 35%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.95);
    animation: custom-global-loading-slide 1.15s ease-in-out infinite;
    opacity: 0;
}

body.custom-commerce-custom.global-loading-active .pace .pace-progress::after,
body.custom-commerce-custom .pace:not(.pace-inactive) .pace-progress::after {
    opacity: 1;
}

body.custom-commerce-custom .pace .pace-progress-inner {
    display: none !important;
}

@keyframes custom-global-loading-slide {
    0% {
        left: -35%;
    }
    100% {
        left: 100%;
    }
}

.custom-commerce-layout.custom-commerce-custom .wrapper,
.custom-commerce-layout.custom-commerce-custom .content-wrapper {
    background-color: #e9eaed;
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .left-sidebar {
    position: fixed;
    top: var(--custom-shell-top-offset);
    left: var(--custom-shell-left);
    width: var(--custom-sidebar-width);
    height: calc(100vh - var(--custom-shell-top-offset));
    padding: 0;
    overflow-y: auto;
    overflow-x: visible;
    z-index: 1025;
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .left-sidebar .nav-menu {
    margin-bottom: 15px;
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .left-sidebar .nav-section {
    margin-bottom: 15px;
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .left-sidebar .nav-section h4 {
    margin-bottom: 5px;
    padding-left: 5px;
}

.custom-commerce-layout.custom-commerce-custom .app-container.app-container--no-right {
    grid-template-columns: 180px minmax(0, 1fr);
}

.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main {
    min-width: 0;
}

.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper {
    margin: 0 !important;
    min-height: 0 !important;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper > .content-header {
    padding: 0;
}

.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper > .content-header .container,
.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper > .content-header .container-fluid,
.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper > .content .container,
.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper > .content .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .content-wrapper > .content {
    padding: 0;
}

.custom-commerce-layout.custom-commerce-custom .custom-commerce-admin-main > .main-footer {
    margin: 0;
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .content-wrapper,
.custom-commerce-layout.custom-commerce-custom .wrapper > .main-footer,
.custom-commerce-layout.custom-commerce-custom .wrapper > .control-sidebar {
    margin-top: var(--custom-shell-top-offset);
    margin-left: var(--custom-shell-content-left) !important;
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .content-wrapper {
    min-height: calc(100vh - var(--custom-shell-top-offset));
}

.custom-commerce-layout.custom-commerce-custom .wrapper > .content-wrapper .content-header,
.custom-commerce-layout.custom-commerce-custom .wrapper > .content-wrapper .content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (max-width: 767.98px) {
    .custom-commerce-layout.custom-commerce-custom .app-container.app-container--no-right {
        grid-template-columns: 1fr;
    }

    .custom-commerce-layout.custom-commerce-custom .wrapper > .left-sidebar {
        left: 0;
        width: 220px;
        padding-top: 14px;
    }

    .custom-commerce-layout.custom-commerce-custom .wrapper > .content-wrapper,
    .custom-commerce-layout.custom-commerce-custom .wrapper > .main-footer,
    .custom-commerce-layout.custom-commerce-custom .wrapper > .control-sidebar {
        margin-left: 0 !important;
    }
}

.custom-commerce-custom .nav-right {
    list-style: none;
}

.custom-commerce-custom .nav-right > * {
    list-style: none;
}

.custom-commerce-custom .nav-right > a,
.custom-commerce-custom .nav-right > .custom-dropdown > a {
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 0px 5px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    text-decoration: none !important;
}

.custom-commerce-custom .nav-right > .nav-profile,
.custom-commerce-custom .nav-right > .nav-item {
    justify-content: flex-start;
}

.custom-commerce-custom .nav-auth-links {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #fff;
}

.custom-commerce-custom .nav-auth-links .nav-item {
    padding: 0 8px;
}

.custom-commerce-custom .nav-auth-separator {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    line-height: 1;
}

.custom-commerce-custom .custom-sidebar-toggle,
.custom-commerce-custom .custom-search-toggle,
.custom-commerce-custom .custom-mobile-sidebar-backdrop {
    display: none;
}

.custom-commerce-custom .custom-sidebar-toggle,
.custom-commerce-custom .custom-search-toggle {
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    transition: background-color .15s ease, color .15s ease;
}

.custom-commerce-custom .custom-sidebar-toggle i,
.custom-commerce-custom .custom-search-toggle i {
    font-size: 15px;
    line-height: 1;
}

.custom-commerce-custom .custom-sidebar-toggle:hover,
.custom-commerce-custom .custom-sidebar-toggle:focus,
.custom-commerce-custom .custom-search-toggle:hover,
.custom-commerce-custom .custom-search-toggle:focus,
body.custom-mobile-sidebar-open .custom-sidebar-toggle,
body.custom-mobile-search-open .custom-search-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    outline: none;
}

.custom-commerce-custom .custom-mobile-search {
    display: none;
}

.custom-commerce-custom .custom-mobile-logo {
    display: none;
}

.custom-commerce-custom .custom-mobile-logo img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.custom-commerce-custom .nav-right > a:hover,
.custom-commerce-custom .nav-right > .custom-dropdown > a:hover,
.custom-commerce-custom .nav-right > a:focus,
.custom-commerce-custom .nav-right > .custom-dropdown > a:focus,
.custom-commerce-custom .nav-right > .custom-dropdown.is-open > a {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    outline: none;
}

.custom-commerce-custom .nav-right > .custom-dropdown > .icon-link {
    min-width: 36px;
}

.custom-commerce-custom .nav-right > .custom-dropdown > .icon-link i {
    display: block;
}

.custom-commerce-custom .custom-nav-icons,
.custom-commerce-custom .custom-dropdown {
    display: flex;
    align-items: center;
}

.custom-commerce-custom .custom-dropdown {
    position: relative;
}

.custom-commerce-custom .custom-dropdown-toggle {
    cursor: pointer;
}

.custom-commerce-custom .custom-dropdown > .custom-dropdown-toggle {
    min-height: 28px;
}

.custom-commerce-custom .notification[data-count=""]::after,
.custom-commerce-custom .notification:not([data-count])::after {
    display: none;
}

.custom-commerce-custom .notification::after {
    content: attr(data-count);
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fa3e3e;
    color: white;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 3px;
    border: 1px solid #c21111;
}

.custom-commerce-custom .notif-dropdown {
    display: none;
}

.custom-commerce-custom .notif-dropdown.is-open {
    display: block;
}

.custom-commerce-custom .notif-list li {
    display: block;
    padding: 0;
}

.custom-commerce-custom .notif-icon {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    overflow: hidden;
}

.custom-commerce-custom .notif-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.custom-commerce-custom .notif-row {
    display: flex;
    gap: 15px;
    padding: 12px 15px;
    color: #141823;
    text-decoration: none !important;
}

.custom-commerce-custom .notif-row--static {
    cursor: default;
}

.custom-commerce-custom .notif-content {
    min-width: 0;
    flex: 1;
}

.custom-commerce-custom .notif-content p {
    word-break: break-word;
}

.custom-commerce-custom .notif-row:hover {
    text-decoration: none !important;
}

.custom-commerce-custom .notif-row--static:hover {
    background-color: transparent;
}

.custom-commerce-custom .notif-empty .notif-row {
    cursor: default;
}

.custom-commerce-custom .notif-empty .notif-row:hover {
    background-color: transparent;
}

.custom-commerce-custom .notif-list--orders li:hover,
.custom-commerce-custom .notif-list--orders .notif-row:hover {
    background-color: transparent;
}

.custom-commerce-custom .notif-list--notifications li:hover,
.custom-commerce-custom .notif-list--notifications .notif-row:hover {
    background-color: transparent;
}

.custom-commerce-custom .notif-list--orders .notif-content p {
    font-size: 13px;
    line-height: 1.45;
}

.custom-commerce-custom .notif-list--orders .notif-loadmore .notif-row {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-commerce-custom .notif-list--orders .notif-loadmore .notif-content p {
    color: #6b7280;
    font-size: 12px;
    text-align: center;
}

.custom-commerce-custom .notif-content .meta {
    display: inline-block;
    margin-top: 3px;
    color: #606770;
    font-size: 11px;
}

.custom-commerce-custom .settings-dropdown {
    right: 0;
    width: 240px;
}

.custom-commerce-custom .settings-dropdown::before {
    right: 16px;
}

.custom-commerce-custom .settings-dropdown .notif-list li {
    border-bottom: 1px solid #e5e5e5;
}

.custom-commerce-custom .settings-dropdown .notif-list li:last-child {
    border-bottom: 0;
}

.custom-commerce-custom .settings-dropdown .notif-row {
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.custom-commerce-custom .settings-dropdown .notif-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    max-width: 28px;
    font-size: 13px;
}

.custom-commerce-custom .left-sidebar,
.custom-commerce-custom .catalogue-feed,
.custom-commerce-custom .right-sidebar {
    min-width: 0;
}

.custom-commerce-custom .sidebar-profile {
    align-items: center;
}

.custom-commerce-custom .profile-pic-medium {
    display: block;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.custom-commerce-custom .sidebar-profile strong,
.custom-commerce-custom .nav-profile span,
.custom-commerce-custom .nav-item {
    white-space: nowrap;
}

.custom-commerce-custom .profile-info strong {
    display: block;
}

.custom-commerce-custom .profile-pic-small {
    flex-shrink: 0;
    border-radius: 50%;
}

.custom-commerce-custom .nav-section h4 {
    text-transform: uppercase;
}

.custom-commerce-custom .nav-menu li a,
.custom-commerce-custom .submenu li a,
.custom-commerce-custom .menu-toggle {
    min-width: 0;
    flex: 1;
    color: inherit;
    font-size: .875rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
}

.custom-commerce-custom .nav-menu li:not(.collapse-parent),
.custom-commerce-custom .submenu li {
    position: relative;
}

.custom-commerce-custom .nav-menu li:not(.collapse-parent) > a[href]::after,
.custom-commerce-custom .submenu li > a[href]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
}

.custom-commerce-custom .nav-menu li:not(.collapse-parent) > .icon,
.custom-commerce-custom .submenu li > .icon,
.custom-commerce-custom .custom-sidebar-badges {
    pointer-events: none;
}

.custom-commerce-custom .menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 4px 5px;
    border-radius: 20px;
    text-align: left;
}

.custom-commerce-custom .menu-toggle > span:first-of-type {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-commerce-custom .collapse-parent > .menu-toggle:hover,
.custom-commerce-custom .collapse-parent > .menu-toggle.active,
.custom-commerce-custom .collapse-parent.is-open > .menu-toggle {
    background-color: #007bff;
    border-radius: 20px;
    color: #fff !important;
}

.custom-commerce-custom .collapse-parent > .menu-toggle:hover .icon,
.custom-commerce-custom .collapse-parent > .menu-toggle:hover span,
.custom-commerce-custom .collapse-parent > .menu-toggle:hover .caret,
.custom-commerce-custom .collapse-parent > .menu-toggle.active .icon,
.custom-commerce-custom .collapse-parent > .menu-toggle.active span,
.custom-commerce-custom .collapse-parent > .menu-toggle.active .caret,
.custom-commerce-custom .collapse-parent.is-open > .menu-toggle .icon,
.custom-commerce-custom .collapse-parent.is-open > .menu-toggle span,
.custom-commerce-custom .collapse-parent.is-open > .menu-toggle .caret {
    color: #fff !important;
}

.custom-commerce-custom .menu-toggle .caret {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 12px;
    margin-left: 8px;
    color: #6c757d;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s, color 0.2s;
}

.custom-commerce-custom .collapse-parent > .submenu {
    display: none;
}

.custom-commerce-custom .collapse-parent.is-open > .submenu {
    display: block;
}

.custom-commerce-custom .collapse-parent.is-open > .menu-toggle .caret {
    transform: rotate(-90deg);
}

.custom-commerce-custom .custom-sidebar-badges {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
}

.custom-commerce-custom .custom-sidebar-badge,
.custom-commerce-custom .custom-commerce-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.custom-commerce-custom .custom-sidebar-badge--plain {
    color: #3b5998;
    font-size: 11px;
    font-weight: 700;
}

.custom-commerce-custom .nav-menu li:hover .custom-sidebar-badge--plain,
.custom-commerce-custom .nav-menu li.active .custom-sidebar-badge--plain,
.custom-commerce-custom .menu-toggle:hover .custom-sidebar-badge--plain,
.custom-commerce-custom .collapse-parent.is-open > .menu-toggle .custom-sidebar-badge--plain,
.custom-commerce-custom .submenu li:hover .custom-sidebar-badge--plain,
.custom-commerce-custom .submenu li.active .custom-sidebar-badge--plain {
    color: #fff;
}

.custom-commerce-custom .custom-sidebar-badge--pill,
.custom-commerce-custom .custom-commerce-badge--pill {
    border-radius: 999px;
    padding: 1px 4px;
    min-height: 13px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.05;
}

.custom-commerce-custom .custom-sidebar-badge--blink-soft,
.custom-commerce-custom .custom-commerce-badge--blink-soft {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    animation: customSidebarBadgeBlinkSoft 1.65s ease-in-out infinite;
}

.custom-commerce-custom .custom-sidebar-badge--update,
.custom-commerce-custom .custom-commerce-badge--update {
    --custom-sidebar-badge-glow: rgba(255, 97, 0, .78);
    background-image: linear-gradient(135deg, #ff3d00 0%, #ffb300 100%);
    box-shadow: 0 0 0 rgba(255, 97, 0, 0);
}

.custom-commerce-custom .custom-sidebar-badge--new,
.custom-commerce-custom .custom-commerce-badge--new {
    --custom-sidebar-badge-glow: rgba(0, 212, 255, .78);
    background-image: linear-gradient(135deg, #00d4ff 0%, #7c3cff 100%);
    box-shadow: 0 0 0 rgba(0, 212, 255, 0);
}

.custom-commerce-custom .custom-commerce-badge-anchor {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.custom-commerce-custom .custom-commerce-badge--floating {
    position: absolute;
    top: -4px;
    right: -7px;
    pointer-events: none;
    z-index: 2;
}

@keyframes customSidebarBadgeBlinkSoft {
    0%, 100% {
        opacity: .72;
        transform: translateY(0) scale(1);
        filter: saturate(1);
    }

    50% {
        opacity: 1;
        transform: translateY(-1px) scale(1.06);
        filter: saturate(1.35);
        box-shadow: 0 0 14px var(--custom-sidebar-badge-glow, rgba(255, 255, 255, .72));
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-commerce-custom .custom-sidebar-badge--blink-soft,
    .custom-commerce-custom .custom-commerce-badge--blink-soft {
        animation: none;
        opacity: 1;
    }
}

.custom-commerce-custom .filter-card {
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    padding: 15px;
}

.custom-commerce-custom .filter-card__header {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 10px;
}

.custom-commerce-custom .filter-card__header h3 {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: none;
}

.custom-commerce-custom .filter-card__form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.custom-commerce-custom .filter-card__field {
    min-width: 150px;
}

.custom-commerce-custom .filter-card__field--grow {
    flex: 1 1 190px;
}

.custom-commerce-custom .filter-card__field--checkbox,
.custom-commerce-custom .filter-card__field--action {
    flex: 0 0 auto;
    min-width: 0;
}

.custom-commerce-custom .filter-card__input,
.custom-commerce-custom .filter-card__select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    background: #fff;
    color: #495057;
    font-size: 13px;
    outline: none;
    padding: 6px 12px;
}

.custom-commerce-custom .filter-card__input {
    min-height: 34px;
}

.custom-commerce-custom .filter-card__select {
    min-height: 35px;
}

.custom-commerce-custom .filter-card__checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #495057;
    font-size: 13px;
    font-weight: 700;
}

.custom-commerce-custom .filter-card__checkbox input {
    margin: 0;
}

.custom-commerce-custom .filter-card__button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
    border-radius: .2rem;
    background: #ffc107;
    color: #1f2d3d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
}

.custom-commerce-custom .filter-card__button:hover {
    background: #e0a800;
}

.custom-commerce-custom .select2-container {
    width: 100% !important;
}

.custom-commerce-custom .select2-container--default .select2-selection--multiple,
.custom-commerce-custom .select2-container--default .select2-selection--single {
    min-height: 35px;
    border: 1px solid #ced4da;
    border-radius: .2rem;
}

.custom-commerce-custom .select2-container--default .select2-selection--multiple {
    padding: 1px 6px;
}

.custom-commerce-custom .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.custom-commerce-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 22px;
}

.custom-commerce-custom .products-stream {
    margin-top: 15px;
    min-width: 0;
}

.custom-commerce-custom .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
    gap: 15px;
}

.custom-commerce-custom .products-grid > * {
    min-width: 0;
}

.custom-commerce-custom .product-feed-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-color: #f8f9fa;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.custom-commerce-custom .product-feed-card__header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #6c757d;
    font-size: .875rem;
    padding: .75rem 1.25rem;
}

.custom-commerce-custom .product-feed-card__category {
    color: #fd7e14;
    font-weight: 700;
}

.custom-commerce-custom .product-feed-card__category--muted {
    color: #6c757d;
    font-weight: 400;
}

.custom-commerce-custom .product-feed-card__category + .product-feed-card__category::before {
    content: ", ";
    color: #6c757d;
    font-weight: 400;
}

.custom-commerce-custom .product-feed-card__body {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 1.2rem 1.2rem 1rem;
}

.custom-commerce-custom .product-feed-card__thumb {
    float: right;
    width: 33%;
    max-width: 130px;
    margin-bottom: 5px;
    margin-left: 15px;
    text-align: center;
}

.custom-commerce-custom .product-feed-card__thumb img {
    aspect-ratio: 1 / 1;
    width: 100%;
    border: 3px solid #adb5bd;
    border-radius: 50%;
    object-fit: cover;
    padding: 3px;
}

.custom-commerce-custom .product-feed-card__title {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.custom-commerce-custom .product-feed-card__title a {
    color: #333;
    text-decoration: none !important;
}

.custom-commerce-custom .product-feed-card__title a:hover,
.custom-commerce-custom .product-feed-card__title a:focus {
    color: #0056b3;
    text-decoration: none !important;
}

.custom-commerce-custom .product-feed-card__desc {
    margin-bottom: 12px;
    color: #5f6b7a;
    font-size: .875rem;
    line-height: 1.55;
}

.custom-commerce-custom .product-feed-card__meta {
    margin-top: 12px;
    padding: 0;
    padding-top: 12px;
    list-style: none;
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, .08);
    color: #6c757d;
    font-size: .87rem;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: stretch;
}

.custom-commerce-custom .product-feed-card__meta li {
    display: grid;
    grid-template-columns: 20px minmax(78px, max-content) minmax(0, 1fr);
    align-items: start;
    column-gap: 8px;
    min-width: 0;
    line-height: 1.45;
}

.custom-commerce-custom .product-feed-card__meta li i {
    width: 20px;
    color: #adb5bd;
    flex: 0 0 20px;
    text-align: center;
    font-size: 14px;
    margin-top: 2px;
}

.custom-commerce-custom .product-feed-card__meta li > span:first-of-type {
    color: #6b7280;
    font-weight: 600;
}

.custom-commerce-custom .product-feed-card__meta li > :last-child {
    min-width: 0;
    color: #1f2937;
    font-weight: 600;
    justify-self: end;
    text-align: right;
}

.custom-commerce-custom .product-feed-card__meta li strong {
    color: #111827;
}

.custom-commerce-custom .product-feed-card__clear {
    clear: both;
}

.custom-commerce-custom .product-feed-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, .03);
    padding: .75rem 1.25rem;
}

.custom-commerce-custom .product-feed-card__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
    border-radius: .2rem;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    text-decoration: none !important;
}

.custom-commerce-custom .product-feed-card__action--detail {
    border-color: #20c997;
    background-color: #20c997;
    color: #fff;
}

.custom-commerce-custom .product-feed-card__action--detail:hover {
    background-color: #1aa27f;
}

.custom-commerce-custom .product-feed-card__action--buy {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
}

.custom-commerce-custom .product-feed-card__action--buy:hover {
    background-color: #0069d9;
}

.custom-commerce-custom .product-feed-card__action--price {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
    cursor: default;
}

.custom-commerce-custom .product-feed-card__action--disabled {
    border-color: #ced4da;
    background-color: #e9ecef;
    color: #6c757d;
    cursor: default;
}

.custom-commerce-custom .cart-item-name a {
    color: #141823;
    font-weight: 700;
}

.custom-commerce-custom .cart-item-name a:hover {
    text-decoration: underline;
}

.custom-commerce-custom .products-loader {
    padding: 15px 0 5px;
}

.custom-commerce-custom .products-loader__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 15px;
}

.custom-commerce-custom .products-empty {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dfe0e4;
    color: #90949c;
    font-size: 12px;
    padding: 16px;
    text-align: center;
}

.custom-commerce-custom .category-shortcuts li {
    align-items: flex-start;
}

.custom-commerce-custom .trend-icon {
    width: 16px;
    text-align: center;
}

.custom-commerce-custom .help-link {
    color: #90949c;
    font-size: 12px;
}

.custom-commerce-custom .footer-links--center {
    padding: 20px 0;
    text-align: center;
}

.custom-commerce-custom .custom-commerce-minimal-footer {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #90949c;
    text-align: right;
}

.custom-commerce-custom .custom-commerce-minimal-footer .footer-links {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 0 18px;
    text-align: right;
}

.custom-commerce-custom .custom-commerce-minimal-footer .footer-links p {
    margin: 4px 0;
}

.custom-commerce-custom .custom-commerce-minimal-footer .footer-links strong {
    color: #606770;
    font-weight: 700;
}

.custom-commerce-custom .custom-commerce-minimal-footer .footer-links a,
.custom-commerce-custom .custom-commerce-minimal-footer .footer-links i {
    color: inherit;
}

@media (max-width: 1100px) {
    .custom-commerce-custom .app-container {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .custom-commerce-custom .right-sidebar {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .nav-container {
        justify-content: space-around;
    }

    .custom-commerce-custom [data-nav-left="true"] {
        display: none !important;
    }

    .search-box {
        display: none;
    }

    .custom-commerce-custom .nav-right > .nav-profile,
    .custom-commerce-custom .nav-right > .nav-home-link,
    .custom-commerce-custom .nav-right > .nav-divider,
    .custom-commerce-custom .main-header.top-nav .nav-profile,
    .custom-commerce-custom .main-header.top-nav .nav-home-link,
    .custom-commerce-custom .main-header.top-nav .nav-divider {
        display: none !important;
    }

    .custom-commerce-layout .main-header.top-nav {
        height: var(--custom-header-height);
        min-height: var(--custom-header-height);
    }

    .custom-commerce-layout .main-header.top-nav .nav-container {
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-commerce-layout .main-header.top-nav .nav-left,
    .custom-commerce-layout .main-header.top-nav .nav-right {
        width: auto;
        margin-right: 0;
    }

    .custom-commerce-custom .left-sidebar {
        background: #e9eaec;
        z-index: 99;
        display: none;
        border-radius: 5px;
        padding: 1.2rem;
    }

    .custom-commerce-custom .app-container {
        grid-template-columns: 1fr;
        padding-inline: 12px;
    }

    .custom-commerce-custom .custom-sidebar-toggle {
        display: inline-flex;
    }

    .custom-commerce-custom .custom-search-toggle {
        display: inline-flex;
    }

    .custom-commerce-custom .custom-mobile-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 4px;
    }

    .custom-commerce-custom .custom-mobile-logo img {
        width: 22px;
        height: 22px;
    }

    .custom-commerce-custom .nav-left {
        gap: 8px;
        margin-right: 10px;
    }

    .custom-commerce-layout .main-header.top-nav .search-box {
        display: none;
    }

    .custom-commerce-layout .main-header.top-nav .nav-left {
        flex: 0 0 auto;
        min-width: 0;
    }

    .custom-commerce-layout .main-header.top-nav .logo {
        width: auto;
        min-width: 0;
        font-size: 18px;
    }

    .custom-commerce-custom .custom-mobile-search {
        display: flex;
        position: absolute;
        inset: 0;
        z-index: 100001;
        padding: 4px 12px;
        background: #3b5998;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .18s ease, visibility .18s ease;
    }

    body.custom-mobile-search-open .custom-mobile-search {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .custom-commerce-custom .custom-mobile-search__form {
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        overflow: hidden;
    }

    .custom-commerce-custom .custom-mobile-search__form input {
        flex: 1 1 auto;
        min-width: 0;
        border: 0;
        outline: none;
        padding: 0 10px;
        height: 34px;
        font-size: 12px;
        color: #141823;
        background: transparent;
    }

    .custom-commerce-custom .custom-mobile-search__submit,
    .custom-commerce-custom .custom-mobile-search__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 38px;
        width: 38px;
        height: 34px;
        border: 0;
        padding: 0;
        background: #f6f7f9;
        color: #4b4f56;
        cursor: pointer;
        border-left: 1px solid #d5d9df;
    }

    .custom-commerce-custom .custom-mobile-search__close {
        color: #6b7280;
    }

    .custom-commerce-layout.custom-commerce-custom .wrapper > .left-sidebar {
        display: none;
        left: 0;
        width: min(240px, calc(100vw - 44px));
        max-width: 82vw;
        padding: 14px 12px 28px;
        background: #e9eaec;
        box-shadow: 16px 0 34px rgba(20, 24, 35, 0.16);
        transform: translateX(0);
        transition: box-shadow .22s ease, opacity .18s ease, visibility .18s ease;
        z-index: 99;
        pointer-events: none;
        overscroll-behavior: contain;
        visibility: hidden;
        opacity: 0;
    }

    body.custom-mobile-sidebar-open {
        overflow: hidden;
    }

    body.custom-mobile-sidebar-open .wrapper > .left-sidebar {
        display: block;
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
    }

    .custom-commerce-custom .custom-mobile-sidebar-backdrop {
        display: block;
        position: fixed;
        inset: var(--custom-header-height) 0 0 0;
        background: rgba(20, 24, 35, 0.28);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 98;
    }

    body.custom-mobile-sidebar-open .custom-mobile-sidebar-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .custom-commerce-custom .filter-card__field--grow,
    .custom-commerce-custom .filter-card__field--checkbox,
    .custom-commerce-custom .filter-card__field--action {
        flex: 1 1 100%;
    }

    .custom-commerce-custom .products-grid,
    .custom-commerce-custom .products-loader__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 610.98px) {
    .custom-commerce-layout.custom-commerce-custom .main-header.top-nav .custom-dropdown .notif-dropdown,
    .custom-commerce-layout.custom-commerce-custom .custom-dropdown .notif-dropdown {
        position: fixed;
        top: calc(var(--custom-header-height) + 0px);
        right: 10px;
        left: 10px;
        width: auto;
        max-width: calc(100vw - 20px);
        box-sizing: border-box;
        transform: none;
    }

    .custom-commerce-layout.custom-commerce-custom .main-header.top-nav .custom-dropdown .notif-dropdown::before,
    .custom-commerce-layout.custom-commerce-custom .custom-dropdown .notif-dropdown::before {
        display: block;
        right: auto;
        left: var(--notif-dropdown-arrow-left, calc(100% - 27px));
        transform: translateX(-50%) rotate(45deg);
    }
}
