.cart.bundle_data {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 30px;
}

.gpButtonSection .bundle_button {
    display: flex;
    justify-content: center;
}
.gpButtonSection .bundle_button .quantity {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

.disappeared {
    display: none;
}

.gpColor {
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
}
.gpColor div {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
}

.gpColor.selected {
    border-bottom: 3px solid #ecbaa8;
}

.gpColor.black div {
    background-color: #000000;
}

.gpColor.beige div {
    background-color: #ecbaa8;
}

.color-selector {
    margin-bottom: 15px;
    display: block;
}

.color-selector section {
    display: flex;
    justify-content: space-between;
}

.color-selector section .colors {
    display: flex;
    gap: 10px;
}

.color-selector section .quantity {
    display: flex;
}

.color-selector section .quantity button {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ddd;
    color: black;
    font-weight: bold;
    padding: 0 20px;
}

.color-selector section .quantity input {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ddd;
    color: black;
    width: 4rem;
    text-align: center;
}

.color-selector section .quantity button.minus {
    border-right-width: 0;
}

.color-selector section .quantity button.plus {
    border-left-width: 0;
}