/* Baukredos Warm Industrial — WooCommerce catalogue, product and customer flows. */

/* Archive / search editorial header. */
body.bk-industrial-site.bk-woocommerce-catalog-fullwidth article.woo-content {
    width: 100%;
    max-width: none;
}

body.bk-industrial-site.bk-woocommerce-catalog-fullwidth #sidebar,
body.bk-industrial-site.woocommerce-cart #sidebar,
body.bk-industrial-site.woocommerce-checkout #sidebar,
body.bk-industrial-site.woocommerce-account #sidebar,
body.bk-industrial-site.bk-wc-utility-page #sidebar {
    display: none;
}

body.bk-industrial-site.bk-wc-utility-page article.envo-content {
    width: 100%;
    max-width: none;
}

/* Shop/archive hero — consistent on all paginated pages */
body.bk-industrial-site .woocommerce-products-header {
    display: flex;
    flex-direction: column;
    min-height: clamp(220px, 22vw, 320px);
    justify-content: flex-end;
    margin: 0 0 clamp(28px, 4vw, 54px);
    padding: clamp(28px, 4.5vw, 60px) clamp(18px, 4vw, 60px);
    border: 1px solid var(--bki-line-dark);
    border-radius: 4px;
    background:
        linear-gradient(90deg, transparent calc(25% - 1px), rgba(24, 24, 27, 0.08) 25%, transparent calc(25% + 1px)),
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(24, 24, 27, 0.08) 50%, transparent calc(50% + 1px)),
        linear-gradient(90deg, transparent calc(75% - 1px), rgba(24, 24, 27, 0.08) 75%, transparent calc(75% + 1px)),
        linear-gradient(135deg, rgba(180, 33, 42, 0.075), transparent 56%),
        var(--bki-surface);
}

body.bk-industrial-site .woocommerce-products-header .page-title {
    order: 0;
    max-width: 1080px;
    margin: 16px 0 0;
    font-family: var(--bki-sans);
    font-size: clamp(2.6rem, 6.5vw, 6.5rem);
    font-weight: 850;
    line-height: 0.86;
    letter-spacing: -0.05em;
}

body.bk-industrial-site .woocommerce-products-header .bki-commerce-label {
    order: -1;
}

body.bk-industrial-site .woocommerce-products-header .bki-commerce-intro,
body.bk-industrial-site .woocommerce-products-header__description {
    order: 2;
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--bki-muted);
    font-family: var(--bki-sans);
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    line-height: 1.6;
}

body.bk-industrial-site .woocommerce-products-header__description > :last-child {
    margin-bottom: 0;
}

/* Category nav bar under shop hero */
.bk-shop-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 clamp(24px, 3.5vw, 42px);
}

.bk-shop-category-nav__item {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid var(--bki-line-dark);
    border-radius: 4px;
    color: var(--bki-ink);
    background: rgba(250, 250, 248, 0.72);
    font-family: var(--bki-sans);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.bk-shop-category-nav__item:hover,
.bk-shop-category-nav__item.is-current {
    border-color: var(--bki-red);
    color: var(--bki-red);
    background: var(--bki-red-soft);
}

body.bk-industrial-site .woocommerce-result-count {
    margin: 0 0 20px;
    color: var(--bki-muted);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.bk-industrial-site .woocommerce-ordering {
    margin: -9px 0 20px;
}

body.bk-industrial-site .woocommerce-ordering select {
    min-width: 260px;
    border-radius: 2px;
    background-color: var(--bki-paper);
    font-size: 0.9rem;
}

/* Product grid: 4 cols by default, responsive */
body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.8vw, 26px);
    margin: 0;
}

body.bk-industrial-site .woocommerce ul.products:not(.slick-slider)::before,
body.bk-industrial-site .woocommerce ul.products:not(.slick-slider)::after {
    display: none;
}

body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) > li.product {
    display: flex;
    width: auto;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 0 0 18px;
    overflow: hidden;
    border: 1px solid var(--bki-line);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(244, 244, 245, 0.78);
}

body.bk-industrial-site .woocommerce ul.products li.product::after {
    display: none;
}

body.bk-industrial-site .woocommerce ul.products li.product:hover {
    border-color: rgba(24, 24, 27, 0.42);
    box-shadow: 0 18px 42px rgba(24, 24, 27, 0.08);
    transform: translateY(-4px);
}

body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    text-decoration: none;
}

body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__link::after {
    display: none;
}

/* Product card image: consistent aspect ratio */
body.bk-industrial-site .woocommerce ul.products li.product a img,
body.bk-industrial-site.single-product section.related.products ul.products li.product a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
    background: #fff;
    transition: transform 700ms var(--bki-ease);
}

body.bk-industrial-site .woocommerce ul.products li.product:hover a img {
    transform: scale(1.03);
}

/* Product category label: 11–12px */
body.bk-industrial-site .woocommerce ul.products li.product .bki-product-category {
    align-self: flex-start;
    margin: 0 18px 8px;
    color: var(--bki-red);
    font-size: 0.72rem;
    letter-spacing: 0.11em;
    line-height: 1.35;
}

/* Product title: 18–20px, sans-serif */
body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.bk-industrial-site .woocommerce ul.products li.product h3 {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0 18px;
    overflow: visible;
    color: var(--bki-ink);
    font-family: var(--bki-sans);
    font-size: clamp(1.05rem, 1.35vw, 1.22rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.01em;
    text-overflow: clip;
    white-space: normal;
    -webkit-line-clamp: unset;
}

/* Price: 18–20px */
body.bk-industrial-site .woocommerce ul.products li.product .price {
    display: block;
    margin: auto 18px 0;
    padding-top: 14px;
    color: var(--bki-red);
    font-family: var(--bki-sans);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    font-weight: 800;
    line-height: 1.25;
}

body.bk-industrial-site .woocommerce ul.products li.product .price del {
    color: #77777c;
    font-size: 0.82em;
}

body.bk-industrial-site .woocommerce ul.products li.product .onsale {
    top: 12px;
    right: 12px;
    left: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    background: var(--bki-red);
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 0.06em;
}

/* Product card buttons: dark bg → red on hover, white text always */
body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart) {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 14px 18px 0;
    padding: 11px 14px;
    border: 1px solid var(--bki-ink);
    border-radius: 4px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-ink);
    box-shadow: none;
    font-family: var(--bki-sans);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
}

