.wgpo-product-options {
    clear: both;
    margin: 24px 0;
	width: 100%;
}

.wgpo-group {
    min-width: 0;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.wgpo-group-label {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
}

.wgpo-required {
    color: #d63638;
}

.wgpo-group-description {
    margin: -2px 0 10px;
    color: #777;
    font-size: 13px;
}

.wgpo-group-description p {
    margin: 0;
}

.wgpo-swatches {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 16px;
    margin: 0;
}

.wgpo-swatch-wrap {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

.wgpo-swatch-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
}

.wgpo-swatch,
.woocommerce div.product form.cart .wgpo-swatch {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 60px;
    margin: 0;
    padding: 7px 12px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    color: #7c7c8e;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
    text-transform: none;
    white-space: normal;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.wgpo-swatch:hover,
.woocommerce div.product form.cart .wgpo-swatch:hover {
    border-color: #b9bac2;
    background: #fafafa;
    color: #555766;
}

.wgpo-swatch.is-selected,
.wgpo-swatch-input:checked + .wgpo-swatch,
.woocommerce div.product form.cart .wgpo-swatch.is-selected {
    border-color: #FEAF78;
    background: #f7f7f8;
    color: #565866;
    box-shadow: 0 0 0 1px rgba(86, 88, 102, 0.06);
}

.wgpo-swatch-input:focus-visible + .wgpo-swatch {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.wgpo-swatch-label,
.wgpo-swatch-price {
    display: block;
}

.wgpo-swatch-price {
    margin-top: 1px;
}

.wgpo-swatch-price .woocommerce-Price-amount {
    color: inherit;
    font: inherit;
}

@media (max-width: 480px) {
    .wgpo-swatches {
        gap: 10px;
    }

    .wgpo-swatch,
    .woocommerce div.product form.cart .wgpo-swatch {
        min-width: 88px;
        min-height: 56px;
        padding: 7px 10px;
        font-size: 15px;
    }
}
