:root {
    --knr-smart-green: #008f68;
    --knr-smart-bright: #00c853;
    --knr-smart-ink: #181b19;
    --knr-smart-muted: #6e736f;
    --knr-smart-border: #e5e7e5;
}

/* Keep all customer-facing typography consistent across the storefront. */
html,
body,
body :not(.dashicons):not(.ab-icon):not(.star-rating):not([class^="fa"]):not([class*=" fa-"]) {
    font-family: "Prompt", sans-serif !important;
}

/* Match product archive calls-to-action with the popular-product cards. */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    display: flex !important;
    width: 100% !important;
    min-height: 42px !important;
    margin-top: auto !important;
    padding: 10px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #c6a56b !important;
    border-radius: 999px !important;
    background: #245846 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 14.72px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus-visible {
    background: #1b4939 !important;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(36, 88, 70, .16) !important;
    transform: translateY(-1px);
}

/* Use a true square media frame and reveal the complete product image. */
.woocommerce ul.products li.product .ct-media-container,
.woocommerce-page ul.products li.product .ct-media-container {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #fff !important;
}

.woocommerce ul.products li.product .ct-media-container img,
.woocommerce-page ul.products li.product .ct-media-container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
}

body.postid-95 .knr-variation-select-hidden,
body.postid-40 .knr-variation-select-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.knr-variation-choices {
    display: grid;
    width: 100%;
    margin: 6px 0 12px;
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    gap: 10px;
}

.knr-card-proof {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 40px;
    margin: 10px 0 7px;
    color: #24302b;
    font-size: 14px;
    line-height: 1.35;
}

.knr-card-proof__rating,
.knr-card-proof__warranty {
    display: inline-flex;
    align-items: center;
}

.knr-card-proof__rating {
    flex: 0 0 auto;
    gap: 5px;
}

.knr-card-proof__rating > span:first-child {
    color: #ffb400;
    font-size: 18px;
    line-height: 1;
}

.knr-card-proof__rating strong {
    color: #202a26;
    font-weight: 750;
}

.knr-card-proof__sold {
    color: #8b918e;
}

.knr-card-proof__warranty {
    flex: 1 1 auto;
    justify-content: flex-start;
    min-width: 0;
    min-height: 40px;
    padding: 4px 9px;
    border-radius: 7px;
    background: #ecfbf3;
    color: #087b5f;
    font-size: 11.5px;
    font-weight: 650;
    white-space: normal;
}

.knr-card-proof__warranty svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

@media (max-width: 1024px) {
    .knr-card-proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        min-height: 0;
    }

    .knr-card-proof__warranty {
        min-height: 28px;
    }
}

.single-product .knr-product-proof {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    width: 100%;
    margin: 13px 0 17px;
    padding: 12px 0;
    border-top: 1px solid #e6ebe8;
    border-bottom: 1px solid #e6ebe8;
    color: #24302b;
    font-size: 15px;
    line-height: 1.4;
}

.single-product .knr-product-proof .knr-card-proof__rating,
.single-product .knr-product-proof .knr-card-proof__warranty {
    display: inline-flex;
    align-items: center;
}

.single-product .knr-product-proof .knr-card-proof__rating {
    flex: 0 0 auto;
    gap: 6px;
}

.single-product .knr-product-proof .knr-card-proof__rating > span:first-child {
    color: #ffb400;
    font-size: 20px;
    line-height: 1;
}

.single-product .knr-product-proof .knr-card-proof__rating strong {
    color: #202a26;
    font-weight: 750;
}

.single-product .knr-product-proof .knr-card-proof__sold {
    color: #8b918e;
}

.single-product .knr-product-proof .knr-card-proof__warranty {
    min-height: 32px;
    padding: 5px 10px;
    border-radius: 7px;
    background: #ecfbf3;
    color: #087b5f;
    font-size: 13px;
    font-weight: 650;
}

.single-product .knr-product-proof .knr-card-proof__warranty svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

