.kor-catalog-page {
    background: #ffffff;
    color: #333333;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
}

.kor-catalog-page,
.kor-catalog-page * {
    box-sizing: border-box;
}

.kor-catalog-container {
    max-width: 1180px;
    padding-top: 0 !important;
}

.kor-catalog-shortcode-root {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

.kor-catalog-shortcode-root .kor-catalog-filters {
    margin-top: 0;
}

.kor-catalog-container::before {
    display: none !important;
}

.kor-catalog-hero {
    padding: 54px 0 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.kor-catalog-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    color: #8a8f9d;
    font-size: 12px;
    line-height: 1.5;
}

.kor-catalog-crumbs a {
    color: #2ea3f2;
}

.kor-catalog-crumbs strong {
    color: #2a2e40;
    font-weight: 700;
}

.kor-catalog-hero-panel {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    padding: 34px;
    background: #2a2e40;
    border-left: 8px solid #0c71c3;
    box-shadow: 0 18px 45px rgba(42, 46, 64, .16);
}

.kor-catalog-kicker {
    margin: 0 0 9px;
    padding: 0;
    color: #2ea3f2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.kor-catalog-hero h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.kor-catalog-lead {
    max-width: 760px;
    margin: 13px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.75;
}

.kor-catalog-cart-link,
.kor-catalog-action,
.kor-catalog-reset,
.kor-catalog-pager button {
    border: 2px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1.4;
    text-transform: uppercase;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.kor-catalog-cart-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: center;
    min-height: 48px;
    padding: 13px 18px;
    background: #ffffff;
    color: #2a2e40;
}

.kor-catalog-cart-link:hover,
.kor-catalog-action:hover,
.kor-catalog-reset:hover,
.kor-catalog-pager button:hover:not(:disabled) {
    transform: translateY(-1px);
}

.kor-catalog-cart-link span {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    background: #ffb456;
    color: #2a2e40;
    font-size: 12px;
    letter-spacing: 0;
}

.kor-catalog-root {
    padding-bottom: 70px;
}

.kor-catalog-filters {
    display: grid;
    grid-template-columns: minmax(230px, 1.45fr) repeat(4, minmax(150px, 1fr)) auto;
    gap: 14px;
    align-items: end;
    margin: 24px 0 18px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e4e7eb;
    box-shadow: 0 12px 28px rgba(42, 46, 64, .07);
}

.kor-catalog-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.kor-catalog-field label,
.kor-catalog-page-size {
    color: #6d7484;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.kor-catalog-field input,
.kor-catalog-field select,
.kor-catalog-page-size select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d9dee6;
    border-radius: 0;
    background: #ffffff;
    color: #2a2e40;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.kor-catalog-field input:focus,
.kor-catalog-field select:focus,
.kor-catalog-page-size select:focus {
    border-color: #2ea3f2;
    box-shadow: 0 0 0 3px rgba(46, 163, 242, .13);
    outline: none;
}

.kor-catalog-field-actions {
    justify-content: flex-end;
}

.kor-catalog-reset {
    min-height: 44px;
    padding: 11px 15px;
    background: #2a2e40;
    color: #ffffff;
}

.kor-catalog-table-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e4e7eb;
    box-shadow: 0 18px 45px rgba(42, 46, 64, .10);
}

.kor-catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 19px 22px;
    border-bottom: 1px solid #eef1f4;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.kor-catalog-toolbar h2 {
    margin: 0;
    padding: 0;
    color: #2a2e40;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.kor-catalog-toolbar span {
    display: block;
    margin-top: 6px;
    color: #7b8290;
    font-size: 13px;
    line-height: 1.35;
}

