:root {
    --imk-bg: #05070b;
    --imk-bg-soft: #0b0f16;
    --imk-surface: #11161f;
    --imk-surface-2: #171d27;
    --imk-surface-3: #202734;
    --imk-surface-4: #262f3e;
    --imk-border: rgba(255, 255, 255, 0.09);
    --imk-border-strong: rgba(255, 255, 255, 0.16);
    --imk-text: #f5f7fb;
    --imk-text-muted: #a7b0bf;
    --imk-text-soft: #d7dce5;
    --imk-accent: #ff185c;
    --imk-accent-2: #ff5e91;
    --imk-accent-soft: rgba(255, 24, 92, 0.14);
    --imk-success: #43d37d;
    --imk-warning: #ffbe3d;
    --imk-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
    --imk-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.25);
    --imk-radius-sm: 16px;
    --imk-radius-md: 24px;
    --imk-radius-lg: 32px;
}

body.imk-storefront {
    background:
        radial-gradient(circle at top center, rgba(255, 24, 92, 0.18), transparent 28%),
        radial-gradient(circle at 100% 10%, rgba(68, 211, 125, 0.06), transparent 20%),
        linear-gradient(180deg, #0a0d14 0%, #06070b 42%, #090c12 100%);
    color: var(--imk-text);
    font-family: "Noto Sans Georgian", "BPG Arial Caps", sans-serif;
    color-scheme: dark;
    min-height: 100vh;
}

body.imk-storefront::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 160px 160px;
    -webkit-mask-image: radial-gradient(circle at top center, #000 30%, transparent 85%);
    mask-image: radial-gradient(circle at top center, #000 30%, transparent 85%);
    pointer-events: none;
    opacity: 0.35;
    z-index: 0;
}

body.imk-storefront *,
body.imk-storefront *::before,
body.imk-storefront *::after {
    box-sizing: border-box;
}

body.imk-storefront #wrapper,
body.imk-storefront .index-wrapper,
body.imk-storefront #footer,
body.imk-storefront #header,
body.imk-storefront .top-bar,
body.imk-storefront .main-menu,
body.imk-storefront .mobile-nav-container,
body.imk-storefront .nav-mobile,
body.imk-storefront .section-slider {
    background: transparent;
}

body.imk-storefront #wrapper,
body.imk-storefront .index-wrapper {
    padding-bottom: 28px;
}

body.imk-storefront a {
    color: inherit;
    transition: color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

body.imk-storefront a:hover,
body.imk-storefront a:focus {
    color: var(--imk-text);
    text-decoration: none;
}

body.imk-storefront img {
    max-width: 100%;
}

body.imk-storefront .container,
body.imk-storefront .container-fluid {
    position: relative;
    z-index: 1;
}

body.imk-storefront .container {
    max-width: 1360px;
}

body.imk-storefront .btn,
body.imk-storefront button,
body.imk-storefront .form-control,
body.imk-storefront .custom-select,
body.imk-storefront .select2-container--default .select2-selection--single {
    border-radius: var(--imk-radius-sm);
    box-shadow: none;
}

body.imk-storefront .btn,
body.imk-storefront button,
body.imk-storefront .form-control,
body.imk-storefront .custom-select,
body.imk-storefront .dropdown-menu,
body.imk-storefront .card,
body.imk-storefront .modal-content,
body.imk-storefront .pagination .page-link {
    border-color: var(--imk-border);
}

body.imk-storefront .form-control,
body.imk-storefront .custom-select,
body.imk-storefront .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.03);
    color: var(--imk-text);
}

body.imk-storefront .form-control::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

body.imk-storefront .select2-container--default .select2-selection--single {
    height: 52px;
    padding: 10px 14px;
}

body.imk-storefront .select2-container--default .select2-selection--single .select2-selection__rendered,
body.imk-storefront .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--imk-text);
    line-height: 30px;
}

body.imk-storefront .dropdown-menu,
body.imk-storefront .modal-content {
    background: rgba(19, 24, 33, 0.98);
    border-radius: 22px;
    box-shadow: var(--imk-shadow);
}

body.imk-storefront .dropdown-item,
body.imk-storefront .modal-content,
body.imk-storefront .modal-header,
body.imk-storefront .modal-footer,
body.imk-storefront .table td,
body.imk-storefront .table th {
    color: var(--imk-text-soft);
}

body.imk-storefront .dropdown-item:hover,
body.imk-storefront .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.05);
    color: var(--imk-text);
}

body.imk-storefront .lazyload,
body.imk-storefront .lazyloaded {
    transition: opacity 0.3s ease;
}

body.imk-storefront .badge {
    border-radius: 999px;
}

body.imk-storefront .row-bn,
body.imk-storefront .section-blog,
body.imk-storefront .product-details-container,
body.imk-storefront .product-description,
body.imk-storefront .product-list-header,
body.imk-storefront .product-filters,
body.imk-storefront .product-list-content,
body.imk-storefront .filter-reset-tag,
body.imk-storefront .nav-breadcrumb,
body.imk-storefront .section,
body.imk-storefront .messages-container {
    border: 1px solid var(--imk-border);
    background: linear-gradient(180deg, rgba(20, 25, 35, 0.92), rgba(13, 17, 25, 0.98));
    box-shadow: var(--imk-shadow-soft);
}

body.imk-storefront .nav-breadcrumb,
body.imk-storefront .product-list-header,
body.imk-storefront .product-filters,
body.imk-storefront .product-list-content,
body.imk-storefront .product-details-container,
body.imk-storefront .product-description,
body.imk-storefront .section,
body.imk-storefront .section-blog {
    border-radius: var(--imk-radius-lg);
}

body.imk-storefront .nav-breadcrumb {
    margin-bottom: 24px;
    padding: 14px 22px;
}

body.imk-storefront .breadcrumb-products {
    margin: 0;
    padding: 0;
    background: transparent;
}

body.imk-storefront .breadcrumb-item,
body.imk-storefront .breadcrumb-item a {
    color: var(--imk-text-muted);
    font-size: 13px;
}

body.imk-storefront .breadcrumb-item.active {
    color: var(--imk-text);
}

body.imk-storefront .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.28);
}

body.imk-storefront .pagination .page-link {
    background: rgba(255, 255, 255, 0.03);
    color: var(--imk-text-muted);
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-left: 8px;
}

body.imk-storefront .pagination .active .page-link,
body.imk-storefront .pagination .page-link:hover {
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    border-color: transparent;
    color: #fff;
}

#overlay_bg {
    background: rgba(0, 0, 0, 0.72);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

#header.imk-header {
    position: sticky;
    top: 0;
    z-index: 90;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.imk-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(8, 11, 16, 0.85);
}

.imk-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 11px 0;
}

.imk-topbar-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.imk-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--imk-text-muted);
    font-size: 13px;
    line-height: 1.1;
}

.imk-topbar-link:hover {
    color: var(--imk-text);
}

.imk-topbar-link-strong {
    color: var(--imk-text);
    font-weight: 700;
}

.imk-topbar-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: var(--imk-accent-2);
}

.imk-main-menu {
    background: rgba(9, 12, 18, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.imk-top-message {
    margin: 18px 0 0;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.16), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--imk-text-soft);
    font-size: 13px;
    text-align: center;
}

.imk-header-row {
    display: grid;
    grid-template-columns: minmax(176px, auto) auto minmax(340px, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 20px 0 18px;
}

.imk-brand {
    display: inline-flex;
    align-items: center;
    min-width: 188px;
}

.imk-brand img {
    width: auto;
    height: 60px;
    object-fit: contain;
}

.imk-brand-wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    margin-left: 10px;
    color: #fff;
    font-family: "Montserrat", "Noto Sans Georgian", sans-serif;
    font-size: 1.72rem;
    font-weight: 800;
    letter-spacing: 0;
}

.imk-brand-wordmark span {
    color: var(--imk-accent);
}

.imk-categories-dropdown {
    position: relative;
    justify-self: start;
}

.imk-categories-button {
    position: relative;
    min-width: 178px;
    height: 56px;
    padding: 0 12px 0 14px;
    border-radius: 18px;
    border: 1px solid var(--imk-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--imk-text);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    white-space: nowrap;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.imk-categories-button:hover,
.imk-categories-button:focus,
.imk-categories-dropdown.show .imk-categories-button {
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-1px);
}

.imk-categories-button-icon {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.18), rgba(255, 94, 145, 0.12));
    color: #fff;
    font-size: 16px;
}

.imk-categories-button-copy {
    display: inline-flex;
    align-items: center;
}

.imk-categories-button-copy strong {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
}

.imk-categories-button-caret {
    width: 26px;
    height: 26px;
    margin-left: auto;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.imk-categories-dropdown.show .imk-categories-button-caret {
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 0.12);
}

body.imk-storefront .imk-all-categories-panel {
    width: 372px;
    max-width: calc(100vw - 32px);
    margin-top: 12px;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid var(--imk-border-strong);
    background: linear-gradient(180deg, rgba(24, 30, 40, 0.98), rgba(11, 14, 21, 1));
    box-shadow: var(--imk-shadow);
    overflow: hidden;
}

.imk-all-categories-list {
    display: grid;
    gap: 8px;
    max-height: min(54vh, 420px);
    overflow-y: auto;
    padding-right: 3px;
}

.imk-all-category-link {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 7px 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.035);
    color: var(--imk-text-soft);
    font-weight: 800;
}

.imk-all-category-link:hover,
.imk-all-category-link:focus {
    border-color: rgba(255, 24, 92, 0.28);
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.16), rgba(255, 255, 255, 0.04));
    color: #fff;
    transform: translateY(-1px);
}

.imk-all-category-icon,
.imk-all-category-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.imk-all-category-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 24, 92, 0.14);
    color: #fff;
}

.imk-all-category-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imk-all-category-arrow {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
}

.imk-all-categories-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    margin-top: 10px;
    padding: 0 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.95), rgba(204, 0, 41, 0.92));
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

body.imk-storefront .imk-all-categories-panel {
    color: var(--imk-text) !important;
    background: linear-gradient(180deg, rgba(24, 30, 40, 0.998), rgba(9, 12, 18, 0.998)) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.imk-storefront .imk-all-category-link {
    color: var(--imk-text) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

body.imk-storefront .imk-all-category-link:hover,
body.imk-storefront .imk-all-category-link:focus {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.24), rgba(255, 255, 255, 0.07)) !important;
    border-color: rgba(255, 94, 145, 0.34) !important;
}

body.imk-storefront .imk-all-category-icon,
body.imk-storefront .imk-all-category-arrow {
    color: #fff !important;
}

body.imk-storefront .imk-all-categories-view-all {
    color: #fff !important;
}

.imk-search-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.imk-search-shell {
    margin: 0;
    width: 100%;
}

.imk-search-shell form,
.imk-mobile-search-box {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    min-height: 58px;
    padding: 4px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(26, 33, 44, 0.92), rgba(16, 20, 28, 0.98));
    border: 1px solid var(--imk-border);
    box-shadow: var(--imk-shadow-soft);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.imk-search-shell .left {
    width: 220px;
    flex: 0 0 220px;
}

.imk-search-shell .right,
.imk-mobile-search-box {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.imk-search-shell .search-select,
.imk-mobile-search-wrap .search-select {
    width: 100%;
}

.imk-search-shell .search-select .btn,
.imk-mobile-search-wrap .search-select .btn {
    width: 100%;
    min-height: 50px;
    background: transparent;
    border: 0;
    color: var(--imk-text-soft);
    text-align: left;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.imk-search-shell .search-select-caret,
.imk-mobile-search-wrap .search-select-caret {
    position: absolute;
    top: 18px;
    right: 14px;
    color: rgba(255, 255, 255, 0.56);
    pointer-events: none;
}

.imk-search-shell .input-search,
.imk-mobile-search-wrap .input-search {
    min-height: 50px;
    padding: 0 20px;
    background: transparent;
    border: 0;
    color: var(--imk-text);
    font-size: 15px;
}

.imk-search-shell .btn-search,
.imk-mobile-search-wrap .btn-search {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.imk-search-shell .search-categories,
.imk-mobile-search-wrap .search-categories {
    width: 280px;
    padding: 10px;
}

.imk-search-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 6px;
}

.imk-search-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--imk-text-soft);
    font-size: 12px;
    font-weight: 700;
}

.imk-search-shortcuts {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.imk-search-shortcut {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--imk-text-muted);
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.imk-search-shortcut:hover {
    color: #fff;
    transform: translateY(-1px);
    background: rgba(255, 24, 92, 0.12);
    border-color: rgba(255, 24, 92, 0.22);
}

.imk-header-actions-panel {
    display: flex;
    align-items: stretch;
    gap: 12px;
    justify-self: end;
}

.imk-header-actions-note {
    min-width: 182px;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(22, 28, 39, 0.94), rgba(12, 16, 24, 0.98));
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.imk-header-actions-note-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.18), rgba(255, 94, 145, 0.12));
    color: #fff;
    font-size: 16px;
}

.imk-header-actions-note-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.imk-header-actions-note-copy strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
}

.imk-header-actions-note-copy span {
    color: var(--imk-text-muted);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.imk-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.imk-header-action {
    position: relative;
    min-width: 84px;
    height: 56px;
    padding: 0 14px 0 12px;
    border-radius: 18px;
    border: 1px solid var(--imk-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    color: var(--imk-text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.imk-header-action-icon {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.imk-header-action-icon i {
    font-size: 17px;
}

.imk-header-action-copy {
    display: flex;
    align-items: center;
    min-width: 0;
}

.imk-header-action-copy strong {
    color: currentColor;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 800;
}

.imk-header-action:hover,
.imk-header-action-cart {
    color: #fff;
}

.imk-header-action-cart {
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.18), rgba(255, 94, 145, 0.2));
    border-color: rgba(255, 24, 92, 0.35);
}

.imk-action-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.imk-nav-main {
    padding-bottom: 14px;
}

body.imk-storefront .nav-main.imk-nav-main {
    display: none;
    background: transparent !important;
    border: 0 !important;
    float: none !important;
    clear: both;
    width: 100%;
    padding-top: 4px;
}

.imk-nav-main .navbar {
    padding: 0;
}

body.imk-storefront .imk-nav-main .navbar {
    position: relative;
    z-index: 2;
    padding: 10px 12px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(22, 28, 39, 0.94), rgba(12, 16, 24, 0.98)) !important;
    box-shadow: var(--imk-shadow-soft);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.imk-nav-main .mega-menu {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    padding-bottom: 2px;
}

.imk-nav-main .mega-menu > .nav-item {
    position: relative;
    flex: 0 0 auto;
}

.imk-nav-main .mega-menu > .nav-item.has-mega-menu {
    position: static;
}

.imk-nav-main .mega-menu > .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    color: var(--imk-text-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.imk-nav-main .mega-menu > .nav-item.has-mega-menu > .nav-link::after {
    margin-left: 10px;
    opacity: 0.65;
}

body.imk-storefront .imk-nav-main .navbar-light .navbar-nav .nav-link,
body.imk-storefront .imk-nav-main .mega-menu > .nav-item > .nav-link {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: var(--imk-text-soft) !important;
}

.imk-nav-main .mega-menu > .nav-item:hover > .nav-link,
.imk-nav-main .mega-menu > .nav-item.show > .nav-link,
.imk-nav-main .mega-menu > .nav-item.active > .nav-link {
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.18), rgba(255, 94, 145, 0.12));
    border-color: rgba(255, 24, 92, 0.22);
    color: var(--imk-text);
}

body.imk-storefront .imk-nav-main .navbar-light .navbar-nav .show > .nav-link,
body.imk-storefront .imk-nav-main .navbar-light .navbar-nav .active > .nav-link,
body.imk-storefront .imk-nav-main .mega-menu > .nav-item:hover > .nav-link,
body.imk-storefront .imk-nav-main .mega-menu > .nav-item.show > .nav-link,
body.imk-storefront .imk-nav-main .mega-menu > .nav-item.active > .nav-link {
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.18), rgba(255, 94, 145, 0.12)) !important;
    border-color: rgba(255, 24, 92, 0.22) !important;
    color: var(--imk-text) !important;
}

.imk-nav-main .mega-menu-content,
.imk-nav-main .dropdown-menu-large,
.imk-nav-main .dropdown-menu-more-items {
    margin-top: 10px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--imk-border-strong);
    background: linear-gradient(180deg, rgba(24, 30, 40, 0.98), rgba(14, 18, 25, 1));
    box-shadow: var(--imk-shadow);
}

.imk-nav-main .mega-menu-content,
.imk-nav-main .dropdown-menu-large {
    z-index: 120;
    top: calc(100% + 4px) !important;
    left: 12px !important;
    right: 12px !important;
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: calc(100vh - 210px);
    overflow: hidden;
}

.imk-nav-main .dropdown-menu-more-items {
    min-width: 270px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.imk-mega-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.imk-mega-menu-head-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.imk-mega-menu-eyebrow {
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.imk-mega-menu-head-copy strong {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
}

.imk-mega-menu-head-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 68%;
}

.imk-mega-menu-head-links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--imk-text-soft);
    font-size: 13px;
    font-weight: 700;
}

.imk-mega-menu-head-links .imk-mega-menu-view-all {
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.22), rgba(255, 94, 145, 0.14));
    border-color: rgba(255, 24, 92, 0.22);
    color: #fff;
}

.imk-mega-menu-body {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 258px;
    max-height: calc(100vh - 350px);
    overflow: hidden;
    margin-left: -8px;
    margin-right: -8px;
}

.imk-mega-menu-body > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    max-height: inherit;
    overflow-y: auto;
}

.imk-nav-main .mega-menu-content .card-columns,
.imk-nav-main .dropdown-menu-large .card-columns {
    column-count: 2;
    column-gap: 18px;
}

.imk-nav-main .mega-menu-content .card,
.imk-nav-main .dropdown-menu-large .item-large-menu-content,
.imk-nav-main .large-menu-item {
    break-inside: avoid;
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.imk-nav-main .dropdown-menu-large .left,
.imk-nav-main .dropdown-menu-large .right {
    padding-top: 0;
}

.imk-nav-main .dropdown-menu-large .left {
    padding-right: 10px;
}

.imk-nav-main .dropdown-menu-large .right {
    padding-left: 10px;
}

.imk-nav-main .large-menu-item {
    padding: 5px;
}

.imk-nav-main .large-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 0 10px 0 12px;
    border-radius: 14px;
    color: var(--imk-text-soft);
}

.imk-nav-main .large-menu-item a i {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
}

.imk-nav-main .large-menu-item:hover,
.imk-nav-main .large-menu-item.active,
.imk-nav-main .mega-menu-content .card:hover,
.imk-nav-main .dropdown-menu-large .item-large-menu-content:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 24, 92, 0.18);
    background: linear-gradient(180deg, rgba(255, 24, 92, 0.14), rgba(255, 255, 255, 0.03));
}

.imk-nav-main .second-category,
.imk-nav-main .nav-category-image a,
.imk-nav-main .dropdown-menu-more-items .dropdown-item {
    color: var(--imk-text);
    font-weight: 700;
}

.imk-nav-main .mega-menu-content ul,
.imk-nav-main .dropdown-menu-large ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.imk-nav-main .mega-menu-content li + li,
.imk-nav-main .dropdown-menu-large li + li {
    margin-top: 8px;
}

.imk-nav-main .mega-menu-content li a,
.imk-nav-main .dropdown-menu-large li a,
.imk-nav-main .link-view-all {
    color: var(--imk-text-muted);
    font-size: 13px;
}

.imk-nav-main .mega-menu-content li a:hover,
.imk-nav-main .dropdown-menu-large li a:hover,
.imk-nav-main .link-view-all:hover,
.imk-nav-main .dropdown-menu-large .item-large-menu-content > a:hover,
.imk-mega-menu-head-links a:hover {
    color: #fff;
}

.imk-nav-main .dropdown-menu-large .item-large-menu-content > a,
.imk-nav-main .mega-menu-content .second-category {
    font-size: 15px;
    line-height: 1.3;
}

.imk-nav-main .dropdown-menu-large .right .large-menu-content {
    display: none;
}

.imk-nav-main .dropdown-menu-large .right .large-menu-content.active {
    display: block;
}

.imk-mega-menu-simple {
    padding-bottom: 16px;
}

.imk-mega-menu-body-simple {
    min-height: 0;
    max-height: calc(100vh - 340px);
}

.imk-mega-simple-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.imk-mega-simple-link,
.imk-mega-leaf-link {
    display: grid;
    align-items: center;
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.035);
    color: var(--imk-text-soft);
    font-size: 13px;
    font-weight: 800;
}

.imk-mega-simple-link {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 12px 8px 8px;
}

.imk-mega-simple-link:hover,
.imk-mega-simple-link:focus,
.imk-mega-leaf-link:hover,
.imk-mega-leaf-link:focus {
    border-color: rgba(255, 24, 92, 0.26);
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.14), rgba(255, 255, 255, 0.04));
    color: #fff;
    transform: translateY(-1px);
}

.imk-mega-simple-link-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 10px;
}

.imk-mega-simple-link span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imk-mega-leaf-panel {
    display: grid;
    min-height: 220px;
    align-items: start;
}

.imk-mega-leaf-link {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 12px;
    padding: 12px 14px;
}

.imk-mega-leaf-link i {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 10px;
}

.imk-nav-main .nav-category-image {
    margin-bottom: 14px;
}

.imk-nav-main .nav-category-image a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.imk-nav-main .nav-category-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 10px;
}

body.imk-storefront .imk-nav-main .mega-menu > .nav-item > .nav-link::before {
    display: none !important;
}

body.imk-storefront .imk-nav-main .mega-menu-content,
body.imk-storefront .imk-nav-main .dropdown-menu-large,
body.imk-storefront .imk-nav-main .dropdown-menu-more-items {
    color: var(--imk-text) !important;
    background:
        linear-gradient(180deg, rgba(21, 27, 38, 0.998), rgba(9, 12, 18, 0.998)) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.68), 0 1px 0 rgba(255, 255, 255, 0.08) inset !important;
    -webkit-backdrop-filter: blur(24px) saturate(130%);
    backdrop-filter: blur(24px) saturate(130%);
}

body.imk-storefront .imk-nav-main .imk-mega-menu-head {
    background: rgba(9, 12, 18, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    margin-bottom: 14px;
    padding: 14px 16px;
}

body.imk-storefront .imk-nav-main .imk-mega-menu-eyebrow,
body.imk-storefront .imk-nav-main .imk-mega-menu-head-copy strong,
body.imk-storefront .imk-nav-main .imk-mega-menu-head-links a,
body.imk-storefront .imk-nav-main .imk-mega-simple-link,
body.imk-storefront .imk-nav-main .imk-mega-leaf-link,
body.imk-storefront .imk-nav-main .large-menu-item a,
body.imk-storefront .imk-nav-main .dropdown-menu-large .item-large-menu-content > a,
body.imk-storefront .imk-nav-main .mega-menu-content .second-category,
body.imk-storefront .imk-nav-main .dropdown-menu-more-items .dropdown-item {
    color: var(--imk-text) !important;
}

body.imk-storefront .imk-nav-main .imk-mega-menu-eyebrow {
    color: rgba(255, 255, 255, 0.68) !important;
}

body.imk-storefront .imk-nav-main .imk-mega-menu-head-links a {
    background: rgba(255, 255, 255, 0.075) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

body.imk-storefront .imk-nav-main .imk-mega-menu-head-links .imk-mega-menu-view-all {
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.96), rgba(204, 0, 41, 0.92)) !important;
    border-color: rgba(255, 94, 145, 0.34) !important;
    color: #fff !important;
}

body.imk-storefront .imk-nav-main .imk-mega-simple-link,
body.imk-storefront .imk-nav-main .imk-mega-leaf-link,
body.imk-storefront .imk-nav-main .large-menu-item,
body.imk-storefront .imk-nav-main .dropdown-menu-large .item-large-menu-content,
body.imk-storefront .imk-nav-main .mega-menu-content .card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.imk-storefront .imk-nav-main .imk-mega-simple-link:hover,
body.imk-storefront .imk-nav-main .imk-mega-simple-link:focus,
body.imk-storefront .imk-nav-main .imk-mega-leaf-link:hover,
body.imk-storefront .imk-nav-main .imk-mega-leaf-link:focus,
body.imk-storefront .imk-nav-main .large-menu-item:hover,
body.imk-storefront .imk-nav-main .large-menu-item.active,
body.imk-storefront .imk-nav-main .dropdown-menu-large .item-large-menu-content:hover,
body.imk-storefront .imk-nav-main .mega-menu-content .card:hover {
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.24), rgba(255, 255, 255, 0.07)) !important;
    border-color: rgba(255, 94, 145, 0.34) !important;
    color: #fff !important;
}

body.imk-storefront .imk-nav-main .imk-mega-simple-link-icon,
body.imk-storefront .imk-nav-main .imk-mega-leaf-link i,
body.imk-storefront .imk-nav-main .large-menu-item a i {
    background: rgba(255, 24, 92, 0.18) !important;
    color: #fff !important;
}

body.imk-storefront .imk-nav-main .mega-menu-content li a,
body.imk-storefront .imk-nav-main .dropdown-menu-large li a,
body.imk-storefront .imk-nav-main .link-view-all {
    color: var(--imk-text-soft) !important;
}

body.imk-storefront .imk-nav-main .mega-menu-content li a:hover,
body.imk-storefront .imk-nav-main .dropdown-menu-large li a:hover,
body.imk-storefront .imk-nav-main .link-view-all:hover {
    color: #fff !important;
}

.section-slider .section-categories {
    padding-left: 24px;
}

.boxed-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.boxed-categories .boxed {
    position: relative;
    min-height: 146px;
    border-radius: 26px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border: 1px solid var(--imk-border);
    box-shadow: var(--imk-shadow-soft);
}

.boxed-categories .boxed::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.78)),
        linear-gradient(135deg, rgba(255, 24, 92, 0.18), transparent 52%);
}

.boxed-categories .boxed::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 94, 145, 0.78), transparent);
}

.boxed-categories .boxed a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 18px;
}

.boxed-categories .caption {
    max-width: none;
    padding: 0;
}

.boxed-categories .caption span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    text-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.boxed-categories .boxed:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.14);
}

.imk-mobile-shell,
.imk-mobile-bottom-nav {
    display: none;
}

.section-slider {
    padding: 24px 0 8px;
}

.section-slider .slider-container,
.product-slider-content {
    position: relative;
}

.index-main-slider,
.index-mobile-slider {
    width: 100%;
}

.main-slider .item {
    position: relative;
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    box-shadow: var(--imk-shadow);
}

.main-slider .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(5, 7, 11, 0.88) 0%, rgba(5, 7, 11, 0.55) 45%, rgba(5, 7, 11, 0.18) 100%),
        linear-gradient(180deg, rgba(255, 24, 92, 0.16), transparent 50%);
}

.main-slider .item > a {
    display: block;
    height: 100%;
}

.row-slider-caption {
    position: relative;
    z-index: 1;
    min-height: 560px;
}

.caption {
    max-width: 560px;
    padding: 72px 0;
}

