.indm-wrap,
.indm-wrap * {
    box-sizing: border-box;
}

.indm-wrap {
    --indm-primary: #093991;
    --indm-primary-2: #0b49b7;
    --indm-border: #d9d9d9;
    --indm-text: #333;
    --indm-muted: #888;
    --indm-price: #df1010;
    margin: 20px 0;
}

.indm-block {
    margin-bottom: 28px;
    border: 1px solid var(--indm-border);
    background: #fff;
}

.indm-block-head {
    background: #1f9dd0;
    color: #fff;
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #1690c3;
}

.indm-block-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.indm-block-toggle {
    font-size: 13px;
    transition: transform .2s ease;
}

.indm-block.is-open .indm-block-toggle {
    transform: rotate(180deg);
}

.indm-block-body {
    display: none;
    grid-template-columns: 235px minmax(0, 1fr);
    min-height: 430px;
}

.indm-block.is-open .indm-block-body {
    display: grid;
}

.indm-sidebar {
    border-right: 1px solid var(--indm-border);
    background: #fff;
    position: relative;
    z-index: 5;
}

.indm-menu {
    height: 100%;
}

.indm-level-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.indm-level-2-item {
    position: relative;
	margin: 0 !important;
}

.indm-level-2-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--indm-border);
    color: var(--indm-text);
    text-decoration: none;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.indm-level-2-link:hover,
.indm-level-2-link.is-active {
    color: var(--indm-primary);
    background: #f7fbff;
}

.indm-level-2-text {
    display: block;
    flex: 1;
}

.indm-arrow {
    font-size: 16px;
    color: #777;
    font-weight: 700;
}

.indm-level-3-wrap {
    position: absolute;
    top: -1px;
    left: 100%;
    min-width: 250px;
    background: #fff;
    border: 1px solid var(--indm-border);
    display: none;
    z-index: 20;
}

.indm-level-2-item:hover > .indm-level-3-wrap {
    display: block;
}

.indm-level-3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.indm-level-3-link {
    display: block;
    padding: 11px 14px;
    border-bottom: 1px solid var(--indm-border);
    text-decoration: none;
    color: var(--indm-text);
    background: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.indm-level-3-link:hover,
.indm-level-3-link.is-active {
    color: var(--indm-primary);
    background: #f7fbff;
}

.indm-products {
    background: #fff;
    min-width: 0;
}

.indm-products-head {
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--indm-border);
    background: #fff;
}

.indm-products-title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--indm-primary);
    font-weight: 700;
}

.indm-products-sub {
    margin-top: 6px;
    font-size: 13px;
    color: #777;
}

.indm-current-name {
    color: #333;
    font-weight: 700;
}

.indm-products-area {
    min-height: 320px;
    background: #fff;
}

.indm-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.indm-product-item {
    border-right: 1px solid var(--indm-border);
    border-bottom: 1px solid var(--indm-border);
    padding: 14px;
    background: #fff;
    min-height: 270px;
}

.indm-product-thumb {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indm-product-thumb a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indm-product-thumb img,
.indm-product-thumb .indm-placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.indm-product-name {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.indm-product-name a {
    text-decoration: none;
    color: #444;
}

.indm-product-name a:hover {
    color: var(--indm-primary);
}

.indm-product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.4;
}

.indm-product-price ins {
    text-decoration: none;
    color: var(--indm-price);
    font-weight: 700;
}

.indm-product-price del {
    color: #b2b2b2;
    font-size: 14px;
}

.indm-call {
    color: var(--indm-price);
    font-weight: 700;
}

.indm-loadmore {
    padding: 14px 18px 20px;
}

.indm-loadmore-btn {
    border: 1px solid var(--indm-primary);
    background: #fff;
    color: var(--indm-primary);
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.indm-loadmore-btn:hover {
    background: var(--indm-primary);
    color: #fff;
}

.indm-products-empty,
.indm-empty,
.indm-empty-menu,
.indm-no-data {
    padding: 24px 16px;
    color: #777;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .indm-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .indm-block-body {
        grid-template-columns: 1fr;
    }

    .indm-sidebar {
        border-right: none;
        border-bottom: 1px solid var(--indm-border);
    }

    .indm-level-3-wrap {
        position: static;
        display: block;
        border-top: none;
        border-left: 3px solid #e6edf9;
        min-width: 100%;
    }

    .indm-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .indm-products-grid {
        grid-template-columns: 1fr;
    }
}