@media (max-width: 520px) {
    .single-product .knr-product-proof {
        align-items: flex-start;
        flex-direction: column;
    }
}

.knr-variation-choice {
    display: flex;
    min-width: 0;
    padding: 7px 7px 9px;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    border: 1px solid #dfe5e1;
    border-radius: 12px;
    color: #1f2925;
    background: #fff;
    box-shadow: 0 3px 12px rgba(20, 65, 48, .05);
    font-family: "Prompt", sans-serif;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.knr-variation-choice:hover,
.knr-variation-choice:focus-visible {
    border-color: #49b994;
    box-shadow: 0 6px 18px rgba(0, 143, 104, .12);
    transform: translateY(-1px);
}

.knr-variation-choice.is-selected {
    border: 2px solid var(--knr-smart-green);
    padding: 6px 6px 8px;
    background: #f1fbf7;
    box-shadow: 0 0 0 3px rgba(0, 143, 104, .1);
}

.knr-variation-choice img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    background: #eefaf6;
}

.knr-variation-choice strong {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.25;
}

.knr-variation-choice small {
    color: var(--knr-smart-green);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

body.knr-smart-shopper-enabled #header {
    display: none !important;
}

.knr-smart-header,
.knr-smart-header * {
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
}

.knr-smart-header {
    position: sticky;
    top: 0;
    z-index: 990;
    width: 100%;
    border-top: 2px solid #171717;
    border-bottom: 1px solid var(--knr-smart-border);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 4px 18px rgba(16, 50, 37, .04);
    backdrop-filter: blur(12px);
}

.admin-bar .knr-smart-header { top: 32px; }

.knr-smart-header__inner {
    display: grid;
    width: min(calc(100% - 48px), 1600px);
    min-height: 88px;
    margin-inline: auto;
    grid-template-columns: minmax(280px, .85fr) minmax(560px, 1.6fr) minmax(390px, 1fr);
    align-items: center;
    gap: 28px;
}

.knr-smart-brand {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 14px;
    color: var(--knr-smart-ink) !important;
    text-decoration: none !important;
}

