body.yqsidecart-open {
    overflow: hidden;
}

#yqsidecart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}

#yqsidecart .yqsidecart-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .25s ease;
}

#yqsidecart .yqsidecart-panel {
    position: absolute;
    top: 0;
    right: -420px;
    width: 380px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -6px 0 20px rgba(0, 0, 0, 0.15);
    transition: right .3s ease;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
}

body.yqsidecart-open #yqsidecart .yqsidecart-panel {
    right: 0;
}

body.yqsidecart-open #yqsidecart .yqsidecart-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.yqsidecart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.yqsidecart-body {
    padding: 16px;
    overflow-y: auto;
    flex: 1;
}

.yqsidecart-footer {
    padding: 16px;
    border-top: 1px solid #eee;
}

.yq-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yq-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f4f4f4;
}

.yq-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.yq-count {
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    margin-left: 8px;
}

#yqsidecart-open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 0;
    background: #1e73be;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.yqsidecart-open .yqsidecart-panel {
    z-index: 11;
}

.yqsidecart-footer {
    BACKGROUND: BLACK;
    TEXT-ALIGN: CENTER;
}

.yqsidecart-footer A {
    COLOR: WHITE;
}