body {
    padding: 24px;
    max-width: 1200px;
    margin: auto;
}

.dropzone {
    border: 2px dashed #ced4da;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    background: #fafafa;
}

.file-row {
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

.variant-thumb {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-card img {
    object-fit: cover;
    width: 100%;
    height: 140px;
}

.small-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.img-variants {
    overflow-x: scroll;
    display: none !important;
}

.img-variants img {
    max-width: 80px;
    max-height: 80px;
}