.knr-smart-brand__mark {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(145deg, #009a70, #007d61);
}

.knr-smart-brand__mark svg {
    width: 27px;
    fill: #ffd51d;
}

.knr-smart-brand__copy { display: grid; line-height: 1.25; }
.knr-smart-brand__copy strong { color: #181b19; font-size: 20px; font-weight: 700; }
.knr-smart-brand__copy small { margin-top: 3px; color: #777b78; font-size: 12px; font-weight: 500; }

.knr-smart-nav {
    display: flex;
    width: fit-content;
    max-width: 100%;
    justify-self: center;
    padding: 4px;
    border: 1px solid #dedfdd;
    border-radius: 18px;
    background: #f7f7f6;
}

.knr-smart-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 14px;
    color: #5e625f !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.knr-smart-nav a:hover,
.knr-smart-nav a:focus-visible,
.knr-smart-nav a.is-active {
    color: #007e5c !important;
    background: #fff;
    box-shadow: 0 2px 9px rgba(19, 43, 34, .08);
}

.knr-smart-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.knr-smart-actions a,
.knr-smart-actions button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.knr-smart-actions svg { width: 22px; height: 22px; fill: currentColor; }

.knr-smart-assistant-button {
    padding: 0 17px;
    border: 1px solid #8fe8c2;
    color: #007d5b;
    background: #effdf6;
    cursor: pointer;
}

.knr-smart-line {
    padding: 0 18px;
    border: 1px solid var(--knr-smart-bright);
    color: #fff !important;
    background: var(--knr-smart-bright);
}

.knr-smart-cart {
    position: relative;
    width: 48px;
    padding: 0;
    border: 1px solid #dedfdd;
    color: #454946 !important;
    background: #f6f6f5;
}

.knr-smart-cart__count {
    position: absolute;
    top: -6px;
    right: -6px;
    display: grid;
    min-width: 19px;
    height: 19px;
    place-items: center;
    padding-inline: 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #008f68;
    font-size: 10px;
}

body.knr-smart-shopper-enabled #footer.ct-footer {
    display: none !important;
}

.knr-comparison,
.knr-comparison * {
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
}

.knr-comparison {
    width: 100%;
    padding: 52px 0 48px;
    color: #171c19;
    background: #f7f9f7;
}

.knr-comparison__inner {
    width: min(calc(100% - 64px), 1240px);
    margin-inline: auto;
}

.knr-comparison__header {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.knr-comparison__header h2 {
    margin: 0 0 8px;
    color: #151a17;
    font-size: clamp(28px, 2.55vw, 42px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -.03em;
}

.knr-comparison__header p {
    margin: 0;
    color: #66706b;
    font-size: 14px;
    line-height: 1.65;
}

.knr-comparison__scroll {
    overflow-x: auto;
    border: 1px solid #d9dfdc;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(21, 53, 42, .08);
    scrollbar-width: thin;
}

.knr-comparison__table {
    width: 100%;
    min-width: 940px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    color: #25302b;
    font-size: 13px;
}

.knr-comparison__table th,
.knr-comparison__table td {
    padding: 18px 20px;
    border: 0;
    border-right: 1px solid #dde3df;
    border-bottom: 1px solid #dde3df;
    vertical-align: middle;
    text-align: left;
    line-height: 1.55;
}

.knr-comparison__table tr > :first-child { width: 25%; }
.knr-comparison__table tr > :not(:first-child) { width: 25%; }
.knr-comparison__table tr > :last-child { border-right: 0; }
.knr-comparison__table tbody tr:last-child > * { border-bottom: 0; }

.knr-comparison__table thead th {
    padding-block: 20px;
    color: #16231d;
    background: #fbfcfb;
    font-size: 13px;
    font-weight: 600;
}

.knr-comparison__table tbody th {
    color: #17231d;
    background: #fbfcfb;
    font-weight: 600;
}

.knr-comparison__table .knr-comparison__pemf { background: #f1fbf7; }

.knr-comparison__product-head {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.knr-comparison__product-head > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.knr-comparison__product-head strong {
    color: #14221c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.knr-comparison__product-head small {
    color: #6b756f;
    font-size: 12px;
    font-weight: 400;
}

.knr-comparison__icon {
    display: inline-grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 9px;
    color: #008f68;
    background: #d7f8ed;
    font-size: 18px;
    line-height: 1;
}

.knr-comparison__icon--orange {
    color: #ff6f2c;
    background: #fff0e7;
}

.knr-comparison__table td strong { color: #17241e; font-weight: 600; }

.knr-comparison__links th,
.knr-comparison__links td { padding-block: 17px; background: #fbfcfb; }
.knr-comparison__links .knr-comparison__pemf { background: #eef9f5; }

.knr-comparison__link {
    color: #008f68 !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.knr-comparison__link--orange { color: #f05a20 !important; }
.knr-comparison__link:hover,
.knr-comparison__link:focus-visible { color: #005f48 !important; }

.knr-comparison__help {
    display: flex;
    min-height: 58px;
    margin-top: 28px;
    padding: 12px 16px;
    border: 1px solid #d9dfdc;
    border-radius: 13px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
}

.knr-comparison__help p {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
    color: #68716d;
    font-size: 12px;
    line-height: 1.55;
}

.knr-comparison__help p > span {
    display: inline-grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    border: 2px solid #00a878;
    border-radius: 50%;
    color: #008f68;
    font-size: 12px;
    font-weight: 700;
}

.knr-comparison__help > a {
    display: inline-flex;
    min-height: 36px;
    padding: 8px 15px;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    color: #fff !important;
    background: #00bd62;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    white-space: nowrap;
}

.knr-comparison__help > a:hover,
.knr-comparison__help > a:focus-visible { background: #009e52; }

.knr-smart-footer,
.knr-smart-footer * {
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
}

.knr-smart-footer {
    width: 100%;
    color: #bdb9b3;
    background: #191816;
}

.knr-smart-footer__grid {
    display: grid;
    width: min(calc(100% - 72px), 1560px);
    min-height: 310px;
    margin-inline: auto;
    padding: 58px 0 48px;
    grid-template-columns: 1.08fr 1.05fr 1.08fr .95fr;
    gap: clamp(34px, 4vw, 76px);
}

.knr-smart-footer__brand-row {
    display: flex;
    align-items: center;
    gap: 13px;
}

.knr-smart-footer__mark {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #00a478, #007d61);
}

.knr-smart-footer__mark svg { width: 26px; fill: #ffd51d; }
.knr-smart-footer__brand-row strong { color: #fff; font-size: 21px; font-weight: 700; }

.knr-smart-footer__brand p {
    max-width: 350px;
    margin: 22px 0 25px;
    color: #aaa6a0;
    font-size: 14px;
    line-height: 1.75;
}

.knr-smart-footer__line-button {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 17px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #fff !important;
    background: #00c85a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.knr-smart-footer__column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.knr-smart-footer__column h2 {
    margin: 1px 0 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.knr-smart-footer__column a,
.knr-smart-footer__column p,
.knr-smart-footer__assessment {
    margin: 0;
    color: #bdb9b3;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
    text-decoration: none !important;
}

.knr-smart-footer__column a:hover,
.knr-smart-footer__column a:focus-visible { color: #fff; }

.knr-smart-footer__assessment {
    padding: 0;
    border: 0;
    color: #00df88;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}

.knr-smart-footer__assessment:hover,
.knr-smart-footer__assessment:focus-visible { color: #62f3b5; }

.knr-smart-footer__trust p,
.knr-smart-footer__contact p,
.knr-smart-footer__contact a {
    display: grid;
    width: 100%;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    column-gap: 7px;
}

.knr-smart-footer__trust span,
.knr-smart-footer__contact span { color: #00d780; font-size: 18px; line-height: 1.15; }
.knr-smart-footer__contact .knr-smart-footer__contact-copy {
    min-width: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow-wrap: normal;
    word-break: normal;
}
.knr-smart-footer__contact strong { color: #cbc7c1; }
.knr-smart-footer__warehouse { margin-top: 8px !important; color: #8d8984 !important; }
.knr-smart-footer__warehouse span { color: #77736e; }

.knr-assistant[hidden] { display: none !important; }

.knr-assistant {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 24px;
    font-family: "Prompt", sans-serif;
}

.knr-assistant__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(15, 22, 19, .58);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.knr-assistant__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 650px);
    max-height: min(760px, calc(100vh - 48px));
    overflow: hidden auto;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.knr-assistant__header {
    display: grid;
    min-height: 82px;
    padding: 16px 18px;
    grid-template-columns: 38px 1fr 34px;
    align-items: center;
    gap: 12px;
    color: #fff;
    background: #181b19;
}

.knr-assistant__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: var(--knr-smart-green);
    font-size: 21px;
}

.knr-assistant__header strong { display: block; color: #fff; font-size: 16px; line-height: 1.35; }
.knr-assistant__header small { display: block; margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; }

.knr-assistant__close {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.knr-assistant__progress { height: 5px; background: #e9efeb; }
.knr-assistant__progress span { display: block; width: 33.333%; height: 100%; background: #00a97c; transition: width .25s ease; }
.knr-assistant__body { padding: 26px; }

.knr-assistant__step-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #007e5c;
    background: #eafaf3;
    font-size: 11px;
    font-weight: 700;
}

.knr-assistant__question { margin: 0; color: #1c211e; font-size: 19px; line-height: 1.45; }
.knr-assistant__hint { margin: 5px 0 20px; color: #7b817d; font-size: 12px; }
.knr-assistant__choices { display: grid; gap: 11px; }

.knr-assistant__choice {
    display: grid;
    width: 100%;
    min-height: 70px;
    padding: 13px 15px;
    grid-template-columns: 22px 1fr;
    align-items: center;
    column-gap: 12px;
    border: 1px solid #e3e7e4;
    border-radius: 13px;
    color: #222724;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.knr-assistant__choice:hover,
.knr-assistant__choice:focus-visible {
    border-color: #5bd0a9;
    background: #f4fdf9;
    transform: translateY(-1px);
}

.knr-assistant__radio {
    width: 18px;
    height: 18px;
    border: 1.5px solid #cbd2cd;
    border-radius: 50%;
}

.knr-assistant__choice strong { display: block; color: #242925; font-size: 14px; line-height: 1.35; }
.knr-assistant__choice small { display: block; margin-top: 4px; color: #7b817d; font-size: 11px; line-height: 1.45; }
.knr-assistant__choice.is-selected { border-color: #00a97c; background: #f0fcf7; }
.knr-assistant__choice.is-selected .knr-assistant__radio { border: 5px solid #00a97c; }

.knr-assistant__result { text-align: center; }
.knr-assistant__result-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 12px; place-items: center; border-radius: 50%; color: #009b70; background: #e9fbf4; font-size: 27px; }
.knr-assistant__result h3 { margin: 0; color: #202421; font-size: 22px; }
.knr-assistant__result-copy { margin: 7px auto 20px; max-width: 500px; color: #737975; font-size: 12px; line-height: 1.6; }

.knr-assistant__product {
    display: grid;
    padding: 14px;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 16px;
    border: 1.5px solid #24bb8b;
    border-radius: 14px;
    background: #f9fffc;
    text-align: left;
}

.knr-assistant__product img { width: 112px; height: 112px; border-radius: 10px; object-fit: cover; background: #f2f3f1; }
.knr-assistant__product-badge { display: inline-block; margin-bottom: 6px; padding: 4px 8px; border-radius: 999px; color: #007c5a; background: #dff8ee; font-size: 10px; font-weight: 700; }
.knr-assistant__product h4 { margin: 0 0 5px; color: #1f2421; font-size: 15px; line-height: 1.45; }
.knr-assistant__product p { margin: 0 0 7px; color: #767c78; font-size: 11px; line-height: 1.45; }
.knr-assistant__price { color: #009064; font-size: 19px; font-weight: 750; }
.knr-assistant__price del { color: #9ba09c; font-size: 11px; font-weight: 400; }

.knr-assistant__result-actions { display: grid; gap: 9px; margin-top: 16px; }
.knr-assistant__result-actions a,
.knr-assistant__result-actions button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; border-radius: 10px; font-size: 13px; font-weight: 700; text-decoration: none !important; cursor: pointer; }
.knr-assistant__primary { border: 1px solid #008f68; color: #fff !important; background: #008f68; }
.knr-assistant__line { border: 1px solid #00c853; color: #fff !important; background: #00c853; }
.knr-assistant__restart { border: 1px solid #d9dedb; color: #5e6560; background: #fff; }

body.knr-assistant-open { overflow: hidden; }

@media (max-width: 1320px) {
    .knr-smart-header__inner { grid-template-columns: minmax(250px, .8fr) minmax(480px, 1.45fr) minmax(330px, 1fr); gap: 18px; }
    .knr-smart-nav a { padding-inline: 12px; font-size: 12px; }
    .knr-smart-actions a, .knr-smart-actions button { font-size: 12px; }
}

@media (max-width: 999px) {
    .admin-bar .knr-smart-header { top: 46px; }
    .knr-smart-header__inner { width: min(calc(100% - 24px), 960px); min-height: 72px; grid-template-columns: 1fr auto; gap: 12px; }
    .knr-smart-brand__mark { width: 44px; height: 44px; flex-basis: 44px; border-radius: 13px; }
    .knr-smart-brand__copy strong { font-size: 16px; }
    .knr-smart-brand__copy small { font-size: 9px; }
    .knr-smart-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: flex; width: 100%; overflow-x: auto; justify-self: auto; padding: 6px 12px; border: 0; border-radius: 0; background: #fff; box-shadow: 0 7px 15px rgba(17,49,37,.07); scrollbar-width: none; }
    .knr-smart-nav::-webkit-scrollbar { display: none; }
    .knr-smart-nav a { min-height: 36px; padding-inline: 12px; }
    .knr-smart-actions { gap: 8px; }
    .knr-smart-assistant-button span, .knr-smart-line span { display: none; }
    .knr-smart-assistant-button, .knr-smart-line, .knr-smart-cart { width: 42px; min-height: 42px; padding: 0; border-radius: 13px; }
    .knr-assistant { padding: 14px; }
    .knr-assistant__dialog { max-height: calc(100vh - 28px); border-radius: 15px; }
    .knr-smart-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 50px; }
    .knr-comparison { padding-block: 44px; }
    .knr-comparison__inner { width: min(calc(100% - 32px), 940px); }
    .knr-comparison__header { margin-bottom: 26px; }
    .knr-comparison__help { align-items: flex-start; flex-direction: column; }
    .knr-comparison__help > a { align-self: flex-end; }
}

@media (max-width: 560px) {
    .knr-variation-choices { grid-template-columns: repeat(3, minmax(82px, 1fr)); gap: 8px; }
    .knr-smart-header__inner { width: calc(100% - 20px); }
    .knr-smart-brand { gap: 9px; }
    .knr-smart-brand__mark { width: 40px; height: 40px; flex-basis: 40px; }
    .knr-smart-brand__copy strong { font-size: 14px; }
    .knr-smart-brand__copy small { display: none; }
    .knr-smart-actions { gap: 5px; }
    .knr-smart-assistant-button, .knr-smart-line, .knr-smart-cart { width: 38px; min-height: 38px; }
    .knr-assistant__header { min-height: 76px; padding: 13px; grid-template-columns: 34px 1fr 30px; gap: 9px; }
    .knr-assistant__header strong { font-size: 13px; }
    .knr-assistant__header small { font-size: 9px; }
    .knr-assistant__body { padding: 19px 16px; }
    .knr-assistant__question { font-size: 17px; }
    .knr-assistant__product { grid-template-columns: 86px 1fr; gap: 11px; padding: 11px; }
    .knr-assistant__product img { width: 86px; height: 86px; }
    .knr-smart-footer__grid { width: calc(100% - 40px); padding: 40px 0; grid-template-columns: 1fr; gap: 34px; }
    .knr-smart-footer__brand p { margin: 18px 0 21px; }
    .knr-comparison { padding-block: 36px; }
    .knr-comparison__inner { width: calc(100% - 24px); }
    .knr-comparison__header h2 { font-size: 27px; }
    .knr-comparison__header p { font-size: 12px; }
    .knr-comparison__scroll { border-radius: 13px; }
    .knr-comparison__table { min-width: 860px; font-size: 12px; }
    .knr-comparison__table th,
    .knr-comparison__table td { padding: 15px 16px; }
    .knr-comparison__help { margin-top: 18px; }
    .knr-comparison__help > a { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .knr-assistant__progress span,
    .knr-assistant__choice { transition: none; }
}


/* Shop archive cover image supplied by the store owner. */
body.woocommerce-shop .hero-section,
body.post-type-archive-product .hero-section {
    display: none !important;
}

.knr-shop-cover {
    position: relative !important;
    left: 50% !important;
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    aspect-ratio: 1672 / 941 !important;
    margin: 0 0 clamp(28px, 4vw, 64px) !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    background-color: #f7f3eb !important;
    background-image: url("https://kapaonamron.com/wp-content/uploads/2026/09/Cover-%E0%B8%AB%E0%B8%99%E0%B9%89%E0%B8%B2%E0%B8%A3%E0%B8%A7%E0%B8%A1%E0%B8%AA%E0%B8%B4%E0%B8%99%E0%B8%84%E0%B9%89%E0%B8%B2.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.knr-shop-cover img {
    display: none !important;
}

@media (max-width: 689px) {
    .knr-shop-cover { margin-bottom: 28px !important; }
}
