/* ============================================================
   WrestlingKneePads.us - Dynamic Product Category Template
   Same visual system as the approved homepage
============================================================ */

.wkp-cat-page,
.wkp-cat-page *,
.wkp-cat-page *::before,
.wkp-cat-page *::after {
    box-sizing: border-box;
}


/* Hide Flatsome/WooCommerce native archive title bar so only the plugin layout appears. */
body.tax-product_cat .shop-page-title.category-page-title,
body.tax-product_cat .category-page-title.page-title,
body.tax-product_cat .shop-page-title {
    display: none !important;
}

body.tax-product_cat #main
/* Remove the old Flatsome/WooCommerce category archive header completely. */
body.tax-product_cat .shop-page-title,
body.tax-product_cat .category-page-title,
body.tax-product_cat .page-title.shop-page-title,
body.tax-product_cat .page-title.category-page-title,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering {
    display: none !important;
}

/* Keep our own custom category UI visible. */
body.tax-product_cat .wkp-cat-page .wkp-cat-breadcrumbs,
body.tax-product_cat .wkp-cat-page .wkp-cat-products-head > p,
body.tax-product_cat .wkp-cat-page .wkp-cat-sort {
    display: flex !important;
}

.wkp-cat-page {
    margin-top: 0 !important;
}

.wkp-cat-page {
    --wkp-navy: #0B1E36;
    --wkp-deep: #041B34;
    --wkp-blue: #0B4AA1;
    --wkp-blue-light: #1F67C2;
    --wkp-teal: #27A6B1;
    --wkp-teal-light: #36B8BC;
    --wkp-text: #526477;
    --wkp-muted: #758597;
    --wkp-border: #DCE6EF;
    --wkp-bg: #F5F9FC;
    --wkp-heading-size: 68px;
    --wkp-heading-font: "Roboto Condensed", Arial, sans-serif;

    width: 100%;
    overflow: hidden;
    color: var(--wkp-navy);
    background:
        radial-gradient(circle at 4% 5%, rgba(31, 103, 194, .06), transparent 22%),
        radial-gradient(circle at 96% 25%, rgba(39, 166, 177, .06), transparent 24%),
        linear-gradient(180deg, #FBFCFE 0%, #F4F9FC 100%);
    font-family: var(--wkp-heading-font) !important;
}

.wkp-cat-page * {
    font-family: var(--wkp-heading-font) !important;
}

.wkp-cat-shell {
    width: min(1450px, calc(100% - 48px));
    margin: 0 auto;
}

/* Breadcrumbs */
.wkp-cat-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 20px 2px 13px;
    color: var(--wkp-muted);
    font-size: 13px;
    font-weight: 600;
}

.wkp-cat-breadcrumbs a {
    color: var(--wkp-blue);
    text-decoration: none;
}

/* Hero */
.wkp-cat-hero {
    padding-bottom: 24px;
}

.wkp-cat-hero-panel {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    align-items: stretch;
    background:
        linear-gradient(112deg, rgba(255,255,255,.98) 0%, rgba(247,251,254,.98) 54%, rgba(232,245,249,.96) 100%);
    border: 1px solid var(--wkp-border);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(11, 30, 54, .075);
}

.wkp-cat-hero-copy {
    position: relative;
    z-index: 3;
    padding: 54px 58px 50px;
}

.wkp-cat-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: var(--wkp-blue);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .14em;
}

.wkp-cat-eyebrow span {
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, var(--wkp-teal), var(--wkp-blue));
}

.wkp-cat-hero h1 {
    max-width: 720px;
    margin: 0 !important;
    color: var(--wkp-navy) !important;
    font-size: 82px !important;
    line-height: .92 !important;
    font-weight: 900 !important;
    letter-spacing: -.045em !important;
    text-transform: uppercase;
}

.wkp-cat-hero-intro {
    max-width: 720px;
    margin: 23px 0 0 !important;
    color: var(--wkp-text) !important;
    font-size: 17px !important;
    line-height: 1.58 !important;
    font-weight: 400 !important;
}

.wkp-cat-hero-meta {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 24px;
    color: var(--wkp-muted);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.wkp-cat-hero-meta > span:first-child {
    padding: 8px 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--wkp-teal), var(--wkp-blue));
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
}

.wkp-cat-hero-meta i {
    width: 1px;
    height: 23px;
    background: var(--wkp-border);
}

.wkp-cat-hero-art {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(11,74,161,.96), rgba(39,166,177,.88));
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.wkp-cat-hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 20%, rgba(255,255,255,.2), transparent 24%),
        linear-gradient(125deg, transparent 0 44%, rgba(255,255,255,.08) 44% 47%, transparent 47% 100%);
}

