/* ======================================================================
   Haxter Corporation Store - Desktop PCs
   H27-HX26-MS ecommerce catalog
   Global / English
   ====================================================================== */

.hxstore_pc_page {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    color: #101010;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", SegoeUI, "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

/* Store subnav */

.hxstore_pc_subnav {
    width: 100%;
    background: #eeeeef;
    border-bottom: 1px solid #e0e0e0;
}

.hxstore_pc_subnav_inner {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    min-height: 56px;
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
}

.hxstore_pc_subnav_inner a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    color: #1b1b1b;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.hxstore_pc_subnav_inner a:hover,
.hxstore_pc_subnav_current {
    color: #000000;
    border-bottom-color: #000000;
}

/* Commercial bar */

.hxstore_pc_commercial_bar {
    width: 100%;
    background: #eaf5fb;
    border-bottom: 1px solid #d7e7f0;
}

.hxstore_pc_commercial_bar p {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    padding: 10px 0;
    color: #1f2933;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 300;
    text-align: center;
}

/* Catalog header */

.hxstore_pc_catalog_header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e4e6e8;
}

.hxstore_pc_catalog_header_inner {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: 48px;
    align-items: end;
}

.hxstore_pc_eyebrow {
    margin: 0 0 12px;
    color: #0067b8;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.hxstore_pc_catalog_header h1 {
    margin: 0;
    color: #000000;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: 0.98;
    font-weight: 300;
    letter-spacing: -0.055em;
}

.hxstore_pc_catalog_lead {
    max-width: 760px;
    margin: 20px 0 0;
    color: #3f454c;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
}

/* Search */

.hxstore_pc_search {
    display: grid;
    gap: 10px;
}

.hxstore_pc_search label {
    color: #252a30;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.hxstore_pc_search_row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    border: 1px solid #9da3aa;
    background: #ffffff;
}

.hxstore_pc_search_row input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 0;
    outline: 0;
    color: #101010;
    background: transparent;
    font: inherit;
    font-size: 15px;
    font-weight: 300;
}

.hxstore_pc_search_row input::placeholder {
    color: #7a8087;
}

.hxstore_pc_search_row button {
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-left: 1px solid #c9cdd2;
    color: #ffffff;
    background: #000000;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.hxstore_pc_search_row button:hover {
    background: #0067b8;
}

/* Storefront layout */

.hxstore_pc_storefront {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 0 72px;
}

/* Filters */

.hxstore_pc_filters {
    align-self: start;
    background: #f6f7f8;
    border: 1px solid #e1e4e8;
}

.hxstore_pc_filter_header {
    padding: 20px 20px 18px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e1e4e8;
}

.hxstore_pc_filter_header h2 {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
}

.hxstore_pc_filter_header a {
    color: #0067b8;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 300;
    text-decoration: none;
}

.hxstore_pc_filter_header a:hover {
    color: #004f8f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hxstore_pc_filter_group {
    padding: 22px 20px;
    border-bottom: 1px solid #e1e4e8;
    display: grid;
    gap: 12px;
}

.hxstore_pc_filter_group:last-child {
    border-bottom: 0;
}