.caption .title {
    margin-bottom: 16px;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", sans-serif;
    font-size: clamp(2.6rem, 4.5vw, 4.9rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.caption .description {
    max-width: 460px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.05rem;
    line-height: 1.65;
}

.btn-slider {
    min-width: 180px;
    min-height: 58px;
    padding: 0 26px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(255, 24, 92, 0.22);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.main-slider-nav,
.index-products-slider-nav,
.product-slider-nav,
.product-thumbnails-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-slider-nav {
    position: absolute;
    right: 30px;
    bottom: 28px;
    z-index: 2;
}

.main-slider-nav button,
.index-products-slider-nav button,
.product-slider-nav button,
.product-thumbnails-slider-nav button {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 18px;
    background: rgba(9, 12, 18, 0.7);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.main-slider-nav button:hover,
.index-products-slider-nav button:hover,
.product-slider-nav button:hover,
.product-thumbnails-slider-nav button:hover {
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
}

body.imk-storefront .section-index-bn {
    padding: 8px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

body.imk-storefront .section-index-bn .row {
    margin-left: -8px;
    margin-right: -8px;
}

body.imk-storefront .section-index-bn .col-index-bn {
    padding: 8px;
}

body.imk-storefront .section-index-bn .col-index-bn a {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--imk-border);
    box-shadow: var(--imk-shadow-soft);
}

body.imk-storefront .section-index-bn .col-index-bn img {
    width: 100%;
    aspect-ratio: 1.85 / 1;
    object-fit: cover;
}

#brands_list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 4px 0 32px;
}

#brands_list a {
    min-height: 86px;
    padding: 16px 20px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--imk-border);
}

#brands_list a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
}

#brands_list img {
    max-height: 46px;
    width: auto;
    object-fit: contain;
    filter: saturate(1.05);
}

body.imk-storefront .index-wrapper .row[style*="background-image"] {
    position: relative;
    margin: 0;
    padding: 18px;
    border-radius: var(--imk-radius-lg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

body.imk-storefront .index-wrapper .row[style*="background-image"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 10, 16, 0.85), rgba(8, 10, 16, 0.55));
}

body.imk-storefront .index-wrapper .row[style*="background-image"] > * {
    position: relative;
    z-index: 1;
}

body.imk-storefront .section,
body.imk-storefront .section-blog {
    margin-bottom: 30px;
    padding: 26px 28px 30px;
}

body.imk-storefront .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

body.imk-storefront .section-header .title,
body.imk-storefront .section-blog .title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
    color: var(--imk-text);
}

body.imk-storefront .section-header .title a,
body.imk-storefront .section-blog .title a {
    color: var(--imk-text);
}

body.imk-storefront .section-header .title img,
body.imk-storefront .section-header .title svg {
    flex-shrink: 0;
}

body.imk-storefront .title-exp {
    color: var(--imk-text-muted);
    margin: 8px 0 0;
}

body.imk-storefront .view_all_products {
    margin-left: auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--imk-border);
    color: var(--imk-accent-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.imk-storefront .row-product {
    row-gap: 24px;
}

body.imk-storefront .col-product {
    display: flex;
}

.product-item {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid var(--imk-border);
    background: linear-gradient(180deg, rgba(26, 33, 44, 0.95), rgba(15, 20, 28, 1));
    box-shadow: var(--imk-shadow-soft);
    overflow: hidden;
}

.product-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.16);
}

.product-item .row-custom:first-child {
    position: relative;
}

.img-product-container {
    position: relative;
    min-height: 250px;
    margin-bottom: 16px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fafc, #eef3f8);
    overflow: hidden;
}

.img-product-container > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 214px;
}

.img-product {
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-item:hover .img-product {
    transform: scale(1.03);
}

.img-second {
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
}

.product-multiple-image:hover .img-second {
    opacity: 1;
}

.product-multiple-image:hover .img-product:not(.img-second) {
    opacity: 0;
}

.item-wishlist-button {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(8, 11, 16, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.item-wishlist-button:hover,
.item-wishlist-button.item-wishlist {
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
}

.main_spec,
.badge-discount,
.badge-promoted,
._loan,
.discount-rate,
.view_loan,
.gift-badge .badge,
.discount_percentage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.main_spec {
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: rgba(67, 211, 125, 0.14);
    color: #93e8b0;
}

.badge-discount,
._loan,
.discount_percentage {
    position: absolute;
    left: 14px;
    padding: 8px 12px;
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    color: #fff;
}

.badge-discount {
    top: 14px;
}

._loan {
    top: 58px;
    background: linear-gradient(135deg, rgba(17, 100, 255, 0.92), rgba(53, 150, 255, 0.92));
}

.badge-promoted {
    margin-bottom: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--imk-text-soft);
}

.product-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    min-height: 48px;
}

.product-title a {
    color: var(--imk-text);
}

body.imk-storefront .product-item .item-details,
body.imk-storefront .product-item .item-details a,
body.imk-storefront .product-item .item-details span,
body.imk-storefront .product-item .item-details strong {
    color: var(--imk-text);
}

body.imk-storefront .product-item .row-custom.item-details {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
}

body.imk-storefront .product-item .product-title,
body.imk-storefront .product-item .product-title a {
    min-height: 72px;
    color: var(--imk-text) !important;
}

.item-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 14px;
}

.item-meta .price,
.item-meta .lbl-price,
#product_details_price_container .lbl-price {
    display: inline-block;
    color: var(--imk-text);
    font-size: 28px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
}

#product_details_price_container .lbl-price {
    font-size: clamp(2.3rem, 4vw, 3.6rem);
}

body.imk-storefront .product-item .item-meta .price,
body.imk-storefront .product-item .item-meta .lbl-price {
    color: #fff !important;
}

.discount-original-price,
.item-meta del,
#product_details_price_container .discount-original-price {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}

body.imk-storefront .product-item .discount-original-price,
body.imk-storefront .product-item .item-meta del {
    color: rgba(255, 255, 255, 0.52) !important;
}

.discount-rate,
.view_loan {
    margin-top: 12px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--imk-accent-2);
}

.gift-badge {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gift-badge img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.gift-badge .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: var(--imk-warning);
    color: #111;
}

.product-item-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--imk-text-muted);
    font-size: 13px;
}

.product-item-rating .rating i {
    margin-right: 3px;
    font-size: 14px;
}

.product-item-rating .item-wishlist {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.imk-storefront .product-item .product-item-rating,
body.imk-storefront .product-item .product-item-rating i,
body.imk-storefront .product-item .product-item-rating .item-wishlist {
    color: var(--imk-text-soft) !important;
}

.product-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 24px 28px;
}

.product-list-title {
    margin: 0;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", sans-serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
}

.product-sort-by {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-sort-by .span-sort-by {
    color: var(--imk-text-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sort-select .custom-select {
    min-width: 220px;
    height: 52px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--imk-border);
}

.btn-filter-products-mobile,
#btn_filter_price,
.link-reset-filters,
.newsletter-button,
.btn-video-preview,
.btn-instant-download,
.edit_front {
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    color: #fff;
    font-weight: 800;
}

.btn-filter-products-mobile {
    min-height: 52px;
    padding: 0 20px;
}

.product-filters {
    position: sticky;
    top: 134px;
    padding: 24px;
}

.filter-item + .filter-item {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.filter-item .title {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--imk-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.filter-list-container {
    margin-top: 14px;
}

.filter-list,
.imk-footer-links,
.imk-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-list li + li,
.imk-footer-links li + li,
.imk-footer-contact li + li {
    margin-top: 10px;
}

.filter-list a,
.filter-list-categories-parent {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    color: var(--imk-text-muted);
}

.filter-list a:hover,
.filter-list a.active,
.filter-list-categories-parent:hover {
    border-color: rgba(255, 255, 255, 0.14);
    color: var(--imk-text);
    background: rgba(255, 255, 255, 0.06);
}

.filter-search-input,
.price-filter-input,
#stock-options {
    min-height: 48px;
    border-radius: 14px;
}

.price-filter-inputs .row-price-inputs {
    gap: 12px 0;
}

.filter-reset-tag-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.filter-reset-tag {
    overflow: hidden;
    border-radius: 18px;
}

.filter-reset-tag .left a {
    width: 42px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    color: var(--imk-text-muted);
}

.filter-reset-tag .right {
    padding: 10px 14px 10px 12px;
}

.filter-reset-tag .reset-tag-title {
    display: block;
    margin-bottom: 4px;
    color: var(--imk-text-soft);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.link-reset-filters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
}

.product-list-content {
    padding: 26px;
}

.no-records-found {
    margin: 0;
    padding: 40px 16px;
    border-radius: 20px;
    text-align: center;
    color: var(--imk-text-muted);
    background: rgba(255, 255, 255, 0.03);
}

.product-details-container {
    margin-bottom: 28px;
    padding: 32px;
}

.product-slider-container {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 20px;
}

.product-slider-container .left,
.product-slider-container .right {
    min-width: 0;
}

.product-thumbnails-slider .item-inner,
.product-slider .item,
.product-video-preview,
#youtube_video iframe {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc, #eef3f7);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.product-thumbnails-slider .item-inner {
    width: 124px !important;
    height: 124px !important;
    margin: 0 auto !important;
    padding: 8px;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-thumbnails-slider .item-inner:hover {
    border-color: var(--imk-accent, #ff184f) !important;
    box-shadow: 0 4px 12px rgba(255, 24, 79, 0.15) !important;
}

.product-thumbnails-slider .slick-current .item-inner {
    border-color: var(--imk-accent, #ff184f) !important;
    box-shadow: 0 8px 24px rgba(255, 24, 79, 0.3), 0 0 0 3px rgba(255, 24, 79, 0.2) !important;
}

.product-thumbnails-slider .img-thumbnail {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border: 0 !important;
    background: transparent !important;
}

.product-slider .item {
    min-height: 520px;
    padding: 24px;
}

.product-slider .item a {
    width: 100%;
    min-height: 472px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-product-slider {
    max-width: 100%;
    max-height: 470px;
    object-fit: contain;
}

.product-slider-nav {
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.product-thumbnails-slider-nav {
    position: absolute;
    left: 50%;
    bottom: -58px;
    transform: translateX(-50%);
}

.product-content-details .product-title {
    min-height: 0;
    margin-bottom: 14px;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", sans-serif;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.08;
}

.product-content-details .meta {
    justify-content: flex-end;
    margin-bottom: 16px;
}

.product-content-details .edit_front {
    min-height: 50px;
    padding: 0 18px;
}

#product_details_price_container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

[class^="bank-price-"],
[class*=" bank-price-"] {
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--imk-text-soft);
    font-size: 13px;
    font-weight: 700;
}

[class^="bank-price-"] .bank_price,
[class*=" bank-price-"] .bank_price {
    display: block;
    margin-top: 6px;
    color: var(--imk-accent-2);
    font-size: 20px;
    font-weight: 800;
}

.product-content-details .details {
    display: grid;
    gap: 14px;
    margin: 24px 0;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.product-content-details .item-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.product-content-details .item-details:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-content-details .item-details label {
    margin: 0;
    color: var(--imk-text-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.product-content-details .item-details .right {
    text-align: right;
    font-weight: 700;
}

.status-in-stock.text-success {
    color: #8ce8ae !important;
}

.status-in-stock.text-danger {
    color: #ff9f9f !important;
}

.number-spinner {
    margin-bottom: 16px;
}

.number-spinner .input-group {
    max-width: 176px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.number-spinner .form-control {
    border: 0;
    background: transparent;
    color: var(--imk-text);
}

.btn-spinner-minus,
.btn-spinner-plus {
    width: 52px;
    min-width: 52px;
    border: 0;
    background: rgba(255, 255, 255, 0.04);
    color: var(--imk-text);
}

.product-add-to-cart-container {
    flex: 0 0 100%;
    max-width: 100%;
}

.installment {
    display: grid;
    gap: 18px;
}

.buy_box,
.loan_box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.buy_now {
    grid-column: 1 / -1;
}

.buy_now .btn,
.buy_now button,
.buy_now a {
    width: 100%;
    min-height: 60px;
    border: 0;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.buy_box label,
.loan_box label {
    position: relative;
    min-height: 78px;
    margin: 0;
    padding: 16px 18px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    color: var(--imk-text-soft);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.buy_box label.fast,
.buy_box label.credo_pp,
.buy_box label.rebank,
.buy_box label.bnpl,
.loan_box label.credo,
.loan_box label.tbc {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.buy_box label.fast {
    border-color: rgba(67, 211, 125, 0.2);
}

.buy_box label.credo_pp,
.loan_box label.credo {
    border-color: rgba(255, 24, 92, 0.2);
}

.buy_box label.rebank,
.loan_box label.tbc {
    border-color: rgba(44, 141, 255, 0.2);
}

.buy_box label.bnpl {
    border-color: rgba(255, 190, 61, 0.2);
}

.buy_box label .checkmark,
.loan_box label .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.gift_box,
.product-gifts .gift-box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.product-gifts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin: 12px 0 20px;
}

.product-gifts label {
    margin: 0;
}

.product-gifts input {
    display: none;
}

.product-gifts .gift-box {
    height: 100%;
    padding: 16px;
    text-align: center;
}

.product-gifts .gift-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    object-fit: contain;
}

.product-description {
    padding: 28px;
}

.nav-tabs-horizontal {
    gap: 12px;
    padding: 0 0 20px;
    border: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-tabs-horizontal .nav-link {
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--imk-text-muted);
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nav-tabs-horizontal .nav-link.active,
.nav-tabs-horizontal .nav-link:hover {
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.18), rgba(255, 94, 145, 0.14));
    border-color: rgba(255, 24, 92, 0.2);
}

.product-description .card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    overflow: hidden;
}

.product-description .card + .card {
    margin-top: 16px;
}

.product-description .card-header {
    padding: 18px 22px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.product-description .card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--imk-text);
    font-size: 15px;
    font-weight: 800;
}

.product-description .collapse-description-content {
    padding: 0 22px 22px;
}

.product-description .description,
.product-description .table,
.product-description .table td,
.product-description .table th {
    color: var(--imk-text-soft);
}

.product-description .description img,
.product-description .description iframe {
    max-width: 100%;
    border-radius: 20px;
}

.table-product-additional-information tbody tr:nth-child(odd),
.table-product-shipping tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.02);
}

.table-product-additional-information td,
.table-product-shipping td {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.table-product-additional-information .td-left,
.table-product-shipping .td-left {
    color: var(--imk-text-muted);
    font-weight: 700;
}

.product-location-map iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: 24px;
    margin-top: 16px;
}

.product-video-preview video,
#youtube_video iframe {
    width: 100%;
    display: block;
}

.btn-video-preview,
.btn-instant-download {
    min-height: 52px;
    padding: 0 20px;
    margin: 14px 6px 0;
}

.imk-footer {
    padding: 38px 0 0;
}

body.imk-storefront #footer.imk-footer {
    margin-top: 88px;
    color: var(--imk-text-muted);
    background: #0a0a0a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none !important;
}

.imk-footer-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.imk-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 108px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(10, 10, 10, 0.98));
}

.imk-footer-trust-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--imk-accent), #ff0033);
    box-shadow: 0 18px 30px rgba(255, 24, 92, 0.2);
}

.imk-footer-trust-item strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.imk-footer-trust-item span {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.65;
}

.imk-footer-newsletter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 40px;
    padding: 26px 30px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #111;
}

.imk-footer-newsletter-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.imk-footer-newsletter-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.imk-footer-newsletter-text h4,
.imk-footer-heading {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.imk-footer-newsletter-text p,
.imk-footer-brand-copy,
.copyright {
    margin: 0;
    color: #9b9b9b;
    line-height: 1.8;
}

.imk-footer-newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    width: min(100%, 470px);
    margin: 0;
}

.imk-footer-newsletter-input {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
    border-radius: 12px 0 0 12px;
    background: #050505;
    color: #fff;
}

.imk-footer-newsletter-input::placeholder {
    color: #7f8591;
}

.imk-footer-newsletter-button {
    min-width: 148px;
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 0 12px 12px 0;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--imk-accent), #ff0033);
}

.imk-footer-newsletter-button:hover {
    filter: brightness(1.06);
}

.imk-footer-newsletter-form input[name="url"] {
    display: none;
}

.imk-footer-newsletter-form #form_newsletter_response {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
}

.imk-footer-newsletter-static {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.imk-footer-newsletter-static a {
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #161616;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d5d7dc;
    font-weight: 700;
}

.imk-footer-links-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 42px;
}

.imk-footer-links-column {
    min-width: 0;
}

.imk-footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.imk-footer-brand-link img {
    width: auto;
    height: 54px;
    object-fit: contain;
}

.imk-footer-brand-wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    color: #fff;
    font-family: "Montserrat", "Noto Sans Georgian", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.imk-footer-brand-wordmark span {
    color: var(--imk-accent);
}

.imk-footer-brand-copy {
    margin-bottom: 24px;
    font-size: 13px;
}

.imk-footer-links-list,
.imk-footer-contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.imk-footer-links-list li,
.imk-footer-contact-list li {
    margin-bottom: 12px;
}

.imk-footer-links-list a,
.imk-footer-contact-list a,
.imk-footer-contact-list span {
    color: #a4a8b0;
    font-size: 14px;
    line-height: 1.7;
}

.imk-footer-links-list a:hover,
.imk-footer-contact-list a:hover {
    color: #fff;
}

.imk-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.imk-footer-contact-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--imk-accent);
}

.imk-footer-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.imk-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #a4a8b0;
}

.imk-footer-social a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--imk-accent), #ff0033);
    border-color: transparent;
}

.imk-footer-payment-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.imk-footer-payment-row img {
    width: 58px;
    height: 36px;
    object-fit: contain;
    padding: 7px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
}

.imk-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0a0a !important;
}

body.imk-storefront .footer-bottom.imk-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #0a0a0a !important;
}

body.imk-storefront .footer-bottom.imk-footer-bottom .copyright {
    color: #707070;
}

.imk-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px 0 20px;
    text-align: center;
}

.copyright a {
    color: #cfd2d8;
}

.topge {
    text-align: center;
    opacity: 0.45;
    padding-bottom: 18px;
}

body.imk-storefront .cookies-warning {
    left: 24px;
    bottom: 24px;
    width: min(380px, calc(100% - 32px));
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 13, 19, 0.96);
    box-shadow: var(--imk-shadow);
    opacity: 1;
    overflow: hidden;
}

body.imk-storefront .cookies-warning::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--imk-accent), var(--imk-accent-2));
}

body.imk-storefront .cookies-warning .text {
    padding: 22px 48px 20px 22px;
    color: var(--imk-text-soft);
    font-size: 13px;
    line-height: 1.7;
}

body.imk-storefront .cookies-warning .icon-cl {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: var(--imk-text-muted) !important;
}

body.imk-storefront .scrollup i {
    background: linear-gradient(135deg, var(--imk-accent), var(--imk-accent-2));
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(255, 24, 92, 0.28);
}

body.imk-homepage {
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 24, 92, 0.12), transparent 24%),
        radial-gradient(circle at 100% 10%, rgba(255, 24, 92, 0.1), transparent 22%),
        linear-gradient(180deg, #040506 0%, #07090d 26%, #050608 100%);
}

body.imk-homepage .index-wrapper,
body.imk-homepage #wrapper {
    padding-bottom: 0;
}

body.imk-homepage .nav-top-message.imk-top-message {
    display: none;
}

body.imk-homepage .imk-topbar {
    background: rgba(4, 6, 10, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.imk-homepage .imk-topbar-inner {
    gap: 18px;
    padding: 8px 0;
}

body.imk-homepage .imk-topbar-group {
    gap: 18px;
}

body.imk-homepage .imk-topbar-link {
    font-size: 12px;
}

body.imk-homepage .imk-topbar-sep {
    color: rgba(255, 255, 255, 0.34);
}

body.imk-homepage .imk-main-menu {
    background: rgba(4, 6, 10, 0.98);
}

body.imk-homepage .imk-header-row {
    padding: 15px 0 16px;
    gap: 18px;
}

body.imk-homepage .imk-brand img {
    height: 48px;
}

body.imk-homepage .imk-brand-wordmark {
    font-size: 1.65rem;
}

body.imk-homepage .imk-categories-button {
    height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    border-color: rgba(255, 24, 92, 0.32);
    background: linear-gradient(135deg, rgba(255, 24, 92, 0.96), rgba(204, 0, 41, 0.92));
    box-shadow: 0 18px 36px rgba(255, 24, 92, 0.22);
}

body.imk-homepage .imk-search-shell form {
    min-height: 48px;
    padding: 3px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(22, 26, 34, 0.96), rgba(13, 15, 20, 0.98));
}

body.imk-homepage .imk-search-panel {
    gap: 0;
}

body.imk-homepage .imk-search-meta {
    display: none;
}

body.imk-homepage .imk-search-shell .left {
    width: 176px;
    flex: 0 0 176px;
}

body.imk-homepage .imk-search-shell .search-select .btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
}

body.imk-homepage .imk-search-shell .search-select-caret {
    top: 14px;
}

body.imk-homepage .imk-search-shell .input-search {
    min-height: 42px;
    font-size: 14px;
}

body.imk-homepage .imk-search-shell .btn-search {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

body.imk-homepage .imk-header-actions-panel {
    gap: 10px;
}

body.imk-homepage .imk-header-actions-note {
    display: none;
}

body.imk-homepage .imk-header-actions {
    gap: 10px;
}

body.imk-homepage .imk-header-action,
body.imk-homepage .imk-header-action-cart {
    min-width: 76px;
    height: 48px;
    padding: 0 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    color: var(--imk-text-soft);
    box-shadow: none;
}

body.imk-homepage .imk-header-action-icon {
    width: 30px;
    height: 30px;
    border-radius: 11px;
}

body.imk-homepage .imk-header-action-copy strong {
    font-size: 11px;
}

body.imk-homepage .imk-action-badge {
    top: -6px;
    right: -6px;
}

body.imk-homepage .imk-nav-main {
    display: block;
    padding-bottom: 18px;
}

body.imk-homepage .imk-nav-main .navbar {
    padding: 12px 14px;
    border-radius: 24px;
}

.imk-homepage-main {
    padding: 24px 0 44px;
}

.imk-home-hero-section,
.imk-home-promo-row,
.imk-home-section,
.imk-home-feature-section {
    margin-bottom: 28px;
}

.imk-home-hero-grid {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 3.1fr) minmax(290px, 1fr);
    gap: 18px;
    align-items: stretch;
}

.imk-home-hero-main {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    min-height: 470px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(6, 9, 14, 0.98) 0%, rgba(10, 13, 19, 0.98) 52%, rgba(8, 10, 14, 0.98) 100%);
    box-shadow: var(--imk-shadow);
}

.imk-home-hero-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 68% 36%, rgba(255, 24, 92, 0.26), transparent 24%), linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 55%);
    pointer-events: none;
}

.imk-home-hero-copy {
    position: relative;
    z-index: 1;
    padding: 38px 34px 34px;
    display: flex;
    flex-direction: column;
}

.imk-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--imk-text-muted);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.imk-home-title {
    margin: 0 0 18px;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", sans-serif;
    font-size: clamp(2.9rem, 5vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #fff;
    text-transform: uppercase;
}

.imk-home-title span {
    display: block;
    color: var(--imk-accent);
}

.imk-home-title em {
    font-style: normal;
    color: #ffd857;
}

.imk-home-hero-badge {
    align-self: flex-start;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

.imk-home-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.imk-home-point {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.imk-home-point-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-self: center;
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--imk-text);
    font-size: 0;
    line-height: 0;
}

.imk-home-point-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imk-home-point strong,
.imk-home-point span {
    display: block;
}

.imk-home-point strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 3px;
}

.imk-home-point span {
    color: var(--imk-text-muted);
    font-size: 11px;
    line-height: 1.4;
}

.imk-home-hero-actions {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.imk-home-cta {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 24, 92, 1), rgba(204, 0, 41, 0.95));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 22px 42px rgba(255, 24, 92, 0.26);
}

.imk-home-countdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.imk-home-countdown-label {
    color: var(--imk-text-muted);
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.imk-home-countdown-items {
    display: flex;
    align-items: center;
    gap: 7px;
}

.imk-home-countdown-item {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imk-home-countdown-item strong {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.imk-home-countdown-item span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.imk-home-countdown-item.is-accent strong,
.imk-home-countdown-sep {
    color: var(--imk-accent);
}

.imk-home-countdown-item.is-tick {
    border-color: rgba(255, 24, 92, 0.22);
    box-shadow: 0 0 0 1px rgba(255, 24, 92, 0.08), 0 10px 24px rgba(255, 24, 92, 0.14);
}

.imk-home-countdown-sep {
    font-size: 18px;
    font-weight: 800;
}

.imk-home-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.imk-home-visual-stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
}

.imk-home-visual-ring {
    position: absolute;
    top: 44px;
    left: 50%;
    width: 250px;
    height: 250px;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 4px solid rgba(255, 24, 92, 0.92);
    box-shadow: 0 0 24px rgba(255, 24, 92, 0.4), inset 0 0 24px rgba(255, 24, 92, 0.14);
}

.imk-home-visual-main {
    position: absolute;
    inset: 56px 72px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(16, 20, 28, 0.82), rgba(7, 9, 13, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.imk-home-visual-main > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.imk-home-visual-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.35));
}

.imk-home-visual-main.is-product img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.imk-home-visual-card {
    position: absolute;
    width: 122px;
    height: 96px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(9, 12, 18, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
    display: flex;
    align-items: center;
    justify-content: center;
}

.imk-home-visual-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.imk-home-visual-card-1 {
    left: 10px;
    bottom: 52px;
}

.imk-home-visual-card-2 {
    left: 78px;
    top: 122px;
}

.imk-home-visual-card-3 {
    right: 24px;
    top: 118px;
}

.imk-home-visual-card-4 {
    right: 12px;
    bottom: 46px;
}

.imk-home-service-stack {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.imk-home-service-card {
    padding: 22px 20px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 19, 26, 0.98), rgba(10, 13, 18, 0.98));
    box-shadow: var(--imk-shadow-soft);
    color: inherit;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.imk-home-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 24, 92, 0.15), transparent 42%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.imk-home-service-card:hover,
.imk-home-service-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 24, 92, 0.22);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
}

.imk-home-service-card:hover::before,
.imk-home-service-card:focus-visible::before {
    opacity: 1;
}

.imk-home-service-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 24, 92, 0.12);
    color: var(--imk-accent);
    position: relative;
    z-index: 1;
}

.imk-home-service-copy {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.imk-home-service-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.imk-home-service-card p {
    margin: 0;
    color: var(--imk-text-muted);
    font-size: 12px;
    line-height: 1.55;
}

.imk-home-service-kicker {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--imk-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.imk-home-service-kicker span {
    font-size: 14px;
    line-height: 1;
    transition: transform 0.24s ease;
}

.imk-home-service-card:hover .imk-home-service-kicker span,
.imk-home-service-card:focus-visible .imk-home-service-kicker span {
    transform: translateX(-2px);
}

.imk-home-quick-links {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.imk-home-quick-link {
    min-height: 68px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 19, 26, 0.96), rgba(9, 12, 18, 0.98));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--imk-text-soft);
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    box-shadow: var(--imk-shadow-soft);
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.imk-home-quick-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 42%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.imk-home-quick-link:hover,
.imk-home-quick-link:focus-visible,
.imk-home-quick-link.is-all {
    color: #fff;
    border-color: rgba(255, 24, 92, 0.24);
    background: linear-gradient(180deg, rgba(255, 24, 92, 0.16), rgba(12, 16, 24, 0.98));
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.imk-home-quick-link:hover::before,
.imk-home-quick-link:focus-visible::before,
.imk-home-quick-link.is-all::before {
    opacity: 1;
}

.imk-home-quick-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 24, 92, 0.16), rgba(255, 24, 92, 0.05));
    color: #ff8ca9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 1;
}

