.custom-variation-buttons {
    display: flex;
    gap: 10px;
}

.custom-variation-button {
    padding: 8px 16px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    transition: all .2s ease;
}

.custom-variation-button.active {
    background: #000;
    color: #fff;
}
.variation select {
    position: absolute;
    left: -9999px;
}

.product-type-woosb .woosb-bundled .woosb-item-product .variations .variation {
    margin: 0;
    border: none;
    padding: 10px 0;
    color: #666;
}
.woosb-thumb-ori {
    max-height: 315px;
    overflow: hidden;
}