.kor-catalog-page-size {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.kor-catalog-page-size select {
    width: 86px;
    min-height: 38px;
}

.kor-catalog-table-scroll {
    overflow-x: auto;
}

.kor-catalog-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.kor-catalog-table th {
    padding: 13px 15px;
    background: #2a2e40;
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.kor-catalog-table th:nth-child(1),
.kor-catalog-table td:nth-child(1) {
    width: 38%;
}

.kor-catalog-table th:nth-child(2),
.kor-catalog-table td:nth-child(2) {
    width: 14%;
}

.kor-catalog-table th:nth-child(3),
.kor-catalog-table td:nth-child(3),
.kor-catalog-table th:nth-child(4),
.kor-catalog-table td:nth-child(4),
.kor-catalog-table th:nth-child(5),
.kor-catalog-table td:nth-child(5),
.kor-catalog-table th:nth-child(6),
.kor-catalog-table td:nth-child(6) {
    width: 10%;
}

.kor-catalog-table th:nth-child(7),
.kor-catalog-table td:nth-child(7) {
    width: 8%;
}

.kor-catalog-table td {
    padding: 14px 15px;
    border-bottom: 1px solid #eef1f4;
    color: #4f5664;
    font-size: 13px;
    line-height: 1.45;
    vertical-align: middle;
}

.kor-catalog-table tbody tr {
    cursor: pointer;
    transition: background-color .16s ease;
}

.kor-catalog-table tbody tr:nth-child(even) {
    background: #fbfdff;
}

.kor-catalog-table tbody tr:hover {
    background: #f0f7ff;
}

.kor-catalog-product {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #2a2e40;
}

.kor-catalog-product strong {
    display: block;
    color: #2a2e40;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.kor-catalog-product small {
    display: block;
    margin-top: 3px;
    color: #858c99;
    font-size: 11px;
    line-height: 1.35;
}

.kor-catalog-thumb {
    display: grid;
    width: 54px;
    height: 44px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e4e7eb;
    background: #ffffff;
}

.kor-catalog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kor-catalog-thumb-empty {
    background: #f0f7ff;
    color: #2ea3f2;
    font-weight: 800;
}

.kor-catalog-chip,
.kor-catalog-stock {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 10px;
    border: 1px solid #dceaf8;
    background: #f0f7ff;
    color: #0c71c3;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.kor-catalog-stock.is-in {
    border-color: #d8efdf;
    background: #f0fff4;
    color: #0b6f2f;
}

.kor-catalog-stock.is-out {
    border-color: #ffd8d8;
    background: #fff4f4;
    color: #cc3333;
}

.kor-catalog-price {
    color: #0c71c3;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.kor-catalog-price .woocommerce-Price-amount {
    white-space: nowrap;
}

.kor-catalog-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 10px 14px;
    background: #2a2e40;
    color: #ffffff !important;
    white-space: nowrap;
}

.kor-catalog-loading {
    padding: 45px 18px !important;
    color: #7b8290 !important;
    text-align: center;
}

.kor-catalog-empty {
    padding: 50px 20px;
    text-align: center;
}

.kor-catalog-empty h3 {
    margin: 0;
    padding: 0;
    color: #2a2e40;
    font-size: 22px;
}

.kor-catalog-empty p {
    margin: 8px 0 18px;
    padding: 0;
    color: #7b8290;
}

.kor-catalog-purchase-info {
    margin: 18px 22px 0;
    padding: 18px 20px;
    border: 1px solid #e4e7eb;
    border-left: 6px solid #0c71c3;
    background: #f7fbff;
    color: #4f5664;
}

.kor-catalog-purchase-info .box-title {
    margin: 0 0 11px;
    padding: 0;
    color: #2a2e40;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.kor-catalog-purchase-info .benefit-list {
    margin: 0 0 14px;
    padding: 0 0 0 19px;
    list-style: disc outside;
}

.kor-catalog-purchase-info .benefit-list li {
    margin: 0 0 8px;
    padding: 0;
    color: #4f5664;
    font-size: 14px;
    line-height: 1.65;
}

.kor-catalog-purchase-info .benefit-list li:last-child {
    margin-bottom: 0;
}

.kor-catalog-purchase-info strong {
    color: #2a2e40;
    font-weight: 800;
}

.kor-catalog-purchase-info .telegram-contact {
    padding: 12px 14px;
    border: 1px solid #dceaf8;
    background: #ffffff;
}

.kor-catalog-purchase-info .telegram-contact p {
    margin: 0;
    padding: 0;
    color: #4f5664;
    font-size: 14px;
    line-height: 1.6;
}

.kor-catalog-purchase-info .telegram-contact a {
    color: #0c71c3;
    font-weight: 800;
}

.kor-catalog-purchase-info .telegram-contact a:hover {
    color: #2ea3f2;
}

.kor-catalog-pager-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    border-top: 1px solid #eef1f4;
    background: #ffffff;
}

.kor-catalog-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kor-catalog-pager button {
    min-width: 38px;
    min-height: 38px;
    padding: 9px 10px;
    border-color: #e0e5eb;
    background: #ffffff;
    color: #2a2e40;
    letter-spacing: .08em;
}

.kor-catalog-pager button.is-active {
    border-color: #2a2e40;
    background: #2a2e40;
    color: #ffffff;
}

.kor-catalog-pager button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.kor-catalog-page-status {
    color: #7b8290;
    font-size: 12px;
}

