/* 自定义变体选择器样式 */
.custom-variable-product-options {
    margin-bottom: 20px;
}

.custom-variable-product-options .variation-selection {
    margin-bottom: 15px;
}

.custom-variable-product-options .variation-selection h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.custom-variable-product-options .variation-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.custom-variable-product-options .variation-swatch {
    cursor: pointer;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px;
}

.custom-variable-product-options .variation-swatch:hover {
    border-color: #212121;
}

.custom-variable-product-options .variation-swatch.selected {
    border: 2px solid #212121;
    padding: 4px !important;
}

.custom-variable-product-options .variation-swatch img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    display: block;
}

.custom-variable-product-options .variation-swatch span {
    display: block;
    padding: 0 10px;
    text-align: center;
    min-width: 50px;
}

.woocommerce-variation-add-to-cart{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