body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart):hover,
body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart):focus-visible {
    border-color: var(--bki-red);
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    transform: translateY(-2px);
}

/* Anfrage product loop button — red immediately */
body.bk-industrial-site .woocommerce ul.products li.product .bk-loop-anfrage-btn {
    border-color: var(--bki-red);
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    opacity: 1;
}

body.bk-industrial-site .woocommerce ul.products li.product .bk-loop-anfrage-btn:hover {
    border-color: var(--bki-red-dark);
    background: var(--bki-red-dark);
    transform: translateY(-2px);
}

/* Single product — 55/45 split */
body.bk-industrial-site.single-product .woocommerce article.woo-content {
    width: 100%;
    max-width: none;
}

body.bk-industrial-site.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: clamp(36px, 5vw, 82px);
    align-items: start;
}

body.bk-industrial-site.single-product div.product::before,
body.bk-industrial-site.single-product div.product::after {
    display: none;
}

body.bk-industrial-site.single-product div.product div.images,
body.bk-industrial-site.single-product div.product div.summary {
    width: auto;
    min-width: 0;
    float: none;
    margin: 0;
}

body.bk-industrial-site.single-product div.product div.images {
    position: sticky;
    top: 78px;
}

body.bk-industrial-site.single-product .woocommerce-product-gallery__wrapper,
body.bk-industrial-site.single-product .woocommerce-product-gallery__image a {
    overflow: hidden;
    border: 1px solid var(--bki-line);
    border-radius: 4px;
    background: #fff;
}

body.bk-industrial-site.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    max-height: 720px;
    aspect-ratio: 1 / 1;
    padding: clamp(8px, 1.5vw, 22px);
    object-fit: contain;
    background: #fff;
}

body.bk-industrial-site.single-product div.product div.summary {
    padding: clamp(24px, 3vw, 48px);
    border-top: 3px solid var(--bki-ink);
    border-bottom: 1px solid var(--bki-line-dark);
    background: rgba(244, 244, 245, 0.62);
}

body.bk-industrial-site.single-product .bki-single-category {
    margin-bottom: 18px;
}

/* Product title: sans-serif */
body.bk-industrial-site.single-product div.product .product_title {
    margin: 0 0 20px;
    color: var(--bki-ink);
    font-family: var(--bki-sans);
    font-size: clamp(2rem, 3.8vw, 4rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

body.bk-industrial-site.single-product div.product .summary .price {
    margin: 0 0 22px;
    color: var(--bki-red);
    font-family: var(--bki-sans);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 850;
    line-height: 1.1;
}

body.bk-industrial-site.single-product .woocommerce-product-details__short-description {
    padding: 18px 0;
    border-top: 1px solid var(--bki-line);
    border-bottom: 1px solid var(--bki-line);
    color: var(--bki-muted);
    font-family: var(--bki-sans);
    font-size: 0.98rem;
    line-height: 1.7;
}

body.bk-industrial-site.single-product div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.bk-industrial-site.single-product div.product form.cart .quantity {
    min-height: 50px;
    border: 1px solid var(--bki-line-dark);
    border-radius: 4px;
    background: var(--bki-paper);
}

/* Single product CTA buttons: red, white text */
body.bk-industrial-site.single-product .single_add_to_cart_button,
body.bk-industrial-site.single-product .bk-product-anfrage-cta__button {
    min-height: 50px;
    padding: 14px 24px;
    border: 1px solid var(--bki-red);
    border-radius: 4px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    box-shadow: none;
    font-family: var(--bki-sans);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 1;
}

body.bk-industrial-site.single-product :where(.single_add_to_cart_button, .bk-product-anfrage-cta__button):hover {
    border-color: var(--bki-red-dark);
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red-dark);
    transform: translateY(-2px);
}

body.bk-industrial-site.single-product .product_meta {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--bki-line);
    color: var(--bki-muted);
    font-family: var(--bki-sans);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.bk-industrial-site.single-product .woocommerce-tabs,
body.bk-industrial-site.single-product section.related.products,
body.bk-industrial-site.single-product .up-sells.upsells.products {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: clamp(52px, 8vw, 110px);
}

body.bk-industrial-site.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--bki-line-dark);
}