.kor-catalog-description {
    margin-top: 34px;
    padding: 24px;
    border-left: 6px solid #0c71c3;
    background: #f7fbff;
    color: #555555;
    line-height: 1.75;
}

.kor-catalog-description p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 1120px) {
    .kor-catalog-filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kor-catalog-field-search,
    .kor-catalog-field-actions {
        grid-column: span 3;
    }
}

@media (max-width: 980px) {
    .kor-catalog-hero {
        padding-top: 34px;
    }

    .kor-catalog-hero-panel {
        flex-direction: column;
        padding: 28px;
    }

    .kor-catalog-cart-link {
        align-self: flex-start;
    }

    .kor-catalog-table-scroll {
        overflow: visible;
    }

    .kor-catalog-table {
        display: block;
        min-width: 0;
    }

    .kor-catalog-table thead {
        display: none;
    }

    .kor-catalog-table tbody {
        display: grid;
        gap: 12px;
        padding: 12px;
        background: #f7fbff;
    }

    .kor-catalog-table tbody tr,
    .kor-catalog-table tbody tr:nth-child(even),
    .kor-catalog-table tbody tr:hover {
        display: grid;
        gap: 10px;
        min-width: 0;
        padding: 15px;
        border: 1px solid #e4e7eb;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(42, 46, 64, .06);
    }

    .kor-catalog-table tbody tr > td {
        width: 100% !important;
    }

    .kor-catalog-table td {
        display: grid;
        grid-template-columns: minmax(74px, .36fr) minmax(0, .64fr);
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        min-width: 0;
        padding: 0;
        border-bottom: none;
        text-align: right;
    }

    .kor-catalog-table td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #858c99;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .10em;
        line-height: 1.35;
        min-width: 0;
        text-align: left;
        text-transform: uppercase;
    }

    .kor-catalog-table td:first-child,
    .kor-catalog-table td:last-child {
        display: block;
        width: 100% !important;
        text-align: left;
    }

    .kor-catalog-table td:first-child::before,
    .kor-catalog-table td:last-child::before {
        display: none;
    }

    .kor-catalog-action {
        width: 100%;
        margin-top: 4px;
    }

    .kor-catalog-product {
        width: 100%;
        align-items: start;
        min-width: 0;
    }

    .kor-catalog-product strong,
    .kor-catalog-product small {
        overflow-wrap: anywhere;
    }

    .kor-catalog-chip,
    .kor-catalog-stock,
    .kor-catalog-price {
        justify-self: end;
        max-width: 100%;
        text-align: right;
    }

    .kor-catalog-chip {
        justify-content: flex-end;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 720px) {
    .kor-catalog-filters {
        grid-template-columns: 1fr;
    }

    .kor-catalog-field-search,
    .kor-catalog-field-actions {
        grid-column: auto;
    }

    .kor-catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .kor-catalog-purchase-info {
        margin: 14px 12px 0;
        padding: 16px;
    }

    .kor-catalog-purchase-info .box-title {
        font-size: 18px;
    }

    .kor-catalog-purchase-info .benefit-list li,
    .kor-catalog-purchase-info .telegram-contact p {
        font-size: 13px;
    }

    .kor-catalog-page-size {
        width: 100%;
        justify-content: space-between;
    }

    .kor-catalog-page-size select {
        width: 110px;
    }
}

@media (max-width: 520px) {
    .kor-catalog-shortcode-page {
        width: 100vw;
        max-width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .kor-catalog-shortcode-root {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 34px;
    }

    .kor-catalog-hero-panel {
        padding: 22px;
    }

    .kor-catalog-lead {
        font-size: 15px;
    }

    .kor-catalog-product {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
    }

    .kor-catalog-thumb {
        width: 48px;
        height: 40px;
    }

    .kor-catalog-table-card {
        box-shadow: none;
    }

    .kor-catalog-toolbar {
        padding: 14px 12px;
    }

    .kor-catalog-table tbody {
        gap: 10px;
        padding: 10px;
    }

    .kor-catalog-table tbody tr,
    .kor-catalog-table tbody tr:nth-child(even),
    .kor-catalog-table tbody tr:hover {
        gap: 9px;
        padding: 12px;
    }

    .kor-catalog-table td {
        grid-template-columns: minmax(66px, .34fr) minmax(0, .66fr);
        gap: 8px;
    }

    .kor-catalog-chip,
    .kor-catalog-stock {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .kor-catalog-table td {
        grid-template-columns: 1fr;
        gap: 5px;
        text-align: left;
    }

    .kor-catalog-chip,
    .kor-catalog-stock,
    .kor-catalog-price {
        justify-self: start;
        text-align: left;
    }
}
