.woocommerce ul.products,
.woocommerce-page ul.products,
.elementor-widget-woocommerce-products ul.products,
.elementor-widget-wc-archive-products ul.products,
.elementor-products-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce ul.products li.product.krf-product-card-wrap,
.woocommerce-page ul.products li.product.krf-product-card-wrap,
.elementor-widget-woocommerce-products ul.products li.product.krf-product-card-wrap,
.elementor-widget-wc-archive-products ul.products li.product.krf-product-card-wrap,
.elementor-products-grid ul.products li.product.krf-product-card-wrap {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce ul.products li.product.krf-product-card-wrap::before,
.woocommerce ul.products li.product.krf-product-card-wrap::after {
    display: none !important;
}

.krf-product-card,
.woocommerce ul.products li.product .krf-product-card {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: Montserrat, Inter, Arial, sans-serif;
}

.krf-product-card *,
.krf-product-card *::before,
.krf-product-card *::after { box-sizing: border-box; }

.krf-product-card__media,
.woocommerce ul.products li.product .krf-product-card__media {
    position: relative;
    display: block;
    width: 100%;
    height: 192px;
    overflow: hidden;
    background: #f5f6f7;
    text-decoration: none;
}

.krf-product-card__image,
.woocommerce ul.products li.product a img.krf-product-card__image,
.woocommerce ul.products li.product .krf-product-card__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    border: 0 !important;
    box-shadow: none !important;
}

.krf-product-card__badge {
    position: absolute;
    top: 9px;
    left: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11.2px;
    font-weight: 600;
    line-height: 16.8px;
    white-space: nowrap;
}