.imk-home-quick-icon svg {
    width: 18px;
    height: 18px;
}

.imk-home-quick-copy {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    position: relative;
    z-index: 1;
}

.imk-home-quick-copy strong,
.imk-home-quick-copy small {
    display: block;
}

.imk-home-quick-copy strong {
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imk-home-quick-copy small {
    color: rgba(245, 247, 251, 0.62);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imk-home-quick-arrow {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: transform 0.24s ease, background 0.24s ease;
}

.imk-home-quick-link:hover .imk-home-quick-arrow,
.imk-home-quick-link:focus-visible .imk-home-quick-arrow,
.imk-home-quick-link.is-all .imk-home-quick-arrow {
    transform: translateX(-2px);
    background: rgba(255, 255, 255, 0.08);
}

.imk-home-service-card:focus-visible,
.imk-home-quick-link:focus-visible {
    outline: none;
}

@keyframes imk-home-mobile-ring-pulse {
    0%,
    100% {
        transform: translateX(-50%) scale(0.96);
        opacity: 0.86;
    }

    50% {
        transform: translateX(-50%) scale(1.03);
        opacity: 1;
    }
}

@keyframes imk-home-mobile-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes imk-home-mobile-float-soft {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes imk-home-mobile-cta-sheen {
    0%,
    72% {
        transform: translateX(-140%);
    }

    84% {
        transform: translateX(140%);
    }

    100% {
        transform: translateX(140%);
    }
}

.imk-home-promo-row {
    display: grid;
    grid-template-columns: minmax(250px, 0.95fr) minmax(0, 3.05fr);
    gap: 16px;
}

.imk-home-bank-card {
    min-height: 100%;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(68, 116, 255, 0.26);
    background: linear-gradient(180deg, #133979 0%, #0b2249 45%, #08111f 100%);
    box-shadow: 0 24px 50px rgba(3, 12, 32, 0.4);
    display: flex;
    flex-direction: column;
}

.imk-home-bank-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.imk-home-bank-star {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 18px;
}

.imk-home-bank-logo {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 26px rgba(3, 12, 32, 0.24);
}

.imk-home-bank-logo img {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}

.imk-home-bank-brand > div > span,
.imk-home-bank-brand strong {
    display: block;
}

.imk-home-bank-brand > div > span {
    color: #ff994d;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.imk-home-bank-brand strong {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.imk-home-bank-copy h2,
.imk-home-bank-copy h3 {
    margin: 0;
    color: #fff;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", sans-serif;
}

.imk-home-bank-copy h2 {
    font-size: 3rem;
    line-height: 0.95;
}

.imk-home-bank-copy h3 {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 4px;
}

.imk-home-bank-copy p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.6;
}

.imk-home-bank-link {
    margin-top: auto;
    align-self: flex-start;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff8e2a, #ff6b00);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.imk-home-section-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.imk-home-section-bar.is-feature {
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.imk-home-section-bar a {
    color: var(--imk-accent);
    font-size: 13px;
    font-weight: 800;
}

.imk-home-section-bar.is-feature a {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.imk-home-section-bar.is-feature a:hover,
.imk-home-section-bar.is-feature a:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 24, 92, 0.28);
    background: rgba(255, 24, 92, 0.12);
}

.imk-home-section-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.imk-home-section-title-wrap.is-feature {
    flex-wrap: wrap;
    gap: 8px 12px;
}

.imk-home-section-title-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
}

.imk-home-section-title-wrap.is-feature h2 {
    text-transform: uppercase;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    letter-spacing: -0.05em;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
}

.imk-home-section-title-wrap.is-feature span,
.imk-home-section-title-wrap.is-sales span {
    color: rgba(248, 250, 252, 0.72);
    font-size: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.imk-home-tag {
    min-height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 24, 92, 1), rgba(204, 0, 41, 0.94));
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.imk-home-feature-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 22px 22px 20px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 24, 92, 0.22), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(255, 180, 0, 0.08), transparent 24%),
        linear-gradient(135deg, rgba(16, 7, 20, 0.98), rgba(10, 8, 18, 0.98) 55%, rgba(4, 5, 10, 0.98));
    box-shadow: 0 0 0 1px rgba(255, 24, 92, 0.08), 0 28px 68px rgba(0, 0, 0, 0.36);
}

.imk-home-feature-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 32%),
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.04), transparent 14%);
    opacity: 0.9;
}

.imk-home-feature-section > * {
    position: relative;
    z-index: 1;
}

.imk-home-product-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.imk-home-product-rail.rail-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.imk-home-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.imk-home-product-card:hover {
    transform: translateY(-4px);
}

.imk-home-product-card-light {
    background: #fff;
    border-color: rgba(17, 24, 39, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.imk-home-product-card-dark,
.imk-home-product-card-feature {
    background: linear-gradient(180deg, rgba(15, 18, 24, 0.98), rgba(10, 12, 17, 0.98));
    border-color: rgba(255, 255, 255, 0.08);
}

.imk-home-product-card-feature {
    background: linear-gradient(180deg, rgba(22, 10, 28, 0.96), rgba(10, 9, 18, 0.98));
    border-color: rgba(255, 24, 92, 0.14);
}

.imk-home-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 24, 92, 1), rgba(204, 0, 41, 0.94));
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.imk-home-card-badge.is-discount {
    background: linear-gradient(135deg, #ffe36c, #f7b500);
    color: #18120a;
}

.imk-home-product-media {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px 8px;
}

.imk-home-product-card-light .imk-home-product-media {
    background: linear-gradient(180deg, #ffffff, #f2f5f8);
}

.imk-home-product-card-dark .imk-home-product-media,
.imk-home-product-card-feature .imk-home-product-media {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.12));
}

.imk-home-product-media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: scale(1.08);
    transform-origin: center;
    transition: transform 0.24s ease;
}

.imk-home-product-card:hover .imk-home-product-media img {
    transform: scale(1.14);
}

.imk-home-product-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    padding: 14px 14px 14px;
}

.imk-home-product-title {
    margin: 0;
    min-height: 38px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.imk-home-product-card-light .imk-home-product-title a {
    color: #111827;
}

.imk-home-product-card-dark .imk-home-product-title a,
.imk-home-product-card-feature .imk-home-product-title a {
    color: #f8fafc;
}

.imk-home-product-spec {
    align-self: flex-start;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.imk-home-product-card-light .imk-home-product-spec {
    background: #eef2f6;
    color: #6b7280;
}

.imk-home-product-card-dark .imk-home-product-spec,
.imk-home-product-card-feature .imk-home-product-spec {
    background: rgba(255, 255, 255, 0.06);
    color: #aeb8c7;
}

.imk-home-product-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
}

.imk-home-product-price {
    color: #ff184f;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 800;
}

.imk-home-product-card-dark .imk-home-product-price,
.imk-home-product-card-feature .imk-home-product-price {
    font-size: 1.35rem;
}

.imk-home-product-old-price {
    color: rgba(107, 114, 128, 0.8);
    font-size: 11px;
    text-decoration: line-through;
}

.imk-home-product-installment {
    margin-top: 2px;
    padding: 7px 8px;
    border-radius: 10px;
    background: #fff5bf;
    color: #7b5600;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.imk-home-product-actions {
    margin-top: 8px;
}

.imk-home-product-buy {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 24, 92, 1), rgba(204, 0, 41, 0.94));
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.imk-home-carousel-arrow {
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 9, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.imk-home-carousel-arrow.is-feature {
    border-color: rgba(255, 24, 92, 0.24);
    color: var(--imk-accent);
}

body.imk-homepage .imk-service-strip {
    margin-top: 2px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.imk-homepage .imk-service-item {
    border-radius: 18px;
    background: transparent;
}

body.imk-homepage .imk-footer-newsletter {
    gap: 24px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 18, 24, 0.92), rgba(8, 10, 14, 0.98));
}

body.imk-homepage .imk-footer-grid {
    padding-top: 32px;
}

