.cu-wrap,
.cu-wrap * {
    font-family: yekan, Tahoma, sans-serif !important;
}
.cu-wrap {
    margin: 0 0 30px;
    padding: 20px;
    background: #fdf6f9;
    border: 1px solid #e8c8e0;
    border-radius: 12px;
    direction: rtl;
}
.cu-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.cu-carousel {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}
.cu-carousel::-webkit-scrollbar {
    height: 5px;
}
.cu-carousel::-webkit-scrollbar-thumb {
    background: #d8a8cc;
    border-radius: 10px;
}
.cu-item {
    min-width: 170px;
    max-width: 170px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    scroll-snap-align: start;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.cu-item:hover {
    transform: translateY(-3px);
}
.cu-out {
    opacity: 0.6;
}
.cu-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}
.cu-no-img {
    width: 100%;
    height: 150px;
    background: #f0e0ec;
}
.cu-info {
    padding: 10px;
}
.cu-name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    line-height: 1.6;
}
.cu-price {
    font-size: 12px;
    color: #8B1D7B;
    margin-bottom: 8px;
}
.cu-select-btn {
    width: 100%;
    padding: 7px;
    background: #f3e0f0;
    color: #8B1D7B;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}
.cu-select-btn:hover {
    background: #e8c8e0;
}
.cu-add-btn {
    width: 100%;
    padding: 7px;
    background: #8B1D7B;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
    transition: background 0.2s;
}
.cu-add-btn:hover:not(:disabled) {
    background: #6e1562;
}
.cu-add-btn.cu-disabled,
.cu-add-btn:disabled {
    background: #ccc !important;
    cursor: not-allowed;
}
.cu-unavailable-btn {
    width: 100%;
    padding: 7px;
    background: #eee;
    color: #999;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: not-allowed;
}
.cu-var-box {
    margin-top: 8px;
    background: #f9f3f8;
    border-radius: 6px;
    padding: 8px;
}
.cu-attr-row {
    margin-bottom: 8px;
}
.cu-attr-row label {
    display: block;
    font-size: 11px;
    color: #8B1D7B;
    margin-bottom: 3px;
    font-weight: 600;
}
.cu-sel {
    width: 100%;
    padding: 5px;
    border: 1px solid #d8a8cc;
    border-radius: 5px;
    font-size: 12px;
    direction: rtl;
    color: #333;
}
.cu-stock-msg {
    font-size: 11px;
    color: #c0392b;
    margin: 4px 0;
}
.cu-loading {
    font-size: 12px;
    color: #999;
    text-align: right;
    padding: 5px 0;
}
.cu-err {
    font-size: 12px;
    color: #c0392b;
}