.hxstore_pc_filter_group h3 {
    margin: 0 0 4px;
    color: #111111;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.hxstore_pc_filter_group a,
.hxstore_pc_filter_group p {
    margin: 0;
    color: #30363d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
    text-decoration: none;
}

.hxstore_pc_filter_group a {
    display: block;
    padding: 7px 0;
    border-left: 3px solid transparent;
}

.hxstore_pc_filter_group a:hover {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hxstore_pc_filter_group .hxstore_pc_filter_active {
    padding-left: 10px;
    color: #000000;
    border-left-color: #0067b8;
    font-weight: 500;
}

/* Results */

.hxstore_pc_results {
    min-width: 0;
}

.hxstore_pc_results_toolbar {
    min-height: 48px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hxstore_pc_results_count {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

.hxstore_pc_results_context {
    margin: 3px 0 0;
    color: #6a7078;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
}

.hxstore_pc_sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hxstore_pc_sort label {
    color: #3f454c;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 300;
}

.hxstore_pc_sort select {
    min-width: 180px;
    min-height: 42px;
    padding: 0 40px 0 13px;
    border: 1px solid #bfc4ca;
    border-radius: 0;
    background: #ffffff;
    color: #101010;
    font: inherit;
    font-size: 14px;
    font-weight: 300;
}

/* Product grid */

.hxstore_pc_product_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hxstore_pc_product_card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #d9dde2;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.hxstore_pc_product_tools {
    min-height: 52px;
    padding: 14px 16px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hxstore_pc_product_tools label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1f2933;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 300;
}

.hxstore_pc_product_tools input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #0067b8;
}

.hxstore_pc_product_tools button {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #000000;
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
}

.hxstore_pc_product_tools button:hover {
    color: #0067b8;
}

.hxstore_pc_product_image_link {
    display: block;
    padding: 12px 22px 10px;
    text-decoration: none;
}

.hxstore_pc_product_image_link img {
    width: 100%;
    height: 230px;
    display: block;
    object-fit: contain;
    background: #ffffff;
}

.hxstore_pc_product_body {
    padding: 14px 18px 18px;
    display: flex;
    flex-direction: column;
}

.hxstore_pc_product_series {
    margin: 0 0 8px;
    color: #0067b8;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.hxstore_pc_product_body h2 {
    margin: 0;
    color: #06142a;
    font-size: 19px;
    line-height: 1.23;
    font-weight: 600;
    letter-spacing: -0.018em;
}

.hxstore_pc_product_body h2 a {
    color: inherit;
    text-decoration: none;
}

.hxstore_pc_product_body h2 a:hover {
    color: #0067b8;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hxstore_pc_product_sku {
    margin: 9px 0 0;
    color: #697079;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
}

.hxstore_pc_product_summary {
    margin: 14px 0 0;
    color: #30363d;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

.hxstore_pc_product_price_area {
    margin: 18px 0 0;
    min-height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hxstore_pc_product_price {
    margin: 0;
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.hxstore_pc_product_price_muted {
    color: #4a5159;
    font-size: 17px;
    font-weight: 400;
}

.hxstore_pc_product_badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    background: #0b45b5;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.hxstore_pc_product_availability {
    margin: 8px 0 0;
    color: #0f8f37;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
}

.hxstore_pc_product_specs {
    margin: 18px 0 0;
    border-top: 1px solid #e1e4e8;
}

.hxstore_pc_product_specs div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #e1e4e8;
}

.hxstore_pc_product_specs dt,
.hxstore_pc_product_specs dd {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.4;
}

.hxstore_pc_product_specs dt {
    color: #30363d;
    font-weight: 600;
}

.hxstore_pc_product_specs dd {
    color: #111111;
    font-weight: 300;
}

.hxstore_pc_product_actions {
    padding: 0 18px 18px;
    display: grid;
    gap: 10px;
}

.hxstore_pc_buy,
.hxstore_pc_specs {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
}

.hxstore_pc_buy {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.hxstore_pc_buy:hover {
    background: #0067b8;
    border-color: #0067b8;
}

.hxstore_pc_specs {
    background: #ffffff;
    color: #000000;
    border: 1px solid #9ea4aa;
}

.hxstore_pc_specs:hover {
    color: #0067b8;
    border-color: #0067b8;
}

/* Empty state */

.hxstore_pc_empty {
    padding: 64px 32px;
    border: 1px solid #d9dde2;
    background: #f7f8f9;
    text-align: center;
}

.hxstore_pc_empty h2 {
    margin: 0;
    color: #000000;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: -0.035em;
}

.hxstore_pc_empty p {
    margin: 14px auto 0;
    max-width: 520px;
    color: #3f454c;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

.hxstore_pc_empty a {
    display: inline-flex;
    margin-top: 22px;
    color: #0067b8;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
}

.hxstore_pc_empty a:hover {
    color: #004f8f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Support block */

.hxstore_pc_support {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto 88px;
    padding: 38px 42px;
    background: #f6f7f8;
    border: 1px solid #e1e4e8;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
}

.hxstore_pc_support h2 {
    margin: 0;
    color: #000000;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -0.045em;
}

.hxstore_pc_support p:not(.hxstore_pc_eyebrow) {
    max-width: 780px;
    margin: 14px 0 0;
    color: #3f454c;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

.hxstore_pc_support_actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hxstore_pc_support_actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
}

.hxstore_pc_support_actions a:nth-child(2) {
    color: #000000;
    background: #ffffff;
    border-color: #9ea4aa;
}

.hxstore_pc_support_actions a:hover {
    color: #ffffff;
    background: #0067b8;
    border-color: #0067b8;
}

/* Responsive */

@media (max-width: 1260px) {
    .hxstore_pc_product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hxstore_pc_catalog_header_inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .hxstore_pc_search {
        max-width: 620px;
    }
}

@media (max-width: 1040px) {
    .hxstore_pc_subnav_inner {
        width: 100%;
        padding: 0 20px;
        overflow-x: auto;
        grid-template-columns: repeat(9, minmax(120px, max-content));
        justify-content: start;
    }

    .hxstore_pc_storefront {
        grid-template-columns: 1fr;
    }

    .hxstore_pc_filters {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hxstore_pc_filter_header {
        grid-column: 1 / -1;
    }

    .hxstore_pc_filter_group {
        border-bottom: 0;
        border-right: 1px solid #e1e4e8;
    }

    .hxstore_pc_filter_group:last-child {
        border-right: 0;
    }

    .hxstore_pc_support {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .hxstore_pc_catalog_header_inner,
    .hxstore_pc_storefront,
    .hxstore_pc_support,
    .hxstore_pc_commercial_bar p {
        width: min(100% - 32px, 1480px);
    }

    .hxstore_pc_catalog_header_inner {
        padding: 38px 0 34px;
    }

    .hxstore_pc_catalog_lead {
        font-size: 16px;
    }

    .hxstore_pc_search_row {
        grid-template-columns: 1fr;
    }

    .hxstore_pc_search_row button {
        border-left: 0;
        border-top: 1px solid #c9cdd2;
    }

    .hxstore_pc_results_toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .hxstore_pc_sort {
        width: 100%;
        justify-content: space-between;
    }

    .hxstore_pc_sort select {
        flex: 1;
        min-width: 0;
    }

    .hxstore_pc_filters {
        grid-template-columns: 1fr;
    }

    .hxstore_pc_filter_group {
        border-right: 0;
        border-bottom: 1px solid #e1e4e8;
    }

    .hxstore_pc_product_grid {
        grid-template-columns: 1fr;
    }

    .hxstore_pc_product_image_link img {
        height: 250px;
    }

    .hxstore_pc_support {
        padding: 30px 24px;
        margin-bottom: 64px;
    }
}

@media (max-width: 480px) {
    .hxstore_pc_catalog_header h1 {
        font-size: 42px;
    }

    .hxstore_pc_product_specs div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .hxstore_pc_product_price {
        font-size: 20px;
    }

    .hxstore_pc_support_actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hxstore_pc_support_actions a {
        width: 100%;
    }
}