@media (max-width: 1279.98px) {
    .imk-home-hero-grid,
    .imk-home-promo-row {
        grid-template-columns: 1fr;
    }

    .imk-home-hero-main {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .imk-home-service-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .imk-home-quick-links {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .imk-home-product-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .imk-home-product-rail.rail-six {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .imk-footer-trust-grid,
    .imk-footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .imk-footer-newsletter-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .imk-footer-newsletter-form,
    .imk-footer-newsletter-static {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    body.imk-homepage .imk-topbar {
        display: none;
    }

    .imk-homepage-main {
        padding-top: 18px;
    }

    .imk-home-hero-copy,
    .imk-home-bank-card,
    .imk-home-feature-section,
    .imk-footer-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .imk-footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .imk-home-hero-points {
        grid-template-columns: 1fr;
    }

    .imk-home-hero-actions,
    .imk-home-section-bar,
    .imk-home-section-title-wrap {
        align-items: flex-start;
        flex-direction: column;
    }

    .imk-home-visual-stage {
        min-height: 310px;
    }

    .imk-home-visual-main {
        inset: 50px 48px 46px;
    }

    .imk-home-quick-links,
    .imk-home-service-stack,
    .imk-home-product-rail,
    .imk-home-product-rail.rail-six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .imk-home-carousel-arrow {
        display: none;
    }

    .imk-brand-wordmark,
    .imk-footer-brand-wordmark {
        font-size: 1.45rem;
    }
}

@media (max-width: 575.98px) {
    .imk-home-hero-copy,
    .imk-home-bank-card,
    .imk-home-feature-section,
    .imk-footer-newsletter-box {
        padding: 20px;
    }

    .imk-home-title {
        font-size: 2.4rem;
    }

    .imk-home-countdown {
        align-items: flex-start;
        flex-direction: column;
    }

    .imk-home-visual-main {
        inset: 44px 24px 46px;
    }

    .imk-home-visual-card {
        width: 90px;
        height: 72px;
        border-radius: 16px;
    }

    .imk-home-quick-links,
    .imk-home-service-stack,
    .imk-home-product-rail,
    .imk-home-product-rail.rail-six {
        grid-template-columns: 1fr;
    }

    .imk-home-product-price {
        font-size: 1.35rem;
    }
}

@media (max-width: 767.98px) {
    body.imk-homepage {
        overflow-x: hidden;
        background:
            radial-gradient(circle at top center, rgba(255, 24, 92, 0.16), transparent 32%),
            linear-gradient(180deg, #050608 0%, #07080b 18%, #050608 100%);
    }

    body.imk-homepage .imk-mobile-shell {
        position: sticky;
        top: 0;
        z-index: 1040;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(5, 7, 10, 0.98), rgba(8, 10, 14, 0.86));
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
    }

    body.imk-homepage .mobile-nav-container.imk-mobile-shell,
    body.imk-homepage .nav-mobile-header.imk-mobile-header,
    body.imk-homepage .nav-mobile-header.imk-mobile-header .container-fluid,
    body.imk-homepage .nav-mobile-header.imk-mobile-header .row {
        background: transparent;
    }

    body.imk-homepage .nav-mobile-header.imk-mobile-header .row {
        margin-right: 0;
        margin-left: 0;
    }

    body.imk-homepage .nav-mobile-header.imk-mobile-header {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        box-shadow: none;
    }

    body.imk-homepage .imk-mobile-header {
        padding-top: calc(env(safe-area-inset-top, 0px) + 6px);
    }

    body.imk-homepage .nav-mobile-header-container {
        grid-template-columns: 36px minmax(0, 1fr) auto;
        gap: 8px;
        padding: 6px 12px 12px !important;
    }

    body.imk-homepage .imk-mobile-logo {
        justify-content: flex-start;
        min-width: 0;
    }

    body.imk-homepage .imk-mobile-logo a {
        min-width: 0;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        overflow: hidden;
    }

    body.imk-homepage .imk-mobile-logo img {
        height: 34px;
        flex: 0 0 auto;
    }

    body.imk-homepage .imk-mobile-brand-copy {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
        line-height: 1;
        overflow: hidden;
    }

    body.imk-homepage .imk-mobile-brand-copy strong {
        color: #fff;
        font-family: "Montserrat", "Noto Sans Georgian", sans-serif;
        font-size: 0.92rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.imk-homepage .imk-mobile-brand-copy span {
        display: none;
    }

    body.imk-homepage .imk-mobile-actions {
        justify-self: end;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(18, 22, 30, 0.94), rgba(10, 13, 18, 0.98));
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
    }

    body.imk-homepage .nav-mobile-header-container .menu-icon,
    body.imk-homepage .nav-mobile-header-container .mobile-search {
        width: auto;
        height: auto;
    }

    body.imk-homepage .nav-mobile-header-container .menu-icon {
        display: flex;
        align-items: center;
    }

    body.imk-homepage .nav-mobile-header-container .menu-icon a,
    body.imk-homepage .nav-mobile-header-container .mobile-search .search-icon,
    body.imk-homepage .nav-mobile-header-container .mobile-cart a {
        padding: 0;
        color: inherit !important;
    }

    body.imk-homepage .imk-mobile-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none;
        color: rgba(245, 247, 251, 0.82);
        font-size: 15px;
    }

    body.imk-homepage .menu-icon .imk-mobile-icon {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(12, 15, 22, 0.96));
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
    }

    body.imk-homepage .imk-mobile-actions .imk-mobile-icon:hover,
    body.imk-homepage .imk-mobile-actions .imk-mobile-icon:focus-visible,
    body.imk-homepage .menu-icon .imk-mobile-icon:hover,
    body.imk-homepage .menu-icon .imk-mobile-icon:focus-visible {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }

    body.imk-homepage .imk-mobile-actions .imk-mobile-cart {
        background: linear-gradient(135deg, rgba(255, 24, 92, 0.98), rgba(204, 0, 41, 0.94));
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow: 0 12px 24px rgba(255, 24, 92, 0.24);
        color: #fff;
    }

    body.imk-homepage .imk-mobile-actions .imk-mobile-cart:hover,
    body.imk-homepage .imk-mobile-actions .imk-mobile-cart:focus-visible {
        background: linear-gradient(135deg, rgba(255, 54, 115, 1), rgba(227, 16, 74, 0.96));
    }

    body.imk-homepage .imk-mobile-search-wrap.display-block {
        display: block;
    }

    body.imk-homepage .imk-mobile-search-box {
        min-height: 54px;
        padding: 6px;
        border-radius: 18px;
        border-color: rgba(255, 255, 255, 0.12);
        background: linear-gradient(180deg, rgba(17, 21, 28, 0.98), rgba(9, 12, 17, 0.98));
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    }

    body.imk-homepage .imk-mobile-search-wrap .input-search {
        min-height: 42px;
        padding-left: 16px;
        font-size: 14px;
    }

    body.imk-homepage .imk-mobile-search-wrap .btn-search {
        width: 48px;
        height: 42px;
        border-radius: 14px;
        box-shadow: 0 12px 24px rgba(255, 24, 92, 0.24);
    }

    body.imk-homepage .cookies-warning {
        left: 12px;
        right: 12px;
        bottom: 86px;
        width: auto;
        max-width: none;
        border-radius: 18px;
    }

    body.imk-homepage .cookies-warning .text {
        padding: 16px 42px 16px 16px;
        font-size: 12px;
        line-height: 1.55;
    }

    body.imk-homepage .cookies-warning .icon-cl {
        top: 8px;
        right: 8px;
    }

    .imk-homepage-main {
        padding: 12px 0 104px;
    }

    .imk-home-hero-section,
    .imk-home-promo-row,
    .imk-home-section,
    .imk-home-feature-section {
        margin-bottom: 22px;
    }

    .imk-home-hero-grid {
        gap: 14px;
    }

    .imk-home-hero-main {
        display: grid;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
    }

    .imk-home-hero-copy {
        padding: 18px 16px 10px;
    }

    .imk-home-eyebrow {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .imk-home-title {
        margin-bottom: 12px;
        max-width: 8.9ch;
        font-size: clamp(1.82rem, 8.9vw, 2.6rem);
        line-height: 0.92;
    }

    .imk-home-hero-badge {
        min-height: 40px;
        padding: 0 14px;
        margin-bottom: 14px;
        border-radius: 14px;
        font-size: 12px;
    }

    .imk-home-hero-points,
    .imk-home-service-stack,
    .imk-home-quick-links {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        margin-right: -3px;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
    }

    .imk-home-hero-points::-webkit-scrollbar,
    .imk-home-service-stack::-webkit-scrollbar,
    .imk-home-quick-links::-webkit-scrollbar {
        display: none;
    }

    .imk-home-point,
    .imk-home-service-card,
    .imk-home-quick-link {
        scroll-snap-align: start;
    }

    .imk-home-hero-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-right: 0;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
        overscroll-behavior-x: auto;
    }

    .imk-home-point {
        min-width: 0;
        padding: 12px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        gap: 8px;
    }

    .imk-home-point:last-child {
        grid-column: 1 / -1;
    }

    .imk-home-point strong {
        font-size: 11px;
    }

    .imk-home-point span {
        font-size: 10px;
    }

    .imk-home-hero-actions {
        margin-top: 16px;
        gap: 10px;
        align-items: stretch;
        flex-direction: column;
    }

    .imk-home-cta {
        position: relative;
        width: 100%;
        min-height: 54px;
        border-radius: 18px;
        overflow: hidden;
    }

    .imk-home-cta::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.24) 50%, transparent 82%);
        transform: translateX(-140%);
        animation: imk-home-mobile-cta-sheen 5.4s ease-in-out infinite;
    }

    .imk-home-countdown {
        width: 100%;
        padding: 12px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(18, 22, 29, 0.96), rgba(9, 12, 16, 0.98));
    }

    .imk-home-countdown-label {
        display: block;
        margin-bottom: 10px;
        font-size: 10px;
    }

    .imk-home-countdown-items {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .imk-home-countdown-item {
        flex: 1 1 0;
        width: auto;
        height: 56px;
        border-radius: 16px;
    }

    .imk-home-countdown-item strong {
        font-size: 17px;
    }

    .imk-home-countdown-item span {
        font-size: 8px;
    }

    .imk-home-countdown-sep {
        display: none;
    }

    .imk-home-hero-visual {
        padding: 6px 12px 12px;
    }

    .imk-home-visual-stage {
        min-height: 236px;
        border-radius: 24px;
        overflow: hidden;
        background:
            radial-gradient(circle at 50% 24%, rgba(255, 24, 92, 0.18), transparent 28%),
            linear-gradient(180deg, rgba(14, 17, 24, 0.92), rgba(6, 8, 12, 0.98));
    }

    .imk-home-visual-stage::before {
        content: "";
        position: absolute;
        inset: 16% 18% auto;
        height: 36%;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(255, 24, 92, 0.2), transparent 72%);
        filter: blur(12px);
    }

    .imk-home-visual-ring {
        top: 18px;
        width: 188px;
        height: 188px;
        animation: imk-home-mobile-ring-pulse 4.2s ease-in-out infinite;
    }

    .imk-home-visual-main {
        inset: 28px 24px 20px;
        border-radius: 24px;
    }

    .imk-home-visual-main img {
        animation: imk-home-mobile-float 6.4s ease-in-out infinite;
    }

    .imk-home-visual-card {
        width: 72px;
        height: 58px;
        padding: 8px;
        border-radius: 16px;
        background: rgba(7, 10, 16, 0.84);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .imk-home-visual-card-1,
    .imk-home-visual-card-3 {
        animation: imk-home-mobile-float-soft 5.8s ease-in-out infinite;
    }

    .imk-home-visual-card-2,
    .imk-home-visual-card-4 {
        animation: imk-home-mobile-float-soft 6.6s ease-in-out infinite reverse;
    }

    .imk-home-visual-card-1 {
        left: 4px;
        bottom: 14px;
    }

    .imk-home-visual-card-2 {
        left: 10px;
        top: 78px;
    }

    .imk-home-visual-card-3 {
        right: 10px;
        top: 78px;
    }

    .imk-home-visual-card-4 {
        right: 4px;
        bottom: 14px;
    }

    .imk-home-service-stack {
        margin-top: 2px;
    }

    .imk-home-service-card {
        min-width: 232px;
        padding: 16px 16px 14px;
        border-radius: 20px;
        gap: 14px;
    }

    .imk-home-service-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .imk-home-service-card h3 {
        font-size: 14px;
    }

    .imk-home-service-card p {
        font-size: 11px;
    }

    .imk-home-quick-links {
        margin-top: 12px;
        padding-bottom: 2px;
    }

    .imk-home-quick-link {
        min-width: 152px;
        min-height: 82px;
        padding: 14px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;
        border-radius: 18px;
    }

    .imk-home-quick-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .imk-home-quick-copy {
        width: 100%;
        gap: 3px;
    }

    .imk-home-quick-copy strong,
    .imk-home-quick-copy small {
        white-space: normal;
    }

    .imk-home-quick-copy strong {
        font-size: 12px;
    }

    .imk-home-quick-copy small {
        font-size: 10px;
    }

    .imk-home-quick-arrow {
        align-self: flex-end;
    }

    .imk-home-promo-row {
        grid-template-columns: minmax(126px, 0.92fr) minmax(0, 1.48fr);
        gap: 12px;
        align-items: stretch;
    }

    .imk-home-bank-card {
        padding: 16px 14px;
        border-radius: 22px;
    }

    .imk-home-bank-brand {
        gap: 10px;
        margin-bottom: 16px;
    }

    .imk-home-bank-star {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .imk-home-bank-brand span {
        font-size: 10px;
    }

    .imk-home-bank-brand strong {
        font-size: 18px;
    }

    .imk-home-bank-copy h2 {
        font-size: 1.74rem;
    }

    .imk-home-bank-copy h3 {
        margin-top: 3px;
        font-size: 1.32rem;
    }

    .imk-home-bank-copy p {
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.5;
    }

    .imk-home-bank-link {
        width: 100%;
        min-height: 40px;
        margin-top: 14px;
        padding: 0 14px;
        justify-content: center;
        font-size: 11px;
    }

    .imk-home-section-bar {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .imk-home-section-title-wrap {
        align-items: center;
        flex-direction: row;
        gap: 8px;
    }

    .imk-home-section-title-wrap h2 {
        font-size: 1.28rem;
    }

    .imk-home-section-bar a {
        font-size: 11px;
    }

    .imk-home-feature-section {
        padding: 16px 14px;
        border-radius: 24px;
    }

    .imk-home-product-media {
        height: 128px;
        padding: 8px 8px 6px;
    }

    .imk-home-product-content {
        gap: 6px;
        padding: 10px;
    }

    .imk-home-product-title {
        min-height: 34px;
        font-size: 11.5px;
        line-height: 1.35;
    }

    .imk-home-product-price {
        font-size: 1.12rem;
    }

    .imk-home-product-old-price {
        font-size: 10px;
    }

    .imk-home-product-installment {
        padding: 6px 7px;
        font-size: 9.5px;
        line-height: 1.2;
        border-radius: 10px;
    }

    .imk-home-product-actions {
        margin-top: 4px;
    }

    .imk-home-product-buy {
        min-height: 36px;
        border-radius: 12px;
        font-size: 11px;
    }

    body.imk-homepage .imk-mobile-bottom-nav {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding-top: 8px;
        border-radius: 26px;
        background: rgba(7, 10, 15, 0.96);
        box-shadow: 0 24px 58px rgba(0, 0, 0, 0.4);
    }

    body.imk-homepage .imk-mobile-bottom-link {
        min-height: 54px;
        font-size: 10px;
    }

    body.imk-homepage .imk-mobile-bottom-link.is-active {
        color: #fff;
    }

    body.imk-homepage .imk-mobile-bottom-link.is-active .imk-mobile-bottom-icon {
        color: var(--imk-accent);
    }

    @supports (content-visibility: auto) {
        .imk-home-promo-row,
        .imk-home-section,
        .imk-home-feature-section {
            content-visibility: auto;
            contain-intrinsic-size: 520px;
        }
    }
}

@media (max-width: 767.98px) and (min-width: 480px) {
    body.imk-homepage .nav-mobile-header-container {
        grid-template-columns: 38px minmax(0, 1fr) auto;
    }

    body.imk-homepage .imk-mobile-logo img {
        height: 38px;
    }

    body.imk-homepage .imk-mobile-brand-copy strong {
        font-size: 1rem;
    }

    .imk-home-hero-main {
        grid-template-columns: minmax(0, 1.02fr) minmax(168px, 0.88fr);
        align-items: stretch;
    }

    .imk-home-hero-copy {
        padding: 20px 16px 18px;
    }

    .imk-home-title {
        max-width: 7.2ch;
        font-size: clamp(1.9rem, 7.2vw, 2.9rem);
    }

    .imk-home-hero-points {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .imk-home-point:last-child {
        grid-column: auto;
    }

    .imk-home-point {
        padding: 10px 11px;
    }

    .imk-home-hero-visual {
        padding: 18px 14px 18px 0;
    }

    .imk-home-visual-stage {
        min-height: 100%;
    }

    .imk-home-visual-ring {
        top: 36px;
        width: 172px;
        height: 172px;
    }

    .imk-home-visual-main {
        inset: 34px 16px 16px;
    }

    .imk-home-visual-card {
        width: 64px;
        height: 54px;
    }
}

@media (max-width: 399.98px) {
    .imk-home-title {
        max-width: none;
        font-size: clamp(1.72rem, 10.2vw, 2.35rem);
    }

    .imk-home-point {
        padding: 10px;
    }

    .imk-home-visual-main {
        inset: 24px 18px 18px;
    }

    .imk-home-visual-stage {
        min-height: 214px;
    }

    .imk-home-visual-ring {
        width: 168px;
        height: 168px;
    }

    .imk-home-visual-card {
        width: 64px;
        height: 52px;
    }

    body.imk-homepage .imk-mobile-actions {
        gap: 2px;
        padding: 3px;
    }

    body.imk-homepage .imk-mobile-icon {
        width: 32px;
        height: 32px;
    }

    .imk-home-visual-card {
        width: 78px;
        height: 64px;
    }

    .imk-home-bank-card {
        padding: 14px 12px;
    }

    .imk-home-bank-brand strong {
        font-size: 16px;
    }

    .imk-home-bank-copy h2 {
        font-size: 1.48rem;
    }

    .imk-home-bank-copy h3 {
        font-size: 1.12rem;
    }
}

@media (max-width: 1279.98px) {
    .imk-nav-main .mega-menu-content,
    .imk-nav-main .dropdown-menu-large {
        min-width: 0;
        width: min(960px, calc(100vw - 36px));
    }

    .imk-mega-menu-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .imk-mega-menu-head-links {
        max-width: none;
        justify-content: flex-start;
    }

    .imk-header-row {
        grid-template-columns: minmax(180px, auto) minmax(170px, auto) minmax(0, 1fr);
        grid-template-areas:
            "brand category actions"
            "search search search";
    }

    .imk-brand {
        grid-area: brand;
    }

    .imk-categories-button {
        grid-area: category;
    }

    .imk-search-panel {
        grid-area: search;
    }

    .imk-header-actions-panel {
        grid-area: actions;
        justify-content: flex-end;
    }

    .imk-header-actions-note,
    .imk-search-meta {
        display: none;
    }

    .imk-header-action-copy {
        display: none;
    }

    .imk-header-action {
        min-width: 56px;
        padding: 0 14px;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront {
        padding-bottom: 92px;
    }

    .imk-topbar,
    .imk-header-row,
    .imk-nav-main,
    .index-main-slider {
        display: none;
    }

    .imk-mobile-shell,
    .imk-mobile-bottom-nav,
    .index-mobile-slider {
        display: block;
    }

    .imk-mobile-header {
        padding: 14px 0 0;
    }

    .nav-mobile-header-container {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 14px;
        padding-top: 6px;
        padding-bottom: 14px;
    }

    .imk-mobile-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imk-mobile-logo img {
        height: 52px;
        width: auto;
        object-fit: contain;
    }

    .imk-mobile-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .imk-mobile-icon {
        position: relative;
        width: 42px;
        height: 42px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.07);
        color: var(--imk-text);
        font-size: 18px;
    }

    .imk-mobile-cart .imk-action-badge {
        top: -4px;
        right: -4px;
    }

    .imk-mobile-search-wrap {
        display: none;
        width: 100%;
        padding: 0 16px 16px;
    }

    .mobile-search-form.display-block {
        display: block;
    }

    .imk-mobile-search-box {
        gap: 10px;
        padding: 6px;
    }

    .imk-mobile-search-box .input-search {
        padding-left: 16px;
    }

    .imk-mobile-bottom-nav {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 95;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
        padding: 10px 8px calc(10px + env(safe-area-inset-bottom, 0px));
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(10, 13, 19, 0.95);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.38);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .imk-mobile-bottom-link {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 56px;
        color: var(--imk-text-muted);
        font-size: 11px;
        font-weight: 700;
        text-align: center;
    }

    .imk-mobile-bottom-link:hover,
    .imk-mobile-bottom-link:focus {
        color: #fff;
    }

    .imk-mobile-bottom-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        font-size: 18px;
    }

    .imk-mobile-bottom-link-cart .imk-action-badge {
        top: -2px;
        right: 16px;
    }

    .main-slider .item,
    .row-slider-caption {
        min-height: 430px;
        border-radius: 28px;
    }

    .caption {
        max-width: 100%;
        padding: 40px 0 72px;
    }

    .caption .title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .caption .description {
        max-width: 100%;
        font-size: 0.96rem;
    }

    .main-slider-nav {
        right: 18px;
        bottom: 18px;
    }

    #brands_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    body.imk-storefront .section,
    body.imk-storefront .section-blog,
    .product-filters,
    .product-list-content,
    .product-list-header,
    .product-details-container,
    .product-description,
    .imk-footer-brand,
    .imk-footer-newsletter-form,
    .imk-footer-column {
        border-radius: 24px;
    }

    body.imk-storefront .section,
    body.imk-storefront .section-blog,
    .product-list-content,
    .product-description,
    .product-details-container {
        padding: 22px 18px;
    }

    .product-item {
        padding: 14px;
        border-radius: 22px;
    }

    .img-product-container {
        min-height: 190px;
        padding: 14px;
        border-radius: 18px;
    }

    .img-product-container > a {
        min-height: 162px;
    }

    .img-product {
        max-height: 160px;
    }

    .product-title {
        min-height: 42px;
        font-size: 14px;
    }

    .item-meta .price,
    .item-meta .lbl-price {
        font-size: 22px;
    }

    .product-list-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .product-sort-by {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .sort-select,
    .sort-select .custom-select {
        width: 100%;
        min-width: 0;
    }

    .product-filters {
        position: static;
        margin-bottom: 18px;
        padding: 20px;
    }

    .product-slider-container {
        grid-template-columns: 1fr;
    }

    .product-slider .item {
        min-height: 360px;
    }

    .product-slider .item a {
        min-height: 312px;
    }

    .img-product-slider {
        max-height: 300px;
    }

    .buy_box,
    .loan_box,
    .imk-footer-trust-grid,
    .imk-footer-links-grid {
        grid-template-columns: 1fr;
    }

    .imk-footer-trust-item {
        min-height: 0;
        padding: 18px;
    }

    .imk-footer-newsletter-copy {
        align-items: flex-start;
        flex-direction: column;
    }

    .imk-footer-newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .imk-footer-newsletter-input,
    .imk-footer-newsletter-button {
        width: 100%;
        border-radius: 12px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .imk-footer-newsletter-static a {
        width: 100%;
    }

    .nav-tabs-horizontal {
        padding-bottom: 12px;
        margin-bottom: 6px;
    }

    .product-description .card-header,
    .product-description .collapse-description-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .imk-footer-bottom-inner {
        padding: 18px 0;
    }
}

@media (max-width: 575.98px) {
    .section-slider {
        padding-top: 16px;
    }

    .main-slider .item,
    .row-slider-caption {
        min-height: 360px;
        border-radius: 24px;
    }

    .caption {
        padding: 28px 0 68px;
    }

    .main-slider-nav button,
    .index-products-slider-nav button,
    .product-slider-nav button,
    .product-thumbnails-slider-nav button {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    #brands_list {
        margin-bottom: 24px;
    }

    body.imk-storefront .section-header,
    .product-item-rating {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-content-details .product-title,
    .product-list-title {
        font-size: 1.9rem;
    }

    .product-content-details .item-details,
    .imk-footer-contact li {
        align-items: flex-start;
        flex-direction: column;
    }

    .imk-mobile-bottom-nav {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }
}

/* Template-style header reset */
body.imk-storefront #header.imk-header {
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

body.imk-storefront .imk-topbar,
body.imk-homepage .imk-topbar {
    display: block !important;
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.imk-storefront .imk-topbar-inner,
body.imk-homepage .imk-topbar-inner {
    min-height: 42px;
    padding: 7px 0;
    gap: 22px;
}

body.imk-storefront .imk-topbar-group,
body.imk-homepage .imk-topbar-group {
    gap: 22px;
}

body.imk-storefront .imk-topbar-link,
body.imk-homepage .imk-topbar-link {
    gap: 8px;
    color: #b8bec8;
    font-size: 13px;
    font-weight: 500;
}

body.imk-storefront .imk-topbar-link:hover,
body.imk-homepage .imk-topbar-link:hover {
    color: #fff;
}

body.imk-storefront .imk-topbar-icon,
body.imk-homepage .imk-topbar-icon {
    width: 22px;
    height: 22px;
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

body.imk-storefront .imk-main-menu,
body.imk-homepage .imk-main-menu {
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.imk-storefront .imk-header-row,
body.imk-homepage .imk-header-row {
    display: grid;
    grid-template-columns: minmax(210px, 285px) minmax(420px, 1fr) auto;
    align-items: center;
    gap: 30px;
    padding: 24px 0;
}

body.imk-storefront .imk-brand,
body.imk-homepage .imk-brand {
    min-width: 0;
    max-width: 285px;
    color: #fff;
    position: relative;
    transform-origin: left center;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
}

body.imk-storefront .imk-brand img,
body.imk-homepage .imk-brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

body.imk-storefront .imk-brand-wordmark,
body.imk-homepage .imk-brand-wordmark {
    margin-left: 12px;
    color: #fff;
    font-size: 1.95rem;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), text-shadow 0.32s ease, color 0.32s ease;
}

body.imk-storefront .imk-brand-wordmark span,
body.imk-homepage .imk-brand-wordmark span {
    color: #ef4444;
    transition: color 0.32s ease;
}

body.imk-storefront .imk-brand:hover,
body.imk-storefront .imk-brand:focus-visible,
body.imk-homepage .imk-brand:hover,
body.imk-homepage .imk-brand:focus-visible {
    transform: translateY(-2px) scale(1.012);
    filter: drop-shadow(0 12px 24px rgba(239, 68, 68, 0.18));
}

body.imk-storefront .imk-brand:hover img,
body.imk-storefront .imk-brand:focus-visible img,
body.imk-homepage .imk-brand:hover img,
body.imk-homepage .imk-brand:focus-visible img {
    transform: translateY(-1px) rotate(-4deg) scale(1.06);
    filter: drop-shadow(0 10px 18px rgba(239, 68, 68, 0.28));
}

body.imk-storefront .imk-brand:hover .imk-brand-wordmark,
body.imk-storefront .imk-brand:focus-visible .imk-brand-wordmark,
body.imk-homepage .imk-brand:hover .imk-brand-wordmark,
body.imk-homepage .imk-brand:focus-visible .imk-brand-wordmark {
    transform: translateX(3px);
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

body.imk-storefront .imk-brand:hover .imk-brand-wordmark span,
body.imk-storefront .imk-brand:focus-visible .imk-brand-wordmark span,
body.imk-homepage .imk-brand:hover .imk-brand-wordmark span,
body.imk-homepage .imk-brand:focus-visible .imk-brand-wordmark span {
    color: #ff6b6b;
}

@media (prefers-reduced-motion: reduce) {
    body.imk-storefront .imk-brand,
    body.imk-storefront .imk-brand img,
    body.imk-storefront .imk-brand-wordmark,
    body.imk-storefront .imk-brand-wordmark span,
    body.imk-homepage .imk-brand,
    body.imk-homepage .imk-brand img,
    body.imk-homepage .imk-brand-wordmark,
    body.imk-homepage .imk-brand-wordmark span {
        transition: none;
    }

    body.imk-storefront .imk-brand:hover,
    body.imk-storefront .imk-brand:focus-visible,
    body.imk-storefront .imk-brand:hover img,
    body.imk-storefront .imk-brand:focus-visible img,
    body.imk-storefront .imk-brand:hover .imk-brand-wordmark,
    body.imk-storefront .imk-brand:focus-visible .imk-brand-wordmark,
    body.imk-homepage .imk-brand:hover,
    body.imk-homepage .imk-brand:focus-visible,
    body.imk-homepage .imk-brand:hover img,
    body.imk-homepage .imk-brand:focus-visible img,
    body.imk-homepage .imk-brand:hover .imk-brand-wordmark,
    body.imk-homepage .imk-brand:focus-visible .imk-brand-wordmark {
        transform: none;
        filter: none;
        text-shadow: none;
    }
}

body.imk-storefront .imk-search-panel,
body.imk-homepage .imk-search-panel {
    min-width: 0;
    gap: 0;
}

body.imk-storefront .top-search-bar.imk-search-shell,
body.imk-homepage .top-search-bar.imk-search-shell {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
}

body.imk-storefront .imk-search-shell form,
body.imk-homepage .imk-search-shell form {
    display: grid;
    grid-template-columns: minmax(188px, 236px) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 66px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 0.2s ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.imk-storefront .imk-search-shell form:focus-within,
body.imk-homepage .imk-search-shell form:focus-within {
    box-shadow: none;
}

body.imk-storefront .imk-search-shell .left,
body.imk-homepage .imk-search-shell .left {
    width: auto;
    min-width: 0;
    flex: none;
}

body.imk-storefront .imk-search-shell .search-select,
body.imk-homepage .imk-search-shell .search-select {
    position: relative;
    height: 100%;
    z-index: 8;
}

body.imk-storefront .imk-search-shell .search-select .btn,
body.imk-homepage .imk-search-shell .search-select .btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    height: 64px;
    min-height: 64px;
    padding: 0 46px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, #ef4444, #dc2626 58%, #b91c1c);
    background-color: #dc2626 !important;
    background-image: none !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: left;
    white-space: nowrap;
    box-shadow: 0 18px 32px rgba(185, 28, 28, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.imk-storefront .imk-search-shell .search-select .btn:hover,
body.imk-storefront .imk-search-shell .search-select.show .btn,
body.imk-homepage .imk-search-shell .search-select .btn:hover,
body.imk-homepage .imk-search-shell .search-select.show .btn {
    background: linear-gradient(135deg, #f86161, #ef4444 58%, #dc2626);
    background-color: #ef4444 !important;
    background-image: none !important;
    color: #fff;
    filter: saturate(1.05);
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(185, 28, 28, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.imk-storefront .imk-search-shell .search-select .btn > span:last-child,
body.imk-homepage .imk-search-shell .search-select .btn > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.imk-storefront .imk-search-category-icon,
body.imk-homepage .imk-search-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    font-size: 15px;
}

body.imk-storefront .imk-search-shell .search-select-caret,
body.imk-homepage .imk-search-shell .search-select-caret {
    top: 50%;
    right: 18px;
    color: rgba(255, 255, 255, 0.82);
    transform: translateY(-50%);
    transition: transform 0.2s ease, color 0.2s ease;
}

body.imk-storefront .imk-search-shell .search-select.show .search-select-caret,
body.imk-homepage .imk-search-shell .search-select.show .search-select-caret {
    color: #fff;
    transform: translateY(-50%) rotate(180deg);
}

body.imk-storefront .imk-search-shell .right,
body.imk-homepage .imk-search-shell .right {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: stretch;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(23, 23, 23, 0.98), rgba(12, 12, 12, 0.99));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.imk-storefront .imk-search-shell .right::before,
body.imk-homepage .imk-search-shell .right::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 28%);
    pointer-events: none;
}

body.imk-storefront .imk-search-shell .input-search,
body.imk-homepage .imk-search-shell .input-search {
    width: 100%;
    min-height: 64px;
    padding: 0 28px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
    box-shadow: none;
}

body.imk-storefront .imk-search-shell .input-search::placeholder,
body.imk-homepage .imk-search-shell .input-search::placeholder {
    color: #969ca6;
    opacity: 1;
}

body.imk-storefront .imk-search-shell .btn-search,
body.imk-homepage .imk-search-shell .btn-search {
    width: 72px;
    height: 64px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, #ef4444, #dc2626 62%, #b91c1c);
    background-color: #dc2626 !important;
    background-image: none !important;
    color: #fff;
    font-size: 21px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: background-color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

body.imk-storefront .imk-search-shell .btn-search:hover,
body.imk-homepage .imk-search-shell .btn-search:hover {
    background: linear-gradient(135deg, #fb6a6a, #ef4444 58%, #dc2626);
    background-color: #ef4444 !important;
    background-image: none !important;
    filter: saturate(1.05);
}

body.imk-storefront .imk-search-shell .search-categories,
body.imk-homepage .imk-search-shell .search-categories {
    width: 360px;
    max-width: min(360px, calc(100vw - 32px));
    max-height: min(56vh, 430px);
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.99), rgba(10, 10, 10, 0.99));
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

body.imk-storefront .imk-search-shell .search-categories .dropdown-item,
body.imk-homepage .imk-search-shell .search-categories .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 14px 10px 40px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #e5e7eb !important;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.imk-storefront .imk-search-shell .search-categories .dropdown-item::before,
body.imk-homepage .imk-search-shell .search-categories .dropdown-item::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.82);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
    transform: translateY(-50%);
}

body.imk-storefront .imk-search-shell .search-categories .dropdown-item:first-child,
body.imk-homepage .imk-search-shell .search-categories .dropdown-item:first-child {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(127, 29, 29, 0.1));
    border-color: rgba(239, 68, 68, 0.2);
}

body.imk-storefront .imk-search-shell .search-categories .dropdown-item:hover,
body.imk-storefront .imk-search-shell .search-categories .dropdown-item:focus,
body.imk-homepage .imk-search-shell .search-categories .dropdown-item:hover,
body.imk-homepage .imk-search-shell .search-categories .dropdown-item:focus {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.18), rgba(255, 255, 255, 0.06));
    border-color: rgba(239, 68, 68, 0.24);
    color: #fff !important;
    transform: translateX(2px);
}

body.imk-storefront .imk-search-shell .search-results-ajax,
body.imk-homepage .imk-search-shell .search-results-ajax,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax {
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.99), rgba(10, 10, 10, 0.99));
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.6) !important;
    overflow: hidden;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul,
body.imk-homepage .imk-search-shell .search-results-ajax ul,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul {
    margin: 0;
    padding: 10px;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 14px;
    color: #e5e7eb !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a:hover,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a:hover,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a:hover {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.14), rgba(255, 255, 255, 0.06));
    transform: translateY(-1px);
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a .left,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a .left,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    padding-right: 0;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a .left .search-image,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a .left .search-image,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a .left .search-image {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a .search-product p,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a .search-product p,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a .search-product p {
    margin-bottom: 6px;
    color: #f3f4f6;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a .search-product .price,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a .search-product .price,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a .search-product .price {
    color: #f87171;
}

body.imk-storefront .imk-search-shell .search-results-ajax ul li a i,
body.imk-homepage .imk-search-shell .search-results-ajax ul li a i,
body.imk-storefront .imk-mobile-search-wrap .search-results-ajax ul li a i {
    color: #f87171;
}

body.imk-storefront .imk-search-meta,
body.imk-homepage .imk-search-meta,
body.imk-storefront .imk-header-actions-note,
body.imk-homepage .imk-header-actions-note {
    display: none !important;
}

body.imk-storefront .imk-header-actions-panel,
body.imk-homepage .imk-header-actions-panel {
    justify-self: end;
    align-items: center;
    gap: 0;
}

body.imk-storefront .imk-header-actions,
body.imk-homepage .imk-header-actions {
    align-items: center;
    gap: 28px;
}

body.imk-storefront .imk-header-action,
body.imk-storefront .imk-header-action-cart,
body.imk-homepage .imk-header-action,
body.imk-homepage .imk-header-action-cart {
    position: relative;
    min-width: 76px;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #d1d5db;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

body.imk-storefront .imk-header-action:hover,
body.imk-storefront .imk-header-action-cart:hover,
body.imk-homepage .imk-header-action:hover,
body.imk-homepage .imk-header-action-cart:hover {
    color: #fff;
    transform: none;
}

body.imk-storefront .imk-header-action-icon,
body.imk-homepage .imk-header-action-icon {
    width: 28px;
    height: 28px;
    border-radius: 0;
    background: transparent;
    color: #ef4444;
    font-size: 25px;
}

body.imk-storefront .imk-header-action-copy,
body.imk-homepage .imk-header-action-copy {
    display: block;
}

body.imk-storefront .imk-header-action-copy strong,
body.imk-homepage .imk-header-action-copy strong {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

body.imk-storefront .imk-action-badge,
body.imk-homepage .imk-action-badge {
    top: -8px;
    right: 13px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #050505;
    background: #dc2626;
    color: #fff;
    font-size: 10px;
}

body.imk-storefront:not(.imk-homepage) .imk-nav-main {
    display: none !important;
}

@media (max-width: 1279.98px) {
    body.imk-storefront .imk-header-row,
    body.imk-homepage .imk-header-row {
        grid-template-columns: minmax(190px, auto) auto;
        grid-template-areas:
            "brand actions"
            "search search";
        gap: 18px 24px;
        padding: 18px 0 20px;
    }

    body.imk-storefront .imk-brand,
    body.imk-homepage .imk-brand {
        grid-area: brand;
    }

    body.imk-storefront .imk-search-panel,
    body.imk-homepage .imk-search-panel {
        grid-area: search;
    }

    body.imk-storefront .imk-search-shell form,
    body.imk-homepage .imk-search-shell form {
        grid-template-columns: minmax(184px, 220px) minmax(0, 1fr);
        gap: 10px;
    }

    body.imk-storefront .imk-header-actions-panel,
    body.imk-homepage .imk-header-actions-panel {
        grid-area: actions;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront .imk-topbar,
    body.imk-homepage .imk-topbar {
        display: none !important;
    }

    body.imk-storefront .mobile-nav-container.imk-mobile-shell {
        min-height: unset !important;
        height: auto !important;
    }

    body.imk-storefront .imk-mobile-shell {
        background: #050505;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
    }

    body.imk-storefront .mobile-nav-container.imk-mobile-shell,
    body.imk-storefront .nav-mobile-header.imk-mobile-header,
    body.imk-storefront .nav-mobile-header.imk-mobile-header .container-fluid,
    body.imk-storefront .nav-mobile-header.imk-mobile-header .row {
        background: transparent;
    }

    body.imk-storefront .nav-mobile-header.imk-mobile-header {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        box-shadow: none;
    }

    body.imk-storefront .nav-mobile-header.imk-mobile-header .row {
        margin-right: 0;
        margin-left: 0;
    }

    body.imk-storefront .imk-mobile-header {
        padding: 10px 0 0;
    }

    body.imk-storefront .nav-mobile-header-container {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 8px;
        padding: 6px 12px 12px !important;
    }

    body.imk-storefront .nav-mobile-header-container .menu-icon,
    body.imk-storefront .nav-mobile-header-container .mobile-search {
        width: auto;
        height: auto;
    }

    body.imk-storefront .nav-mobile-header-container .menu-icon a,
    body.imk-storefront .nav-mobile-header-container .mobile-search .search-icon,
    body.imk-storefront .nav-mobile-header-container .mobile-cart a {
        padding: 0;
        color: inherit !important;
    }

    /* Fix: body{color:#222!important} wins over .imk-mobile-icon color via inherit — re-force white */
    body.imk-storefront .nav-mobile-header-container .mobile-search .search-icon.imk-mobile-icon,
    body.imk-storefront .nav-mobile-header-container .menu-icon a.imk-mobile-icon,
    body.imk-storefront .nav-mobile-header-container .mobile-cart a.imk-mobile-icon {
        color: #f8fafc !important;
    }

    body.imk-storefront .imk-mobile-logo {
        justify-content: flex-start;
        min-width: 0;
    }

    body.imk-storefront .imk-mobile-logo a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    body.imk-storefront .imk-mobile-logo img {
        width: auto;
        height: 36px;
        object-fit: contain;
    }

    body.imk-storefront .imk-mobile-brand-copy {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
        overflow: hidden;
        line-height: 1;
    }

    body.imk-storefront .imk-mobile-brand-copy strong {
        color: #fff;
        font-family: "Montserrat", "Noto Sans Georgian", sans-serif;
        font-size: 0.94rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.imk-storefront .imk-mobile-brand-copy span {
        display: none;
    }

    body.imk-storefront .imk-mobile-actions {
        justify-self: end;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(18, 22, 30, 0.94), rgba(10, 13, 18, 0.98));
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
    }

    body.imk-storefront .imk-mobile-icon {
        width: 34px;
        height: 34px;
        border: 1px solid transparent;
        border-radius: 12px;
        background: transparent;
        color: rgba(245, 247, 251, 0.82);
        box-shadow: none;
        font-size: 15px;
    }

    body.imk-storefront .menu-icon .imk-mobile-icon {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(12, 15, 22, 0.96));
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
    }

    body.imk-storefront .imk-mobile-icon:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }

    body.imk-storefront .imk-mobile-actions .imk-mobile-cart {
        background: linear-gradient(135deg, rgba(255, 24, 92, 0.98), rgba(204, 0, 41, 0.94));
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow: 0 12px 24px rgba(255, 24, 92, 0.24);
        color: #fff;
    }

    body.imk-storefront .imk-mobile-search-wrap {
        padding: 0 12px 12px;
        background: transparent;
    }

    body.imk-storefront .imk-mobile-search-box {
        min-height: 52px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: 10px;
        background: #141414;
        box-shadow: none;
    }

    body.imk-storefront .imk-mobile-search-wrap .input-search {
        min-height: 50px;
        padding: 0 16px;
        color: #fff;
    }

    body.imk-storefront .imk-mobile-search-wrap .btn-search {
        width: 56px;
        height: 50px;
        border-radius: 0 10px 10px 0;
        background: #dc2626;
        background-color: #dc2626 !important;
        background-image: none !important;
        color: #fff;
    }
}

@media (max-width: 575.98px) {
    body.imk-storefront .imk-mobile-actions {
        gap: 3px;
        padding: 3px;
    }

    body.imk-storefront .imk-mobile-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
}

/* Products catalogue redesign */
body.imk-storefront .imk-products-page {
    padding: 32px 0 58px;
}

body.imk-storefront .imk-products-page,
body.imk-storefront .imk-products-page * {
    box-sizing: border-box;
}

body.imk-storefront .imk-products-page .nav-breadcrumb {
    margin-bottom: 18px;
    padding: 13px 18px;
    border-radius: 18px;
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.78), rgba(8, 8, 8, 0.92));
    box-shadow: none;
}

body.imk-storefront .imk-products-page .breadcrumb-item,
body.imk-storefront .imk-products-page .breadcrumb-item a {
    color: #9ca3af;
    font-weight: 700;
}

body.imk-storefront .imk-products-page .breadcrumb-item.active {
    color: #fff;
}

.imk-products-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
    align-items: stretch;
    gap: 24px;
    margin-bottom: 22px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(239, 68, 68, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(7, 7, 7, 0.99));
    box-shadow: 0 28px 68px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.imk-products-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, #ef4444, rgba(239, 68, 68, 0), #ef4444);
    opacity: 0.78;
}

.imk-products-hero-copy,
.imk-products-hero-stats {
    position: relative;
    z-index: 1;
}

.imk-products-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 13px;
    border: 1px solid rgba(239, 68, 68, 0.28);
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.12);
    color: #fca5a5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.imk-products-hero h1 {
    max-width: 740px;
    margin: 0;
    color: #fff;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", sans-serif;
    font-size: clamp(2.3rem, 4.4vw, 4.8rem);
    line-height: 1.02;
    font-weight: 900;
}

.imk-products-hero p {
    max-width: 640px;
    margin: 18px 0 0;
    color: #b7beca;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 600;
}

.imk-products-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-self: end;
}

.imk-products-stat {
    min-height: 118px;
    padding: 18px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imk-products-stat span {
    color: #fff;
    font-size: clamp(1.55rem, 2vw, 2.15rem);
    line-height: 1;
    font-weight: 900;
}

.imk-products-stat strong {
    color: #aeb6c3;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.imk-products-stat-accent {
    border-color: rgba(239, 68, 68, 0.32);
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.18), rgba(127, 29, 29, 0.1));
}

body.imk-storefront .imk-products-page .product-list-header.imk-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.98));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.imk-products-toolbar-copy {
    min-width: 0;
}

.imk-products-toolbar-copy > span {
    display: block;
    margin-bottom: 6px;
    color: #f87171;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.imk-storefront .imk-products-page .product-list-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 2.45rem);
    line-height: 1.08;
}

.imk-products-toolbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

body.imk-storefront .imk-products-page .product-sort-by {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.imk-storefront .imk-products-page .product-sort-by .span-sort-by {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

body.imk-storefront .imk-products-page .sort-select .custom-select {
    min-width: 226px;
    height: 50px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.imk-storefront .imk-products-page .btn-filter-products-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 16px;
    box-shadow: 0 18px 32px rgba(220, 38, 38, 0.22);
}

.imk-products-layout {
    align-items: flex-start;
}

body.imk-storefront .imk-products-page .col-sidebar-products,
body.imk-storefront .imk-products-page .imk-products-content-col {
    min-width: 0;
}

body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
    position: sticky;
    top: 178px;
    display: block;
    padding: 18px;
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.97), rgba(8, 8, 8, 0.99));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.imk-products-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.16), rgba(255, 255, 255, 0.04));
}

.imk-products-filter-head span {
    display: block;
    color: #fca5a5;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.imk-products-filter-head strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.imk-products-filter-count {
    min-width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #dc2626;
    color: #fff !important;
    font-size: 13px !important;
}

body.imk-storefront .imk-products-page .filter-item + .filter-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top-color: rgba(255, 255, 255, 0.08);
}

