.gqp-root {
    margin: 16px 0 20px;
}
.gqp-tier-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}
.gqp-tier-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #f0d4bf;
    border-radius: 12px;
    background: #fff6ef;
    cursor: pointer;
    text-align: left;
}
.gqp-tier-btn.is-active {
    border-color: #ff7a00;
    background: #ff7a00;
    color: #fff;
}
.gqp-tier-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.gqp-tier-main {
    font-size: 16px;
    font-weight: 700;
}
.gqp-tier-tag {
    font-size: 12px;
    opacity: 0.9;
}
.gqp-tier-price {
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    flex-shrink: 0;
}
.gqp-slot {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 12px;
    background: #fafafa;
}
.gqp-slot-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.gqp-slot-group {
    margin-bottom: 12px;
}
.gqp-slot-group:last-child {
    margin-bottom: 0;
}
.gqp-slot-group-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.gqp-slot-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gqp-slot-option {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
    cursor: pointer;
    min-width: 72px;
    text-align: center;
    line-height: 1.3;
}
.gqp-slot-option.is-active {
    border-color: #ff7a00;
    box-shadow: 0 0 0 1px #ff7a00 inset;
}
.gqp-slot-option--image {
    padding: 6px;
    width: 88px;
}
.gqp-slot-option__img-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #eee;
}
.gqp-slot-option__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gqp-slot-option__label {
    font-size: 12px;
    word-break: break-word;
}
body.gqp-active .gqp-hide-when-pack,
body.gqp-active .commodityattribute,
body.gqp-active #mo-quantity {
    display: none !important;
}
