.wpm-961c0fcd-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wpm-961c0fcd-track {
    display: flex;
    will-change: transform;
    width: max-content;
}

.wpm-961c0fcd-card {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
    background: #f5f5f5;
}

.wpm-961c0fcd-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.wpm-961c0fcd-card:hover img {
    transform: scale(1.08);
}

/* Sale Badge */
.wpm-961c0fcd-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    z-index: 3;
    line-height: 1.4;
}

/* Overlay */
.wpm-961c0fcd-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    padding: 20px;
}

.wpm-961c0fcd-card:hover .wpm-961c0fcd-overlay {
    opacity: 1;
    visibility: visible;
}

.wpm-961c0fcd-overlay-content {
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    width: 100%;
}

.wpm-961c0fcd-card:hover .wpm-961c0fcd-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

/* Text */
.wpm-961c0fcd-category {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.wpm-961c0fcd-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.3;
}

.wpm-961c0fcd-price {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.wpm-961c0fcd-price del {
    opacity: 0.5;
    font-weight: 400;
    margin-right: 4px;
}

.wpm-961c0fcd-price ins {
    text-decoration: none;
}

/* Buttons */
.wpm-961c0fcd-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.wpm-961c0fcd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
    line-height: 1.4;
    white-space: nowrap;
}

.wpm-961c0fcd-btn:hover {
    transform: translateY(-1px);
}

.wpm-961c0fcd-btn.wpm-961c0fcd-loading {
    pointer-events: none;
    opacity: 0.7;
}

/* Quick View Modal */
.wpm-961c0fcd-qv-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: wpmFadeIn961c0fcd 0.3s ease;
}

.wpm-961c0fcd-qv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.wpm-961c0fcd-qv-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 750px;
    width: 92%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: wpmSlideUp961c0fcd 0.35s ease;
}

.wpm-961c0fcd-qv-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.06);
    border: none;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s;
    line-height: 1;
    color: #333;
}

.wpm-961c0fcd-qv-close:hover {
    background: rgba(0,0,0,0.12);
}

.wpm-961c0fcd-qv-inner {
    display: flex;
    gap: 0;
}

.wpm-961c0fcd-qv-image {
    flex: 0 0 50%;
    max-width: 50%;
}

.wpm-961c0fcd-qv-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
    display: block;
}

.wpm-961c0fcd-qv-details {
    flex: 1;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpm-961c0fcd-qv-details h2 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #1a1a1a;
}

.wpm-961c0fcd-qv-price {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
}

.wpm-961c0fcd-qv-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.wpm-961c0fcd-qv-atc {
    display: inline-block;
    padding: 12px 28px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: background 0.25s;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
}

.wpm-961c0fcd-qv-atc:hover {
    background: #333;
    color: #fff;
}

.wpm-961c0fcd-qv-oos {
    display: inline-block;
    padding: 10px 20px;
    background: #eee;
    color: #999;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 10px;
}

.wpm-961c0fcd-qv-view {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
    transition: color 0.2s;
}

.wpm-961c0fcd-qv-view:hover {
    color: #1a1a1a;
}

@keyframes wpmFadeIn961c0fcd {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes wpmSlideUp961c0fcd {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Toast */
.wpm-961c0fcd-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #1a1a1a;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999999;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.wpm-961c0fcd-toast.wpm-961c0fcd-toast-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .wpm-961c0fcd-qv-inner {
        flex-direction: column;
    }
    .wpm-961c0fcd-qv-image {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .wpm-961c0fcd-qv-image img {
        border-radius: 12px 12px 0 0;
        max-height: 280px;
    }
    .wpm-961c0fcd-qv-details {
        padding: 20px;
    }
    .wpm-961c0fcd-overlay-content {
        padding: 0 4px;
    }
    .wpm-961c0fcd-actions {
        flex-direction: column;
        gap: 6px;
    }
    .wpm-961c0fcd-btn {
        width: 100%;
        padding: 10px 12px;
    }
}