body.imk-storefront .imk-products-page .filter-item .title {
    margin-bottom: 12px;
    color: #f3f4f6;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.08em;
}

body.imk-storefront .imk-products-page .filter-list-container {
    margin-top: 0;
}

body.imk-storefront .imk-products-page .filter-list,
body.imk-storefront .imk-products-page .filter-custom-scrollbar {
    max-height: 316px;
}

body.imk-storefront .imk-products-page .filter-list a,
body.imk-storefront .imk-products-page .filter-list-categories-parent {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #b8c0cc;
    font-size: 13px;
    font-weight: 800;
}

body.imk-storefront .imk-products-page .filter-list a:hover,
body.imk-storefront .imk-products-page .filter-list a.active,
body.imk-storefront .imk-products-page .filter-list-categories-parent:hover {
    border-color: rgba(239, 68, 68, 0.32);
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.18), rgba(255, 255, 255, 0.055));
    color: #fff;
}

body.imk-storefront .imk-products-page .filter-search-input,
body.imk-storefront .imk-products-page .price-filter-input,
body.imk-storefront .imk-products-page #stock-options,
body.imk-storefront .imk-products-page .product-filters select.form-control {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    font-weight: 800;
}

body.imk-storefront .imk-products-page .price-filter-inputs span {
    display: block;
    margin-bottom: 7px;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.imk-storefront .imk-products-page #btn_filter_price {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.imk-storefront .imk-products-page .custom-control-label {
    color: #cbd5e1;
    font-weight: 800;
}

body.imk-storefront .imk-products-page .filter-reset-tag-container {
    margin-bottom: 18px;
}

body.imk-storefront .imk-products-page .filter-reset-tag {
    border: 1px solid rgba(239, 68, 68, 0.24);
    background: rgba(239, 68, 68, 0.1);
    box-shadow: none;
}

body.imk-storefront .imk-products-page .link-reset-filters {
    min-height: 42px;
    border-radius: 14px;
}

body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel {
    padding: 22px;
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(8, 8, 8, 0.98));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.imk-storefront .imk-products-page .row-product.imk-products-grid {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
}

body.imk-storefront .imk-products-page .imk-products-card-col {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
}

body.imk-storefront .imk-products-page .product-item {
    padding: 14px;
    border-radius: 22px;
    border-color: rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.98), rgba(12, 12, 12, 0.99));
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.imk-storefront .imk-products-page .product-item:hover {
    border-color: rgba(239, 68, 68, 0.26);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(239, 68, 68, 0.08);
    transform: translateY(-5px);
}

body.imk-storefront .imk-products-page .img-product-container {
    min-height: 218px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc, #e9eef5);
}

body.imk-storefront .imk-products-page .img-product-container > a {
    min-height: 184px;
}

body.imk-storefront .imk-products-page .img-product {
    max-height: 178px;
}

body.imk-storefront .imk-products-page .item-wishlist-button {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(5, 5, 5, 0.7);
}

body.imk-storefront .imk-products-page .badge-discount,
body.imk-storefront .imk-products-page ._loan,
body.imk-storefront .imk-products-page .discount_percentage {
    left: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(220, 38, 38, 0.22);
}

body.imk-storefront .imk-products-page .main_spec {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.imk-storefront .imk-products-page .product-title,
body.imk-storefront .imk-products-page .product-title a,
body.imk-storefront .imk-products-page .product-item .product-title,
body.imk-storefront .imk-products-page .product-item .product-title a {
    min-height: 61px;
    color: #f8fafc !important;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

body.imk-storefront .imk-products-page .product-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.imk-storefront .imk-products-page .item-meta {
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
}

body.imk-storefront .imk-products-page .item-meta .price,
body.imk-storefront .imk-products-page .item-meta .lbl-price {
    color: #fff !important;
    font-size: clamp(1.35rem, 1.75vw, 1.75rem);
    letter-spacing: 0;
}

body.imk-storefront .imk-products-page .product-item-rating {
    margin-top: 12px;
    padding-top: 12px;
    border-top-color: rgba(255, 255, 255, 0.08);
}

body.imk-storefront .imk-products-page .gift-badge {
    width: 38px;
    height: 38px;
    border-radius: 14px;
}

body.imk-storefront .imk-products-page .no-records-found {
    padding: 54px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
    color: #cbd5e1;
    font-weight: 800;
}

body.imk-storefront .imk-products-page .product-list-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

body.imk-storefront .imk-products-page .product-list-pagination .float-right {
    float: none !important;
}

body.imk-storefront .imk-products-page .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

body.imk-storefront .imk-products-page .pagination .page-link {
    margin-left: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    color: #cbd5e1;
    font-weight: 900;
}

body.imk-storefront .imk-products-page .pagination .active .page-link,
body.imk-storefront .imk-products-page .pagination .page-link:hover {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
}

@media (min-width: 992px) {
    body.imk-storefront .imk-products-page .product-filters.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width: 1199.98px) {
    .imk-products-hero {
        grid-template-columns: 1fr;
    }

    .imk-products-hero-stats {
        max-width: 520px;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront .imk-products-page {
        padding-top: 22px;
    }

    .imk-products-hero {
        padding: 24px;
        border-radius: 24px;
    }

    body.imk-storefront .imk-products-page .col-sidebar-products,
    body.imk-storefront .imk-products-page .imk-products-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.imk-storefront .imk-products-page .product-list-header.imk-products-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .imk-products-toolbar-actions,
    body.imk-storefront .imk-products-page .product-sort-by,
    body.imk-storefront .imk-products-page .sort-select,
    body.imk-storefront .imk-products-page .sort-select .custom-select {
        width: 100%;
    }

    body.imk-storefront .imk-products-page .product-sort-by {
        align-items: flex-start;
        flex-direction: column;
    }

    body.imk-storefront .imk-products-page .btn-filter-products-mobile {
        display: inline-flex;
        width: 100%;
    }

    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        position: static;
        margin-bottom: 20px;
    }

    body.imk-storefront .imk-products-page .product-filters.collapse:not(.show) {
        display: none;
    }
}

@media (max-width: 767.98px) {
    body.imk-storefront .imk-products-page .container {
        max-width: 100%;
    }

    .imk-products-hero {
        margin-bottom: 18px;
        padding: 22px 18px;
    }

    .imk-products-hero p {
        font-size: 14px;
    }

    .imk-products-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .imk-products-stat {
        min-height: 92px;
        padding: 13px 10px;
        border-radius: 16px;
    }

    .imk-products-stat strong {
        font-size: 9px;
    }

    body.imk-storefront .imk-products-page .product-list-header.imk-products-toolbar,
    body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel,
    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        border-radius: 20px;
    }

    body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel {
        padding: 14px;
    }

    body.imk-storefront .imk-products-page .row-product.imk-products-grid {
        margin-right: -7px;
        margin-left: -7px;
        row-gap: 14px;
    }

    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 7px;
        padding-left: 7px;
    }

    body.imk-storefront .imk-products-page .product-item {
        padding: 10px;
        border-radius: 18px;
    }

    body.imk-storefront .imk-products-page .img-product-container {
        min-height: 158px;
        padding: 10px;
        border-radius: 15px;
    }

    body.imk-storefront .imk-products-page .img-product-container > a {
        min-height: 136px;
    }

    body.imk-storefront .imk-products-page .img-product {
        max-height: 132px;
    }

    body.imk-storefront .imk-products-page .product-title,
    body.imk-storefront .imk-products-page .product-title a,
    body.imk-storefront .imk-products-page .product-item .product-title,
    body.imk-storefront .imk-products-page .product-item .product-title a {
        min-height: 56px;
        font-size: 12px;
        line-height: 1.45;
    }

    body.imk-storefront .imk-products-page .item-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.imk-storefront .imk-products-page .item-meta .price,
    body.imk-storefront .imk-products-page .item-meta .lbl-price {
        font-size: 1.22rem;
    }

    body.imk-storefront .imk-products-page .product-item-rating {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.imk-storefront .imk-products-page .product-list-pagination {
        justify-content: center;
    }
}

@media (max-width: 379.98px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Products card and sidebar reboot */
body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel {
    padding: 20px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 24%),
        linear-gradient(180deg, rgba(13, 13, 14, 0.98), rgba(5, 5, 6, 0.99));
}

body.imk-storefront .imk-products-page .row-product.imk-products-grid {
    margin-right: -12px;
    margin-left: -12px;
    row-gap: 24px;
}

body.imk-storefront .imk-products-page .imk-products-card-col {
    padding-right: 12px;
    padding-left: 12px;
}

body.imk-storefront .imk-products-page .imk-listing-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 34%),
        #0a0a0b;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    isolation: isolate;
}

