.cart {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

#personalizacao_wrapper {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    display: block !important;
    margin-bottom: 20px !important;
}

.single_variation_wrap {
    width: 100% !important;
}

.woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
}

.quantity {
    margin-bottom: 10px !important;
}

.single_add_to_cart_button {
    width: 100% !important;
    margin-top: 10px !important;
}

#personalizacao_opcoes {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

#personalizacao_opcoes select {
    width: 100%;
    margin-bottom: 10px;
}

#campos_personalizacao {
    width: 100%;
    margin-bottom: 20px;
}

#campos_personalizacao input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

#cor_personalizacao_opcoes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.swatchly-swatch {
    width: 44px;
    height: 44px;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.swatchly-swatch input[type="radio"] {
    display: none;
}

.swatchly-swatch.selected {
    border: 2px solid #000;
}