.vf-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px
}

.vf-padding-bottom {
    padding-bottom: 60px;
}

.vf-container .vf-column:first-child {
    flex: 0 0 40%;
}

.vf-column {
    box-sizing: border-box;
}

.vf-product-image {
    width: 100%;
}

@media (max-width: 600px) {
    .vf-column {
        flex: 0 0 100%;
    }
}

a[data-vamp-fashion-product-preview] {
    cursor: pointer;
}

.vf-product-description ul {
    list-style: inside;
}

.vf-inline-spinner {
    height: 14px;
    width: 14px
}

.vf-modal-spinner {
    display: block;
    margin: 60px auto;
}

table.wp-list-table .column-name {
    width: 40%;
}