body.bk-industrial-site.single-product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.bk-industrial-site.single-product .woocommerce-tabs ul.tabs li a {
    padding: 14px 18px;
    border-bottom: 2px solid transparent;
    font-family: var(--bki-sans);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.bk-industrial-site.single-product .woocommerce-tabs ul.tabs li.active a {
    border-bottom-color: var(--bki-red);
    color: var(--bki-red);
}

body.bk-industrial-site.single-product .woocommerce-Tabs-panel {
    margin: 0;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid var(--bki-line);
    border-top: 0;
    border-radius: 0;
    color: var(--bki-muted);
    background: rgba(250, 250, 248, 0.66);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Related products heading — sans-serif */
body.bk-industrial-site.single-product section.related.products > h2,
body.bk-industrial-site.single-product .up-sells.upsells.products > h2 {
    margin: 0 0 clamp(24px, 3.5vw, 42px);
    padding-top: 20px;
    border-top: 1px solid var(--bki-line-dark);
    font-family: var(--bki-sans);
    font-size: clamp(2rem, 4.5vw, 4.5rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.04em;
}

body.bk-industrial-site.single-product section.related.products > ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Price prefix/unit display */
.bk-price-display {
    display: inline;
}

.bk-price-prefix {
    font-weight: 600;
    opacity: 0.72;
}

.bk-price-unit {
    font-weight: 600;
    opacity: 0.8;
    margin-left: 1px;
}

/* Variation cards */
body.bk-industrial-site.single-product form.variations_form .bk-variation-cards {
    width: 100%;
    margin-top: 6px;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-cards__heading {
    margin-bottom: 14px;
    color: var(--bki-ink);
    font-family: var(--bki-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.bk-industrial-site.single-product div.product form.variations_form button.bk-variation-card {
    min-width: 0;
    min-height: 100%;
    padding: 0 0 14px;
    overflow: hidden;
    border: 1px solid var(--bki-line-dark);
    border-radius: 4px;
    color: var(--bki-ink);
    background: var(--bki-paper);
    box-shadow: none;
    text-align: left;
}

body.bk-industrial-site.single-product div.product form.variations_form button.bk-variation-card:hover {
    border-color: var(--bki-ink);
    box-shadow: 0 10px 24px rgba(24, 24, 27, 0.08);
    transform: translateY(-3px);
}

body.bk-industrial-site.single-product div.product form.variations_form button.bk-variation-card:is(.is-selected, [aria-pressed="true"]) {
    border-color: var(--bki-red);
    box-shadow: inset 0 0 0 1px var(--bki-red);
    background: var(--bki-red-soft);
}

body.bk-industrial-site.single-product div.product form.variations_form button.bk-variation-card:is(.is-unavailable, [aria-disabled="true"]) {
    border-style: dashed;
    opacity: 0.5;
    filter: grayscale(1);
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__media {
    aspect-ratio: 4 / 3;
    border-radius: 0;
    background: #fff;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__body {
    padding: 10px 12px 0;
}

/* Variation card title: sans-serif */
body.bk-industrial-site.single-product form.variations_form .bk-variation-card__title {
    color: var(--bki-ink);
    font-family: var(--bki-sans);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.22;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__price {
    margin-top: 6px;
    color: var(--bki-red);
    font-family: var(--bki-sans);
    font-size: 0.9rem;
    font-weight: 800;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__check {
    border-radius: 999px;
    color: #fff;
    background: var(--bki-red);
}

/* Cart and mini-cart */
body.bk-industrial-site.woocommerce-cart .single-head::before {
    content: "BESTELLUNG";
}

body.bk-industrial-site.woocommerce-cart .bk-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
    gap: clamp(24px, 3vw, 44px);
    align-items: start;
}

body.bk-industrial-site.woocommerce-cart table.woocommerce-cart-form__contents,
body.bk-industrial-site.woocommerce-cart .cart-collaterals .cart_totals {
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    background: transparent;
}

body.bk-industrial-site.woocommerce-cart table.woocommerce-cart-form__contents tr.cart_item {
    border: 1px solid var(--bki-line);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.76);
}

body.bk-industrial-site.woocommerce-cart table.woocommerce-cart-form__contents tr.cart_item:hover {
    border-color: var(--bki-line-dark);
    box-shadow: 0 14px 32px rgba(24, 24, 27, 0.065);
    transform: translateY(-2px);
}

body.bk-industrial-site.woocommerce-cart table.woocommerce-cart-form__contents .product-thumbnail a,
body.bk-industrial-site.woocommerce-cart table.woocommerce-cart-form__contents .product-thumbnail img {
    border-radius: 2px;
    background: #fff;
}

/* Cart product name: sans-serif */
body.bk-industrial-site.woocommerce-cart table.woocommerce-cart-form__contents .product-name > a {
    color: var(--bki-ink);
    font-family: var(--bki-sans);
    font-size: 1.05rem;
    font-weight: 700;
}

body.bk-industrial-site.woocommerce-cart .woocommerce-cart-form .quantity,
body.bk-industrial-site.woocommerce-cart .woocommerce-cart-form button.bk-cart-qty-button {
    border-radius: 2px;
}

body.bk-industrial-site.woocommerce-cart .cart-collaterals .cart_totals {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid var(--bki-line-dark);
    border-top: 3px solid var(--bki-ink);
    background: var(--bki-paper);
}

/* Cart total heading: sans-serif */
body.bk-industrial-site.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-family: var(--bki-sans);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

body.bk-industrial-site .wc-proceed-to-checkout a.checkout-button,
body.bk-industrial-site .woocommerce-cart-form .actions .button {
    border-radius: 4px;
    box-shadow: none;
    font-family: var(--bki-sans);
    font-size: 0.86rem;
    font-weight: 700;
}

body.bk-industrial-site .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    opacity: 1;
}

body.bk-industrial-site .wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red-dark);
}

body.bk-industrial-site ul.site-header-cart {
    width: min(420px, calc(100vw - 24px));
    border-left: 1px solid var(--bki-line-dark);
    border-radius: 0;
    color: var(--bki-ink);
    background: var(--bki-paper);
    box-shadow: -18px 0 55px rgba(24, 24, 27, 0.16);
}

/* Mini-cart title: sans-serif */
body.bk-industrial-site .bk-mini-cart-title {
    font-family: var(--bki-sans);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item {
    border-radius: 2px;
    background: var(--bki-surface);
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button {
    border-radius: 4px;
    font-family: var(--bki-sans);
    font-size: 0.86rem;
    font-weight: 700;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .checkout {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    opacity: 1;
}

/* Checkout */
body.bk-industrial-site.woocommerce-checkout .single-head::before {
    content: "BESTELLUNG ABSCHLIESSEN";
}

body.bk-industrial-site.woocommerce-checkout article.woo-content {
    width: 100%;
}

body.bk-industrial-site .woocommerce-checkout .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

body.bk-industrial-site .woocommerce-checkout .col2-set > :where(.col-1, .col-2) {
    width: auto;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--bki-line);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.72);
}

/* Checkout headings: sans-serif */
body.bk-industrial-site .woocommerce-checkout h3 {
    font-family: var(--bki-sans);
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.bk-industrial-site .woocommerce-checkout-review-order {
    overflow: hidden;
    border: 1px solid var(--bki-ink);
    border-radius: 4px;
    color: var(--bki-bg);
    background: var(--bki-ink);
}

body.bk-industrial-site .woocommerce-checkout-review-order :where(table, th, td, label, p, strong, span) {
    color: inherit;
}

body.bk-industrial-site .woocommerce-checkout-review-order table.shop_table {
    border-color: rgba(235, 235, 232, 0.2);
    background: transparent;
}

body.bk-industrial-site.woocommerce-checkout #payment {
    border-top: 1px solid rgba(235, 235, 232, 0.2);
    border-radius: 0;
    color: var(--bki-bg);
    background: transparent;
}

body.bk-industrial-site.woocommerce-checkout #payment div.payment_box {
    color: var(--bki-ink);
    background: var(--bki-bg);
}

/* Place order: red, white text */
body.bk-industrial-site.woocommerce-checkout #place_order {
    min-height: 52px;
    border-radius: 4px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    font-family: var(--bki-sans);
    font-size: 0.9rem;
    font-weight: 700;
    opacity: 1;
}

/* My Account and login */
body.bk-industrial-site.woocommerce-account article.envo-content {
    width: 100%;
}

body.bk-industrial-site.woocommerce-account .single-head::before {
    content: "KUNDENBEREICH";
}

/* Compact account hero */
body.bk-industrial-site.woocommerce-account .single-head {
    min-height: 0;
    padding-top: clamp(20px, 3.5vw, 50px);
    padding-bottom: clamp(18px, 2.5vw, 32px);
}

body.bk-industrial-site.woocommerce-account .single-title,
body.bk-industrial-site.woocommerce-account .page-title {
    font-size: clamp(2rem, 5vw, 4.5rem);
}

body.bk-industrial-site.woocommerce-account.logged-in .single-entry-summary > .woocommerce {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

/* Account nav: 240–260px, readable */
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 78px;
    padding: 12px 0;
    border: 1px solid var(--bki-line-dark);
    border-radius: 4px;
    box-shadow: none;
    background: var(--bki-ink);
}

body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 46px;
    padding: 12px 16px 12px 22px;
    border-left: 3px solid transparent;
    border-radius: 0;
    color: #d9d9db;
    background: transparent;
    font-family: var(--bki-sans);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation li a[aria-current="page"] {
    border-left-color: var(--bki-red);
    color: #fff;
    background: rgba(255, 255, 255, 0.055);
}

body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content {
    min-width: 0;
    padding: clamp(24px, 3.5vw, 44px);
    border: 1px solid var(--bki-line-dark);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.78);
    font-family: var(--bki-sans);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Account tables */
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content table {
    font-family: var(--bki-sans);
    font-size: 0.95rem;
}

body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th {
    font-size: 0.92rem;
    padding: 12px 14px;
}

body.bk-industrial-site.woocommerce-account .bk-account-dashboard__grid,
body.bk-industrial-site.woocommerce-account .woocommerce-Addresses {
    gap: 16px;
}

body.bk-industrial-site.woocommerce-account .bk-account-dashboard-card,
body.bk-industrial-site.woocommerce-account .woocommerce-Addresses > .woocommerce-Address,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Address {
    border: 1px solid var(--bki-line);
    border-radius: 4px;
    box-shadow: none;
    background: var(--bki-surface);
}

body.bk-industrial-site.woocommerce-account .bk-account-dashboard-card:hover {
    border-color: var(--bki-red);
    box-shadow: 0 12px 28px rgba(24, 24, 27, 0.07);
    transform: translateY(-3px);
}

/* Account buttons: 14px, red */
body.bk-industrial-site.woocommerce-account .woocommerce form button[type="submit"].button,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content a.button {
    border-radius: 4px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    font-family: var(--bki-sans);
    font-size: 0.86rem;
    font-weight: 700;
    opacity: 1;
}

body.bk-industrial-site.woocommerce-account .woocommerce form button[type="submit"].button:hover,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red-dark);
}

/* Hide stray "Bearbeiten" that are not part of WooCommerce endpoints */
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content > p > a.button:only-child:not([href*="edit-account"]):not([href*="edit-address"]) {
    /* Keep only recognised endpoint edit links */
}

body.bk-industrial-site.woocommerce-account:not(.logged-in) #customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

body.bk-industrial-site.woocommerce-account:not(.logged-in) #customer_login > :where(.u-column1, .u-column2) {
    width: auto;
    padding: clamp(24px, 3.5vw, 44px);
    border: 1px solid var(--bki-line-dark);
    border-top: 3px solid var(--bki-ink);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.76);
}

