.kk-fc-product-sizes{margin:0 0 22px;padding:16px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.kk-fc-size-title{font-size:14px;font-weight:800;margin-bottom:9px}.kk-fc-size-selected,.kk-fc-size-other{display:flex;flex-wrap:wrap;gap:7px}.kk-fc-size{appearance:none;background:transparent;border:1px solid #d7d7d7;border-radius:6px;padding:6px 11px;color:#777;cursor:pointer;font:inherit;font-size:.9em;transition:.15s ease}.kk-fc-size:hover{color:inherit;border-color:#999}.kk-fc-size.is-selected{font-weight:800;color:inherit;border-color:currentColor;background:rgba(0,0,0,.025);font-size:1em}.kk-fc-size-other-title{font-size:12px;color:#888;margin:12px 0 6px}.kk-fc-size:focus-visible{outline:2px solid currentColor;outline-offset:2px}

.kk-fc-combo-context{
    margin:0 0 8px;
    font-size:12px;
    color:#777;
}
.kk-fc-combo-context strong{
    color:inherit;
}

.kk-fc-size-ui[hidden],.kk-fc-size-other-wrap[hidden]{display:none!important}

.kk-fc-native-size-row-hidden,
.kk-fc-native-size-control-hidden{
    display:none!important;
}


/* When a product is opened from a filter combination, our size picker is the
 * only visible size UI. WooCommerce's real select remains in the DOM and keeps
 * handling price/stock/variation logic behind the scenes. */
.kk-fc-native-size-row-hidden,
.kk-fc-native-size-control-hidden,
.kk-fc-native-size-ui-hidden{
    display:none!important;
}
