body.fwb-category-page-v2 {
    --fwb-category-blue: #1b7cad;
    --fwb-category-blue-dark: #176b96;
    --fwb-category-text: #25272b;
    --fwb-category-muted: #666d75;
    --fwb-category-border: #dfe4e8;
    --fwb-category-surface: #fff;
}

body.fwb-category-page-v2 #main {
    background: #fff;
}

body.fwb-category-page-v2 .fwb-category-page-v2__intro {
    width: 100%;
    margin: 0 0 34px;
    padding: 38px 32px 36px;
    background: #f7f8f8;
    text-align: center;
}

body.fwb-category-page-v2 .fwb-category-page-v2__eyebrow {
    margin: 0 0 10px;
    color: #e97f24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.fwb-category-page-v2 .fwb-category-page-v2__title {
    margin: 0 0 18px !important;
    padding: 0;
    color: #183459 !important;
    font-size: clamp(36px, 3.4vw, 50px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-transform: none;
}

body.fwb-category-page-v2 .fwb-category-page-v2__description {
    max-width: 900px;
    margin: 0 auto;
    color: var(--fwb-category-muted);
    font-size: 16px;
    line-height: 1.7;
}

body.fwb-category-page-v2 .fwb-category-page-v2__description > :last-child {
    margin-bottom: 0;
}

body.fwb-category-page-v2 .woof_products_top_panel {
    margin: 0 0 18px;
}

body.fwb-category-page-v2 .fwb-category-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 11px 0 12px;
    border-bottom: 1px solid var(--fwb-category-border);
    color: var(--fwb-category-text);
}