/* Login headings: sans-serif */
body.bk-industrial-site.woocommerce-account:not(.logged-in) #customer_login h2 {
    font-family: var(--bki-sans);
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* Search field and empty results */
body.bk-industrial-site.search .search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 760px;
    border: 1px solid var(--bki-line-dark);
    background: var(--bki-paper);
}

body.bk-industrial-site.search .search-form :where(input, button) {
    min-height: 56px;
    border: 0;
    border-radius: 0;
    font-family: var(--bki-sans);
    font-size: 1rem;
}

body.bk-industrial-site.search .search-form button {
    padding-inline: 24px;
    color: #fff;
    background: var(--bki-red);
}

body.bk-industrial-site .woocommerce-no-products-found,
body.bk-industrial-site .no-results {
    padding: clamp(36px, 7vw, 90px);
    border: 1px solid var(--bki-line-dark);
    border-top: 3px solid var(--bki-ink);
    text-align: center;
    background: var(--bki-paper);
    font-family: var(--bki-sans);
    font-size: 1rem;
}

/* Responsive breakpoints */
@media (min-width: 1600px) {
    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1599px) and (min-width: 1200px) {
    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider),
    body.bk-industrial-site.single-product section.related.products > ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.bk-industrial-site.single-product form.variations_form .bk-variation-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.bk-industrial-site.single-product div.product {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    body.bk-industrial-site.single-product div.product div.summary {
        padding: 24px;
    }

    body.bk-industrial-site.woocommerce-cart .bk-cart-layout {
        grid-template-columns: 1fr;
    }

    body.bk-industrial-site.woocommerce-cart .bk-cart-layout .cart_totals,
    body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
    }
}

@media (max-width: 767px) {
    body.bk-industrial-site .woocommerce-products-header {
        min-height: 200px;
        padding: 26px 18px;
        background: linear-gradient(135deg, var(--bki-red-soft), transparent 62%), var(--bki-surface);
    }

    body.bk-industrial-site .woocommerce-products-header .page-title {
        font-size: clamp(2.4rem, 13vw, 4rem);
    }

    body.bk-industrial-site .woocommerce-ordering,
    body.bk-industrial-site .woocommerce-ordering select {
        width: 100%;
    }

    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider),
    body.bk-industrial-site.single-product section.related.products > ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) > li.product {
        padding-bottom: 12px;
    }

    body.bk-industrial-site .woocommerce ul.products li.product .bki-product-category {
        margin: 0 12px 7px;
        font-size: 0.65rem;
    }

    body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.bk-industrial-site .woocommerce ul.products li.product h3 {
        padding-inline: 12px;
        font-size: clamp(0.95rem, 4.5vw, 1.1rem);
    }

    body.bk-industrial-site .woocommerce ul.products li.product .price {
        margin-inline: 12px;
        font-size: 0.96rem;
    }

    body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart) {
        min-height: 40px;
        margin: 10px 12px 0;
        padding: 9px 8px;
        font-size: 0.72rem;
        letter-spacing: 0.03em;
    }

    body.bk-industrial-site.single-product div.product {
        grid-template-columns: minmax(0, 1fr);
    }

    body.bk-industrial-site.single-product div.product div.images {
        position: static;
    }

    body.bk-industrial-site.single-product .woocommerce-product-gallery__image img {
        max-height: 520px;
        aspect-ratio: 1 / 0.9;
    }

    body.bk-industrial-site.single-product div.product div.summary {
        padding: 24px 18px;
    }

    body.bk-industrial-site.single-product .woocommerce-tabs ul.tabs {
        overflow-x: auto;
    }

    body.bk-industrial-site.single-product .woocommerce-Tabs-panel {
        padding: 24px 18px;
    }

    body.bk-industrial-site.single-product section.related.products > h2 {
        font-size: clamp(2rem, 11vw, 3.5rem);
    }

    body.bk-industrial-site.woocommerce-checkout .col2-set,
    body.bk-industrial-site.woocommerce-account.logged-in .single-entry-summary > .woocommerce,
    body.bk-industrial-site.woocommerce-account:not(.logged-in) #customer_login {
        grid-template-columns: minmax(0, 1fr);
    }

    body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation,
    body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px 16px;
    }

    body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-navigation li a {
        min-height: 44px;
    }

    .bk-shop-category-nav {
        gap: 6px;
    }

    .bk-shop-category-nav__item {
        font-size: 0.76rem;
        padding: 7px 12px;
    }
}