.wkp-cat-hero-art strong {
    position: absolute;
    right: -18px;
    bottom: 20px;
    max-width: 92%;
    color: rgba(255,255,255,.11);
    font-size: 68px;
    line-height: .86;
    font-weight: 900;
    letter-spacing: -.04em;
    text-align: right;
}

.wkp-cat-hero-product {
    position: absolute;
    inset: 18px 24px 16px 115px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.wkp-cat-hero-product img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    filter: drop-shadow(0 20px 28px rgba(4, 27, 52, .22));
}

.wkp-cat-hero-icon {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.82);
}

.wkp-cat-hero-icon svg {
    width: 180px;
    height: 180px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.wkp-cat-ring {
    position: absolute;
    border: 2px solid rgba(255,255,255,.32);
    border-radius: 50%;
}

.wkp-cat-ring-a {
    width: 225px;
    height: 225px;
    top: 48px;
    right: 78px;
}

.wkp-cat-ring-b {
    width: 142px;
    height: 142px;
    top: 90px;
    right: 120px;
}

.wkp-cat-stripe {
    position: absolute;
    width: 310px;
    height: 22px;
    transform: rotate(-34deg);
    background: rgba(255,255,255,.15);
}

.wkp-cat-stripe-a { right: -58px; top: 74px; }
.wkp-cat-stripe-b { right: -87px; top: 130px; }

.wkp-cat-grid-dots {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 104px;
    height: 82px;
    opacity: .45;
    background-image: radial-gradient(rgba(255,255,255,.7) 1.2px, transparent 1.2px);
    background-size: 10px 10px;
}

/* Shared headings */
.wkp-cat-section-head {
    text-align: center;
}

.wkp-cat-section-head--compact {
    margin-bottom: 24px;
}

.wkp-cat-section-kicker,
.wkp-cat-products-kicker,
.wkp-cat-guide-label {
    color: var(--wkp-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .14em;
}

.wkp-cat-section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.wkp-cat-section-kicker span {
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, var(--wkp-teal), var(--wkp-blue));
}

.wkp-cat-section-head h2,
.wkp-cat-products-head h2,
.wkp-cat-guide-grid > div > h2 {
    margin: 10px 0 0 !important;
    color: var(--wkp-navy) !important;
    font-family: var(--wkp-heading-font) !important;
    font-size: var(--wkp-heading-size) !important;
    line-height: .98 !important;
    font-weight: 800 !important;
    letter-spacing: -.035em !important;
}

.wkp-cat-section-head h2 em,
.wkp-cat-description-card h2 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--wkp-blue-light), var(--wkp-teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Category nav */
.wkp-cat-nav-section {
    padding: 42px 0 28px;
}

.wkp-cat-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

.wkp-cat-nav-card {
    min-height: 118px;
    padding: 18px 16px 16px;
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 13px;
    color: var(--wkp-navy) !important;
    background: rgba(255,255,255,.88);
    border: 1px solid var(--wkp-border);
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(11,30,54,.045);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.wkp-cat-nav-card:hover,
.wkp-cat-nav-card.is-active {
    transform: translateY(-3px);
    border-color: rgba(39,166,177,.5);
    box-shadow: 0 14px 28px rgba(11,30,54,.08);
}

.wkp-cat-nav-card.is-active {
    background: linear-gradient(145deg, #fff, #eef9fb);
}

.wkp-cat-nav-icon {
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wkp-teal);
    background: linear-gradient(145deg, #fff, #eef7fa);
    border: 1px solid #d5e9ed;
    border-radius: 14px;
}

.wkp-cat-nav-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wkp-cat-nav-name {
    align-self: end;
    font-size: 17px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
}

.wkp-cat-nav-card small {
    align-self: start;
    margin-top: 5px;
    color: var(--wkp-muted);
    font-size: 12px;
    line-height: 1;
}

/* Toolbar */
.wkp-cat-products-section {
    padding: 22px 0 66px;
}

.wkp-cat-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 120px 250px;
    gap: 12px;
    margin-bottom: 34px;
}

.wkp-cat-search,
.wkp-cat-sort {
    min-height: 52px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--wkp-border);
    border-radius: 13px;
    box-shadow: 0 6px 17px rgba(11,30,54,.035);
}

.wkp-cat-search {
    gap: 10px;
    padding: 0 16px;
}

.wkp-cat-search svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--wkp-teal);
    stroke-width: 2;
    stroke-linecap: round;
}

.wkp-cat-search input {
    width: 100%;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--wkp-navy);
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 500;
}

.wkp-cat-search-btn {
    min-height: 52px;
    margin: 0 !important;
    padding: 0 18px !important;
    color: #fff !important;
    background: linear-gradient(90deg, var(--wkp-teal), var(--wkp-blue)) !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: 0 8px 18px rgba(31,103,194,.14);
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .04em;
}