body.fwb-category-page-v2 .fwb-category-active-filters__label {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

body.fwb-category-page-v2 .fwb-category-active-filters__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.fwb-category-page-v2 .fwb-category-active-filters__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid #d9ddda;
    border-radius: 6px;
    background: #f7f8f7;
    color: #343a3d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

body.fwb-category-page-v2 .fwb-category-active-filters__chip:hover,
body.fwb-category-page-v2 .fwb-category-active-filters__chip:focus {
    border-color: #b8c0bb;
    background: #eef1ef;
    color: #202724;
}

body.fwb-category-page-v2 .fwb-category-active-filters__remove {
    color: #69716d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

body.fwb-category-page-v2 .sidebar-content .woof.woof_sid_auto_shortcode {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.fwb-category-page-v2 .sidebar-content .woof .woof_container {
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 1px solid #d9e1e5;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

body.fwb-category-page-v2 .sidebar-content .woof .woof_container_inner {
    padding: 22px 20px 18px;
}

body.fwb-category-page-v2 .sidebar-content .woof .woof_container_inner > h4 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 16px !important;
    color: #3f4245;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

body.fwb-category-page-v2 .sidebar-content .woof .woof_container_inner > h4 .woof_front_toggle {
    margin-left: auto;
}

body.fwb-category-page-v2 .sidebar-content .woof .woof_container_inner > h4 a:not(.woof_front_toggle) {
    color: var(--fwb-category-blue);
    font-size: 12px;
    text-transform: none;
}

body.fwb-category-page-v2 .sidebar-content .woof ul.woof_list {
    margin: 0;
    padding: 0;
}

body.fwb-category-page-v2 .sidebar-content .woof ul.woof_list > li {
    margin: 0 0 10px !important;
    color: #73777a;
    line-height: 1.45;
}

body.fwb-category-page-v2 .sidebar-content .woof ul.woof_list > li:last-child {
    margin-bottom: 0 !important;
}

body.fwb-category-page-v2 .sidebar-content .woof ul.woof_list label {
    color: #73777a;
    font-size: 14px;
    line-height: 1.45;
}

body.fwb-category-page-v2 .sidebar-content .woof input[type="checkbox"],
body.fwb-category-page-v2 .sidebar-content .woof input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 1px 10px 0 0;
    border-radius: 0;
}

body.fwb-category-page-v2 .fwb-category-help {
    margin: 0 0 10px;
    padding: 24px 22px 22px;
    border: 1px solid #dfd9ce;
    border-radius: 8px;
    background: #f8f6f2;
    box-shadow: none;
    color: var(--fwb-category-text);
}

body.fwb-category-page-v2 .fwb-category-help__title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 9px;
    color: var(--fwb-category-text) !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

body.fwb-category-page-v2 .fwb-category-help__info {
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #c9b995;
    border-radius: 50%;
    color: #9c8a65;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

body.fwb-category-page-v2 .fwb-category-help__intro {
    margin: 0 0 18px;
    color: var(--fwb-category-muted);
    font-size: 14px;
    line-height: 1.55;
}

body.fwb-category-page-v2 .fwb-category-help__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
}

body.fwb-category-page-v2 .fwb-category-help__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid var(--fwb-category-blue);
    border-radius: 5px;
    background: var(--fwb-category-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

body.fwb-category-page-v2 .fwb-category-help__button:hover,
body.fwb-category-page-v2 .fwb-category-help__button:focus {
    border-color: var(--fwb-category-blue-dark);
    background: var(--fwb-category-blue-dark);
    color: #fff !important;
}

body.fwb-category-page-v2 .fwb-category-help__button--whatsapp {
    border-color: #178d4a;
    background: #178d4a;
}

body.fwb-category-page-v2 .fwb-category-help__button--whatsapp:hover,
body.fwb-category-page-v2 .fwb-category-help__button--whatsapp:focus {
    border-color: #11753d;
    background: #11753d;
}

body.fwb-category-page-v2 .fwb-category-help__button svg {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

body.fwb-category-page-v2 .fwb-category-help__facts {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--fwb-category-border);
    border-bottom: 1px solid var(--fwb-category-border);
}

body.fwb-category-page-v2 .fwb-category-help__fact {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--fwb-category-text);
    font-size: 13px;
    line-height: 1.4;
}

body.fwb-category-page-v2 .fwb-category-help__fact svg {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    fill: none;
    stroke: #15935e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

body.fwb-category-page-v2 .fwb-category-help__tip {
    margin: 16px 0 0;
    padding: 13px 14px;
    border-radius: 5px;
    background: #eef6fa;
    color: #45505a;
    font-size: 12px;
    line-height: 1.5;
}

body.fwb-category-page-v2 .fwb-category-help__tip strong {
    color: var(--fwb-category-blue);
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) {
    display: flex;
    align-self: stretch;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e1e5e2;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-inner:hover {
    box-shadow: 0 14px 30px rgba(27, 40, 32, 0.08);
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-image {
    flex: 0 0 auto;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(64px, auto) minmax(148px, auto) auto auto minmax(0, 1fr) auto;
    align-items: start;
    align-content: stretch;
    flex: 1 1 auto;
    width: 100%;
    padding: 0 24px !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-loop-title {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 0 8px;
    color: var(--fwb-category-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-loop-title .woocommerce-loop-product__title,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-loop-title h3 {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-auto-rows: minmax(40px, auto);
    row-gap: 4px;
    align-self: start;
    width: auto;
    min-height: 148px;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li {
    min-height: 40px;
    margin-bottom: 0 !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    justify-self: end;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .wccss-status-loop {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
}

body.fwb-category-page-v2 .fwb-category-product-cta {
    grid-column: 1 / -1;
    grid-row: 6;
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin: 16px 0 22px;
    padding: 11px 48px;
    border: 1px solid #c8ced5;
    border-radius: 7px;
    background: #fff;
    color: #3d4958 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

body.fwb-category-page-v2 .fwb-category-product-cta:hover,
body.fwb-category-page-v2 .fwb-category-product-cta:focus {
    border-color: #aeb7c1;
    background: #f7f8f9;
    color: #263342 !important;
}

@media (max-width: 991px) {
    body.fwb-category-page-v2 .fwb-category-page-v2__intro {
        margin-bottom: 26px;
        padding: 30px 24px 28px;
    }

    body.fwb-category-page-v2 .fwb-category-page-v2__title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    body.fwb-category-page-v2 .fwb-category-page-v2__intro {
        margin-bottom: 22px;
        padding: 25px 18px 24px;
    }

    body.fwb-category-page-v2 .fwb-category-page-v2__title {
        margin-bottom: 16px !important;
        padding: 0;
        font-size: 31px;
    }

    body.fwb-category-page-v2 .fwb-category-page-v2__description {
        font-size: 15px;
        line-height: 1.6;
    }

    body.fwb-category-page-v2 .fwb-category-help {
        padding: 21px 18px 19px;
    }

    body.fwb-category-page-v2 .fwb-category-active-filters {
        align-items: flex-start;
    }
}

/*
 * Category page v2 pilot (product category 737).
 * Match the approved product-image treatment and move the existing
 * BeRocket comparison control to the top-right of the card image.
 */
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-inner {
    position: relative;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-image {
    isolation: isolate;
    border-radius: 0;
    background: linear-gradient(180deg, #eef7ff 0%, #f8fbfd 44%, #fff 80%);
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-image > a,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-image > a > .inner {
    background: transparent;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-image img {
    mix-blend-mode: multiply;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 18px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d8dee5 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: none !important;
    color: #0b1b31 !important;
    font-size: 0;
    line-height: 1;
    text-indent: 0;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button::before {
    content: "\f24e";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button:hover,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button:focus {
    border-color: #bcc7d1 !important;
    background: #fff !important;
    color: #071426 !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button > i {
    display: none !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button > .br_compare_button_text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 575px) {
    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button {
        top: 14px;
        right: 14px;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button::before {
        font-size: 20px;
    }
}

/*
 * Category page v2 pilot (product category 737).
 * Complete the approved card details and compact HUSKY widget treatment.
 */
body.fwb-category-page-v2 {
    --fwb-category-card-accent: #f05a00;
    --fwb-category-card-navy: #0b1b31;
    --fwb-category-card-divider: #e7ebef;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content {
    grid-template-rows: minmax(70px, auto) minmax(132px, auto) auto auto minmax(0, 1fr) auto;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-loop-title {
    min-height: 70px;
    color: var(--fwb-category-card-navy);
    font-size: 19px;
    line-height: 1.25;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus {
    grid-auto-rows: minmax(44px, auto);
    row-gap: 0;
    width: 100%;
    min-height: 132px;
    margin: 0;
    padding: 0 6px;
    list-style: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    column-gap: 10px;
    align-items: center;
    min-height: 44px;
    margin: 0 !important;
    padding: 7px 0;
    border-bottom: 1px solid var(--fwb-category-card-divider);
    color: var(--fwb-category-card-navy);
    font-size: 14px;
    line-height: 1.35;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li:last-child {
    border-bottom: 0;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li::before {
    grid-column: 1;
    color: #1882ae;
    font-family: FontAwesome;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

body.fwb-category-page-v2 ul .lable_cus_archive::before {
    width: 51px;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li:nth-child(1)::before {
    content: "\f0c1";
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li:nth-child(2)::before {
    content: "\f0e7";
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) ul.bullet_ul_cus > li:nth-child(3)::before {
    content: "\f013";
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-spec__label {
    grid-column: 2;
    min-width: 0;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-spec__value {
    grid-column: 3;
    padding-left: 8px;
    color: #737b86;
    font-weight: 600;
    white-space: nowrap;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .wccss-status-loop.fwb-category-delivery {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    margin: 12px 0 14px;
    padding: 11px 14px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #eef8ef 0%, #f3f9f1 100%);
    color: #078d25 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .wccss-status-loop.fwb-category-delivery::before {
    content: "\f0d1";
    flex: 0 0 auto;
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .wccss-status-loop.fwb-category-delivery > :not(.fwb-category-delivery__text),
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .wccss-status-loop.fwb-category-delivery > br {
    display: none !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-delivery__text {
    display: block;
    min-width: 0;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner):not(.outofstock) .product-content > .wccss-status-loop:not(.fwb-category-delivery) {
    display: none !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product.outofstock:not(.fwb-choice-banner) .product-content > .wccss-status-loop {
    grid-column: 1 / -1;
    grid-row: 3;
    align-self: center;
    width: 100%;
    margin: 12px 0 14px;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product.outofstock:not(.fwb-choice-banner) .product-content > .wccss-status-loop .wccss-delivery-note {
    display: none !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price {
    grid-column: 1 / -1;
    grid-row: 4;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: 68px;
    margin: 0;
    padding: 0 4px 6px;
    color: var(--fwb-category-card-navy);
    line-height: 1.15;
    text-align: right;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price > del {
    order: 1;
    margin: 0 0 3px;
    color: #7a818a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price > ins {
    order: 2;
    color: var(--fwb-category-card-navy);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05;
    text-decoration: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price .save-cls {
    display: none !important;
}

body.fwb-category-page-v2 .fwb-category-product-cta {
    position: relative;
    padding-right: 48px;
    padding-left: 48px;
}

body.fwb-category-page-v2 .fwb-category-product-cta::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 18px;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof.woof_sid.woof_sid_widget {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof_redraw_zone {
    border: 1px solid #e1e5e8;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container + .woof_container {
    border-top: 1px solid #e7eaed !important;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container_inner {
    padding: 0;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container_inner > h4 {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    margin: 0 !important;
    padding: 12px 20px !important;
    color: #222a32;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container_inner > h4 .wc-attribute-icon,
body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container_inner > h4 .js-wc-attribute-icon {
    flex: 0 0 auto;
    color: #1882ae;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: none;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_container_inner > h4 .woof_front_toggle {
    flex: 0 0 18px;
    width: 18px;
    margin-left: auto;
    color: #172331 !important;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    text-decoration: none !important;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_block_html_items {
    padding: 0 20px 12px;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_block_html_items.woof_closed_block {
    padding-top: 0;
    padding-bottom: 0;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof ul.woof_list {
    margin: 0;
    padding: 0;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof ul.woof_list > li {
    display: flex;
    align-items: flex-start;
    min-height: 20px;
    margin: 0 0 8px !important;
    color: #6e747a;
    line-height: 1.35;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof ul.woof_list > li:last-child {
    margin-bottom: 0 !important;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .icheckbox_minimal-blue,
body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .iradio_minimal-blue {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0 9px 0 0;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof ul.woof_list label {
    margin: 0;
    color: #6e747a;
    font-size: 13px;
    line-height: 1.35;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_checkbox_count,
body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_radio_count {
    margin-left: 3px;
    color: #6e747a;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof li.woof_open_hidden_li {
    justify-content: center;
    padding-top: 2px;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_open_hidden_li_btn {
    color: #4f555b;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 575px) {
    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-loop-title {
        font-size: 18px;
    }

    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price > ins {
        font-size: 20px;
    }
}


/*
 * Fine-tune pilot card spacing and added comparison state.
 * Scope remains product category 737 through the body class.
 */
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added {
    width: auto;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    padding: 0 14px !important;
    border-radius: 4px !important;
    white-space: nowrap;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added::before {
    display: none;
    content: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added::after {
    content: "Toegevoegd aan vergelijker";
    color: #0b1b31;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

/* Final approved category-card price, CTA and comparison control. */
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price > ins,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price > .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 600 !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button {
    position: static;
    z-index: auto;
    grid-column: 1;
    grid-row: 4;
    align-self: center;
    justify-self: start;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0b1b31 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-indent: 0;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button::before {
    display: none;
    content: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button > i {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #bcc6d0;
    font-size: 20px;
    line-height: 1;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button:not(.br_compare_added) > i.fa-square-o,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added > i.fa-check-square-o {
    display: inline-block !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button:not(.br_compare_added) > i.fa-check-square-o,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added > i.fa-square-o {
    display: none !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added > i.fa-check-square-o {
    color: #1882ae;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button > .br_compare_button_text {
    position: static !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
    border: 0 !important;
    color: #0b1b31;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added {
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    white-space: nowrap;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button.br_compare_added::after {
    display: none;
    content: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top {
    appearance: none;
    position: absolute;
    z-index: 6;
    top: 18px;
    right: auto;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8dee5;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
    color: #0b1b31;
    cursor: pointer;
    font-family: inherit;
    font-size: 0;
    line-height: 1;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top:hover,
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top:focus {
    border-color: #bcc7d1;
    background: #fff;
    color: #071426;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top__icon::before {
    content: "\f24e";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top__status {
    display: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top.is-added {
    width: auto;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top.is-added .fwb-category-compare-top__icon {
    display: none;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top.is-added .fwb-category-compare-top__status {
    display: inline;
}

@media (max-width: 575px) {
    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top {
        top: 14px;
        left: 14px;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top__icon::before {
        font-size: 20px;
    }

    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .fwb-category-compare-top.is-added {
        width: auto;
        min-width: 0;
        height: 40px;
        min-height: 40px;
    }
}

body.fwb-category-page-v2 .fwb-category-product-cta {
    min-height: 40px;
    margin: 14px 0 18px;
    padding: 8px 42px;
    border: 1px solid #c8ced5;
    border-radius: 7px;
    background: #f7f7f8;
    color: #3d4958 !important;
    font-size: 14px;
    font-weight: 400;
}

body.fwb-category-page-v2 .fwb-category-product-cta:hover,
body.fwb-category-page-v2 .fwb-category-product-cta:focus {
    border-color: #aeb7c1;
    background: #eef1f3;
    color: #263342 !important;
}

@media (max-width: 575px) {
    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .price > ins {
        font-size: 20px !important;
    }

    body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button {
        top: auto;
        right: auto;
        width: auto;
        height: auto;
        min-width: 0;
        min-height: 0;
    }
}

/*
 * Final pilot correction: hide in-stock delivery status and restore the visible BeRocket checkbox glyphs.
 * Scope remains the category-page-v2 pilot.
 */
body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner):not(.outofstock) .product-content > .wccss-status-loop {
    display: none !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button > i.fa-square-o::before {
    content: "\f096" !important;
}

body.fwb-category-page-v2.woocommerce-page.archive #main ul.products.products-container > li.product:not(.fwb-choice-banner) .product-content > .br_compare_button > i.fa-check-square-o::before {
    content: "\f046" !important;
}

/*
 * Category price filter: approved input and slider layout.
 * HUSKY remains responsible for the actual filtering and URL state.
 */
body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_price3_search_container.woof_container {
    margin: 0 !important;
    padding: 20px !important;
    background: #fff;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_price3_search_container .woof_container_inner > h4 {
    position: relative;
    display: block;
    min-height: 0;
    margin: 0 !important;
    padding: 0 24px 0 0 !important;
    color: #17233a;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_price3_search_container .woof_container_inner > h4::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #46515b;
    border-left: 1.5px solid #46515b;
    transform: rotate(45deg);
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    margin: 12px 0;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__field {
    position: relative;
    display: block;
    min-width: 0;
    height: 38px;
    margin: 0;
    border: 1px solid #d9e0e6;
    border-radius: 6px;
    background: #fff;
    color: #5f6973;
    box-sizing: border-box;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__field:focus-within {
    border-color: #1882ae;
    box-shadow: 0 0 0 2px rgba(24, 130, 174, 0.12);
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__field > span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10px;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__input {
    position: absolute !important;
    z-index: 1;
    inset: 0 !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-width: 0;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 9px 0 28px !important;
    border: 0 !important;
    border-radius: 6px;
    outline: 0;
    background: transparent;
    box-shadow: none !important;
    color: #17233a !important;
    -webkit-text-fill-color: #17233a;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px !important;
    text-indent: 0 !important;
    transform: none !important;
    box-sizing: border-box;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__separator {
    color: #9aa3ab;
    font-size: 14px;
    text-align: center;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs.irs--round {
    height: 34px !important;
    margin: 0 !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-line,
body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-bar {
    top: 17px !important;
    height: 4px !important;
    border: 0 !important;
    border-radius: 4px !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-line {
    background: #d9e0e6 !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-bar {
    background: #1882ae !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-handle {
    top: 10px !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #1882ae !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: grab;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-handle:active {
    cursor: grabbing;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs--round .irs-handle > i {
    display: none !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs-from,
body.fwb-category-page-v2 .woof_price3_search_container .irs-to,
body.fwb-category-page-v2 .woof_price3_search_container .irs-single,
body.fwb-category-page-v2 .woof_price3_search_container .irs-min,
body.fwb-category-page-v2 .woof_price3_search_container .irs-max {
    display: none !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs-grid {
    display: none !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale {
    position: relative;
    height: 27px;
    margin: 0;
    color: #6d7780;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale-item {
    position: absolute;
    top: 0;
    display: block;
    width: max-content;
    transform: translateX(-50%);
    color: #6d7780;
    font-family: inherit;
    font-size: 8.5px;
    line-height: 13px;
    text-align: center;
    white-space: nowrap;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 6px;
    margin: 0 auto 4px;
    background: #d4dbe1;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale-item.is-first {
    transform: none;
    text-align: left;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale-item.is-first::before {
    margin-left: 0;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale-item.is-last {
    transform: translateX(-100%);
    text-align: right;
}

body.fwb-category-page-v2 .woof_price3_search_container .fwb-price-filter__scale-item.is-last::before {
    margin-right: 0;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs-grid-pol {
    top: 0 !important;
    height: 6px !important;
    background: #d4dbe1 !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs-grid-pol.small {
    display: none !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs-grid-text {
    top: 10px !important;
    color: #6d7780 !important;
    font-family: inherit !important;
    font-size: 10px !important;
    line-height: 14px !important;
}

body.fwb-category-page-v2 .woof_price3_search_container .irs-grid-text::before {
    content: "€";
}

@media (max-width: 360px) {
    body.fwb-category-page-v2 .sidebar-content aside.WOOF_Widget .woof .woof_price3_search_container.woof_container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