/* Targeted UX fixes: compact category hero, steadier cards, cleaner mini cart. */
body.bk-industrial-site.tax-product_cat .woocommerce-products-header,
body.bk-industrial-site.tax-product_tag .woocommerce-products-header {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 760px);
    justify-content: start;
    margin-bottom: 24px;
    padding: 28px 32px;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(24, 24, 27, 0.055) 50%, transparent calc(50% + 1px)),
        linear-gradient(135deg, rgba(180, 33, 42, 0.055), transparent 58%),
        var(--bki-surface);
}

body.bk-industrial-site.tax-product_cat .woocommerce-products-header .page-title,
body.bk-industrial-site.tax-product_tag .woocommerce-products-header .page-title {
    max-width: 760px;
    margin-top: 10px;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.06;
}

body.bk-industrial-site.tax-product_cat .woocommerce-products-header__description,
body.bk-industrial-site.tax-product_tag .woocommerce-products-header__description {
    max-width: 680px;
    margin-top: 12px;
}

body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) > li.product {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
}

body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: grid;
    grid-template-rows: auto minmax(3.45rem, auto);
    align-content: start;
}

body.bk-industrial-site .woocommerce ul.products li.product .bki-product-category {
    display: -webkit-box;
    min-height: 2rem;
    max-height: 2rem;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.bk-industrial-site .woocommerce ul.products li.product h3 {
    min-height: 3.4rem;
    margin-top: 2px;
}

body.bk-industrial-site .woocommerce ul.products li.product .price {
    min-height: 2.35rem;
    margin-top: 0;
    padding-top: 12px;
}

body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart),
body.bk-industrial-site .woocommerce ul.products li.product .bk-loop-anfrage-button {
    align-self: end;
    width: auto;
}

.bk-shop-category-nav {
    gap: 8px;
    margin-bottom: 20px;
}

.bk-shop-category-nav__item {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 0.78rem;
    letter-spacing: 0.025em;
}

body.bk-industrial-site ul.site-header-cart {
    width: min(380px, calc(100vw - 18px));
    padding: 14px;
    border: 1px solid var(--bki-line-dark);
    background: #fafaf8;
}

body.bk-industrial-site .bk-mini-cart-title {
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--bki-line);
    color: var(--bki-ink);
    font-size: 1.05rem;
    line-height: 1.2;
}