.wkp-cat-sort {
    padding-left: 16px;
}

.wkp-cat-sort > span {
    color: var(--wkp-muted);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.wkp-cat-sort select {
    flex: 1;
    height: 50px;
    margin: 0 !important;
    padding: 0 36px 0 10px !important;
    color: var(--wkp-navy);
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 700;
}

.wkp-cat-products-head {
    margin-bottom: 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
}

.wkp-cat-products-head h2 {
    font-size: var(--wkp-heading-size) !important;
}

.wkp-cat-products-head > p {
    margin: 0 0 8px !important;
    color: var(--wkp-muted) !important;
    font-size: 13px !important;
}

/* Products */
.wkp-cat-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.wkp-cat-product-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--wkp-border);
    border-radius: 17px;
    box-shadow: 0 9px 24px rgba(11,30,54,.06);
    transition: transform .22s ease, box-shadow .22s ease;
}

.wkp-cat-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(11,30,54,.095);
}


.wkp-cat-product-card:hover .wkp-cat-product-image img {
    transform: scale(1.025);
}

.wkp-cat-product-image {
    position: relative;
    height: 270px;
    overflow: hidden;
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #e4ebf2;
}

.wkp-cat-product-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #ffffff !important;
    transition: transform .28s ease;
}

.wkp-cat-product-mark {
    position: absolute;
    top: 13px;
    left: 13px;
    min-width: 38px;
    height: 28px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--wkp-teal), var(--wkp-blue));
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.wkp-cat-product-placeholder {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wkp-teal);
    background: #eef8fa;
    border-radius: 22px;
}

.wkp-cat-product-placeholder svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.wkp-cat-product-body {
    flex: 1;
    padding: 18px 17px 16px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #edf2f6;
}

.wkp-cat-product-category {
    color: var(--wkp-teal);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wkp-cat-product-body h3 {
    margin: 9px 0 18px !important;
    color: var(--wkp-navy) !important;
    font-size: 17px !important;
    line-height: 1.24 !important;
    font-weight: 700 !important;
}

.wkp-cat-product-body h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.wkp-cat-buy {
    width: 100%;
    min-height: 45px;
    margin-top: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    background: linear-gradient(90deg, var(--wkp-blue), var(--wkp-blue-light));
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    transition: transform .2s ease, box-shadow .2s ease;
}

.wkp-cat-product-card:nth-child(even) .wkp-cat-buy {
    background: linear-gradient(90deg, var(--wkp-teal), #1e91c7);
}

.wkp-cat-buy:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(31,103,194,.17);
}

.wkp-cat-buy svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Pagination */
.wkp-cat-pagination {
    margin-top: 34px;
}

.wkp-cat-pagination ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
}

.wkp-cat-pagination a,
.wkp-cat-pagination span {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wkp-navy) !important;
    background: #fff;
    border: 1px solid var(--wkp-border);
    border-radius: 50%;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
}

.wkp-cat-pagination .current {
    color: #fff !important;
    background: linear-gradient(135deg, var(--wkp-teal), var(--wkp-blue));
    border-color: transparent;
}

.wkp-cat-empty {
    padding: 55px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--wkp-border);
    border-radius: 18px;
}

.wkp-cat-empty strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
}

.wkp-cat-empty p {
    color: var(--wkp-text);
}

.wkp-cat-empty a {
    display: inline-flex;
    padding: 11px 18px;
    color: #fff !important;
    background: linear-gradient(90deg, var(--wkp-teal), var(--wkp-blue));
    border-radius: 9px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
}

/* Guide / FAQ / description */
.wkp-cat-guide-section {
    padding: 12px 0 80px;
}

.wkp-cat-guide-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 22px;
    align-items: start;
}

.wkp-cat-faq-card,
.wkp-cat-description-card {
    padding: 34px 32px 32px;
    background: rgba(255,255,255,.9);
    border: 1px solid var(--wkp-border);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(11,30,54,.055);
}

.wkp-cat-guide-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wkp-cat-guide-label span {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--wkp-teal), var(--wkp-blue));
}

.wkp-cat-guide-grid > div > h2 {
    margin-top: 12px !important;
    font-size: var(--wkp-heading-size) !important;
}

.wkp-cat-faq-list {
    margin-top: 25px;
}

.wkp-cat-faq-item {
    overflow: hidden;
    margin-bottom: 10px;
    background: #fbfdfe;
    border: 1px solid var(--wkp-border);
    border-radius: 12px;
}

.wkp-cat-faq-question {
    width: 100%;
    min-height: 60px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--wkp-navy);
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    cursor: pointer;
}