.krf-product-card__badge--red { background: #fee2e2; color: #991b1b; }
.krf-product-card__badge--purple { background: #f3e8ff; color: #6b21a8; }
.krf-product-card__badge--blue { background: #dbeafe; color: #1d4ed8; }
.krf-product-card__badge--green { background: #dcfce7; color: #15803d; }

.krf-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 auto;
    width: 100%;
    padding: 16px 10px 16px;
}

.krf-product-card__topline {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 32px;
}

.krf-product-card__brand {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 32px;
    padding: 8px;
    border-radius: 9999px;
    background: #f3f4f6;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

.krf-product-card__brand .krf-product-card__inline-icon {
    display: block !important;
    width: 17px !important;
    height: 16px !important;
    flex: 0 0 17px !important;
    margin: 0 !important;
}

.krf-product-card__rating {
    display: inline-flex;
    align-items: center;
    height: 20px;
    line-height: 1;
}

.krf-product-card__stars {
    display: inline-flex;
    align-items: center;
    gap: 1.4px;
    color: #e5e7eb;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
}

.krf-product-card__stars::before {
    content: none !important;
    display: none !important;
}

.krf-product-card__star {
    display: inline-block;
    color: #e5e7eb;
    line-height: 20px;
}

.krf-product-card__star.is-filled {
    color: #facc15;
}

.krf-product-card__star.is-empty {
    color: #e5e7eb;
}

.krf-product-card__title,
.woocommerce ul.products li.product .krf-product-card__title {
    width: 100%;
    min-height: 28px;
    margin: 0 !important;
    padding: 0 !important;
    color: #333;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 28px !important;
}

.krf-product-card__title a,
.woocommerce ul.products li.product .krf-product-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

.krf-product-card__title a:hover { color: #2563eb !important; }

.krf-product-card__specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.krf-product-card__spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 29px;
    padding: 0 0 8px;
    border-bottom: 1px solid #f3f4f6;
}

.krf-product-card__spec-name {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.krf-product-card__spec-name .krf-product-card__inline-icon,
.krf-product-card__spec-name img.krf-product-card__spec-icon,
.krf-product-card__spec-name svg {
    display: block !important;
    width: 15px !important;
    height: 14px !important;
    flex: 0 0 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #6b7280;
    object-fit: contain !important;
    border: 0 !important;
    box-shadow: none !important;
}

.krf-product-card__spec-value {
    flex: 0 0 auto;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

.krf-product-card__spec-value--yes { color: #16a34a; }
.krf-product-card__spec-value--no { color: #9ca3af; }

.krf-product-card__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 28px;
}

.krf-product-card__price-current,
.woocommerce ul.products li.product .krf-product-card__price-current {
    color: #2563eb !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    white-space: nowrap;
}

.krf-product-card__price-current .amount,
.woocommerce ul.products li.product .krf-product-card__price-current .amount,
.krf-product-card__price-current bdi {
    color: inherit !important;
    font: inherit !important;
}

.krf-product-card__price-old,
.woocommerce ul.products li.product .krf-product-card__price-old {
    color: #ef4444 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-decoration: line-through !important;
    white-space: nowrap;
}

.krf-product-card__price-old .amount,
.krf-product-card__price-old bdi {
    color: inherit !important;
    font: inherit !important;
    text-decoration: inherit !important;
}

.krf-product-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: auto;
}

.krf-product-card__actions--in-cart {
    grid-template-columns: minmax(110px, 1.25fr) minmax(64px, .75fr) 40px;
}

.krf-product-card__button,
.woocommerce ul.products li.product .krf-product-card__button.button,
.woocommerce ul.products li.product a.krf-product-card__button.button {
    grid-column: 1;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    min-width: 0;
    min-height: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 11px 14px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #16a34a !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .2s ease;
}

.krf-product-card__button:hover,
.woocommerce ul.products li.product .krf-product-card__button.button:hover {
    background: #15803d !important;
    color: #fff !important;
}

.krf-product-card__button-plus {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.krf-product-card__button.is-added .krf-product-card__button-plus,
.krf-product-card__button.added .krf-product-card__button-plus {
    display: none !important;
}


.krf-product-card__button.is-added,
.krf-product-card__button.added,
.woocommerce ul.products li.product .krf-product-card__button.button.is-added,
.woocommerce ul.products li.product .krf-product-card__button.button.added {
    background: #2563eb !important;
    gap: 6px !important;
    min-width: 110px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.krf-product-card__actions .added_to_cart.wc-forward,
.krf-product-card__view-cart {
    grid-column: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0;
    min-height: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 8px 6px !important;
    border-radius: 8px;
    background: #f3f4f6;
    color: #4b5563 !important;
    font-family: Montserrat, Inter, Arial, sans-serif;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 13px !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none !important;
}

.krf-product-card__actions .added_to_cart.wc-forward:hover,
.krf-product-card__view-cart:hover {
    background: #e5e7eb;
    color: #111827 !important;
}

.krf-product-card__favorite {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
    box-shadow: none;
}

.krf-product-card__actions--in-cart .krf-product-card__favorite,
.krf-product-card__actions .added_to_cart.wc-forward + .krf-product-card__favorite {
    grid-column: 3;
}

.krf-product-card__favorite svg {
    width: 18px;
    height: 18px;
    display: block;
}

.krf-product-card__favorite:hover {
    border-color: #2563eb;
    color: #2563eb;
}

.krf-product-card__favorite.is-active {
    border-color: #ef4444;
    background: #fee2e2;
    color: #dc2626;
}

.krf-product-card__favorite.is-active svg path { fill: currentColor; }

.krf-products-grid.products {
    display: grid !important;
    grid-template-columns: repeat(var(--krf-products-columns, 4), minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.krf-products-grid.products > li.product.krf-product-card-wrap {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.krf-products-widget .krf-products-grid.products {
    display: grid !important;
    grid-template-columns: repeat(var(--krf-products-columns, 4), minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.krf-products-widget .krf-products-grid.products > li.product.krf-product-card-wrap,
.krf-products-shortcode .krf-products-grid.products > li.product.krf-product-card-wrap {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.krf-products-widget .krf-product-card,
.krf-products-shortcode .krf-product-card { max-width: 100%; }

@media (max-width: 1200px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .elementor-widget-woocommerce-products ul.products,
    .elementor-widget-wc-archive-products ul.products,
    .elementor-products-grid ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .elementor-widget-woocommerce-products ul.products,
    .elementor-widget-wc-archive-products ul.products,
    .elementor-products-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .krf-products-grid.products,
    .krf-products-widget .krf-products-grid.products {
        grid-template-columns: repeat(var(--krf-products-columns-tablet, 2), minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .elementor-widget-woocommerce-products ul.products,
    .elementor-widget-wc-archive-products ul.products,
    .elementor-products-grid ul.products { grid-template-columns: 1fr; gap: 18px; }

    .krf-products-grid.products,
    .krf-products-widget .krf-products-grid.products {
        grid-template-columns: repeat(var(--krf-products-columns-mobile, 1), minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .krf-product-card__actions--in-cart {
        grid-template-columns: minmax(108px, 1.25fr) minmax(62px, .75fr) 40px;
    }

    .krf-product-card__actions .added_to_cart.wc-forward,
    .krf-product-card__view-cart {
        font-size: 11px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

/* Klimat RF product card safety fixes */
.krf-product-card__rating:empty,
.krf-product-card__topline:empty {
    display: none !important;
}

.krf-product-card__button.is-added,
.krf-product-card__button.added,
.woocommerce ul.products li.product .krf-product-card__button.button.is-added,
.woocommerce ul.products li.product .krf-product-card__button.button.added {
    background: #15803d !important;
    color: #fff !important;
}

.krf-product-card__actions .added_to_cart.wc-forward,
.krf-product-card__view-cart {
    font-size: 11px !important;
    line-height: 13px !important;
    min-height: 40px !important;
    height: 40px !important;
    white-space: normal !important;
}

.krf-product-card__actions--in-cart .krf-product-card__button,
.krf-product-card__actions--in-cart .krf-product-card__view-cart {
    min-width: 0 !important;
}


/* Klimat RF final button proportions */
.krf-product-card__actions.krf-product-card__actions--in-cart {
    grid-template-columns: minmax(110px, 1.25fr) minmax(64px, .75fr) 40px !important;
}
.krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.is-added,
.krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.added {
    min-width: 110px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    background: #2563eb !important;
    gap: 6px !important;
}
.krf-product-card__actions.krf-product-card__actions--in-cart .added_to_cart.wc-forward,
.krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__view-cart {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 11px !important;
    line-height: 13px !important;
}


/* Klimat RF cart quantity state */
.krf-product-card__actions.krf-product-card__actions--in-cart {
    grid-template-columns: minmax(126px, 1.5fr) minmax(54px, .5fr) 40px !important;
}
.krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.is-added,
.krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.added {
    min-width: 126px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: #2563eb !important;
    gap: 6px !important;
    white-space: nowrap !important;
}
.krf-product-card__actions.krf-product-card__actions--in-cart .added_to_cart.wc-forward,
.krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__view-cart {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 10.5px !important;
    line-height: 12px !important;
}

/* Klimat RF unified cart buttons - theme + Elementor + add-on */
body .woocommerce a.krf-product-card__button.button.added::after,
body .woocommerce a.krf-product-card__button.button.is-added::after,
body .elementor-widget-woocommerce-products a.krf-product-card__button.button.added::after,
body .elementor-widget-woocommerce-products a.krf-product-card__button.button.is-added::after,
body .krf-products-widget a.krf-product-card__button.button.added::after,
body .krf-products-widget a.krf-product-card__button.button.is-added::after,
body a.krf-product-card__button.added::after,
body a.krf-product-card__button.is-added::after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .krf-product-card__actions.krf-product-card__actions--in-cart {
    grid-template-columns: minmax(116px, 1.35fr) minmax(72px, .7fr) 40px !important;
    gap: 10px !important;
}

body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.is-added,
body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.added,
body .woocommerce ul.products li.product .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.button.is-added,
body .woocommerce ul.products li.product .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.button.added,
body .elementor-widget-woocommerce-products .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.button.is-added,
body .elementor-widget-woocommerce-products .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.button.added,
body .krf-products-widget .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.button.is-added,
body .krf-products-widget .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.button.added {
    min-width: 116px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 11px 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #2563eb !important;
    color: #fff !important;
    font-family: Montserrat, Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    gap: 0 !important;
}

body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button-plus {
    display: none !important;
}

body .krf-product-card__actions.krf-product-card__actions--in-cart .added_to_cart.wc-forward,
body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__view-cart,
body .elementor-widget-woocommerce-products .krf-product-card__actions.krf-product-card__actions--in-cart .added_to_cart.wc-forward,
body .krf-products-widget .krf-product-card__actions.krf-product-card__actions--in-cart .added_to_cart.wc-forward {
    grid-column: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 72px !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 8px 6px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #f3f4f6 !important;
    color: #4b5563 !important;
    font-family: Montserrat, Inter, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 13px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    box-shadow: none !important;
}

body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__favorite {
    grid-column: 3 !important;
}

@media (max-width: 640px) {
    body .krf-product-card__actions.krf-product-card__actions--in-cart {
        grid-template-columns: minmax(112px, 1.28fr) minmax(70px, .72fr) 40px !important;
        gap: 8px !important;
    }

    body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.is-added,
    body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__button.added {
        min-width: 112px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px !important;
    }

    body .krf-product-card__actions.krf-product-card__actions--in-cart .added_to_cart.wc-forward,
    body .krf-product-card__actions.krf-product-card__actions--in-cart .krf-product-card__view-cart {
        min-width: 70px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 10.5px !important;
        line-height: 12px !important;
    }
}


/* Klimat RF YITH Wishlist integration */
.krf-product-card__favorite--yith {
    position: relative;
    overflow: hidden;
}

.krf-product-card__favorite--yith .yith-wcwl-add-to-wishlist,
.krf-product-card__favorite--yith .yith-wcwl-add-button,
.krf-product-card__favorite--yith .yith-wcwl-wishlistaddedbrowse,
.krf-product-card__favorite--yith .yith-wcwl-wishlistexistsbrowse {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.krf-product-card__favorite--yith a,
.krf-product-card__favorite--yith button,
.krf-product-card__favorite--yith .add_to_wishlist,
.krf-product-card__favorite--yith .delete_item,
.krf-product-card__favorite--yith .feedback {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.krf-product-card__favorite--yith a::before,
.krf-product-card__favorite--yith button::before {
    content: '♡';
    display: block;
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.krf-product-card__favorite--yith .yith-wcwl-wishlistaddedbrowse a::before,
.krf-product-card__favorite--yith .yith-wcwl-wishlistexistsbrowse a::before,
.krf-product-card__favorite--yith .yith-wcwl-add-button.exists a::before,
.krf-product-card__favorite--yith .yith-wcwl-add-button.added a::before,
.krf-product-card__favorite--yith a.added_to_wishlist::before {
    content: '♥';
}

.krf-product-card__favorite--yith:has(.yith-wcwl-wishlistaddedbrowse),
.krf-product-card__favorite--yith:has(.yith-wcwl-wishlistexistsbrowse),
.krf-product-card__favorite--yith:has(.yith-wcwl-add-button.exists),
.krf-product-card__favorite--yith:has(.yith-wcwl-add-button.added) {
    border-color: #ef4444;
    background: #fee2e2;
    color: #dc2626;
}

.krf-product-card__favorite--yith .yith-wcwl-icon,
.krf-product-card__favorite--yith .feedback,
.krf-product-card__favorite--yith .separator,
.krf-product-card__favorite--yith .blockOverlay,
.krf-product-card__favorite--yith img,
.krf-product-card__favorite--yith span:not(.ajax-loading),
.krf-product-card__favorite--yith .ajax-loading {
    display: none !important;
}

.krf-product-card__favorite--yith .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    display: none !important;
    width: 14px !important;
    height: 14px !important;
    margin: -7px 0 0 -7px !important;
}


/* Klimat RF custom YITH Wishlist button */
.krf-product-card__favorite--yith-js {
    cursor: pointer;
}

.krf-product-card__favorite--yith-js.is-loading {
    opacity: .55;
    pointer-events: none;
}

.krf-product-card__favorite--yith-js.is-active {
    border-color: #ef4444;
    background: #fee2e2;
    color: #dc2626;
}

.krf-product-card__favorite--yith-js.is-active svg path {
    fill: currentColor;
}
