.sbpo-combined-panel {
    border: 3px solid #111;
    border-radius: 12px;
    box-shadow: 4px 5px 0 #111;
    margin: 18px 0 22px;
    padding: 20px 22px 14px;
}

.sbpo-combined-panel table.variations {
    border-bottom: 2px dashed #111;
    margin: 0 0 18px;
    padding-bottom: 18px;
    width: 100%;
}

.sbpo-combined-panel table.variations th,
.sbpo-combined-panel table.variations td {
    display: block;
    padding: 0;
    text-align: left;
}

.sbpo-combined-panel table.variations th.label {
    display: none;
}

.sbpo-combined-panel table.variations select[name^="attribute_"] {
    border: 2px solid #111;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    margin-top: 8px;
    max-width: 220px;
    min-height: 38px;
    padding: 6px 10px;
}

.sb-size-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 10px 0 12px;
    position: relative;
}

.sb-size-swatches::before {
    align-items: center;
    color: #222;
    content: "Size";
    display: flex;
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: .04em;
    margin-bottom: 2px;
}

.sb-size-swatches::after {
    background: #ffc400;
    border: 1px solid #111;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 8px;
}

.sb-size-swatches::before {
    padding-left: 16px;
}

.sb-size-swatch {
    align-items: center;
    background: #fff;
    border: 2px solid #111;
    border-radius: 8px;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    justify-content: center;
    min-width: 54px;
    padding: 0 16px;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sb-size-swatch:hover {
    box-shadow: 3px 3px 0 #111;
    transform: translate(-1px, -1px);
}

.sb-size-swatch.is-selected {
    background: #111;
    border-color: #ffc400;
    color: #ffc400;
    box-shadow: inset 0 -3px 0 #ffc400;
}

.sb-size-swatch.is-disabled {
    cursor: not-allowed;
    opacity: .35;
    text-decoration: line-through;
}

.single_variation_wrap {
    margin-top: 12px;
}

.reset_variations {
    display: inline-flex !important;
    font-size: 13px;
    font-weight: 800;
    margin-top: 6px;
}