.wkp-cat-faq-question i {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.wkp-cat-faq-question i::before,
.wkp-cat-faq-question i::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 12px;
    height: 2px;
    background: var(--wkp-blue);
    border-radius: 4px;
    transition: transform .25s ease;
}

.wkp-cat-faq-question i::after {
    transform: rotate(90deg);
}

.wkp-cat-faq-item.is-open .wkp-cat-faq-question i::after {
    transform: rotate(0deg);
}

.wkp-cat-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}

.wkp-cat-faq-answer > div {
    overflow: hidden;
    padding: 0 16px;
    color: var(--wkp-text);
    font-size: 14px;
    line-height: 1.6;
    transition: padding .3s ease;
}

.wkp-cat-faq-item.is-open .wkp-cat-faq-answer {
    grid-template-rows: 1fr;
}

.wkp-cat-faq-item.is-open .wkp-cat-faq-answer > div {
    padding: 0 16px 17px;
}

.wkp-cat-description-content {
    max-height: 610px;
    margin-top: 24px;
    padding-right: 10px;
    overflow: auto;
    color: var(--wkp-text);
}

.wkp-cat-description-content h2,
.wkp-cat-description-content h3,
.wkp-cat-description-content h4 {
    color: var(--wkp-navy) !important;
    font-family: var(--wkp-heading-font) !important;
    font-weight: 800 !important;
}

.wkp-cat-description-content h2 { font-size: 30px !important; line-height: 1.12 !important; }
.wkp-cat-description-content h3 { margin-top: 22px !important; font-size: 22px !important; line-height: 1.18 !important; }
.wkp-cat-description-content p,
.wkp-cat-description-content li {
    color: var(--wkp-text) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.wkp-cat-back-top {
    width: max-content;
    margin-top: 22px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--wkp-blue) !important;
    border: 1px solid #bed7e5;
    border-radius: 9px;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
}


.wkp-cat-product-image img[src*="woocommerce-placeholder"],
.wkp-cat-product-image img[src*="placeholder"] {
    object-fit: cover !important;
}

/* Responsive */
@media (max-width: 1180px) {
    .wkp-cat-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .wkp-cat-hero h1 { font-size: 70px !important; }
}

@media (max-width: 900px) {
    .wkp-cat-hero-panel { grid-template-columns: 1fr; }
    .wkp-cat-hero-art { min-height: 220px; clip-path: none; }
    .wkp-cat-hero-product { inset: 14px 22px; }
    .wkp-cat-toolbar { grid-template-columns: 1fr 120px; }
    .wkp-cat-sort { grid-column: 1 / -1; }
    .wkp-cat-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .wkp-cat-guide-grid { grid-template-columns: 1fr; }
    .wkp-cat-description-content { max-height: none; overflow: visible; }
}

@media (max-width: 650px) {
    .wkp-cat-shell { width: calc(100% - 24px); }
    .wkp-cat-breadcrumbs { padding-top: 14px; }
    .wkp-cat-hero-panel { border-radius: 18px; }
    .wkp-cat-hero-copy { padding: 34px 23px 30px; }
    .wkp-cat-hero h1 { font-size: 52px !important; }
    .wkp-cat-hero-intro { font-size: 15px !important; }
    .wkp-cat-hero-meta { align-items: flex-start; flex-direction: column; }
    .wkp-cat-hero-meta i { display: none; }
    .wkp-cat-hero-art strong { font-size: 45px; }
    .wkp-cat-hero-product { inset: 10px 18px; }
    .wkp-cat-hero-icon svg { width: 120px; height: 120px; }

    .wkp-cat-section-head h2,
    .wkp-cat-products-head h2,
    .wkp-cat-guide-grid > div > h2 {
        font-size: 42px !important;
    }

    .wkp-cat-nav-section { padding-top: 32px; }
    .wkp-cat-nav-grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: 7px;
        scroll-snap-type: x mandatory;
    }
    .wkp-cat-nav-card { flex: 0 0 205px; scroll-snap-align: start; }

    .wkp-cat-products-section { padding-bottom: 48px; }
    .wkp-cat-toolbar { grid-template-columns: 1fr; }
    .wkp-cat-search-btn { min-height: 48px; }
    .wkp-cat-sort { grid-column: auto; }
    .wkp-cat-products-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .wkp-cat-products-head > p { margin-bottom: 0 !important; }
    .wkp-cat-product-grid { grid-template-columns: 1fr; }
    .wkp-cat-product-image { height: 285px; }

    .wkp-cat-faq-card,
    .wkp-cat-description-card { padding: 27px 19px 24px; border-radius: 16px; }
    .wkp-cat-guide-section { padding-bottom: 55px; }
}