body.imk-storefront .imk-products-page .imk-listing-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(circle at 18% 0%, rgba(239, 68, 68, 0.2), transparent 34%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

body.imk-storefront .imk-products-page .imk-listing-product-card:hover {
    border-color: rgba(248, 113, 113, 0.34);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(239, 68, 68, 0.08);
    transform: translateY(-4px);
}

body.imk-storefront .imk-products-page .imk-listing-product-card:hover::before {
    opacity: 1;
}

body.imk-storefront .imk-products-page .imk-card-media {
    position: relative;
    padding: 14px 14px 0;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .img-product-container {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(230, 235, 244, 0.98)),
        #f4f6fa;
    box-shadow: inset 0 -18px 38px rgba(15, 23, 42, 0.08);
}

body.imk-storefront .imk-products-page .imk-listing-product-card .img-product-container > a {
    min-height: 0;
    aspect-ratio: 1 / 0.76;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .img-product {
    max-width: 92%;
    max-height: 190px;
    object-fit: contain;
    filter: drop-shadow(0 16px 18px rgba(15, 23, 42, 0.1));
}

body.imk-storefront .imk-products-page .imk-listing-product-card:hover .img-product {
    transform: scale(1.04);
}

body.imk-storefront .imk-products-page .imk-listing-product-card .item-wishlist-button {
    top: 26px;
    right: 26px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(8, 8, 9, 0.76);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

body.imk-storefront .imk-products-page .imk-listing-product-card .badge-discount,
body.imk-storefront .imk-products-page .imk-listing-product-card ._loan,
body.imk-storefront .imk-products-page .imk-listing-product-card .discount_percentage {
    top: 26px;
    left: 26px;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

body.imk-storefront .imk-products-page .imk-listing-product-card ._loan {
    top: 62px;
}

body.imk-storefront .imk-products-page .imk-card-details {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px !important;
    padding: 16px 16px 15px;
    color: #fff;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
    min-height: 47px;
    margin: 0;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
    text-align: left;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .item-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    margin: 0 !important;
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    text-align: left;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .discount-original-price {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.42) !important;
    font-size: 12px;
    line-height: 1;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .price,
body.imk-storefront .imk-products-page .imk-listing-product-card .lbl-price {
    color: #fff !important;
    font-size: clamp(1.55rem, 2.15vw, 2.05rem);
    line-height: 0.95;
    font-weight: 950;
}

body.imk-storefront .imk-products-page .imk-card-actions {
    margin-top: auto;
}

body.imk-storefront .imk-products-page .imk-card-view-link {
    width: 100%;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(220, 38, 38, 0.26);
}

body.imk-storefront .imk-products-page .imk-card-view-link i {
    font-size: 12px;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .product-item-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.imk-storefront .imk-products-page .imk-listing-product-card .rating {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .rating i {
    margin: 0;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 15px;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .item-wishlist {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #dbe3ef !important;
    font-weight: 900;
}

body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
    padding: 16px;
    border-radius: 22px;
}

body.imk-storefront .imk-products-page .imk-products-filter-head {
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 16px;
}

body.imk-storefront .imk-products-page .filter-item + .filter-item {
    margin-top: 14px;
    padding-top: 14px;
}

body.imk-storefront .imk-products-page .filter-item .title {
    margin-bottom: 10px;
    font-size: 11px;
}

body.imk-storefront .imk-products-page .filter-list,
body.imk-storefront .imk-products-page .filter-custom-scrollbar {
    max-height: 252px;
}

body.imk-storefront .imk-products-page .filter-list a,
body.imk-storefront .imk-products-page .filter-list-categories-parent {
    min-height: 38px;
    padding: 9px 11px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.35;
}

body.imk-storefront .imk-products-page .price-filter-inputs .row-price-inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
    align-items: end !important;
    gap: 8px;
    margin: 0;
}

body.imk-storefront .imk-products-page .row-price-inputs > [class*="col-"] {
    flex: none;
    width: auto;
    max-width: none;
    padding: 0;
}

body.imk-storefront .imk-products-page .price-filter-inputs span {
    margin-bottom: 6px;
    font-size: 10px;
}

body.imk-storefront .imk-products-page .filter-search-input,
body.imk-storefront .imk-products-page .price-filter-input,
body.imk-storefront .imk-products-page #stock-options,
body.imk-storefront .imk-products-page .product-filters select.form-control {
    min-height: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 12px;
}

body.imk-storefront .imk-products-page #btn_filter_price {
    width: 44px;
    height: 42px;
    border-radius: 13px;
}

body.imk-storefront .imk-products-page #stock-options {
    padding-right: 28px;
}

@media (min-width: 1200px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1500px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel {
        padding: 10px;
    }

    body.imk-storefront .imk-products-page .row-product.imk-products-grid {
        row-gap: 12px;
    }

    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card {
        border-radius: 17px;
    }

    body.imk-storefront .imk-products-page .imk-card-media {
        padding: 8px 8px 0;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product-container {
        padding: 8px;
        border-radius: 13px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product-container > a {
        aspect-ratio: 1 / 0.86;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product {
        max-height: 118px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .item-wishlist-button {
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        border-radius: 11px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .badge-discount,
    body.imk-storefront .imk-products-page .imk-listing-product-card ._loan,
    body.imk-storefront .imk-products-page .imk-listing-product-card .discount_percentage {
        top: 15px;
        left: 15px;
        min-height: 25px;
        padding: 0 8px;
        font-size: 10px;
    }

    body.imk-storefront .imk-products-page .imk-card-details {
        gap: 9px !important;
        padding: 11px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
        min-height: 42px;
        font-size: 11px;
        line-height: 1.32;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .item-meta {
        min-height: 50px;
        padding: 9px;
        border-radius: 12px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .discount-original-price {
        font-size: 10px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .price,
    body.imk-storefront .imk-products-page .imk-listing-product-card .lbl-price {
        font-size: 1.22rem;
    }

    body.imk-storefront .imk-products-page .imk-card-view-link {
        min-height: 36px;
        border-radius: 12px;
        font-size: 11px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .product-item-rating {
        padding-top: 9px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .rating i {
        font-size: 12px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .item-wishlist {
        min-height: 26px;
        padding: 0 8px;
        font-size: 11px;
    }

    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        padding: 14px;
    }
}

@media (max-width: 399.98px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product {
        max-height: 160px;
    }
}

/* Products catalogue final polish */
body.imk-storefront .imk-products-page .col-sidebar-products {
    background: transparent !important;
    box-shadow: none !important;
}

body.imk-storefront .imk-products-page .product-item {
    min-height: 0;
}

body.imk-storefront .imk-products-page .product-item .row-custom.item-details {
    flex: 0 0 auto !important;
    gap: 10px !important;
    text-align: left;
}

body.imk-storefront .imk-products-page .product-item .product-title,
body.imk-storefront .imk-products-page .product-item .product-title a {
    min-height: 58px;
    text-align: left;
}

body.imk-storefront .imk-products-page .product-item .item-meta {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2px !important;
    padding-top: 0;
    text-align: left;
}

body.imk-storefront .imk-products-page .product-item .product-item-rating {
    margin-top: 8px;
    padding-top: 12px;
}

body.imk-storefront .imk-products-page .product-item .rating {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
}

body.imk-storefront .imk-products-page .product-item .item-wishlist {
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
}

body.imk-storefront .imk-products-page .product-item .item-wishlist i {
    color: #f87171 !important;
}

@media (min-width: 1200px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront .imk-products-page .product-filters.imk-products-filters.show {
        display: block;
    }

    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        border-color: rgba(239, 68, 68, 0.16);
    }
}

@media (max-width: 767.98px) {
    body.imk-storefront {
        overflow-x: hidden;
    }

    body.imk-storefront .imk-products-page {
        padding-bottom: 42px;
        overflow-x: hidden;
    }

    body.imk-storefront .imk-products-page .row {
        margin-right: 0;
        margin-left: 0;
    }

    body.imk-storefront .imk-products-page [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    body.imk-storefront .imk-products-page .container {
        width: 100%;
        max-width: 100vw !important;
        padding-right: 12px;
        padding-left: 12px;
        overflow-x: hidden;
    }

    body.imk-storefront .imk-products-page .nav-breadcrumb {
        margin-bottom: 14px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    body.imk-storefront .imk-products-page .product-list-header.imk-products-toolbar {
        padding: 16px;
        gap: 16px;
        overflow: hidden;
    }

    .imk-products-hero,
    body.imk-storefront .imk-products-page .product-list-header.imk-products-toolbar,
    body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel,
    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        margin-right: auto;
        margin-left: auto;
    }

    .imk-products-hero {
        padding-right: 18px;
        padding-left: 18px;
    }

    .imk-products-hero-copy,
    .imk-products-toolbar-copy,
    .imk-products-toolbar-actions {
        width: 100%;
        min-width: 0;
    }

    .imk-products-hero h1,
    .imk-products-hero p,
    body.imk-storefront .imk-products-page .product-list-title {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .imk-products-hero-stats {
        width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .imk-products-stat-accent {
        grid-column: auto;
    }

    .imk-products-stat {
        min-width: 0;
        width: 100%;
        padding: 12px 8px;
    }

    .imk-products-stat span {
        font-size: 1.35rem;
    }

    .imk-products-stat strong {
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .imk-products-toolbar-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
    }

    body.imk-storefront .imk-products-page .product-sort-by,
    body.imk-storefront .imk-products-page .sort-select {
        display: block;
        min-width: 0;
        max-width: 100%;
    }

    body.imk-storefront .imk-products-page .product-sort-by .span-sort-by {
        display: none;
    }

    body.imk-storefront .imk-products-page .sort-select .custom-select,
    body.imk-storefront .imk-products-page .btn-filter-products-mobile {
        width: 100% !important;
        max-width: 100%;
        min-width: 0 !important;
        height: 48px;
        min-height: 48px;
        border-radius: 14px;
        white-space: normal;
    }

    body.imk-storefront .imk-products-page .btn-filter-products-mobile {
        display: inline-flex !important;
        text-align: center;
    }

    body.imk-storefront .imk-products-page .row-product.imk-products-grid {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.imk-storefront .imk-products-page .imk-products-card-col {
        padding-right: 5px;
        padding-left: 5px;
    }

    body.imk-storefront .imk-products-page .product-item .row-custom.item-details {
        gap: 8px !important;
    }

    body.imk-storefront .imk-products-page .product-item .product-title,
    body.imk-storefront .imk-products-page .product-item .product-title a {
        min-height: 52px;
        text-align: left;
    }

    body.imk-storefront .imk-products-page .product-item .product-item-rating {
        margin-top: 4px;
        padding-top: 10px;
    }
}

/* Products card/sidebar final lock */
@media (min-width: 992px) {
    body.imk-storefront .imk-products-page .col-sidebar-products {
        flex: 0 0 288px;
        max-width: 288px;
    }

    body.imk-storefront .imk-products-page .imk-products-content-col {
        flex: 0 0 calc(100% - 288px);
        max-width: calc(100% - 288px);
    }

    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    body.imk-storefront .imk-products-page .imk-products-card-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

body.imk-storefront .imk-products-page .imk-listing-product-card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.imk-storefront .imk-products-page .imk-card-details {
    gap: 14px !important;
    padding: 15px 15px 18px;
}

body.imk-storefront .imk-products-page .imk-card-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 68px;
}

body.imk-storefront .imk-products-page .imk-card-spec {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 26px;
    max-width: 100%;
    padding: 0 11px;
    border: 1px solid rgba(248, 113, 113, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.16), rgba(244, 63, 94, 0.05));
    color: #fecaca;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .item-meta.imk-card-footer {
    align-items: center;
    gap: 10px;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

body.imk-storefront .imk-products-page .imk-card-price-panel {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 92px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(244, 63, 94, 0.2), transparent 54%),
        linear-gradient(145deg, rgba(18, 20, 28, 0.98), rgba(11, 13, 18, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 34px rgba(4, 4, 10, 0.24);
}

body.imk-storefront .imk-products-page .imk-card-price-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.imk-storefront .imk-products-page .imk-card-price-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid rgba(248, 113, 113, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fca5a5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.imk-storefront .imk-products-page .imk-card-price-original {
    min-width: 0;
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-color: rgba(248, 113, 113, 0.56);
    text-decoration-thickness: 1px;
    white-space: nowrap;
}

body.imk-storefront .imk-products-page .imk-card-price-original span {
    font-size: 0.8em;
}

body.imk-storefront .imk-products-page .imk-card-price-current {
    margin: 0;
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    color: #fff;
    font-size: clamp(1.9rem, 1.9vw, 2.35rem);
    line-height: 0.88;
    font-weight: 950;
    letter-spacing: -0.04em;
    text-shadow: 0 14px 28px rgba(244, 63, 94, 0.18);
}

body.imk-storefront .imk-products-page .imk-card-price-current span {
    font-size: 0.38em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    color: #fda4af;
    margin-bottom: 0.18em;
}

body.imk-storefront .imk-products-page .imk-card-view-link {
    min-height: 46px;
    border-radius: 18px;
    font-size: 13px;
    letter-spacing: 0.02em;
}

body.imk-storefront .imk-products-page .imk-card-actions {
    margin-top: 12px;
}

body.imk-storefront .imk-products-page .imk-listing-product-card .product-item-rating {
    gap: 8px;
    padding-top: 10px;
}

body.imk-storefront .imk-products-page .imk-card-gift-pill {
    flex: 0 0 68px;
    width: 68px;
    min-height: 92px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.imk-storefront .imk-products-page .imk-card-gift-pill img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

body.imk-storefront .imk-products-page .imk-card-gift-pill strong {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
    padding: 15px;
}

body.imk-storefront .imk-products-page .imk-products-filter-head {
    margin-bottom: 12px;
    padding: 11px 12px;
}

body.imk-storefront .imk-products-page .imk-products-filter-head strong {
    font-size: 12px;
}

body.imk-storefront .imk-products-page .filter-item + .filter-item {
    margin-top: 12px;
    padding-top: 12px;
}

body.imk-storefront .imk-products-page .filter-item .title {
    margin-bottom: 9px;
    font-size: 10px;
}

body.imk-storefront .imk-products-page .filter-list,
body.imk-storefront .imk-products-page .filter-custom-scrollbar {
    max-height: 224px;
}

body.imk-storefront .imk-products-page .filter-list a,
body.imk-storefront .imk-products-page .filter-list-categories-parent {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 11px;
    font-size: 11px;
    line-height: 1.25;
}

body.imk-storefront .imk-products-page .price-filter-inputs .row-price-inputs.row-price-filter-values {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 40px;
    gap: 6px;
}

body.imk-storefront .imk-products-page .price-filter-inputs span {
    margin-bottom: 5px;
}

body.imk-storefront .imk-products-page .filter-search-input,
body.imk-storefront .imk-products-page .price-filter-input,
body.imk-storefront .imk-products-page #stock-options,
body.imk-storefront .imk-products-page .product-filters select.form-control {
    min-height: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 11px;
}

body.imk-storefront .imk-products-page #btn_filter_price {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

body.imk-storefront .imk-products-page .price-filter-inputs .row-price-inputs.row-stock-inputs {
    display: block;
}

body.imk-storefront .imk-products-page .row-price-inputs.row-stock-inputs > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.imk-storefront .imk-products-page .row-price-inputs.row-stock-inputs #stock-options {
    width: 100% !important;
}

@media (max-width: 767.98px) {
    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
        min-height: 42px;
        font-size: 12px;
    }

    body.imk-storefront .imk-products-page .imk-card-copy {
        gap: 8px;
        min-height: 58px;
    }

    body.imk-storefront .imk-products-page .imk-card-spec {
        min-height: 24px;
        padding: 0 9px;
        font-size: 9px;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .item-meta.imk-card-footer {
        gap: 8px;
    }

    body.imk-storefront .imk-products-page .imk-card-price-panel {
        min-height: 78px;
        padding: 12px 12px 13px;
        border-radius: 18px;
        gap: 8px;
    }

    body.imk-storefront .imk-products-page .imk-card-price-label {
        min-height: 22px;
        padding: 0 8px;
        font-size: 8px;
        letter-spacing: 0.12em;
    }

    body.imk-storefront .imk-products-page .imk-card-price-original {
        font-size: 10px;
    }

    body.imk-storefront .imk-products-page .imk-card-price-current {
        font-size: clamp(1.42rem, 5.8vw, 1.72rem);
    }

    body.imk-storefront .imk-products-page .imk-card-gift-pill {
        flex-basis: 56px;
        width: 56px;
        min-height: 78px;
        padding: 10px 8px;
        border-radius: 18px;
    }

    body.imk-storefront .imk-products-page .imk-card-gift-pill img {
        width: 22px;
        height: 22px;
    }

    body.imk-storefront .imk-products-page .imk-card-gift-pill strong {
        font-size: 13px;
    }

    body.imk-storefront .imk-products-page .imk-card-actions {
        margin-top: 10px;
    }

    body.imk-storefront .imk-products-page .imk-card-view-link {
        min-height: 42px;
        border-radius: 15px;
        font-size: 12px;
    }

    body.imk-storefront .imk-products-page .filter-list a,
    body.imk-storefront .imk-products-page .filter-list-categories-parent {
        min-height: 32px;
        font-size: 11px;
    }
}

/* ═══════════════════════════════════════════════════════════
   IMK CARD v3 — compact bottom-bar layout
   (overrides the old price-panel / card-actions blocks)
   ═══════════════════════════════════════════════════════════ */

/* Details shell — tight gap so copy + bottom fill evenly */
body.imk-storefront .imk-products-page .imk-card-details {
    gap: 0 !important;
    padding: 14px 14px 14px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column;
}

/* Copy area — flex-grows to push bottom bar down */
body.imk-storefront .imk-products-page .imk-card-copy {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 12px;
}

/* Bottom bar — price on left, optional gift dot, round CTA on right */
body.imk-storefront .imk-products-page .imk-card-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin-top: auto;
}

/* Price column */
body.imk-storefront .imk-products-page .imk-card-price-row {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* Strikethrough original price */
body.imk-storefront .imk-products-page .imk-card-price-original {
    color: rgba(255, 255, 255, 0.36) !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-color: rgba(248, 113, 113, 0.5);
    text-decoration-thickness: 1px;
}

body.imk-storefront .imk-products-page .imk-card-price-original span {
    font-size: inherit !important;
}

/* Current price — prominent but not oversized */
body.imk-storefront .imk-products-page .imk-card-price-current {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    color: #fff !important;
    font-size: 1.45rem !important;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    text-shadow: none !important;
}

body.imk-storefront .imk-products-page .imk-card-price-current span {
    font-size: 0.62em !important;
    font-weight: 700;
    letter-spacing: 0;
    color: #fda4af !important;
    margin-bottom: 0 !important;
}

/* Compact gift dot */
body.imk-storefront .imk-products-page .imk-card-gift-dot {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    white-space: nowrap;
}

body.imk-storefront .imk-products-page .imk-card-gift-dot span {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

/* Circular view CTA */
body.imk-storefront .imk-products-page .imk-card-view-btn {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f43f5e 0%, #c2133b 100%);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(244, 63, 94, 0.38);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    border: none;
}

body.imk-storefront .imk-products-page .imk-card-view-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 22px rgba(244, 63, 94, 0.55);
    color: #fff !important;
}

body.imk-storefront .imk-products-page .imk-card-view-btn .lucide,
body.imk-storefront .imk-products-page .imk-card-view-btn [data-lucide] {
    width: 18px !important;
    height: 18px !important;
    display: block;
}

/* Product title — slightly smaller for compactness */
body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
    min-height: 40px !important;
    font-size: 13px !important;
}

/* ── Mobile ────────────────────────────────────────── */
@media (max-width: 767.98px) {
    body.imk-storefront .imk-products-page .imk-card-details {
        padding: 12px 12px 12px !important;
    }

    body.imk-storefront .imk-products-page .imk-card-copy {
        gap: 6px;
        padding-bottom: 10px;
    }

    body.imk-storefront .imk-products-page .imk-card-bottom {
        gap: 8px;
        padding-top: 10px;
    }

    body.imk-storefront .imk-products-page .imk-card-price-current {
        font-size: 1.25rem !important;
    }

    body.imk-storefront .imk-products-page .imk-card-view-btn {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
    }

    body.imk-storefront .imk-products-page .imk-card-view-btn .lucide,
    body.imk-storefront .imk-products-page .imk-card-view-btn [data-lucide] {
        width: 16px !important;
        height: 16px !important;
    }

    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
        font-size: 12px !important;
        min-height: 34px !important;
    }
}

/* =============================================================
   Mobile storefront system - final layer
   ============================================================= */
@media (max-width: 767.98px) {
    :root {
        --imk-mobile-gutter: 12px;
        --imk-mobile-radius: 18px;
        --imk-mobile-radius-sm: 14px;
        --imk-mobile-bottom-offset: calc(env(safe-area-inset-bottom, 0px) + 78px);
    }

    html,
    body.imk-storefront {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
        scroll-padding-top: 82px;
    }

    body.imk-storefront {
        background:
            linear-gradient(180deg, rgba(21, 23, 28, 0.98) 0%, #08090c 42%, #07080a 100%) !important;
        padding-bottom: var(--imk-mobile-bottom-offset);
        color: #f8fafc;
        -webkit-text-size-adjust: 100%;
    }

    body.imk-storefront::before {
        display: none;
    }

    body.imk-storefront #wrapper,
    body.imk-storefront .index-wrapper,
    body.imk-storefront .imk-homepage-main,
    body.imk-storefront .imk-products-page,
    body.imk-storefront .promo-products-page {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    body.imk-storefront .container,
    body.imk-storefront .container-fluid {
        width: 100%;
        max-width: 100vw !important;
        padding-right: var(--imk-mobile-gutter);
        padding-left: var(--imk-mobile-gutter);
    }

    body.imk-storefront .row {
        margin-right: calc(var(--imk-mobile-gutter) * -0.5);
        margin-left: calc(var(--imk-mobile-gutter) * -0.5);
    }

    body.imk-storefront .row > [class*="col-"] {
        padding-right: calc(var(--imk-mobile-gutter) * 0.5);
        padding-left: calc(var(--imk-mobile-gutter) * 0.5);
    }

    body.imk-storefront h1,
    body.imk-storefront h2,
    body.imk-storefront h3,
    body.imk-storefront h4,
    body.imk-storefront p,
    body.imk-storefront a,
    body.imk-storefront span,
    body.imk-storefront strong,
    body.imk-storefront label,
    body.imk-storefront button {
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    body.imk-storefront .btn,
    body.imk-storefront button,
    body.imk-storefront input,
    body.imk-storefront select,
    body.imk-storefront textarea,
    body.imk-storefront .form-control,
    body.imk-storefront .custom-select {
        min-height: 46px;
        font-size: 15px;
    }

    body.imk-storefront .form-control,
    body.imk-storefront .custom-select,
    body.imk-storefront textarea,
    body.imk-storefront input[type="text"],
    body.imk-storefront input[type="email"],
    body.imk-storefront input[type="search"],
    body.imk-storefront input[type="number"] {
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.055) !important;
        color: #f8fafc !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    }

    body.imk-storefront .form-control:focus,
    body.imk-storefront .custom-select:focus,
    body.imk-storefront textarea:focus,
    body.imk-storefront input:focus {
        border-color: rgba(248, 113, 113, 0.58) !important;
        box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.12) !important;
        outline: 0 !important;
    }

    body.imk-storefront .nav-breadcrumb {
        margin: 10px 0 14px;
        padding: 10px 12px;
        border-radius: 14px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.imk-storefront .breadcrumb-products {
        flex-wrap: nowrap;
        white-space: nowrap;
        min-width: max-content;
    }

    body.imk-storefront #header.imk-header {
        position: sticky;
        top: 0;
        z-index: 120;
        background: rgba(7, 8, 10, 0.92) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    body.imk-storefront .mobile-nav-container.imk-mobile-shell {
        min-height: 0 !important;
        height: auto !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.imk-storefront .nav-mobile-header.imk-mobile-header {
        padding: 0 !important;
    }

    body.imk-storefront .nav-mobile-header-container {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        align-items: center;
        gap: 8px;
        padding: 8px var(--imk-mobile-gutter) 9px !important;
    }

    body.imk-storefront .imk-mobile-logo {
        justify-content: center;
    }

    body.imk-storefront .imk-mobile-logo a {
        min-width: 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    body.imk-storefront .imk-mobile-logo img {
        height: 34px !important;
        max-width: 120px;
    }

    body.imk-storefront .imk-mobile-bottom-link {
        font-size: 8.8px;
        letter-spacing: 0;
    }

    body.imk-storefront .imk-mobile-bottom-icon {
        width: 20px;
        height: 20px;
    }

    body.imk-storefront .imk-mobile-brand-copy {
        display: none !important;
    }

    body.imk-storefront .imk-mobile-actions {
        width: 42px;
        min-width: 42px;
        justify-content: flex-end;
        gap: 0;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-mobile-actions .imk-mobile-icon:not(.search-icon) {
        display: none !important;
    }

    body.imk-storefront .imk-mobile-icon,
    body.imk-storefront .menu-icon .imk-mobile-icon {
        width: 36px !important;
        height: 36px !important;
        min-height: 36px;
        border-radius: 13px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #f8fafc !important;
        background: rgba(255, 255, 255, 0.055) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .menu-icon .imk-mobile-icon {
        background: linear-gradient(135deg, rgba(244, 63, 94, 0.95), rgba(190, 18, 60, 0.95)) !important;
        border-color: rgba(255, 255, 255, 0.14) !important;
    }

    body.imk-storefront .imk-mobile-actions .imk-mobile-cart {
        background: #f8fafc !important;
        color: #101114 !important;
    }

    body.imk-storefront .imk-action-badge {
        top: -5px;
        right: -5px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        font-size: 10px;
        background: #f43f5e;
    }

    body.imk-storefront .imk-mobile-search-wrap {
        display: none;
        padding: 0 var(--imk-mobile-gutter) 10px !important;
    }

    body.imk-storefront .imk-mobile-search-wrap.display-block {
        display: block !important;
    }

    body.imk-storefront .imk-mobile-search-box {
        min-height: 50px !important;
        padding: 4px !important;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, 0.07) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28) !important;
    }

    body.imk-storefront .imk-mobile-search-wrap .input-search {
        min-height: 42px !important;
        padding: 0 13px !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        font-size: 14px;
    }

    body.imk-storefront .imk-mobile-search-wrap .btn-search {
        width: 44px !important;
        height: 42px !important;
        min-height: 42px !important;
        border-radius: 13px !important;
        background: linear-gradient(135deg, #f43f5e, #be123c) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-mobile-search-wrap .search-results-ajax {
        left: var(--imk-mobile-gutter) !important;
        right: var(--imk-mobile-gutter) !important;
        width: auto !important;
        max-height: min(420px, calc(100vh - 172px));
        border-radius: 18px !important;
        overflow: auto;
    }

    body.imk-storefront #navMobile.nav-mobile {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: min(88vw, 360px) !important;
        height: 100dvh !important;
        max-width: 360px;
        padding-top: calc(env(safe-area-inset-top, 0px) + 12px);
        background: #090a0d !important;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.48);
        z-index: 130;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(calc(-100% - 18px));
        transition: transform 220ms ease, opacity 180ms ease, visibility 180ms ease;
    }

    body.imk-storefront #navMobile.nav-mobile.nav-mobile-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    body.imk-storefront #navMobile .nav-mobile-sc {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.imk-storefront #navMobile .nav-mobile-inner {
        width: 100% !important;
        min-height: calc(100dvh - 86px);
        padding: 12px 14px 92px !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.imk-storefront #navMobile .navbar-nav {
        width: 100% !important;
        padding: 0 !important;
    }

    body.imk-storefront #navMobile .navbar-nav + .navbar-nav {
        margin-top: 14px;
        padding-top: 14px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.imk-storefront #navMobile .navbar-nav .nav-item {
        border: 0 !important;
        margin-bottom: 7px;
    }

    body.imk-storefront #navMobile .navbar-nav .nav-link,
    body.imk-storefront #navMobile .dropdown-menu a,
    body.imk-storefront #navMobile .dropdown-menu button {
        min-height: 46px;
        padding: 12px 13px !important;
        border-radius: 14px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        background: rgba(255, 255, 255, 0.055) !important;
        color: #e5e7eb !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
    }

    body.imk-storefront #navMobile .navbar-nav .nav-link:hover,
    body.imk-storefront #navMobile .navbar-nav .nav-link:focus {
        background: rgba(244, 63, 94, 0.16) !important;
        color: #fff !important;
    }

    body.imk-storefront #navMobile .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 7px 0 0;
        padding: 7px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.045) !important;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: none;
    }

    body.imk-storefront #navMobile .nav-mobile-footer {
        position: fixed !important;
        left: 0;
        bottom: 0;
        width: min(88vw, 360px) !important;
        min-height: 62px;
        padding: 10px 14px calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
        background: rgba(9, 10, 13, 0.96) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    body.imk-storefront #navMobile .nav-mobile-footer ul {
        width: 100% !important;
        display: flex !important;
        gap: 8px;
        padding: 0 !important;
    }

    body.imk-storefront #navMobile .nav-mobile-footer li {
        width: auto !important;
        margin: 0 !important;
    }

    body.imk-storefront #navMobile .nav-mobile-footer a {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        border-radius: 12px !important;
    }

    body.imk-storefront .imk-mobile-bottom-nav {
        position: fixed;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
        left: 8px;
        right: 8px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
        height: 62px;
        padding: 6px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(12, 13, 16, 0.94) !important;
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
        z-index: 118;
    }

    body.imk-storefront .imk-mobile-bottom-link {
        min-width: 0;
        height: 50px;
        padding: 4px 2px;
        border-radius: 15px;
        color: rgba(226, 232, 240, 0.72) !important;
        font-size: 10px;
        font-weight: 800;
    }

    body.imk-storefront .imk-mobile-bottom-link span:last-child {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.imk-storefront .imk-mobile-bottom-link.is-active,
    body.imk-storefront .imk-mobile-bottom-link:hover,
    body.imk-storefront .imk-mobile-bottom-link:focus {
        background: rgba(255, 255, 255, 0.08);
        color: #fff !important;
    }

    body.imk-storefront .imk-mobile-bottom-icon {
        width: 22px;
        height: 22px;
        margin-bottom: 2px;
    }

    body.imk-storefront .imk-home-hero-section,
    body.imk-storefront .imk-home-section {
        width: 100%;
        margin: 0 0 18px;
        padding-right: var(--imk-mobile-gutter);
        padding-left: var(--imk-mobile-gutter);
    }

    body.imk-storefront .imk-home-hero-grid,
    /* ── Homepage hero: full single-column reflow ─────────────────────────── */
    /* KEY: override @media(max-width:767.98px) and (min-width:480px) 2-col rule */
    body.imk-storefront .imk-home-hero-grid,
    body.imk-storefront .imk-home-hero-main {
        width: 100%;
        max-width: 100%;
    }

    body.imk-storefront .imk-home-hero-main {
        grid-template-columns: 1fr !important;
        min-height: 0;
        padding: 0 !important;
        border-radius: 24px !important;
        overflow: hidden;
    }

    /* Copy section */
    body.imk-storefront .imk-home-hero-copy {
        padding: 22px 18px 16px !important;
        gap: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        text-align: left;
    }

    body.imk-storefront .imk-home-eyebrow {
        font-size: 11px;
        margin-bottom: 0;
    }

    /* Title: full-width column, no ch cap, no character-break vertical stacking */
    body.imk-storefront .imk-home-title {
        max-width: none !important;
        font-size: clamp(2.1rem, 9vw, 2.75rem) !important;
        line-height: 0.96 !important;
        margin: 0 !important;
        letter-spacing: -0.04em !important;
    }

    /* Badge */
    body.imk-storefront .imk-home-hero-badge {
        width: fit-content;
        max-width: 100%;
        min-height: 32px;
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 11.5px;
    }

    /* Feature points: 3-col, icon above text */
    body.imk-storefront .imk-home-hero-points {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        overflow: visible !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    body.imk-storefront .imk-home-point {
        flex-direction: column !important;
        min-width: 0;
        min-height: 76px;
        padding: 9px 8px !important;
        border-radius: 14px;
        gap: 6px !important;
        align-items: flex-start !important;
    }

    body.imk-storefront .imk-home-point-icon {
        width: 26px !important;
        height: 26px !important;
        flex: 0 0 26px !important;
        border-radius: 9px;
    }

    body.imk-storefront .imk-home-point strong {
        font-size: 10.5px;
        line-height: 1.25;
    }

    body.imk-storefront .imk-home-point span:last-child,
    body.imk-storefront .imk-home-point small,
    body.imk-storefront .imk-home-point p {
        font-size: 9.5px;
        line-height: 1.3;
    }

    /* Actions: CTA + countdown stacked, full-width */
    body.imk-storefront .imk-home-hero-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 0 !important;
        align-items: stretch !important;
    }

    body.imk-storefront .imk-home-cta {
        width: 100%;
        min-height: 50px;
        border-radius: 15px;
        font-size: 14px;
    }

    body.imk-storefront .imk-home-countdown {
        width: 100%;
        min-width: 0;
        border-radius: 14px;
        padding: 10px 12px;
    }

    body.imk-storefront .imk-home-countdown-item {
        height: 52px;
    }

    /* Visual: compact strip below copy */
    body.imk-storefront .imk-home-hero-visual {
        padding: 0 16px 16px !important;
        min-height: 200px !important;
        margin-top: 0 !important;
    }

    body.imk-storefront .imk-home-visual-stage {
        min-height: 190px !important;
        border-radius: 20px;
    }

    body.imk-storefront .imk-home-visual-ring {
        width: 148px !important;
        height: 148px !important;
        top: 12px !important;
    }

    body.imk-storefront .imk-home-visual-main {
        inset: 20px 20px 14px !important;
        border-radius: 18px !important;
    }

    body.imk-storefront .imk-home-visual-card {
        width: 58px !important;
        height: 48px !important;
        padding: 7px !important;
        border-radius: 12px !important;
    }

    body.imk-storefront .imk-home-visual-card-1 {
        left: 3px !important;
        bottom: 8px !important;
        top: auto !important;
    }

    body.imk-storefront .imk-home-visual-card-2 {
        left: 6px !important;
        top: 56px !important;
    }

    body.imk-storefront .imk-home-visual-card-3 {
        right: 6px !important;
        top: 56px !important;
    }

    body.imk-storefront .imk-home-section-bar {
        align-items: flex-end;
        gap: 10px;
        padding: 0;
    }

    body.imk-storefront .imk-home-section-title-wrap h2 {
        font-size: clamp(1.42rem, 7vw, 1.9rem) !important;
        line-height: 1.08;
    }

    body.imk-storefront .imk-home-section-bar a {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 0 11px;
        border-radius: 999px;
        font-size: 11px;
        color: #f8fafc !important;
    }

    /* Quick-links swipe row — white titles + smooth touch scroll */
    body.imk-storefront .imk-home-quick-links {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        touch-action: pan-x;
        padding-bottom: 6px;
    }
    body.imk-storefront .imk-home-quick-link {
        color: #f8fafc !important;
        flex: 0 0 auto;
    }
    body.imk-storefront .imk-home-quick-copy strong {
        color: #f8fafc !important;
        font-size: 12.5px !important;
    }
    body.imk-storefront .imk-home-quick-copy small {
        color: rgba(248, 250, 252, 0.62) !important;
    }
    body.imk-storefront .imk-home-quick-arrow {
        color: rgba(248, 250, 252, 0.75) !important;
    }

    body.imk-storefront .imk-home-promo-row {
        margin: 0 var(--imk-mobile-gutter) 24px;
        padding: 18px 16px;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        background: linear-gradient(135deg, #091936 0%, #050d1e 100%);
        border: 1px solid rgba(255, 107, 0, 0.25);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 107, 0, 0.08);
        position: relative;
        overflow: hidden;
    }

    body.imk-storefront .imk-home-promo-row::before {
        content: '';
        position: absolute;
        top: -40%;
        right: -30%;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle, rgba(255, 107, 0, 0.28) 0%, rgba(255, 107, 0, 0) 70%);
        filter: blur(24px);
        pointer-events: none;
        z-index: 0;
    }

    body.imk-storefront .imk-home-bank-card {
        position: relative;
        min-height: 0;
        padding: 0 0 14px 0;
        border-radius: 0;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand action"
            "copy action";
        align-items: center;
        gap: 8px 12px;
        overflow: visible;
        background: none;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: none;
    }

    body.imk-storefront .imk-home-bank-brand {
        grid-area: brand;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        z-index: 1;
    }

    body.imk-storefront .imk-home-bank-logo {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        border-radius: 10px;
        background: #ffffff;
        padding: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    }

    body.imk-storefront .imk-home-bank-logo img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    body.imk-storefront .imk-home-bank-brand > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.imk-storefront .imk-home-bank-brand > div > span {
        font-size: 9px !important;
        font-weight: 800;
        color: #ff994d !important;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 1.1;
    }

    body.imk-storefront .imk-home-bank-brand strong {
        margin-top: 1px;
        font-size: 14px !important;
        font-weight: 900;
        color: #ffffff !important;
        line-height: 1;
    }

    body.imk-storefront .imk-home-bank-copy {
        grid-area: copy;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        z-index: 1;
        flex-wrap: nowrap;
        min-width: 0;
    }

    body.imk-storefront .imk-home-bank-copy h2 {
        font-size: 12.5px !important;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.95);
        line-height: 1;
        margin: 0;
        white-space: nowrap;
    }

    body.imk-storefront .imk-home-bank-copy h3 {
        font-size: 10.5px !important;
        font-weight: 800;
        color: #ff8e2a;
        background: rgba(255, 142, 42, 0.12);
        border: 1px solid rgba(255, 142, 42, 0.25);
        padding: 2.5px 8px;
        border-radius: 6px;
        margin: 0 !important;
        line-height: 1;
        white-space: nowrap;
    }

    body.imk-storefront .imk-home-bank-copy p {
        display: none;
    }

    body.imk-storefront .imk-home-bank-link {
        grid-area: action;
        align-self: center;
        margin: 0;
        min-height: 34px;
        height: 34px;
        padding: 0 16px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ff8e2a 0%, #ff6b00 100%);
        box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        z-index: 1;
        transition: all 0.2s ease;
    }

    body.imk-storefront .imk-home-bank-link:active {
        transform: scale(0.96);
        box-shadow: 0 2px 8px rgba(255, 107, 0, 0.2);
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-rail {
        margin: 0 -16px -6px;
        padding: 6px 16px 14px;
        gap: 12px;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card {
        flex: 0 0 148px !important;
        height: auto !important;
        min-height: 0 !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        border-radius: 18px !important;
        padding: 10px !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        display: flex !important;
        flex-direction: column !important;
        scroll-snap-align: start;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card > div {
        background: transparent !important;
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        gap: 5px !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card > a {
        background: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 14px !important;
        padding: 6px !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card img {
        max-height: 84px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card h3 {
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 8px 0 0 0 !important;
        min-height: 0 !important;
        display: block !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card h3 a {
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 11.5px !important;
        font-weight: 600 !important;
        color: rgba(255, 255, 255, 0.95) !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card h3 a:hover {
        color: #ff994d !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card .text-\[11px\] {
        background: transparent !important;
        font-size: 10px !important;
        color: rgba(255, 255, 255, 0.5) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card .flex.items-baseline {
        background: transparent !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        margin-top: auto !important;
        padding-top: 4px !important;
        display: flex !important;
        align-items: baseline !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card .text-brand {
        color: #ff8e2a !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
        display: inline-block !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card .line-through {
        font-size: 10.5px !important;
        color: rgba(255, 255, 255, 0.4) !important;
        white-space: nowrap !important;
        display: inline-block !important;
    }

    body.imk-storefront .imk-home-promo-row .imk-home-product-card .text-\[11px\]:last-of-type,
    body.imk-storefront .imk-home-promo-row .imk-home-product-card > div > div.text-\[11px\] {
        display: inline-block !important;
        font-size: 9px !important;
        color: #ff994d !important;
        background: rgba(255, 153, 77, 0.08) !important;
        border: 1px solid rgba(255, 153, 77, 0.2) !important;
        padding: 2.5px 6px !important;
        border-radius: 5px !important;
        margin-top: 4px !important;
        margin-bottom: 2px !important;
        align-self: flex-start !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-home-product-rail,
    body.imk-storefront .imk-home-product-rail.rail-six {
        display: flex;
        gap: 9px;
        margin-right: calc(var(--imk-mobile-gutter) * -1);
        margin-left: calc(var(--imk-mobile-gutter) * -1);
        padding: 2px var(--imk-mobile-gutter) 10px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    body.imk-storefront .imk-home-product-rail::-webkit-scrollbar {
        display: none;
    }

    body.imk-storefront .imk-home-product-card {
        flex: 0 0 min(42vw, 170px);
        scroll-snap-align: start;
        border-radius: 18px;
    }

    body.imk-storefront .imk-home-product-media {
        height: 128px;
        min-height: 128px;
        padding: 8px 8px 6px;
        border-radius: 15px;
    }

    body.imk-storefront .imk-home-product-title {
        min-height: 40px;
        font-size: 13px;
        line-height: 1.35;
    }

    body.imk-storefront .imk-home-product-price {
        font-size: 1.25rem;
    }

    body.imk-storefront .imk-products-page,
    body.imk-storefront .promo-products-page {
        padding-top: 14px;
        padding-bottom: 34px;
    }

    body.imk-storefront .imk-products-page .container,
    body.imk-storefront .promo-products-page .container {
        padding-right: var(--imk-mobile-gutter) !important;
        padding-left: var(--imk-mobile-gutter) !important;
    }

    body.imk-storefront .imk-products-hero {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 16px 14px !important;
        border-radius: 20px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-products-hero h1 {
        font-size: clamp(1.8rem, 9vw, 2.5rem) !important;
        line-height: 1.02 !important;
    }

    body.imk-storefront .imk-products-hero p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.55;
    }

    body.imk-storefront .imk-products-hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-top: 14px;
    }

    body.imk-storefront .imk-products-stat {
        min-height: 72px;
        padding: 10px 7px;
        border-radius: 15px;
    }

    body.imk-storefront .imk-products-stat span {
        font-size: 1.2rem;
    }

    body.imk-storefront .imk-products-stat strong {
        font-size: 8.5px;
        line-height: 1.2;
    }

    body.imk-storefront .product-list-header,
    body.imk-storefront .imk-products-page .product-list-header.imk-products-toolbar {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 13px !important;
        border-radius: 18px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 11px !important;
        background: rgba(255, 255, 255, 0.06) !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .product-list-title,
    body.imk-storefront .imk-products-page .product-list-title {
        font-size: clamp(1.35rem, 7vw, 1.85rem) !important;
        line-height: 1.12 !important;
    }

    body.imk-storefront .imk-products-toolbar-actions,
    body.imk-storefront .product-sort-by {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch !important;
        gap: 8px !important;
        width: 100%;
    }

    body.imk-storefront .product-sort-by,
    body.imk-storefront .imk-products-page .product-sort-by {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        justify-self: stretch !important;
        margin: 0 !important;
    }

    body.imk-storefront .product-sort-by .span-sort-by,
    body.imk-storefront .imk-products-page .product-sort-by .span-sort-by {
        display: none !important;
    }

    body.imk-storefront .sort-select,
    body.imk-storefront .sort-select .custom-select,
    body.imk-storefront .sort-select .choices,
    body.imk-storefront .sort-select .choices__inner {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.imk-storefront .sort-select .custom-select {
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 38px 0 13px !important;
        border-radius: 14px !important;
        font-size: 13px;
        font-weight: 800;
    }

    body.imk-storefront .btn-filter-products-mobile {
        width: 100% !important;
        min-width: 48px;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 13px !important;
        border-radius: 14px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        float: none !important;
        justify-self: stretch !important;
        margin: 0 !important;
        background: linear-gradient(135deg, #f43f5e, #be123c) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-products-layout,
    body.imk-storefront .col-content-products,
    body.imk-storefront .col-sidebar-products {
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body.imk-storefront .product-filters,
    body.imk-storefront .imk-products-page .product-filters.imk-products-filters {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 13px !important;
        border-radius: 18px !important;
        background: rgba(255, 255, 255, 0.06) !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .product-filters.collapse:not(.show) {
        display: none !important;
    }

    body.imk-storefront .imk-products-filter-head {
        margin-bottom: 11px;
        padding: 11px;
        border-radius: 15px;
    }

    body.imk-storefront .filter-item + .filter-item,
    body.imk-storefront .imk-products-page .filter-item + .filter-item {
        margin-top: 12px;
        padding-top: 12px;
    }

    body.imk-storefront .filter-item .title,
    body.imk-storefront .imk-products-page .filter-item .title {
        margin-bottom: 8px;
        font-size: 11px;
        line-height: 1.25;
    }

    body.imk-storefront .filter-list,
    body.imk-storefront .filter-custom-scrollbar,
    body.imk-storefront .imk-products-page .filter-list,
    body.imk-storefront .imk-products-page .filter-custom-scrollbar {
        max-height: 230px;
        overflow-y: auto;
        padding-right: 2px;
    }

    body.imk-storefront .filter-list a,
    body.imk-storefront .filter-list-categories-parent,
    body.imk-storefront .imk-products-page .filter-list a,
    body.imk-storefront .imk-products-page .filter-list-categories-parent {
        min-height: 40px;
        padding: 10px 11px;
        border-radius: 13px;
        font-size: 12px;
        line-height: 1.25;
    }

    body.imk-storefront .price-filter-inputs .row-price-inputs,
    body.imk-storefront .imk-products-page .price-filter-inputs .row-price-inputs {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px !important;
        gap: 7px !important;
        margin: 0 !important;
        align-items: end !important;
    }

    body.imk-storefront .row-price-inputs > [class*="col-"] {
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }

    body.imk-storefront #btn_filter_price,
    body.imk-storefront .imk-products-page #btn_filter_price {
        width: 44px !important;
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 14px !important;
    }

    body.imk-storefront .filter-reset-tag-container {
        gap: 8px;
        margin: 0 0 12px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    body.imk-storefront .filter-reset-tag {
        flex: 0 0 auto;
        max-width: 78vw;
        border-radius: 14px;
    }

    body.imk-storefront .filter-reset-tag .right {
        padding: 8px 11px;
    }

    body.imk-storefront .link-reset-filters {
        flex: 0 0 auto;
        min-height: 38px;
        border-radius: 13px;
    }

    body.imk-storefront .product-list-content,
    body.imk-storefront .imk-products-page .product-list-content.imk-products-grid-panel {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.imk-storefront .row-product,
    body.imk-storefront .imk-products-page .row-product.imk-products-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
        margin: 0 !important;
    }

    body.imk-storefront .row-product > .col-product,
    body.imk-storefront .imk-products-page .imk-products-card-col {
        grid-column: auto !important;
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
        display: flex;
        min-width: 0;
    }

    body.imk-storefront .product-item,
    body.imk-storefront .imk-listing-product-card,
    body.imk-storefront .imk-products-page .product-item,
    body.imk-storefront .imk-products-page .imk-listing-product-card {
        width: 100%;
        height: 100%;
        min-width: 0;
        margin: 0 !important;
        padding: 8px !important;
        border-radius: 17px !important;
        border: 1px solid rgba(255, 255, 255, 0.095) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)) !important;
        box-shadow: none !important;
        overflow: hidden;
        transform: none !important;
    }

    body.imk-storefront .img-product-container,
    body.imk-storefront .product-item .img-product-container,
    body.imk-storefront .imk-listing-product-card .img-product-container,
    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product-container {
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 8px !important;
        border-radius: 14px !important;
        background: linear-gradient(145deg, #f8fafc, #e8edf5) !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        box-shadow: inset 0 -14px 26px rgba(15, 23, 42, 0.07) !important;
    }

    body.imk-storefront .imk-card-media {
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.imk-storefront .img-product-container > a,
    body.imk-storefront .imk-listing-product-card .img-product-container > a,
    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product-container > a {
        min-height: 0 !important;
        aspect-ratio: 1 / 0.88;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    body.imk-storefront .img-product,
    body.imk-storefront .imk-listing-product-card .img-product,
    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product {
        width: auto !important;
        max-width: 94% !important;
        max-height: 124px !important;
        object-fit: contain !important;
        transform: none !important;
        filter: drop-shadow(0 10px 12px rgba(15, 23, 42, 0.13));
    }

    body.imk-storefront .badge-discount,
    body.imk-storefront .discount_percentage,
    body.imk-storefront ._loan,
    body.imk-storefront .imk-listing-product-card .badge-discount,
    body.imk-storefront .imk-listing-product-card ._loan,
    body.imk-storefront .imk-products-page .imk-listing-product-card .badge-discount,
    body.imk-storefront .imk-products-page .imk-listing-product-card ._loan {
        top: 13px !important;
        left: 13px !important;
        min-height: 24px !important;
        max-width: calc(100% - 26px);
        padding: 0 8px !important;
        border-radius: 999px !important;
        font-size: 9.5px !important;
        line-height: 24px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-shadow: none !important;
    }

    body.imk-storefront ._loan,
    body.imk-storefront .imk-listing-product-card ._loan,
    body.imk-storefront .imk-products-page .imk-listing-product-card ._loan {
        top: 41px !important;
    }

    body.imk-storefront .item-wishlist-button,
    body.imk-storefront .imk-products-page .imk-listing-product-card .item-wishlist-button {
        top: 13px !important;
        right: 13px !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 12px !important;
    }

    body.imk-storefront .row-custom.item-details,
    body.imk-storefront .imk-card-details,
    body.imk-storefront .imk-products-page .imk-card-details {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 10px 2px 2px !important;
        min-width: 0;
    }

    body.imk-storefront .product-item .product-title,
    body.imk-storefront .product-item .product-title a,
    body.imk-storefront .imk-listing-product-card .product-title,
    body.imk-storefront .imk-listing-product-card .product-title a,
    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title,
    body.imk-storefront .imk-products-page .imk-listing-product-card .product-title a {
        min-height: 38px !important;
        margin: 0 !important;
        color: #f8fafc !important;
        font-size: 12px !important;
        line-height: 1.32 !important;
        font-weight: 850 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-card-spec {
        max-width: 100%;
        min-height: 22px;
        padding: 0 8px;
        border-radius: 999px;
        font-size: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.imk-storefront .item-meta,
    body.imk-storefront .imk-card-bottom,
    body.imk-storefront .imk-products-page .imk-card-bottom {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        margin-top: auto !important;
        padding-top: 9px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    body.imk-storefront .imk-card-price-row {
        flex: 1 1 auto;
        min-width: 0;
    }

    body.imk-storefront .item-meta .price,
    body.imk-storefront .item-meta .lbl-price,
    body.imk-storefront .imk-card-price-current,
    body.imk-storefront .imk-products-page .imk-card-price-current {
        color: #fff !important;
        font-size: clamp(1.08rem, 5.5vw, 1.32rem) !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        white-space: nowrap;
    }

    body.imk-storefront .discount-original-price,
    body.imk-storefront .imk-card-price-original,
    body.imk-storefront .imk-products-page .imk-card-price-original {
        max-width: 100%;
        color: rgba(255, 255, 255, 0.42) !important;
        font-size: 10px !important;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.imk-storefront .imk-card-gift-dot {
        flex: 0 0 auto;
        min-width: 32px;
        height: 28px;
        padding: 0 7px;
        border-radius: 999px;
    }

    body.imk-storefront .imk-card-gift-dot img {
        width: 15px;
        height: 15px;
    }

    body.imk-storefront .imk-card-view-btn,
    body.imk-storefront .imk-products-page .imk-card-view-btn {
        flex: 0 0 34px !important;
        width: 34px !important;
        height: 34px !important;
        border-radius: 50% !important;
        box-shadow: none !important;
    }

    body.imk-storefront .product-item-rating {
        margin-top: 6px !important;
        padding-top: 8px !important;
        gap: 6px !important;
        font-size: 11px !important;
    }

    body.imk-storefront .product-list-pagination {
        justify-content: center !important;
        margin-top: 16px !important;
    }

    body.imk-storefront .product-list-pagination .float-right {
        float: none !important;
    }

    body.imk-storefront .pagination {
        justify-content: center;
        gap: 6px;
    }

    body.imk-storefront .pagination .page-link {
        min-width: 38px;
        height: 38px;
        margin: 0;
        border-radius: 12px;
    }

    body.imk-storefront .imk-footer {
        margin-top: 28px;
        padding-top: 22px;
        padding-bottom: 90px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.imk-storefront .imk-footer-trust-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    body.imk-storefront .imk-footer-trust-item {
        min-width: 0;
        padding: 12px 10px;
        border-radius: 16px;
        align-items: flex-start;
        gap: 9px;
    }

    body.imk-storefront .imk-footer-trust-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    body.imk-storefront .imk-footer-trust-item strong {
        font-size: 11px;
        line-height: 1.25;
    }

    body.imk-storefront .imk-footer-trust-item span {
        font-size: 10px;
        line-height: 1.25;
    }

    body.imk-storefront .imk-footer-newsletter-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 14px;
        padding: 14px;
        border-radius: 18px;
    }

    body.imk-storefront .imk-footer-newsletter-copy {
        align-items: flex-start;
    }

    body.imk-storefront .imk-footer-newsletter-text h4 {
        font-size: 15px;
        line-height: 1.25;
    }

    body.imk-storefront .imk-footer-newsletter-form,
    body.imk-storefront .imk-footer-newsletter-static {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.imk-storefront .imk-footer-newsletter-input,
    body.imk-storefront .imk-footer-newsletter-button,
    body.imk-storefront .imk-footer-newsletter-static a {
        width: 100%;
        min-height: 46px;
        border-radius: 14px;
    }

    body.imk-storefront .imk-footer-links-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 18px;
    }

    body.imk-storefront .imk-footer-links-column {
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
    }

    body.imk-storefront .imk-footer-brand-link img {
        height: 34px;
    }

    body.imk-storefront .imk-footer-brand-wordmark {
        font-size: 1.2rem;
    }

    body.imk-storefront .imk-footer-links-list li + li,
    body.imk-storefront .imk-footer-contact-list li + li {
        margin-top: 8px;
    }

    body.imk-storefront .imk-footer-links-list a,
    body.imk-storefront .imk-footer-contact-list a,
    body.imk-storefront .imk-footer-contact-list span {
        font-size: 13px;
        line-height: 1.35;
    }

    body.imk-storefront .imk-footer-bottom-inner {
        justify-content: center;
        text-align: center;
        font-size: 11px;
    }

    body.imk-storefront .cookies-warning {
        left: 10px;
        right: 10px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
        width: auto;
        max-width: none;
        padding: 0;
        border-radius: 16px;
    }

    body.imk-storefront .cookies-warning .text {
        padding: 13px 44px 13px 14px;
        font-size: 12px;
        line-height: 1.4;
    }

    body.imk-storefront .cookies-warning .icon-cl {
        top: 9px;
        right: 9px;
        width: 30px;
        height: 30px;
    }

    body.imk-storefront .scrollup {
        display: none !important;
    }

    /* -------------------------------------------------------
       Global mobile product card semantic class overrides
       (applies to listing pages, home rails, anywhere the
       imk-mobile-card pattern is used outside PDP)
       ------------------------------------------------------- */

    /* Image link: cap height so it doesn't eat the full card */
    body.imk-storefront .imk-mobile-card > a {
        aspect-ratio: 1 / 0.76 !important;
        max-height: 150px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.04);
    }

    body.imk-storefront .imk-mobile-card > a img {
        max-height: 130px !important;
    }

    /* Top discount badge */
    body.imk-storefront .imk-mobile-card-discount {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 22px;
        padding: 0 7px !important;
        border-radius: 7px !important;
        background: #ffd250 !important;
        color: #121620 !important;
        font-size: 10px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: 0.01em;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
    }

    /* Details wrapper */
    body.imk-storefront .imk-mobile-card-details {
        gap: 7px !important;
        min-width: 0;
    }

    /* Title: kill browser h3 defaults, enforce compact size */
    body.imk-storefront .imk-mobile-card-title {
        margin: 0 !important;
        padding: 0 !important;
        min-height: 30px !important;
        color: #f8fafc !important;
        font-size: 11.5px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-mobile-card-title a {
        color: #f8fafc !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        text-decoration: none !important;
    }

    /* Spec feature pill */
    body.imk-storefront .imk-mobile-card-spec {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        min-width: 0;
        padding: 6px 9px !important;
        border-radius: 10px !important;
        background: rgba(255, 24, 92, 0.08) !important;
        border: 1px solid rgba(255, 24, 92, 0.22) !important;
        box-shadow: none !important;
    }

    body.imk-storefront .imk-mobile-card-spec > span:first-child svg {
        width: 12px !important;
        height: 12px !important;
    }

    body.imk-storefront .imk-mobile-card-spec > span:last-child {
        min-width: 0;
        color: #cbd5e1 !important;
        font-size: 10.5px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }

    /* Price row */
    body.imk-storefront .imk-mobile-card-price-row {
        display: flex !important;
        align-items: baseline !important;
        gap: 6px !important;
        min-width: 0;
        margin-top: auto !important;
    }

    body.imk-storefront .imk-mobile-card-price-current {
        color: #ff3d6a !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    body.imk-storefront .imk-mobile-card-price-current span {
        color: inherit !important;
        font-size: 0.72em !important;
        line-height: 1 !important;
    }

    body.imk-storefront .imk-mobile-card-price-original {
        color: #64748b !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    /* Installment pill */
    body.imk-storefront .imk-mobile-card-installment {
        display: block !important;
        width: 100% !important;
        margin-top: 1px !important;
        padding: 6px 4px !important;
        border-radius: 8px !important;
        background: linear-gradient(135deg, #ffe066, #ffd250) !important;
        color: #0f1420 !important;
        font-size: 9.5px !important;
        font-weight: 900 !important;
        line-height: 1.15 !important;
        text-align: center !important;
        letter-spacing: 0.01em;
        box-shadow: 0 2px 8px rgba(255, 210, 80, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.36);
    }

    /* Wishlist button inside mobile card — fix position (was absolute) + fix color (body:#222 !important) */
    body.imk-storefront .imk-mobile-card .item-wishlist-button {
        position: static !important;
        top: auto !important;
        right: auto !important;
        width: 28px !important;
        height: 28px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.055) !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        box-shadow: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        color: rgba(148, 163, 184, 0.85) !important;
    }
    body.imk-storefront .imk-mobile-card .item-wishlist-button:hover {
        color: #ff185c !important;
        background: rgba(255, 24, 92, 0.12) !important;
        border-color: rgba(255, 24, 92, 0.28) !important;
    }
}

@media (max-width: 389.98px) {
    body.imk-storefront .nav-mobile-header-container {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        gap: 7px;
    }

    body.imk-storefront .imk-mobile-icon,
    body.imk-storefront .menu-icon .imk-mobile-icon {
        width: 34px !important;
        height: 34px !important;
        min-height: 34px;
    }

    body.imk-storefront .imk-mobile-logo img {
        height: 31px !important;
        max-width: 106px;
    }

    body.imk-storefront .imk-mobile-actions .imk-mobile-icon:not(.search-icon):not(.imk-mobile-cart) {
        display: none !important;
    }

    body.imk-storefront .imk-home-hero-points,
    body.imk-storefront .imk-footer-trust-grid {
        grid-template-columns: 1fr;
    }

    body.imk-storefront .row-product,
    body.imk-storefront .imk-products-page .row-product.imk-products-grid {
        gap: 9px !important;
    }

    body.imk-storefront .product-item,
    body.imk-storefront .imk-listing-product-card,
    body.imk-storefront .imk-products-page .imk-listing-product-card {
        padding: 7px !important;
        border-radius: 16px !important;
    }

    body.imk-storefront .img-product,
    body.imk-storefront .imk-listing-product-card .img-product,
    body.imk-storefront .imk-products-page .imk-listing-product-card .img-product {
        max-height: 110px !important;
    }

    body.imk-storefront .product-item .product-title,
    body.imk-storefront .product-item .product-title a,
    body.imk-storefront .imk-listing-product-card .product-title,
    body.imk-storefront .imk-listing-product-card .product-title a {
        font-size: 11.5px !important;
    }

    body.imk-storefront .item-meta .price,
    body.imk-storefront .item-meta .lbl-price,
    body.imk-storefront .imk-card-price-current {
        font-size: 1.05rem !important;
    }

    body.imk-storefront .imk-card-gift-dot {
        display: none;
    }
}

/* Product card main-characteristic bars */
body.imk-storefront .imk-home-product-spec,
body.imk-storefront .imk-listing-product-card .imk-card-spec,
body.imk-storefront .product-item .item-details .main_spec {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    gap: 8px;
    width: 100% !important;
    max-width: 100%;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.065);
    color: #dbe3ef;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

body.imk-storefront .product-item .item-details .main_spec {
    clear: both;
    float: left;
    width: calc(100% - 20px) !important;
    margin: 0 10px 10px !important;
}

body.imk-storefront .imk-home-product-spec::before,
body.imk-storefront .imk-listing-product-card .imk-card-spec::before,
body.imk-storefront .product-item .item-details .main_spec::before {
    content: "";
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1.8px solid #ff184f;
    border-radius: 5px;
    background:
        linear-gradient(#ff184f, #ff184f) center / 9px 2px no-repeat,
        linear-gradient(#ff184f, #ff184f) center / 2px 9px no-repeat,
        rgba(255, 24, 79, 0.08);
    box-shadow: 0 0 0 3px rgba(255, 24, 79, 0.08);
}

body.imk-storefront .imk-card-spec-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.imk-storefront .imk-home-product-card-light .imk-home-product-spec {
    border-color: rgba(17, 24, 39, 0.07);
    background: #eef2f6;
    color: #4b5563;
}

body.imk-storefront .imk-home-product-card-dark .imk-home-product-spec,
body.imk-storefront .imk-home-product-card-feature .imk-home-product-spec {
    background: rgba(255, 255, 255, 0.065);
    color: #dbe3ef;
}

body.imk-storefront .imk-products-page .imk-card-copy {
    gap: 9px;
}

@media (max-width: 767.98px) {
    body.imk-storefront .imk-home-product-spec,
    body.imk-storefront .imk-listing-product-card .imk-card-spec,
    body.imk-storefront .product-item .item-details .main_spec {
        min-height: 32px;
        gap: 7px;
        padding: 0 9px;
        border-radius: 10px;
        font-size: 10px;
    }

    body.imk-storefront .imk-home-product-spec::before,
    body.imk-storefront .imk-listing-product-card .imk-card-spec::before,
    body.imk-storefront .product-item .item-details .main_spec::before {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
        border-radius: 5px;
        background:
            linear-gradient(#ff184f, #ff184f) center / 8px 2px no-repeat,
            linear-gradient(#ff184f, #ff184f) center / 2px 8px no-repeat,
            rgba(255, 24, 79, 0.08);
    }
}

/* Storefront filter icons */
body.imk-storefront .product-filters .filter-item .title,
body.imk-storefront .imk-products-page .filter-item .title {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    align-items: center;
    gap: 9px;
}

body.imk-storefront .product-filters .filter-item .title::before,
body.imk-storefront .imk-products-page .filter-item .title::before {
    content: "";
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 11px;
    border: 1px solid rgba(244, 63, 94, 0.24);
    background:
        radial-gradient(circle at 50% 50%, #f43f5e 0 3px, transparent 4px),
        linear-gradient(#f43f5e, #f43f5e) center / 13px 2px no-repeat,
        linear-gradient(#f43f5e, #f43f5e) center / 2px 13px no-repeat,
        rgba(244, 63, 94, 0.13);
    box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.06);
}

body.imk-storefront .product-filters .filter-list a,
body.imk-storefront .product-filters .filter-list-categories-parent,
body.imk-storefront .imk-products-page .filter-list a,
body.imk-storefront .imk-products-page .filter-list-categories-parent {
    position: relative;
    align-items: center;
}

body.imk-storefront .product-filters .filter-list a::before,
body.imk-storefront .product-filters .filter-list-categories-parent::before,
body.imk-storefront .imk-products-page .filter-list a::before,
body.imk-storefront .imk-products-page .filter-list-categories-parent::before {
    content: "";
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 48%),
        rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.imk-storefront .product-filters .filter-list a:hover::before,
body.imk-storefront .product-filters .filter-list a.active::before,
body.imk-storefront .product-filters .filter-list-categories-parent:hover::before,
body.imk-storefront .imk-products-page .filter-list a:hover::before,
body.imk-storefront .imk-products-page .filter-list a.active::before,
body.imk-storefront .imk-products-page .filter-list-categories-parent:hover::before {
    border-color: rgba(244, 63, 94, 0.45);
    background:
        linear-gradient(#fff, #fff) center / 9px 2px no-repeat,
        linear-gradient(#fff, #fff) center / 2px 9px no-repeat,
        linear-gradient(135deg, #f43f5e, #be123c);
}

body.imk-storefront .product-filters .filter-list a .custom-control,
body.imk-storefront .imk-products-page .filter-list a .custom-control {
    flex: 1 1 auto;
    min-width: 0;
}

body.imk-storefront .product-filters .filter-list a .custom-control-label,
body.imk-storefront .imk-products-page .filter-list a .custom-control-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.imk-storefront .product-filters .price-filter-inputs span,
body.imk-storefront .imk-products-page .price-filter-inputs span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.imk-storefront .product-filters .price-filter-inputs span::before,
body.imk-storefront .imk-products-page .price-filter-inputs span::before {
    content: "";
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    background:
        linear-gradient(#f43f5e, #f43f5e) 50% 50% / 8px 2px no-repeat,
        rgba(244, 63, 94, 0.16);
}

@media (max-width: 767.98px) {
    body.imk-storefront .product-filters .filter-item .title::before,
    body.imk-storefront .imk-products-page .filter-item .title::before {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        border-radius: 9px;
        background:
            radial-gradient(circle at 50% 50%, #f43f5e 0 2.5px, transparent 3.5px),
            linear-gradient(#f43f5e, #f43f5e) center / 11px 2px no-repeat,
            linear-gradient(#f43f5e, #f43f5e) center / 2px 11px no-repeat,
            rgba(244, 63, 94, 0.13);
    }

    body.imk-storefront .product-filters .filter-list a::before,
    body.imk-storefront .product-filters .filter-list-categories-parent::before,
    body.imk-storefront .imk-products-page .filter-list a::before,
    body.imk-storefront .imk-products-page .filter-list-categories-parent::before {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        border-radius: 7px;
    }
}

/* Hide Cookie Warning banner completely */
.cookies-warning,
body.imk-storefront .cookies-warning,
body.imk-homepage .cookies-warning {
    display: none !important;
}

/* Premium Mobile Product Cards Overrides */
.imk-desktop-card {
    display: flex !important;
}
.imk-mobile-card {
    display: none !important;
}

@media (max-width: 767.98px) {
    .imk-desktop-card {
        display: none !important;
    }
    .imk-mobile-card {
        display: flex !important;
    }
    
    body.imk-storefront .product-item,
    body.imk-storefront .imk-listing-product-card,
    body.imk-storefront .imk-products-page .imk-listing-product-card {
        padding: 12px !important;
        border-radius: 20px !important;
        background-color: #121620 !important;
        border: 1px solid rgba(255, 255, 255, 0.04) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    }

    body.imk-storefront .row-product,
    body.imk-storefront .imk-products-page .row-product.imk-products-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    body.imk-storefront .row-product::before,
    body.imk-storefront .row-product::after {
        display: none !important;
    }
    
    body.imk-storefront .row-product > [class*="col-"] {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Override any default aspect ratios and constraints */
    body.imk-storefront .product-item a.relative.aspect-square {
        background-color: transparent !important;
    }

    /* Mobile Fixed Slide-Out Filters Modal Drawer */
    body.imk-storefront #collapseFilters.collapse,
    body.imk-storefront #collapseFilters.collapsing {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 320px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        z-index: 1050 !important;
        background: #0f1420 !important;
        border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.6) !important;
        display: flex !important;
        flex-direction: column !important;
        margin: 0 !important;
        padding: 18px !important;
        overflow-y: auto !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        transform: translateX(-100%) !important;
    }

    body.imk-storefront #collapseFilters.collapsing {
        height: 100vh !important;
    }

    body.imk-storefront #collapseFilters.show {
        transform: translateX(0) !important;
        display: flex !important;
    }

    body.imk-storefront .imk-products-filter-head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 20px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    body.imk-storefront .imk-products-filter-head .btn-close-filters-mobile {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
        color: #9CA3AF !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.15s !important;
    }

    body.imk-storefront .imk-products-filter-head .btn-close-filters-mobile:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.25) !important;
    }

    /* Style the new SVGs inside Mobile Bottom Nav */
    body.imk-storefront .imk-mobile-bottom-icon svg {
        display: block !important;
        margin: 0 auto !important;
        width: 20px !important;
        height: 20px !important;
        stroke: currentColor !important;
    }
}

/* ============ Shopping Cart Redesign ============ */

/* Wrapper & Title */
body.imk-storefront .imk-cart-page-wrapper {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

body.imk-storefront .imk-cart-title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--imk-text);
    border-bottom: none;
    margin: 0 0 35px 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.imk-storefront .imk-cart-title-count {
    color: var(--imk-accent);
    font-size: 20px;
    font-weight: 600;
}

/* Left Column / Item Container */
body.imk-storefront .imk-cart-left {
    border-bottom: none;
    float: none;
    display: block;
    width: 100%;
}

/* Product Cards */
body.imk-storefront .imk-cart-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: var(--imk-surface) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: var(--imk-radius-md) !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    float: none !important;
    width: 100% !important;
    box-shadow: var(--imk-shadow-soft) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
    box-sizing: border-box !important;
}

body.imk-storefront .imk-cart-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255, 24, 92, 0.25) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 24, 92, 0.05) !important;
}

/* Image Container */
body.imk-storefront .imk-cart-img-box {
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.imk-storefront .imk-cart-img-inner {
    width: 100px !important;
    height: 100px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important; /* Blends white-backdrop product images perfectly */
    border: 1px solid var(--imk-border) !important;
    float: none !important;
    margin: 0 !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease !important;
}

body.imk-storefront .imk-cart-card:hover .imk-cart-img-inner {
    transform: scale(1.03) !important;
}

body.imk-storefront .imk-cart-img-inner a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    background: #ffffff !important;
}

body.imk-storefront .imk-cart-img-inner img {
    height: auto !important;
    width: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    transform: none !important;
    position: static !important;
    display: block !important;
    background: #ffffff !important;
}

/* Details Box */
body.imk-storefront .imk-cart-details {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    vertical-align: top !important;
    float: none !important;
    width: auto !important;
    background: transparent !important;
    gap: 4px !important;
}

body.imk-storefront .imk-product-title-row {
    margin-bottom: 6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    float: none !important;
    width: auto !important;
}

body.imk-storefront .imk-product-title-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--imk-text) !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
}

body.imk-storefront .imk-product-title-link:hover {
    color: var(--imk-accent) !important;
}

/* Badges */
body.imk-storefront .imk-digital-badge {
    margin-bottom: 6px !important;
    display: block !important;
}

body.imk-storefront .imk-digital-badge .label-instant-download {
    background: var(--imk-accent-soft) !important;
    color: var(--imk-accent-2) !important;
    font-size: 11px !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    border: 1px solid rgba(255, 24, 92, 0.2) !important;
}

body.imk-storefront .imk-badge-out-of-stock {
    background: rgba(239, 68, 68, 0.12) !important;
    color: #ef4444 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
}

/* Seller */
body.imk-storefront .imk-seller-row {
    font-size: 13px !important;
    color: var(--imk-text-muted) !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: transparent !important;
    float: none !important;
    list-style: none !important;
    list-style-type: none !important;
}

body.imk-storefront .imk-by-label {
    color: rgba(255, 255, 255, 0.35) !important;
}

body.imk-storefront .imk-seller-link {
    color: var(--imk-text) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.imk-storefront .imk-seller-link:hover {
    color: var(--imk-accent) !important;
}

/* Pricing inside details */
body.imk-storefront .imk-price-row {
    font-size: 14px !important;
    color: var(--imk-text-muted) !important;
    margin-bottom: 4px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: transparent !important;
    float: none !important;
    list-style: none !important;
    list-style-type: none !important;
}

body.imk-storefront .imk-cart-details .list-item,
body.imk-storefront .imk-cart-card .list-item,
body.imk-storefront .imk-cart-card li,
body.imk-storefront .shopping-cart .item .list-item {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--imk-text-muted) !important;
    font-size: 14px !important;
    text-indent: 0 !important;
}

body.imk-storefront .imk-cart-details .list-item::before,
body.imk-storefront .imk-cart-card .list-item::before,
body.imk-storefront .imk-cart-card li::before,
body.imk-storefront .shopping-cart .item .list-item::before {
    display: none !important;
    content: none !important;
}

body.imk-storefront .imk-price-label {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px !important;
}

body.imk-storefront .imk-price-value {
    color: var(--imk-text) !important;
    font-weight: 600 !important;
}

body.imk-storefront .imk-price-value-total {
    color: var(--imk-text) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body.imk-storefront .imk-discount-badge {
    background: rgba(16, 185, 129, 0.12) !important;
    color: #10b981 !important;
    font-size: 11px !important;
    padding: 2px 6px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    margin-left: 4px !important;
}

/* Card Actions */
body.imk-storefront .imk-cart-card-actions {
    margin-top: 12px !important;
    display: block !important;
}

body.imk-storefront .imk-btn-remove {
    background: transparent !important;
    border: 1px solid var(--imk-border) !important;
    color: var(--imk-text-muted) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 6px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    cursor: pointer !important;
}

body.imk-storefront .imk-btn-remove:hover {
    color: var(--imk-accent) !important;
    border-color: var(--imk-accent) !important;
    background: var(--imk-accent-soft) !important;
    box-shadow: 0 4px 12px rgba(255, 24, 92, 0.1) !important;
}

/* Quantity Cell Box */
body.imk-storefront .imk-cart-quantity-box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-end !important;
    width: 130px !important;
    min-width: 130px !important;
    padding-left: 10px !important;
    vertical-align: middle !important;
    background: transparent !important;
    float: none !important;
    margin: 0 !important;
    border: none !important;
}

body.imk-storefront .imk-bidding-qty {
    font-size: 13px !important;
    color: var(--imk-text-muted) !important;
    font-weight: 500 !important;
}

/* Pill Spinner Redesign */
body.imk-storefront .imk-number-spinner {
    width: 110px;
    background: var(--imk-surface-2);
    border: 1px solid var(--imk-border);
    border-radius: 30px;
    overflow: hidden;
    padding: 3px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.imk-storefront .imk-number-spinner:focus-within,
body.imk-storefront .imk-number-spinner:hover {
    border-color: rgba(255, 24, 92, 0.3);
}

body.imk-storefront .imk-spinner-input-group {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    width: 100%;
}

body.imk-storefront .imk-spinner-btn {
    width: 28px;
    height: 28px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    color: var(--imk-text-muted) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
}

body.imk-storefront .imk-spinner-btn:hover {
    color: var(--imk-text) !important;
    background: var(--imk-surface-3) !important;
}

body.imk-storefront .imk-spinner-btn:active {
    background: var(--imk-accent-soft) !important;
    color: var(--imk-accent) !important;
}

body.imk-storefront .imk-spinner-input {
    background: transparent !important;
    border: none !important;
    color: var(--imk-text) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    height: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 42px !important;
    text-align: center;
}

/* Keep Shopping Button */
body.imk-storefront .imk-btn-keep-shopping {
    background: transparent !important;
    border: 1px solid var(--imk-border) !important;
    color: var(--imk-text) !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    padding: 10px 24px !important;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease !important;
    margin-top: 15px;
}

body.imk-storefront .imk-btn-keep-shopping:hover {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: var(--imk-text) !important;
}

/* ============ Right Panel (Order Summary) ============ */
body.imk-storefront .imk-cart-right {
    background-color: var(--imk-surface) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: var(--imk-radius-md) !important;
    padding: 32px !important;
    margin-top: 0 !important;
    box-shadow: var(--imk-shadow) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: 30px;
}

body.imk-storefront .imk-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px !important;
    font-size: 14px;
}

body.imk-storefront .imk-summary-label {
    color: var(--imk-text-muted);
    font-weight: 500;
}

body.imk-storefront .imk-summary-val {
    color: var(--imk-text);
    font-weight: 600;
}

body.imk-storefront .imk-coupon-discount-row .imk-coupon-tag {
    color: var(--imk-success);
    font-weight: 600;
    font-size: 13px;
    margin-left: 4px;
}

body.imk-storefront .imk-coupon-discount-row .imk-coupon-remove-link {
    color: rgba(239, 68, 68, 0.8);
    font-size: 12px;
    font-weight: 500;
    margin-left: 6px;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.imk-storefront .imk-coupon-discount-row .imk-coupon-remove-link:hover {
    color: #ef4444;
}

body.imk-storefront .imk-summary-divider {
    background-color: transparent !important;
    border-bottom: 1px dashed var(--imk-border) !important;
    height: auto !important;
    margin: 20px 0 !important;
    width: 100% !important;
}

body.imk-storefront .imk-total-row {
    margin-bottom: 24px !important;
}

body.imk-storefront .imk-total-label {
    color: var(--imk-text);
    font-size: 18px;
    font-weight: 700;
}

body.imk-storefront .imk-total-val {
    color: var(--imk-accent);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* Checkout CTA Button */
body.imk-storefront .imk-btn-checkout {
    background: linear-gradient(135deg, var(--imk-accent) 0%, #d8004b 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: var(--imk-radius-sm) !important;
    padding: 16px 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(255, 24, 92, 0.3) !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
}

body.imk-storefront .imk-btn-checkout:hover:not(.disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 24, 92, 0.42) !important;
    filter: brightness(1.05);
}

body.imk-storefront .imk-btn-checkout:active:not(.disabled) {
    transform: translateY(0);
}

body.imk-storefront .imk-btn-checkout.disabled,
body.imk-storefront .imk-btn-checkout:disabled {
    background: var(--imk-surface-3) !important;
    border: 1px solid var(--imk-border) !important;
    color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
    cursor: not-allowed;
    pointer-events: none;
}

/* Payment Icons */
body.imk-storefront .imk-payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px !important;
}

body.imk-storefront .imk-payment-icons img {
    height: 22px;
    opacity: 0.45;
    filter: grayscale(1);
    transition: all 0.2s ease;
}

body.imk-storefront .imk-payment-icons:hover img {
    opacity: 0.7;
    filter: grayscale(0.5);
}

body.imk-storefront .imk-payment-icons img:hover {
    opacity: 1;
    filter: grayscale(0) drop-shadow(0 2px 6px rgba(255, 255, 255, 0.1));
}

body.imk-storefront .imk-summary-divider-solid {
    border-color: var(--imk-border) !important;
    margin: 24px 0 !important;
}

/* Coupon Section */
body.imk-storefront .imk-coupon-label {
    font-size: 13px;
    color: var(--imk-text-muted);
    margin-bottom: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.imk-storefront .imk-coupon-field {
    display: flex !important;
    align-items: center;
    gap: 8px;
    background: transparent !important;
}

body.imk-storefront .imk-coupon-input {
    background: var(--imk-surface-2) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: 12px !important;
    height: 44px !important;
    color: var(--imk-text) !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    flex-grow: 1;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

body.imk-storefront .imk-coupon-input:focus {
    border-color: rgba(255, 24, 92, 0.4) !important;
}

body.imk-storefront .imk-btn-apply-coupon {
    background: var(--imk-surface-3) !important;
    border: 1px solid var(--imk-border) !important;
    color: var(--imk-text) !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    height: 44px !important;
    padding: 0 20px !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
}

body.imk-storefront .imk-btn-apply-coupon:hover {
    background: var(--imk-accent) !important;
    border-color: var(--imk-accent) !important;
    color: #fff !important;
}

body.imk-storefront .imk-coupon-error-container {
    margin-top: 8px !important;
}

body.imk-storefront .imk-coupon-error-text {
    font-size: 12px;
    font-weight: 500;
}

/* ============ Empty Cart State Redesign ============ */
body.imk-storefront .imk-empty-cart {
    background: var(--imk-surface);
    border: 1px solid var(--imk-border);
    border-radius: var(--imk-radius-md);
    padding: 60px 40px !important;
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
    box-shadow: var(--imk-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.imk-storefront .imk-empty-cart-icon {
    background: var(--imk-accent-soft);
    color: var(--imk-accent);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    border: 1px solid rgba(255, 24, 92, 0.15);
    box-shadow: inset 0 0 20px rgba(255, 24, 92, 0.05);
}

body.imk-storefront .imk-empty-cart-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--imk-text);
    margin-bottom: 12px;
}

body.imk-storefront .imk-empty-cart-desc {
    font-size: 15px;
    color: var(--imk-text-muted);
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto 32px auto;
}

body.imk-storefront .imk-empty-cart-btn {
    background: linear-gradient(135deg, var(--imk-accent) 0%, #d8004b 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 6px 20px rgba(255, 24, 92, 0.25) !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
}

body.imk-storefront .imk-empty-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 24, 92, 0.35) !important;
}

/* ============ Mobile Responsiveness ============ */
@media (max-width: 768px) {
    body.imk-storefront .imk-cart-card {
        display: grid !important;
        grid-template-columns: 64px 1fr auto !important;
        gap: 12px !important;
        padding: 12px !important;
        align-items: center !important;
        position: relative !important;
        flex-direction: unset !important;
        min-height: 88px !important;
    }

    body.imk-storefront .imk-cart-img-box {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 64px !important;
        min-width: 64px !important;
        height: 64px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
    }

    body.imk-storefront .shopping-cart .item .cart-item-image .img-cart-product,
    body.imk-storefront .imk-cart-card .imk-cart-img-inner {
        width: 64px !important;
        height: 64px !important;
        background: #ffffff !important;
        padding: 4px !important;
        border-radius: 8px !important;
    }

    body.imk-storefront .imk-cart-details {
        grid-column: 2 !important;
        grid-row: 1 !important;
        padding-left: 0 !important;
        padding-right: 8px !important;
        width: 100% !important;
        gap: 2px !important;
    }

    body.imk-storefront .imk-product-title-row {
        margin-bottom: 2px !important;
        gap: 4px !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }

    body.imk-storefront .imk-product-title-link {
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        padding-right: 16px !important;
    }

    body.imk-storefront .imk-seller-row {
        font-size: 11px !important;
        margin-bottom: 2px !important;
        gap: 2px !important;
    }

    body.imk-storefront .imk-cart-details .list-item,
    body.imk-storefront .imk-cart-card .list-item {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }

    body.imk-storefront .imk-price-row {
        font-size: 12px !important;
        margin-bottom: 0 !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    body.imk-storefront .imk-price-label {
        font-size: 11px !important;
    }

    body.imk-storefront .imk-price-value-total {
        font-size: 13px !important;
    }

    body.imk-storefront .imk-cart-card-actions {
        display: none !important;
    }

    body.imk-storefront .imk-btn-remove {
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 0 !important;
        padding: 0 !important;
        border-radius: 50% !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.05) !important;
        color: rgba(255, 255, 255, 0.5) !important;
    }

    body.imk-storefront .imk-btn-remove svg {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
    }

    body.imk-storefront .imk-cart-quantity-box {
        grid-column: 3 !important;
        grid-row: 1 !important;
        width: auto !important;
        min-width: unset !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
        border-top: none !important;
        padding-top: 0 !important;
        margin: 0 !important;
    }

    body.imk-storefront .imk-number-spinner {
        width: 84px !important;
        height: 28px !important;
        padding: 1px !important;
        border-radius: 20px !important;
    }

    body.imk-storefront .imk-spinner-btn {
        width: 22px !important;
        height: 22px !important;
    }

    body.imk-storefront .imk-spinner-input {
        width: 26px !important;
        font-size: 12px !important;
    }

    body.imk-storefront .imk-cart-right {
        margin-top: 30px !important;
        padding: 24px !important;
    }

    body.imk-storefront .imk-empty-cart {
        padding: 40px 20px !important;
        margin: 20px 10px;
    }

    body.imk-storefront .imk-empty-cart-icon {
        width: 100px;
        height: 100px;
    }

    body.imk-storefront .imk-empty-cart-icon svg {
        width: 48px;
        height: 48px;
    }
}

/* ============ Checkout Order Summary Redesign ============ */
body.imk-storefront .order-summary-container {
    margin-bottom: 30px;
}

body.imk-storefront .order-summary-container .cart-section-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--imk-text);
    border-bottom: none;
    margin: 0 0 20px 0;
    padding-bottom: 0;
}

body.imk-storefront .order-summary-container .right {
    background: var(--imk-surface) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: var(--imk-radius-md) !important;
    padding: 30px !important;
    box-shadow: var(--imk-shadow) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.imk-storefront .order-summary-container .cart-order-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.imk-storefront .order-summary-container .cart-order-details .item {
    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 16px 0 !important;
    border-bottom: 1px solid var(--imk-border) !important;
    margin: 0 !important;
    background: transparent !important;
}

body.imk-storefront .order-summary-container .cart-order-details .item:last-child {
    border-bottom: none !important;
}

body.imk-storefront .order-summary-container .cart-order-details .item-left {
    width: 64px !important;
    height: 64px !important;
    flex-shrink: 0 !important;
}

body.imk-storefront .order-summary-container .cart-order-details .img-cart-product {
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px;
}

body.imk-storefront .order-summary-container .cart-order-details .img-cart-product img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

body.imk-storefront .order-summary-container .cart-order-details .item-right {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 !important;
}

body.imk-storefront .order-summary-container .cart-order-details .item-right a {
    color: var(--imk-text) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
}

body.imk-storefront .order-summary-container .cart-order-details .item-right a:hover {
    color: var(--imk-accent) !important;
}

body.imk-storefront .order-summary-container .cart-order-details .seller {
    font-size: 12px !important;
    color: var(--imk-text-muted) !important;
}

body.imk-storefront .order-summary-container .cart-order-details .seller a {
    color: var(--imk-text-muted) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.imk-storefront .order-summary-container .cart-order-details .seller a:hover {
    color: var(--imk-accent) !important;
}

body.imk-storefront .order-summary-container .cart-order-details .list-item {
    font-size: 13px !important;
    color: var(--imk-text-muted) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px !important;
}

body.imk-storefront .order-summary-container .cart-order-details .list-item label {
    margin: 0 !important;
    font-weight: 400 !important;
    color: var(--imk-text-muted) !important;
}

body.imk-storefront .order-summary-container .cart-order-details .list-item strong.lbl-price,
body.imk-storefront .order-summary-container .cart-order-details .list-item strong {
    color: var(--imk-text) !important;
    font-weight: 600 !important;
}

body.imk-storefront .order-summary-container .right .row-custom {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px !important;
    color: var(--imk-text-muted) !important;
    font-size: 14px !important;
}

body.imk-storefront .order-summary-container .right .row-custom strong {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between;
    color: var(--imk-text-muted) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

body.imk-storefront .order-summary-container .right .row-custom strong span {
    color: var(--imk-text) !important;
    font-weight: 600 !important;
}

body.imk-storefront .order-summary-container .right .row-custom strong a {
    color: rgba(239, 68, 68, 0.8) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-left: 6px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body.imk-storefront .order-summary-container .right .row-custom strong a:hover {
    color: #ef4444 !important;
}

body.imk-storefront .order-summary-container .right .line-seperator {
    border-bottom: 1px dashed var(--imk-border) !important;
    margin: 16px 0 !important;
    height: 0 !important;
    background: transparent !important;
    width: 100% !important;
}

/* Grand Total styling inside Order Summary */
body.imk-storefront .order-summary-container .right .row-custom:last-of-type strong {
    color: var(--imk-text) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

body.imk-storefront .order-summary-container .right .row-custom:last-of-type strong span {
    color: var(--imk-accent) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
}

/* Order Summary Mobile Overrides */
@media (max-width: 768px) {
    body.imk-storefront .order-summary-container .right {
        padding: 20px !important;
    }
}

/* ───────────────────────────────────────────────────────────
   PREMIUM WISHLIST REDESIGN AND ACTIVE HEART OVERRIDES
   ─────────────────────────────────────────────────────────── */

/* Active Wishlist Heart SVG Fill & Accent Color */
body.imk-storefront .item-wishlist-button.item-wishlist {
    color: var(--imk-accent) !important;
}
body.imk-storefront .item-wishlist-button.item-wishlist svg {
    fill: var(--imk-accent) !important;
    stroke: var(--imk-accent) !important;
}
body.imk-storefront .item-wishlist-button.item-wishlist svg path {
    fill: var(--imk-accent) !important;
    stroke: var(--imk-accent) !important;
}

/* Premium Wishlist Container */
body.imk-storefront .imk-wishlist-page-container {
    background: var(--imk-surface) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: var(--imk-radius-md) !important;
    padding: 32px !important;
    margin-top: 24px !important;
    box-shadow: var(--imk-shadow) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    position: relative !important;
    overflow: hidden !important;
}

body.imk-storefront .profile-tab-content {
    background: var(--imk-surface) !important;
    border: 1px solid var(--imk-border) !important;
    border-radius: var(--imk-radius-md) !important;
    padding: 32px !important;
    box-shadow: var(--imk-shadow) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    margin-top: 16px !important;
}

/* Premium empty wishlist styling */
body.imk-storefront .imk-empty-wishlist-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 80px 24px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.imk-storefront .imk-empty-wishlist-icon {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 24px !important;
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important;
    background: rgba(255, 24, 92, 0.05) !important;
    border: 1px dashed rgba(255, 24, 92, 0.15) !important;
}

body.imk-storefront .imk-empty-wishlist-container h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: var(--imk-text) !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.5px !important;
}

body.imk-storefront .imk-empty-wishlist-container p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: var(--imk-text-muted) !important;
    max-width: 480px !important;
    margin-bottom: 32px !important;
}

/* breadcrumb alignment */
body.imk-storefront .breadcrumb {
    background: transparent !important;
    padding: 12px 0 !important;
    margin-bottom: 16px !important;
    font-size: 13px !important;
}

body.imk-storefront .breadcrumb-item a {
    color: var(--imk-text-muted) !important;
}

body.imk-storefront .breadcrumb-item.active {
    color: var(--imk-accent) !important;
    font-weight: 600 !important;
}

body.imk-storefront .page-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: var(--imk-text) !important;
    letter-spacing: -0.75px !important;
    margin-bottom: 24px !important;
}

/* Wishlist Page Spacing & Layout Optimization on Mobile Viewports */
@media (max-width: 767.98px) {
    body.imk-storefront .profile-tab-content,
    body.imk-storefront .imk-wishlist-page-container {
        padding: 16px 12px !important;
        margin-top: 12px !important;
        border-radius: var(--imk-radius-md) !important;
    }
    
    /* Ensure empty column spans the full width of the mobile grid */
    body.imk-storefront .row-product > .col-12 {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Make sure empty state is beautifully centered on mobile */
    body.imk-storefront .imk-empty-wishlist-container {
        padding: 48px 16px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    body.imk-storefront .imk-empty-wishlist-container h3 {
        font-size: 18px !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body.imk-storefront .imk-empty-wishlist-container p {
        font-size: 12.5px !important;
        margin-bottom: 24px !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body.imk-storefront .imk-empty-wishlist-container a {
        margin: 0 auto !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 480px) {
    body.imk-storefront .profile-tab-content,
    body.imk-storefront .imk-wishlist-page-container {
        padding: 12px 6px !important;
        margin-top: 8px !important;
        border-radius: 12px !important;
    }
}

/* ==========================================================================
   iMarketi Premium Register Page Redesign Styling
   ========================================================================== */

body.imk-storefront .imk-auth-page-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 40px 0;
    overflow: visible;
    z-index: 1;
}

/* Glowing Ambient Blobs */
body.imk-storefront .imk-auth-glow-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.14;
    pointer-events: none;
    z-index: 0;
}

body.imk-storefront .imk-auth-glow-blob-1 {
    background: var(--imk-accent);
    width: 320px;
    height: 320px;
    top: 5%;
    left: 10%;
    animation: imk-auth-glow-float-1 12s ease-in-out infinite;
}

body.imk-storefront .imk-auth-glow-blob-2 {
    background: #0ea5e9;
    width: 360px;
    height: 360px;
    bottom: 5%;
    right: 10%;
    animation: imk-auth-glow-float-2 15s ease-in-out infinite;
}

@keyframes imk-auth-glow-float-1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30px, -40px) scale(1.15);
    }
}

@keyframes imk-auth-glow-float-2 {
    0%, 100% {
        transform: translate(0, 0) scale(1.2);
    }
    50% {
        transform: translate(-40px, 30px) scale(0.9);
    }
}

/* Glassmorphic Card Container */
body.imk-storefront .imk-auth-card {
    background: rgba(11, 16, 26, 0.7) !important;
    backdrop-filter: blur(28px) !important;
    -webkit-backdrop-filter: blur(28px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    padding: 44px 40px !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    position: relative;
    z-index: 2;
    overflow: visible;
}

/* Header & Title */
body.imk-storefront .imk-auth-header {
    text-align: center;
    margin-bottom: 28px;
}

body.imk-storefront .imk-auth-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: var(--imk-text) !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 6px !important;
    background: linear-gradient(135deg, #ffffff 40%, var(--imk-text-muted) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.imk-storefront .imk-auth-subtitle {
    font-size: 13px;
    color: var(--imk-text-muted);
    font-weight: 500;
}

/* Social Login Wrapper Integration */
body.imk-storefront .imk-auth-social-wrapper {
    margin-bottom: 24px;
}

body.imk-storefront .imk-auth-social-wrapper .p-social-media {
    color: var(--imk-text-muted) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

body.imk-storefront .imk-auth-social-wrapper .btn-social-login {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    color: var(--imk-text) !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    height: 44px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

body.imk-storefront .imk-auth-social-wrapper .btn-social-login:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-1px) !important;
}

/* Alerts and Form Validation Blocks */
body.imk-storefront .imk-auth-alert-wrapper {
    margin-bottom: 20px;
}

body.imk-storefront .imk-auth-alert-wrapper .alert-danger {
    background: rgba(239, 68, 68, 0.1) !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
    color: #fca5a5 !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

body.imk-storefront .imk-auth-alert-wrapper .alert-success {
    background: rgba(16, 185, 129, 0.1) !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
    color: #a7f3d0 !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

/* Input Fields Styling */
body.imk-storefront .imk-auth-field-group {
    margin-bottom: 18px;
}

body.imk-storefront .imk-auth-input-wrapper {
    position: relative;
    width: 100%;
}

body.imk-storefront .imk-auth-input-wrapper .imk-auth-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
    width: 16px;
    height: 16px;
    transition: all 0.25s ease;
    pointer-events: none;
    z-index: 5;
}

body.imk-storefront input.imk-auth-input {
    background: rgba(5, 7, 11, 0.55) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: var(--imk-text) !important;
    font-size: 13.5px !important;
    height: 48px !important;
    padding: 10px 18px 10px 46px !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
    width: 100% !important;
}

body.imk-storefront input.imk-auth-input:focus {
    background: rgba(5, 7, 11, 0.8) !important;
    border-color: rgba(255, 24, 92, 0.6) !important;
    box-shadow: 0 0 0 4px rgba(255, 24, 92, 0.16) !important;
}

body.imk-storefront .imk-auth-input-wrapper:focus-within .imk-auth-icon {
    color: var(--imk-accent) !important;
    stroke: var(--imk-accent) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* Row-Col Side-by-Side Setup */
body.imk-storefront .imk-auth-row {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

body.imk-storefront .imk-auth-col {
    flex: 1;
    min-width: 0;
}

/* Custom Checkbox terms block */
body.imk-storefront .imk-auth-terms-wrapper {
    margin: 20px 0;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control {
    padding-left: 24px !important;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-label {
    color: var(--imk-text-muted) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    user-select: none !important;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-label strong,
body.imk-storefront .imk-auth-terms-wrapper .custom-control-label a {
    color: var(--imk-accent) !important;
    font-weight: 600 !important;
    transition: opacity 0.2s ease !important;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-label a:hover {
    opacity: 0.8 !important;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-label::before {
    background-color: rgba(5, 7, 11, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    width: 16px !important;
    height: 16px !important;
    top: 3px !important;
    left: -24px !important;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-label::after {
    width: 16px !important;
    height: 16px !important;
    top: 3px !important;
    left: -24px !important;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--imk-accent) !important;
    border-color: var(--imk-accent) !important;
}

/* reCAPTCHA integration centering */
body.imk-storefront .imk-auth-recaptcha {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

body.imk-storefront .imk-auth-recaptcha .is-invalid {
    border: 1px solid #ef4444 !important;
    border-radius: 4px;
}

/* Action Group */
body.imk-storefront .imk-auth-action-wrapper {
    margin-top: 24px;
    margin-bottom: 20px;
}

body.imk-storefront button.imk-auth-btn-submit {
    background: linear-gradient(135deg, var(--imk-accent) 0%, #d8004b 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    letter-spacing: 0.5px !important;
    height: 48px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(255, 24, 92, 0.25) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}

body.imk-storefront button.imk-auth-btn-submit:hover {
    transform: translateY(-2px) scale(1.015) !important;
    box-shadow: 0 8px 24px rgba(255, 24, 92, 0.4) !important;
    opacity: 1 !important;
}

body.imk-storefront button.imk-auth-btn-submit:active {
    transform: translateY(0) scale(0.98) !important;
}

/* Footer Link Stacking */
body.imk-storefront .imk-auth-footer-text {
    text-align: center;
    margin-top: 20px;
    font-size: 13.5px;
    color: var(--imk-text-muted);
}

body.imk-storefront .imk-auth-footer-link {
    color: var(--imk-accent) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(255, 24, 92, 0.35) !important;
    padding-bottom: 1px !important;
    transition: all 0.2s ease !important;
}

body.imk-storefront .imk-auth-footer-link:hover {
    color: var(--imk-accent-2) !important;
    border-bottom-color: var(--imk-accent-2) !important;
}

/* ==========================================================================
   Responsive Overrides
   ========================================================================== */

@media (max-width: 767.98px) {
    body.imk-storefront .imk-auth-page-wrapper {
        padding: 24px 0;
    }

    body.imk-storefront .imk-auth-card {
        padding: 36px 24px !important;
        border-radius: 20px !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45) !important;
    }

    body.imk-storefront .imk-auth-row {
        flex-direction: column;
        gap: 0;
    }

    body.imk-storefront .imk-auth-glow-blob {
        filter: blur(80px);
        width: 220px;
        height: 220px;
    }

    body.imk-storefront .imk-auth-title {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    body.imk-storefront .imk-auth-page-wrapper {
        padding: 16px 0;
    }

    body.imk-storefront .imk-auth-card {
        padding: 28px 16px !important;
        border-radius: 16px !important;
    }

    body.imk-storefront .imk-auth-title {
        font-size: 20px !important;
    }
}

/* Login Modal Specific Elements */
body.imk-storefront .imk-auth-modal-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.imk-storefront .imk-auth-modal-card {
    max-width: 460px !important;
    padding: 40px 32px !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    margin: 0 auto !important;
}

body.imk-storefront .imk-auth-modal-close {
    position: absolute;
    right: 22px;
    top: 22px;
    color: var(--imk-text-muted) !important;
    opacity: 0.6 !important;
    font-size: 20px !important;
    transition: all 0.25s ease !important;
    outline: none !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 10;
    line-height: 1 !important;
}

body.imk-storefront .imk-auth-modal-close:hover {
    opacity: 1 !important;
    color: var(--imk-accent) !important;
    transform: rotate(90deg);
}

body.imk-storefront .imk-auth-forgot-wrapper {
    text-align: right;
    margin-bottom: 18px;
}

body.imk-storefront .imk-auth-forgot-link {
    color: var(--imk-text-muted) !important;
    font-size: 12.5px !important;
    transition: color 0.2s ease;
}

body.imk-storefront .imk-auth-forgot-link:hover {
    color: var(--imk-accent) !important;
    text-decoration: none !important;
}