body.bk-industrial-site .site-header-cart ul.woocommerce-mini-cart {
    display: grid;
    gap: 10px;
    max-height: min(58vh, 520px);
    overflow-y: auto;
    padding: 0 2px 0 0;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item {
    display: grid;
    min-height: 86px;
    grid-template-columns: 64px minmax(0, 1fr) 28px;
    gap: 10px;
    align-items: start;
    padding: 10px;
    border: 1px solid var(--bki-line);
    border-radius: 4px;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item img {
    width: 64px;
    height: 64px;
    margin: 0;
    object-fit: contain;
    background: #fff;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > a:not(.remove) {
    min-width: 0;
    color: var(--bki-ink);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .quantity {
    display: block;
    margin-top: 5px;
    color: var(--bki-muted);
    font-size: 0.84rem;
    line-height: 1.35;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .remove {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--bki-line);
    border-radius: 3px;
    color: var(--bki-red);
    background: #fff;
    font-size: 1rem;
    line-height: 1;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 14px 0 10px;
    padding: 12px 0 0;
    border-top: 1px solid var(--bki-line-dark);
    color: var(--bki-ink);
    font-size: 1rem;
    font-weight: 800;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons {
    display: grid;
    gap: 8px;
    margin: 0;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button {
    min-height: 42px;
    margin: 0;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    border-color: var(--bki-red);
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button:hover,
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button:focus {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red-dark);
    border-color: var(--bki-red-dark);
}

@media (max-width: 767px) {
    body.bk-industrial-site.tax-product_cat .woocommerce-products-header,
    body.bk-industrial-site.tax-product_tag .woocommerce-products-header {
        padding: 22px 18px;
    }

    body.bk-industrial-site.tax-product_cat .woocommerce-products-header .page-title,
    body.bk-industrial-site.tax-product_tag .woocommerce-products-header .page-title {
        font-size: 2rem;
    }

    body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__link {
        grid-template-rows: auto minmax(3rem, auto);
    }

    body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.bk-industrial-site .woocommerce ul.products li.product h3 {
        min-height: 3rem;
    }
}

@media (max-width: 430px) {
    body.bk-industrial-site.single-product form.variations_form .bk-variation-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.bk-industrial-site.single-product form.variations_form .bk-variation-card__title {
        font-size: 0.86rem;
    }

    body.bk-industrial-site ul.site-header-cart {
        width: 100vw;
        max-width: 100vw;
    }
}

@media (max-width: 360px) {
    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider),
    body.bk-industrial-site.single-product section.related.products > ul.products,
    body.bk-industrial-site.single-product form.variations_form .bk-variation-cards__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Final commercial catalogue pass. */
body.bk-industrial-site .woocommerce-products-header {
    min-height: 250px;
}

body.bk-industrial-site .woocommerce-products-header .page-title {
    font-size: 4.15rem;
    line-height: 1.02;
    letter-spacing: 0;
}

body.bk-industrial-site .woocommerce-products-header .bki-commerce-intro,
body.bk-industrial-site .woocommerce-products-header__description {
    font-size: 1rem;
}

.bk-shop-category-nav {
    gap: 10px;
}

.bk-shop-category-nav__item {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.bk-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 24px;
    padding: 14px 16px;
    border: 1px solid var(--bki-line);
    border-radius: 4px;
    background: rgba(250, 250, 248, 0.7);
}

.bk-shop-toolbar .woocommerce-result-count,
.bk-shop-toolbar .woocommerce-ordering {
    float: none;
    margin: 0;
}

.bk-shop-toolbar .woocommerce-result-count {
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.bk-shop-toolbar .woocommerce-ordering select {
    min-height: 44px;
    font-size: 0.95rem;
}

body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) {
    gap: 24px;
}

body.bk-industrial-site .woocommerce ul.products:not(.slick-slider) > li.product {
    padding-bottom: 20px;
    background: rgba(244, 244, 245, 0.9);
}

body.bk-industrial-site .woocommerce ul.products li.product a img,
body.bk-industrial-site.single-product section.related.products ul.products li.product a img {
    margin-bottom: 18px;
    aspect-ratio: 4 / 3;
}

body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.bk-industrial-site .woocommerce ul.products li.product h3 {
    font-size: 1.15rem;
    line-height: 1.28;
}

body.bk-industrial-site .woocommerce ul.products li.product .price {
    font-size: 1.15rem;
    font-weight: 800;
}

body.bk-industrial-site .bk-price-display {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.18em;
}

body.bk-industrial-site .bk-price-display .bk-price-value {
    display: inline-flex;
    align-items: baseline;
}

body.bk-industrial-site .bk-price-unit,
body.bk-industrial-site .bk-cart-price-unit {
    color: inherit;
    font-weight: inherit;
    white-space: nowrap;
}

body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart),
body.bk-industrial-site .woocommerce ul.products li.product .bk-loop-anfrage-button {
    min-height: 46px;
    border-color: var(--bki-red);
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

body.bk-industrial-site .woocommerce ul.products li.product :where(.button, .added_to_cart):where(:hover, :focus, :active, :visited),
body.bk-industrial-site .woocommerce ul.products li.product .bk-loop-anfrage-button:where(:hover, :focus, :active, :visited) {
    border-color: var(--bki-red-dark);
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red-dark);
}

body.bk-industrial-site.single-product div.product {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
}

body.bk-industrial-site.single-product div.product .product_title {
    font-size: 3.1rem;
    line-height: 1.05;
    letter-spacing: 0;
}

body.bk-industrial-site.single-product div.product p.price,
body.bk-industrial-site.single-product div.product span.price {
    font-size: 1.45rem;
}

body.bk-industrial-site.single-product .single_add_to_cart_button,
body.bk-industrial-site.single-product .bk-product-anfrage-cta__button,
body.bk-industrial-site.woocommerce-cart .checkout-button,
body.bk-industrial-site.woocommerce-cart button[name="update_cart"],
body.bk-industrial-site.woocommerce-checkout #place_order {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    border-color: var(--bki-red);
    font-size: 0.95rem;
    font-weight: 800;
}

body.bk-industrial-site.single-product .single_add_to_cart_button:where(:hover, :focus, :active, :visited),
body.bk-industrial-site.single-product .bk-product-anfrage-cta__button:where(:hover, :focus, :active, :visited),
body.bk-industrial-site.woocommerce-cart .checkout-button:where(:hover, :focus, :active, :visited),
body.bk-industrial-site.woocommerce-cart button[name="update_cart"]:where(:hover, :focus, :active),
body.bk-industrial-site.woocommerce-checkout #place_order:where(:hover, :focus, :active) {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red-dark);
    border-color: var(--bki-red-dark);
}

body.bk-industrial-site.single-product section.related.products > h2 {
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: 0;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__title {
    font-size: 1rem;
}

body.bk-industrial-site.single-product form.variations_form .bk-variation-card__price {
    font-size: 1rem;
}

body.bk-industrial-site.woocommerce-account .single-head {
    padding-top: 22px;
    padding-bottom: 22px;
}

body.bk-industrial-site.woocommerce-account .single-title,
body.bk-industrial-site.woocommerce-account .page-title {
    font-size: 3rem;
    line-height: 1.05;
}

body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content,
body.bk-industrial-site.woocommerce-account .woocommerce-MyAccount-content table,
body.bk-industrial-site.woocommerce-cart table.shop_table,
body.bk-industrial-site.woocommerce-checkout form.checkout {
    font-size: 1rem;
}

body.bk-industrial-site.woocommerce-cart table.shop_table .product-name,
body.bk-industrial-site.woocommerce-cart table.shop_table .product-price,
body.bk-industrial-site.woocommerce-cart table.shop_table .product-subtotal {
    font-size: 1rem;
}

body.bk-industrial-site.woocommerce-checkout label,
body.bk-industrial-site.woocommerce-cart label,
body.bk-industrial-site.woocommerce-account label {
    font-size: 0.95rem;
}

@media (max-width: 1180px) {
    body.bk-industrial-site.single-product div.product {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    }
}

@media (max-width: 767px) {
    body.bk-industrial-site .woocommerce-products-header {
        min-height: 190px;
    }

    body.bk-industrial-site .woocommerce-products-header .page-title,
    body.bk-industrial-site.single-product div.product .product_title,
    body.bk-industrial-site.single-product section.related.products > h2 {
        font-size: 2.35rem;
    }

    .bk-shop-toolbar {
        display: grid;
        gap: 12px;
    }

    .bk-shop-toolbar .woocommerce-ordering select {
        width: 100%;
        min-width: 0;
    }

    body.bk-industrial-site .woocommerce ul.products:not(.slick-slider),
    body.bk-industrial-site.single-product section.related.products > ul.products {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    body.bk-industrial-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.bk-industrial-site .woocommerce ul.products li.product h3 {
        font-size: 1.1rem;
    }

    body.bk-industrial-site .woocommerce ul.products li.product .price {
        font-size: 1.1rem;
    }

    body.bk-industrial-site.single-product div.product {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Compact catalogue category overview cards */
body.bk-industrial-site .bk-shop-category-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}

body.bk-industrial-site .bk-shop-category-nav::-webkit-scrollbar {
    display: none;
}

body.bk-industrial-site .bk-shop-category-nav__item {
    position: relative;
    display: grid;
    min-height: 112px;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #d9d9d4;
    border-radius: 14px;
    background: rgba(250, 250, 248, 0.78);
    color: var(--bki-ink, #18181b);
    -webkit-text-fill-color: var(--bki-ink, #18181b);
    box-shadow: none;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition:
        background-color 180ms var(--bki-ease, cubic-bezier(0.16, 1, 0.3, 1)),
        border-color 180ms var(--bki-ease, cubic-bezier(0.16, 1, 0.3, 1)),
        box-shadow 180ms var(--bki-ease, cubic-bezier(0.16, 1, 0.3, 1)),
        transform 180ms var(--bki-ease, cubic-bezier(0.16, 1, 0.3, 1)),
        color 180ms var(--bki-ease, cubic-bezier(0.16, 1, 0.3, 1));
}

body.bk-industrial-site .bk-shop-category-nav__item::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: transparent;
    transition: background-color 180ms var(--bki-ease, cubic-bezier(0.16, 1, 0.3, 1));
}

body.bk-industrial-site .bk-shop-category-nav__media {
    display: block;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

body.bk-industrial-site .bk-shop-category-nav__media img,
body.bk-industrial-site .bk-shop-category-nav__image-fallback {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.bk-industrial-site .bk-shop-category-nav__image-fallback {
    background:
        linear-gradient(135deg, rgba(180, 33, 42, 0.14), transparent 58%),
        var(--bki-paper, #ebebe8);
}

body.bk-industrial-site .bk-shop-category-nav__body {
    display: grid;
    min-width: 0;
    gap: 5px;
}

body.bk-industrial-site .bk-shop-category-nav__title {
    overflow: hidden;
    color: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.bk-industrial-site .bk-shop-category-nav__subtitle {
    display: -webkit-box;
    overflow: hidden;
    color: var(--bki-muted, #67676f);
    -webkit-text-fill-color: var(--bki-muted, #67676f);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.bk-industrial-site .bk-shop-category-nav__item:hover {
    border-color: rgba(180, 33, 42, 0.45);
    background: #ffffff;
    color: var(--bki-red, #b4212a);
    -webkit-text-fill-color: var(--bki-red, #b4212a);
    box-shadow: 0 10px 24px rgba(24, 24, 27, 0.07);
    transform: translateY(-1px);
}

body.bk-industrial-site .bk-shop-category-nav__item:focus-visible {
    z-index: 1;
    outline: 2px solid rgba(180, 33, 42, 0.34);
    outline-offset: 3px;
    color: var(--bki-red, #b4212a);
    -webkit-text-fill-color: var(--bki-red, #b4212a);
}

body.bk-industrial-site .bk-shop-category-nav__item:active {
    background: rgba(180, 33, 42, 0.055);
    transform: translateY(0);
}

body.bk-industrial-site .bk-shop-category-nav__item.is-current {
    border-color: rgba(180, 33, 42, 0.62);
    background: rgba(180, 33, 42, 0.055);
    color: var(--bki-red, #b4212a);
    -webkit-text-fill-color: var(--bki-red, #b4212a);
    box-shadow: inset 0 0 0 1px rgba(180, 33, 42, 0.08);
    font-weight: 700;
}

body.bk-industrial-site .bk-shop-category-nav__item.is-current::after {
    background: var(--bki-red, #b4212a);
}

body.bk-industrial-site .bk-shop-toolbar {
    min-height: 64px;
    margin: 0 0 24px;
    padding: 10px 14px;
    border-width: 1px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.bk-industrial-site .bk-shop-toolbar .woocommerce-result-count {
    font-size: 0.95rem;
    font-weight: 600;
}

body.bk-industrial-site .bk-shop-toolbar .woocommerce-ordering select {
    min-height: 42px;
}

@media (max-width: 1180px) and (min-width: 768px) {
    body.bk-industrial-site .bk-shop-category-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.bk-industrial-site .bk-shop-category-nav {
        display: flex;
        margin: 0 -16px 18px;
        padding: 0 16px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.bk-industrial-site .bk-shop-category-nav__item {
        min-height: 96px;
        width: 246px;
        flex: 0 0 246px;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    body.bk-industrial-site .bk-shop-category-nav__media {
        width: 64px;
        height: 64px;
    }

    body.bk-industrial-site .bk-shop-category-nav__title {
        font-size: 0.92rem;
    }

    body.bk-industrial-site .bk-shop-category-nav__subtitle {
        font-size: 0.76rem;
    }

    body.bk-industrial-site .bk-shop-toolbar {
        min-height: 0;
        margin-bottom: 20px;
        padding: 12px 0;
    }
}

/* Targeted mini-cart drawer polish: keep native WooCommerce markup/logic, fix cramped price wrapping. */
body.bk-industrial-site ul.site-header-cart {
    width: min(500px, 100vw);
    max-width: 100vw;
    padding: 18px;
}

body.bk-industrial-site .bk-mini-cart-title {
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 1.2rem;
}

body.bk-industrial-site .site-header-cart ul.woocommerce-mini-cart {
    display: flex;
    max-height: min(58vh, 560px);
    flex-direction: column;
    gap: 14px;
    padding-right: 4px;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item {
    display: grid;
    min-height: 118px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px;
    overflow: visible;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .remove {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 30px;
    height: 30px;
    align-self: start;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > a:not(.remove) {
    display: grid;
    grid-column: 2;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
    color: var(--bki-ink);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: normal;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item img {
    width: 96px;
    height: 96px;
    border-radius: 3px;
    object-fit: cover;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .quantity {
    display: block;
    grid-column: 2;
    margin-top: -38px;
    margin-left: 110px;
    color: var(--bki-muted);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .quantity :where(.amount, bdi) {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total {
    align-items: center;
    margin: 16px 0 12px;
    font-size: 1.05rem;
    white-space: nowrap;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total strong,
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total .amount,
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total bdi {
    white-space: nowrap;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    text-align: center;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .checkout {
    order: 1;
    border-color: var(--bki-red);
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
    order: 2;
    border-color: var(--bki-line-dark);
    color: var(--bki-ink);
    -webkit-text-fill-color: var(--bki-ink);
    background: transparent;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons .button:not(.checkout):focus {
    border-color: var(--bki-ink);
    color: var(--bki-ink);
    -webkit-text-fill-color: var(--bki-ink);
    background: rgba(24, 24, 27, 0.04);
}

@media (max-width: 520px) {
    body.bk-industrial-site ul.site-header-cart {
        padding: 14px;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item {
        min-height: 108px;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > a:not(.remove) {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        font-size: 0.96rem;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item img {
        width: 82px;
        height: 82px;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .quantity {
        margin-top: -30px;
        margin-left: 94px;
        font-size: 0.92rem;
    }
}

@media (max-width: 390px) {
    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__buttons {
        grid-template-columns: 1fr;
    }
}

/* Checkout contrast pass for the dark order/payment panel. */
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order {
    border-color: rgba(255, 255, 255, 0.18);
    color: #f5f5f2;
    background: #18181b;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table :where(th, td) {
    border-color: rgba(255, 255, 255, 0.18);
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .product-name,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .product-total,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .cart-subtotal :where(th, td),
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .cart-subtotal .amount,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .cart-subtotal bdi {
    color: #f5f5f2;
    -webkit-text-fill-color: #f5f5f2;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .product-quantity,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .variation,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .variation :where(dt, dd, p),
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order #payment :where(label, p, li) {
    color: #d4d4d8;
    -webkit-text-fill-color: #d4d4d8;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .order-total :where(th, td),
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .order-total .amount,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .order-total bdi {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

body.bk-industrial-site.woocommerce-checkout #payment {
    border-top-color: rgba(255, 255, 255, 0.18);
    color: #f5f5f2;
}

body.bk-industrial-site.woocommerce-checkout #payment .payment_methods,
body.bk-industrial-site.woocommerce-checkout #payment .payment_methods li {
    border-color: rgba(255, 255, 255, 0.18);
}

body.bk-industrial-site.woocommerce-checkout #payment div.payment_box {
    color: #18181b;
    -webkit-text-fill-color: #18181b;
    background: #f5f5f2;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order a,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text a,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper a {
    color: #ff6b74;
    -webkit-text-fill-color: #ff6b74;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.bk-industrial-site.woocommerce-checkout #place_order,
body.bk-industrial-site.woocommerce-checkout #place_order:where(:hover, :focus, :active, :visited) {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--bki-red);
    border-color: var(--bki-red);
}

body.bk-industrial-site.woocommerce-checkout #place_order:hover,
body.bk-industrial-site.woocommerce-checkout #place_order:focus {
    background: var(--bki-red-dark);
    border-color: var(--bki-red-dark);
}

/* Final mini-cart variation/readability fixes: native Woo markup, no vertical word breaks. */
body.bk-industrial-site ul.site-header-cart,
body.bk-industrial-site.woocommerce-cart ul.site-header-cart,
body.bk-industrial-site.woocommerce-checkout ul.site-header-cart {
    display: block !important;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item {
    min-height: 130px;
    height: auto;
    grid-template-columns: 32px 104px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    overflow: visible;
    padding: 12px;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .remove,
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > a.remove {
    grid-column: 1;
    grid-row: 1 / span 3;
    position: static;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > a:not(.remove) {
    display: grid;
    min-height: 0;
    grid-column: 2 / 4;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    padding: 0;
    overflow: visible;
    color: var(--bki-ink);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item img {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 104px;
    height: 104px;
    padding: 0;
    object-fit: cover;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > .quantity {
    grid-column: 3;
    margin: 8px 0 0;
    color: var(--bki-muted);
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.35;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > .bk-cart-item-context {
    grid-column: 3;
    margin: 8px 0 0;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > .quantity :where(.amount, bdi),
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item .quantity :where(.amount, bdi) {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation {
    display: grid;
    grid-column: 3;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 4px 8px;
    align-items: start;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin: 8px 0 0;
    padding: 0;
    clear: none;
    float: none;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation :where(dt, dd) {
    width: auto;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    clear: none;
    float: none;
    color: var(--bki-muted);
    font-size: 0.88rem;
    line-height: 1.4;
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation dt {
    font-weight: 700;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation dd,
body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation dd p {
    color: var(--bki-ink);
    font-style: normal;
    font-weight: 500;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation dd p {
    margin: 0;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.bk-industrial-site .site-header-cart .woocommerce-mini-cart__total :where(strong, span, .amount, bdi) {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

@media (max-width: 520px) {
    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item {
        min-height: 112px;
        grid-template-columns: 30px 84px minmax(0, 1fr);
        gap: 10px;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > a:not(.remove) {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 12px;
        font-size: 0.96rem;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item img {
        width: 84px;
        height: 84px;
    }

    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > .quantity,
    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item > .bk-cart-item-context,
    body.bk-industrial-site .site-header-cart .woocommerce-mini-cart-item dl.variation {
        grid-column: 3;
        margin-left: 0;
    }
}

/* Checkout light-cell contrast fixes: prevent dark wrapper color leaking into light rows/boxes. */
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot th,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal th,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal td,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.order-total th,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.order-total td {
    background: #f5f5f2;
    color: #18181b !important;
    -webkit-text-fill-color: #18181b !important;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th *,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot th *,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td *,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal :where(.amount, bdi, strong, span),
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.order-total :where(.amount, bdi, strong, span) {
    color: #18181b !important;
    -webkit-text-fill-color: #18181b !important;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody td,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody td :where(.amount, bdi) {
    color: #f5f5f2;
    -webkit-text-fill-color: #f5f5f2;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-name,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-name a {
    color: #f5f5f2;
    -webkit-text-fill-color: #f5f5f2;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-quantity {
    color: #d4d4d8;
    -webkit-text-fill-color: #d4d4d8;
}

body.bk-industrial-site.woocommerce-checkout #payment div.payment_box,
body.bk-industrial-site.woocommerce-checkout #payment div.payment_box :where(p, span, strong, em, small) {
    background: #f5f5f2;
    color: #18181b !important;
    -webkit-text-fill-color: #18181b !important;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text :where(p, span),
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper :where(p, span, label) {
    color: #d4d4d8;
    -webkit-text-fill-color: #d4d4d8;
}

body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text a,
body.bk-industrial-site.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper a {
    color: #ff737b;
    -webkit-text-fill-color: #ff737b;
}
